.aromatic_woosl_table {
    margin-bottom: 60px;
}

.aromatic_woosl_table.close tbody {
    display: none;
}

.aromatic_woosl_table tr td.woosl-thumbnail {
    width: 100px;
}

.aromatic_woosl_table tr td.woosl-add {
    text-align: right;
}

.woosl-btn .woosl-button {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.woosl-heading {
    cursor: pointer;
}

.woosl-btn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.woosl-button.remove, .woosl-button.add {
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    color: rgba(var(--color-secondary), 1);
    border-radius: 5px;
    line-height: 20px;
    padding: 5px 10px;
    font-size: 14px;
}

button.woosl-button.remove {
    color: #ffffff;
    width: 32px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    z-index: 0;
}

button.woosl-button.remove:after {
    content: "\f014";
    color: rgba(var(--color-secondary), 1);
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1.8;
    font-size: 16px;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}



/*===== FAQ =====*/

.faq-section {
    position: relative;
    z-index: 0;
}

.faq-section .accordion .card {
    border: 0;
    margin-bottom: 20px;
}

.faq-section .accordion .card:not(:last-of-type) {
    border-bottom: 0;
}

.faq-section .accordion .card,
.faq-section .accordion .card:not(:last-of-type),
.faq-section .accordion .card:not(:first-of-type) {
    border-radius: 0;
}

.faq-section .accordion .card .card-header {
    padding: 0;
    border-radius: 4px;
    margin-bottom: 0;
    border: 1px solid #d8d8d8;
}

.faq-section .accordion .card .card-header .acc-btn {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 17px 25px 17px 72px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.faq-section .accordion .card .card-header .acc-btn:before {
    content: "";
    position: absolute;
    left: 28px;
    top: 50%;
    font-size: 25px;
    height: 100%;
    width: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
    background: rgba(var(--color-primary), 1);
    z-index: 0;
}

.faq-section .accordion .card .card-header .acc-btn:after {
    content: "+";
    position: absolute;
    left: 28px;
    top: 50%;
    font-size: 28px;
    font-weight: 700;
    height: 60px;
    width: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    transition: all .35s cubic-bezier(.645,.045,.355,1);
    z-index: 0;
}

.faq-section .accordion .card .card-header [aria-expanded="true"],
.faq-section .accordion .card .card-header .acc-btn:hover,
.faq-section .accordion .card .card-header .acc-btn:focus {
    color: rgba(var(--color-secondary), 1);
    background-color: #fbfbfb;
}

.faq-section .accordion .card .card-header [aria-expanded="true"]:after {
    content: "-";
    line-height: 55px;
}

.faq-section .faq-section .accordion .card .card-body {
    padding: 22px 60px 0;
}

/*===== // =====*/

.single-product .aromatic-stocks {
    margin-bottom: 20px;
}

.aromatic-product-sharing {
    margin-top: 20px;
}



.footer-cart-wrapper .cart {
	width: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(var(--color-primary), 1);
    color: #ffffff;
    position: relative;
}



.footer-cart-wrapper .cart a {
	color: #ffffff;
}

.footer-cart-wrapper .cart:before {
    position: absolute;
    content: "";
top:0;
bottom:0;
right:0;
left:0;
    border-radius: 50%;
    box-shadow: 0 0 rgb(247 124 41 / 20%), 0 0 0 5px rgb(247 124 41 / 20%), 0 0 0 10px rgb(247 124 41 / 20%), 0 0 0 15px rgb(247 124 41 / 20%);
    z-index: -1;
    animation: ripples 5s linear infinite;
    transition: 0.7s;
    transform: scale(0.5);
}


.footer-cart-wrapper .cart .count {
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: rgba(var(--color-secondary), 1);
  border-radius: 500px;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  right: 0px;
  color: #fff;
  transform: translate(50%, -50%);
  z-index: 1;
}

.add_to_cart_button  .count {
	 position: absolute;
	 height: 20px;
	 width: 20px;
	 display: inline-flex;
	 top: 0;
	 left: 100%;
	 transform: translate(-50%, -50%);
	 background-color: #000;
	 justify-content: center;
	 align-items: center;
	 color: #212121;
	 font-size: 14px;
	 border-radius: 400px;
	 transition: all ease 1s;
	 z-index: 9999999;
}

body{
	overflow-y:visible !important;
	overflow-x:hidden;
}

.add_to_cart_button, .woocommerce div.product{
	overflow:visible !important;
}


.footer-cart-wrapper {
    position: fixed;
    bottom: 55px;
    left: 30px;
    background: 0 0;
    color: #000;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    transition: .9s;
    border-radius: 100%;
    font-size: 30px;
    border: none;
    z-index: 5;
    overflow: visible;
}

@keyframes ripples {
    to {
        box-shadow: 0 0 0 5px rgba(247, 124, 41, 0.2), 0 0 0 10px rgba(247, 124, 41, 0.2), 0 0 0 15px rgba(247, 124, 41, 0.2), 0 0 0 20px rgba(247, 124, 41, 0.2);
        transform: scale(1);
    }
}

.remaining-out-stock {
    color: #ff0000;
    font-size: 16px;
    font-weight: 600;
}

.remaining-stock,
.remaining-low-stock {
    color: rgba(var(--color-secondary), 1);
    font-size: 16px;
    font-weight: 600;
}

.aromatic-stocks {
    margin: 10px auto;
}

.stock-count{
	color: rgba(var(--color-primary), 1);
}

.barline {
  height: 12px;
  background: rgba(var(--color-primary),0.2);
  border-radius: 20px;
}

.stock-countbar {
  height: 12px;
  background: rgba(var(--color-primary), 1);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
}


.aromatic-product-sharing .widget_social_widget {
    display: flex;
    align-items: self-end;
    justify-content: space-between;
}


.aromatic-product-sharing .widget_social_widget ul {
    margin-left: auto;
    margin-right: auto;
}

.aromatic-product-sharing:after {
    content: '';
    background: url(../images/product-share.png);
    width: 118px;
    height: 47px;
    display: block;
    position: relative;
    left: 67px;
}


.related.products h2 {
    font-size: 24px;
    text-align: center;
    position: relative;
    padding-bottom: 6px;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 10px;
    z-index: 0;
}

.related.products h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid rgba(var(--color-primary), 1);
}


.quickview-overlay .woocommerce div.product div.images .owl-nav button.owl-prev {
    left: 0;
}

.quickview-overlay .woocommerce div.product div.images .owl-nav button.owl-next {
    right: 0;
}
.quickview-overlay .woocommerce.single-product div.product div.images .owl-nav button {
    width: 15px;
    height: 66px;
    bottom: -70px;
}
.quickview-overlay .woocommerce div.product div.images .owl-nav button {
    position: absolute;
    bottom: -98px;
    width: 30px;
    height: 86px;
    background: #f9f9f9;
    font-size: 20px;
    margin: 0;
    z-index: 1;
}

.quickview-overlay ol.product-control-nav.owl-carousel.owl-theme.owl-loaded.owl-drag {
    z-index: 0;
}

.quickview-overlay .woocommerce.single-product div.product div.images .owl-nav button:hover {
    color: rgba(var(--color-primary), 1);
    border: 1px solid rgba(var(--color-primary), 1);
}