body {
  font-family: 'Nunito sans', sans-serif;
  font-size: 14px;
}
input, textarea, button {
  font-family: 'Nunito sans', sans-serif;
}
div {
  display: block;
  position: relative;
}
b, th {
  font-weight: 500;
}
svg {
  width: 100%;
}
img {
  vertical-align: middle;
}
.button {
  transition: all 0.2s ease;
  border-radius: 12px !important;
}
.has-background-danger {
    background-color: #fd0900!important;
}
.pagination-link.is-current {
    background-color: #e30816;
    border-color: #e30816;
}
.button.is-primary {
    background: linear-gradient(to bottom, #FFCF54, #FFAE00);
    border: none;
    color: #000;
    border-radius: 12px !important;
}
.button.is-danger {
    background-color: transparent;
    border-color: #e30816;
    color: #e30816;
}
.button.is-dark {
    background: #333;
    border: none;
    box-shadow: 0 3px 0 0 #feaf01;
    transition: all 0.2s ease;
}
.button.is-dark.is-hovered, .button.is-dark:hover {
    background-color: #feaf01;
    box-shadow: 0 3px 0 0 #000;
    color: #000;
}
.button.is-danger.is-outlined {
    background-color: transparent;
    border-color: #e30816;
    color: #e30816;
}
.tag:not(body).is-primary {
    background-color: #1fb64f;
}
.tag:not(body).is-danger {
    background-color: #e30816;
}
.has-text-primary {
    color: #1fb64f!important;
}
.button.is-danger.is-outlined.is-focused, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined:hover {
    background-color: #e30816;
    border-color: #e30816;
    color: #fff;
}
.label {
  font-weight: 400;
}
.field .label {
    font-size: 13px;
    color: #777;
}
a.box {
  transition: all 0.2s ease;
}
a.box:focus, a.box:hover {
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px #46be45;
}
.title {
  font-weight: 400;
}
.title.has-text-weight-medium{
  font-weight: 600 !important;
}
#content .title {
  color: #333;
}
#content ul {
    margin: 1rem 0;
}
ol {
    margin: 1rem 0;
    list-style-position: inside;
}
#content h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    margin: 1.5rem 0;
}
#content h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    margin: 1.2rem 0;
}
div.lightSlider {
    padding-bottom: 10px !important;
}
.lSSlideOuter ul {
    margin:0 !important;
}
.lSSlideOuter ul li:before {
    content: none !important;
}
.lSPager.lSpg {
  margin-top: 15px !important;
}
.lSPager.lSpg a {
  width: 12px !important;
  height: 12px !important;
  border-radius: 10px !important;
  background: rgb(127 127 127 / 25%) !important;
}
.lSPager.lSpg .active a {
  background: #feaf01 !important;
}
.lSSlideOuter .lSPager.lSpg > li a {
  z-index: 1 !important;
}
.lSAction, .lg-actions {
    position: initial;
}
.lg-outer .lg-video-cont {
    max-width: 1200px !important;
    margin: 0 auto;
}
.lSAction>a {
    background: #feca48;
    border-radius: 16px;
    z-index: 1;
    opacity: 1;
}
.lSPrev:after, .lSNext:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
}
.lSPrev:after {
    transform: rotate(-135deg);
    left: 12px;
}
.lSNext:after {
    transform: rotate(45deg);
    left: 8px;
}
.slider-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
.lg-backdrop {background-color: #fff;}
.lg-toolbar {
    background: #eaeaea;
}
.lg-sub-html {
    color: #555;
    background: #eaeaea;
}
.lg-toolbar span:hover {
    color: #f00 !important;
}
.lg-actions .lg-next, .lg-actions .lg-prev {background-color: #eaeaea;}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #e30816;
}
.image img {
  width: auto;
  max-width: 100%;
}
.navbar-dropdown a.navbar-item {text-transform: none;}
.navbar-link {
  transition: all 0.2s ease;
}
.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border-width: 1px;
  border-radius: 1px;
  border-color: #fecc00;
  width: .425em;
  height: .425em
}
.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
  background-color: #fafafa14;
  color: #fecc00;
}
.icon .logged, .icon .unlogged {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -2px;
  right: calc(50% - 18px);
}
.logged {
  background: #21d85b;
}
.unlogged {
  background: #e30016;
}
td.description {
  min-width: 300px;
}
.breadcrumb li:first-child a {
  padding-right: 0;
}
.breadcrumb a {
  font-size: 13px;
  line-height: 1.4;
  color: #a6a6a6;
  transition: color 0.2s ease;
}
.breadcrumb li+li::before {
  content: "";
  display: inline-block;
  border-top: 1px solid;
  width: 6px;
  height: 6px;
  border-right: 1px solid;
  transform: rotate(45deg);
}
.tabs-content .tab {
  display: none;
  width: 100%;
}
.tabs-content .tab.is-active {
  display: block;
}
.tabs ul {
  width: 100%;
}
.tabs li.is-active a {
  border-bottom-color: #3E61CC;
  color: #3E61CC;
}
.tabs.is-toggle li.is-active a {
    background-color: #3E61CC;
    border-color: #3E61CC;
    color: #fff;
    z-index: 1;
}
.preview-container {
  word-break: break-all;
}
.preview-container.panel {
  margin-top: 1em;
}
.preview-container img, .preview-container svg {
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 10px;
}
.green {
  color: green;
}
.yellow {
  color: #ffca00;
}
.blue {
  color: #3c5acc;
}
.red {
  color: red;
}
#product-quick-view .modal-content {
  width: 1344px;
  max-width: 100%;
  padding: 0;
  height: 80%;
  background: #fff;
  border-radius: 5px;
}
#product-quick-view .modal-content {
  width: 1344px;
  max-width: 100%;
  padding: 0;
  height: 80%;
  background: #fff;
  border-radius: 5px;
}
/* .product-item-add {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
  transition: all 0.2s ease;
  transform: translateY(100%);
}
.product-item:hover .product-item-add {
  transform: translateY(0);
}
.product-item:hover .product-item-actions {
    z-index: 9;
} */
.product-item-video-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #de2828;
    border-radius: 7px;
    padding: 5px;
}
.product-item-info {
    overflow: hidden;
}
.product-item-price {

}
.product-item-heading a {
    line-height: 1.5;
}
.product-item-info > .title {
  transition: all 0.3s ease;
}
.product-item:hover .product-item-info > .title {
    color: #feae02;
}
.product-item-add-cart {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 9px !important;
    color: #e30816;
    border-color: #e30816 !important;
}
.product-item-price-multi {
  position: absolute;
  top: -100%;
  font-size: 80%;
  line-height: 1;
  padding: 3px 4px;
  border-radius: 3px;
}
.product-item-old-price {
    display: inline-block;
    position: relative;
    font-size: 85%;
    margin-right: 7px;
}
.product-item-old-price:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e30816;
    top: 50%;
}
.product-item-discount {
    position: absolute;
    top: 0;
    left: 0;
}
.product-item-sticker-left {
    position: absolute;
    bottom: 10px;
    left: 0;
    text-transform: uppercase;
}
.product-item-sticker-right {
    position: absolute;
    bottom: 10px;
    right: 0;
    text-transform: uppercase;
}
.item-quick-view {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 71px);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
    transform: scale(0);
    transition: all 0.2s ease;
}
.product-item:hover .item-quick-view {
    transform: scale(1);
}
.product-item-image img {
    border-radius: 5px;
}
.table tr.is-selected {
    background-color: #3E61CC;
    color: #fff;
}
.modal-nav {
    position: fixed;
    border: 0;
    background: rgb(0 0 0 / 20%);
    width: 100%;
    height: 50px;
    bottom: 0;
    text-align: center;
}
.notification {
  z-index: 99;
  cursor: pointer;
}
#product-quick-view .modal-content #content {
    background: #fff;
    border-radius: 7px;
    /* max-height: calc(100% - 50px); */
    overflow: auto;
}
.modal-nav span {
    display: inline-block;
    height: 32px;
    width: 32px;
    background: #fff;
    border-radius: 50%;
    margin: 9px 5px;
    position: relative;
    cursor: pointer;
}
.modal-nav .prev:after, .modal-nav .next:after  {
    content: "";
    display: block;
    position: absolute;
    border-top: 1px solid;
    border-left: 1px solid;
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    transform: rotate(-45deg);
    left: 14px;
}
.modal-nav .next:after {
    transform: rotate(135deg);
    left: 10px;
}

#alert-inner {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 400px;
  margin: 5px;
  left: calc(50% - 200px);
  z-index: 30;
}
#alert-inner > div {
  display: none;
  transition: all 0.2s ease;
}
.counter .value input {
  width: 50px;
  border: 1px solid #ddd;
  text-align: center;
  padding: 7px;
  font-size: 15px;
  outline: none !important;
}
.counter.tabs a {
  padding: 0.5em;
}
.minus span, .plus span {
  color: #777;
  display: flex;
  background: #fff;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.select:not(.is-multiple):not(.is-loading)::after {
    z-index: 1;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
.has-text-danger {
    color: #e30816!important;
}
.modal-background {
  background-color: rgb(10 10 10 / 60%);
}
#agreed .modal-content {
  width: 100%;
  max-width: 1344px;
  background: #fff;
  overflow: auto;
  border-radius: 10px;
  max-height: 100%;
}
#agreed .delete {
  margin: 10px;
}
.notification.fixed {
  position: fixed;
  top: 0;
  right: 0;
  margin: 15px;
  max-width: 100%;
  z-index: 99;
}
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  z-index: 29;
}
.loading.is-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.spinner {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
}
.spinner div {
  transform-origin: 30px 30px;
  animation: spinner 1.2s linear infinite;
}
.spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 10px;
  left: 30px;
  width: 0.3em;
  height: 1em;
  border-radius: 0% 50% 50% 0%;
  background: #4060cc;
}
.spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animate__animated.animate__fadeIn {
  --animate-duration: 0.3s;
}
.modal.is-active {
  backdrop-filter: blur(15px);
}
.modal-card-foot > .columns {
  width: 100%;
}
.sandwich {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sandwich span {
  display: block;
  width: 60%;
  max-width: 22px;
  height: 2px;
  background: #000;
  position: relative;
  transition: all 0.3s ease;
}
.sandwich span:before, .sandwich span:after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  width: 100%;
  height: 2px;
  background: #000;
  transition: all 0.2s ease;
  border-radius: 2px;
}
.sandwich span:after {
  top: 6px;
}
.sandwich.shown span {
  background: transparent;
}
.sandwich.shown span:before {
  transform: rotate(45deg);
  top: 0px;
}
.sandwich.shown span:after {
  transform: rotate(-45deg);
  top: 0px;
}
.help.is-primary {
  color: #1fb64f;
}
.help.is-danger {
    color: #e30816;
}
.notification.is-primary {
  background: #1fb64f;
}
.notification.is-danger {
  background: #e30816;
}
.whatsapp {
    background: #25D366;
}
.telegram {
    background: #0088cc;
}
.viber {
    background: #8f5db7;
}
.tech-part-title {
    font-weight: bold;
    background: #174627;
    color: #fff !important;
}
.check {
    display: block;
    width: 28px;
    height: 28px;
    background: #3abc66;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}
.check:after {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 8px;
    left: 8px;
}
th.small-col {
    text-align: center !important;
}
th.small-col .price {
    font-weight: bold;
    color: #000;
    font-size: 24px;
}
.small-col > span {
    display: block;
    text-align: center;
}
.gallery-item img {
    cursor: zoom-in;
}
@media screen and (min-width: 1216px) {
.container:not(.is-max-desktop) {
    max-width: 1280px;
}
}
@media (max-width: 1200px) {
  .columns {
    margin-left: 0;
    margin-right: 0;
  }
  .column .columns {
    margin-left: 0;
    margin-right: 0;
  }
  .container {
    max-width: 100%;
  }
  .product-info, .product-model-stock, h1.title, .product-related > .title, .viewed .container > .title, .featured-article .container > .title {
    padding: 0 0.75rem;
  }
}
@media (max-width: 768px) {
  .modal-card, #modalCart .modal-card {
    max-height: 100% !important;
  }
  .modal-card-head, .modal-card-foot  {
    border-radius: 0;
  }
  .first-thing-first .icon {
    transform: rotate(90deg);
  }
  .modal-card-body {
    padding: 25px 10px;
  }
  #agreed .modal-content {
    border-radius: 0;
  }
  .title.is-1 {
    font-size: 2.5rem;
  }
  .title.is-2 {
    font-size: 2rem !important;
  }
  .title.is-3 {
    font-size: 1.8rem !important;
  }
  .solve .title, .any-categories .title, .home-about .title {
    padding: 0 0.75rem;
  }
  .about-video-trigger {
    text-align: center;
    margin-top: 30px;
  }
  .about-key-icon {
    color: #fecc00;
    width: 15%;
  }
}
@media (max-width: 640px) {
  .title.is-1 {
    font-size: 2rem !important;
  }
  .title.is-2 {
    font-size: 1.5rem !important;
  }
  .title.is-3 {
    font-size: 1.3rem !important;
  }
  #alert-inner {
    max-width: calc(100% - 10px);
    left: 0;
  }
  .featured-article .box > .columns .column {
    width: 100%;
  }
  .blog-item .columns > .column {
    width: 100% !important;
  }
  .is-size-5 {
    font-size: 1rem !important;
  }
  .solve .is-6-mobile {
    width: 100%;
  }
  .about-key {
    width: 100% !important;
  }
  .about-key-icon {
    width: 12% !important;
  }
  .choice .is-6-mobile {
    width: 100% !important;
  }
}
