/*-------------------------
    Reset
---------------------------*/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

body {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.375rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  overflow-x: hidden;
}

a {
  color: #0d0d0d;
  text-decoration: none;
}

a:hover {
  color: #0d0d0d;
}

/***==============
         General
 ====================  ***/
:root {
  --bs-primary-rgb: 255, 237, 0;
  --bs-primary: #ffed00;
  --bs-border-radius-lg: 10px;
  --bs-light: #ebebeb;
  --bs-border-color: var(--bs-light);
  --bs-border-color-translucent: var(--bs-light);
  --bs-btn-padding-x: 20px;
  --bs-btn-padding-y: 10px;
  --heading-color: #333333;
  --bs-info-rgb: 23, 115, 176;
  --bs-primary-bg-subtle: var(--bs-light);
  --bs-primary-text-emphasis: #000;
}

.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 -0.5 21 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Eplus %5B%231512%5D%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Dribbble-Light-Preview' transform='translate(-379.000000, -240.000000)' fill='%23000000'%3E%3Cg id='icons' transform='translate(56.000000, 160.000000)'%3E%3Cpolygon id='plus-%5B%231512%5D' points='344 89 344 91 334.55 91 334.55 100 332.45 100 332.45 91 323 91 323 89 332.45 89 332.45 80 334.55 80 334.55 89'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Eminus%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='add' fill='%23000000' transform='translate(64.000000, 234.666667)'%3E%3Crect id='Combined-Shape' x='0' y='0' width='384' height='42.6666667'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  --bs-accordion-btn-icon-transform: 0;
  --bs-accordion-btn-icon-width: 16px;
}

.trans3s,
.btn,
a::before,
a::after,
.btn::after,
.btn::before,
i,
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.trans5s {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*.container {
  max-width: 1170px;
}*/

.container-fluid {
  max-width: 1920px;
}

.fs-1rem {
  font-size: 1rem;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-15 {
  font-size: 15px;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

.fs-10 {
  font-size: 10px;
}

.cursor-pointer {
  cursor: pointer;
}
.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgba(var(--bs-primary-rgb), 0.4);
  --bs-btn-hover-border-color: rgba(var(--bs-primary-rgb), 0.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgba(var(--bs-primary-rgb), 0.8);
  --bs-btn-active-border-color: rgba(var(--bs-primary-rgb), 0.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #999;
  --bs-btn-disabled-bg: rgba(var(--bs-primary-rgb), 0.6);
  --bs-btn-disabled-border-color: rgba(var(--bs-primary-rgb), 0.6);
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: var(--bs-light);
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgba(105, 105, 105, 0.2);
  --bs-btn-hover-border-color: rgba(105, 105, 105, 0.2);
  --bs-btn-focus-shadow-rgb: 105, 105, 105;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgba(105, 105, 105, 0.2);
  --bs-btn-active-border-color: rgba(105, 105, 105, 0.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgba(105, 105, 105, 0.1);
  --bs-btn-disabled-border-color: rgba(105, 105, 105, 0.1);
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(105, 105, 105, 0.5);
  --bs-btn-border-color: rgba(105, 105, 105, 0.5);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(105, 105, 105, 0.4);
  --bs-btn-hover-border-color: rgba(105, 105, 105, 0.4);
  --bs-btn-focus-shadow-rgb: 105, 105, 105;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(105, 105, 105, 0.4);
  --bs-btn-active-border-color: rgba(105, 105, 105, 0.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(105, 105, 105, 0.3);
  --bs-btn-disabled-border-color: rgba(105, 105, 105, 0.3);
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ccc;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}
.btn-dark:hover path {
  fill: #000;
}
.bg-primary-light {
  background-color: rgba(var(--bs-primary-rgb), 0.12);
}

.btn-primary-light {
  background-color: rgba(var(--bs-primary-rgb), 0.12);
}

.btn-primary-light:hover,
.btn-primary-light:focus,
.btn-primary-light:active {
  background-color: var(--bs-primary);
}

.page-section {
  padding: 80px 0;
}

.page-section-top {
  padding-top: 80px;
}

.page-section-bottom {
  padding-bottom: 80px !important;
}

.bb-custom-tooltip {
  --bs-tooltip-bg: var(--bs-primary);
  --bs-tooltip-color: var(--bs-black);
}

/***==============
         Header
 ====================  ***/

#header-menu-cart .elementor-button-icon-qty {
  font-size: 11px;
  width: 18px;
  left: 4.5px;
  height: 14px;
  top: 5px;
  background-color: transparent;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bb-header-light #header-menu-cart .elementor-button-icon-qty {
  color: #fff;
}
.language-switcher .dropdown-item {
  background-color: white;
  border-radius: 20px;
}

.language-switcher .dropdown-item.active,
.language-switcher .dropdown-item:active {
  background-color: transparent;
}

.language-switcher .dropdown-menu {
  background: transparent;
  border-top: none !important;
}

/****** Footer *****/
.elementor-location-footer {
  margin-top: auto;
}

/****** Shop *****/
.bb-shop-products .product-wrap-inner {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 28px;
}

.bb-shop-products .product-wrap-inner .woocommerce-loop-product__title {
  font-size: 32px;
}

.bb-shop-products.bb-shop-product-2
  .product-wrap-inner
  .woocommerce-loop-product__title {
  font-size: 22px;
}

.bb-shop-products .product-wrap-inner .price {
  font-size: 22px;
  font-weight: 500;
}

.bb-shop-products.bb-shop-product-2 .product-wrap-inner .price {
  font-size: 18px;
}

.rating-divider {
  width: 2px;
  height: 25px;
  background: #c5c5c5;
}

.add_to_cart_button:not(.loading) .cart-button-loader {
  display: none;
}

.add_to_cart_button.loading .cart-svg {
  display: none;
}

.cart-button-loader {
  height: 18px;
  width: 18px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-top: 2px solid #000;
}

a.added_to_cart.wc-forward {
  display: none !important;
}

.product_type_variable.add_to_cart_button {
  color: white;
  background-color: black;
  border: black;
  box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 4px 20px 0px rgba(255, 199, 0, 0.3);
}

.product_type_variable.add_to_cart_button:hover {
  color: white;
  background-color: #1a1a1a;
  border: #ffed00;
  box-shadow: 0px 4px 20px 0px rgba(255, 199, 0, 0.3);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(255, 199, 0, 0.3);
  -moz-box-shadow: 0px 4px 20px 0px rgba(255, 199, 0, 0.3);
}

.single_add_to_cart_button {
  color: white;
  background-color: black;
  border: black;
  box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 4px 20px 0px rgba(255, 199, 0, 0.3);
}

.single_add_to_cart_button:hover {
  color: white;
  background-color: #1a1a1a;
  border: #ffed00;
  box-shadow: 0px 4px 20px 0px rgba(255, 199, 0, 0.3);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(255, 199, 0, 0.3);
  -moz-box-shadow: 0px 4px 20px 0px rgba(255, 199, 0, 0.3);
}

/*** Footer ***/
/* ==========================================================================
	Snippet Name: WooCommerce Review Star Ratings
	Description:  This css snippet blends all woocommerce star rating for a consistant look sitewide. Consolidates code and makes uses of WooCommerce.eot font. If you disabled the woocommerce.css and built your own styles then this will work great. If you are overriding woocommerce.css by adding styles to another styesheet that loads afterwards, this will still work fine, but you may need to target specific elements or create a master reset targeting all elements listed below in order to remove some of woocommerce default margins and padding.
	Author:       GL Walker
	Author URI:   http://wsfive.com
   ========================================================================== */

@font-face {
  font-family: WooCommerce;
  src: url(../../../../plugins/woocommerce/assets/fonts/WooCommerce.eot);
  src: url(../../../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix)
      format("embedded-opentype"),
    url(../../../../plugins/woocommerce/assets/fonts/WooCommerce.woff)
      format("woff"),
    url(../../../../plugins/woocommerce/assets/fonts/WooCommerce.ttf)
      format("truetype"),
    url(../../../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce)
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.woocommerce .star-rating,
.woocommerce p.stars [class^="star-"],
.woocommerce p.stars [class*=" star-"] {
  font-family: WooCommerce;
  speak: none;
}

.woocommerce .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  width: 5em;
}

.woocommerce .star-rating:before {
  content: "\e021 \e021 \e021 \e021 \e021";
  color: #eee;
}

.woocommerce .star-rating span {
  overflow: hidden;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.woocommerce .star-rating span:before {
  content: "\e020 \e020 \e020 \e020 \e020";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--bs-primary);
}

/* rating block specific to single product summary area */

.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0 auto;
  float: left;
  font-size: 1em;
}

.woocommerce .woocommerce-product-rating .woocommerce-review-link {
  font-size: 85%;
  width: 100%;
  margin: 0.5em 0;
  float: left;
}

/* rating block specific to review submit form */
.woocommerce p.stars {
  position: relative;
  padding: 0.75em;
}

.woocommerce p.stars a {
  display: inline-block;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  border-bottom: 0 !important;
  outline: 0;
  color: #999;
}

.woocommerce p.stars a:hover,
.woocommerce p.stars a.active {
  color: #f90;
}

.woocommerce p.stars a:last-child {
  border-right: 0;
}

.woocommerce p.stars [class^="star-"],
.woocommerce p.stars [class*=" star-"] {
  border-right: 1px solid #ccc;
}

.woocommerce p.stars [class^="star-"]:after,
.woocommerce p.stars [class*=" star-"]:after {
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce p.stars a.star-1 {
  width: 2em;
}

.woocommerce p.stars a.star-1:after {
  content: "\e021";
}

.woocommerce p.stars a.star-1.active:after,
.woocommerce p.stars a.star-1:hover:after {
  content: "\e020";
}

.woocommerce p.stars a.star-2 {
  width: 3em;
}

.woocommerce p.stars a.star-2:after {
  content: "\e021\e021";
}

.woocommerce p.stars a.star-2.active:after,
.woocommerce p.stars a.star-2:hover:after {
  content: "\e020\e020";
}

.woocommerce p.stars a.star-3 {
  width: 4em;
}

.woocommerce p.stars a.star-3:after {
  content: "\e021\e021\e021";
}

.woocommerce p.stars a.star-3.active:after,
.woocommerce p.stars a.star-3:hover:after {
  content: "\e020\e020\e020";
}

.woocommerce p.stars a.star-4 {
  width: 5em;
}

.woocommerce p.stars a.star-4:after {
  content: "\e021\e021\e021\e021";
}

.woocommerce p.stars a.star-4.active:after,
.woocommerce p.stars a.star-4:hover:after {
  content: "\e020\e020\e020\e020";
}

.woocommerce p.stars a.star-5 {
  width: 6em;
}

.woocommerce p.stars a.star-5:after {
  content: "\e021\e021\e021\e021\e021";
}

.woocommerce p.stars a.star-5.active:after,
.woocommerce p.stars a.star-5:hover:after {
  content: "\e020\e020\e020\e020\e020";
}

/* rating block specific to product listing */
.woocommerce ul.products li.product .star-rating {
  display: block;
  text-align: center;
  margin: 0 auto;
}

/* rating block specific to sidebar widgets */
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.bb-reviews-items .review-user-item {
  border-bottom: 1px solid #000;
}

/* end of review stars */
/*** Form  ***/
.rounded-3 {
  border-radius: 10px !important;
}

.bb-account-form-wrap {
  border-radius: 10px;
}

.my-account-col {
  max-width: 444px;
}

.my-account-col.my-account-col-register {
  max-width: 550px;
}

.bb-form .form-control {
  background: transparent;
  border: 1px solid #c9c9c9;
  box-shadow: none;
  height: 46px;
}

.form-switch.bb-form-switch .form-check-input:focus {
  border-color: #bfbfbf;
}

.form-switch.bb-form-switch .form-check-input {
  width: 3rem;
  height: 25px;
  border-radius: 10px;
}

.form-switch.bb-form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.form-switch.bb-form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFED00'/%3e%3c/svg%3e");
}

.form-switch.bb-form-switch .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.edit-account #wcpay_selected_currency {
  padding: 8px 12px;
  border: 1px solid #000;
  border-radius: 10px;
}

.bb-form .form-field .select2-container .select2-selection--single {
  height: 46px;
  border: 1px solid #c9c9c9;
  border-radius: var(--bs-border-radius);
}

.bb-form
  .form-field
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
}

.bb-form .woocommerce-invalid .form-control {
  border: 1px solid #d00;
}

.bb-form
  .form-field
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}

.bb-form
  .form-field
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  background: var(--bs-primary);
  color: #000;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

.bb-form.bb-form-dark .form-control {
  border: 1px solid #4e4e4e;
  background: rgba(130, 130, 130, 0.15);
  color: #fff;
}

.bb-form textarea.form-control {
  height: 150px;
}

.bb-form .form-select {
  border: 0;
  outline: 0;
  border-bottom: 1px solid #c9c9c9;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  padding-left: 0;
}

.bb-form .form-label .required-field {
  color: #dd3333;
}

.bb-checkbox {
  --background: #fff;
  --border: #d1d6ee;
  --border-hover: var(--bs-primary);
  --border-active: var(--bs-primary);
  --tick: #000;
  position: relative;
  display: inline-flex;
  cursor: pointer;
}

.bb-checkbox input,
.bb-checkbox svg {
  width: 21px;
  height: 21px;
}

.bb-checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  outline: none;
  background: var(--background);
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
  margin-right: 15px;
  flex: 0 0 auto;
}

.bb-checkbox input:hover {
  --s: 2px;
  --b: var(--border-hover);
}

.bb-checkbox input:checked {
  --b: var(--border-active);
}

.bb-checkbox svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--stroke, var(--border-active));
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  -webkit-transform: scale(var(--scale, 1)) translateZ(0);
  transform: scale(var(--scale, 1)) translateZ(0);
}

.bb-checkbox.path input:checked {
  --s: 2px;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.bb-checkbox.path input:checked + svg {
  --a: 16.1 86.12;
  --o: 102.22;
}

.bb-checkbox.path svg {
  stroke-dasharray: var(--a, 86.12);
  stroke-dashoffset: var(--o, 86.12);
  -webkit-transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
  transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}

.bb-checkbox.bounce_check {
  --stroke: var(--tick);
}

.bb-checkbox.bounce_check input:checked {
  --s: 11px;
}

.bb-checkbox.bounce_check input:checked + svg {
  -webkit-animation: bounce_check 0.4s linear forwards 0.2s;
  animation: bounce_check 0.4s linear forwards 0.2s;
}

.bb-checkbox.bounce_check svg {
  --scale: 0;
}

.bb-checkbox.radio-box.bounce_check input:checked {
  --s: 6px;
}

.radio-box input {
  border-radius: 50%;
}

label.error {
  font-size: 12px;
  color: #dd3333;
}

@-webkit-keyframes bounce_check {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce_check {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.bb-wc-item-meta p {
  margin-bottom: 0;
}

/**** Loader Image ****/
.loader-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.svg-loader {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  z-index: 2;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
}

.rotate {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}

.svg-loader .path {
  stroke-dasharray: 1, 150;
  stroke-dashoffset: 0;
  stroke: var(--bs-primary);
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}

.blockUI.blockElement {
  border: 0px !important;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    /* 1%, 101% circumference */
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    /* 70%, 101% circumference */
    stroke-dashoffset: -35;
    /* 25% circumference */
  }

  100% {
    stroke-dasharray: 90, 150;
    /* 70%, 101% circumference */
    stroke-dashoffset: -124;
    /* -99% circumference */
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    /* 1%, 101% circumference */
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    /* 70%, 101% circumference */
    stroke-dashoffset: -35;
    /* 25% circumference */
  }

  100% {
    stroke-dasharray: 90, 150;
    /* 70%, 101% circumference */
    stroke-dashoffset: -124;
    /* -99% circumference */
  }
}

/*** My Account Page ***/
.bb-my-account-wrap .bb-my-account-nav {
  max-width: 337px;
  width: 100%;
}

.bb-account-navigation li a {
  padding: 20px 30px;
  font-weight: 500;
  border: 1px solid #ebebeb;
  border-top: 0;
  background: #fff;
}

.bb-account-navigation li:nth-child(2) a {
  border-top: 0;
}

.bb-account-navigation li:not(.bb-account-nav-item-first) a:hover,
.bb-account-navigation li.is-active a {
  background: rgba(255, 237, 0, 0.12);
}

.bb-account-navigation li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.bb-account-navigation
  .woocommerce-MyAccount-navigation-link--customer-logout
  a {
  color: #ff1d0e;
}

.bb-dashboard-cards .bb-dashboard-card {
  width: 260px;
  padding: 47px 20px;
}

.bb-table.table thead th {
  padding: 22px 17px;
  background-color: rgba(var(--bs-primary-rgb), 0.12);
  border: 0;
}

.bb-table.table thead th:first-child {
  border-top-left-radius: 10px;
}

.bb-table.table thead th:last-child {
  border-top-right-radius: 10px;
}

.bb-table.table tbody td,
.bb-table.table tfoot td,
.bb-table.table tbody th,
.bb-table.table tfoot th {
  padding: 22px 17px;
  border: 0;
  border-bottom: 1px solid #ebebeb;
}

.bb-divider {
  height: 1px;
  background: var(--bs-light);
}

/*** My Account End ***/
/*** Mini Cart ***/
.header-menu-cart .elementor-menu-cart__close-button-custom {
  border: 1px solid #fff;
  padding: 2px;
  border-radius: 10px;
  position: absolute;
}

.header-menu-cart .elementor-menu-cart__toggle .elementor-button {
  padding: var(--toggle-icon-padding, 12px 0px);
}

.woocommerce-mini-cart .mini-cart-thumb-wrap img {
  width: 60px;
  border-radius: 6px;
}

.woocommerce-mini-cart .remove_from_cart_button {
  width: 23px;
  height: 23px;
  right: -11.5px;
  top: -11.5px;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item {
  padding: 25px 0;
  border-bottom: 1px solid #fff;
}

.mini-cart-formated-data {
  width: 100px;
}

.woocommerce-mini-cart .quantity .qty {
  width: 28px;
  height: 28px;
  border: 0;
  text-align: center;
}

.woocommerce-mini-cart .quantity .qty-btn {
  width: 28px;
  height: 28px;
}

.woocommerce-mini-cart .quantity .qty-btn.minus {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

.woocommerce-mini-cart .quantity .qty-btn.plus {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

/* Chrome, Safari, Edge, Opera */
.woocommerce-mini-cart input::-webkit-outer-spin-button,
.woocommerce-mini-cart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.woocommerce-mini-cart input[type="number"] {
  -moz-appearance: textfield;
}

.mini-cart-totals.table th,
.mini-cart-totals.table td {
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid #6a6a6a;
}

.mini-cart-totals.table th {
  padding: 14px 0;
  font-weight: 500;
}

.mini-cart-totals.table td {
  padding: 14px 0 14px 10px;
}

/*** Mini Cart End ***/
/*** Checkout Page Start ***/
.checkout-page-wrap .checkout-col {
  padding-top: 90px;
  padding-bottom: 90px;
}

.checkout-page-wrap .checkout-col-2:before {
  content: "";
  right: -10000px;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #f9fafb;
  position: absolute;
}

.checkout-page-wrap h3 {
  font-size: 20px;
  font-weight: 600;
}

.select-billing-address-item:not(.item-active) {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.wc_payment_method .payment_box p {
  margin-bottom: 0;
}

#stripe-payment-data #wc-stripe-cc-form {
  display: flex;
}

#stripe-payment-data #wc-stripe-cc-form {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  margin: 15px -15px;
}

#stripe-payment-data #wc-stripe-cc-form .form-row {
  padding: 0 15px;
}

#stripe-payment-data #wc-stripe-cc-form .form-row.form-row-wide {
  width: 100%;
}

#stripe-payment-data #wc-stripe-cc-form .form-row:not(.form-row-wide) {
  width: 50%;
}

#stripe-payment-data #wc-stripe-cc-form .form-row input {
  border-radius: 10px;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  padding: 10px;
  background: transparent;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  height: 46px;
}

.wc_payment_method input[name="payment_method"]:checked span:before {
  content: "";
  position: relative;
}

.checkout-product-image {
  width: 60px;
}

.checkout-product-image .product-quantity {
  width: 21px;
  height: 21px;
  top: -10.5px;
  right: -10.5px;
}

.bb-up-sell-product .bb-up-sell-thumb {
  width: 75px;
}

.bb-up-sell-price del {
  display: block;
  font-size: 10px;
  color: var(--bs-primary);
}

.bb-checkout-review-order .product-total del,
.cart-subtotal del {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 1;
}

.bb-up-sell-price ins,
.bb-checkout-review-order .product-total ins,
.cart-subtotal ins {
  text-decoration: none;
}

.tax_label {
  display: none;
}

.bb-upsell-add-to-cart:checked + .btn .up-sell-add {
  display: none;
}

.bb-upsell-add-to-cart + .btn .up-sell-remove {
  display: none;
}

.bb-upsell-add-to-cart:checked + .btn .up-sell-remove {
  display: block;
}

#payment .methods li.woocommerce-SavedPaymentMethods-token label,
#payment .methods li.woocommerce-SavedPaymentMethods-new label {
  display: flex !important;
}

#shipping-map {
  min-height: 400px;
}

.thankyou-navigation ul li a {
  font-size: 12px;
  color: rgba(var(--bs-info-rgb));
}

.shipping-map-tooltip {
  width: 185px;
  text-align: center;
}

.gm-ui-hover-effect > span {
  width: 20px !important;
  height: 20px !important;
}

.gm-ui-hover-effect {
  top: 0px !important;
  right: 2px !important;
}

/*** Checkout Page End  ***/
/*** Product Detail Page Start  ***/
.bb-product-single {
  padding: 80px 0px;
}

.made-in-wrap {
  right: 5px;
  top: 15px;
}

.bb-product-single .onsale {
  top: 15px;
}

.woocommerce-product-gallery .flex-control-thumbs {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 15px;
}

.woocommerce-product-gallery
  .bb-product-gallery-nav
  .woocommerce-product-gallery__image {
  cursor: pointer;
  background: #fff;
  padding: 2px 0;
  max-width: 150px;
}

.woocommerce-product-gallery
  .bb-product-gallery-nav
  .woocommerce-product-gallery__image
  img {
  border-radius: 20px;
  box-shadow: 0 0px 2px 0px #ccc;
  padding: 5px;
  width: 100%;
  height: auto;
}

.bb-top-bottom-sahdow > .e-con-inner:before {
  content: "";
  position: absolute;
  background: #fff !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  height: 80px !important;
}

.bb-top-bottom-sahdow > .e-con-inner:after {
  content: "";
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  height: 80px;
  bottom: 0;
}

.button-yellow {
  box-shadow: 0px 4px 20px 0px rgba(255, 199, 0, 0.3);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(255, 199, 0, 0.3);
  -moz-box-shadow: 0px 4px 20px 0px rgba(255, 199, 0, 0.3);
}

.accordion-item {
  border-color: #bababa;
}

.bb-variation-radio-box {
  border: 2px solid #000;
  /*min-width: 237px;*/
}

.bb-variation-radio-box-input {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}

.bb-variation-radio-box-input:checked + .bb-variation-radio-box {
  background: var(--bs-primary);
  box-shadow: 0px 4px 20px 0px rgba(255, 199, 0, 0.3);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(255, 199, 0, 0.3);
  -moz-box-shadow: 0px 4px 20px 0px rgba(255, 199, 0, 0.3);
}

.bb-variation-radio-box-checked {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.bb-variation-radio-box-input:not(:checked)
  + .bb-variation-radio-box
  .bb-variation-radio-box-checked {
  display: none;
}

/*** Product Detail Page End  ***/
/*** Video Page Start  ***/
.videos-page-wrap .col-filter:before {
  content: "";
  position: absolute;
  background: var(--bs-primary);
  top: 0;
  bottom: 0;
  height: 100%;
  left: -10000px;
  right: -10000px;
}

.vidoes-filter .filter-category-btn {
  background: #000;
  color: #fff;
}

.vidoes-filter .filter-category-btn:hover {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}

.bb-video-item-wrap .bb-video-item {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.bb-training-videos .bb-training-video {
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}

.bb-training-videos-wrap:before {
  content: "";
  position: absolute;
  background: #000;
  top: 0;
  height: 100px;
  left: -10000px;
  right: -10000px;
}

.bb-training-video-media {
  max-width: 520px;
  width: 100%;
}

.pagination {
  --bs-pagination-color: #000;
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: rgba(var(--bs-primary-rgb), 0.6);
  --bs-pagination-hover-color: #000;
  --bs-pagination-hover-bg: var(--bs-primary);
  --bs-pagination-hover-border-color: rgba(var(--bs-primary-rgb), 0.2);
  --bs-pagination-focus-color: #000;
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #000;
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: rgba(var(--bs-primary-rgb), 0.2);
}

.read-more-content p {
  margin-bottom: 0.25rem;
}

.read-more-content {
  max-height: 92px;
}

.bb-currency-widget select {
  border: 1px solid #fff;
  background: black;
  color: #fff;
  padding-right: 6px;
}

.bb-currency-widget select option {
  background: #000;
  color: #fff;
}

/*** Video Page End  ***/
/*** Courses Page Start  ***/
.bb-course-thumb-col {
  width: 400px;
}
.bb-courses-wrap .tutor-card:not(.tutor-no-border) {
  border-radius: 30px;
  background: #fff;
  border: 0;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.bb-course-item .bb-course-thumb img {
  border-radius: 20px;
}
.tutor-course-card .tutor-course-name {
  font-size: 24px;
}
.bb-accordion .elementor-accordion .elementor-accordion-item {
  border: 0;
  border-bottom: 1px solid #d5d8dc;
}
.bb-course-list-items .elementor-icon-list-icon {
  padding: 15px;
  background: #fff;
  margin-right: 15px;
}
.product-course-topics .list-group-item {
  border-bottom: 1px #000 solid;
}
.bb-courses-row:before {
  position: absolute;
  content: "";
  background: #000;
  left: 0;
  right: 0;
  top: 0;
  height: 120px;
}
.tutor-ratings-stars {
  color: var(--bs-primary);
  font-size: 18px;
}
.tutor-course-thumbnail {
  height: 100%;
}
.tutor-d-block {
  height: 100%;
}
.tutor-ratio.tutor-ratio-16x9 {
  height: 100%;
}

@media screen and (min-width: 1140px) {
  .tutor-ratio > img {
    object-fit: contain !important;
    min-height: 300px !important;
  }
  .bb-course-item {
    min-height: 400px !important;
    display: flex;
    align-items: center;
  }
}
/*** Courses Page End  ***/

.bb-product-single {
  color: #fff;
}

.bb-product-single .container {
  color: #000;
}

.custom-elementor-mini-cart-notice {
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.custom-elementor-mini-cart-notice p {
  margin: 0;
  color: #000;
  font-size: 14px;
}

#order_checkout_notes textarea {
  background: transparent;
  border: 1px solid #c9c9c9;
  font-size: 14px;
  box-shadow: none;
  height: 92px;
  width: 100%;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  display: block;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*
.bb-product-single .summary .price.fw-medium.fs-4.mb-0 {
	display: none;
}

.bb-product-single .summary .custom-price {
	order: 0;
}

.bb-product-single .summary .row .woocommerce-product-rating {
	order: 2;
}

.bb-product-single .summary .rating-divider {
	order: 1;
}
*/

#wpsl-search-wrap .wpsl-input {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.language-currency-switcher-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  justify-content: center;
  align-items: center;

  .language-currency-switcher-modal-bg-overlay {
    width: 100%;
    height: 100%;
    background-color: #35353596;
  }

  .language-currency-switcher-modal-inner {
    position: absolute;
    z-index: 11;
    width: fit-content;
    height: fit-content;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 2px 10px 20px #000000;
    margin: 20px;

    button[type="submit"] {
      padding: 10px 20px;
      margin-top: 0px;
      color: #000000;
      background-color: #ffed00;
      border-radius: 20px;
      font-weight: bold;
      display: flex;
      align-items: center;
      flex-direction: row;
      gap: 6px;
    }
  }
}

#header .porto-view-switcher,
#header .top-links {
  font-size: 0.7857em;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  margin-bottom: 3px;
}

#header .porto-view-switcher > li.menu-item,
#header .top-links > li.menu-item {
  margin-right: 0;
}

#header .porto-view-switcher > li.menu-item > a,
#header .top-links > li.menu-item > a {
  font-size: 1em;
  font-weight: var(--porto-header-top-link-fw, 400);
  padding: 0 5px;
  line-height: 26px;
}

#header .porto-view-switcher > li.menu-item.has-sub:hover > a,
#header .top-links > li.menu-item.has-sub:hover > a {
  margin-bottom: 0;
}

#header .porto-view-switcher > li.menu-item > .popup,
#header .top-links > li.menu-item > .popup {
  margin-top: 0;
  border-width: 0;
}

#header .porto-view-switcher .narrow .inner > ul.sub-menu,
#header .top-links .narrow .inner > ul.sub-menu {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}

#header .porto-view-switcher .narrow ul.sub-menu,
#header .top-links .narrow ul.sub-menu {
  padding: 5px 0;
  min-width: 0;
}

#header .porto-view-switcher .narrow li.menu-item > a,
#header .top-links .narrow li.menu-item > a {
  font-size: 1em;
  padding: 0 7px;
  line-height: 25px;
  border-bottom-width: 0;
}

#header .woocs-switcher li,
#header .woocs-switcher li > .nolink {
  cursor: pointer !important;
}

#header .top-links {
  white-space: nowrap;
}

#header .top-links > li.menu-item {
  display: inline-block;
  float: left;
}

#header .top-links > li.menu-item:after {
  content: "|";
  font-weight: 300;
  position: relative;
  top: -1px;
  font-size: 0.95em;
  opacity: 0.8;
  margin: 0 5px;
}

#header .top-links > li.menu-item.active > a,
#header .top-links > li.menu-item.has-sub:hover > a,
#header .top-links > li.menu-item:hover > a {
  background: transparent;
}

#header .top-links > li.menu-item:last-child > a {
  padding-right: 0;
}

#header .top-links > li.menu-item:last-child:after {
  content: none;
}

.mega-menu,
.sidebar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-menu {
  display: flex;
  flex-wrap: wrap;
}

.mega-menu > li.menu-item > a {
  display: inline-block;
  font-size: 0.8571em;
  font-weight: 700;
  line-height: 20px;
  padding: 9px 12px 8px;
  text-transform: var(--porto-menu-text-transform);
}

.mega-menu > li.menu-item > a > i {
  width: auto;
}

.mega-menu > li.menu-item > a .tip {
  top: -9px;
}

.mega-menu > li.menu-item.active,
.mega-menu > li.menu-item:hover > a {
  color: #fff;
}

.mega-menu > li.menu-item.has-sub:hover {
  z-index: 111;
}

#header .logo-transition img {
  transition: 0.3s;
}

#header .logo-text {
  display: inline-block;
}

.no-flag li.menu-item > a > [class*="flag-"] {
  display: none;
}

.switcher-wrap ul + ul {
  margin-left: 11px;
}

.porto-view-switcher img,
.wpml-ls-menu-item .wpml-ls-flag {
  max-width: 18px;
}

.mega-menu.show-arrow > li.has-sub > a:after {
  display: inline-block;
  content: "\e81c";
  font-family: "porto";
  font-weight: 400;
  font-size: 1em;
  margin: 0 0 0 5px;
  line-height: 1;
}

.mega-menu ul.sub-menu,
.sidebar-menu ul.sub-menu {
  padding-left: 0px;
  list-style: none;
}

.mega-menu .popup {
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 111;
  min-width: 100%;
  line-height: 20px;
  will-change: transform, top;
  font-size: 0.9em;
  max-width: none;
  max-height: none;
  margin: 0px;
}

.mega-menu .popup {
  top: -3000px;
}

.mega-menu > li.menu-item .popup {
  transition: transform 0.3s linear;
  transform: translate3d(0, -5px, 0);
}

.mega-menu > li.menu-item:hover .popup {
  top: 100%;
  transform: translate3d(0px, 0px, 0px);
}

.porto-view-switcher .flag {
  margin-right: 0.25rem;
}

.currency-switcher .sub-menu .menu-item {
  cursor: pointer;
  white-space: nowrap;
}

.mega-menu .menu-item .popup {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.mega-menu li.menu-item,
.sidebar-menu li.menu-item {
  display: block;
  position: relative;
  margin: 0;
}

.order-total.adp-discount .woocommerce-Price-amount.amount {
  text-align: right !important;
  display: block;
}

.order-total.adp-discount > th {
  padding-left: 0 !important;
}

.order-total.adp-discount > td {
  padding-right: 0 !important;
}

.order-total.adp-discount {
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
}

#order_review .product-total,
#order_review .input-text.qty.text {
  text-align: center;
}

#order_review .input-text.qty.text {
  width: 50px;
  -moz-appearance: textfield;
}

#order_review .input-text.qty.text::-webkit-outer-spin-button,
#order_review .input-text.qty.text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.porto-view-switcher .icl_lang_sel_translated {
  display: none;
}

.mega-menu li.menu-item > a,
.sidebar-menu li.menu-item > a {
  display: block;
  text-align: left;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.mega-menu > li.menu-item:hover li.menu-item > a {
  transform: translate3d(0, 0, 0);
}

.container {
  max-width: none;
  padding: 0;
}

.videos-page-wrap .container,
.woocommerce #main #primary .container,
.woocommerce .related.products,
.woocommerce .checkout-page-wrap .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 12px;
}

html #topcontrol {
  background: rgba(0, 0, 0, 1);
  color: #fff;
  width: 49px;
  height: 48px;
  right: 10px;
  text-align: center;
  z-index: 1111;
  transition: background 0.3s ease-out;
}
html #topcontrol i {
  position: absolute;
  height: 24px;
  line-height: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
}
@media (max-width: 767px) {
  html #topcontrol {
    display: none;
  }
}

.cart .single_add_to_cart_button > svg path {
  fill: #fff;
  color: #fff;
}

.related.products > .container {
  margin-bottom: 30px;
}

.related.products .slider-title {
  margin-bottom: 30px;
}

.ajax_add_to_cart > svg path {
  fill: #000;
  color: #000;
}

.related.products {
	.container {
		.slider-wrapper {
			.bb-shop-products {
				display: grid;
				grid-template-columns: 1fr 1fr 1fr;
				gap: 20px;
				
				.product {
					width: 100%;
					padding: 0;
					
					.inner {
						width: 100%;
						height: 250px;
						
						img {
							height: 100%;
							object-fit: cover;
							border-radius: 20px;
						}
					}
				}
			}
		}
	}
}

.product-images .img-thumbnail .inner {
	border: none !important;
}

@media screen and (max-width: 1024px) {
	.related.products {
		.container {
			.slider-wrapper {
				.bb-shop-products {
					grid-template-columns: 1fr 1fr;
				}
			}
		}
	}
}

@media screen and (max-width: 500px) {
	.related.products {
		.container {
			.slider-wrapper {
				.bb-shop-products {
					grid-template-columns: 1fr;
				}
			}
		}
	}
}

.product-image-slider {
	.owl-nav {
		margin-bottom: 10px;
		
		button {
			padding: 7px !important;
			border-radius: 50%;
		}
	}
}

#order_review .tax-rate .woocommerce-Price-amount {
	float:right;
}