@font-face {
  font-family: UTM-Italic;
  src: url("../fonts/utm avo/UTM AvoItalic.ttf");
}

@font-face {
  font-family: UTM-BoldItalic;
  src: url("../fonts/utm avo/UTM AvoBold_Italic.ttf");
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #333;
  background: #f0f0f0;
}

body a {
  color: #333;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
  color: #333;
}

.container {
  max-width: 1200px !important;
  padding: 0;
}

.check-box {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 7px;
  cursor: pointer;
}

.check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-box input:checked ~ .checkmark {
  background-color: red;
  border: none;
}

.check-box input:checked ~ .checkmark:after {
  display: block;
}

.check-box:hover input ~ .checkmark {
  background-color: red;
}

.check-box .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #bbb;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

header {
  background-color: #2e6ed5;
  height: 64px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

header a:not(.logo-home) {
  color: #fff;
}

header a:not(.logo-home):hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

header a.logo-home img {
  height: 40px;
}

header .header-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 205px 680px 360px;
      grid-template-columns: 205px 680px 360px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

header .header-content .item2 svg,
header .header-content .item3 svg {
  margin-right: 5px;
}

header .search {
  width: 510px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

header .search input {
  outline: none;
  height: 40px;
  padding: 10px 40px 10px 20px;
  width: 100%;
  border-radius: 3px;
  border: none;
}

header .search input ::-webkit-input-placeholder {
  color: #777777;
}

header .search input :-ms-input-placeholder {
  color: #777777;
}

header .search input ::-ms-input-placeholder {
  color: #777777;
}

header .search input ::placeholder {
  color: #777777;
}

header .search a {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0;
}

.bold {
  font-weight: bold;
}

.mg-0 {
  margin-bottom: 0 !important;
}

.count-cart {
  width: 20px;
  height: 20px;
  background: #f3473a;
  position: absolute;
  border-radius: 50%;
  left: 18px;
  top: -8px;
  font-size: 12px;
}

.menubar.is_home_page {
  margin-right: 20px;
  cursor: pointer;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.menubar .mainmenu {
  background: #fff;
  width: 205px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  top: 64px;
  height: 100%;
}

.menubar .mainmenu a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  position: relative;
}

.menubar .mainmenu a i {
  position: absolute;
  right: 10px;
}

.menubar .mainmenu a:hover {
  color: #f3473a;
}

.menubar .mainmenu img {
  width: 20px;
  margin-right: 10px;
}

.menubar .mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}

.menubar .mainmenu ul li:hover > .dropdown-menu {
  display: block;
  cursor: unset;
  top: -1px;
  left: 100%;
  border-radius: 0;
  min-width: 100%;
  width: auto;
  min-height: calc(100% + 2px);
  height: auto;
  border: 1px solid #2e6ed5;
  z-index: 2;
  font-size: 14px;
  background: #fff;
}

.menubar .mainmenu ul li:hover > .dropdown-menu li a {
  white-space: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menubar .mainmenu ul li:hover > .dropdown-menu li a i {
  position: unset;
  margin-left: 20px;
}

.menubar .mainmenu.not_home {
  display: none;
  position: absolute;
  height: auto;
  width: auto;
}

.menubar .mainmenu.not_home a {
  padding: 10px 30px 10px 10px;
}

.menubar .mainmenu.not_home .dropdown-menu {
  width: auto;
}

.menubar .mainmenu.not_home .dropdown-menu a {
  padding: 10px;
  white-space: nowrap;
}

.menubar.hover:hover .icon-bar {
  opacity: 0.8;
}

.menubar.hover:hover .mainmenu {
  display: block;
}

.menubar.not_home {
  margin-right: 20px;
  cursor: pointer;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer {
  font-weight: 500;
}

footer .footer-content-top {
  padding: 25px 0;
  background: #fff;
}

footer .footer-content-bottom {
  text-align: center;
  padding: 20px 0;
}

footer a:hover {
  text-decoration: none;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .title-footer {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #333;
  display: block;
}

footer .ul-child a {
  padding: 5px 0;
  color: #2e6ed5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .ul-child a svg {
  margin-right: 10px;
}

footer .block-address p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

footer .block-address p:last-child {
  margin-bottom: 0;
}

footer .block-address p svg {
  width: 12px;
}

footer .block-address p span {
  width: calc(100% - 22px);
}

footer .div1 {
  margin-bottom: 30px;
}

footer .div1:last-child {
  margin-bottom: 0;
}

footer .div1 a,
footer .div1 img {
  margin-right: 20px;
}

footer .div1 a:last-child,
footer .div1 img:last-child {
  margin-right: 0;
}

.block-home {
  margin-bottom: 20px;
  margin-top: 20px;
}

.grid-intro-footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  grid-gap: 15px;
  font-weight: 500;
}

.grid-intro-footer .item-intro {
  background: #fff;
}

.grid-intro-footer .item-intro .a_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  line-height: normal;
}

.grid-intro-footer .item-intro .a_intro:hover {
  color: #333;
}

.grid-intro-footer .item-intro .a_intro span {
  font-weight: bold;
}

.grid-intro-footer .item-intro .content-text {
  padding: 0 15px;
}

.grid-intro-footer .item-intro .content-text p {
  margin-bottom: 0;
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.breadcrumb-top {
  background: #fff;
}

.breadcrumb-top .bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}

.breadcrumb-top .list-categories {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb-top .list-categories a {
  padding: 0 20px;
  text-transform: uppercase;
  border-right: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.breadcrumb-top .list-categories a:first-child {
  border-left: 1px solid #eeeeee;
}

.breadcrumb-top .list-categories a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #2e6ed5;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  visibility: hidden;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.breadcrumb-top .list-categories a:hover {
  color: #2e6ed5;
}

.breadcrumb-top .list-categories a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.breadcrumb-top .list-categories a.active {
  color: #2e6ed5;
}

.breadcrumb-top .list-categories a.active:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.breadcrumbs {
  background: #fff;
  padding: 6px 0;
}

.breadcrumbs .breadcrumb {
  background: #fff;
  border-radius: 0;
  padding: 0;
}

.breadcrumbs .breadcrumb li:before {
  display: none;
}

.breadcrumbs .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs .breadcrumb a {
  color: #333;
}

.breadcrumbs .breadcrumb a:hover {
  color: #2e6ed5;
}

.breadcrumbs .breadcrumb .breadcrumb-item {
  padding-left: 0;
}

.breadcrumbs .breadcrumb i {
  margin: 0 5px;
}

.label_error {
  margin-top: 10px;
  color: #f3473a;
}

.pagination {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pagination b {
  display: none;
}

.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  border: 1px solid #707070;
  background: #fff;
  color: #333;
}

.pagination a[href]:hover {
  border-color: #2e6ed5;
  color: #2e6ed5;
}

.pagination .fa-angle-left {
  margin-right: 5px;
}

.pagination .fa-angle-right {
  margin-left: 5px;
}

.pagination .current {
  color: #fff;
  background-color: #2e6ed5;
  border: none;
}

.pagination .pre-page,
.pagination .next-page {
  width: auto;
  padding: 0 10px;
}

.pagination .last-page,
.pagination .first-page {
  display: none;
}

.star-rating {
  --percent: calc(var(--rating) / 5 * 100%);
  font: normal normal normal 14px/1 FontAwesome;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.star-rating::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  background: -webkit-gradient(linear, left top, right top, from(#ffa500), to(#999));
  background: linear-gradient(90deg, #ffa500 var(--percent), #999 var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wrapper-popup {
  position: absolute;
  background: #fff;
  right: 0;
  top: 64px;
  color: #333;
  -webkit-filter: drop-shadow(0 0 5px rgba(46, 110, 213, 0.5));
          filter: drop-shadow(0 0 5px rgba(46, 110, 213, 0.5));
  padding: 10px;
  text-align: center;
}

.wrapper-popup:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 45px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.wrapper-popup .button-cart {
  color: #fff;
  background: #2e6ed5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  border-radius: 5px;
}

.wrapper-popup .fa-check-circle {
  color: #6ac259;
  font-size: 16px;
}

.wrapper-popup #close-cart {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #333;
}

.item-product {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  font-weight: 500;
}

.item-product .item-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  height: 180px;
  overflow: hidden;
}

.item-product .item-image .gift {
  position: absolute;
  right: 0;
  bottom: 0;
}

.item-product .item-image .hotsale {
  position: absolute;
  left: 0;
  bottom: 0;
}

.item-product .item-name {
  color: #2e6ed5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: normal;
  margin-bottom: 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.item-product .item-price {
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.item-product .item-price del {
  margin-left: 10px;
  font-size: 12px;
  color: #777;
  font-weight: normal;
}

.item-product .itm-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 10px;
  height: 20px;
  border-radius: 3px;
  background: #ffd600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
  position: relative;
}

.item-product .free_install {
  color: #fff;
  background: #2e6ed5;
}

.item-product .subtract {
  color: #fff;
  background: #f3473a;
}

.item-product .is_gift {
  background: #f26522;
  color: #fff;
  padding-left: 26px;
  margin-left: 5px;
}

.item-product .is_gift span {
  background: #f3473a;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-product .item-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777;
}

.item-product .item-rate span {
  margin-left: 10px;
}

.item-product .item-summary {
  margin-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #fff;
  border-radius: 3px;
  padding: 2px 10px;
  background: #f26522;
}

.item-product .item-summary p {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.item-product .item-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.item-product img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.item-product:hover {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.item-product:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.item-product:hover .item-name {
  color: #f3473a;
}

.new:before {
  content: attr(data-new);
  background: url("/images/new.svg");
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 3px;
  z-index: 1;
}

.discount:after {
  content: attr(data-discount);
  background: url("/images/discount.svg");
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 3px;
  color: #fff;
}

.new.discount:after {
  right: 70px;
}

.toggle-menu-side-bar {
  display: none;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .toggle-menu-side-bar {
    display: block;
  }
}

.mm-menu a {
  font-weight: bold;
  color: #555555;
  font-size: 14px;
}

.mm-listitem a img,
.mm-listitem a svg {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

.mm-wrapper__blocker {
  background: rgba(0, 0, 0, 0.3) !important;
}

:root {
  --mm-color-background: #ffffff;
}

.side-contact {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50px;
  grid-gap: 20px;
  right: 10px;
  bottom: 80px;
  z-index: 999;
}

.side-contact .side-call {
  position: relative;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  animation: quick-alo-ph-circle-fill 1.2s infinite ease-in-out;
  -webkit-animation: quick-alo-ph-circle-fill 1.2s infinite ease-in-out;
  -moz-animation: quick-alo-ph-circle-fill 1.2s infinite ease-in-out;
  -ms-animation: quick-alo-ph-circle-fill 1.2s infinite ease-in-out;
  -o-animation: quick-alo-ph-circle-fill 1.2s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.side-contact .side-call:before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  left: -15px;
  top: -15px;
  background-color: transparent;
  border-radius: 100%;
  border: 10px solid #e62118;
  -webkit-animation: quick-alo-ph-circle 1.25s infinite ease-in-out;
  animation: quick-alo-ph-circle 1.25s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#msgModal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  /* Add Animation */
  /* The Close Button */
}

#msgModal .msgmodal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

#msgModal .close {
  color: white;
  float: right;
  font-size: 36px;
  font-weight: bold;
}

#msgModal h5 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

#msgModal .close:focus,
#msgModal .close:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

#msgModal .msgmodal-header {
  padding: 2px 10px 2px 16px;
  background-color: #116bb3;
  line-height: 36px;
  color: white;
}

#msgModal .msgmodal-body {
  padding: 15px 16px 15px;
  line-height: 20px;
  text-align: center;
}

#msgModal .msgmodal-body .bt-modals {
  background-color: #e83e28;
  margin-right: 10px;
  font-size: 20px;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 3px;
  display: inline-block;
  margin-top: 20px;
}

#msgModal .msgmodal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

#msgModal svg {
  width: 100px;
  display: block;
  margin: 40px auto;
}

#msgModal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

#msgModal .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}

#msgModal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}

#msgModal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dashCheck 0.9s 0.35s ease-in-out forwards;
  animation: dashCheck 0.9s 0.35s ease-in-out forwards;
}

#msgModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
}

#msgModal .msgmodal-content {
  background: #fff;
  padding: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  width: auto;
  max-width: 500px;
  border-radius: 5px;
}

#msgModal .msgmodal-content .msgmodal-body {
  text-align: center;
}

#msgModal .msgmodal-content .msgmodal-body svg {
  width: 100px;
  height: 100px;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}

#msgModal .msgmodal-content .msgmodal-body .bt-modals {
  text-align: center;
  margin: auto;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 4px;
  background: #2e6ed5;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
}

#msgModal .msgmodal-content-project {
  background: #fff;
  padding: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  width: 720px;
  border-radius: 5px;
}

@media (max-width: 425px) {
  #msgModal .msgmodal-content-project {
    width: 82%;
  }
}

#msgModal .msgmodal-content-project .msgmodal-body h2 {
  font-size: 20px;
  padding-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
  border-bottom: solid 1px #dddddd;
}

#msgModal .msgmodal-content-project .msgmodal-body h3 {
  font-size: 24px;
  margin-bottom: 16px;
  margin-top: 30px;
  text-align: center;
}

#msgModal .msgmodal-content-project .msgmodal-body p {
  text-align: center;
  font-size: 16px;
}

#msgModal .msgmodal-content-project .msgmodal-body .bt-modals {
  text-align: center;
  margin: auto;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  background: #2e6ed5;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
  font-size: 16px;
  text-transform: none;
}

#msgModal .msgmodal-content-project .msgmodal-body .bt-modals:hover {
  background-color: #034da2;
}

.alert_modal {
  display: none;
  position: fixed;
  width: 100%;
  top: 2%;
  z-index: 1060;
}

.alert_modal .alert_body {
  background: #fff;
  width: 390px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #ddd;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  font-size: 16px;
  margin-top: 5%;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.24);
  -webkit-animation: shake-lr 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-lr 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.alert_modal .alert_body svg:not(:root) {
  width: 30px;
}

.alert_modal .alert_body p {
  margin: 20px 0;
}

.alert_modal .alert_body p a {
  width: auto;
  background: none;
  color: #333;
  height: auto;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.alert_modal .alert_body p a:hover {
  color: #3c5a98;
}

.alert_modal .alert_body a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #3c5a98;
  color: #fff;
  font-weight: 700;
  width: 60px;
  margin: auto;
  border-radius: 5px;
  height: 30px;
}

.alert_modal .alert_body a:hover {
  background: #2e6ed5;
  color: #fff;
}

.alert_modal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.alert_modal .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}

.alert_modal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}

.alert_modal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dashCheck 0.9s 0.35s ease-in-out forwards;
  animation: dashCheck 0.9s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@-webkit-keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

@keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

@-webkit-keyframes quick-alo-ph-circle {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
            transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
            transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@keyframes quick-alo-ph-circle {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
            transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
            transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
            transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-webkit-keyframes quick-alo-ph-circle-fill {
  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);
  }
}

@keyframes quick-alo-ph-circle-fill {
  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);
  }
}

@media (max-width: 769px) {
  .menubar.not_home {
    display: none;
  }
  .user_menu {
    display: none !important;
  }
  .menubar.is_home_page {
    display: none;
  }
  header {
    height: auto;
  }
  .container {
    padding: 0 10px;
    max-width: 100% !important;
  }
  header .header-content {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .header-content .item1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 75%;
  }
  header .header-content .item1 .toggle-menu-side-bar {
    margin-right: 0;
    width: auto;
  }
  header .header-content .item1 .a_logo-home {
    width: 75%;
    text-align: center;
    margin-left: 25%;
  }
  header .header-content .item3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 25%;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  header .header-content .item2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 15px;
  }
  .item2.d-flex.align-items-center .tel-head {
    display: none !important;
  }
  .item3.d-flex.align-items-center.justify-content-between .address {
    display: none !important;
  }
  .item3.d-flex.align-items-center.justify-content-between .member {
    display: none !important;
  }
  a.position-relative.cart.d-flex.align-items-center.justify-content-center .mg-0 {
    display: none;
  }
  header .search {
    margin-right: 0;
    width: 100%;
  }
  .item2.d-flex.align-items-center {
    width: 100%;
  }
  .item2.d-flex.align-items-center .nav-search {
    width: 100%;
  }
  .li-mobile svg {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
  .item-product .item-image {
    height: auto;
  }
  footer .title-footer {
    margin-bottom: 10px;
  }
  footer .ul-child a {
    padding: 0;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    line-height: normal;
  }
  footer .footer-content-top .row {
    width: 100%;
    margin: 0;
  }
  footer .footer-content-top .row .col-md-3 {
    margin-bottom: 20px;
    padding: 0;
  }
  footer .footer-content-top .row .col-md-3:last-child {
    margin-bottom: 0;
  }
  footer .footer-content-top .row .col-md-3:nth-child(2), footer .footer-content-top .row .col-md-3:nth-child(3) {
    width: 50%;
  }
  .grid-intro-footer {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .grid-intro-footer .item-intro .a_intro {
    font-size: 12px;
  }
  .breadcrumb-top .bread {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .breadcrumb-top .list-categories {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .breadcrumb-top .list-categories::-webkit-scrollbar {
    display: none;
  }
  .breadcrumb-top .list-categories a {
    padding: 5px 20px;
  }
  header .header-content .item3 {
    position: unset !important;
  }
  .wrapper-popup {
    width: 100%;
  }
  #msgModal .msgmodal-content {
    max-width: 90%;
  }
}

@media (max-width: 380px) {
  .grid-intro-footer .item-intro .content-text {
    padding: 10px;
  }
}

.mm-navbar__title:not([href]) {
  background: #2e6ed5;
}

.item3 .user_menu {
  position: relative;
}

.item3 ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 132px;
  width: 220px;
  background: #2e6ed5;
  padding: 0;
  font-size: 14px;
  z-index: 1000;
  color: #fff;
}

.item3 ul li {
  padding: 10px 12px;
  list-style: none;
}

.item3 ul li:hover {
  background-color: #034da2;
}

.item3 ul li a {
  display: block;
}

.item3:hover ul {
  display: block;
}
/*# sourceMappingURL=style.css.map */