/** variables  **/
.z-bg-black {
  background-color: #000; }

.bg-gray {
  background-color: #f2f2f3 !important; }

.title-bg-img {
  padding-top: 55px;
  min-height: 160px;
  background-color: black;
  color: white; }

@media (min-width: 992px) {
  .z-collapse-pc-show {
    display: block !important; }
  .z-collapse-pc-show.collapsing {
    height: auto;
    overflow: auto;
    transition: none; } }

.price, .price-new {
  font-weight: bold; }

.z-container-full {
  max-width: 1980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
@media (max-width: 992px) {
  .z-container-full {
    padding-left: 15px;
    padding-right: 15px; } }

.share-box-round img {
  border-radius: 50%; }

@media (max-width: 576px) {
  .border-bottom-sm {
    border-bottom: 1px solid #efefef; }

  .overflow-x-scroll-sm {
    overflow-x: scroll;
    white-space: nowrap; } }
.border-2 {
  border-width: 2px; }

.z-nav-tag {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
.z-nav-tag .nav-link {
  padding: 1rem 1rem;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.8); }
.z-nav-tag .nav-link:hover, .z-nav-tag .nav-link.active {
  color: #000;
  border-top: 1px solid #ca1f27; }

.hover-box-shadow:hover, .box-shadow {
  box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc; }

.container-fluid .container {
  padding-left: 0;
  padding-right: 0; }
.container-fluid .fluid-content {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px; }

.hover-bg-black:hover {
  background-color: black !important;
  color: white !important; }

.height-auto {
  height: auto !important; }

.bg-full {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.bg-fixed {
  background-attachment: fixed; }

@supports (-webkit-touch-callout: inherit) {
  .bg-fixed {
    background-attachment: scroll !important; } }
.ff-oswald {
  font-family: Oswald; }

.t-light {
  text-shadow: 0 0 30px #fff; }

.text-line-through {
  text-decoration: line-through; }

.text-center.h-bottom-line::after {
  margin-left: auto;
  margin-right: auto; }

.h-bottom-line:after {
  margin-top: .3em;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 26%;
  min-width: 260px;
  border-bottom: 3px solid #ca1f27; }

.small-text {
  font-size: 0.8em; }

.dark-link {
  color: #343a40; }
.dark-link:hover {
  color: #ca1f27; }

.fs-2em {
  font-size: 2em; }

.z-page-header {
  min-height: 59px; }
@media (max-width: 991px) {
  .z-page-header {
    min-height: 57px; } }
.z-page-header.z-static-nav > .main-menu {
  position: static; }
.z-page-header.z-static-nav > .main-menu.z-open-bg {
  position: fixed;
  top: 0 !important; }
.z-page-header .main-menu.z-open-bg {
  height: 100vh; }

#logo .logo-img {
  height: 40px; }
@media (min-width: 992px) {
  #logo .logo-img {
    margin-right: 1rem; } }

.nav-bg {
  background-color: #000; }
.nav-bg .dropdown-menu {
  background-color: #000; }

.z-collapse-content {
  display: flex;
  flex-basis: auto;
  flex-grow: 1; }
@media (max-width: 991px) {
  .z-collapse-content {
    display: block;
    min-height: calc(100vh - 57px); } }

.z-collapse-nav[aria-expanded="true"] {
  color: #ca1f27 !important; }

.z-nav-container {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto; }
@media (min-width: 1334px) {
  .z-nav-container {
    width: 86%; } }

.main-menu {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1080;
  background-color: rgba(0, 0, 0, 0.8);
  transition-property: background-color, top;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  overflow: auto; }
@media (min-width: 992px) {
  .main-menu.menu-top-hide {
    top: -59px; } }
@media (max-width: 991px) {
  .main-menu.menu-top-hide {
    top: -57px; } }
.main-menu.z-bg-opacity {
  background-color: rgba(0, 0, 0, 0); }

@media (min-width: 992px) {
  .menu-product-item {
    padding-top: 30px;
    padding-bottom: 30px; }
  .menu-product-item .z-menu-item-list-group {
    margin-top: 20px; } }

.z-menu-item-title {
  color: white; }
@media (min-width: 992px) {
  .z-menu-item-title {
    font-size: 1.4em;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700; } }
@media (max-width: 991px) {
  .z-menu-item-title {
    padding: 0.5rem 0; } }

.z-menu-item-list {
  list-style: none;
  padding-left: 0; }
@media (max-width: 991px) {
  .z-menu-item-list {
    list-style: none;
    padding-left: 1rem; } }
.z-menu-item-list .z-menu-item-list-profile {
  color: rgba(255, 255, 255, 0.6);
  text-transform: Uppercase;
  padding: 0.7rem 0; }
@media (min-width: 992px) {
  .z-menu-item-list li .nav-link {
    padding-left: 0 !important;
    display: inline-block; }
  .z-menu-item-list .z-menu-item-list-profile {
    font-size: 1.2em;
    font-weight: bold; } }

@media (min-width: 992px) {
  #mainMenuContent > .nav-item > .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; } }

.z-menu-img a {
  display: block;
  width: 100%; }
@media (max-width: 991px) {
  .z-menu-img a {
    background-color: #000;
    padding: 0.5rem 0; } }
@media (min-width: 992px) {
  .z-menu-img {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .z-menu-img a {
    padding-top: 18%;
    padding-bottom: 18%;
    text-align: center;
    font-size: 1.6rem; }
  .z-menu-img a:hover {
    background: rgba(255, 255, 255, 0.03); } }

@media (min-width: 992px) {
  #iconMenuContent > .nav-item > .nav-link {
    padding-right: 1.5rem; } }

@media (max-width: 991px) {
  #menu > .navbar-collapse {
    order: 4; }

  .cart-icon-box {
    order: 3; }

  .navbar-dark .navbar-toggler {
    border: none;
    padding: 0; }
  .navbar-dark .navbar-toggler .navbar-toggler-icon {
    width: 23px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-x" viewBox="0 0 16 16"> <path stroke="rgba%28255, 255, 255, 1%29" d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/> </svg>'); }
  .navbar-dark .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

  #menuSearch {
    display: block !important; }

  .z-search-nav {
    margin-top: .5rem;
    order: 3; }
  .z-search-nav .container {
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .z-search-nav #searchInput {
    background-color: transparent;
    color: white;
    padding-left: 32px; }

  .z-account-nav {
    order: 1; }
  .z-account-nav > .nav-link > svg {
    display: none; }

  .z-wishlist-nav {
    order: 2; }
  .z-wishlist-nav > .nav-link > svg {
    display: none; } }
@media (min-width: 992px) {
  #menu {
    position: static; }

  .z-dropdown-menu-x-full {
    left: 0;
    position: absolute;
    margin-top: 0;
    top: 59px;
    width: 100%; }

  .z-dropdown-menu {
    position: absolute; }

  .z-search-nav .z-search-box {
    border: none;
    background-color: rgba(0, 0, 0, 0.92); }
  .z-search-nav .z-search-box .search-form {
    padding: 24vh 0; }
  .z-search-nav .z-search-icon-btn svg {
    width: 28px;
    height: 28px; }

  #searchInput {
    background-color: rgba(255, 255, 255, 0.15);
    color: white; } }
@media (max-width: 991px) {
  #navbarSupportedContent .nav-link {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem; }

  #menuSearch .container {
    max-width: 100% !important;
    margin-top: 0.7rem; } }
.home-banner {
  background: #000;
  color: #ffffff; }
.home-banner.hb-bg-white {
  background: #ffffff;
  color: #000; }
.home-banner .hb-bg-img {
  min-height: calc( 100vh - 59px);
  display: flex;
  flex-direction: column;
  justify-content: center; }
.home-banner .hb-bg-img .hb-content {
  padding: 0 10%; }
.home-banner .hb-bg-img .hb-content.smile-content {
  padding: 0 20%; }
.home-banner .hb-title {
  font-family: 'Oswald';
  font-size: 5rem;
  font-weight: bold;
  line-height: 6rem; }
.home-banner .hb-text {
  padding-top: 10vh;
  font-size: 2rem;
  line-height: 3rem;
  padding-bottom: 10vh; }
.home-banner .hb-link {
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  font-size: 2rem;
  line-height: 2rem;
  padding: .5em 1em;
  border: 1px solid #ffffff; }
.home-banner.hb-bg-white .hb-link {
  color: #000;
  border: 1px solid #000; }
.home-banner .hb-link:hover {
  color: white !important;
  border-color: #ca1f27 !important;
  background-color: #ca1f27 !important; }

@media (max-width: 767px) {
  .home-banner .hb-bg-img {
    min-height: calc( 100vh - 57px); }
  .home-banner .hb-bg-img .hb-content {
    padding: 0 5%; }
  .home-banner .hb-bg-img .hb-content.smile-content {
    padding: 0 10%; }
  .home-banner .hb-title {
    font-size: 3rem;
    line-height: 4rem; }
  .home-banner .hb-text {
    font-size: 1.6rem;
    line-height: 2rem; }
  .home-banner .hb-link {
    font-size: 1.6rem;
    line-height: 1.6rem; } }
.swiper .swiper-button-prev.hover-show, .swiper .swiper-button-next.hover-show {
  opacity: 0; }
.swiper:hover .swiper-button-prev.hover-show, .swiper:hover .swiper-button-next.hover-show {
  opacity: 0.8; }
.swiper:hover .swiper-button-next.hover-show.swiper-button-disabled, .swiper:hover .swiper-button-prev.hover-show.swiper-button-disabled {
  display: none; }
.swiper.swiper-destroy .swiper-button-prev, .swiper.swiper-destroy .swiper-pagination, .swiper.swiper-destroy .swiper-button-next {
  display: none !important; }

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ca1f27; }

.breadcrumb > li + li:before {
  content: '-';
  padding: 0 3px; }

.breadcrumb > li > a {
  color: #333; }

.breadcrumb.text-white > li > a {
  color: #ffffff; }

.breadcrumb > li > a:hover {
  color: #ca1f27 !important; }

.product-thumb {
  background-color: white;
  position: relative; }
.product-thumb .price {
  line-height: 2rem; }
.product-thumb .product-list-i-btn {
  padding: 0;
  border: none;
  height: 2rem;
  width: 2rem;
  text-align: center;
  color: black;
  background-color: transparent; }
.product-thumb .product-list-i-btn:hover {
  background-color: #000;
  color: white; }
.product-thumb .image {
  position: relative;
  overflow: hidden;
  text-align: center; }
.product-thumb .image a img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.2s ease-in-out 0s; }
.product-thumb .image a img.thumb_swap {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0; }
.product-thumb:hover .image .image-btn-group {
  opacity: 1; }
.product-thumb:hover .image a img.thumb_swap {
  opacity: 1; }
.product-thumb .caption {
  padding: 10px; }
.product-thumb .caption .product-model {
  font-size: 1.4em;
  font-family: Oswald;
  color: #212529; }
.product-thumb .product-sale {
  display: inline-block;
  top: 1em;
  left: 1em;
  position: absolute;
  height: 3.6em;
  width: 3.6em;
  border-radius: 50%;
  background-color: #ca1f27;
  color: white;
  font-size: .8em;
  font-weight: bold;
  line-height: 3.6em;
  text-align: center; }

.product-grid .product-name {
  min-height: 5em; }
.product-grid .product-name p {
  display: block;
  margin: 0;
  font-size: 0.8em;
  min-height: 60px; }
.product-grid .description {
  display: none; }

.product-list .product-thumb {
  display: flex; }
.product-list .product-thumb .image {
  width: 300px; }
.product-list .product-thumb .caption {
  flex: 1;
  padding-top: 20px;
  padding-left: 30px; }

.product-thumb:hover .caption .product-model {
  color: #ca1f27; }

.product-layout {
  padding: 15px; }

.category-btn {
  font-size: 2rem;
  padding-top: 12%;
  padding-bottom: 12%; }

.img-thumbnail.active {
  border-color: #ca1f27; }

.attr-grid {
  font-size: 0.8rem; }
.attr-grid .attr-name {
  font-weight: bold; }
@media (max-width: 575px) {
  .attr-grid .attr-row > .col-sm-6:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: white; } }
@media (min-width: 576px) {
  .attr-grid .attr-row:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: white; } }

.btn-radio {
  border: 1px solid #585768;
  border-radius: 4px; }
.btn-radio.img-option {
  padding: 0; }
.btn-radio.img-option img {
  border-radius: 4px; }
.btn-radio:hover, .btn-radio.active {
  border-color: #ca1f27;
  color: #ca1f27; }

#product-options .btn-radio {
  font-weight: 600; }
#product-options .option-title {
  padding: 0.5em 0;
  font-size: 3em; }
#product-options .option-items::-webkit-scrollbar {
  display: none; }
#product-options li.option-item {
  display: inline-block;
  padding: 10px 20px;
  vertical-align: top;
  font-weight: 600; }
#product-options .img-option-box ul.option-items {
  padding-left: 20px;
  padding-right: 20px; }
#product-options .text-option {
  padding: 20px;
  min-width: 200px;
  font-size: 20px;
  line-height: 1.47059;
  letter-spacing: -0.022em; }
#product-options .img-option {
  min-width: 200px;
  min-height: 200px;
  background-color: #EFEFEF; }
#product-options .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .8; }
#product-options .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 1; }
#product-options .carousel-control.right {
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }
#product-options .carousel-control.right svg.bi {
  margin-left: auto; }
#product-options .carousel-control.left {
  left: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }
#product-options .carousel-control.left svg.bi {
  margin-right: auto; }
#product-options .carousel-control svg.bi {
  width: 50%;
  height: auto;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

@media (max-width: 768px) {
  #product-options .option-title {
    font-size: 2em; }
  #product-options .option-pane .carousel-control {
    width: 30%;
    display: block;
    bottom: 0;
    top: auto;
    height: 30px; }
  #product-options .option-pane .carousel-control.left svg.bi {
    margin-left: 0; }
  #product-options .option-pane .carousel-control.right svg.bi {
    margin-right: 0; }
  #product-options li.option-item {
    display: inline-block;
    padding: 10px 5px;
    vertical-align: top; }
  #product-options .img-option-box ul.option-items {
    padding-left: 5px;
    padding-right: 5px; } }
.ul-option-list {
  max-width: 720px;
  margin: 0 auto; }
.ul-option-list > li {
  padding: 6px 12px;
  border-bottom: 2px dashed #d1d1d1;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: bold;
  color: #585858; }
.ul-option-list > li .o-m-item {
  opacity: 0.7;
  cursor: not-allowed; }
.ul-option-list > li .o-m-item .bi-pencil-fill, .ul-option-list > li .o-m-item .bi-eye-fill {
  display: none; }
.ul-option-list > li .o-m-item .bi-slash-circle {
  display: inline-block; }
.ul-option-list > li.active .o-m-item {
  cursor: pointer;
  opacity: 1; }
.ul-option-list > li.active .o-m-item:hover {
  color: #ca1f27; }
.ul-option-list > li.active .o-m-item .bi-pencil-fill, .ul-option-list > li.active .o-m-item .bi-eye-fill {
  display: inline-block; }
.ul-option-list > li.active .o-m-item .bi-slash-circle {
  display: none; }
.ul-option-list > li:last-child {
  border-bottom: none; }

.qty-input-group {
  font-size: 1.2em; }
.qty-input-group .btn, .qty-input-group input {
  background-color: #eee; }
.qty-input-group input {
  padding-right: 0;
  padding-left: 0;
  border-top-color: #eee;
  border-bottom-color: #eee;
  border-left-color: white;
  border-right-color: white; }

/*# sourceMappingURL=stylesheet.css.map */
