* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
}

ul,
p {
  margin-bottom: 0 !important;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  direction: rtl;
  height: 100%;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
a {
  text-decoration: none !important;
}
[data-theme="light"] {
  --bg-white:#fff;
   --f-white:#fff;
  --f-light-200: #284258;
  --f-light-300: #474747;
  --f-primary: #4D4D4D;
   --c-pink: #fad6e5;
  --c-light-200: #fff;
  --c-light-100: #f5f5f5;
  --c-primary: #4D4D4D;
  --c-secondary-100:#fff;
  --bg-neutral-100: var(--c-light-100);
  --bg-primary: var(--c-primary);
  --bg-body: var(--c-secondary-100);
  --bg-item:var(--c-light-200);
  --bg-pink:var(--c-pink);
  --font-color:var(--f-light-200);
  --font-color-footer:var( --f-light-300);
  --font-color-white:var(--f-white);
   --font-color-black:var(--c-dark-100);
   --font-color-D:var(--f-primary);
     --bg-body-white: var(--bg-white);
}
[data-theme="dark"] {
      --f-primary: #fff;
     --f-white:#fff;
  --f-dark-200: #fff;
  --f-light-300: #e8e8e8;;
  --c-dark-200: #333333;
   --c-pink: #fad6e5;
 --c-dark-100: #202124;
 --c-primary: rgb(255, 190, 0);
  --c-secondary-100:#000;
  --bg-neutral-100: var(--c-dark-100);
  --bg-primary: var(--c-primary);
  --bg-body: var(--c-secondary-100);
  --bg-item:var(--c-dark-200);
  --font-color:var(--f-dark-200);
  --font-color-footer:var( --f-light-300);
  --font-color-white:var(--f-white);
  --bg-pink:var(--c-pink);
  --font-color-black:var(--c-dark-100);
     --font-color-D:var(--f-primary);
   --bg-body-white: var(--c-dark-100);
}

body {
  direction: rtl !important;
  font-family: IRANSans;
  font-weight: normal;
  font-size: 14px;
  line-height: 2.2;
  color: var(--font-color-D);
  position: relative;
  overflow-x: hidden;
background-color: var(--bg-neutral-100);
padding-bottom: 60px;
}
.img-slice {
  background: url("../images/slices.png") no-repeat;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.set > span {
  font-size: 14px;
  display: block;
  position: relative;
 color: var(--font-color);
}
.lnk-footers li a {
  color: #808080;
  font-size: 12.5px;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
    .d-md-flex.flex-icon {
  justify-content: flex-end;
}
 .item-caption {
  padding: 0 30px 56px 56px;
}
  .item-caption-title {
  font-size: 21px;
}
  .support-section{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .back-to-top i {
    color: #fff;
  }

  .title-footer {
    font-size: 15px;
  }
  .set > span i {
    display: none;
  }

  .title-footer {
    position: relative;
  }

  .logo {
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
}
.accordion-container .set > span i {
  position: absolute;
  left: 0;
  top: 17px;
  color: #ababab;
  font-size: 10px;
}
@media screen and (max-width: 991.99px) {
   .back-to-top {
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    position: fixed;
    bottom: 121px;
    left: 13px;
  }
.wa__btn_popup {
  bottom: 63px !important;
}
  .d-flex.flex-nav {
    justify-content: flex-end;
    align-items: center;
  }
  .search-icon {
    font-size: 18px;
    color: #284258;
    border: 0;
    outline: none;
    background-color: transparent !important;
    line-height: 1;
    width: 25px;
  }

  .search-toggle .search-icon.icon-close {
    display: none;
  }
  .search-toggle.opened .search-icon.icon-search {
    display: none;
  }
  .search-toggle.opened .search-icon.icon-close {
    display: block;
  }

  .search-container {
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
  }
  .search-container.opened {
    max-height: 100px;
  }
  [data-theme="dark"] .search-container.opened {
    background-color: #3333330d;
  }
   [data-theme="dark"]   .search-container form,[data-theme="dark"] .search-container input[type="text"] {
background-color: var(--bg-neutral-100);
color: var(--font-color) !important;
  }
  .search-container form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px;
  }
  .search-container input[type="text"] {
    outline: none;
    font-size: 13px;

    width: calc(100% - 50px);
    background-color: #fff;
    border: 0;
  }
  .search-container .search-icon {
    vertical-align: middle;
  }

  .container {
    position: relative;
    margin-top: 50px;
  }

  .form-row.position-relative {
    background-color: #f4f5f7;
    padding: 15px 10px;
  }
  .header {
    padding-top: 5px;
    padding-bottom: 7px;
  }
  .menuTrigger span {
    display: inline-block;
    vertical-align: middle;
  }
  .link-footer {
    background-color: #eceff1;
  }
  .slider .col-12 {
    padding: 0 !important;
  }
  .text-center.more a span {
    font-size: 11px;
  }
  .cost.text-right.p-3 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .menu-mob {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menuTrigger i {
    font-size: 32px;
    vertical-align: middle;
    margin-left: 13px;
  }
  .toolbar-desc li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
  }
  .container {
    max-width: 100%;
  }
  .footer-bottom {
    text-align: center;
  }
}
.title-footer {
  font-size: 15px;
  display: block;
  position: relative;
 color: var(--font-color-D);
}
.lnk-footers li {
  line-height: 2;
  position: relative;
  list-style-type: none !important;
}

.sotial-footer ul li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.col-banner a,
.col-banner a img,
.col-banner {
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.col-banner:hover img {
  opacity: 0.7;
}
.namd li {
  text-align: center;
  position: relative;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: var(--bg-neutral-100);
}
@media screen and (min-width: 992px) {
  .back-to-top {
    width: 40px;
    height:40px;
    text-align: center;
    cursor: pointer;
    position: fixed;
    left: 6px;
    bottom:14px;
   z-index: 2;
  }
  .namd li {
    margin-right: 10px;
    width: 100px;
    height: 115px;
    line-height: 97px;
  }
  .namd {
    text-align: left;
  }
  .col-banner a::after {
    padding-bottom: 380px !important;
  }
  .d-flex.flex-icon {
    align-items: center;
    justify-content: flex-end;
  }
  .container-fluid.slider.p-0 {
    margin-top: -111px;
  }
  .owl-slider .item img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    height: 100% !important;
  }
  .row-menu-mob {
    display: none !important;
  }
  .logo {
    height: 53px;
  }

  .logo img {
    object-fit: contain;
  }

  .more a {
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    padding: 7px 22px;
  }
  #panel-menu {
    display: none;
  }
  .register {
    position: relative;
  }
  .menu .active.show {
    background-color: #fff;
  }
  .nav.tab-menu.nav-pills {
    background-color: #eee;
  }
}
.owl-theme.owl-brands a {
  display: block;
  background-color: #fff;
}

.categori-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555;
  font-size: 13px;
  text-align: center;
  padding: 8px;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 991.99px) {
   .slider{
    margin-top: -77px;
  }
.garanti {
  display: inline-block;
  font-size: 10px;
  color: #090909;
}

}
@media screen and (max-width: 991.99px) {
 .namd li {
    margin-right: 5px;
     margin-left: 5px;
    width: 100px;
    height: 115px;
    line-height: 97px;
  }
 #dropdownMenuButton1::after {
  display: none !important;
}
.flex-left-link {
  justify-content: space-between;
}
  .row.menu .flex-right,  .row.menu .logo-box  ,.row.menu .c-navi.js-navi{
    display: none !important;
  }
.row.menu {
margin: 0 !important;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    padding: 10px;
    width: 100% !important;
    align-items: center;
    color: var(--font-color-footer);
    background-color: var(--bg-item);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
  .page {
    overflow-x: hidden;
  }
  .p-mob-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .menu-mob {
    background-color: #f9f9f9;
  }
  .row.row-align {
    align-items: center;
  }
  .copy {
    text-align: center !important;
  }
  .c-left span {
    display: inline-block !important;
    vertical-align: middle;
  }
  .title-footer {
    font-size: 13px;
  }
  .title-footer {
    display: block;
  }
}

.call:hover,
.mail:hover {
  color: #fb7275;
}
.lnk-footers li a:hover {
  color: #fad6e5;
  transition: all 0.2s linear;
  text-decoration: underline !important;
  font-weight: 500;
}

.title-footer.un-link span {
  position: relative;
}

@media screen and (max-width: 570.99px) {
}

.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  border-radius: 100% !important;
  background: #fff;
  border: 1px solid var(--font-color);
  display: inline-block;
  vertical-align: middle;
}
.owl-slider .owl-dots .owl-dot span {
  background-color: #fff !important;
  border: 2px solid #fff;
}
.owl-theme .owl-dots .owl-dot {
  vertical-align: middle;
}
.owl-dots .owl-dot.active span {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  border-radius: 100% !important;
  border: 1px solid var(--font-color);
  background: transparent !important;
}
.owl-slider .owl-prev {
  position: absolute;
  top: 48%;
  left: 30px;
  width: 54px;
  height: 54px;
  border-radius: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  opacity: 0;
  transition: all 0.2s linear;
  background: url("../images/arrow.png") !important;
  font-size: 20px !important;
  transform: rotate(-180deg) !important;
}
.owl-slider .owl-next {
  position: absolute;
  top: 48%;
  right: 30px;
  width: 54px;
  height: 54px;
  border-radius: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  opacity: 0;
  transition: all 0.2s linear;
  background: url("../images/arrow.png") !important;
  font-size: 20px !important;
}
.owl-slider:hover .owl-next,
.owl-slider:hover .owl-prev {
  opacity: 1;
}
.copy {
  padding-top: 17px;
  padding-bottom: 17px;
  color: #313131;
 background-color: var(--bg-neutral-100);
}
.c-left,
.c-right {
  font-weight: 300;
  color: #777;
}
.c-left span,
.c-right span {
  font-weight: 700;
  color: #777;
}
.right-footer {
  position: relative;
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  left: 0;
  margin: auto;
  transition: .3s ease-out 0s;
}
.container {
  margin: 0 auto;
  max-width: 1566px;
}
.footer-link {
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
  padding-bottom: 15px;
}
.form-title .bld {
  font-weight: 900;
  font-size: 16px;
}
@media screen and (max-width: 767.99px) {
    .scoreList {

  padding: 5px 0 !important;

}
  .scoreList,.item_filter {
  width: 100% !important;
} 
.box_filter {
  width: 100% !important;
}
    .item_filter {
  display: flex;
  padding: 4px 6px !important;
  font-size: 12px;
  align-items: center;
  align-items: center;
  justify-content: center;
}
   .slider{
    margin-top: -77px;
  }
    .garanti {
  display: inline-block;
  font-size: 10px;
  color: #090909;
}
  .item-caption {
  padding: 0 15px 13px 20px;
}
  .item-caption-title {
  font-size: 12px;
}
  .crd-new-collection {
    margin: auto;
  }
  .owl-stage {
    padding-right: 0 !important;
  }
  .form-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .col-banner {
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 10px !important;
  }

  .news-section {
    padding-left: 0 !important;
  }
  .row-social {
    text-align: center;
  }
  .social-footer {
    width: 100%;
  }
  #msform fieldset {
    top: 50px;
  }
  fieldset {
    max-width: 80% !important;
    margin: auto !important;
  }
  .image-spot-element-image img {
    width: 60px !important;
  }
  .image-spot-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100% !important;
    direction: ltr;
    margin-right: 0 !important;
  }
  .image-spot-elements.p-0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-title {
    font-size: 1rem;
  }
  .owl-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0 !important;
  }

  .text-xs-center {
    text-align: center;
  }
  .c-left,
  .c-right {
    font-size: 10px;
  }

  .search-result {
    background-color: #fff;
    box-shadow: 0px 6px 8px #828080;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
    height: 150px;
    overflow-y: auto;
    z-index: 2;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }
  .p-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .more a {
    padding: 5px 11px !important;
  }

  .sotial-footer ul {
    margin: auto;
  }
  .sotial-footer a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sotial-footer ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .header.sticky-menu .row-header {
    display: none !important;
  }

  .accordion-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .accordion-container .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
    line-height: 40px;
    border-bottom: 1px solid #a5a7a961;
  }

  .accordion-container .content {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 10px !important;
    display: none;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.lnk-footers {
  padding-right: 0;
}

.sticky-menu .c-navi.js-navi {
  padding-top: 0;
  padding-bottom: 0;
}

.header-section {
  position: relative;
  z-index: 98999;
  width: 100%;
  display: block;
  min-height: 45px;
  background: var(--main-color) !important;
}

.page {
  overflow-x: hidden;
}

.panel-menu {
  width: 300px;
  background-color: var(--bg-item) !important;
  position: fixed;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;

}

.close-li {
  background-color: #f3f3f3 !important;
}

.subPanel {
  width: 300px;
 background-color: var(--bg-item) !important;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
  padding-right: 0 !important;
}

.panel-menu > ul:nth-child(1) {
  overflow-y: auto !important;
  max-height: 100vh;
}

#panel-menu ul {
  padding-right: 0 !important;
  max-height: 100vh;
  overflow-y: auto;
}

.panel-menu ul li {
  list-style: none;
  width: 100%;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  cursor: pointer;
  position: relative;
background-color: var(--bg-item) !important;
  border-bottom: 1px solid var(--bg-neutral-100);
 color: var(--font-color);
  font-weight: 500;
  font-size: 14px;
}

.btn-menu {
  background: var(--bg-neutral-100);
  color: var(--font-color);
  width: 100%;
  line-height: 40px;
  padding: 5px;
  padding-right: 5px;
  cursor: pointer;
  padding-right: 21px;
}
.panel-menu {
  z-index: 10;
}
.panel-menu ul li {
  padding-left: 20px;
  padding-right: 10px;
}
.main-menu a {
 color: var(--font-color);
  font-weight: 500;
  font-size: 14px;
}

.openSubPanel {
  position: relative;

  cursor: pointer;
  z-index: 1;
  text-align: right;
  width: 100%;
  display: block;
}

.panel-menu.isOpen,
.subPanel.isOpen {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  display: block !important;
}

.subPanel {
  z-index: 20;
}

.closeSubPanel,
.closePanel,
.openSubPanel {
  cursor: pointer;
}

.panel-menu > ul:nth-child(1) {
  overflow-y: auto !important;
  max-height: 100vh;
  width: 100%;
}

.border-none {
  border: none !important;
}

.panel-menu.isOpen::before {
  position: absolute;
  right: 300px;
  content: "";
  top: 0;
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 500%;
}

.arow-menu i {
  background-position: -16px -34px;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}

.closeSubPanel i {
  background-position: -15px -55px;
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}

.panel-menu.isOpen .close-menu {
  padding: 0;
  width: 28px;
  height: 28px;
  font-size: 21px;
  color: #858585;
  line-height: 15px;
  text-align: center;
  line-height: 33px;
  float: left;
  position: absolute;
  left: 10px;
  top: 10px;
}

.openSubPanel .arow-menu {
  color: #879496;
  font-size: 22px;
}

.arow-menu {
  position: absolute;
  left: 0;
  top: 0;
  height: 29px;
  color: #879496;
}
.support:hover a {
  transform: scale(1.1);
  transition: all 0.2s linear;
}
.support a {
  margin-right: 10px;
}

.tooltip {
  font-family: iranyekan;
  font-size: 12px;
}
.ico-menu,
.ico-menu img {
  width: 30px !important;
  height: 35px !important;
  border-radius: 5px;
}
.ico-menu {
  margin-left: 5px;
  box-shadow: 0px 1px 5px #ccc;
}
@media screen and (min-width: 992.99px) and (max-width: 1023.99px) {
}
.dropdown-menu .submenu {
  display: none;
  position: absolute;
  right: 100%;
  top: -7px;
  max-height: calc(100vh - 112px);
  overflow-y: auto;
}
.dropdown-menu > li:hover > .submenu {
  display: block;
}
.footer {
  color:var(--font-color-footer);
background-color: var(--bg-item);
  padding-bottom: 40px;
  position: relative;
  padding-top: 50px;
}
.form-row::after {
  position: absolute;
  top: 0;
  width: 60%;
  right: 0;
  content: "";
  height: 100%;
  border-radius: 0 15px 15px 0;
  background-color: #f4f5f7;
  box-shadow: 3px 5px 12px #e3e3e3;
}
@media screen and (min-width: 600px) {
  .col-banner a img {
    display: block;
    height: 100%;
    left: 50%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
  }
  .col-banner a::after {
    content: "";
    display: block;
    padding-bottom: 70%;
  }

  .col-banner a {
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .logo-footer::before {
    right: -62px;
    top: -36px;
  }
  .news-section {
    padding-bottom: 4rem;
  }
  .c-left,
  .c-right {
    font-size: 11px;
  }
  .owl-slider .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 10px;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

a:hover {
  color: #227dc6;
}
.owl-slider .owl-nav i {
  font-size: 0 !important;
}

.search-result-list li {
  list-style: none;
  text-align: right;
  line-height: 2;
  border-bottom: 1px solid #eee;
  padding: 5px;
  font-size: 13px;
}
.search-result-list li a {
  color: #000;
}
.owl-slider .owl-dots .owl-dot.active span {
  width: 13px;
  height: 13px;
  border-radius: 100% !important;
  background-color: transparent;
  border: 1px solid #fff;
}
@media screen and (min-width: 992px) {
[data-theme="light"] .row.menu i,[data-theme="light"]  .garanty-link a,[data-theme="light"]  .lng button {
  color: var(--font-color-white);
}
.flex-left-link {
  justify-content: flex-end;
}
  .logo {
    position: relative;
  }
  .search-item {
    position: relative;
  }
  .icon-search.fal.fa-search {
    vertical-align: middle;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
  }
  .search-wrapper form {
    display: flex;
    align-items: center;
    background-color: var(--bg-neutral-100);
    justify-content: flex-end;
    border-radius: 15px;
  }
  .search-submit {
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
  background-color: var(--bg-neutral-100);
    height: 46px;
    width: 52px;
    padding: 0;
    position: relative;
    line-height: 51px;
    border: none !important;
  }
  .search-submit i {
    font-size: 20px !important;
    margin: 0 !important;
    color: var(--font-color) !important;
  }
  .search-field {
    padding: 5px 10px;
    font-size: 13px;
    width: 100%;
    height: 46px;
    border-radius: 0 10px 10px 0;
    font-weight: 300;
    background-color: var(--bg-neutral-100);
    color: var(--font-color) !important;
  }
  .search-result {
    top: 41px;
    width: 100%;
    position: absolute;
   background-color: var(--bg-neutral-100);
    right: 59px;
    margin: auto;
    z-index: 20;
    box-shadow: 0px 7px 5px #737373;
    width: 378px;
    padding: 5px;
    border-radius: 0 0 5px 5px;
  }
  .icon-search.fal.fa-search.close::before {
    content: "\f00d" !important;
  }
  .search-result-list {
    max-height: 200px;
    overflow-y: auto;
  }
  .search-result li {
    list-style: none;
    padding: 4px 10px;
    text-align: right;
    line-height: 2;
  }
  .search-result li a {
   color: var(--font-color) !important;
    font-weight: 400;
  }

  .search-wrapper {
    position: absolute;
    right: 60px;
    transition: all 0.5s ease;
    top: -5px !important;
    width: 0;
    overflow: hidden;
    z-index: 100000;
  }
  .search-wrapper.expand {
    width: 377px;
  }
  .icon-search.fal.fa-search.close::before {
    content: "\f00d" !important;
  }
}
.text {
  text-align: justify;
}
.brand-logo {
  width: 29px !important;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.call {
  color: #fff;
  direction: ltr;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
}
.social-footer ul li {
  display: inline-block;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  vertical-align: middle;
  overflow: hidden;
  margin-left: 8px;
}
.social-footer a {
  display: block;
  width: 27px;
  height: 27px;
  padding: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 9;
}
.social-footer a .flip {
  -webkit-transform: translateZ(19px);
  transform: translateZ(19px);
}
.social-footer a span {
  display: block;
  width: 27px;
  height: 27px;
  padding: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 9;
  margin: auto;
  border-radius: 12px;
  text-align: center;
  line-height: 27px;
}
.social-footer a .flop {
  display: block;
  -webkit-transform: rotateX(-90deg) translateZ(-19px);
  transform: rotateX(-90deg) translateZ(-19px);
}
.social-footer a:hover {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.social-box li a i {
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
.social-footer a span img {
  object-fit: contain;
  max-width: 23px;
}

.copy {
  font-size: 11px;
}
.sticky-menu .c-navi-new-list__category-item > li > a:hover {
  color: var(--font-color);
}

.owl-slider .owl-nav {
  margin-top: 0 !important;
}
.register button {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
#dropdownMenuButton2::after {
  display: none !important;
}

.article-title {
color: var(--font-color-D);
  min-height: 40px;
  font-weight: 600;
  padding: 0 15px;
  font-size: 16px;
}
.content-article {
color: var(--font-color-D);
  min-height: 69px;
  font-size: 13px;
  padding: 0 15px;
  font-weight: 300;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.news-section {
  padding-top: 3rem;
   color:var(--font-color-footer);
background-color: var(--bg-item);
}
.owl-news .item {
  background-color: var(--bg-neutral-100);
  border-radius: 29.005px 29.005px 29.005px 29.005px;
  margin-bottom: 20px;
}
.owl-news .item a{
  background-color: var(--bg-neutral-100);
  border-radius: 29.005px 29.005px 0 0;
}
.img-news img {
  border-radius: 15px 15px 0 0;
  height: 100% !important;
  object-fit: cover;
  max-width: 100% !important;
  max-height: 100% !important;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.owl-news .item:hover .img-news img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.d-block.img-news {
  height: 216px;
  overflow: hidden;
  border-radius: 29.005px 29.005px 0 0;
}

.item-caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  color: var(--font-color-white);
  font-size: 13px;
  text-align: right;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(132, 132, 132) 100%);

}
.item-caption-title {
  font-weight: 600;
}
.item-caption-button:hover {
  text-decoration: underline;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.item-caption-button:hover svg {
  transform: translateX(-4px);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.item-caption-button {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
}
.title-section {
color: var(--font-color-D);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.pro-img {
  background-color:var(--bg-item);
  height: 289px;
  border-radius: 30px;
}
.pro-img img {
  border-radius: 30px;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.product-section {
  background-color:var(--bg-neutral-100);
}
.pro-name {
color: var(--font-color-D);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.owl-next {
  position: absolute;
  top: 48%;
  right: 95px;
  width: 24px;
  height: 25px;
  border-radius: 100% !important;
  line-height: 0 !important;
  margin: 0 !important;
  transition: all 0.2s linear;
  background: url("../images/arrow-right.png") !important;
}
.owl-prev {
  position: absolute;
  top: 48%;
  left: 95px;
  width: 24px;
  height: 25px;
  border-radius: 100% !important;
  line-height: 0 !important;
  margin: 0 !important;
  transition: all 0.2s linear;
  background: url("../images/arrow-right.png") !important;
  transform: rotate(-180deg) !important;
}
.show-all {
  color: #808080;
  font-size: 12px;
}
.new-collection {
  min-height: 500px;
  background-size: cover !important;
  padding-top: 50px;
}
.crd-new-collection {
  max-width: 289.198px;
  height: 399px;
  flex-shrink: 0;
  border-radius: 30px;
  background:var(--bg-neutral-100);
  color: var(--font-color);
  box-shadow: 0px 4px 16.5px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  text-align: center;
}
.new-collection-name .d-flex {
  justify-content: space-between;
  border-bottom: 1px solid #0000003d;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.img-new-collection {
  height: 207px;
}
.img-new-collection img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.model-new-collection {
  color: #808080;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}
.name-new-collection {
color: var(--font-color-D);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.social-text {
  color: #808080;
  font-weight: 700;
  font-size: 13px;
}
.inf-contact {
  color: #808080;
  font-size: 12px;
  font-weight: 300;
  padding-left: 80px;
  padding-right: 16px;
}
.inf-contact a{
  color: #808080;
  font-size: 15px;
  font-weight: 3700;
 direction: ltr;
}
.icon-support{
  width: 89px;
  height: 89px;
  border: 1px solid #666;
  border-radius: 100%;
  text-align: center;
  margin: 10px auto;
  position: relative;
}

.icon-support img {
  max-width: 45px !important;
  max-height: 45px !important;
  object-fit: contain !important;
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
  content: '';
  margin: auto;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.title-support{
 color: var(--font-color-D);
  font-weight: 700;
  font-size: 15px;
}
.desc-support{
  color: #808080;
  font-size: 12px;
  font-weight: 300;
}
.support-section{
  background-color: var(--bg-neutral-100);
}
.owl-send .item:hover .icon-support img{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.owl-send .item:hover  .title-support{
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #d96d9a;
}
.wa__popup_chat_box {
  width: 351px;
  border-radius: 5px 5px 8px 8px;
  -webkit-border-radius: 5px 5px 8px 8px;
  -moz-border-radius: 5px 5px 8px 8px;
  position: fixed;
  overflow: hidden;
  box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
  -webkit-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
  bottom: 102px;
  z-index: 999999998;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0,50px);
  transform: translate(0,50px);
  -webkit-transform: translate(0,50px);
  -moz-transform: translate(0,50px);
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  will-change: transform,visibility,opacity;
  max-width: calc(100% - 50px);
}
.wa__popup_chat_box .wa__popup_heading {
  position: relative;
  padding: 15px 74px 17px 43px;
  color: #d9ebc6;
}
.wa__btn_popup_icon:before {
  content: '';
  background: url('../images/whatsapp_logo.svg') center top no-repeat;
    background-size: auto;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 13px;
  right: 1px;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
  padding-top: 2px;
  font-size: 18px;
  line-height: 24px;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
  padding-top: 4px;
  font-size: 12px;
  line-height: 20px;
}
.wa__btn_popup .wa__btn_popup_icon {
  width: 56px;
  height: 56px;
  background: #2db742;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
  -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
  position: relative;
  cursor: pointer;
}
.wa__btn_popup {
  position: fixed;
  z-index: 100;
}
.wa__popup_chat_box.show {
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  visibility: visible;
  opacity: 1;
}
.wa__popup_chat_box .wa__popup_content {
  background: #ffffff;
  padding: 13px 19px 21px 20px;
}
.wa__popup_chat_box .wa__popup_notice {
  font-size: 11px;
  color: #a5abb7;
  font-weight: 500;
  padding: 0 3px;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1) {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2) {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
}
.wa__popup_content_list .wa__popup_content_item {
  margin: 14px 0 0;
  transform: translate(0,20px);
  -webkit-transform: translate(0,20px);
  -moz-transform: translate(0,20px);
  will-change: opacity,transform;
  opacity: 0;
}
.wa__popup_chat_box.show .wa__popup_content_item {
  opacity: 1;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
}
.wa__popup_chat_box .wa__stt::after {
  content: '';
  background: url('../images/whatsapp_logo_green.svg') 100% 0 no-repeat;
    background-size: auto;
  position: absolute;
  left: 14px;
  top: 26px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}
.wa__stt_online::before {
  content: '';
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  background: rgba(0,0,0,6%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
}
.wa__popup_chat_box .wa__popup_avatar {
  position: absolute;
  overflow: hidden;
  right: 12px;
  top: 12px;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
  display: table-cell;
  vertical-align: middle;
  min-height: 48px;
  height: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name {
  font-size: 14px;
  color: #808080;
  line-height: 1.188em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
  font-size: 11px;
  color: #989b9f;
  padding: 2px 0 0;
  line-height: 1.125em !important;
}
.wa__popup_chat_box .wa__stt::after {
  content: '';
  background: url('../images/whatsapp_logo_green.svg') 100% 0 no-repeat;
    background-size: auto;
  position: absolute;
  left: 14px;
  top: 26px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}
.wa__popup_chat_box .wa__stt.wa__stt_online {
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}
.wa__popup_chat_box .wa__stt {
  padding: 13px 74px 12px 40px;
  position: relative;
  text-decoration: none;
  display: table;
  width: 100%;
  border-right: 2px solid #2db742;
  background: #f5f7f9;
  border-radius: 4px 2px 4px 2px;
  -webkit-border-radius: 4px 2px 4px 2px;
  -moz-border-radius: 4px 2px 4px 2px;
}
.wa__stt_online {
  background: #2DB742;
  cursor: pointer;
  transition: 0.4s ease all !important;
  -webkit-transition: 0.4s ease all !important;
  -moz-transition: 0.4s ease all !important;
  backface-visibility: hidden;
  will-change: transform;
}
.wa__popup_chat_box .wa__popup_heading::before {
  content: '';
  background: url('../images/whatsapp_logo.svg') center top no-repeat;
    background-size: auto;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  right: 12px;
}
.gap-cal {
  margin: 0 10px;
}
.title-section{
  font-size: 18px;
  font-weight: 600;
}
.wa__popup_chat_box .wa__stt::after {
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzguMTY1IDQ3OC4xNjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3OC4xNjUgNDc4LjE2NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxwYXRoIGQ9Ik00NzguMTY1IDIzMi45NDZjMCAxMjguNTY3LTEwNS4wNTcgMjMyLjk2Ni0yMzQuNjc5IDIzMi45NjYtNDEuMTAyIDAtNzkuODE0LTEwLjU5OS0xMTMuNDQ1LTI4Ljk2OUwwIDQ3OC4xNjVsNDIuNDM3LTEyNS4wNGMtMjEuNDM4LTM1LjA2NS0zMy43Ny03Ni4yMDctMzMuNzctMTIwLjE1OUM4LjY2NyAxMDQuMzQgMTEzLjc2MyAwIDI0My40ODUgMGMxMjkuNjIzIDAgMjM0LjY4IDEwNC4zNCAyMzQuNjggMjMyLjk0NnpNMjQzLjQ4NSAzNy4wOThjLTEwOC44MDIgMC0xOTcuNDIyIDg3LjgwMy0xOTcuNDIyIDE5NS44NjggMCA0Mi45MTUgMTMuOTg2IDgyLjYwMyAzNy41NzYgMTE0Ljg3OWwtMjQuNTg2IDcyLjU0MiA3NS44NDktMjMuOTY4YzMxLjEyMSAyMC40ODEgNjguNDU3IDMyLjI5NiAxMDguNTgzIDMyLjI5NiAxMDguNzIzIDAgMTk3LjMyMy04Ny44NDMgMTk3LjMyMy0xOTUuOTA4IDAtMTA3Ljg4Ni04OC42LTE5NS43MDktMTk3LjMyMy0xOTUuNzA5ek0zNjEuOTMxIDI4Ni42MmMtMS4zOTUtMi4zMzEtNS4yMi0zLjc0Ni0xMC44OTgtNi44MTQtNS45MTctMi44NDktMzQuMDg5LTE2LjQ5Ny0zOS41MDgtMTguMzctNS4xNi0xLjkxMy04Ljk4Ni0yLjg0OS0xMi44MTEgMi44MjktNC4wMDUgNS42MzgtMTQuOTAzIDE4LjYyOS0xOC4yMyAyMi4zNTQtMy41NDYgMy43ODUtNi44NTQgNC4yNjQtMTIuNTUyIDEuNDM1LTUuNjE4LTIuODA5LTI0LjI2Ny04Ljg2Ni00Ni4yMDMtMjguMzkxLTE3LjA1NS0xNS4wNDItMjguNjctMzMuNzExLTMxLjk5Ny0zOS41MDgtMy40MjctNS43NTgtLjM5OC04LjgyNiAyLjQ3MS0xMS42MzUgMi42OS0yLjU5IDUuNzc4LTYuNzM0IDguNjI3LTEwLjA0MSAyLjk2OS0zLjI4NyAzLjkwNS01LjYzOCA1Ljc5OC05LjQyNCAxLjkxMy0zLjkwNS45MzYtNy4xOTItLjQ3OC0xMC4xNDEtMS40MTUtMi44NDktMTMuMDEtMzAuODgxLTE3Ljc1Mi00Mi4zMzctNC44NDEtMTEuNDE2LTkuNTQzLTkuNTIzLTEyLjg3MS05LjUyMy0zLjQ2NyAwLTcuMjEyLS40NzgtMTEuMTE3LS40NzgtMy43ODUgMC0xMC4wNDEgMS4zOTUtMTUuMzgxIDcuMTkyLTUuMiA1LjY1OC0yMC4xMjMgMTkuNDY1LTIwLjEyMyA0Ny41OTcgMCAyOC4wNTIgMjAuNjAxIDU1LjMwOCAyMy41NSA1OS4wNTMgMi44NjkgMy43ODUgMzkuNzQ3IDYzLjE5NyA5OC4zMDMgODYuMDcgNTguNDc2IDIyLjg3MiA1OC40NzYgMTUuMzIxIDY5LjExNSAxNC4zNjUgMTAuMzgtLjk1NiAzNC4wNjktMTMuODY3IDM4LjgxMS0yNy4wOTYgNC42Ni0xMy40NSA0LjY2LTI0Ljc2NiAzLjI0Ni0yNy4xMzd6IiBmaWxsPSIjMkRCNzQyIi8+PC9zdmc+) 100% 0 no-repeat;
  background-size: auto;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
content: "";
height: 20px;
left: 14px;
position: absolute;
top: 26px;
width: 20px;
}
.wa__btn_popup_txt {
background-color: #f5f7f9;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
color: #43474e;
font-size: 10px;
letter-spacing: -.03em;
line-height: 1.5;
margin-right: 7px;
padding: 8px 12px;
position: absolute;
right: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
transition: all .4s ease;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
width: 156px;
}
.wa__btn_popup_icon.active .wa__btn_popup_txt {
  display: none !important;
}
.wa__btn_popup_icon::after {
  content: "";
height: 100%;
position: absolute;
right: 0;
top: 0;
transition: all .4s ease;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
width: 100%;
background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTguNjU5IDYuOTk4IDUtNWExLjE3NyAxLjE3NyAwIDAgMCAwLTEuNjU3IDEuMTc3IDEuMTc3IDAgMCAwLTEuNjU3IDBsLTUgNS01LTVBMS4xNzIgMS4xNzIgMCAwIDAgLjM0NSAxLjk5OGw1IDUtNSA1YTEuMTcyIDEuMTcyIDAgMCAwIDAgMS42NTcgMS4xNzcgMS4xNzcgMCAwIDAgMS42NTcgMGw1LTUgNSA1YTEuMTc3IDEuMTc3IDAgMCAwIDEuNjU3IDAgMS4xNzcgMS4xNzcgMCAwIDAgMC0xLjY1N2wtNS01WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) 50% no-repeat;
  background-size: auto;
background-size: 14px auto;
-webkit-background-size: 14px auto;
-moz-background-size: 14px auto;
opacity: 0;
-ms-transform: scale(0) rotate(1turn);
transform: scale(0) rotate(1turn);
-webkit-transform: scale(0) rotate(1turn);
-moz-transform: scale(0) rotate(1turn);
z-index: 2;
}
.wa__btn_popup_icon.active::before{
  opacity: 0;
-ms-transform: scale(0) rotate(-1turn);
transform: scale(0) rotate(-1turn);
-webkit-transform: scale(0) rotate(-1turn);
-moz-transform: scale(0) rotate(-1turn);
}

.wa__btn_popup_icon.active::after{
  opacity: 1;
-ms-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
-webkit-transform: scale(1) rotate(0deg);
-moz-transform: scale(1) rotate(0deg);
}
.flex-left-link {
  align-items: center;
}
.lng .dropdown-menu {
  min-width: 50px !important;
 background-color: var(--bg-neutral-100);
  padding: 0 !important;
}
.lng .dropdown-menu li a {
  color: #808080;
}
.btn-lng {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  width: 50px;
}
.flex-left-link > span > a,.flex-left-link > span > a:hover,.flex-left-link > span > a:focus {
 color: var(--font-color-footer);
}

.c-navi-new-list__category-item > li i {
  font-size: 7px;
  vertical-align: middle;
}
.c-navi-new-list {
  display: flex;
  width: 100%;
  justify-content: center;
}
.ms-auto.right-toolbar {
  margin-bottom: 10px;
}
.c-navi.js-navi {
  transition: all 0.5s linear;
  position: relative;
}
.c-navi__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
.c-navi-categories__overlay {
  position: fixed;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(27, 10, 10, 0.69);
  opacity: 0;
  z-index: 233;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  pointer-events: none;
}

.c-navi-categories__overlay.is-active {
  opacity: 1;
  pointer-events: all !important;
}


.c-navi-new-list__a-hover {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 0;
  z-index: 3;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.c-navi-new-list__a-hover.is-fmcg>div:before {
  background-color: #9dc44d;
}
.c-navi-new-list__a-hover>div {
  width: 100%;
  height: 100%;
}
.c-navi-new-list__a-hover>div:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 4;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #c3c5c8;
}
.c-navi-new-list__category-item {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 30px;
}
.c-navi-new-list__categories>.c-navi-new-list__category-item,
.c-navi-new-list__categories>.c-navi-new-list__promotion-item,
.c-navi-new-list__promotions>.c-navi-new-list__category-item,
.c-navi-new-list__promotions>.c-navi-new-list__promotion-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.c-navi-new-list__category-item>li {
  line-height: 3 !important;
}
.c-navi-new-list>li {
  list-style: none;
}
.c-navi-new-list__categories>.c-navi-new-list__category-item>li:hover,
.c-navi-new-list__categories>.c-navi-new-list__promotion-item>li:hover,
.c-navi-new-list__promotions>.c-navi-new-list__category-item>li:hover,
.c-navi-new-list__promotions>.c-navi-new-list__promotion-item>li:hover {
  z-index: 3;
}
.c-navi-new-list__a {
  display: block;
  position: relative;
  height: 100%;
  padding: 8px 9px 7px;
  color: #fff;
  white-space: nowrap;
  font-size: 11px;
  font-size: 0.786rem;
  line-height: 25px;
  max-width: 116px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-navi-new-list__a--promotion {
  max-width: unset;
  background-color: #4f4f4f;
}
.c-navi-new-list__promotion-item--big .c-navi-new-list__a:before,
.c-navi-new-list__promotion-item--small .c-navi-new-list__a:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
  height: 2px;
  background-color: #ef5661;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-navi-new-list__promotion-item--big .c-navi-new-list__a:hover,
.c-navi-new-list__promotion-item--small .c-navi-new-list__a:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.c-navi-new-list__promotion-item--big .c-navi-new-list__a:hover+.c-navi-categories__overlay,
.c-navi-new-list__promotion-item--small .c-navi-new-list__a:hover+.c-navi-categories__overlay {
  opacity: 1;
}
.c-navi-new-list__promotion-item--big .c-navi-new-list__a:hover:before,
.c-navi-new-list__promotion-item--small .c-navi-new-list__a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.c-navi-new-list__options-container {
  height: 100%;
  width: 100%;
  padding: 12px;
}

.c-navi-new-list__options-list>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 350px;
  padding-right: 0 !important;
  overflow-y: auto;
}
.c-navi-new-list__sublist {
  position: absolute;
  top: 100%;
  display: none;
  right: 0;
  left: 0;
  z-index: 12;
  width: 100%;
background-color: var(--bg-item) !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  padding: 0;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  width: 100% !important;
}
.is-fmcg .c-navi-new-list__sublist {
  height: unset;
  padding-bottom: 65px;
  padding-left: 100px;
}
.c-navi-new-list__sublist:hover+.c-navi-new-list__a {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.c-navi-new-list__sublist:hover+.c-navi-new-list__a:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
  height: 2px;
  background-color: #ef5661;
}
.c-navi-new-list__sublist-option {
  direction: rtl;
  text-align: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 25%;
  font-size: 14px;

  font-weight: 700;
  max-width: 100%;
 list-style: none;
  vertical-align: middle;
}
.is-fmcg .c-navi-new-list__sublist-option {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.c-navi-new-list__sublist-option--title {
  direction: rtl;
  text-align: right;
  position: relative;
}
.c-navi-new-list__sublist-option--title a {
  color: #000;
  text-decoration: none;
  font-size: 15px !important;
  font-weight: 700 !important;
  position: relative;
}
.c-navi-new-list__sublist-option--title a i {
  vertical-align: middle;
  max-height: 10px;
  font-size: 12px;
}
.c-navi-new-list__sublist-option--title a:hover {
  color: #000;
}
.c-navi-new-list__sublist-option--item {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 2.27;
  font-weight: 400;
  color: #81858b;
}
.c-navi-new-list__sublist-option--item a:hover {
  color: #019345;
}
.c-navi-new-list__sublist-option--has-icon {
  direction: rtl;
  text-align: right;
}
.c-navi-new-list__sublist-option--has-icon a {
  color: #424750;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  text-decoration: none;
}
.c-navi-new-list__sublist-option--has-icon a:before {
  margin-left: 8px;
  font-size: 18px;
  font-size: 1.286rem;
  line-height: 18px;
  color: #a1a3a8;
  cursor: pointer;
  vertical-align: middle;
}
.c-navi-new-list__sublist-option--has-circle {
  height: unset;
  min-height: 30px;
}
.c-navi-new-list__sublist-option--has-circle a {
  padding-right: 20px;
  white-space: normal !important;
}
.c-navi-new-list__sublist-option--has-circle a:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #a1a3a8;
  border-radius: 50%;
  display: inline-block;
  top: 11px;
  right: 8px;
  position: absolute;
}
.c-navi-new-list__sublist-option--has-circle a:hover:before {
  background-color: #ef394e;
}
.c-navi-new-list__category.c-navi-new-list__category--main i {
  color: #333333;
}
.c-navi-new-list__category-link {
  display: block;
  color: #fff;
  font-size: 14px;
}
.c-navi-new-list__category-item>li>a:hover {
  color: #fff;

}

.c-navi-new-list__inner-categories {
  background-color: #fff;
  border-left: 1px solid #f0f0f1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 20%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-navi-new-list__sublist-top-bar {
  padding: 8px 0 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.c-navi-new-list__sublist-see-all-cats,
.c-navi-new-list__sublist-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-navi-new-list__sublist-see-all-cats {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  font-weight: 700;
  color: #019345;
}
.c-navi-new-list__inner-category {
  padding:8px;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  line-height: 2;

}
.c-navi-new__big-display-title {
  display: none !important;
}
.c-navi-new__medium-display-title {
  display: block !important;
}
.c-navi-new__ads-holder .ad-is-active {
  display: none;
}
.c-navi-new__ads {
  width: 100%;
  display: none;
  max-width: 285px;
  min-height: 240px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-navi-new__ads--banners {
  width: 100%;
}
.c-navi-new__ads--banners .banner-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 214px;
  max-height: 214px;
  text-align: center;
  position: relative;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e0e0e2;
  border-radius: 16px 16px 16px 6px;
}
.c-navi-new__ads--banners .banner-item .banner-item-ad {
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-navi-new__ads--banners .banner-item img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}
.c-navi-new__ads--brand-holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-navi-new__ads--brand-holder h3 {
  color: #030a16;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 21px;
}
.c-navi-new__ads--brands {
  width: 100%;
  margin-top: 8px;
  max-height: 90px;
}

.c-header__menu-handler {
  width: 55px;
}

.c-header__menu-handler:before {
  right: 12px;
}

.c-header__action {
  -ms-flex: 0 0 370px;
  -webkit-box-flex: 0;
  flex: 0 0 370px;
  max-width: 370px;
}

.c-header__seller {
  display: block;
}

.c-navi-categories,
.c-navi__button {
  -ms-flex: 0 0 110px;
  -webkit-box-flex: 0;
  flex: 0 0 110px;
  max-width: 110px;
}

.c-navi-list {
  -ms-flex: 0 0 calc(100% - 525px) 370px;
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 525px) 370px;
  max-width: calc(100% - 525px) 370px;
}

.c-main-menu:before,
.c-main-menu__root {
  width: 110px;
}

.c-subcategory-collage__col {
  -ms-flex: 0 0 29.7%;
  -webkit-box-flex: 0;
  flex: 0 0 29.7%;
  max-width: 29.7%;
}

.c-subcategory-collage__col--main {
  -ms-flex: 0 0 70.3%;
  -webkit-box-flex: 0;
  flex: 0 0 70.3%;
  max-width: 70.3%;
  margin-bottom: 0;
}

.c-subcategory-collage__col .c-subcategory-collage__cover {
  width: auto;
  float: none;
}

.c-subcategory-collage__col .c-subcategory-collage__cover+.c-subcategory-collage__cover {
  margin-left: 0;
  margin-top: 20px;
}

.c-subcategory-collage__cover {
  height: 144px;
}

.c-category-collage__col {
  -ms-flex: 0 0 22.7%;
  -webkit-box-flex: 0;
  flex: 0 0 22.7%;
  max-width: 22.7%;
}

.c-category-collage__col--main {
  -ms-flex: 0 0 54.6%;
  -webkit-box-flex: 0;
  flex: 0 0 54.6%;
  max-width: 54.6%;
}

.c-category-collage__col:nth-child(n + 3) {
  display: block;
}

.c-category-card__header {
  font-size: 20px;
  font-size: 1.429rem;
  line-height: 1.1;
}

.c-category-card__list {
  padding-top: 23px;
}

.c-category-card__list li {
  padding-right: 69px;
  margin: 12px 0;
}

.c-category-card__list li:last-child {
  margin-bottom: 28px;
}

.c-category-card__list li:before {
  right: 33px;
  width: 10px;
  height: 10px;
  border-radius: 8px;
}

.c-category-card__footer {
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 1.467;
}

.c-navi-new-list__a {
  max-width: 140px;
  max-width: unset;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  padding: 10px 20px 9px;
}

.c-navi-new-list__options-container {
  overflow: hidden;
  padding-left: 10px;
}

.c-navi-new-list__sublist-adplacement {
  width: 350px;
}

.c-navi-new-list__category-link--visible-in-wide {
  display: block;
}

.c-navi-new-list__inner-categories {
  max-width: 230px;
}

.c-navi-new__big-display-title {
  display: block !important;
}

.c-navi-new__medium-display-title {
  display: none !important;
}

.c-navi-new__ads.js-categories-ad.ad-is-active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.img-main-category {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  position: relative;
}

.img-main-category img {
  width: 25px !important;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header-section {
  position: relative;
  z-index: 98999;
  width: 100%;
  display: block;
  min-height: 45px;
}

.img-main-category {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.c-navi-new__big-display-title {
  font-size: 13px;
  line-height: 2.27;
  font-weight: 500;
  color: #000;
}

.home i {
  font-size: 20px;
  vertical-align: middle;
  margin-top: 6px;
}

.js-categories-bar-item.js-mega-menu-main-item.c-navi-new-list__category-container-main.all-category {
  background: var(--main1-color) !important;
  padding: 0 20px !important;
}

.js-categories-bar-item.js-mega-menu-main-item.c-navi-new-list__category-container-main.all-category .c-navi-new-list__category {
  color: var(--main-color) !important;
  cursor: pointer;
  font-weight: 700 !important;
}

.c-navi-new-list__category.c-navi-new-list__category--main i {
  font-size: 20px;
  vertical-align: middle;
}

.js-navi-overlay-search {
  position: fixed;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(74, 74, 74, 0.85);
  opacity: 0;
  z-index: 99999;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  pointer-events: none;
}

.js-navi-overlay-search.is-active {
  opacity: 1;
  pointer-events: all !important;
}

.js-navi-overlay-search.is-active.no-active {
  display: none;
}

li.has-sub li,
.has-sub ul li {
  list-style: none;
}

.has-sub ul {

  position: absolute;
  left: -9999px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 14px !important;
  padding: 10px 0 5px 0;
  background-color: var(--bg-item) !important;
}

li.has-sub ul li a:hover {
  color: #284258;
  background-color: #fad6e5
}

li.has-sub:hover>ul {
  left: auto;
}

li.has-sub:hover>ul>li {
  height: 45px;
}

li.has-sub ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  list-style: none;
}

li.has-sub ul li a {
  padding: 0 15px;
  width: 200px;
  font-size: 13px;
  text-decoration: none;
  color: var(--font-color);
  font-weight: 400;
  line-height: 2.7;
  box-shadow: 0px 0px 4px #9f9f9f;
  margin: 0 10px 10px 10px;
  border-radius: 9px;
  text-align: right;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

li.has-sub li.has-sub>a::before {
  position: absolute;
  top: 13px;
  left: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ccc;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

li.has-sub li.has-sub>a::after {
  position: absolute;
  top: 16px;
  left: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ccc;
  content: "";
}

li.has-sub ul ul {
  margin-right: 100%;
  top: 0;
  z-index: 2;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.has-sub i {
  font-size: 7px;
  vertical-align: middle;
}

.c-navi-new-list__category-item>li {
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 0 6px;
}
.has-sub>a {
  padding: 0;
  display: block;
  color: #fff;
  font-size: 14px;
}
.header.sticky-menu .c-navi-new-list__category-item>li,.header.bg .c-navi-new-list__category-item>li,
.header.sticky-menu .has-sub>a,.header.bg .has-sub>a{
color: var(--font-color-D);
}
.js-navi-overlay-search {
  position: fixed;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(74, 74, 74, 0.85);
  opacity: 0;
  z-index: 99999;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  pointer-events: none;
}

.js-navi-overlay-search.is-active {
  opacity: 1;
  pointer-events: all !important;
}

.js-navi-overlay-search.is-active.no-active {
  display: none;
}
.c-navi-new-list__sublist ul li{
  list-style: none;
  line-height: 1.6;
  text-align: right;
}
.c-navi-new-list__sublist ul  .main-cat{
  margin-bottom: 10px;
}
.c-navi-new-list__sublist ul  .main-cat a{
color: var(--font-color-D);
  font-weight: 600;
}
.c-navi-new-list__sublist ul  .sub-cat a{
 color: var(--font-color-D);
  font-size: 12px;
}
.img-main-menu{
  border-radius: 15px;
  height: 160px;
}
.img-main-menu img{
  border-radius: 15px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.c-navi-new-list__sublist ul  .sub-cat a:hover{
  color: #d96d9a;
  transition: all 0.2s linear;
  text-decoration: underline !important;
  font-weight: 500;
}
.header.bg .search-wrapper.expand,.header.sticky-menu .search-wrapper.expand{
  border-radius: 5px;
}
.header.sticky-menu {
  background: var(--bg-item) !important;
}
.header.sticky-menu  .search-container form {
  border: 1px solid #a2a2a2;
  border-radius: 5px;
}
.owl-pro .item{
  min-width: 100px;
}
.owl-pro .item:hover .pro-img img{
  opacity: 0.7;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}
.action.secondary span {
  background-image: none;
  border: 1px solid var(--bg-item);
color: var(--font-color-D);
  background-color: var(--bg-item);
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  padding: 4px 55px;
  font-size: 14px;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}
.action.secondary {
  padding: 10px 20px 20px 20px;
}
.switch-theme {
  background: var(--bg-neutral-100);
  height: min(40px, 12.111vw);
  display: flex;
  align-items: center;
  border-radius: 36px;
  position: relative;
  isolation: isolate;
  width: min(74px, 25vw);
  justify-content: space-between;
  padding: 0 5px;
}
.switch-theme::before {
  content: "";
  background: var(--c-pink);
  position: absolute;
  width: min(32px, 9.889vw);
  height: min(32px, 9.889vw);
  border-radius: 50%;
  display: block;
  z-index: -1;
  left: min(37px, 12vw);
  transition: 0.5s var(--ease1);
}
.switch-theme.dark::before {
  left: 5px;
}
.switch-theme button {
  width: min(32px, 9.889vw);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  height: 100%;
  cursor: pointer;
  opacity: 0.5;
}

.banner-section{
 color: var(--font-color-footer);
  background-color: var(--bg-item);
}
.switch-theme button {
  background-color: transparent !important;
}
.row.menu svg path {
  stroke: var(--font-color-white);
}
.row.menu i {
  color: var(--font-color-white);
}
[data-theme="light"] .header.sticky-menu .row.menu svg path {
  stroke: var(--font-color);
}

[data-theme="light"] .header.sticky-menu .row.menu i,[data-theme="light"] .header.sticky-menu .garanty-link a,[data-theme="light"] .header.sticky-menu .lng button{
 color: var(--font-color-D);
}
[data-theme="light"] .switch-theme button i{
 color: var(--font-color-D) !important;
}
[data-theme="dark"] .switch-theme button i{
 color: var(--font-color) !important;
}
[data-theme="dark"] .switch-theme button.active i{
 color: var(--font-color-black) !important;
}
[data-theme="dark"] .row-menu-mob svg path{
  stroke: var(--font-color-white) !important;
}
[data-theme="dark"] .row-menu-mob i,[data-theme="dark"] .row-menu-mob  a{
    color: var(--font-color-white) !important;
}
[data-theme="light"] .header {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
[data-theme="dark"] .lng button{
color: var(--font-color-footer) !important;
}
[data-theme="dark"] .header {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333333+0,000000+100&0.65+0,0+100 */
background: linear-gradient(to bottom,  rgba(29,40,58,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
[data-theme="light"] .action.secondary:hover span {
  background-color: #c7eafb !important;
  border-color: #c7eafb !important;
}
[data-theme="dark"] .action.secondary:hover span {
  background-color: #90afbd  !important;
  border-color: #90afbd  !important;
}
[data-theme="light"] .header.bg{
  background-color:#fff !important;
}
[data-theme="dark"] .header.bg{
background-color: var(--bg-item) !important;
}
[data-theme="light"] .header.bg .row.menu i, [data-theme="light"] .header.bg .garanty-link a, [data-theme="light"] .header.bg .lng button {
  color: var(--font-color-D) !important;
}
[data-theme="light"] .header.bg .row.menu svg path{
   stroke: var( --bg-primary) !important;
}
[data-theme="dark"] .lnk-footer svg path{
       stroke: var(--font-color-white) !important;
 }
@media screen and (max-width: 991.99px) {
[data-theme="light"] .menuTrigger i {
    color:var(--font-color-white);
  }
 [data-theme="light"] .row-menu-mob svg path{
   stroke: var(--font-color-white);
}
 [data-theme="light"] .row-menu-mob a, [data-theme="light"] .row-menu-mob i{
   color: var(--font-color-white);
}
 [data-theme="light"] .header.sticky-menu a, [data-theme="light"] .header.sticky-menu i{
       color: var(--font-color-D) !important;
 }
  [data-theme="light"] .header.sticky-menu svg path{
       stroke: var( --bg-primary) !important;
 }
}
.c-product-box__title {
  color: #555;
  display: block;
  padding: 0 10px;
  font-weight: 700;
}
.search-type .select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #555;
  line-height: 36px;
}
.main-title-type {
  font-size: 21px;
  font-weight: 600;
}
.title-type {
  font-size: 18px;
  font-weight: 500;
}
.search-details.messaging {
  margin: 25px 0 25px 0;
}
.search-details.messaging p {
 background: rgba(199, 234, 251, 0.51);
  color: #000;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 20px 30px;
  border-radius: 5px;
}
.filter-s .nav.nav-tabs {
  width: 100%;
  list-style: none;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
  padding: 0;
  display: flex;
  flex-direction: row;
  border: none !important;
}
.filter-s .nav.nav-tabs li {
  line-height: 3.9 !important;
  flex-grow: 1;
  text-align: center;
}
.filter-s .nav-tabs .nav-item.show .nav-link, .filter-s .nav-tabs .nav-link.active {
  border: none !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
 background-color: transparent;
  border-color: #dee2e6 #dee2e6 #fff;
}
.filter-s .nav-link.active .l-link {
  border-bottom: 2px solid #222E5F;
  color: #222E5F;
}
.col-12.p-0.filter-s .tab-content {
  margin-top: 20px;
}
.stores {
  list-style: none;
  margin: 0;
    margin-bottom: 0px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.store {
  display: block;
  list-style: none;
  margin: 0 0 20px 0;
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border: 1px solid rgba(26,33,77,0.1);
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .stores .store {
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0 10px 20px 0;
  }
}
.stores li {
  font-size: 14px;
}
.store-details {
  padding-right: 60px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1C1B1B;
}
.stores li {
  font-size: 14px;
}
.stores li {
  list-style: none;
}
.state-code {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 38px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid rgba(0,0,0,0.1);
}
.stores li {
  font-size: 14px;
  border-radius: 7px;
}
.store .state-name, .state-city {
  font-weight: 600;
}
.store-links {
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
  border-top: 1px solid rgba(26,33,77,0.1);
}
.store-hours ul {
  padding-right: 0 !important;
}
.nav-link {
  border: none !important;
}
.nav-tabs .nav-link {
  color: #555;
  cursor: pointer;
}
.form-control.store-search {
  box-shadow: none !important;
  border-color: #555;
  color: #555;
}
[data-theme="dark"] .stores li {
  list-style: none;
  background-color: #333333;
  color: #fff;
}
[data-theme="dark"] .stores li a{
  color: #9ed1ea;
}
[data-theme="dark"] .nav-tabs .nav-item.show [data-theme="dark"] .nav-link, [data-theme="dark"] .nav-tabs .nav-link.active {
  color: #fff !important;
}
[data-theme="dark"]  .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #fff;
}
[data-theme="dark"]  .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}
[data-theme="dark"] .form-control.store-search {
  background-color: transparent !important;
  color: #fff;
}
[data-theme="dark"] .nav-tabs .nav-link {
  color: #fff;
}
[data-theme="dark"]  .filter-s .nav-link.active .l-link {
  border-bottom: 2px solid #fff;
  color: #fff;
}
[data-theme="dark"] .search-details.messaging p {
  color: #fff;
}
[data-theme="dark"] .select2-results__options {
  background-color: #10182e;
}
[data-theme="dark"]  .select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #202124;
}
[data-theme="dark"] .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2a3555;
}
[data-theme="dark"] .select2-dropdown {
  background-color: #10182e;
}
[data-theme="dark"] .select2-search--dropdown .select2-search__field {
  background-color: #10182e;
  color: #fff;
}

/********************************************************** */
#filter-panel {
  padding: 10px;
}
#maplorm {
  flex: 2;
  height: 100%;
}
#info-panel {
  background-color: #fff;
  padding: 20px;
  overflow-y: auto;
  border: 1px solid #eee;
}
.tooltip-box {
  background-color: var(--bg-item);
  color: var(--font-color-footer);
  text-align: center;
width: 100%;
max-width: 175px;
border-radius: 5px;
position: absolute;
z-index: 2;
-webkit-box-shadow: 0 0 21px -13px #000;
box-shadow: 0 0 21px -13px #000;
}
.tooltip-box  .content {
  background-color: #fad6e5;
}

.p-n {
  color: #7cc4e8;
  margin-right: 10px;
}
.p-desc {
  font-weight: 300;
}
.select2-container {
  width: 100% !important;
}
.form-select:focus {
  box-shadow: none !important;
}
[data-theme="dark"] #info-panel {
  background-color: #333333;
  border: 1px solid #202124;
}
.head-branch{
  /*background-image: url("../images/branch.jpg");*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  color: #fff;
  padding-bottom: 4rem;
}
.head-branch::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #1f1f1f99;
  z-index: 0;
}
.box_filter{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.grad_filter{
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 143px;
  border-left: 1px solid #c0c0c0;
}
.value_filter{
  font-size: 12px;
}
.key_filter{
  font-size: 12px;
  color: rgb(130, 130, 130);
}
.row-head-branch{
  position: relative;
  z-index: 1;
}
.score_filter{
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center
}
.scoreList{
  display: flex;
  border-radius: 5px;
  width: fit-content;
  padding: 5px 15px;
  flex-direction: column;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .head-branch{
    padding: 0 10rem;
    padding-top: 12rem;
    padding-bottom: 4rem;
  }
.info-filter {
  display: flex;
  justify-content: flex-end;
}
.contaier-fluid.info-branch .card {
  min-height: 155px;
}
}
@media screen and (max-width: 767.99px) {
  .head-branch{
    padding: 0 1rem;
    padding-top: 6rem;
    padding-bottom: 2rem;
  }
  .info-filter {
    display: flex;
    justify-content: center;
  }
}
.tab-branch{
 background-color: var(--bg-item);
}
.title-tab-branch{
  height: 75px;
  cursor: pointer;
  padding: 24px 15px;
  position: relative;
  color: #1f1f1f;
  display: inline-block;
  background: #fad5e5;
}
.mp .map {
  height: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 2rem;
  position: relative;
}
.map .btn {
  position: absolute;
  bottom: 15%;
  left: 11%;
  border-radius: 12px 0 0 0;
  background-color: #fad5e5;
  color: #000;
}
.brach-img img{
  border-radius: 25px;
}
.desc_title {
  font-size: 25px;
}


  .value_filter{
        color: var(--font-color-footer);
  }
 [data-theme="dark"]  .tooltip-box  .content {
    color: #000;
}
[data-theme="dark"] .crd-info a{
   color: #fad6e5; 
}
[data-theme="light"] .crd-info a{
    color: #82ccf0;
}
 .crd-info{
color: var(--font-color-footer);
  background-color: var(--bg-item);
}
.btn-primary{
    font-size: 13px;
  line-height: 1.222;
  border-radius: 25px;
  overflow: hidden;
  text-align: center;
  min-height: 46px;
  padding: 0px 31px;
  box-shadow: none !important;
  width: 100%;
    background-color: #fff;
  border: 1px solid #000;
  color: #000 !important;
  line-height: 40px;
}
.btn-primary:hover{
    background-color: #000 !important;
  color: #fff !important;
  transition: all 0.2s linear;
  border-color: #000 !important;
}
.btn.btn-link {
  border: none !important;
  box-shadow: none !important;
  text-align: center;
  width: 100% !important;
  font-size: 13px;
  color: var(--font-color-D);
}

[data-theme="dark"] .btn-primary:hover {
background-color: #000 !important;
border-color: #000 !important;
  color: #fff !important;
  transition: all 0.2s linear;
}
.crd-info input[type="text"],.crd-info input[type="password"],.crd-info input[type="email"]{
      border-radius: 25px;
      box-shadow: none !important;
      width:100%;
      border: 1px solid #000;
     color: #000;
     font-size:13px;
}
.btn.lnk-reg {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 25px;
  transition: all 0.2s linear;
  font-size: 13px;
  border: 1px solid #000;
  color: #000;
  box-shadow: none !important;
}
.btn.lnk-reg:hover{
    border-color: #fad6e5;
  background-color: #fad6e5;
  color: #fff;
}
[data-theme="dark"] .btn.lnk-reg {
  border: 1px solid #fff;
  color: #fff;
}
[data-theme="dark"] .btn.lnk-reg:hover,[data-theme="light"] .btn.lnk-reg:hover  {
 color: #373737;
}
 .crd-info .form-check {
  display: flex;
  align-items: center;
}
 .crd-info .form-check input {
  margin-left: 5px;
}
.alert-primary {
  color: #878787;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.select2-selection--single {
    border-radius:25px !important;
}
.shop,.auth {
  overflow: hidden;
}
 .front{
-webkit-transform: translateZ(19px);
  transform: translateZ(19px);
   display: block;
}
.back{
    display: block;
  -webkit-transform: rotateX(-90deg) translateZ(-19px);
  transform: rotateX(-90deg) translateZ(-19px);
}
.shop a,.auth a,.garanty-link a {
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 9;
  position:relative;
}

.shop a:hover,.auth a:hover,.garanty-link a:hover {
 -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.shop a > span,.auth a > span,.garanty-link a > span{
    -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: block;
}
[data-theme="light"]  .garanty-link a:hover span{
    color:#fff;
}

[data-theme="dark"] .btn-outline-success:hover {
  color: #333;
  background-color: #c7eafb;
  border-color: #c7eafb;
}
[data-theme="dark"] .btn-outline-success {
  color: #c7eafb;
  border-color: #c7eafb;
  font-size: 13px;
}
[data-theme="dark"]  .text-success {
  color: rgb(199, 234, 251) !important;
}
[data-theme="light"] .btn-outline-success {
  color: #fbc1d9  ;
  border-color: #fbc1d9  ;
  font-size: 13px;
}
[data-theme="light"]  .text-success {
  color: #fbc1d9   !important;
}
[data-theme="light"] .btn-outline-success:hover {
  color: #000;
  background-color: #fbc1d9;
  border-color: #fbc1d9;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #000;
}
.btn-check:focus + .btn-primary, .btn-primary:focus , .btn-primary:active{
  color: #fff;
  background-color: #000 !important;
  border-color: #000 !important;
  box-shadow: 0 0 0 .25rem rgba(49,132,253,.5);
}

[data-theme="dark"] .text-danger {
  color: rgb(250, 214, 229) !important;
} 
[data-theme="light"] .text-danger {
  color:#82ccf0 !important;
} 
.table{
    color: var(--font-color-D) !important;
}
[data-theme="dark"] .table a{
   color: #fad6e5 !important; 
}
[data-theme="light"] .table a{
    color: #82ccf0 !important;
}
.table-hover > tbody > tr:hover > *{
    color: var(--font-color-D) !important; 
}
[data-theme="dark"] .table {
  border-color: #9898992e;
}
#description {
  font-size: 13px;
  display: block !important;
  height: 120px !important;
}
[data-theme="dark"] #description {
  background-color: #202124 !important;
  border-color: #202124;
}
.list-group-item{
    color: var(--font-color-footer);
  background-color: var(--bg-item);
  margin-bottom: 10px;
}
[data-theme="dark"] .list-group-item.active {
  color: #202124;
  background-color: #fad6e5;
  border-color: #fad6e5;
}
[data-theme="light"] .list-group-item.active {
  color: #202124;
  background-color: #c7eafb;
  border-color: #c7eafb;
}
[data-theme="light"] .alert-info {
  color: #000;
  background-color: #c7eafb;
  border-color: #c7eafb;
}
[data-theme="light"] .alert-info .btn-link,[data-theme="dark"] .alert-info .btn-link{
    color:#000 !important;
}
[data-theme="dark"] .alert-info {
  color: #055160;
  background-color: #fad6e5;
  border-color: #fad6e5;
}
.container-fluid.p-5 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.header.sticky-menu .garanty-link a .front,
.header.sticky-menu .garanty-link a .back
.header.sticky-menu .garanty-link a:hover .front,
.header.sticky-menu .garanty-link a:hover .back{
    color: var(--font-color-D);
}
[data-theme="light"] #info-panel a ,.item_filter{
background-image: none;
border: 1px solid #f5f5f5;
  color: var(--font-color-D);
  background-color: #f5f5f5;
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin: 0;
  padding: 4px 30px;
  font-size: 14px;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}
.item_filter {
  display: flex;
padding: 4px 6px !important;
  font-size: 12px;
  align-items: center;
}
[data-theme="dark"] #info-panel a {
background-image: none;
border: 1px solid #e5e5e5;
color: #000;
  background-color: #e5e5e5;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  padding: 4px 50px;
  font-size: 14px;
  line-height: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}
[data-theme="light"] #info-panel a:hover ,[data-theme="light"] .item_filter:hover {
  background-color: #c7eafb !important;
  border-color: #c7eafb !important;
}
[data-theme="dark"] #info-panel a:hover,[data-theme="dark"] .item_filter:hover{
  background-color: #90afbd !important;
  border-color: #90afbd !important;
}
.score_filter img {
  object-fit: contain;
}
.link-pro {
  display: flex;
  align-items: center;
}
.link-pro svg path {
  stroke: var(--font-color-D);
}
.pages {
  background-color: var(--bg-neutral-100);
}
[data-theme="dark"] .grad_filter{
     color:#000;
}
.contaier-fluid.info-branch .card {
    background-color: var(--bg-item);
  }