/*!
Theme Name: Aroma Perfume
Theme URI: http://underscores.me/
Author: Triple D Vision
Author URI: https://tripledvision.com
Description: A responsive Bootstrap 5 based WP theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aroma-perfume
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Aroma Styles */

body {
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #1a5c8e;
}

a {
  color: #026FB6;
  text-decoration: none;
}

a:hover {
  color: #026FB6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222 !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #222 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #222 !important;
}

button {
  border: 0 !important;
  border-radius: 0 !important;
}

.arp-common-section {
  margin: 50px 0;
}

.arp-center-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.arp-btn-white {
  background-color: #fff;
  color: #026FB6;
  font-weight: 700;
}

.arp-btn-white:hover {
  background-color: #026FB6;
  color: #fff;
}

.header-wrapper {
  display: flex;
  flex-direction: column;
}

.arp-navbar-bg {
  background-color: #114565;
  padding: 5px 0;
  order: 2;
}

.arp-header {
  background-color: #026FB6;
  order: 1;
}

.ppst-navbar .navbar-brand img {
  width: auto;
  height: 75px;
}

.arp-search-wrapper {
  width: 500px;
  max-width: 85%;
  margin-left: 10%;
  margin-right: 5%;
}

.arp-search-wrapper input {
  border-radius: 0;
  border: 0;
}

.arp-search-wrapper .search-btn {
  margin-left: -40px;
  border-radius: 0;
  border: 0;
}

.arp-main-menu li a {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #f5f5f5;
}

.arp-main-menu li a:hover {
  color: #fff;
}

.arp-header-icons li {
  margin-left: 25px;
}

.arp-header-icons li a i {
  color: #fff;
  font-size: 32px;
}

.ppst-cart {
  position: relative;
}

.ppst-cart-count {
  font-size: 10px;
  display: inline-block;
  color: #fff;
  background-color: #ff0000;
  border-radius: 50%;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  right: -1px;
  bottom: 1px;
  font-weight: 700;
}

/* Start Featured Products */
.arp-featured-products {
  margin: 50px 0;
}

/* End Featured Products */

/* Start Categories */
.arp-categories {
  margin: 50px 0;
}

.arp-category-swiper {
  width: 100%;
  margin: 40px 0;
  padding: 45px 0 !important;
}

.arp-category-swiper .swiper-slide {
  position: relative;
  text-align: center;
}

.arp-category-swiper .swiper-slide h3 {
  position: relative;
  bottom: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-shadow: 2px 2px 4px #000;
}

.arp-category-swiper .swiper-slide img {
  width: 100%;
  box-shadow: 0 4px 10px rgb(0 0 0 / 65%) !important;
}

.arp-category-swiper .swiper-slide-active {
  z-index: 1;
  transform: scale(1.1) !important;
}

/* .arp-categories .arp-category-slider .swiper-slide {
  height: 300px;
  display: flex;
  background: #eee;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.8);
}

.arp-categories .category-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.arp-categories .category-selector:nth-child(2) .category-wrapper {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  z-index: 2;
}

.arp-categories .category-wrapper img {
  box-shadow: 0 4px 10px rgb(0 0 0 / 65%) !important;
}

.arp-categories .category-wrapper h3 {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.arp-categories .arp-category-slider .swiper-slide-active {
  width: 100%;
  height: 100%;
  transform: scale(1);
  z-index: 2;
}

.arp-categories .arp-category-slider .swiper-slide img {
  box-shadow: 0 4px 10px rgb(0 0 0 / 65%) !important;
}

.arp-categories .arp-category-slider .swiper-slide h3 {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-size: 18px;
} */

/* End Categories */

/* Start Occasions */
.arp-occasions {
  margin: 50px 0;
}

.arp-occasions .occasion-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  transition: all 0.5s;
}

.arp-occasions .occasion-wrapper:hover {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  z-index: 2;
}

/* .arp-occasions .occation-selector:nth-child(2) .occasion-wrapper {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  z-index: 2;
} */
.arp-occasions .occasion-wrapper img {
  box-shadow: 0 4px 10px rgb(0 0 0 / 65%) !important;
}

.arp-occasions .occasion-wrapper h3 {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-shadow: 1px 1px 2px #000;
}

.tax-perfume_occasion .page-title {
  display: none;
}

/* End Occasions */

/* Start Explore Gifts */
.arp-explore-gifts {
  margin: 50px 0;
}

.arp-explore-gifts .explore-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 150px 75px;
}

.arp-explore-gifts .explore-wrapper h3 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000;
}

.arp-explore-gifts .explore-wrapper p {
  text-shadow: 2px 2px 4px #000;
}

/* End Explore Gifts */

/* Start Facts */
.arp-facts-section {
  margin: 50px;
}

.arp-facts-section .facts-wrapper {
  background-color: #1a5c8e;
  border-radius: 25px;
  text-align: center;
  padding: 20px;
  min-height: 325px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.arp-facts-section .facts-wrapper img {
  width: auto;
  height: 100px;
}

.arp-facts-section .facts-wrapper h4 {
  font-size: 25px;
  color: #fff;
}

.arp-facts-section .facts-wrapper p {
  font-size: 16px;
  color: #f5f5f5;
}

/* End Facts */

/* Start Testimonials */
.arp-testimonials {
  margin: 50px 0;
}

.arp-testimonials .testimonail-wrapper img {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #1a5c8e;
  margin-bottom: 20px;
}

.arp-testimonials .testimonail-wrapper blockquote {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #1a5c8e;
}

/* End Testimonials */

/* Start Recent Blogs */
.arp-recent-blogs {
  margin: 50px 0;
}

.arp-recent-blogs .vp-portfolio__item .vp-portfolio__item-meta-title {
  font-size: 24px;
  margin-bottom: 12px;
}

.arp-recent-blogs .vp-portfolio__item .vp-portfolio__item-meta-excerpt {
  font-size: 14px;
  font-weight: 500;
  opacity: 1;
}

.arp-recent-blogs .vp-portfolio__item .vp-portfolio__item-img img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.arp-recent-blogs img {
  margin-bottom: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.arp-recent-blogs h3 {
  font-size: 24px;
}

.arp-recent-blogs p {
  font-size: 14px;
  font-weight: 500;
}

/* End Recent Blogs */

/* Start WP Bottom Menu */
.wp-bottom-menu-item i {
  font-family: "Font Awesome 5 Pro";
}
.wp-bottom-menu-cart-count {
  background: #1a5c8e;
}
.wp-bottom-menu-item i {
  color: #1a5c8e;
}
.wp-bottom-menu-item span {
  color: #1a5c8e;
}
.wp-bottom-menu-item.active i, .wp-bottom-menu-item.active span {
  color: #1a5c8e;
  font-weight: 700;
}
/* Start WP Bottom Menu */

footer {
  background-color: #1a5c8e;
  padding-top: 50px;
  padding-bottom: 10px;
}

footer h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 700;
}

footer .ppst-underline-links li {
  margin-bottom: 8px;
}

footer .ppst-underline-links li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
}

footer .ppst-underline-links li a:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

footer .ppst-underline-links li a {
  transition: all 500ms ease 0s;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #f5f5f5;
  padding-bottom: 2px;
}

footer .ppst-underline-links li a:hover {
  transition: all 500ms ease 0s;
  position: relative;
  color: #fff;
}

footer .ppst-social-icons {
  margin-bottom: 10px;
}

footer .ppst-social-icons li a {
  display: inline-block;
  color: #1a5c8e;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  transition: all .5s ease;
}

footer .ppst-social-icons li a:hover {
  color: #fff;
  background-color: #26C3BE;
}

footer .ppst-social-icons li a i {
  font-size: 20px;
  vertical-align: middle;
}

footer p.ppst-footer-bottom {
  font-size: 12px;
  color: #fff;
  margin-top: 35px;
}

footer .arp-footer-border {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 30px;
}

footer .arp-footer-logo {
  width: auto;
  height: 100px;
  margin-bottom: 15px;
}

footer .arp-footer-payment {
  width: auto;
  height: 45px;
  margin: 15px 15px 0;
}

footer .arp-copyright {
  text-align: center;
  color: #fff;
  padding: 15px 0 10px;
}

footer .arp-copyright p {
  margin-bottom: 0;
}

footer .arp-copyright a {
  color: #f5f5f5;
}

footer .arp-copyright a:hover {
  color: #fff;
}

footer .payment-logo-wrapper {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

/* Test Category Slider */
.arp-cat-wrapper {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  margin: 30px 0;
  position: relative;
  text-align: center;
  transition: all 0.15s;
  transform: scale(1.2);
  z-index: 999;
}

.arp-cat-wrapper h3 {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.arp-cat-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.slick-center .arp-cat-wrapper {
  transform: scale(1.08);
  z-index: 10;
}

/* Test Category Slider */

/* Start WooCommerce Styles */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #026FB6;
}

.woocommerce ul.products li.product .price {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}

.woocommerce ul.products li.product {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-self: baseline;
  justify-content: center;
}

.woocommerce ul.products li.product .arp-notes-list .arp-note-img,
.woocommerce.single-product div.product .arp-single-prod-notes .arp-notes-list .arp-note-img {
  width: auto;
  height: 40px;
  display: block;
  margin: 0 auto;
}

.woocommerce ul.products li.product .arp-notes-list .arp-note-title,
.woocommerce.single-product div.product .arp-single-prod-notes .arp-notes-list .arp-note-title {
  text-align: center;
  color: #1a5c8e;
  font-size: 10px;
}

.woocommerce .woocommerce-ordering select {
  color: #1a5c8e;
  border-color: #1a5c8e;
}

.woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  text-decoration: none;
}

.woocommerce span.onsale {
  background-color: #26c3be;
  min-width: 50px;
  min-height: 50px;
}

/* Start Shop Widget Area */
.wpc-filter-title {
  font-size: 20px;
  color: #026FB6;
  font-weight: 700;
  text-transform: uppercase;
}

.widget-title {
  margin-bottom: 1em;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: #026FB6;
  font-weight: 700;
  text-transform: uppercase;
}

.widget-area .probox {
  border: 1px solid #ddd !important;
}

.widget-area .wpc-term-image-wrapper {
  display: none;
}

.wpc-filters-main-wrap ul.children {
  margin-left: 5px !important;
}
body .wpc-filters-main-wrap .wpc-filter-has-hierarchy .wpc-term-item-content-wrapper {
  padding-right: 5px !important;
}

/* End Shop Widget Area */

/* Start Single Product Page */
.woocommerce div.product .product_title {
  font-size: 26px;
  margin-bottom: 25px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #026FB6;
  font-size: 28px;
  font-weight: 600;
}

.woocommerce div.product .woocommerce-variation-add-to-cart span.price,
.woocommerce-variation-add-to-cart.variations_button .price {
  display: none;
}

.woocommerce div.product form.cart .button {
  background-color: #26c3be;
  vertical-align: text-top;
  float: none;
  display: inline;
  border: 0;
  border-radius: 0;
}

.woocommerce div.product form.cart .button:hover {
  background-color: #026FB6;
}

.woocommerce .quantity .qty {
  height: 34px;
  line-height: 34px;
}

.product_meta .posted_in a {
  color: #026FB6;
}

.woocommerce.single-product div.product .arp-single-prod-notes {
  width: 300px;
  max-width: 100%;
  margin-bottom: 10px;
}

.woocommerce.single-product .product_meta .sku_wrapper,
.woocommerce.single-product .product_meta .posted_in {
  display: block;
  margin-bottom: 3px;
}

/* .woocommerce.single-product .single_add_to_cart_button {
  min-width: 250px;
} */
.woocommerce.single-product .related.products {
  clear: left;
}

.woocommerce.single-product .related.products h2 {
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.woocommerce div.product .in-stock {
  color: #169543;
  font-weight: 600;
}

.woocommerce div.product .in-stock:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  color: #169543;
  display: inline;
  margin-right: 5px;
  font-weight: 600;
}

.woocommerce div.product .out-of-stock {
  font-weight: 600;
}

.woocommerce div.product .out-of-stock:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f057";
  display: inline;
  margin-right: 5px;
  font-weight: 600;
}

.woocommerce.single-product a.added_to_cart {
  display: none;
}

.woocommerce.single-product span.onsale {
  right: 51%;
  left: auto;
}

/* End Single Product Page */

/* Start Cart Page */
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 200px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  padding: 12px 15px;
  background-color: #26c3be;
  border: 0;
  border-radius: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #026FB6;
}

.woocommerce .cart .coupon .button {
  background-color: #026FB6;
  color: #fff;
}

.woocommerce .cart .coupon .button:hover {
  background-color: #26c3be;
}

/* End Cart Page */

/* Start WPC Fly Cart */
.woofc-area .woofc-area-top {
  color: #fff !important;
  background-color: #114565 !important;
}
.woofc-area .woofc-area-top .woofc-close {
  color: #fff !important;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
  color: #026FB6 !important;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span {
  color: #000 !important;
  font-weight: 700 !important;
}
/* .woofc-area .woofc-area-bot .woofc-link span {
  color: #026FB6 !important;
  font-weight: 700 !important;
} */
.woofc-area .woofc-area-bot .woofc-action .woofc-action-inner > div a {
  background-color: #26c3be !important;
  color: #fff !important;
  border: 0 !important;
  height: auto !important;
}
.woofc-area .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
  background-color: #026FB6 !important;
}
.woofc-item-qty-inner .qib-button-wrapper {
  margin: 0 !important;
}
/* End WPC Fly Cart */

/*
** Start Checkout Page
*/
.woocommerce form .form-row input.input-text {
  height: 35px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: #26c3be;
  border: 0;
  border-radius: 0;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background-color: #026FB6;
}

.woocommerce #customer_details {
  margin-bottom: 40px;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  display: inline;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  /* display: block; */
  display: none;
  margin-left: 0;
  padding-left: 30px;
  margin-bottom: 10px;
  max-width: 400px;
}

.woocommerce ul#shipping_method {
  display: flex;
  flex-direction: column;
}

.woocommerce ul#shipping_method li {
  display: inline-flex;
  align-items: baseline;
}

/* Start checkout page two columns */
@media(min-width:768px) {

  .woocommerce .checkout.woocommerce-checkout .col2-set .col-1,
  .woocommerce-page .checkout.woocommerce-checkout .col2-set .col-1 {
    width: 90%;
  }

  #customer_details {
    display: flex;
    flex-flow: column nowrap;
    float: left;
    width: 50%;
  }

  #customer_details .col-2 {
    width: 90%;
    margin-top: 20px;
  }

  #order_review,
  #order_review_heading {
    width: 50%;
    float: left;
    clear: none;
  }
}

/* End checkout page two columns */

/*
** End Checkout Page
*/

/* Start Quick View */
.woosq-btn-has-icon {
  position: absolute;
  top: 30%;
  color: #fff;
  text-shadow: #000 2px 2px 4px;
}

/* End Quick View */

/* Start brands styles */
.pwb-text-before-brands-links {
  display: none;
}

.pwb-single-product-brands a {
  font-size: 24px;
  margin-bottom: 12px;
}

.pwb-carousel .pwb-slick-slide a>img {
  margin: 0 auto;
  width: 125px;
  height: auto;
}

/* End brands styles */

/* Start Google Reviews */
.wp-gr .grw-slider .grw-slider-content-inner {
  font-family: 'Montserrat', sans-serif !important;
}

.wp-gr.wpac .wp-google-left img {
  object-fit: cover !important;
}

.wp-gr .wp-google-wr a {
  background: #26c3be !important;
}

.wp-gr .wp-google-wr a:hover {
  background: #026FB6 !important;
}

.wp-gr.wpac a.wp-google-name {
  color: #026FB6 !important;
}

.wp-gr .grw-slider .grw-slider-btns svg path {
  fill: #026FB6 !important;
}

/* End Google Reviews */

/* Start Quantity plus minus button styles */
.qib-button-wrapper .quantity input.input-text.qty.text {
  height: 32px !important;
  font-size: 14px !important;
  line-height: 14px !important;
}

.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
  height: 32px !important;
}

/* End Quantity plus minus button styles */

/* Start Mini Cart Icon Styles */
.woofc-cart-link {
  margin-right: 20px;
}
.woofc-cart-link-inner-subtotal {
  display: none;
}
.woofc-menu-item .woofc-menu-item-inner .woofc-menu-item-inner-subtotal .woocommerce-Price-amount {
  display: none;
}
.woofc-menu-item .woofc-menu-item-inner i,
.woofc-cart-link .woofc-cart-link-inner i {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
}
.woofc-menu-item .woofc-menu-item-inner:after,
.woofc-cart-link .woofc-cart-link-inner:after {
  left: 18px;
  top: -18px;
}
.woofc-item-inner .qib-button.qib-button-wrapper {
  margin: 0;
  margin-left: 3px;
  margin-right: 3px;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
  height: 30px !important;
}
/* End Mini Cart Icon Styles */

/* Start Mintpay */
.product-price-installments-not-in-variation {
  display: none;
}
.mintpay-checkout-price-installment {
  display: none;
}
/* .woocommerce div.product .woocommerce-variation-add-to-cart .product-price-installments-not-in-variation-single {
  display: none;
} */
/* End Mintpay */

/* Start Payzy */
.payzy-item-loop-display {
  display: none;
}
/* End Payzy */

/*
** End WooCommerce Styles
*/

/* Start Breadcrumb Styles */
.fbc-page .fbc-wrap .fbc-items {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

/* End Breadcrumb Styles */

/* Start Single Product Facts Styles */
.arp-facts-wrapper .arp-fact {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 25px;
}

.arp-facts-wrapper .arp-fact img {
  margin-right: 10px;
  height: 40px;
  width: auto;
}

.arp-facts-wrapper .arp-fact .arp-fact_para {
  margin-bottom: 0;
  color: #000;
}

/* End Single Product Facts Styles */

/* Start Megamenu Styles */
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
  margin-top: 5px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu {
  margin-top: 5px;
}
.arp-special-link a {
  color: #26c3be !important;
}
.arp-special-link a:hover {
  color: #fff !important;
}
/* #mega-menu-wrap-main-menu .mega-menu-toggle img {
  height: 60px;
  width: auto;
} */
/* End Megamenu Styles */

/* Start About Page */
.arp-featured-section {
  margin-top: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}
.arp-about-section {
  padding: 50px 0;
  text-align: center;
}
.arp-about-section h2 {
  text-transform: uppercase;
}
.arp-statistics {
  padding: 0 0 50px;
}
.arp-statistics h3 {
  text-align: center;
  padding-top: 20px;
  text-transform: uppercase;
}
.arp-statistics p {
  font-size: 36px;
  text-align: center;
  margin-bottom: 0;
  color: #26C3BE;
  padding-bottom: 20px;
  font-weight: 700;
}
.arp-vline {
  border-left: 1px solid #1a5c8e;
  border-right: 1px solid #1a5c8e;
}
.arp-hline {
  border: none;
}
.arp-why-choose {
  margin-bottom: 50px;
}
.arp-why-choose h2 {
  text-transform: uppercase;
}
.arp-wc-inner {
  background-color: #1a5c8e;
  /* border: 2px solid #1a5c8e; */
  border-radius: 25px;
  padding: 35px 15px 15px;
  text-align: center;
  margin-bottom: 25px;
}
.arp-wc-inner h4 {
  color: #fff;
  text-transform: uppercase;
}
.arp-wc-inner p {
  color: #fff;
  font-size: 14px;
}
.arp-wc-inner img {
  width: auto;
  height: 85px;
  margin-bottom: 25px;
}
/* End About Page */

/* Start Contact Page */
.aroma-contact-section {
  padding: 50px 0;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 35px;
}

.contact-details h3 {
  font-size: 18px;
}

.contact-details p {
  margin-bottom: 0;
}

.contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #26c3be;
  border-radius: 50%;
  margin-right: 15px;
}

.contact-icon i {
  color: #fff;
  font-size: 30px;
}

.map-section {
  margin-top: 50px;
}

.map-section iframe {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 450px;
}

/* End Contact Page */

/* Start Formidable Forms */
.frm_style_formidable-style.with_frm_style .frm_submit button {
  background-color: #26c3be;
  color: #fff;
  border: 0;
  font-weight: 700;
  border-radius: 0;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background-color: #026FB6;
  color: #fff;
}

/* End Formidable Forms */

.entry-header .entry-title {
  text-align: center;
  margin-bottom: 50px;
}

/* Start Read More link for Product custom Taxonomy Description */
.read-more-link,
.show-less-link {
  display: inline-block;
}
/* End Read More link for Product custom Taxonomy Description */

/* Start bs5 Offcanvas Styles */
.slide-toggle-icon {
  position: fixed;
  top: 25%;
  left: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 99;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
/* End bs5 Offcanvas Styles */

/* Start Home Page WooCommerce Product Slider */
.arp-ft-slider, .arp-bs-slider {
  overflow: hidden;
}
/* End Home Page WooCommerce Product Slider */

/* Start Swiper slider two column layout */
.arp-ft-slider.swiper-grid-column>.swiper-wrapper,
.arp-bs-slider.swiper-grid-column>.swiper-wrapper {
  flex-direction: row;
}
/* End Swiper slider two column layout */

/* Start Flexy Breadcrumb */
.fbc-page .fbc-wrap .fbc-items li {
  padding: 7px 2px;
}
/* End Flexy Breadcrumb */

/* Start Cookie Notice */
#cookie-notice .cookie-notice-container {
  font-family: 'Montserrat', sans-serif;
}
/* End Cookie Notice */

/* Start Christmas Page */
.arp-xmas-hero {
  padding-top: 50px;
}

.arp-xmas-cat {
  text-align: center;
  padding-top: 50px;
}
/* End Christmas Page */

/* Start Perfume on Wheels Page */
.arp-pow-featured {
  padding: 50px 0;
}
.arp-pow-bg {
  background: linear-gradient(to bottom right, rgb(0, 196, 204) 0%, rgb(10, 26, 68) 100%);
}
.pow-logo-sq {
  width: auto;
  height: 60px;
  float: right;
  margin-bottom: 15px;
}
.pow-logo-white {
  height: 125px;
  width: auto;
}
.pow-border-img {
  border-radius: 25px;
}
.btn-grad {
  display: inline-block;
  color: #fff;
  margin: 10px 0;
  padding: 12px 35px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: -webkit-linear-gradient(left, #5de0e6 0%, #004aad 51%, #5de0e6 100%);
  background-image: linear-gradient(to right, #5de0e6 0%, #004aad 51%, #5de0e6 100%);
  background-size: 200% auto;
}
.btn-grad:hover {
  background-position: right center;
  color: #fff;
}
.pow-heading-white {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
}
.arp-pow-common {
  margin: 50px 0;
}
.bi-color-dark {
  color: #0a1a44;
  font-size: 60px;
  font-weight: 400;
}
.bi-color-dark span {
  color: #00c4cc;
  font-weight: 700;
}
.pow-how h1 {
  font-weight: 600;
}
.pow-how img {
  max-height: 125px;
  float: right;
  margin-bottom: 15px;
}
.pow-icon-list {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pow-icon-list img {
  max-width: 75px;
  margin-right: 20px;
}
.pow-icon-list p {
  font-size: 24px;
  color: #0a1a44;
  margin-bottom: 0;
}
.arp-pow-steps {
  margin: 0;
  padding: 0;
}
.pow-steps-wrapper {
  padding: 35px 30px;
}
.pow-steps-icons {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
}
.pow-steps-icons span {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
  background-color: #00c4cc;
}
.pow-steps-icons img {
  height: 75px;
}
.pow-steps-fw {
  width: 100%;
  margin: 0;
  padding: 0;
}
.pow-steps-fw p {
  color: #fff;
  margin-bottom: 0;
}
.pow-pattern-img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  margin-bottom: 15px;
}
.pow-bg-light-blue {
  background-color: #235a86;
}
.pow-bg-lighter-blue {
  background-color: #128cb5;
}
.pow-bg-dark-blue {
  background-color: #142140;
}
.arp-pow-about {
  position: relative;
  padding: 50px 0;
  background-color: #edf8fe;
  /* background-image: url(assets/img/pow/tiles_shape.png);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: right bottom; */
}
.pow-tile-img {
  position: absolute;
  width: 100px;
  height: auto;
  right: 20px;
  bottom: 20px;
  opacity: 0.6;
}
.arp-pow-about h3 {
  font-weight: 500;
}
.pow-faq-fw {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  margin: 0;
}
.pow-inquiry-wrapper {
  padding: 50px 20px;
}
.pow-faq-wrapper {
  width: fit-content;
}
.pow-contact-box {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 4px;
}
.pow-contact-box a {
  color: #0a1a44;
  font-weight: 500;
}
.pow-contact-box a:hover {
  color: #235a86;
}
.pow-social-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #57e4ff;
  padding: 25px;
}
.pow-social-box p {
  color: #0a1a44;
  font-weight: 500;
}
.pow-social-list li a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 50%;
  color: #0a1a44;
}
.pow-tile-lt {
  position: absolute;
  width: 100px;
  height: auto;
  left: 20px;
  top: 20px;
  transform: rotate(90deg) scaleY(-1);
  opacity: 0.6;
}
.pow-tile-rb {
  position: absolute;
  width: 100px;
  height: auto;
  right: 20px;
  bottom: 20px;
  opacity: 0.6;
}
.pow-testimonials {
  position: relative;
  padding: 75px 0;
}
.pow-testimonials blockquote {
  color: #57e4ff;
  font-size: 18px;
}
.pow-testimonials cite {
  color: #fff;
}
.pow-quote-icon {
  max-width: 25px;
  margin-bottom: 25px;
}
.pow-question {
  margin-bottom: 0;
}
.pow-question li {
  font-size: 18px;
  color: #57e4ff;
}
.pow-answer li {
  font-size: 18px;
  color: #fff;
}
.arp-pow-booking {
  padding: 0 0 25px;
  background-color: #142140;
}
/* End Perfume on Wheels Page */

/* Start Media queries */
@media only screen and (max-width: 1199px) {
  .arp-facts-section .facts-wrapper {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 991px) {
  .ppst-navbar .navbar-brand img {
    width: 100%;
    height: auto;
  }
  .wpc-filters-section:last-of-type {
    margin-bottom: 6em;
  }
  .arp-facts-wrapper .arp-fact {
    flex-direction: column;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce.single-product span.onsale {
    right: -10px;
    left: auto;
  }
}

@media only screen and (max-width: 767px) {
  #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
    margin-top: 15px;
  }
  .ppst-navbar .navbar-brand {
    display: none;
  }
  .arp-categories {
    margin: 0;
  }
  .arp-categories .category-selector:nth-child(2) .category-wrapper {
    transform: scale(1);
  }
  .arp-category-swiper {
    margin: 0;
    padding: 25px 0 !important;
  }
  .arp-header {
    order: 2;
  }
  .arp-navbar-bg {
    order: 1;
  }
  .arp-nav-wrapper {
    display: none;
    margin: 20px auto 5px;
  }
  .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
  .arp-header-icons li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .arp-occasions .occasion-wrapper h3 {
    font-size: 22px;
  }
  .arp-facts-section {
    margin: 0;
  }
  .arp-facts-section .facts-wrapper {
    min-height: 225px;
    padding: 5px;
  }
  .arp-facts-section .facts-wrapper img {
    height: 75px;
  }
  .arp-facts-section .facts-wrapper h4 {
    font-size: 18px;
  }
  .arp-facts-section .facts-wrapper p {
    font-size: 14px;
  }
  .arp-explore-gifts .explore-wrapper {
    padding: 50px 20px;
  }
  .arp-explore-gifts .explore-wrapper h3 {
    font-size: 26px;
  }
  .arp-vline {
    border-right: none;
  }
  .arp-hline {
    border-top: 1px solid #1a5c8e;
  }
  footer .arp-footer-logo {
    width: 100%;
    height: auto;
  }
  footer .ppst-social-icons li a {
    width: 25px;
    height: 25px;
    line-height: 24px;
  }
  footer .ppst-social-icons li a i {
    font-size: 16px;
  }
  .arp-ft-slider .swiper-slide,
  .arp-bs-slider .swiper-slide {
    width: calc(50% - 7.5px);
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100%;
    margin-bottom: 15px;
  }
  .woocommerce-page table.cart td.actions .coupon .button {
    width: fit-content;
  }
  .woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td::before {
    padding-right: 15px;
  }
  .woocommerce table.shop_table_responsive tr td.product-quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pow-heading-white,
  .bi-color-dark,
  .pow-how h1 {
    font-size: 44px;
  }
  .pow-logo-white,
  .pow-how img,
  .pow-pattern-img {
    display: none;
  }
  .pow-odd-shape {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .arp-search-wrapper {
    margin: 0 auto;
    margin-top: 15px;
  }
  .arp-occasions .occasion-wrapper h3 {
    font-size: 18px;
  }
  .arp-vline {
    border: none;
  }
  .arp-hline {
    border: none;
  }
  footer .arp-copyright p {
    font-size: 10px;
  }
}

/* End Media queries */