/* Ali Kamran (@alikamranpak) */
body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #444;
  }
  /* Override the bootstrap defaults */
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 15px;
  }
  footer h5 {
    font-size: 12px;
  }
  h6 {
    font-size: 10.2px;
  }
  a {
    color: #23a1d1;
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  /* Chrome border line */
  button:focus {
    outline: none !important;
  }
  legend {
    font-size: 18px;
    padding: 7px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  label {
    font-size: 12px;
    font-weight: normal;
  }
  .list-unstyled a {
    text-decoration: none;
  }
  .nav-tabs {
    margin-bottom: 15px;
  }
  div.required .col-form-label:before, div.required .form-label:before {
    content: "* ";
    color: #F00;
    font-weight: bold;
  }
  .form-switch-lg {
    font-size: 20px;
    min-height: 30px;
    line-height: 30px;
  }
  @media (min-width: 768px) {
    .col-form-label {
      text-align: right;
    }
  }
  #alert {
    padding-top: 30px;
    z-index: 9999;
    pointer-events: all;
  }
  #alert .alert {
    min-width: 400px;
    position: relative;
    margin-bottom: 15px;
  }
  @media (min-width: 1300px) {
    #alert .alert {
      right: 50px;
    }
  }
  @media (min-width: 1400px) {
    #alert .alert {
      right: 0px;
    }
  }
  @media (min-width: 1600px) {
    #alert .alert {
      right: 100px;
    }
  }
  @media (min-width: 1800px) {
    #alert .alert {
      right: 200px;
    }
  }
  @media (min-width: 2000px) {
    #alert .alert {
      right: 300px;
    }
  }
  @media (min-width: 2200px) {
    #alert .alert {
      right: 400px;
    }
  }
  @media (min-width: 2400px) {
    #alert .alert {
      right: 500px;
    }
  }
  @media (min-width: 2600px) {
    #alert .alert {
      right: 600px;
    }
  }
  @media (min-width: 2800px) {
    #alert .alert {
      right: 700px;
    }
  }
  @media (min-width: 3000px) {
    #alert .alert {
      right: 800px;
    }
  }
  @media (min-width: 3200px) {
    #alert .alert {
      right: 900px;
    }
  }
  @media (min-width: 3400px) {
    #alert .alert {
      right: 1000px;
    }
  }
  @media (min-width: 3600px) {
    #alert .alert {
      right: 1100px;
    }
  }
  @media (min-width: 3800px) {
    #alert .alert {
      right: 1200px;
    }
  }
  @media (min-width: 4000px) {
    #alert .alert {
      right: 1300px;
    }
  }
  /* top */
  #top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
    margin: 0 0 20px 0;
    min-height: 44px;
    position: relative;
  }
  #top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
  }
  #top .btn-link {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
  }
  #top .btn-link:hover {
    color: #444;
  }
  #top a {
    font-size: 1.1em;
    text-decoration: none;
  }
  footer a {
    font-size: 1.1em;
    text-decoration: none;
  }
  /* logo */
  #logo {
    margin: 0 0 10px 0;
  }
  #logo img {
    max-width: 200px;
  }
  /* search */
  #search {
    margin-bottom: 10px;
  }
  #search .form-control-lg {
    height: 40px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
  }
  #search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 0.57rem 35px;
    text-shadow: 0 1px 0 #FFF;
  }
  /* cart */
  #header-cart {
    margin-bottom: 10px;
  }
  #header-cart .btn-lg {
    color: #FFF;
    height: 40px;
    padding: 0 1rem;
  }
  #header-cart .btn:hover {
    color: #FFF;
  }
  #header-cart .dropdown-menu {
    background: #eee;
  }
  #header-cart .dropdown-menu li {
    min-width: 427px;
  }
  @media (max-width: 768px) {
    #header-cart .dropdown-menu li {
      min-width: 100%;
    }
  }
  /* menu */
  #menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border: 1px solid #1f90bb;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
    border-radius: 4px;
  }
  #menu.navbar {
    padding: 0 1rem;
    margin-bottom: 20px;
  }
  #menu .dropdown-menu {
    padding-bottom: 0;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #menu .dropdown-inner {
    display: table;
  }
  #menu .dropdown-inner ul {
    display: table-cell;
  }
  #menu .dropdown-inner ul li a:hover {
    color: #ffffff;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  }
  #menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
  }
  #menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
  }
  #menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
  }
  #menu #category {
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  }
  #menu .navbar-toggler i {
    color: #fff;
    border-color: #fff;
    font-size: 0.9em;
  }
  #menu .navbar-nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
  }
  #menu .navbar-nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  @media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
      display: block;
    }
  }
  @media (max-width: 767px) {
    #menu {
      border-radius: 4px;
    }
    #menu div.dropdown-inner > ul .list-unstyled {
      display: block;
    }
    #menu div.dropdown-menu {
      margin-left: 0 !important;
      padding-bottom: 10px;
      background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
      display: block;
    }
    #menu .dropdown-inner a {
      width: 100%;
      color: #fff;
    }
    #menu .dropdown-menu a:hover {
      background: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-menu ul li a :hover {
      background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
      margin-top: 0;
      border: none;
      border-radius: 0;
      color: #fff;
    }
  }
  /* content */
  /* footer */
  footer {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 1px;
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
  }
  footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
  }
  footer a {
    color: #ccc;
  }
  footer a:hover {
    color: #fff;
  }
  footer h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* breadcrumb */
  .breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
  }
  .breadcrumb i {
    font-size: 15px;
  }
  .breadcrumb > li.breadcrumb-item {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
  }
  .breadcrumb > li.breadcrumb-item > a {
    text-decoration: none;
  }
  .breadcrumb > li.breadcrumb-item:after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .breadcrumb > li.breadcrumb-item + li:before {
    content: "";
    padding: 0;
  }
  .pagination {
    margin: 0;
  }
  /* buttons */
  .btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
  }
  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
  }
  .product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 15px;
  }
  .product-thumb h4 {
    font-weight: bold;
  }
  .product-thumb .image {
    text-align: center;
    margin-bottom: 15px;
  }
  .product-thumb .image a:hover {
    opacity: 0.8;
  }
  .product-thumb .description {
    padding: 15px;
  }
  .product-thumb .button-group {
    display: flex;
    border-top: 1px solid #ddd;
    background-color: #eee;
  }
  .product-thumb .button-group button {
    flex: 33%;
    border-radius: 0;
    display: inline-block;
    border: none;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
  }
  .product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
  }
  .product-thumb .button-group button + button {
    border-left: 1px solid #ddd;
  }
  .blog-thumb {
    border: 1px solid #ddd;
    margin-bottom: 15px;
  }
  .blog-thumb h4 {
    font-weight: bold;
  }
  .blog-thumb .image {
    text-align: center;
    margin-bottom: 15px;
  }
  .blog-thumb .image a:hover {
    opacity: 0.8;
  }
  .blog-thumb .description {
    padding: 15px;
  }
  @media (min-width: 960px) {
    .product-list .product-thumb {
      display: flex;
    }
    .product-list .product-thumb .image {
      flex-direction: column;
      margin-bottom: 0px;
    }
    .product-list .product-thumb .content {
      flex-direction: column;
      flex: 75%;
      position: relative;
    }
    .product-list .product-thumb .button-group {
      position: absolute;
      bottom: 0px;
      width: 100%;
      border-left: 1px solid #ddd;
    }
  }
  .rating .fa-stack {
    width: 20px;
  }
  .rating.fa-star {
    color: #999;
    font-size: 15px;
  }
  .rating .fa-star {
    color: #FC0;
    font-size: 15px;
  }
  .rating .fa-star + .fa-star {
    color: #E69500;
  }
  /* product list */
  .price {
    color: #444;
  }
  .price-new {
    font-weight: 600;
  }
  .price-old {
    color: #dc512c;
    text-decoration: line-through;
  }
  .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
  }
  /* BS4 Changes */
  .navbar-light .navbar-toggler {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 6px 12px;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
  }
  .form-check .form-check-input {
    margin-top: 0.25rem;
  }
  /* Theme Custom CSS */
  #display-control #compare-total.a {
    margin-top: -2px;
    padding: 0.35rem 0.565rem;
  }
  #product-product h1 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #information-contact .card {
    margin-bottom: 20px;
  }
  #cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 9999;
    opacity: 0.95;
    color: #ecf0f1;
    background: #343a40;
  }
  #cookie div {
    font-size: 16px;
    color: #FFFFFF;
  }
  
.hp-mod-card {
    margin: 0 auto;
    width: auto;
}
.card-categories-comp-container {
}
.pc-custom-link {
    color: #000;
    display: block;
    text-decoration: none;
}
.hp-mod-card .hp-mod-card-header {
    background: 0 0;
    height: 38px;
    line-height: 38px;
}
.hp-mod-card .hp-mod-card-header .hp-mod-card-title {
    color: #424242;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-categories-comp-container .card-categories-ul {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 297px;
    width: 100%;
}

.card-categories-comp-container .card-categories-li {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    height: 148.5px;
    width: 25%;
}
.card-categories-comp-container .card-categories-li-content {
    height: 100%;
    padding-top: 16px;
    width: 100%;
}

.pc-custom-link {
    color: #000;
    display: block;
    text-decoration: none;
}
.card-categories-comp-container .card-categories-image {
    display: block;
    height: 80px;
    margin: 0 auto;
    width: 80px;
}

.picture-wrapper {
    align-items: center;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.img-w100p img {
    height: 100%;
    width: 100%;
}

.picture-wrapper>img {
    display: inline-block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.card-categories-comp-container .card-categories-name {
    text-align: center;
}
.card-categories-comp-container .card-categories-name .text {
    color: #212121;
    font-size: 14px;
    height: 36px;
    line-height: 18px;
    margin: 8px 12px 0;
}

.three-line-clamp, .two-line-clamp {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.two-line-clamp {
    -webkit-line-clamp: 2;
}
.one-line-clamp, .two-line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
}
.hp-mod-card-hover:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    cursor: pointer;
    position: relative;
    transform: all .3s ease-in-out
}
@media screen and (min-width: 768px) {
  .card-categories-comp-container .card-categories-li{width:12.5%;}
}

/*============PRODUCT TABS==================*/
.content-product-maintop {
  margin: 0;
}
.content-product-midde {
  margin-top: 80px;
}
.content-product-mainbody{background:#fff;}
.producttab .tabsslider.horizontal-tabs {
  z-index: 1;
  margin-bottom: 0px;
  float: left;
  width: 100%;
  padding: 15px 10px;
}
@media (min-width: 1200px) {
  .producttab .tabsslider.horizontal-tabs {
    padding: 15px 30px;
  }
}
.producttab .tabsslider.horizontal-tabs .nav-tabs {
  border-bottom: 1px solid #eee;
  justify-content: center;
}
.producttab .tabsslider.horizontal-tabs .nav-tabs li {
  margin-bottom: 0;
  display: inline-flex;
}
.producttab .tabsslider.horizontal-tabs .nav-tabs li a {
  display: block;
  font-size: 18px;
  color: #999999;
  font-weight: 700;
  cursor: pointer;
  line-height: 100%;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  padding: 0 20px 17px;
}
.producttab .tabsslider.horizontal-tabs .nav-tabs li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transition: transform 350ms ease-out;
  transform-origin: right;
}
.producttab .tabsslider.horizontal-tabs .nav-tabs li a.active, .producttab .tabsslider.horizontal-tabs .nav-tabs li a:hover {
  color: #000;
}
.producttab .tabsslider.horizontal-tabs .nav-tabs li a.active:before, .producttab .tabsslider.horizontal-tabs .nav-tabs li a:hover:before {
  background: #6d62ff;
  transform: scaleX(1);
  transform-origin: left;
}
.producttab .tabsslider.horizontal-tabs .tab-content {
  padding: 35px 0px 0px;
  display: block;
  margin: 0;
  border-radius: 0px;
}
.producttab .tabsslider.horizontal-tabs .tab-content .active {
  opacity: 1;
}
.producttab .tabsslider.vertical-tabs {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 0;
  border-bottom: 1px solid #eee;
  border-radius: 20px;
  margin-bottom: 80px;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs {
  border-bottom: medium none;
  margin: 0;
  min-height: 180px;
  padding: 0;
  align-content: flex-start;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li {
  border: none;
  border-bottom: 1px solid #eee;
  clear: both;
  position: relative;
  width: 100%;
  padding: 0px 0;
  border-right: none;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li a {
  padding: 15px 20px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  display: block;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:before {
  content: "";
  width: 0;
  height: 2px;
  bottom: -1px;
  position: absolute;
  background: #6d62ff;
  transition: all 0.3s ease-in-out 0s;
  z-index: 99;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
  color: #6d62ff;
  border: none;
  font-weight: 600;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover:before {
  width: 100%;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active:before {
  width: 100%;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a {
  color: #6d62ff;
  border: none;
  font-weight: 600;
}
.producttab .tabsslider.vertical-tabs .tab-content {
  border: 0;
  border-left: 1px solid #eee;
  min-height: 200px;
  margin-bottom: 0;
  padding: 30px;
}
.product-detail .producttab .tab-content .product-property-title, .product-detail .producttab .tab-content h3 {
  font-size: 16px;
  color: #000;
}
.product-detail .producttab .tab-content .product-property-list {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.product-detail .producttab .tab-content .product-property-list li {
  width: 50%;
  float: left;
  padding: 5px 0;
  border-bottom: 1px solid #f4f4f4;
}
.product-detail .producttab .tab-content .product-property-list li .propery-title {
  float: left;
  color: #999;
  min-width: 150px;
}
.product-detail .producttab .tab-content .product-property-list li .propery-des {
  float: left;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #495057;
}
.desc-collapse.showup {
  max-height: 100%;
}
.desc-collapse.showdown {
  max-height: 300px;
  display: block;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  position: relative;
  z-index: 2;
}
.desc-collapse.showdown:before {
  display: block;
  content: "";
  height: 120px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 100%, #fff);
}
._1AfpyE {
    padding: 12px 16px;
    display: flex;
    background: #f1f3f6;
    min-height: 72px;
    align-items: center;
    justify-content: center
}

.J2nm-l {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

._2uPrOz {
    font-size: 14px;
    margin-bottom: 4px;
    color: #212121
}

._1jo7J_ {
    color: #666
}

.Y3l4YY {
    min-width: 75%;
    flex: 1;
    margin-left: 12px
}

._1vaVeo {
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 #ccc;
    background: #fff;
    border: 2px solid #fff
}

._1vaVeo .zCow8B {
    width: 100%;
    height: 100%
}

._2wEmwN {
    width: 64px;
    text-align: center;
    margin-bottom: 20px
}

._2wEmwN ._2mTIud {
    word-break: break-word
}

._2wEmwN .NYrlP_ {
    margin-bottom: 8px
}

.B-nXUc {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 16px 0
}

._1ui5b4 {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column
}

.yAlKeh {
    flex: 1;
    overflow-x: hidden;
    overflow-y: scroll
}

._2L0uxW {
    display: flex;
    justify-content: center;
    margin: 0 16px
}

._3116_u {
    display: grid;
    grid-template-columns: repeat(var(--full-span-val),1fr)
}

._2nl6Ch {
    display: flex;
    justify-content: center;
    background-color: #fff;
    flex-direction: column
}

._3FFgcD {
    position: relative;
    z-index: -1;
    height: 1px;
    width: 100%
}

._11CwNk {
    background: #ddd
}

._3rbDiy,._11CwNk {
    width: 100%;
    height: 100%
}

._3rbDiy {
    position: relative;
    overflow: hidden
}

._3rbDiy:before {
    content: "";
    position: absolute;
    top: 0;
    left: -200px;
    width: 200px;
    height: 100%;
    background: linear-gradient(90deg,transparent,hsla(0,0%,100%,.5),transparent);
    -webkit-animation: _1WYRN8 2s infinite;
    animation: _1WYRN8 2s infinite
}

._3Nq5RQ {
    position: sticky
}

._2NhoPJ {
    justify-content: center
}

@-webkit-keyframes _1WYRN8 {
    0% {
        left: -200px
    }

    to {
        left: 100%
    }
}

@keyframes _1WYRN8 {
    0% {
        left: -200px
    }

    to {
        left: 100%
    }
}

._1w_aTR {
    cursor: pointer
}

@media (max-width: 767px) {
    ._2L0uxW {
        margin:0
    }

    ._3116_u {
        max-width: var(--sm-max-width);
        -webkit-column-gap: var(--sm-col-gap);
        column-gap: var(--sm-col-gap)
    }

    .kusrS1 {
        margin: auto;
        max-width: 480px;
        width: 100%
    }

    ._1yQHx8 {
        order: var(--sm-order)
    }

    ._1H-MFc {
        grid-column: 1/3
    }

    ._2UnIQ_ {
        grid-column: 1/13
    }

    ._21yk03 {
        grid-column: 1/7
    }

    ._2sEpnZ {
        grid-column: 1/11
    }

    ._37_-D1 {
        grid-column: 3/13
    }

    .uxU4Nx {
        grid-column: 7/13
    }

    ._3mvLo0 {
        grid-column: 1/5
    }

    ._2M2ppr {
        grid-column: 5/9
    }

    .Wd7NYt {
        grid-column: 5/13
    }

    ._2LQBL6 {
        grid-column: 9/13
    }

    ._2-Wfq5 {
        grid-column: 11/13
    }

    ._1AA96d {
        display: none!important
    }

    ._3iBsgN,._236LVF {
        display: none
    }

    ._2NhoPJ {
        height: 48px;
        transition-property: all;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-duration: .5s;
        position: sticky
    }

    ._29zaLu {
        position: absolute;
        top: -48px
    }
}

@media (min-width: 768px) and (max-width:1191px) {
    ._3116_u {
        max-width:var(--md-max-width);
        -webkit-column-gap: var(--md-col-gap);
        column-gap: var(--md-col-gap);
        margin-top: var(--marginTop)
    }

    ._1yQHx8 {
        order: var(--md-order)
    }

    ._1C1abL {
        grid-column: 1/3
    }

    ._3ak8Rd {
        grid-column: 1/13
    }

    ._2dyUwW {
        grid-column: 1/7
    }

    .Al8rkI {
        grid-column: 1/11
    }

    ._1H5FOz {
        grid-column: 3/13
    }

    ._3Yjg5f {
        grid-column: 7/13
    }

    ._1u7w3W {
        grid-column: 1/5
    }

    ._3a3pC5 {
        grid-column: 5/9
    }

    .dhWRAC {
        grid-column: 5/13
    }

    ._1O08LA {
        grid-column: 9/13
    }

    .W2ByvU {
        grid-column: 11/13
    }

    ._2l28kX {
        display: none!important
    }

    ._1JNd2t,._2BAUXN,._2UReB7,._3iBsgN {
        display: none
    }
}

@media screen and (min-width: 1192px) {
    ._3116_u {
        max-width:var(--lg-max-width);
        -webkit-column-gap: var(--lg-col-gap);
        column-gap: var(--lg-col-gap);
        margin-top: var(--marginTop)
    }

    ._1yQHx8 {
        order: var(--lg-order)
    }

    .IqAwjq {
        grid-column: 1/3
    }

    ._2y8Yzt {
        grid-column: 1/13
    }

    ._2miKNX {
        grid-column: 1/7
    }

    ._1kAmyc {
        grid-column: 1/11
    }

    ._3pASjz {
        grid-column: 3/13
    }

    ._3RotB5 {
        grid-column: 7/13
    }

    ._1zHMUC {
        grid-column: 1/5
    }

    .is0UMk {
        grid-column: 5/9
    }

    .P1FjN7 {
        grid-column: 5/13
    }

    ._1-kEiZ {
        grid-column: 9/13
    }

    .OwWQ7B {
        grid-column: 11/13
    }

    ._2FXJTs {
        display: none!important
    }

    ._1JNd2t,._2BAUXN,._2UReB7,._236LVF {
        display: none
    }
}

._3NorZ0 {
    width: 100%
}

._3EOQ5Q {
    top: 0;
    width: 100%;
    background-color: #fff;
    justify-content: space-between;
    padding: 12px 28px;
    box-sizing: border-box;
    z-index: 99999;
    max-width: var(--lg-max-width)
}

._3EOQ5Q,._3ZqtNW {
    display: flex;
    align-items: center
}

._2ggUbX {
    margin-right: 12px
}

._2msBFL,._2msBFL ._38VF5e {
    display: flex;
    align-items: center
}

._2msBFL ._38VF5e {
    padding: 0 20px;
    cursor: pointer
}

._1krdK5 {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    text-align: center
}

._2zJ7Pb {
    margin-right: 4px
}

._3RX0a- {
    display: flex;
    justify-content: center;
    align-items: center
}

._1XmrCc {
    margin-right: 8px
}

._3CowY2 {
    position: relative
}

._2U7eDE {
    position: absolute;
    right: 8px;
    bottom: 14px;
    text-align: center;
    border-radius: 8px;
    width: 18px;
    height: 18px;
    background-color: #ff6161;
    border: 1px solid #fff;
    color: #f0f0f0;
    line-height: 16px;
    font-size: 12px;
    font-family: inter_semi_bold
}

@media (min-width: 768px) and (max-width:1191px) {
    ._3EOQ5Q {
        padding:12px;
        max-width: var(--md-max-width)
    }

    ._3ZqtNW {
        display: flex;
        align-items: center
    }

    ._3NorZ0 {
        min-width: 200px;
        margin: 0
    }

    ._1krdK5 {
        display: none
    }

    ._2msBFL ._38VF5e {
        padding: 0 6px
    }
}

@media (max-width: 767px) {
    ._3EOQ5Q {
        padding:8px 16px;
        max-width: var(--sm-max-width)
    }

    ._3jeYYh {
        display: none
    }

    ._2msBFL ._38VF5e {
        padding: 0
    }

    ._1XmrCc {
        margin-right: 0;
        margin-left: 12px
    }

    .uiU-ZX {
        margin-left: 4px
    }
}

._3iof0q {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #2a55e5;
    margin-left: 70px
}

._1jKL3b {
    display: flex;
    width: 150px;
    height: 50px;
    background: #2a55e5;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 2px
}

._2NJ-BM {
    position: absolute;
    top: 80%;
    z-index: 1000;
    -webkit-animation: IimXwJ 4.72s ease infinite;
    animation: IimXwJ 4.72s ease infinite
}

._39Ul0t {
    display: flex;
    background-color: #fff;
    width: 150px;
    height: 50px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.2);
    font-family: var(--font-inter);
    font-size: 18px
}

@-webkit-keyframes IimXwJ {
    0% {
        transform: translate(0)
    }

    1.8% {
        transform: translate(5px)
    }

    3.6% {
        transform: translate(0)
    }

    5.3% {
        transform: translate(5px)
    }

    7.1% {
        transform: translate(0)
    }

    8.9% {
        transform: translate(5px)
    }

    10.7% {
        transform: translate(0)
    }

    to {
        transform: translate(0)
    }

    .loginText {
        margin-left: 4px
    }
}

@keyframes IimXwJ {
    0% {
        transform: translate(0)
    }

    1.8% {
        transform: translate(5px)
    }

    3.6% {
        transform: translate(0)
    }

    5.3% {
        transform: translate(5px)
    }

    7.1% {
        transform: translate(0)
    }

    8.9% {
        transform: translate(5px)
    }

    10.7% {
        transform: translate(0)
    }

    to {
        transform: translate(0)
    }

    .loginText {
        margin-left: 4px
    }
}

@media (min-width: 767px) {
    ._1krdK5 .vbCXhM,.vbCXhM {
        display:none
    }

    ._3ZqtNW {
        flex-grow: 1
    }
}

._1Us3XD {
    position: relative
}

._1Us3XD .H6-NpN {
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    box-sizing: border-box;
    padding: 8px
}

._1Us3XD:hover .H6-NpN {
    background: #fafafa;
    border-radius: 8px;
    border-color: #e0e0e0
}

._1Us3XD:hover .H6-NpN._3N4_BX {
    background: #2a55e5;
    border-color: #2a55e5;
    border-radius: 8px
}

._1Us3XD:hover .H6-NpN._3N4_BX .-dOa_b {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.5811700000000001 0.53061 0.13041 0 0 0.24080999999999997 0.78334 0.11592 0 0 0.18768 0.36846 0.40039 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="132" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.14" /><feFuncG type="linear" slope="1.14" /><feFuncB type="linear" slope="1.14" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(100%) sepia(69%) saturate(0) hue-rotate(132deg) brightness(114%) contrast(101%);
    filter: invert(100%) sepia(69%) saturate(0) hue-rotate(132deg) brightness(114%) contrast(101%)
}

._1Us3XD:hover .H6-NpN._3N4_BX ._1TOQfO {
    color: #fff
}

._1Us3XD .H6-NpN ._1TOQfO,._3pKU-e {
    display: flex;
    align-items: center
}

._3pKU-e {
    justify-content: center;
    margin-right: 8px
}

.-dOa_b,._3pKU-e {
    width: 24px;
    height: 24px
}

.-dOa_b.XdYXbi {
    width: 12px;
    height: 12px;
    margin-left: 8px
}

.-dOa_b.L_FVxe {
    margin-right: 8px
}

._1Us3XD label {
    display: block;
    padding: 10px;
    font-family: inter_semi_bold,fallback-inter_semi_bold,Arial,sans-serif;
    cursor: pointer
}

._1Us3XD ._3YjYK7 {
    position: absolute;
    top: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    min-width: 100px;
    width: 200px;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.2);
    z-index: 100;
    display: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

._1TOQfO,.yx2hEq {
    color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer
}

._1TOQfO {
    font-size: 16px;
    line-height: 24px
}

.AT0fUR {
    padding: 8px 12px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    white-space: nowrap
}

.AT0fUR:last-child {
    border-bottom: none
}

.AT0fUR:hover {
    background: #fafafa
}

.SFnind {
    width: 18px;
    height: 18px
}

._1Us3XD:hover ._3YjYK7 {
    display: block
}

._1Us3XD:hover .-dOa_b.XdYXbi {
    transform: rotate(180deg);
    transition: transform .3s ease-in-out
}

._1Us3XD .-dOa_b.XdYXbi {
    transform: rotate(0deg);
    transition: transform .3s ease-in-out
}

._2Udqwk {
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center
}

._2Udqwk span {
    color: #000
}

._2Udqwk ._1Mikcj {
    color: #2a55e5;
    font-family: inter_semi_bold,fallback-inter_semi_bold,Arial,sans-serif
}

@media (min-width: 768px) and (max-width:1191px) {
    .ecs1XG {
        left:50%;
        transform: translateX(-50%)
    }
}

.Q1Fpww {
    background-color: #fff
}

._1kf4t9,._2MV9jj,.Q1Fpww {
    color: #000
}

._2MV9jj {
    background-color: #fff
}

.-bZ45b,._3Jamw5 {
    color: #000
}

._3Jamw5 {
    background-color: #fff
}

._1LNwA2,._3YxHR4 {
    color: #000
}

._3YxHR4 {
    background-color: #fff
}

.ChM__S,.i0-W3G {
    color: #000
}

.ChM__S {
    background-color: #fff
}

._1a0Uh5,.T5hlkv {
    color: #000
}

.T5hlkv {
    background-color: #fff
}

._2x7Xp3 {
    color: #000
}

._26TvNl {
    background-color: #26a541!important
}

._1AFFZ-,._26TvNl {
    color: #fff
}

.br8sOq {
    background-color: #f2575b
}

.br8sOq,.uyHRs3 {
    background-color: #fff
}

._2rslOn {
    display: inline-block;
    width: 100%;
    position: relative;
    border-radius: 8px;
    background-color: #f0f5ff
}

._2rslOn.OpXDaO {
    border-radius: 8px 8px 0 0
}

._2rslOn ._2alaMB {
    display: flex;
    justify-content: space-between;
    flex: auto;
    background: transparent
}

._2rslOn ._2alaMB ._2SmNnR {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: transparent
}

._2rslOn ._2alaMB .Pke_EE {
    border: 0;
    outline: 0 none;
    font-size: 17px;
    height: 40px;
    width: 100%;
    background-color: transparent
}

._2rslOn ._2alaMB .Pke_EE::-webkit-input-placeholder {
    color: #666
}

._2rslOn ._2alaMB .Pke_EE::placeholder {
    color: #666
}

._2rslOn ._2alaMB .Pke_EE:placeholder-shown {
    text-overflow: ellipsis
}

._2rslOn ._2alaMB ._2iLD__ {
    justify-content: flex-end;
    height: 40px;
    border-radius: 2px;
    cursor: pointer;
    padding: 8px 8px 8px 12px;
    background-color: transparent
}

._2rslOn ._2x2Mmc {
    border-radius: 0 0 8px 8px;
    position: absolute;
    background-color: #fff;
    color: #000;
    z-index: 9;
    top: 40px;
    display: none;
    box-shadow: 0 1px 4px rgba(0,0,0,.12);
    overflow: hidden;
    white-space: nowrap
}

._2rslOn ._2x2Mmc._3ofZy1 {
    display: block;
    width: 100%
}

._2rslOn ._2x2Mmc ._3D0G9a ._1fhrBk {
    padding: 12px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%
}

._2rslOn ._2x2Mmc ._3D0G9a ._1fhrBk.kmL5nq,._2rslOn ._2x2Mmc ._3D0G9a ._1fhrBk:hover {
    background-color: #f0f5ff
}

._2rslOn ._2x2Mmc ._3D0G9a ._1fhrBk ._3IU7pu {
    margin-left: 12px;
    height: 13px
}

._2rslOn ._2x2Mmc ._3D0G9a ._1fhrBk ._2OENCV {
    color: #2874f0;
    font-weight: 500;
    padding-left: 5px
}

._2rslOn ._1sFryS {
    width: 100%
}

.oleBil {
    padding: 4px 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    font-size: 14px
}

.oleBil._2rRqms,.oleBil:hover {
    background-color: #f4f8ff
}

.oleBil._1pCJM2 {
    padding: 4px 8px
}

._31YxMH {
    max-height: 32px;
    width: 32px
}

._31YxMH ._2f56b2 {
    margin: auto;
    max-height: 32px;
    max-width: 32px
}

._2VHNef {
    font-family: inter_semi_bold,fallback-inter_semi_bold,Arial,sans-serif
}

.YGcVZO {
    font-size: 14px;
    line-height: 20px;
    margin-left: 4px;
    color: #000
}

.YGcVZO ._1CzsRN {
    color: rgba(0,0,0,.6)
}

.YGcVZO ._3idirA {
    font-size: 12px;
    line-height: 18px;
    padding-top: 2px;
    color: #2a55e5;
    font-family: inter_semi_bold,fallback-inter_semi_bold,Arial,sans-serif
}

.YGcVZO._3ZfJeA {
    display: flex;
    flex-direction: row;
    align-items: center
}

.YGcVZO._3ZfJeA ._3idirA {
    padding-top: 1px;
    margin-left: 5px
}

._3l09Bv {
    font-size: 14px;
    line-height: 20px;
    padding: 16px 0 4px 8px;
    color: #666;
    font-weight: 600
}

._3I0kdI {
    padding: 12px 16px
}

._3I0kdI ._2f56b2 {
    margin-left: 12px;
    height: 13px
}

._3I0kdI .LaAGsr {
    display: flex;
    flex-direction: row;
    justify-content: center
}

._3I0kdI ._1PkG5x {
    color: #2874f0;
    font-family: inter_semi_bold,fallback-inter_semi_bold,Arial,sans-serif
}

._3I0kdI._2rRqms,._3I0kdI:hover {
    mix-blend-mode: multiply;
    background-color: #fff
}

button {
    border: 0;
    outline: 0;
    background-color: transparent
}

._16ZfEv {
    margin-right: 36px
}

.YLCOuy {
    text-decoration: none
}

._1kuwAE,.pk5yv6,.ZzqRUk {
    display: none
}

@media (max-width: 767px) {
    ._16ZfEv {
        margin-right:0;
        padding-top: 2px;
        max-width: 120px
    }
}

