body {
  font-family: 'Fira sans', sans-serif;
  font-size: 14px;
}
div {
  display: block;
  position: relative;
}
b, th {
  font-weight: 500;
}
svg {
  width: 100%;
}
h2, h3, h4 {
    font-weight: 500 !important;
}
h2 {
  font-size: 2rem;
  padding: 2rem 0;
}
h3 {
  font-size: 1.8rem;
  padding: 1.8rem 0;
}
.has-text-white .label {
    color: #fff;
}
#content ul li {
    position: relative;
    line-height: 2;
}
#content p {
    margin: 1rem 0;
}
#content ul li:before {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    background: #4caf50;
    margin-right: 10px;
    border-radius: 2px;
}
.button {
  transition: all 0.2s ease;
}
.button.is-primary {
  background-color: #013381;
  border-color: transparent;
  color: #fff;
}
.button.is-primary.is-hovered, .button.is-primary:hover {
  background-color: #154ea7;
}
.button, .file-cta, .file-name, .input, .pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous, .select select, .textarea {
  border-radius: 7px;
}
.has-background-danger {
  background-color: #fd0900!important;
}
.pagination-link.is-current {
  background-color: #a00;
  border-color: #a00;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #a00;
  color: #a00;
}
.tag:not(body).is-primary {
  background-color: #1fb64f;
}
.tag:not(body).is-danger {
  background-color: #a00;
}
.has-text-primary {
  color: #013381!important;
}
.has-text-danger {
  color: #aa0400!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: #a00;
  border-color: #a00;
  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 #3E61CC;
}
.title {
  font-weight: 400;
}
#content .title {
  color: #333;
}
div.lightSlider {
  padding-bottom: 10px !important;
}
/*Yurist*/
.gray_Zone {
    background-color: #f5f5f5;
}
.my_Item {
    width: 40%;
    color: #fff;
}
.my_Item:nth-child(2n) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 60%;
}
.my_Rating span {
    margin-right: 1rem;
}
.my_Item img {
    max-width: 150px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.my_Name div {
    margin-bottom: 0.5rem;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}
.my_Name div:nth-child(3n) {
    border-bottom: none;
    margin-top: 1rem;
}
.color_box {
    display: flex;
    justify-content: center;
    background: linear-gradient(70deg, #4185e5 70%, #094eb7 30%);
}
.star_Item svg {
    max-width: 1rem;
    color: #feee00;
    margin-right: 0.5rem;
}
.comment_Item svg {
    max-width: 1rem;
    color: #feee00;
    margin-right: 0.5rem;
}
/*Yurist-and*/
.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: #3e62ca !important;
}
.lSSlideOuter .lSPager.lSpg > li a {
  z-index: 1 !important;
}
.lSAction, .lg-actions {
  position: initial;
}
.lSAction>a {
  background: rgb(0 0 0 / 30%);
  border-radius: 16px;
  z-index: 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;
}
.lg-outer .lg-video-cont {
  max-width: 1200px !important;
}
.gallery-video-cover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 30%);
  top: 0;
  left: 0;
}
.gallery-video-cover::before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    background: #f00;
    border-radius: 50%;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}
.gallery-video-cover:after {
    content: "";
    display: block;
    position: absolute;
    border: 20px solid transparent;
    border-left: 32px solid #ffffff;
    top: calc(50% - 20px);
    left: calc(50% - 11px);
}
.gallery-item img {
    border: 2px solid #ddd;
}
.slider-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
.lg-backdrop {background-color: #fff;}
.lg-toolbar {
  bottom: 0;
  top: initial;
  background: #eaeaea;
}
.lg-sub-html {
  bottom: initial;
  color: #555;
  top: 0;
  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: #a00;
}
.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: #333;
  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: #fafafa;
  color: #013381;
}
.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;
}
.container:not(.is-max-desktop) {
  max-width: 1280px;
}
.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-info {
  overflow: hidden;
}
.product-item-info > .title {
  transition: all 0.3s ease;
}
.product-item:hover .product-item-info > .title {
  color: #a00;
}
.product-item-add-cart {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  padding: 9px !important;
  color: #a00;
  border-color: #a00 !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: #a00;
  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;
}
.blog-item-date {
  position: absolute;
  left: 15px;
  top: 15px;
}
.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: #a00!important;
}
.modal-background {
  background-color: rgb(10 10 10 / 40%);
}
#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, .modal-card-head {
  background-color: #f5f5f5;
}
.modal-card-foot > .columns {
  width: 100%;
}
.sandwich {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sandwich span {
  display: block;
  width: 60%;
  max-width: 32px;
  height: 1px;
  background: #013381;
  position: relative;
  transition: all 0.3s ease;
}
.sandwich span:before, .sandwich span:after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #013381;
  transition: all 0.2s ease;
}
.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: #a00;
}
.notification.is-primary {
  background: #1fb64f;
}
.notification.is-danger {
  background: #a00;
}
.home-banner-form {
  background: linear-gradient(135deg, #529AFF, #003380);
  color: #fff;
}
.home-banner-form .title {
  color: #fff;
}
.home-banner-form .captcha label {
  color: #fff;
}
.home-banner-form .icon.is-large {
  color: #003380;
}

@media (max-width: 1200px) {
  .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;
  }
  .home-about .title {
    padding: 0 0.75rem;
  }
}
@media (max-width: 1024px) {
  .blog-menu-item.navbar-item .navbar-dropdown {
    display: none;
  }
  .blog-menu-item.navbar-item:hover .navbar-dropdown {
    display: block;
  }
}
@media (max-width: 768px) {
  .modal-card, #modalCart .modal-card {
    max-height: 100% !important;
    height: 100%;
  }
  .first-thing-first .icon {
    transform: rotate(90deg);
  }
  .modal-card-body {
    padding: 25px 10px;
  }
  #agreed .modal-content {
    border-radius: 0;
  }
  .modal-card {
    max-width: 640px;
  }
  .title.is-2 {
    font-size: 1.8rem;
  }
  .title.is-3 {
    font-size: 1.5rem;
  }
  .title.is-4 {
    font-size: 1.3rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 640px) {
jdiv {
    margin-bottom: 3rem !important;
}    
  .modal-card-head, .modal-card-foot  {
    border-radius: 0;
  }
  .title.is-3 {
    font-size: 1.5rem;
  }
  #alert-inner {
    max-width: calc(100% - 10px);
    left: 0;
  }
  .featured-article .box > .columns .column {
    width: 100%;
  }
  .blog-item .columns > .column {
    width: 100% !important;
  }
}
