/*- FONTS --*/
@font-face {
  font-family: BriceBlack;
  src: url('https://smokyhub.com/wp-content/fonts/BriceBlack/font.woff2');
}

@font-face {
  font-family: RoadRadio;
  src: url('https://smokyhub.com/wp-content/fonts/RoadRadio/font.woff2');
}

@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');


/*-- Animations --*/
@keyframes animateBorder {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/*-- Animated Character --*/
#lottie-container {
  width: 500px;
  height: 500px;
  margin-right: -150px;
}

/*-- RUNNING TEXT --*/
.running-text {
  padding: 10px 0;
}

.running-text span {
  margin-right: 15px;
}

/*-- SPACING - SIZES --*/
.mb-0,
.mb-0 p {
  margin-bottom: 0 !important;
}

.full-height {
  height: 100vh;
}

.full-height .col .col-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-start {
  align-self: flex-start;
}


/*- FONTS --*/
.alt-font {
  font-family: "BriceBlack", sans-serif !important;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

body {
  font-family: "RoadRadio", sans-serif;
}

h1,
h2,
.uppercase {
  line-height: 1 !important;
}

/*-- COLOR BOXES --*/
.box-pink {
  background-color: #ED96BA;
}

.box-red {
  background-color: #EB4033;
}

.box-light-blue {
  background-color: #78CFE8;
}

.box-dark-blue {
  background-color: #3D80BF;
}

.box-yellow {
  background-color: #F7D900;
}

.box-violet {
  background-color: #7D42F0;
}

.box-light-green {
  background-color: #95CC78;
}

.box-dark-green {
  background-color: #43915e;
}


/*-- HEADER --*/
#masthead .nav-left {
  justify-content: center;
}

#masthead .nav .menu-item a {
  font-size: 1em;
  color: #000;
}

#masthead .icon {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

#masthead .nav>li {
  margin-right: 40px;
}

#masthead .nav.nav-right>li {
  margin-right: 0;
}

#masthead .nav-line-bottom>li>a:before {
  bottom: 13px;
  z-index: -1;
  height: 5px;
  background-color: #f7d900;
}

#masthead .header-nav-main .image-icon img {
  max-width: 60px;
}

/*-- FOOTER --*/
.absolute-footer {
  display: none;
}

.footer-icons i {
  color: #000;
  font-size: 1em;
}


/*-- BUTTONS --*/
.button.smokyButton1 {
  background-color: #95cc95;
  border-radius: 5px;
  border: 1px solid #000;
  padding: 0;
  transition: all 0.3s ease;
}

.button.smokyButton1 span {
  color: #000;
  background-color: #fff;
  padding: 8px 25px;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.button.smokyButton1 span:hover {
  transform: translateX(-5px) translateY(-5px);
  border: 1px solid #000;
}

.smokyButton2 span {
  position: relative;
  display: inline-block;
  line-height: 1em;
  z-index: 0;
  color: #000;
}

.smokyButton2 span:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 8px;
  background-color: #EEBF1B;
  animation: animateBorder 1s forwards;
  z-index: -1;
}


/*-- Add to cart buttons --*/
.single_add_to_cart_button.button,
.add_to_cart_button {
  background-color: #95cc95 !important;
  padding: 0 !important;
  border: 1px solid #000 !important;
}

.single_add_to_cart_button.button span,
.add_to_cart_button span {
  color: #000;
  background-color: #fff !important;
  border-radius: 5px;
  position: relative;
  padding: 8px 25px;
  transition: all 0.3s ease;
}

.single_add_to_cart_button.button span:hover,
.add_to_cart_button span:hover {
  transform: translate(-5px, -5px);
  border: 1px solid #000;
}


/*-- YITH FILTER --*/
.yith-wcan-filters {
  background-color: transparent;
}

.filter-item label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
}

.filter-item input[type="checkbox"] {
  order: 2;
}

.filter-item .term-label {
  order: 1;
}

.yith-wcan-filters .yith-wcan-filter .filter-title {
  color: #000;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a {
  color: #000;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>label>a {
  font-weight: bold;
  color: #000;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a:hover {
  font-weight: bold;
  color: #000;
}

.yith-wcan-reset-filters {
  font-size: 0.9em;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .price_slider_amount .button {
  background-color: #000;
  opacity: 1;
}

/* Hides the default checkbox */
.filter-item input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.filter-item input[type="checkbox"]:checked {
  background-color: black;
  border-color: black;
}


/*-- MIX --*/
.middle {
  align-items: center;
}

.box-left {
  transform: rotate(355deg);
}

.box-right {
  transform: rotate(5deg);
}

.text-shadow {
  text-shadow: 2px 8px 0px #000;
}

.yellow-background {
  background-color: rgb(247, 217, 0);
}

.black-border {
  border: 1px solid #000;
  border-radius: 5px;
}

.bbl .col-inner {
  border-bottom-left-radius: 3%;
}

.bbr .col-inner {
  border-bottom-right-radius: 3%;
}


/*-- HOME PAGE --*/
.bannerSmoky {
  margin-right: -100px;
}


/*-- TABS --*/
.custom-tabs .tab {
  border: 1px solid #000;
  border-radius: 100%;
  margin: 0 25px;
  padding: 0 30px;
}

.custom-tabs .nav>li>a {
  color: #000;
}

.custom-tabs .tab.active {
  background-color: #000;
  border: 1px solid #000;
}

.custom-tabs .nav>li.active>a {
  color: #fff;
}

.custom-tabs .nav>li>a:before {
  background-color: transparent !important;
}

.custom-tabs .tab-panels {
  margin-top: 30px;
}


/*-- ACCORDION --*/
.smoky-accordion .accordion-item {
  color: #000;
  border-radius: 16px;
}

.smoky-accordion .accordion-item .active {
  color: #000;
  border-radius: 16px;
  border: none;
}

.smoky-accordion .accordion-title {
  border: none;
  padding: 1em 2em;
}

.smoky-accordion .accordion-title:hover {
  color: #000;
  font-weight: bold;
}

.smoky-accordion .accordion-item:nth-child(1n) {
  background-color: #Ed96BA;
}

.smoky-accordion .accordion-item:nth-child(2n) {
  background-color: #F7D900;
}

.smoky-accordion .toggle {
  left: auto;
  right: 0;
}

.smoky-accordion .toggle .icon-angle-down:before {
  content: "+";
}

.smoky-accordion .accordion-title.active .icon-angle-down:before {
  content: "-";
}

/*-- Blog Archieve --*/
.smoky-articles .post-item .col-inner {
  border: 1px solid #000;
  border-radius: 5px;
}

.smoky-articles .post-item .box-image {
  border-radius: 5px;
  border-bottom: 1px solid #000;
}

.smoky-articles .post-item .box-text {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.smoky-articles .post-item .col-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  transition: all 0.3s ease;
  border: 1px solid #000;
  border-radius: 5px;
}

.smoky-articles .post-item .col-inner:hover {
  top: -5px;
  left: -5px;
}

.smoky-articles .post-item .col-inner:hover::after {
  top: 5px;
  left: 5px;
}

/*-- Blog Single --*/
.post h1.alt-font {
  font-size: 4em;
}

.smoky-article p {
  font-family: "Inter", sans-serif;
}

.post .social-icons i {
  color: #000;
  font-size: 1.3em;
}

.smoky-article .toc #ez-toc-container {
  border: none;
}

.smoky-article .toc div#ez-toc-container .ez-toc-title {
  font-family: "RoadRadio", sans-serif;
}

.smoky-article .toc #ez-toc-container a {
  text-decoration: underline;
  font-family: "Inter", sans-serif;
}

/*-- CF7 --*/
.wpcf7 label {
  margin-bottom: 1em;
}

.wpcf7 input,
.wpcf7 textarea {
  margin-bottom: 0;
  box-shadow: none !important;
  border: 1px solid #000 !important;
  border-radius: 5px !important;
}

.wpcf7 input {
  min-height: 60px;
}

.wpcf7 input[type="checkbox"] {
  min-height: auto;
  margin-right: 0;
}

.wpcf7 .wpcf7-submit {
  color: #000;
  min-height: auto;
  padding: 0 30px;
  float: right;
  margin-right: 0 !important;
}

.wpcf7 .wpcf7-submit:disabled:hover {
  color: #ccc;
}

.wpcf7 .wpcf7-submit:hover {
  color: #000;
}

.wpcf7 .wpcf7-not-valid-tip {
  background-color: transparent;
  padding: 15px 8px;
}

.smokySubmitButton {
  position: relative;
  background-color: #95cc95;
  padding: 0 !important;
  color: white;
  border: 1px solid #000;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.smokySubmitButton span {
  background-color: #fff;
  border-radius: 5px;
  padding: 0 30px;
  display: inline-block;
  transition: all 0.3s ease;
}

.smokySubmitButton:hover span {
  transform: translate(-5px, -5px);
  border: 1px solid #000;
}


/* Subscribe Form */
.wpcf7 .subscribe-form input {
  min-height: auto;
}

.wpcf7 .subscribe-form .wpcf7-submit {
  background-color: #000;
  color: #fff;
}

/*-- PRODUCT BOX --*/
.product-small .box-image {
  border: 1px solid #000;
  border-radius: 5px;
  z-index: 1;
  overflow: visible;
  position: relative;
  transition: all 0.3s ease;
}

.product-small .box-image img {
  border-radius: 5px;
}

.product-small .box-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  transition: all 0.3s ease;
  border: 1px solid #000;
  border-radius: 5px;
}

.product-small .box-image:hover {
  transform: translate(-5px, -5px);
}

.product-small .box-image:hover::after {
  transform: translate(5px, 5px);
}


.product-small .box-image .badge-container {
  margin: 0;
}

.product-small .box-image .badge-container.top {
  top: 81%;
}

.product-small .box-image .badge-container.left {
  left: 50%;
  transform: translateX(-50%);
}

.product-small .box-image .badge-container .badge {
  background-color: #eb4033;
  padding: 0 30px;
  border-radius: 100%;
  font-size: 0.8em;
}

.product-small .box-image .badge-container .badge .secondary {
  background-color: transparent;
}

/*-- PRODUCT PAGE --*/
.smoky-product .product-gallery-slider {
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
}

.smoky-product .product-images .badge-container {
  margin: 0;
}

.smoky-product .product-images .badge-container.top {
  top: auto;
  bottom: 5%;
}

.smoky-product .product-images .badge-container.left {
  left: 50%;
  transform: translateX(-50%);
}

.smoky-product .product-images .badge-container .badge {
  background-color: #eb4033;
  padding: 0 30px;
  border-radius: 100%;
}

.smoky-product .product-images .badge-container .secondary {
  background-color: transparent;
}

.smoky-product .product-thumbnails .is-selected a {
  position: relative;
  z-index: 0;
}

.smoky-product .product-thumbnails .is-selected a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.smoky-product .product-thumbnails .flickity-viewport .col a {
  border: 1px solid #000;
  border-radius: 5px;
}

.smoky-product .product-data .product-title {
  font-family: "BriceBlack", sans-serif !important;
  font-size: 3em;
}

.smoky-product .product-data .product-short-description {
  font-family: "Inter", sans-serif;
}

.smoky-product .ux-swatch {
  box-shadow: none;
  border: 1px solid #000;
}

.smoky-product .variations_form .ux-swatch.selected,
.smoky-product .ux-swatch:hover {
  background-color: #000;
  color: #fff;
}

.smoky-product .product-data .woocommerce-variation-price {
  border-top: none;
}

.smoky-product .product-data .price {
  font-size: 2rem;
}

.smoky-product .product-data .price small {
  display: block;
  font-size: 60%;
}

.smoky-product .product-data .quantity {
  border: 1px solid #000;
  border-radius: 100%;
}

.smoky-product .product-data .quantity .button.minus,
.smoky-product .product-data .quantity .button.plus {
  padding: 0 20px;
}

.smoky-product .product-data .ux-quantity input.is-form,
.smoky-product .product-data .ux-quantity input[type=number] {
  background-color: transparent;
  border: none;
}

.smoky-product .product-section-title-related {
  display: none;
}

.product-type-simple .smoky-product .product-data form.cart {
  flex-wrap: nowrap;
}

.smoky-product .product-data .single_variation_wrap {
  display: flex;
  align-items: center;
}

.product-type-simple .smoky-product .product-price-container,
.smoky-product .single_variation_wrap .woocommerce-variation {
  width: 33%;
  display: inline-block;
  box-sizing: border-box;
}

.product-type-simple .smoky-product .add-to-cart-container,
.smoky-product .single_variation_wrap .woocommerce-variation-add-to-cart {
  width: 66%;
  display: inline-block;
  box-sizing: border-box;
}

/* Custom styling for flickity previous button */
.flickity-button.previous {
  background: url('http://www.smokyhub.com/wp-content/uploads/2024/07/Smoky_ikone_left.png') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  top: 50%;
}

.flickity-button.next {
  background: url('http://www.smokyhub.com/wp-content/uploads/2024/07/Smoky_ikone_right.png') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  top: 50%;
}

/* Hide the default SVG arrow */
.flickity-button.previous .flickity-button-icon,
.flickity-button.next .flickity-button-icon {
  display: none;
}


/*-- Category page --*/
.breadcrumbs {
  display: none;
}

#shop-sidebar .widget .is-divider {
  margin-top: 0;
  visibility: hidden;
}



@media only screen and (max-width: 768px) {

  /*-- Blog Single --*/
  .post h1.alt-font {
    font-size: 2em;
  }

  /*-- MIX --*/
  .full-height {
    height: auto;
  }

  .custom-tabs .tab {
    margin: 0 10px 10px;
  }

  .product-small .box-image .badge-container.top {
    top: 75%;
  }

  /*-- Animated Character SMOKY --*/
  #lottie-container {
    width: 200px;
    height: 200px;
    margin-right: 0;
  }
}