@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@700&display=swap');
:root {
  --primary: #002157;
  --secondary: #9D0B0E;
}

.ratio {
  position: relative;
  overflow: hidden;
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-3x4 {
  --bs-aspect-ratio: 135%;
}

.header-sticky{
  box-shadow: 0 1px 1px #ccc;
  /*margin-bottom: 5px;*/
}

.logo {
  text-align: center;
  position: relative;
  padding: 5px !important;
}

.stickyNav .logo img {
  height: 40px;
  width: auto;
}

.top-header {
  height: unset;
  padding-bottom: 5px;
}

.header-wrap .site-nav > li > a {
  text-transform: uppercase;
  font-weight: bold;
}
.header-wrap .nav-left .nav {
  justify-content: flex-end;
}
.header-wrap .nav-right .nav {
  justify-content: flex-start;
}

.section-title::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 12px;
  background: url(/images/title-divider.png);
  background-size: 100px auto;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.section-title::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 12px;
  background: url(/images/title-divider.png);
  background-size: 100px auto;
  background-repeat: no-repeat;
  margin-left: 8px;
}

.sidebar .sidebar_widget .widget-content ul li,
.filterBox ul:not(.filter-color) li label,
.price-filter input[type=text],
.filters-toolbar-wrapper select {
  font-size: 0.9rem;
}

.related-product .section-header .section-header__title {
  font-size: 1rem;
}

.grid-products .item {
  margin: 0 0 1em;
  text-align: center;
}

.cat-pro-list {
  padding-top: 30px;
  margin-bottom: 45px;
}

.collection-grid-item {
  padding: 5px;
}
.text-decoration-none {
  text-decoration: none !important;
}
#siteNav .lvl1.parent > a {
  font-weight: 500;
}

@media only screen and (min-width: 1280px) {

}

@media only screen and (min-width: 990px) {
  .header-sticky{
    min-height: 160px;
    position: relative;
    z-index: 9;
  }
  .logo{
    min-height: 130px;
    margin-bottom: -20px;
    /*margin-top: 20px;*/
  }
  .logo img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 90%;
  }

  .logo img.logo_text{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .logo h2{
    font-size: 55px;
    /*font-family: "Academy Engraved LET";*/
    font-family: "Cardo";
  }

  .stickyNav .logo{
    min-height: unset;
  }
  .stickyNav .logo img{
    display: none;
  }
}
@media only screen and (max-width: 849px) {
  .logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .logo > a > img {
    width: 80px;
  }

  .home10-minimal .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slideshow .slick-prev {
    top: 50%;
  }

  .slideshow .slick-prev {
    left: 0px;
  }

  .slideshow .slick-next {
    right: 0px;
  }

  .row.grid-products {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 549px) {
  .section-title {
    font-size: 16px;
  }

  .section-title::before {
    display: none;
  }

  .section-title::after {
    display: block;
    width: 100%;
    background-position: center;
    margin-left: unset;
  }

  .wrap-blog .article__grid-meta {
    margin-top: 10px;
  }
}


/*logo*/
.logo-fixed{
  position: fixed;
  right: 14px;
  bottom: 63px;
  display: none;
}
.logo-fixed img{
  width: 50px;
}
/*logo*/

/*site-icon-head*/
.site-icon-head{
  
}

@media(max-width: 1360px){
  .site-icon-head{
    right: -100px;
  }
}
/*site-icon-head*/

/*form register*/
.page-register-content label span{
  color: #f00;
}
/*form register*/