@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: "SheliaVNF";
  src: url("../fonts/SheliaVNF.eot");
  src: url("../fonts/SheliaVNF.eot?#iefix") format("embedded-opentype"), url("../fonts/SheliaVNF.woff2") format("woff2"), url("../fonts/SheliaVNF.woff") format("woff"), url("../fonts/SheliaVNF.ttf") format("truetype"), url("../fonts/SheliaVNF.svg#SheliaVNF") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Main */
:root {
  --main-color:#ffbc06;
  --hover-color:#f00;
}

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

.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 {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

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

.img100 {
  width: 100%;
  height: auto;
}

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;
}

.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: 1330px;
  }
}

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 {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.block-menu.sticky {
  background-color: #000;
  position: fixed;
}
.block-menu.sticky .headerBottom {
  display: none;
}
.block-menu.sticky .headerBottom2 {
  display: block;
}
@media screen and (max-width: 991px) {
  .block-menu.sticky .search-box {
    display: none;
  }
}

.headerBottom2 {
  display: none;
  padding: 10px 0;
}

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

.menu ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu ul.primary-menu {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu ul.primary-menu > li > a {
  white-space: nowrap;
  font-size: 13px !important;
  padding: 14.5px 30px !important;
  text-transform: uppercase;
  color: #fff !important;
}
.menu ul.primary-menu > li > a:hover, .menu ul.primary-menu > li > a.active {
  color: var(--hover-color) !important;
}
@media screen and (max-width: 1100px) {
  .menu ul.primary-menu > li > a {
    padding: 14.5px 20px !important;
  }
}
.menu ul li {
  position: relative;
  z-index: 1;
}
.menu ul li a {
  font-family: Roboto-Bold;
  display: block;
  position: relative;
  font-size: 13px;
  color: var(--main-color);
  padding: 12px 12px 11px 12px;
  text-decoration: none !important;
}
.menu ul li a.has-child {
  padding-right: 16px;
  margin-right: 8px;
}
.menu ul li a.has-child::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 2px);
  right: 5px;
  width: 5px;
  height: 5px;
  border: 1px solid #fafafa;
  border-top: 0px;
  border-left: 0px;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
}

.menu ul li ul {
  position: absolute;
  min-width: 250px;
  margin-top: -5px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #fafafa;
  border-radius: 0.25rem;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.menu ul li:hover > ul {
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}

.menu ul li ul li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.menu ul li ul li a {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #313131;
  border-bottom: 1px solid #ececec;
}

.menu ul li ul li:last-child > a {
  border-bottom: 0px;
}

.menu ul li ul li a.has-child {
  margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
  border-color: #313131;
  transform: rotate(-45deg);
}

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

.menu ul li ul li:hover > a.has-child:after,
.menu ul li ul li a.active.has-child:after {
  border-color: var(--hover-color);
}

.menu ul li ul li a {
  padding: 10px 0px 9px 0px;
  text-transform: capitalize;
}

.menu ul li ul li ul {
  top: -0.75rem;
  left: 100%;
  margin-top: 0px;
}

/* Search Responsive */
.search-res {
  position: relative;
}
.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  font-size: 17px;
  margin: 0px;
}
.search-res .icon-search.active {
  color: var(--main-color);
  background: #ffffff;
  border-radius: 100%;
}
.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--main-color);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}
.search-res .search-grid input {
  width: calc(100% - 35px);
  float: right;
  line-height: 38px;
  outline: none;
  border: none;
  color: #ec2d3f;
}
.search-res .search-grid input::-moz-placeholder {
  color: #ccc;
}
.search-res .search-grid input::placeholder {
  color: #ccc;
}
.search-res .search-grid button {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--main-color);
  line-height: 38px;
  text-align: center;
  background: #fff;
}

/*header-mobile*/
#menu {
  display: none;
}

#hamburger {
  display: block;
  width: 45px;
  height: 23px;
  position: relative;
}
#hamburger::before, #hamburger::after,
#hamburger span {
  background: #ffffff;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
  transition: none 0.5s ease 0.5s;
  transition-property: transform, top, bottom, left, opacity;
}
#hamburger::before {
  top: 0px;
}
#hamburger span {
  top: 10px;
}
#hamburger::after {
  top: 20px;
}

.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);
}

.contact-mmobile {
  color: #000 !important;
}

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

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

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

.menu-m-top {
  background: var(--main-color);
  color: #fff;
  padding: 10px;
}

.logo-m-top {
  padding: 10px 0;
}
.logo-m-top img {
  max-width: 100%;
  height: auto;
}

/*header-mobile*/
#header {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  #header {
    position: relative;
    top: unset;
    left: unset;
  }
}

.hotline-box {
  background-color: #ffbc06;
  padding: 10px 15px;
  border-radius: 30px;
  font-family: Roboto-Bold;
  font-size: 16px;
  color: #000;
  margin: 0 60px 0 30px;
}
@media screen and (max-width: 1100px) {
  .hotline-box {
    margin: 0 20px;
  }
}

.language-box a {
  margin-left: 3px;
}

.headerBottom {
  padding: 5px 0;
}

.hotline-box2 {
  color: #fff;
  font-size: 16px;
  font-family: Roboto-Bold;
}

.search-box {
  flex: 0 0 400px;
  max-width: 400px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .search-box {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
}
.search-box input {
  width: 100%;
  height: 40px;
  background-color: #fff;
  padding: 0 55px 0 15px;
}
.search-box button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background-color: var(--main-color);
  color: #fff;
}

.cart-box {
  border: 2px solid #fff;
  padding: 5px 6px;
  border-radius: 5px;
}
.cart-box p {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #fff;
}
.cart-box p i {
  padding-right: 5px;
}
.cart-box p span {
  background: var(--main-color);
  font-family: Roboto-Bold;
  padding: 2px 5px;
  border-radius: 2px;
}

.cart-mb {
  position: relative;
  padding-right: 10px;
  padding-top: 5px;
}
.cart-mb i {
  color: #fff;
  font-size: 25px;
}
.cart-mb span {
  font-family: Roboto-Regular;
  font-size: 12px;
  color: #fff;
  background-color: var(--main-color);
  width: 18px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  top: 0;
  right: 0;
}
.cart-mb .temp {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}

/*-----------------------------*/
.divLeft {
  position: relative;
  flex: 0 0 280px;
  -ms-flex: 0 0 280px;
  max-width: 280px;
}

.divRight {
  flex: 0 0 calc(100% - 280px);
  -ms-flex: 0 0 calc(100% - 280px);
  max-width: calc(100% - 280px);
  padding-left: 60px;
}
@media screen and (max-width: 991px) {
  .divRight {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    padding-top: 10px !important;
  }
}

.on-bar {
  position: relative;
}

.text-on-bar {
  background: var(--main-color) url(../images/dm.png) no-repeat right 20px center;
  border-radius: 5px;
  font: 16px Roboto-Bold;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 14px 11px 20px;
  cursor: pointer;
  display: block;
}

.wrapper-dropdown-menu {
  width: 100%;
}

.on-bar .wrapper-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 9999;
}

.show-second-menu .on-bar:hover .wrapper-dropdown-menu {
  display: block;
}

.wrapper-dropdown-menu-inside {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.scroll-second-menu {
  overflow-y: auto;
  height: 403px;
}
.scroll-second-menu::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.scroll-second-menu::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.scroll-second-menu::-webkit-scrollbar-track {
  background-color: #d4d4d4;
}
.scroll-second-menu::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}
.scroll-second-menu::-webkit-scrollbar-thumb {
  height: 60px;
  background-color: #d4d4d4;
}
.scroll-second-menu::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}
.scroll-second-menu::-webkit-resizer {
  background-color: #e7e7e7;
}

.text-second-menu {
  padding: 9.2px 25px 9.2px 0;
  position: relative;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub-menu {
  margin: 0;
  width: 240px;
  list-style: none;
  padding-left: 0;
  background: #fff;
  position: absolute;
  z-index: 999;
  border-top: 3px solid var(--main-color);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  transition: all 0.5s ease;
}

.sub-menu li {
  position: relative;
  text-align: left;
}

.sub-menu li + li {
  border-top: 1px solid #f0f0f0;
}

.sub-menu li a {
  position: relative;
  display: block;
  padding: 9.2px 15px !important;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}

.sub-menu li ul {
  left: 100%;
  top: -3px;
  margin-left: 0px;
  margin-top: 0;
  transform: rotate3d(0, 1, 0, 90deg);
}

.sub-menu li:hover > a {
  background: rgba(0, 0, 0, 0.1);
}

.sub-menu li:hover > ul {
  transform: rotate3d(0, 0, 0, 0deg);
}

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

.second-menu > li + li {
  border-top: 1px solid #f0f0f0;
}

.second-menu > li > a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  padding: 0 18px;
  text-transform: uppercase;
}

.second-menu > li .sub-menu {
  left: 100%;
  top: 0;
  height: 100%;
  background: #fff;
  border-top: 0;
  transform: rotate3d(0, 1, 0, 90deg);
}

.second-menu > li .sub-menu li {
  position: unset;
}

.second-menu > li:hover > .sub-menu {
  transform: rotate3d(0, 0, 0, 0deg);
}

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

.second-menu > li:hover {
  background: var(--main-color);
}

.second-menu .sub-menu li + li {
  border-top-color: #f0f0f0;
}

/*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;
  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;
}

.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;
}

.introduct-text .text1 {
  font-family: SheliaVNF;
  font-size: 30px;
  color: #333;
  line-height: 50px;
  margin-bottom: 10px;
}
.introduct-text h2 {
  font-family: Roboto-Bold;
  font-size: 31px;
  color: #333;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.introduct-text .text2 {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #333;
  line-height: 25px;
  text-align: justify;
  margin-bottom: 15px;
}

.readon-button {
  display: inline-block;
  width: 160px;
  height: 45px;
  line-height: 45px;
  font-family: Roboto-Bold;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 30px;
  transition: 0.3s;
}
.readon-button:hover {
  color: var(--main-color);
  background-color: transparent;
}

.introduct-main {
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .introduct-main {
    padding: 20px 0;
  }
}

.product-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-tabs li {
  font-family: Roboto-Bold;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  padding: 5px 20px;
  border-radius: 30px;
  display: inline-block;
  margin: 0 5px 10px 5px;
  cursor: pointer;
  transition: 0.3s;
}
.product-tabs li:hover, .product-tabs li.active {
  color: var(--main-color);
  background-color: transparent;
}

.product-item__text {
  text-align: center;
  padding: 15px;
}
.product-item__text h3 {
  font-family: Roboto-Bold;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  height: 39px;
}
.product-item__text h3 a {
  color: #333;
}
.product-item__text h3 a:hover {
  color: var(--hover-color);
}
.product-item__text .price-box {
  margin-top: 5px;
  margin-bottom: 5px;
}
.product-item__text .price-box .price-new {
  font-family: Roboto-Bold;
  font-size: 16px;
  color: var(--hover-color);
}
.product-item__text .price-box .price-new span {
  font-family: Roboto-Bold;
}
.product-item__text .price-box .price-old {
  margin-left: 10px;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #8E8E93;
}
.product-item__text .price-box .price-per {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: var(--hover-color);
  padding: 5px;
  border-radius: 5px;
  font-family: Roboto-Bold;
  color: #fff;
}
.product-item__text .button {
  display: inline-block;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #333;
  width: 115px;
  height: 40px;
  line-height: 40px;
  transition: 0.3s;
  border-radius: 5px;
  font-family: Roboto-Bold;
  font-size: 14px;
  text-transform: uppercase;
}
.product-item__text .button:hover {
  color: var(--main-color);
  background-color: transparent;
}

.product-main {
  padding: 60px 0;
  background-color: #f7f7f7;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .product-main {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}

.product-main-box .header-container {
  display: flex;
  flex-wrap: wrap;
}
.product-main-box .header-container h2 {
  position: relative;
  order: 2;
  width: 100%;
}
.product-main-box .header-container p {
  position: relative;
  order: 1;
  width: 100%;
  margin: 0;
  margin-bottom: 8px;
}

.why-item__image {
  margin-bottom: 15px;
}

.why-item__image--img {
  display: inline-block;
  padding: 20px;
  background-color: #333;
  outline: 2px solid #333;
  border: 3px solid #fff;
  border-radius: 50%;
  transition: 0.3s;
}

.why-item__text h3 {
  font-family: Roboto-Bold;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.why-item__text p {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #333;
}

.why-item {
  padding-top: 2px;
}

.why-item-box:hover .why-item__image .why-item__image--img {
  background-color: var(--main-color);
  outline-color: var(--main-color);
}
.why-item-box:hover .why-item__image .why-item__image--img img {
  filter: brightness(0%);
}

.why-main {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .why-main {
    margin-bottom: 30px;
  }
}

.newsletter-main {
  padding: 50px 0;
  background: url(../images/dangky-bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .newsletter-main {
    padding-bottom: 30px;
  }
}

.newsletter-main-box .header-container h2 {
  color: #fff;
}
.newsletter-main-box .header-container p {
  color: #fff;
}

.newsletter-form {
  padding: 0 260px;
}
@media screen and (max-width: 991px) {
  .newsletter-form {
    padding: 0;
  }
}

.newsletter-input {
  margin-bottom: 10px;
}
.newsletter-input .form-control {
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.6666666667);
  border-radius: 0;
  background: transparent;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #fff;
  padding: 10 15px;
}
.newsletter-input .form-control::-moz-placeholder {
  color: #fff;
}
.newsletter-input .form-control::placeholder {
  color: #fff;
}
.newsletter-input textarea {
  height: 92px !important;
  resize: none;
}

.submit-newsletter {
  display: inline-block;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #333;
  width: 140px;
  height: 45px;
  line-height: 45px;
  transition: 0.3s;
  border-radius: 5px;
  font-family: Roboto-Bold;
  font-size: 14px;
  text-transform: uppercase;
}
.submit-newsletter:hover {
  color: var(--main-color);
  background-color: transparent;
}

.newsletter-main {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .newsletter-main {
    margin-bottom: 30px;
  }
}

.video-wrapper iframe {
  width: 100%;
}

.carousel-video {
  margin: 5px -6px 0;
  padding: 0 15px;
}

.item-video-addon {
  padding: 0 6px;
}

.prev_video {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.next_video {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  cursor: pointer;
}

.video-box {
  flex: 0 0 38.46%;
  max-width: 38.46%;
}
@media screen and (max-width: 991px) {
  .video-box {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.news-box {
  flex: 0 0 57.3%;
  max-width: 57.3%;
}
@media screen and (max-width: 991px) {
  .news-box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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

.first-news {
  flex: 0 0 43.62%;
  max-width: 43.62%;
}
@media screen and (max-width: 767px) {
  .first-news {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.other-news-item__image {
  flex: 0 0 145px;
  max-width: 145px;
}

.other-news-item__text {
  flex: 0 0 calc(100% - 145px);
  max-width: calc(100% - 145px);
  padding-left: 15px;
}

.first-news-item__text {
  margin-top: 10px;
}
.first-news-item__text h3 {
  font-family: Roboto-Bold;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.first-news-item__text h3 a {
  color: #333;
}
.first-news-item__text h3 a:hover {
  color: var(--hover-color);
}
.first-news-item__text p {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}
.first-news-item__text .readon-news {
  display: inline-block;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #333;
  width: 140px;
  height: 45px;
  line-height: 45px;
  transition: 0.3s;
  font-family: Roboto-Bold;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.first-news-item__text .readon-news:hover {
  color: var(--main-color);
  background-color: transparent;
}

.news-title {
  font-family: Roboto-Bold;
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.other-news-item.index {
  border: 0 !important;
  margin-bottom: 15px;
}

.other-news-item__text h3 {
  font-family: Roboto-Bold;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
.other-news-item__text h3 a {
  color: #333;
}
.other-news-item__text h3 a:hover {
  color: var(--hover-color);
}
.other-news-item__text p {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}
.other-news-item__text .readon-news {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #d61414;
  text-transform: capitalize;
}

.video-n-news-main {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .video-n-news-main {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .introduct-text {
    margin-bottom: 30px;
  }
}
.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

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

.footerPowered {
  background-color: #111;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px 0;
}

.footerCopyright {
  text-align: left;
  color: #fff;
  font-family: Roboto-Regular;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .footerCopyright {
    text-align: center;
  }
}
.footerCopyright span {
  font-family: Roboto-Bold;
  color: #fff;
}

.footerStatic {
  text-align: right;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footerStatic {
    text-align: center;
  }
}
.footerStatic span {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
}
.footerStatic span:last-child {
  border-right: 0;
  padding: 0;
  margin: 0;
}

.footerArticle {
  background-color: #111;
  padding: 50px 0;
}

.footerRow .title {
  font-family: Roboto-Bold;
  font-size: 18px;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footerRow .desc {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #fff;
}
.footerRow .desc p {
  padding-bottom: 5px;
}
.footerRow .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footerRow .list li {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.footerRow .list li a {
  color: #fff;
}
.footerRow .list li a:hover {
  color: var(--hover-color);
}

.footerInfo {
  flex: 0 0 27.69%;
  max-width: 27.69%;
}
@media screen and (max-width: 991px) {
  .footerInfo {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.footerTern {
  flex: 0 0 14.61%;
  max-width: 14.61%;
}
@media screen and (max-width: 991px) {
  .footerTern {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.footerGoogle {
  flex: 0 0 31.35%;
  max-width: 31.35%;
}
.footerGoogle iframe {
  width: 100%;
  height: 285px;
}
@media screen and (max-width: 991px) {
  .footerGoogle {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.social-box {
  margin-top: 30px;
}
.social-box a {
  margin-right: 5px;
}

#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);
  }
}

.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;
}

.wow {
  visibility: hidden;
}

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

.article table {
  width: 100%;
}

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.hover-scale img {
  transition: 0.3s !important;
}
.hover-scale:hover img {
  transform: scale(1.15);
}

.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: 150/100;
}

/* Transition All */
.transition {
  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: 20px -10px 0 -10px;
}
@media screen and (max-width: 767px) {
  .row-news {
    margin: 15px -5px 0 -5px;
  }
}

.news_box {
  position: relative;
}
.news_box:hover .news__name a {
  color: var(--hover-color);
}

.news__name {
  margin: 15px 0 7px 0;
  color: #000;
}
.news__name a {
  color: inherit;
}
.news__name.text-split {
  -webkit-line-clamp: 2;
}

.news__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: 25px -12px 0 -12px;
}
@media screen and (max-width: 767px) {
  .row-product {
    margin: 20px -5px 0 -5px;
  }
}

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

.product_box {
  position: relative;
}
.product_box:hover .product__name a {
  color: var(--hover-color);
}

.product__info {
  position: relative;
}

.product__name {
  color: #000;
  font-size: 20px;
  text-align: center;
}
.product__name a {
  color: inherit;
}
.product__name.text-split {
  -webkit-line-clamp: 2;
}

.product__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .product__price {
    text-align: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .product__price .price__pro_new {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .product__price .price__pro_old {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.price__pro_new a,
.price__pro_new strong {
  color: #cc0000;
  font: 20px Roboto-Bold;
}

.price__pro_old del {
  color: #aaa;
  font-size: 17px;
}

.product__price .price__pro_new + .price__pro_old {
  margin-left: 7px;
}
@media screen and (max-width: 991px) {
  .product__price .price__pro_new + .price__pro_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 {
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 5px;
  background-color: #ffffff;
}
@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;
  }
}

.right-pro-detail {
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 20px;
  padding-left: 10px;
}
@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;
  }
}

.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;
}

.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 {
  color: #4ea8cd;
}

.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  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: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

.top-info-pro-detail {
  margin: 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: #ec2d3f;
  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: 20px;
  margin: 0;
  border-radius: 10px;
  background: #f7f7f7;
}
.attr-pro-detail li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.attr-pro-detail li:last-child {
  margin-bottom: 0;
}

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

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

.price-new-pro-detail {
  font-weight: bold;
  font-size: 22px;
  color: #ec2d3f;
}
@media screen and (max-width: 767px) {
  .price-new-pro-detail {
    font-size: 16px;
  }
}

.price-old-pro-detail {
  color: #6c757d;
  font-size: 15px;
  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 .nav-item .nav-link {
  border-top-width: 3px;
  font-size: 13px;
}
.tabs-pro-detail .nav-tabs .nav-item .nav-link.active {
  border-top-color: #555555;
}
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  border-top-color: #555555;
}

/* 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;
}

/* Cart Fix */
.cart-fixed {
  position: fixed;
  right: 25px;
  bottom: 420px;
  z-index: 10;
  background: var(--main-color);
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .cart-fixed {
    bottom: 140px;
  }
}

.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 .cart-background {
  background: rgba(225, 225, 225, 0.05);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms linear;
}
#popup-cart .cart-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(104%);
  z-index: 1000;
  width: 480px;
  max-width: 80%;
  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 10px;
}
#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;
}
#popup-cart .info-procart {
  padding-right: 0;
}
#popup-cart .link-to-cart {
  display: block;
  background: #ec2d3f;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 0;
  border: 1px solid #ec2d3f;
  transition: 0.4s;
}
#popup-cart .link-to-cart:hover {
  background: #fff;
  color: #ec2d3f;
}
#popup-cart .buymore-cart {
  text-decoration: underline;
}
#popup-cart .procart {
  padding: 15px 0;
}
#popup-cart .quantity-counter-procart {
  border-radius: 0;
  border-color: #f9f9f9;
  margin-left: 0;
}
#popup-cart .cart-header {
  padding: 15px 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: 20px;
  font-weight: bold;
}
#popup-cart .cart-footer {
  padding: 15px 10px;
}
#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: 18px;
}
#popup-cart .cart-body {
  flex-grow: 1;
  position: relative;
}
#popup-cart .del-procart {
  color: #999;
  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;
  background: rgba(0, 0, 0, 0.4);
}
#popup-cart.opened .cart-dialog {
  transform: none;
}

.no-cart {
  padding: 15px 10px;
  border-top: 1px solid #f9f9f9;
}
.no-cart p {
  margin: 10px 0;
  font-size: 18px;
}
.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: #1a73e8;
  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;
}

.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;
}

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

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

.properties-procart {
  display: block;
  font-size: 13px;
}
.properties-procart p {
  display: inline-block;
  margin-bottom: 0px;
}
.properties-procart p:first-child {
  margin-right: 10px;
}
.properties-procart p strong {
  font-weight: bold;
}

.quantity-counter-procart {
  border: 1px solid #dfdfdf;
  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;
}

.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: 10px 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.total-procart p {
  font-size: 16px;
  font-weight: bold;
}
.total-procart p:last-child {
  color: #ec2d3f;
  font-size: 24px;
}

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

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

.section-cart {
  background: #fff;
  border-radius: 5px;
}
.section-cart.bot, .section-cart.top {
  padding: 15px;
}
.section-cart.bot {
  border-radius: 0 0 5px 5px;
}
.section-cart.top {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.section-cart h4 {
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
  border-bottom: 1px solid #eae4e8;
  color: var(--main-color);
}
.section-cart > p {
  font-size: 16px;
  margin-bottom: 15px;
}
.section-cart .counter-cart {
  font-weight: bold;
}
.section-cart .list-procart {
  padding: 8px 10px;
  border: 2px solid #eae4e8;
  overflow: hidden;
  border-radius: 8px;
}

.title-cart {
  font-size: 20px;
  color: var(--main-color);
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 25px;
  position: relative;
}
.title-cart a {
  font-size: 14px;
  color: #000;
  font-weight: normal;
}

.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;
}

.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: #ec2d3f;
  color: #fff;
  font-size: 14px;
  border: 1px solid #ec2d3f;
}
.btn-cart:hover {
  background: #ea4354;
  color: #fff;
}

.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);
}

.size-pro-detail {
  cursor: pointer;
  border: 1px solid #bdbfbe;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding: 3px 15px;
  border-radius: 5px;
  background: #fff;
}

.size-pro-detail.active {
  border-color: #000;
  color: #000;
}
.size-pro-detail.active::after {
  content: "";
  position: absolute;
  top: -0.5px;
  right: -0.5px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background: url(../images/checked.png) no-repeat;
  border-top-right-radius: 5px;
  background-size: 100% 100%;
}

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

.quantity-pro-detail {
  width: 100%;
  max-width: 120px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.quantity-pro-detail span {
  padding: 0px;
  width: 40px;
  height: 40px;
  color: #a4aaaf;
  cursor: pointer;
  border: 1px solid #f3f4f4;
  background: rgba(0, 0, 0, 0.03);
}
.quantity-pro-detail span i {
  line-height: 40px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}
.quantity-pro-detail span:hover i {
  color: #000;
}
.quantity-pro-detail input {
  height: 40px;
  border: 1px solid #f3f4f4;
  width: calc(100% - 80px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}

.cart-pro-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  margin: 0 -5px;
}
.cart-pro-detail a {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding: 12px 10px;
  text-align: center;
  border-radius: 5px;
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
  cursor: pointer;
  transition: 0.4s;
  border: 1px solid #e70505;
  background: #fff;
  font-weight: bold;
}
.cart-pro-detail a.btn-pro {
  background: #e70505;
  color: #fff;
}
.cart-pro-detail a.btn-pro:hover {
  color: #e70505;
  background: #fff;
}
.cart-pro-detail a.btn-outline-pro {
  color: #e70505;
}
.cart-pro-detail a.btn-outline-pro:hover {
  color: #fff;
  background: #e70505;
}
@media screen and (max-width: 991px) {
  .cart-pro-detail {
    width: 100%;
  }
  .cart-pro-detail a {
    font-size: 14px;
  }
}

.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;
}

.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(--color-red);
  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: #333333;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .header-container h2 {
    font-size: 25px;
  }
}
.header-container p {
  font: 14px Roboto-Regular;
  text-transform: uppercase;
  color: #333333;
  margin-top: 10px;
}

.share-zalo {
  margin-right: 0.6rem;
  transition: 0.3s;
}
.share-zalo .zalo-share-button {
  display: block !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.14), 0 1px 4px rgba(0, 0, 0, 0.28);
}
.share-zalo:hover {
  transform: translateY(-5px);
}

/* 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);
}

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background: rgba(128, 128, 128, 0.15);
}
.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}
.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}
.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}
.box-readmore ul li a:hover {
  color: #767676;
}
.box-readmore ul li::before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}
.box-readmore ul li ul > li {
  margin: 0;
  margin-bottom: 8px;
}
.box-readmore ul li ul > li::before {
  content: counters(item, ".") " ";
}

/*tienich-phone*/
.support-online {
  margin-bottom: 30px;
}
.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
  display: block;
}
.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: var(--main-color);
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #fff;
  z-index: 999;
  top: 0;
  left: 40px;
  transition: all 0.2s ease-in-out 0s;
  animation: headerAnimation 0.7s 1;
}
.support-online a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent var(--main-color) transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}
.support-online a:hover span {
  display: block;
}
.support-online i,
.support-online img {
  width: 40px;
  height: 40px;
  background: var(--main-color);
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}
.support-online .btn-support {
  cursor: pointer;
}

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  transition: all 0.5s;
  background-color: rgba(255, 188, 6, 0.5);
  opacity: 0.75;
  right: -10px;
}

.kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(255, 188, 6, 0.4);
  opacity: 0.1;
  border-color: var(--main-color);
  opacity: 0.5;
}

.social_fixed-phone {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 55px;
  line-height: 45px;
  color: #fff;
  z-index: 50;
  display: none;
  background: var(--main-color);
}
.social_fixed-phone ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
}
.social_fixed-phone ul li {
  flex: 0 0 100%/4;
  -ms-flex: 0 0 100%/4;
  max-width: 100%/4;
  width: 100%;
}
.social_fixed-phone ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 1px;
  line-height: 2;
  height: 100%;
  border-left: 1px solid rgba(255, 188, 6, 0.2);
  padding-top: 3px;
}
.social_fixed-phone ul li a i {
  font-size: 19px;
}
.social_fixed-phone img {
  display: block;
  margin: 0 auto;
  height: 19px;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .social_fixed-phone {
    display: block;
  }
}

.social_fixed {
  position: fixed;
  right: 15px;
  bottom: 110px;
  z-index: 999;
}
.social_fixed a {
  display: block;
}
@media screen and (max-width: 991px) {
  .social_fixed {
    display: none;
  }
}

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

.tags-title {
  transform: rotateZ(-90deg);
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  white-space: nowrap;
}

.tags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tags-list a {
  height: 26px;
  line-height: 24px;
  position: relative;
  font-size: 14px;
  margin-left: 20px;
  padding: 0 10px 0 12px;
  background: var(--warning);
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  transition: 0.4s;
}
.tags-list a::before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent var(--warning) transparent transparent;
  border-style: solid;
  border-width: 12px 12px 14px 0;
  transition: 0.4s;
}
.tags-list a::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}
.tags-list a:hover {
  background: var(--danger);
}
.tags-list a:hover::before {
  border-color: transparent var(--danger) transparent transparent;
}
@media screen and (max-width: 991px) {
  .tags-list a {
    margin-bottom: 5px;
  }
}

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

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

.zoomIn {
  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% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    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;
  }
}
.arcontactus-widget {
  opacity: 0;
  transition: 0.2s opacity;
  line-height: 1;
}

.arcontactus-widget * {
  box-sizing: border-box;
}

.arcontactus-widget.left.arcontactus-message {
  left: 20px;
  right: auto;
}

.arcontactus-widget.left .arcontactus-message-button {
  right: auto;
  left: 0;
}

.arcontactus-widget.left .arcontactus-prompt {
  left: 80px;
  right: auto;
  transform-origin: 0 50%;
}

.arcontactus-widget.left .arcontactus-prompt.arcu-prompt-top {
  left: 0;
  right: auto;
}

.arcontactus-widget.left .arcontactus-prompt.arcu-prompt-top:before {
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-bottom: 0 none;
  left: 25px;
  right: auto;
}

.arcontactus-widget.left .arcontactus-prompt:before {
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: auto;
  left: -15px;
}

.arcontactus-widget.left .messangers-block {
  right: auto;
  left: 0;
  transform-origin: 10% 105%;
}

.arcontactus-widget.left .callback-countdown-block {
  left: 0;
  right: auto;
}

.arcontactus-widget.left .messangers-block::before,
.arcontactus-widget.left .callback-countdown-block::before {
  left: 25px;
  right: auto;
}

.arcontactus-widget.hg.arcontactus-message {
  width: 100px;
  height: 100px;
}

.arcontactus-widget.hg .messangers-block,
.arcontactus-widget.hg .callback-countdown-block,
.arcontactus-widget.hg .arcu-popup {
  bottom: 110px;
}

.arcontactus-widget.hg .arcontactus-prompt {
  bottom: 5px;
}

.arcontactus-widget.hg .icons-line {
  top: 22px;
  left: 24px;
}

.arcontactus-widget.hg.left .messangers-block:before,
.arcontactus-widget.hg.left .callback-countdown-block:before,
.arcontactus-widget.hg.left .arcu-popup:before {
  left: 41px;
}

.arcontactus-widget.hg.left .arcontactus-prompt {
  left: 110px;
  bottom: 26px;
}

.arcontactus-widget.hg.right .messangers-block:before,
.arcontactus-widget.hg.right .callback-countdown-block:before,
.arcontactus-widget.hg.right .arcu-popup:before {
  right: 41px;
}

.arcontactus-widget.hg.right .arcontactus-prompt {
  right: 110px;
  bottom: 26px;
}

.arcontactus-widget.hg .arcontactus-message-button {
  width: 100px;
  height: 100px;
}

.arcontactus-widget.hg .arcontactus-message-button .pulsation {
  width: 114px;
  height: 114px;
  border-radius: 60px;
}

.arcontactus-widget.hg .arcontactus-message-button .icons {
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
}

.arcontactus-widget.hg .arcontactus-message-button .callback-state {
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
}

.arcontactus-widget.md.arcontactus-message {
  width: 60px;
  height: 60px;
}

.arcontactus-widget.md .messangers-block,
.arcontactus-widget.md .callback-countdown-block,
.arcontactus-widget.md .arcu-popup {
  bottom: 70px;
}

.arcontactus-widget.md .arcontactus-prompt {
  bottom: 5px;
}

.arcontactus-widget.md.left .messangers-block:before,
.arcontactus-widget.md.left .callback-countdown-block:before,
.arcontactus-widget.md.left .arcu-popup:before {
  left: 21px;
}

.arcontactus-widget.md.left .arcontactus-prompt {
  left: 70px;
}

.arcontactus-widget.md.left .arcontactus-prompt.arcu-prompt-top {
  bottom: 70px;
  left: 0;
  right: auto;
}

.arcontactus-widget.md.left .arcontactus-prompt.arcu-prompt-top:before {
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-bottom: 0 none;
  left: 21px;
  right: auto;
}

.arcontactus-widget.md.right .messangers-block:before,
.arcontactus-widget.md.right .callback-countdown-block:before,
.arcontactus-widget.md.right .arcu-popup:before {
  right: 21px;
}

.arcontactus-widget.md.right .arcontactus-prompt {
  right: 70px;
}

.arcontactus-widget.md.right .arcontactus-prompt.arcu-prompt-top {
  right: 0;
  bottom: 70px;
}

.arcontactus-widget.md.right .arcontactus-prompt.arcu-prompt-top:before {
  right: 21px;
}

.arcontactus-widget.md .arcontactus-message-button {
  width: 60px;
  height: 60px;
}

.arcontactus-widget.md .arcontactus-message-button .pulsation {
  width: 74px;
  height: 74px;
}

.arcontactus-widget.md .arcontactus-message-button .icons {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.arcontactus-widget.md .arcontactus-message-button .callback-state {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.arcontactus-widget.sm.arcontactus-message {
  width: 60px;
  height: 60px;
}

.arcontactus-widget.sm .messangers-block,
.arcontactus-widget.sm .callback-countdown-block,
.arcontactus-widget.sm .arcu-popup {
  bottom: 60px;
}

.arcontactus-widget.sm .arcontactus-prompt {
  bottom: 0;
}

.arcontactus-widget.sm.left .messangers-block:before,
.arcontactus-widget.sm.left .callback-countdown-block:before,
.arcontactus-widget.sm.left .arcu-popup:before {
  left: 16px;
}

.arcontactus-widget.sm.left .arcontactus-prompt {
  left: 60px;
}

.arcontactus-widget.sm.left .arcontactus-prompt.arcu-prompt-top {
  bottom: 60px;
  left: 0;
  right: auto;
}

.arcontactus-widget.sm.left .arcontactus-prompt.arcu-prompt-top:before {
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-bottom: 0 none;
  left: 16px;
  right: auto;
}

.arcontactus-widget.sm.right .messangers-block:before,
.arcontactus-widget.sm.right .callback-countdown-block:before,
.arcontactus-widget.sm.right .arcu-popup:before {
  right: 16px;
}

.arcontactus-widget.sm.right .arcontactus-prompt {
  right: 70px;
  bottom: 7px;
}

.arcontactus-widget.sm.right .arcontactus-prompt.arcu-prompt-top {
  right: 0;
  bottom: 60px;
}

.arcontactus-widget.sm.right .arcontactus-prompt.arcu-prompt-top:before {
  right: 16px;
}

.arcontactus-widget.sm .arcontactus-message-button {
  width: 60px;
  height: 60px;
}

.arcontactus-widget.sm .arcontactus-message-button .pulsation {
  width: 74px;
  height: 74px;
}

.arcontactus-widget.sm .arcontactus-message-button .icons {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.arcontactus-widget.sm .arcontactus-message-button .static {
  margin-top: -16px;
}

.arcontactus-widget.sm .arcontactus-message-button .callback-state {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.arcontactus-widget.active {
  opacity: 1;
}

.arcontactus-widget.arcontactus-message {
  z-index: 1000000;
  right: 20px;
  bottom: 130px;
  position: fixed !important;
  height: 70px;
  width: 70px;
}

.arcontactus-widget .arcontactus-message-button {
  width: 70px;
  position: absolute;
  height: 70px;
  right: 0;
  background-color: red;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.arcontactus-widget .arcontactus-message-button p,
.arcontactus-widget .arcontactus-message-button .arcu-item-label {
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  line-height: 11px;
  margin: 0;
}

.arcontactus-widget .arcontactus-message-button .pulsation {
  width: 84px;
  height: 84px;
  background-color: red;
  border-radius: 50px;
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: -1;
  transform: scale(0);
  animation: arcontactus-pulse 2s infinite;
}

.arcontactus-widget .arcontactus-message-button .icons {
  background-color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
}

.arcontactus-widget .arcontactus-message-button .static {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -26px;
  width: 52px;
  height: 52px;
  text-align: center;
}

.arcontactus-widget .arcontactus-message-button .static img {
  display: inline;
}

.arcontactus-widget .arcontactus-message-button .static svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

.arcontactus-widget .arcontactus-message-button.no-text .static {
  margin-top: -12px;
}

.arcontactus-widget .pulsation:nth-of-type(2n) {
  animation-delay: 0.5s;
}

.arcontactus-widget .pulsation.stop {
  animation: none;
}

.arcontactus-widget .icons-line {
  top: 10px;
  left: 12px;
  display: flex;
  position: absolute;
  transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
  animation-delay: 0s;
  transform: translateX(30px);
  height: 24px;
  transition: 0.2s all;
}

.arcontactus-widget .icons-line.stop {
  animation-play-state: paused;
}

.arcontactus-widget .icons-line span {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: red;
}

.arcontactus-widget .icons-line span svg,
.arcontactus-widget .icons-line span i {
  width: 24px;
  height: 24px;
}

.arcontactus-widget .icons-line span i {
  display: block;
  font-size: 24px;
  line-height: 24px;
}

.arcontactus-widget .icons-line img,
.arcontactus-widget .icons-line span {
  margin-right: 40px;
}

.arcontactus-widget .static {
  transition: 0.2s all;
}

.arcontactus-widget .static.hide {
  transform: scale(0);
  opacity: 0;
}

.arcontactus-widget .icons {
  transition: 0.2s all;
}

.arcontactus-widget .icons.hide {
  transform: scale(0);
  opacity: 0;
}

.arcontactus-widget .icons.hide .icons-line {
  transform: scale(0);
}

.arcontactus-widget .icons .icon:first-of-type {
  margin-left: 0;
}

.arcontactus-widget .arcontactus-close {
  color: #fff;
}

.arcontactus-widget .arcontactus-close svg {
  transform: rotate(180deg) scale(0);
  transition: ease-in 0.12s all;
  display: block;
}

.arcontactus-widget .arcontactus-close.show-messageners-block svg {
  transform: rotate(0) scale(1);
}

.arcontactus-widget .arcontactus-prompt {
  display: flex;
}

.arcontactus-widget .messangers-block,
.arcontactus-widget .arcontactus-prompt,
.arcontactus-widget .arcu-popup {
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  width: 300px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 80px;
  right: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 0;
  box-sizing: border-box;
  border-radius: 7px;
  transform-origin: 80% 105%;
  transform: scale(0);
  transition: ease-out 0.12s all;
  z-index: 1000000;
}

.arcontactus-widget .messangers-block:before,
.arcontactus-widget .arcontactus-prompt:before,
.arcontactus-widget .arcu-popup:before {
  position: absolute;
  bottom: -7px;
  right: 25px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  content: "";
}

.arcontactus-widget .messangers-block.show-messageners-block,
.arcontactus-widget .arcontactus-prompt.show-messageners-block,
.arcontactus-widget .arcu-popup.show-messageners-block {
  transform: scale(1);
}

.arcontactus-widget .arcu-popup {
  padding: 0;
}

.arcontactus-widget .arcu-popup .arcu-popup-header {
  padding: 18px 15px;
  color: #fff;
  background: #787878;
  border-radius: 7px 7px 0 0;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  margin-bottom: 0;
  font-size: 17px;
  position: relative;
  line-height: 1.4;
}

.arcontactus-widget .arcu-popup .arcu-popup-content {
  padding: 10px;
  max-height: 300px;
  overflow: auto;
  line-height: initial;
}

.arcontactus-widget .arcontactus-prompt.arcu-prompt-top {
  right: 0;
  max-width: 260px;
  bottom: 80px;
}

.arcontactus-widget .arcontactus-prompt.arcu-prompt-top:before {
  bottom: -7px;
  right: 25px;
  left: auto;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-bottom: 0 none;
}

.arcontactus-widget .messangers-block {
  display: block;
}

.arcontactus-widget .messangers-block.has-header {
  padding-top: 0;
}

.arcontactus-widget .messangers-block .arcu-menu-header {
  padding: 18px 15px;
  color: #fff;
  background: #787878;
  border-radius: 7px 7px 0 0;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  margin-bottom: 10px;
  font-size: 17px;
  position: relative;
  line-height: 1.4;
}

.arcontactus-widget .arcu-header-close,
.arcontactus-widget .arcu-popup-close,
.arcontactus-widget .arcu-popup-back {
  position: absolute;
  right: 0;
  top: -30px;
  padding: 0;
  margin: 0;
  border: 0 none;
  background: none;
  line-height: 1;
  width: 26px;
  height: 26px;
  cursor: pointer;
  color: #fff;
  background: #787878;
  border-radius: 50%;
  text-align: center;
}

.arcontactus-widget .arcu-header-close svg,
.arcontactus-widget .arcu-popup-close svg,
.arcontactus-widget .arcu-popup-back svg {
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
}

.arcontactus-widget .arcu-popup-back {
  right: auto;
  left: 0;
  top: 50%;
  margin-top: -13px;
  display: none;
}

.arcontactus-widget .arcu-popup-back svg {
  height: 16px;
  width: 16px;
  margin: -8px 0 0 -8px;
}

.arcontactus-widget .arcontactus-prompt {
  color: #787878;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  width: auto;
  bottom: 10px;
  right: 80px;
  white-space: nowrap;
  padding: 14px 20px 14px;
}

.arcontactus-widget .arcontactus-prompt:before {
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid transparent;
  bottom: 16px;
  right: -15px;
}

.arcontactus-widget .arcontactus-prompt.active {
  transform: scale(1);
}

.arcontactus-widget .arcontactus-prompt:hover .arcontactus-prompt-close {
  opacity: 1;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close {
  opacity: 0;
  transition: 0.2s all;
  position: absolute;
  right: -10px;
  top: -10px;
  padding: 0;
  margin: 0;
  border: 0 none;
  background: none;
  line-height: 1;
  width: 26px;
  height: 26px;
  cursor: pointer;
  color: #fff;
  background: #787878;
  border-radius: 50%;
  text-align: center;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close svg {
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing {
  border-radius: 10px;
  display: inline-block;
  left: 3px;
  padding: 0 0 0 3px;
  position: relative;
  top: 4px;
  width: 50px;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div {
  position: relative;
  float: left;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #ccc;
  margin: 0 2px;
  animation: arcontactus-updown 2s infinite;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div:nth-child(2) {
  animation-delay: 0.1s;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div:nth-child(3) {
  animation-delay: 0.2s;
}

.arcontactus-widget .messangers-block .messangers-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.arcontactus-widget .messangers-block .messangers-list li {
  margin: 0;
  padding: 0;
}

.arcontactus-widget .messangers-block.sm .arcu-menu-header {
  padding-top: 12px;
  padding-bottom: 12px;
}

.arcontactus-widget .messangers-block.sm .not-rounded-items .messanger {
  padding-left: 42px;
}

.arcontactus-widget .messangers-block.sm .messanger {
  padding-left: 50px;
  min-height: 44px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.arcontactus-widget .messangers-block.sm .messanger span {
  height: 32px;
  width: 32px;
  margin-top: -16px;
}

.arcontactus-widget .messangers-block.sm .messanger span svg,
.arcontactus-widget .messangers-block.sm .messanger span i {
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-size: 21px;
}

.arcontactus-widget .not-rounded-items .messanger {
  padding-left: 48px;
}

.arcontactus-widget .not-rounded-items .messanger span {
  left: 5px;
}

.arcontactus-widget .messanger {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  cursor: pointer;
  width: 100%;
  padding: 8px 20px 8px 60px;
  position: relative;
  min-height: 54px;
  text-decoration: none;
}

.arcontactus-widget .messanger:hover {
  background-color: #eee;
}

.arcontactus-widget .messanger:before {
  background-repeat: no-repeat;
  background-position: center;
}

.arcontactus-widget .messanger.facebook span {
  background: #0084ff;
}

.arcontactus-widget .messanger.viber span {
  background: #7c529d;
}

.arcontactus-widget .messanger.telegram span {
  background: #2ca5e0;
}

.arcontactus-widget .messanger.skype span {
  background: #31c4ed;
}

.arcontactus-widget .messanger.email span {
  background: #ff8400;
}

.arcontactus-widget .messanger.contact span {
  background: #7eb105;
}

.arcontactus-widget .messanger.call-back span {
  background: #54cd81;
}

.arcontactus-widget .messanger span {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0084ff;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.arcontactus-widget .messanger span svg,
.arcontactus-widget .messanger span i {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

.arcontactus-widget .messanger span i {
  font-size: 24px;
  line-height: 24px;
}

.arcontactus-widget .messanger p,
.arcontactus-widget .messanger .arcu-item-label {
  margin: 0;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  padding: 0;
  line-height: 17px;
}

.arcontactus-widget .messanger p .arcu-item-subtitle,
.arcontactus-widget .messanger .arcu-item-label .arcu-item-subtitle {
  font-size: 13px;
  color: #787878;
}

.arcontactus-widget .callback-countdown-block {
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  width: 410px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 80px;
  left: auto;
  right: 0;
  align-items: center;
  border-radius: 7px;
  transform-origin: 80% 105%;
  transform: scale(1);
  transition: ease-out 0.12s all;
  z-index: 1000000;
  color: red;
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
  display: none;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-timer_timer {
  font-size: 38px;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
}

.arcontactus-widget .callback-countdown-block.display-flex {
  display: block;
}

.arcontactus-widget .callback-countdown-block:before {
  position: absolute;
  bottom: -7px;
  right: 25px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  content: "";
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone {
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 0 10px 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
  width: 100%;
  position: relative;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone:before {
  transition: 0.2s all;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone.ar-loading:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone.ar-loading:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
  top: 50%;
  bottom: 50%;
  margin-top: -15px;
  margin-bottom: -15px;
  left: 50%;
  margin-left: -15px;
  background: url("../img/ring-alt.gif") no-repeat transparent scroll 0 0;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone p,
.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .arcu-item-label {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 3px;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group {
  align-items: center;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group .arcu-form-group {
  margin-bottom: 10px;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group .arcu-form-group.arcu-form-group-required .arcu-form-label:after {
  content: "";
  color: #c7254e;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group .arcu-form-group.arcu-form-group-type-checkbox {
  position: relative;
  padding-left: 20px;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group .arcu-form-group.arcu-form-group-type-checkbox input {
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group .arcu-form-label {
  font-size: 14px;
  margin-bottom: 3px;
  color: #333;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group .arcu-form-field {
  display: block;
  width: 100%;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  border: 0;
  height: 36px;
  box-sizing: border-box;
  padding: 6px 10px 6px;
  border: 1px solid #ddd;
  margin: 0 !important;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group textarea.arcu-form-field {
  height: 80px;
  resize: vertical;
  max-height: 140px;
  min-height: 60px;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group button[type=submit] {
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 0;
  background-color: red;
  color: #fff;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  padding: 7px 5px 7px;
  cursor: pointer;
  height: 36px;
  margin: 0;
  line-height: 1;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group button[type=submit]:hover {
  opacity: 0.8;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-sorry {
  height: 140px;
  align-items: center;
  display: none;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-sorry p {
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 7px;
  width: 100%;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-close {
  position: absolute;
  right: 9px;
  top: 9px;
  padding: 0;
  margin: 0;
  border: 0 none;
  background: none;
  line-height: 1;
  width: 26px;
  height: 26px;
  cursor: pointer;
  color: #fff;
  background: #787878;
  border-radius: 50%;
  z-index: 1;
  text-align: center;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-close svg {
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-timer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 140px;
  display: none;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-timer p {
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 7px;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-timer h1 {
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  font-weight: 300;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone.display-flex {
  display: block;
}

.arcontactus-widget .callback-countdown-block .callback-countdown-block-timer.display-flex,
.arcontactus-widget .callback-countdown-block .callback-countdown-block-sorry.display-flex {
  display: flex;
}

.arcontactus-widget .callback-state {
  background-color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  display: none;
  animation: none;
  z-index: 999999;
  transition: 0.2s all;
  transform: scale(0);
  color: red;
  display: flex;
}

.arcontactus-widget .callback-state.display-flex {
  transform: scale(1);
}

.arcontactus-widget .callback-state svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

.arcontactus-widget .callback-state .callback-state-img {
  position: absolute;
  top: 12px;
  left: 12px;
}

.arcontactus-widget .animation-pause {
  animation-play-state: paused;
}
@media (max-width: 468px) {
  .arcontactus-widget.arcontactus-message.opened {
    width: auto;
    right: 20px;
    left: 20px;
  }
  .arcontactus-widget .callback-countdown-block {
    width: auto;
  }
}
@media (max-height: 400px) {
  .arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close {
    opacity: 1;
  }
}
@media (max-width: 428px) {
  .arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group {
    display: block;
  }
  .arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=tel],
  .arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group button[type=submit] {
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
  }
  .arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=tel] {
    margin-bottom: 10px !important;
  }
  .arcontactus-widget .callback-countdown-block .callback-countdown-block-phone.display-flex {
    display: block;
    width: 100%;
  }
  .arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close {
    opacity: 1;
  }
  .arcontactus-widget.arcontactus-message .messangers-block,
  .arcontactus-widget.arcontactus-message .callback-countdown-block,
  .arcontactus-widget.arcontactus-message .arcu-popup {
    bottom: 0;
    border-radius: 0;
  }
  .arcontactus-widget.arcontactus-message.open,
  .arcontactus-widget.arcontactus-message.opened,
  .arcontactus-widget.arcontactus-message.popup-opened {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .arcontactus-widget.arcontactus-message.open .messangers-block .arcu-menu-header,
  .arcontactus-widget.arcontactus-message.opened .messangers-block .arcu-menu-header,
  .arcontactus-widget.arcontactus-message.popup-opened .messangers-block .arcu-menu-header {
    border-radius: 0;
    padding-right: 40px;
  }
  .arcontactus-widget.arcontactus-message.open .messangers-block .arcu-header-close,
  .arcontactus-widget.arcontactus-message.opened .messangers-block .arcu-header-close,
  .arcontactus-widget.arcontactus-message.popup-opened .messangers-block .arcu-header-close {
    right: 5px;
    top: 50%;
    margin-top: -13px;
  }
  .arcontactus-widget.arcontactus-message.open .arcu-popup .arcu-popup-header,
  .arcontactus-widget.arcontactus-message.opened .arcu-popup .arcu-popup-header,
  .arcontactus-widget.arcontactus-message.popup-opened .arcu-popup .arcu-popup-header {
    border-radius: 0;
    padding-right: 40px;
    padding-left: 30px;
  }
  .arcontactus-widget.arcontactus-message.open .arcu-popup .arcu-popup-back,
  .arcontactus-widget.arcontactus-message.opened .arcu-popup .arcu-popup-back,
  .arcontactus-widget.arcontactus-message.popup-opened .arcu-popup .arcu-popup-back {
    display: block;
  }
  .arcontactus-widget.arcontactus-message.open .arcu-popup .arcu-popup-close,
  .arcontactus-widget.arcontactus-message.opened .arcu-popup .arcu-popup-close,
  .arcontactus-widget.arcontactus-message.popup-opened .arcu-popup .arcu-popup-close {
    right: 5px;
    top: 50%;
    margin-top: -13px;
  }
  .arcontactus-widget.arcontactus-message.open .messangers-block,
  .arcontactus-widget.arcontactus-message.opened .messangers-block,
  .arcontactus-widget.arcontactus-message.popup-opened .messangers-block,
  .arcontactus-widget.arcontactus-message.open .callback-countdown-block,
  .arcontactus-widget.arcontactus-message.opened .callback-countdown-block,
  .arcontactus-widget.arcontactus-message.popup-opened .callback-countdown-block,
  .arcontactus-widget.arcontactus-message.open .arcontactus-prompt,
  .arcontactus-widget.arcontactus-message.opened .arcontactus-prompt,
  .arcontactus-widget.arcontactus-message.popup-opened .arcontactus-prompt,
  .arcontactus-widget.arcontactus-message.open .arcu-popup,
  .arcontactus-widget.arcontactus-message.opened .arcu-popup,
  .arcontactus-widget.arcontactus-message.popup-opened .arcu-popup {
    width: 100%;
  }
  .arcontactus-widget.arcontactus-message.open .messangers-block .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.opened .messangers-block .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.popup-opened .messangers-block .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.open .callback-countdown-block .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.opened .callback-countdown-block .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.popup-opened .callback-countdown-block .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.open .arcontactus-prompt .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.opened .arcontactus-prompt .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.popup-opened .arcontactus-prompt .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.open .arcu-popup .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.opened .arcu-popup .arcontactus-prompt-close,
  .arcontactus-widget.arcontactus-message.popup-opened .arcu-popup .arcontactus-prompt-close {
    opacity: 1;
  }
  .arcontactus-widget.arcontactus-message.open .arcontactus-message-button,
  .arcontactus-widget.arcontactus-message.opened .arcontactus-message-button,
  .arcontactus-widget.arcontactus-message.popup-opened .arcontactus-message-button {
    display: none;
  }
}
@keyframes arcontactus-updown {
  0%, 43%, 100% {
    transform: translate(0, 0);
  }
  25%, 35% {
    transform: translate(0, -10px);
  }
}
@keyframes arcontactus-pulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes arcontactus-show-stat {
  0%, 20% {
    transform: scale(1);
  }
  21%, 84% {
    transform: scale(0);
  }
  85%, 100% {
    transform: scale(1);
  }
}
@keyframes arcontactus-show-icons {
  0%, 20% {
    transform: scale(0);
  }
  21%, 84% {
    transform: scale(1);
  }
  85%, 100% {
    transform: scale(0);
  }
}/*# sourceMappingURL=main.css.map */

.optionTool-desktop {
  position: fixed;
  z-index: 999;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.optionTool-desktop .optionTool-text {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 4px;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  right: 50px;
  top: 2px;
  animation: leftOptiontool;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.optionTool-desktop .optionTool-text::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgb(255, 255, 255);
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.optionTool-desktop .count-cart {
  position: absolute;
  top: -8px;
  right: 0px;
  height: 16px;
  width: 15px;
  border-radius: 50%;
  background-color: #f00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
}
.optionTool-desktop .optionTool-icon {
  display: block;
  width: 38px;
  height: 38px;
  padding: 4px;
  background-size: 30px 30px;
  background-color: #fff;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
  box-shadow: 2px 2px 7px #ccc;
}
.optionTool-desktop .optionTool-icon.optionTool-icon-map {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIyNCIgdmVyc2lvbj0iMS4xIiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTEwMjguNCkiPjxwYXRoIGQ9Im0xMiAwYy00LjQxODMgMi4zNjg1ZS0xNSAtOCAzLjU4MTctOCA4IDAgMS40MjEgMC4zODE2IDIuNzUgMS4wMzEyIDMuOTA2IDAuMTA3OSAwLjE5MiAwLjIyMSAwLjM4MSAwLjM0MzggMC41NjNsNi42MjUgMTEuNTMxIDYuNjI1LTExLjUzMWMwLjEwMi0wLjE1MSAwLjE5LTAuMzExIDAuMjgxLTAuNDY5bDAuMDYzLTAuMDk0YzAuNjQ5LTEuMTU2IDEuMDMxLTIuNDg1IDEuMDMxLTMuOTA2IDAtNC40MTgzLTMuNTgyLTgtOC04em0wIDRjMi4yMDkgMCA0IDEuNzkwOSA0IDQgMCAyLjIwOS0xLjc5MSA0LTQgNC0yLjIwOTEgMC00LTEuNzkxLTQtNCAwLTIuMjA5MSAxLjc5MDktNCA0LTR6IiBmaWxsPSIjZTc0YzNjIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEwMjguNCkiLz48cGF0aCBkPSJtMTIgM2MtMi43NjE0IDAtNSAyLjIzODYtNSA1IDAgMi43NjEgMi4yMzg2IDUgNSA1IDIuNzYxIDAgNS0yLjIzOSA1LTUgMC0yLjc2MTQtMi4yMzktNS01LTV6bTAgMmMxLjY1NyAwIDMgMS4zNDMxIDMgM3MtMS4zNDMgMy0zIDMtMy0xLjM0MzEtMy0zIDEuMzQzLTMgMy0zeiIgZmlsbD0iI2MwMzkyYiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxMDI4LjQpIi8+PC9nPjwvc3ZnPg==");
}
.optionTool-desktop .optionTool-icon.optionTool-icon-email {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjIiIGN5PSIyMiIgcj0iMjIiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcikiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS40NTg5IDExLjY2NjdIMzIuNTQxNEMzMy4xNjIxIDExLjY2NjcgMzMuNjk5MyAxMS44ODYxIDM0LjE1MyAxMi4zMjQ1QzM0LjYwNjIgMTIuNzYzNCAzNC44MzMyIDEzLjI5MDQgMzQuODMzMiAxMy45MDY0QzM0LjgzMzIgMTQuNjQzNSAzNC41OTkgMTUuMzQ4MSAzNC4xMzE5IDE2LjAxOTdDMzMuNjYzOSAxNi42OTE0IDMzLjA4MTYgMTcuMjY1NSAzMi4zODQ2IDE3Ljc0MTNDMzAuMDY3MiAxOS4zMTMxIDI4LjMxODUgMjAuNDk5OCAyNy4xMzExIDIxLjMwNjFDMjYuNDc4NSAyMS43NDg5IDI1Ljk5MzEgMjIuMDc4NyAyNS42ODE3IDIyLjI5MDVDMjUuNjM1NSAyMi4zMjIyIDI1LjU2MzQgMjIuMzcyMyAyNS40Njc1IDIyLjQzOTZDMjUuMzY0MyAyMi41MTE3IDI1LjIzMzcgMjIuNjAzNyAyNS4wNzI5IDIyLjcxNzRDMjQuNzYyNSAyMi45MzY4IDI0LjUwNDggMjMuMTE0IDI0LjI5OTQgMjMuMjQ5NUMyNC4wOTM4IDIzLjM4NDYgMjMuODQ1NyAyMy41MzYzIDIzLjU1NDUgMjMuNzA0M0MyMy4yNjMxIDIzLjg3MjQgMjIuOTg4NyAyMy45OTgzIDIyLjczMDkgMjQuMDgyM0MyMi40NzMxIDI0LjE2NjEgMjIuMjM0NCAyNC4yMDgyIDIyLjAxNDggMjQuMjA4MkgyMi4wMDA2SDIxLjk4NjNDMjEuNzY2NyAyNC4yMDgyIDIxLjUyODEgMjQuMTY2MSAyMS4yNzAyIDI0LjA4MjNDMjEuMDEyNSAyMy45OTgzIDIwLjczNzggMjMuODcyMSAyMC40NDY2IDIzLjcwNDNDMjAuMTU1MiAyMy41MzYzIDE5LjkwNjggMjMuMzg1IDE5LjcwMTcgMjMuMjQ5NUMxOS40OTY0IDIzLjExNCAxOS4yMzg2IDIyLjkzNjggMTguOTI4NCAyMi43MTc0QzE4Ljc2NzIgMjIuNjAzNyAxOC42MzY2IDIyLjUxMTggMTguNTMzNCAyMi40MzkzTDE4LjUyMzMgMjIuNDMyM0MxOC40MzI1IDIyLjM2ODggMTguMzYzOCAyMi4zMjA4IDE4LjMxOTUgMjIuMjkwNUMxNy45MTk3IDIyLjAxNTcgMTcuNDM1NCAyMS42ODQ2IDE2Ljg3MzkgMjEuMzAyMkMxNi4yMTUyIDIwLjg1MzIgMTUuNDQ4NiAyMC4zMzI5IDE0LjU2NzEgMTkuNzM1OUMxMi45MzQyIDE4LjYzMDMgMTEuOTU1NCAxNy45NjU0IDExLjYzMDggMTcuNzQxM0MxMS4wMzg4IDE3LjM0OTQgMTAuNDgwMiAxNi44MTA3IDkuOTU1MTMgMTYuMTI0OEM5LjQzMDExIDE1LjQzODcgOS4xNjc0OCAxNC44MDE4IDkuMTY3NDggMTQuMjE0QzkuMTY3NDggMTMuNDg2NCA5LjM2NTM5IDEyLjg3OTYgOS43NjE4NCAxMi4zOTQ0QzEwLjE1OCAxMS45MDk1IDEwLjcyMzQgMTEuNjY2NyAxMS40NTg5IDExLjY2NjdaTTMzLjQwMDIgMTkuMjM5MkMzMS40NDk0IDIwLjUyOTYgMjkuNzkxMyAyMS42NDA1IDI4LjQyNTggMjIuNTcyNUwzNC44MzI0IDI4LjgzMzdWMTguMDIxM0MzNC40MjE3IDE4LjQ2OTUgMzMuOTQ0MyAxOC44NzUyIDMzLjQwMDIgMTkuMjM5MlpNOS4xNjY1IDE4LjAyMTRDOS41ODY1OSAxOC40Nzg4IDEwLjA2OTEgMTguODg0OCAxMC42MTMyIDE5LjIzOTNDMTIuNjQxNCAyMC41ODYzIDE0LjI5MzUgMjEuNjk1MiAxNS41NzU3IDIyLjU3MDFMOS4xNjY1IDI4LjgzMzVWMTguMDIxNFpNMzQuMDQyMSAzMC44MjA4QzMzLjYxNzIgMzEuMTg4MyAzMy4xMTczIDMxLjM3NDUgMzIuNTQwMyAzMS4zNzQ1SDExLjQ1NzhDMTAuODgwOSAzMS4zNzQ1IDEwLjM4MDcgMzEuMTg4MyA5Ljk1NTc1IDMwLjgyMDhMMTcuMjI4NyAyMy43MTIyQzE3LjQxMDcgMjMuODM5OSAxNy41Nzg5IDIzLjk1OTIgMTcuNzMwNiAyNC4wNjc5QzE4LjI3NTEgMjQuNDU5NyAxOC43MTY1IDI0Ljc2NTQgMTkuMDU1NiAyNC45ODQ1QzE5LjM5NDQgMjUuMjA0MSAxOS44NDU1IDI1LjQyNzkgMjAuNDA5MSAyNS42NTY0QzIwLjk3MjYgMjUuODg1MyAyMS40OTc2IDI1Ljk5OTMgMjEuOTg0NyAyNS45OTkzSDIxLjk5ODlIMjIuMDEzMkMyMi41MDAyIDI1Ljk5OTMgMjMuMDI1MyAyNS44ODUyIDIzLjU4ODggMjUuNjU2NEMyNC4xNTIgMjUuNDI3OSAyNC42MDMyIDI1LjIwNDEgMjQuOTQyMyAyNC45ODQ1QzI1LjI4MTQgMjQuNzY1NCAyNS43MjMxIDI0LjQ1OTcgMjYuMjY3MiAyNC4wNjc5QzI2LjQyNyAyMy45NTUgMjYuNTk2MSAyMy44MzYyIDI2Ljc3MDUgMjMuNzE0MUwzNC4wNDIxIDMwLjgyMDhaIiBmaWxsPSJ3aGl0ZSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyIiB4MT0iMjIiIHkxPSIwIiB4Mj0iMjIiIHkyPSI0NCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkVDRjcyIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0VGOUYwMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
}
.optionTool-desktop .optionTool-icon.optionTool-icon-mess {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjIiIGN5PSIyMiIgcj0iMjIiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcikiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMi4wMDI2IDcuNzAyMTVDMTQuMTA0MSA3LjcwMjE1IDcuNzAxMTcgMTMuNjMwOCA3LjcwMTE3IDIwLjk0NDJDNy43MDExNyAyNS4xMTE1IDkuNzgwODMgMjguODI4NiAxMy4wMzA5IDMxLjI1NlYzNi4zMDVMMTcuOTAwNCAzMy42MzI1QzE5LjIgMzMuOTkyMiAyMC41NzY3IDM0LjE4NjMgMjIuMDAyNiAzNC4xODYzQzI5LjkwMTEgMzQuMTg2MyAzNi4zMDQgMjguMjU3NiAzNi4zMDQgMjAuOTQ0MkMzNi4zMDQgMTMuNjMwOCAyOS45MDExIDcuNzAyMTUgMjIuMDAyNiA3LjcwMjE1Wk0yMy40MjIxIDI1LjUzMTRMMTkuNzgwMSAyMS42NDcxTDEyLjY3MzggMjUuNTMxNEwyMC40OTA4IDE3LjIzMzFMMjQuMjIxNiAyMS4xMTc0TDMxLjIzOSAxNy4yMzMxTDIzLjQyMjEgMjUuNTMxNFoiIGZpbGw9IndoaXRlIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSIyMS42NDI2IiB5MT0iNDMuMzU1NSIgeDI9IjIxLjY0MjYiIHkyPSIwLjQyODYzOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMTE2OENGIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzJDQjdGRiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
}
.optionTool-desktop .optionTool-icon.optionTool-icon-zalo {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjIiIGN5PSIyMiIgcj0iMjIiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcikiLz4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTUuMjc0IDM0LjA5MDdDMTUuNzc3MyAzNC4wODU2IDE2LjI4MDUgMzQuMDgwNCAxNi43ODMgMzQuMDgwNEMxNi43ODA2IDM0LjA2MzYgMTYuNzc2OSAzNC4wNDc5IDE2Ljc3MjIgMzQuMDMzM0MxNi43NzcgMzQuMDQ3NyAxNi43ODA4IDM0LjA2MzIgMTYuNzgzMiAzNC4wNzk4QzE2Ljg5NzggMzQuMDc5OCAxNy4wMTI0IDM0LjA4NTQgMTcuMTI3IDM0LjA5NjVIMjUuNDA1OEMyNi4wOTM0IDM0LjA5NjUgMjYuNzgwOSAzNC4wOTc3IDI3LjQ2ODQgMzQuMDk4OUMyOC44NDM0IDM0LjEwMTQgMzAuMjE4NSAzNC4xMDM5IDMxLjU5MzUgMzQuMDk2NUgzMS42MjIyQzMzLjUzNTcgMzQuMDc5OCAzNS4wNzEyIDMyLjU3MjIgMzUuMDU5NyAzMC43MjA5VjI3LjQ3ODRDMzUuMDU5NyAyNy40NTgyIDM1LjA2MTIgMjcuNDMzMyAzNS4wNjI4IDI3LjQwNzFDMzUuMDY3NiAyNy4zMjU3IDM1LjA3MzEgMjcuMjMyNSAzNS4wMzY4IDI3LjIzNDVDMzQuOTMzNyAyNy4yNDAxIDM0Ljc3MTEgMjcuMjc1NyAzNC43MTM4IDI3LjMzMTFDMzQuMjc0NCAyNy42MTQ1IDMzLjg0ODMgMjcuOTI0IDMzLjQyMjIgMjguMjMzNUMzMi41NyAyOC44NTI1IDMxLjcxNzkgMjkuNDcxNSAzMC43NTkyIDI5Ljg4MTdDMjcuMDI4NCAzMS4wOTkzIDIzLjcyODcgMzEuMTU3IDIwLjIyNjUgMzAuMzM4NUMyMC4wMzQ5IDMwLjI3MSAxOS45NDM2IDMwLjI3ODYgMTkuNzgxNiAzMC4yOTJDMTkuNjc3MyAzMC4zMDA3IDE5LjU0MzYgMzAuMzExOCAxOS4zMzQ3IDMwLjMwNjhDMTkuMzA5MyAzMC4zMDc3IDE5LjI4MjkgMzAuMzA4NSAxOS4yNTU0IDMwLjMwOTNDMTguOTA5OSAzMC4zMTk3IDE4LjQwODMgMzAuMzM0OCAxNy44MDg4IDMwLjY4NzdDMTYuNDA1MSAzMS4xMDM0IDE0LjUwMTMgMzEuMTU3IDEzLjUxNzUgMzEuMDE0N0MxMy41MjIgMzEuMDI0NSAxMy41MjQ3IDMxLjAzMjkgMTMuNTI2OSAzMS4wNDA3QzEzLjUyMzYgMzEuMDM0MSAxMy41MjA0IDMxLjAyNzUgMTMuNTE3MyAzMS4wMjA4QzEzLjUwMzYgMzEuMDA1OSAxMy40ODY0IDMwLjk5MjcgMTMuNDY5NiAzMC45OEMxMy40MTYzIDMwLjkzOTMgMTMuMzY4NCAzMC45MDI4IDEzLjQ2IDMwLjgyNjhDMTMuNDg2NyAzMC44MTAyIDEzLjUxMzUgMzAuNzkyOSAxMy41NDAyIDMwLjc3NTdDMTMuNTkzNyAzMC43NDEyIDEzLjY0NzIgMzAuNzA2NyAxMy43MDA2IDMwLjY3NzFDMTQuNDUxMiAzMC4yMDYgMTUuMTU1OSAyOS42OTA1IDE1LjYxOTkgMjguOTMxMUMxNi4yNTA4IDI4LjE5MTEgMTUuOTU4NCAyNy45MDI1IDE1LjQwMDkgMjcuMzUyNEwxNS4zNzk5IDI3LjMzMTdDMTIuNjYzOSAyNC42NTA0IDExLjg2NDcgMjEuODA1NCAxMi4xNDggMTcuOTc4NUMxMi40ODYgMTUuODc3OCAxMy40ODI5IDE0LjA3MDggMTQuOTIxIDEyLjQ5NjdDMTUuNzkxOCAxMS41NDMzIDE2LjgyODggMTAuNzcyOSAxNy45NjMyIDEwLjEyOTlDMTcuOTc5NiAxMC4xMTk4IDE3Ljk5ODcgMTAuMTExNiAxOC4wMTgyIDEwLjEwMzJDMTguMDczNiAxMC4wNzkzIDE4LjEzMjQgMTAuMDU0MSAxOC4xNDA4IDkuOTgwMjNDMTguMTQ3NSA5LjkyMTkxIDE4LjA1MDcgOS45MDI2NCAxOC4wMTYzIDkuOTAyNjRDMTcuMzY5OCA5LjkwMjY0IDE2LjczMTYgOS44OTcwNSAxNi4wOTY0IDkuODkxNDhDMTQuODM0NiA5Ljg4MDQzIDEzLjU4NDUgOS44Njk0NyAxMi4zMDQxIDkuOTAyNjVDMTAuNDY1IDkuOTUyNTQgOC43ODg4OSAxMS4xNzc5IDguODE5MjUgMTMuMzYxNEM4LjgyNjg5IDE3LjIxOTQgOC44MjQzNSAyMS4wNzQ5IDguODIxOCAyNC45Mjk2QzguODIwNTMgMjYuODU2NyA4LjgxOTI1IDI4Ljc4MzUgOC44MTkyNSAzMC43MTA0QzguODE5MjUgMzIuNTAwNyAxMC4yMzQ0IDM0LjAwMjggMTIuMDg1IDM0LjA3NDlDMTMuMTQ2NSAzNC4xMTI1IDE0LjIxMDcgMzQuMTAxNiAxNS4yNzQgMzQuMDkwN1pNMTMuNTg4OCAzMS4xNDAzQzEzLjU5MzUgMzEuMTQ2NyAxMy41OTgzIDMxLjE1MyAxMy42MDMyIDMxLjE1OTRDMTMuNzAzNiAzMS4yNDU1IDEzLjgwMzEgMzEuMzMyNSAxMy45MDIxIDMxLjQyMDJDMTMuODA2MyAzMS4zMzEyIDEzLjcwNzIgMzEuMjQyMyAxMy42MDM1IDMxLjE1MzNDMTMuNTk4MiAzMS4xNDg3IDEzLjU5MzMgMzEuMTQ0NCAxMy41ODg4IDMxLjE0MDNaTTE2LjUzMzYgMzMuODEwOEMxNi40OTc5IDMzLjc4ODUgMTYuNDYzNCAzMy43NjQ5IDE2LjQzMzcgMzMuNzM2MkMxNi40MzExIDMzLjczNTggMTYuNDI4MyAzMy43MzUyIDE2LjQyNTQgMzMuNzM0NUMxNi40MjgxIDMzLjczNzEgMTYuNDMwOCAzMy43Mzk3IDE2LjQzMzUgMzMuNzQyM0MxNi40NjMyIDMzLjc2ODMgMTYuNDk3OCAzMy43OSAxNi41MzM2IDMzLjgxMDhaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTcuNjc2OCAyMS42NzU0QzE4LjU0MTkgMjEuNjc1NCAxOS4zNTU1IDIxLjY2OTggMjAuMTYzMyAyMS42NzU0QzIwLjYxNTkgMjEuNjgwOSAyMC44NjIzIDIxLjg2MzggMjAuOTA4MSAyMi4yMTNDMjAuOTU5NyAyMi42NTA5IDIwLjY5NjEgMjIuOTQ0NyAyMC4yMDM0IDIyLjk1MDJDMTkuMjc1MyAyMi45NjEzIDE4LjM1MjggMjIuOTU1OCAxNy40MjQ3IDIyLjk1NThDMTcuMTU1NCAyMi45NTU4IDE2Ljg5MTkgMjIuOTY2OSAxNi42MjI2IDIyLjk1MDJDMTYuMjkwMyAyMi45MzM2IDE1Ljk2MzcgMjIuODY3MSAxNS44MDMzIDIyLjUzNDVDMTUuNjQyOSAyMi4yMDE5IDE1Ljc1NzUgMjEuOTAyNiAxNS45NzUyIDIxLjYzMUMxNi44NTc1IDIwLjU0NDcgMTcuNzQ1NSAxOS40NTI3IDE4LjYzMzYgMTguMzY2M0MxOC42ODUxIDE4LjI5OTggMTguNzM2NyAxOC4yMzMzIDE4Ljc4ODMgMTguMTcyM0MxOC43MzEgMTguMDc4MSAxOC42NTA4IDE4LjEyMjQgMTguNTgyIDE4LjExNjlDMTcuOTYzMyAxOC4xMTE0IDE3LjMzODggMTguMTE2OSAxNi43MiAxOC4xMTE0QzE2LjU3NjggMTguMTExNCAxNi40MzM1IDE4LjA5NDcgMTYuMjk2IDE4LjA2N0MxNS45Njk1IDE3Ljk5NSAxNS43Njg5IDE3LjY3OSAxNS44NDM0IDE3LjM2ODZDMTUuODk1IDE3LjE1OCAxNi4wNjY5IDE2Ljk4NjIgMTYuMjg0NiAxNi45MzYzQzE2LjQyMjEgMTYuOTAzIDE2LjU2NTMgMTYuODg2NCAxNi43MDg1IDE2Ljg4NjRDMTcuNzI4NCAxNi44ODA5IDE4Ljc1MzkgMTYuODgwOSAxOS43NzM3IDE2Ljg4NjRDMTkuOTU3MSAxNi44ODA5IDIwLjEzNDcgMTYuOTAzIDIwLjMxMjMgMTYuOTQ3NEMyMC43MDE5IDE3LjA3NDkgMjAuODY4IDE3LjQyNDEgMjAuNzEzMyAxNy43ODk5QzIwLjU3NTggMTguMTA1OCAyMC4zNTgxIDE4LjM3NzQgMjAuMTQwNCAxOC42NDlDMTkuMzg5OSAxOS41NzQ3IDE4LjYzOTMgMjAuNDk0OCAxNy44ODg4IDIxLjQwOTNDMTcuODI1OCAyMS40ODE0IDE3Ljc2ODUgMjEuNTUzNCAxNy42NzY4IDIxLjY3NTRaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjQuMzIyOSAxOC43NjA0QzI0LjQ2MDQgMTguNTg4NiAyNC42MDM2IDE4LjQyNzkgMjQuODM4NSAxOC4zODM1QzI1LjI5MTEgMTguMjk0OCAyNS43MTUxIDE4LjU3NzUgMjUuNzIwOCAxOS4wMjFDMjUuNzM4IDIwLjEyOTUgMjUuNzMyMyAyMS4yMzgxIDI1LjcyMDggMjIuMzQ2N0MyNS43MjA4IDIyLjYzNDkgMjUuNTI2IDIyLjg4OTkgMjUuMjQ1MyAyMi45NzNDMjQuOTU4OCAyMy4wNzgzIDI0LjYzMjIgMjIuOTk1MiAyNC40NDMyIDIyLjc1NjhDMjQuMzQ1OCAyMi42NDA0IDI0LjMwNTcgMjIuNjE4MyAyNC4xNjgyIDIyLjcyMzZDMjMuNjQ2OCAyMy4xMzM4IDIzLjA1NjcgMjMuMjA1OCAyMi40MjA3IDIzLjAwNjNDMjEuNDAwOSAyMi42ODQ4IDIwLjk4MjcgMjEuOTE0MyAyMC44NjgxIDIwLjk3NzZDMjAuNzQ3OCAxOS45NjMyIDIxLjA5NzMgMTkuMDk4NiAyMi4wMzY5IDE4LjU2NjRDMjIuODE2IDE4LjExNzUgMjMuNjA2NyAxOC4xNTYzIDI0LjMyMjkgMTguNzYwNFpNMjIuMjk0NyAyMC43ODM2QzIyLjMwNjEgMjEuMDI3NSAyMi4zODYzIDIxLjI2MDMgMjIuNTM1MyAyMS40NTQzQzIyLjg0NDcgMjEuODUzNCAyMy40MzQ4IDIxLjkzNjUgMjMuODUzMSAyMS42MzcyQzIzLjkyMTggMjEuNTg3MyAyMy45ODQ4IDIxLjUyNjMgMjQuMDQyMSAyMS40NTQzQzI0LjM2MyAyMS4wMzMgMjQuMzYzIDIwLjM0MDIgMjQuMDQyMSAxOS45MTg5QzIzLjg4MTcgMTkuNzAyNyAyMy42Mjk2IDE5LjU3NTIgMjMuMzYwMyAxOS41Njk3QzIyLjczMDEgMTkuNTMwOSAyMi4yODkgMjAuMDAyIDIyLjI5NDcgMjAuNzgzNlpNMjguMjkzMyAyMC44MTY4QzI4LjI0NzQgMTkuMzkyMyAyOS4yMTU3IDE4LjMyODEgMzAuNTkwNyAxOC4yODkzQzMyLjA1MTcgMTguMjQ1IDMzLjExNzQgMTkuMTkyOCAzMy4xNjMyIDIwLjU3ODVDMzMuMjA5IDIxLjk4MDggMzIuMzIxIDIyLjk3MyAzMC45NTE3IDIzLjEwNkMyOS40NTYzIDIzLjI1MDIgMjguMjcwNCAyMi4yMDI2IDI4LjI5MzMgMjAuODE2OFpNMjkuNzMxMyAyMC42ODM4QzI5LjcxOTkgMjAuOTYxIDI5LjgwNTggMjEuMjMyNiAyOS45Nzc3IDIxLjQ1OThDMzAuMjkyOCAyMS44NTg5IDMwLjg4MjkgMjEuOTM2NSAzMS4yOTU1IDIxLjYyNjFDMzEuMzU4NSAyMS41ODE4IDMxLjQxIDIxLjUyNjMgMzEuNDYxNiAyMS40NzA5QzMxLjc5MzkgMjEuMDQ5NiAzMS43OTM5IDIwLjM0MDIgMzEuNDY3MyAxOS45MTg5QzMxLjMwNjkgMTkuNzA4MyAzMS4wNTQ4IDE5LjU3NTIgMzAuNzg1NSAxOS41Njk3QzMwLjE2NjggMTkuNTM2NCAyOS43MzEzIDE5Ljk5MSAyOS43MzEzIDIwLjY4MzhaTTI3Ljc4OTEgMTkuNzEzOEMyNy43ODkxIDIwLjU3MyAyNy43OTQ4IDIxLjQzMjEgMjcuNzg5MSAyMi4yOTEyQzI3Ljc5NDggMjIuNjg0OCAyNy40NzQgMjMuMDExOCAyNy4wNjcyIDIzLjAyMjlDMjYuOTk4NSAyMy4wMjI5IDI2LjkyNCAyMy4wMTc0IDI2Ljg1NTIgMjMuMDAwN0MyNi41Njg4IDIyLjkyODcgMjYuMzUxIDIyLjYzNDkgMjYuMzUxIDIyLjI4NTdWMTcuODc5MUMyNi4zNTEgMTcuNjE4NiAyNi4zNDUzIDE3LjM2MzYgMjYuMzUxIDE3LjEwMzFDMjYuMzU2OCAxNi42NzYzIDI2LjYzNzUgMTYuMzk5MiAyNy4wNjE1IDE2LjM5OTJDMjcuNDk2OSAxNi4zOTM2IDI3Ljc4OTEgMTYuNjcwOCAyNy43ODkxIDE3LjExNDJDMjcuNzk0OCAxNy45Nzg5IDI3Ljc4OTEgMTguODQ5MSAyNy43ODkxIDE5LjcxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjIuMjk0NyAyMC43ODI4QzIyLjI4OSAyMC4wMDEzIDIyLjczMDIgMTkuNTMwMiAyMy4zNTQ3IDE5LjU2MzRDMjMuNjIzOSAxOS41NzQ1IDIzLjg3NiAxOS43MDIgMjQuMDM2NCAxOS45MTgxQzI0LjM1NzMgMjAuMzMzOSAyNC4zNTczIDIxLjAzMjIgMjQuMDM2NCAyMS40NTM1QzIzLjcyNzEgMjEuODUyNiAyMy4xMzY5IDIxLjkzNTcgMjIuNzE4NyAyMS42MzY0QzIyLjY1IDIxLjU4NjUgMjIuNTg2OSAyMS41MjU1IDIyLjUyOTYgMjEuNDUzNUMyMi4zODY0IDIxLjI1OTUgMjIuMzA2MiAyMS4wMjY3IDIyLjI5NDcgMjAuNzgyOFpNMjkuNzMxNCAyMC42ODNDMjkuNzMxNCAxOS45OTU3IDMwLjE2NjggMTkuNTM1NyAzMC43ODU2IDE5LjU2OUMzMS4wNTQ5IDE5LjU3NDUgMzEuMzA3IDE5LjcwNzUgMzEuNDY3NCAxOS45MTgxQzMxLjc5NCAyMC4zMzk0IDMxLjc5NCAyMS4wNTQ0IDMxLjQ2MTcgMjEuNDcwMUMzMS4xNDA4IDIxLjg2MzYgMzAuNTQ1IDIxLjkzMDIgMzAuMTM4MiAyMS42MTk4QzMwLjA3NTIgMjEuNTc1NCAzMC4wMjM2IDIxLjUyIDI5Ljk3NzggMjEuNDU5QzI5LjgwNTkgMjEuMjMxOCAyOS43MjU3IDIwLjk2MDIgMjkuNzMxNCAyMC42ODNaIiBmaWxsPSIjMDA2OEZGIi8+CjwvZz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjIyIiB5MT0iMCIgeDI9IjIyIiB5Mj0iNDQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzVGQTBGRiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwMzVBREEiLz4KPC9saW5lYXJHcmFkaWVudD4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSIyNi4zNjQxIiBoZWlnaHQ9IjI0LjIiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4Ljc4OTA2IDkuOTAyMzQpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
}
.optionTool-desktop .optionTool-icon.optionTool-icon-hotline {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjIiIGN5PSIyMiIgcj0iMjIiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcikiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC4wMDg3IDkuMzU1NTJDMTQuMTU4MSA5LjQwNjYzIDE0LjM4ODUgOS41MjU5MSAxNC41MjA4IDkuNjExMTRDMTUuMzMxNSAxMC4xNDggMTcuNTg4OCAxMy4wMzI0IDE4LjMyNzEgMTQuNDcyNkMxOC43NDk1IDE1LjI5NDkgMTguODkwMyAxNS45MDQxIDE4Ljc1OCAxNi4zNTU4QzE4LjYyMTQgMTYuODQxNSAxOC4zOTUzIDE3LjA5NzEgMTcuMzg0IDE3LjkxMDlDMTYuOTc4NiAxOC4yMzkgMTYuNTk4OCAxOC41NzU2IDE2LjUzOTEgMTguNjY1MUMxNi4zODU1IDE4Ljg4NjYgMTYuMjYxNyAxOS4zMjEyIDE2LjI2MTcgMTkuNjI4QzE2LjI2NiAyMC4zMzk1IDE2LjcyNjkgMjEuNjMwNSAxNy4zMzI4IDIyLjYyMzJDMTcuODAyMSAyMy4zOTQ0IDE4LjY0MjggMjQuMzgyOCAxOS40NzQ5IDI1LjE0MTNDMjAuNDUyIDI2LjAzNjEgMjEuMzE0IDI2LjY0NTMgMjIuMjg2OSAyNy4xMjY4QzIzLjUzNzIgMjcuNzQ4OCAyNC4zMDEgMjcuOTA2NCAyNC44NiAyNy42NDY2QzI1LjAwMDggMjcuNTgyNiAyNS4xNTAxIDI3LjQ5NzQgMjUuMTk3MSAyNy40NTkxQzI1LjIzOTcgMjcuNDIwOCAyNS41NjgzIDI3LjAyMDIgMjUuOTI2OCAyNi41NzcyQzI2LjYxOCAyNS43MDc5IDI2Ljc3NTkgMjUuNTY3NCAyNy4yNDk2IDI1LjQwNTVDMjcuODUxMyAyNS4yMDEgMjguNDY1NyAyNS4yNTYzIDI5LjA4NDQgMjUuNTcxNkMyOS41NTM4IDI1LjgxNDUgMzAuNTc3OSAyNi40NDkzIDMxLjIzOTMgMjYuOTA5NUMzMi4xMDk4IDI3LjUxODcgMzMuOTcwMyAyOS4wMzU1IDM0LjIyMjEgMjkuMzM4MUMzNC42NjU4IDI5Ljg4MzQgMzQuNzQyNyAzMC41ODIxIDM0LjQ0MzkgMzEuMzUzNEMzNC4xMjgxIDMyLjE2NzEgMzIuODk5MiAzMy42OTI1IDMyLjA0MTUgMzQuMzQ0NEMzMS4yNjQ5IDM0LjkzMjMgMzAuNzE0NSAzNS4xNTgxIDI5Ljk4OTEgMzUuMTkyMkMyOS4zOTE3IDM1LjIyMiAyOS4xNDQyIDM1LjE3MDkgMjguMzgwNCAzNC44NTU2QzIyLjM4OTMgMzIuMzg4NyAxNy42MDU5IDI4LjcwNzUgMTMuODA4MSAyMy42NUMxMS44MjM5IDIxLjAwODQgMTAuMzEzNCAxOC4yNjg4IDkuMjgwNjcgMTUuNDI3QzguNjc5MDUgMTMuNzY5NiA4LjY0OTIxIDEzLjA0OTUgOS4xNDQxMyAxMi4yMDE3QzkuMzU3NTMgMTEuODQzOCAxMC4yNjY0IDEwLjk1NzUgMTAuOTI3OCAxMC40NjMzQzEyLjAyODggOS42NDUyNCAxMi41MzY1IDkuMzQyNzMgMTIuOTQxOSA5LjI1NzU0QzEzLjIxOTMgOS4xOTc4NyAxMy43MDE0IDkuMjQ0NzMgMTQuMDA4NyA5LjM1NTUyWiIgZmlsbD0id2hpdGUiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjIyIiB5MT0iLTcuMjYzNDZlLTA5IiB4Mj0iMjIuMTIxOSIgeTI9IjQwLjU0NTgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzhBRDMzNiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1MDk2MDAiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K");
}
.optionTool-desktop .optionTool-icon.optionTool-icon-cart {
  background-image: url(../images/cart-m.png);
}
.optionTool-desktop ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.optionTool-desktop ul li + li {
  margin-top: 5px;
}
.optionTool-desktop ul li:hover .optionTool-icon {
  transform: scale(1.1);
}
.optionTool-desktop ul li:hover .optionTool-text {
  display: block;
  color: #333;
}
.optionTool-desktop ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s;
  width: 38px;
  height: 38px;
  text-align: center;
}

@keyframes leftOptiontool {
  50% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.language-container p{
  font-family: Roboto-Bold;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

.language-container .language-box{
  position: absolute;
  top: 90%;
  right: 0;
  background-color: #fff;
  width: 120px;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}

.language-container:hover .language-box{
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.language-box a{
  display: block;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #000;
  text-align: center;
  padding: 5px 0;
}

.language-box a:hover{
  color: var(--hover-color);
}