/*
Theme Name: UzaziHub

Theme URI: https://uzazihub.com/

Description: This is our own theme.

Author: Uzazi Hub, Afasha Isakiye, Rogers

Author URI: uzazihub.com
Version: 1.7.31
Template: oceanwp

*/

/* Parent stylesheet should be loaded from functions.php not using @import */



@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
  --primary: #2A084A !important;
  --accent: #F492BB !important;
  --bs-link-hover-color: #fa5fc0 !important;
  --bs-primary:#F492BB !important; 

}

body *:focus{
  text-decoration: none;
  outline: none !important;
}

body{
  background-color: #fff !important;
}

h1, h2, h3, h4, h5, h6, a, abbr, b, button, .nav-link, .btn, .btn-light, .btn-primary {
  --heading-font: "Open Sans", sans-serif !important;
  font-family: "Open Sans", sans-serif;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  color: #F492BB;
}


@media (min-width: 310px) {

  .row-cols-vsm-2>*{
    flex: 0 0 auto;
    width: 50% !important;
  }
}

@media screen and (min-width: 330px) and (max-width: 600px) {
  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50% !important;
  }
}





@media only screen and (max-width: 991px) {
  body {
    --bs-body-font-size: 1.2rem;
  }

  .uzazi-navbar-nav{
    flex-direction: column !important;
    padding-top: 2rem !important;
  }

  .uzazi-navbar-nav .nav-item{
    margin-bottom: 1rem !important;
  }

  .uzazi-navbar-nav .uzazi-menu-link{
        font-size: calc(18px + (30 - 18) * ((100vw - 330px) / (1600 - 300)));
        line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
        font-weight: 600;
  }


}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: auto;
  margin-left: auto;
}

/*h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
}*/

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

/* container fluid */
.container-fluid {
  width: 100%;
}

/* Dropdown */
.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-spacer: 1rem;
  --bs-dropdown-min-width: 12rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-link-color: var(--bs-gray-dark);
  --bs-dropdown-link-hover-color: var(--bs-black);
  --bs-dropdown-item-border-radius: 0;
  --bs-dropdown-link-active-color: var(--bs-dark);
  --bs-dropdown-link-active-bg: var(--bs-tertiary-bg);
}

/* list group */
.list-group-item {
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-border-width: 0;
}

/* btn */
.btn {
  --bs-btn-border-radius: 0;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary-dark);
  --bs-btn-hover-border-color: var(--bs-primary-dark);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.pagination {
  --bs-pagination-active-bg: var(--bs-black);
  --bs-pagination-border-width: 0;
  --bs-pagination-border-radius: 0;
}

/* breadcrumb */
.breadcrumb {
  --bs-breadcrumb-item-padding-x: 1em;
}

/* text white */
.text-white {
  --heading-color: var(--bs-light);
  --bs-breadcrumb-item-active-color: var(--bs-light);
  --bs-breadcrumb-divider-color: var(--bs-light);
  --bs-link-color-rgb: var(--bs-light-rgb);
  --bs-link-hover-color-rgb: var(--bs-light-rgb);
}

.text-white .nav-link {
  --bs-nav-link-color: var(--bs-light);
  --bs-nav-link-hover-color: var(--bs-light);
  --bs-nav-link-active-color: var(--bs-light);
  --bs-navbar-active-color: var(--bs-light);
}

/* accordion */
.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-dark);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-focus-border-color: var(--bs-dark);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0.5rem;
  --bs-accordion-active-color: var(--bs-primary);
  --bs-accordion-active-bg: transparent;
}
/* 
.accordion-button {
  --bs-accordion-btn-padding-y: 1.5rem;
  --bs-accordion-active-color: var(--bs-primary);
} */

/* form control */
.form-control:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
}

/* dark theme */
[data-bs-theme=dark] {
  color-scheme: dark;

  --heading-color: #fff;
  --bs-link-color: #CCCCCC;
  --bs-link-hover-color: var(--bs-primary);
  --bs-link-color-rgb: 204, 204, 204;
  --bs-link-hover-color-rgb: 131, 169, 172;
  --bs-body-color: #d1d1d1;
  --bs-body-bg: #111;
  --bs-body-bg-rgb: 17, 17, 41;
}

[data-bs-theme=dark] .dropdown-item {
  --bs-dropdown-link-color: var(--bs-light);
  --bs-dropdown-link-hover-color: var(--bs-white);
}

[data-bs-theme=dark] .bg-white,
[data-bs-theme=dark] .bg-light {
  --bs-bg-opacity: 0.1;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 2.5rem;
}
/* end of bootstrap variables */

:root {
  --accent-color: #333;
  --black-color: #000;
  --dark-color: #111;
  --gray-color-100: #F1F1F1;
  --gray-color-200: #E1E1E1;
  --gray-color-300: #D1D1D1;
  --gray-color-400: #ced4da;
  --gray-color-500: #adb5bd;
  --dark-gray-color: #7A7A7A;
  --bs-light-rgb: rgba(255, 255, 255, 1);
  --light-color: #fff;
  --swiper-theme-color: #111 !important;

}

/* on mobile devices below 600px
 */


/* Fonts */
:root {
  --body-font: "Inter", sans-serif;
  --heading-font: "Inter", sans-serif;
  --extra-font: "Playfair Display", sans-serif;
  --subheading-font: "Petit Formal Script", sans-serif;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 2rem;
}

/*----------------------------------------------*/
/* 1 GENERAL TYPOGRAPHY */
/*----------------------------------------------*/

/* 1.1 General Styles
/*----------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}


ul.inner-list li,ul>li {
  color: var(--dark-gray-color);
}

a {
  text-decoration: none;
  transition: 0.3s color ease-out;
}

/*a:hover {
 
}*/

a.light {
  color: var(--light-color);
}

a:hover.light {
  color: var(--light-color);
}

p {
  color: var(--dark-gray-color);
}

b,
strong {
  font-weight: bold;
}

.highlight {
  background: var(--dark-color);
  color: var(--light-color);
}

.gray-400,
p.gray-400,
svg.gray-400,
.gray-400 a,
.gray-400 span {
  color: var(--gray-color-400);
  fill: var(--gray-color-400);
}

/*------------ Background Color -----------*/
.bg-gray {
  background: var(--gray-color-100);
}

.bg-light {
  background-color: var(--light-color) !important;
}

/*------------ Border Radius -----------*/
.border-circle {
  border-radius: 50%;
}

.border-rounded-10 {
  border-radius: 10px;
}

.border-top {
  border-top: 1px solid var(--gray-color-500);
}

.border-right {
  border-right: 1px solid var(--gray-color-500);
}

.border-bottom {
  border-bottom: 1px solid var(--gray-color-500);
}

.border-left {
  border-left: 1px solid var(--gray-color-500);
}

/* - Section Padding
--------------------------------------------------------------*/
.padding-small {
  padding-top: 2em;
  /*padding-bottom: 2em;*/
}

.padding-medium {
  padding-top: 4em;
  padding-bottom: 4em;
}

.py-2 my-2 py-md-5 my-md-5 {
  padding-top: 7em;
  padding-bottom: 7em;
}

/* no padding */
.no-padding-tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* - Section margin
--------------------------------------------------------------*/
.margin-small {
  margin-top: 3em;
  margin-bottom: 3em;
}

.margin-medium {
  margin-top: 5em;
  margin-bottom: 5em;
}

.margin-large {
  margin-top: 7em;
  margin-bottom: 7em;
}

.margin-xlarge {
  margin-top: 9em;
  margin-bottom: 9em;
}


/* - Section Title
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--heading-font);
  font-weight: 700;
  line-height: 1;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light {
  color: var(--light-color);
}

h1.heading {
  font-size: 6.5em;
}

h2 {
  font-size: 2.8em;
}

h3 {
  font-size: 1.6em;
}

.subheading {
  font-family: var(--subheading-font);
}

/* - Section width
--------------------------------------------------------------*/
.u-full-width {
  width: 100%;
  border: none;
}

.container-md {
  max-width: 1460px;
  max-width: 100%;
}

.container-lg {
  max-width: 1750px;
  padding-left: 20px;
  padding-right: 20px;
}

/*--------------------------------------------------------------
/** 2.10 Buttons
--------------------------------------------------------------*/
/* - Button Sizes
------------------------------------------------------------- */
.btn.btn-small {
  padding: 0.8em 1.8em;
  font-size: 0.65em;
}

.btn.btn-medium {
  padding: 0.8em 2.5em;
  font-size: 1.1em;
  letter-spacing: 2px;
}

.btn.btn-large {
  padding: 0.8em 4.6em;
  font-size: 1.6em;
}

/* - Button Shapes
------------------------------------------------------------- */
.btn.btn-rounded,
.btn.btn-rounded::after {
  border-radius: 6px;
}

.btn.btn-pill,
.btn.btn-pill::after {
  border-radius: 2em;
}

/* button outline */
.btn.btn-outline-dark,
.btn.btn-outline-light,
.btn.btn-outline-accent {
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.btn.btn-outline-dark:hover::after,
.btn.btn-outline-light:hover::after {
  background-color: transparent;
}

.btn.btn-outline-dark {
  border-color: rgba(0, 0, 0, 1);
  color: var(--dark-color);
}

.btn.btn-outline-dark:hover {
  background: var(--dark-color);
  color: var(--light-color);
}

.btn.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--light-color);
}

.btn.btn-outline-light:hover {
  background: var(--primary-color);
  color: var(--light-color);
  border-color: var(--primary-color);
}

.btn.btn-outline-gray {
  background: transparent;
  border-color: var(--gray-color-200);
  color: var(--dark-color);
}

.btn.btn-outline-gray:hover {
  color: var(--light-color) !important;
}

.btn.btn-outline-accent {
  background: transparent;
  border-color: var(--accent-color);
  color: var(--dark-color);
}

.btn.btn-outline-accent:hover {
  border-color: var(--dark-color);
  color: var(--dark-color) !important;
}

.btn.btn-full {
  display: block;
  margin: .85em 0;
  width: 100%;
  letter-spacing: 0.12em;
}

/* no border radius */
.btn-rounded-none,
.btn-rounded-none::after {
  border-radius: 0;
}

/* - Buttons Color Scheme
------------------------------------------------------------- */
.btn.btn-normal {
  text-decoration: none;
  border: none;
  font-weight: 600;
}

.btn.btn-normal:hover,
.btn.btn-normal:focus {
  box-shadow: none;
}

.btn.btn-accent {
  color: var(--light-color);
  background-color: var(--accent-color);
  border: none;
}

.btn.btn-accent:hover {
  color: var(--light-color) !important;
  background-color: var(--primary-color);
}

.btn.btn-black {
  background-color: var(--dark-color);
  color: var(--light-color);
  border: none;
}

.btn.btn-black:hover {
  color: var(--light-color);
}

.btn.btn-red {
  background-color: var(--bs-red);
  color: var(--light-color);
  border: none;
}

.btn.btn-red:hover {
  color: var(--light-color);
}
/* 
.btn.btn-light {
  background-color: var(--gray-color-200);
  color: var(--dark-color);
  border: none;
} */

/* - Buttons Aligns
------------------------------------------------------------- */
.btn-left {
  text-align: left;
  display: block;
}

.btn-center {
  text-align: center;
  display: block;
}

.btn-right {
  text-align: right;
  display: block;
}

/* - Button Hover Effects2
------------------------------------------------------------- */
.hvr-sweep-to-right {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bs-red);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.dark-sweep.hvr-sweep-to-right:before {
  background: var(--dark-color);
}

[class^="hvr-"] {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* -Zoom Effect
------------------------------------------*/
.zoom-effect {
  position: relative;
  overflow: hidden;
  width: fit-content;
}

.zoom-effect img {
  max-width: 100%;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.zoom-effect:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.zoom-effect:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  opacity: 0;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.zoom-effect:hover:before {
  opacity: 1;
  cursor: pointer;
}

/* - Text hover Effects
------------------------------------------------------------- */
.text-hover ul li>a,
.text-hover a,
a.text-hover {
  position: relative;
  transition: 0.3s ease-out;
}

.text-hover li a.nav-link:after,
.text-hover li a:after,
.text-hover a:after,
a.text-hover:after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-out;
  border-bottom: 2px solid var(--dark-color);
}

.text-hover.light-border li a.nav-link:after,
.text-hover.light-border li a:after,
.text-hover.light-border a:after,
a.text-hover.light-border:after {
  border-bottom: 2px solid var(--light-color);
}

.text-hover.gray-border li a:after,
.text-hover.gray-border a:after {
  border-bottom: 2px solid var(--gray-color-400);
}

.card:hover .text-hover a.active:after,
.text-hover a.active:after,
.text-hover .active a:after,
.text-hover.active a.nav-link:after,
.text-hover a.nav-link:hover:after,
.text-hover li a:hover:after,
.text-hover a:hover:after,
a.text-hover:hover:after,
.text-hover li a:focus:after,
.text-hover a:focus:after,
a.text-hover:focus:after {
  width: 100%;
}

.text-hover li a.border-0:after,
.text-hover.border-0 li a:after {
  border: none;
}




/* - Modal Structure
/*----------------------------------------------*/

/* - Modal Popup
/*----------------------------------------------*/
.modal-content .modal-close-btn {
  text-align: right;
}

/* - Quick View
/*----------------------------------------------*/
.quantity input {
  pointer-events: none;
  color: var(--dark-color);
  width: 30px;
  border: 1px solid var(--gray-color-200);
}

.quantity .qty-number {
  width: 65px;
  height: 50px;
  cursor: pointer;
  border: 1px solid var(--gray-color-200);
  transition: .3s;
}

.quantity .qty-number svg {
  width: 20px;
  height: 20px;
}

.shopify-cart a.out-stock {
  display: none;
}

#modaltoggle .product-details p,
#modaltoggle .summary li {
  font-size: 1em;
}

/* - Add to Cart
/*----------------------------------------------*/
.product-header svg.close {
  width: 20px;
  height: 20px;
}


/* - Login
/*----------------------------------------------*/
#modallogin .modal-content {
  background: url(images/login-bg.jpg)no-repeat;
}

#modallogin .modal-content input.text-input {
  width: 100%;
  height: 50px;
  background: none;
  border: 1px solid var(--gray-color-300);
}

#modallogin .checkbox p,
#modallogin .checkbox p>a {
  font-size: 1em;
  color: var(--dark-gray-color);
}

/*----------------------------------------------*/
/* 2 SITE STRUCTURE */
/*----------------------------------------------*/

/* 2.1 Header
/*----------------------------------------------*/
.site-header {
  width: 100%;
  z-index: 10;
  transition: background-color 0.3s ease-out;
}



/* - Top User Icons
/*----------------------------------------------*/


/* - Intro (Billboard)
/*----------------------------------------------*/
.swiper .card {
  border-radius: 0.8rem;
  min-height: 20rem;
  overflow: hidden;
}

.swiper .card.large {
  min-height: 43rem;
}

/* 
#intro .cart-concern {
  width: 70%;
  bottom: 130px;
  left: 110px;
  transition: 0.8s ease-out;
}

#intro .card:hover .cart-concern {
  padding-left: 10px;
}

#intro h2.card-title {
  font-size: 3.6em;
  font-weight: 900;
} */

#intro span.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  color: var(--gray-color-200);
}

#intro span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--swiper-theme-color);
}

#intro .swiper-pagination {
  position: relative;
  margin-top: 50px;
}

/* - Discount Coupon
/*----------------------------------------------*/
.bold-text {
  right: 0;
  bottom: -42px;
  font-family: var(--extra-font);
  font-size: 8.8em;
  color: var(--gray-color-200);
  z-index: 1;
}

.discount-coupon .row {
  position: inherit;
  z-index: 1;
}

.discount-coupon .btn-wrap {
  bottom: 34px;
  z-index: 1;
}


/* - Footer
/*----------------------------------------------*/

footer{
  background: #2A084A;
}

.footer-contact-text span {
  display: block;
  color: #ffffff !important;
}

.custom-product-qty{
  color: #F493BB !important;
}

/*----------------------------------------------*/
/* 3 THIRD PARTY COMPONENTS */
/*----------------------------------------------*/

/* 3.1 Shop Page
--------------------------------------------------------------*/
/* - Main Content
/*----------------------------------------------*/
.product-card .cart-button svg {
  width: 20px;
  height: 20px;
  fill: var(--dark-color);
}

.cart-button .btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 1;
  transition: transform 0.3s ease-out;
}

.cart-button .btn:hover {
  transform: translate3d(0, -0.5rem, 0);
}

.product-card .cart-concern {
  right:  0%;
  bottom: 15px;
  opacity: 1;
  z-index: 9;
  border-radius: 10px;
  transition: 0.3s ease-out;
  width: auto;
  width:  auto;
  height: 125px;
  top:    0;
  right:  0;
}

.product-card:hover .cart-concern {
  bottom: 18px;
  opacity: 1;
}

.shopify-grid .product-card img.product-image {
  width: 730px;
  height: 450px;
  object-fit: cover;
}

/* - SideBar
/*----------------------------------------------*/
.sidebar input.search-field {
  width: 100%;
  height: 50px;
  box-shadow: 5px 5px 15px 5px #eee;
  border: 1px solid #eee;
  padding-left: 20px;
  outline-offset: 0;
}

.sidebar .search-icon {
  padding: 14px;
}

.sidebar svg.search {
  width: 20px;
  height: 20px;
  fill: var(--light-color);
}

 h2.widget-title {
  font-size: 1.4em;
  margin-bottom: 15px;
  color: #F492BB !important;
  text-transform: uppercase;

}

.sidebar .sidebar-list li {
  font-size: 1.2em;
}

.sidebar .sidebar-list li a {
  color: var(--dark-30);
}

.sidebar .sidebar-list li a:hover {
  color: var(--primary-color);
}

/* - Pagination
/*----------------------------------------------*/
.paging-navigation .pagination .page-numbers {
  font-size: 1.4em;
  color: var(--gray-color-200);
}

.paging-navigation .pagination .page-numbers:hover {
  color: var(--primary-color);
}

.paging-navigation .pagination svg {
  width: 35px;
}

/* 3.2 Blog Page
--------------------------------------------------------------*/
.post-list p,
.post-list span {
  color: var(--gray-color-500);
  font-size: 1em;
}

.post-list h3.post-title {
  font-size: 2.2em;
}

/* - SideBar
/*----------------------------------------------*/
.post-sidebar h4.author-name {
  font-weight: 500;
}

.sidebar .social-widget svg {
  width: 20px;
  height: 20px;
  fill: var(--gray-color-500);
  transition: 0.8s ease-out;
}

.sidebar .social-widget svg:hover {
  fill: var(--dark-color);
}

.sidebar-recent-post h6.post-title {
  font-size: 1.3em;
  font-weight: 600;
}


/* 4.HomePage V2
--------------------------------------------------------------*/

/* - Top Header Section
----------------------------------*/
.header-top p {
  font-size: 1em;
}

/* - Banner Section
----------------------------------*/
#intro .thumb-swiper {
  top: 110px;
  right: 25px;
  height: 590px;
}

#intro .thumb-swiper img {
  width: 80px;
  height: 80px;
  cursor: pointer;
}
/* 
#intro .banner-content {
  top: 240px;
  left: 0;
  margin-left: 100px;
  width: 32%;
} */



/* - Icon Box Section
----------------------------------*/
#company-services .icon-box svg {
  width: 60px;
  height: 60px;
}


/* - Collections Section
----------------------------------*/
.style2 .collection-card .card-detail {
  width: 50%;
  bottom: 40px;
}

.banner-content .banner-title,
.card .card-title {
  font-weight: 900;
  line-height: 1.46em;
  letter-spacing: -0.2rem;
}
.display-0 {
  font-size: calc(1.625rem + 4.5vw);
}
.collection-card {
  min-height: 30rem; 
  border-radius: 10px; 
  overflow: hidden;
}


/* - Trending Products Tabs
----------------------------------*/
.products-tabs .nav-link:focus,
.products-tabs .nav-link:hover {
  color: var(--gray-color-500) !important;
}

.products-tabs li.nav-item {
  border-right: 1px solid var(--gray-color-500);
}

.product-card span.label-product {
  color: var(--light-color);
}



/* - Blog Section
----------------------------------*/
.post-grid .card-body {
  width: 80%;
}

.post-grid .meta-date {
  color: var(--gray-color-500);
}

/* 5.About Us Page
--------------------------------------------------------------*/
.about-us span.exp-number {
  font-size: 7.2em;
}

.about-us span.subheading {
  font-size: 2.9em;
  display: inline-block;
  width: 48%;
  line-height: 1.2;
}

.about-us p {
  width: 85%;
}

.about-us .tags li {
  width: 205px;
  height: 51px;
  text-align: center;
  border: 1px solid var(--gray-color-300);
}

/* - Our Team Section
--------------------------------------------------------------*/
#our-team p {
  width: 48%;
}

.team-item ul.social-link {
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease-out;
}

.team-item:hover ul.social-link {
  bottom: 10px;
  opacity: 1;
}


/* - Testimonials Section
--------------------------------------------------------------*/
#testimonials .meta-detail {
  width: 90%;
}



/* 6.Single Post Page
--------------------------------------------------------------*/
#post-comment input {
  height: 50px;
}

/* section-title */
.section-title {
  text-transform: uppercase;
}

/* product-qty */
.product-qty {
  max-width: 130px;
}


/* single product */
/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 590px;
}


/* preloader */
.preloader svg {
  width: 100px;
  height: 100px;
  margin: 20px;
  display:inline-block;

}


/* Text Effects */
.txt-fx {
  overflow: hidden;
  line-height: 1;
}
.txt-fx.zoom {
  overflow: visible;
}

.txt-fx .word {
  overflow: hidden;
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}
.txt-fx .letter {
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}

.txt-fx {
  --delay: 50ms;
  --easing: cubic-bezier(.5, 0, .53, 1);
}

/* fade right */
.txt-fx.fade-right .letter {
  transform: translate3d(-50px, 0, 0);
  opacity: 0;
  transition: transform 0.6s var(--easing), opacity 0.6s var(--easing);
}

.aos-animate .txt-fx.fade-right .letter {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* slide up */
.txt-fx.slide-up .letter {
  transform: translate3d(0, 1.2em, 0);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.slide-up .letter,
.aos-animate .txt-fx.slide-up .letter {
  transform: translate3d(0, 0, 0);
}

/* domino */
.txt-fx.domino .letter {
  transform-origin: 50% 0;
  transform: rotateY(90deg);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.domino .letter,
.aos-animate .txt-fx.domino .letter {
  transform: rotateY(0);
}

/* zoom */
.txt-fx.zoom .letter {
  transform-origin: 50% 0;
  transform: scale(3);
  transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.zoom .letter,
.aos-animate .txt-fx.zoom .letter {
  transform: scale(1);
}



.hidden{
  display: none;
  visibility: hidden;
}

.navbar-brand img{
  max-height: 50px;
  max-width: 100%;
}

.shop-now,
.shop-now:hover{
  background: transparent;
  border: 0;
  margin-top: -15px;
}

.shop-now svg{
  width:  24px;
  height: 24px;
}


.save-now,
.save-now:visited,
.save-now:active,
.save-now:hover{
  background: transparent;
  border: 0;
  margin-top: -15px;
  text-align: right !important;
}

.save-now svg{
  width:  24px;
  height: 24px;
  float: right;
}

.right{
  float: right;
}

.save-product{
  height: 34px;
  width:  100%;
  float:  right;
  text-align: center;
  position: relative;
}


.save-product svg{
  right:  0;
}


.favorite-icon{
  margin: 0;
}


.favorite-icon img{
  /* color: ; */
}


.the-slider{
  max-width: 100%;
  max-height: 400px;
}






.cart-counter, .favorite-counter{
  
  border: 1px solid #2A084A;
  background: #2A084A;
  color:      #ffffff;
  height: 20px;
  width:  20px;
  border-radius: 100%;
  font-size:  10px;
  padding-top: 1px;
  position: absolute !important;
  text-align: center;
  vertical-align: middle;
  z-index: 100;
  margin-left: -10px;
  margin-top:  -8px;

  top: 0;
  right: 0;

}

.position-relative{
  position: relative;
}

.menu-top-social{
  display: inline-block;
  height: 28px;
  width:  28px;
  margin-right: 10px;
}

.menu-top-social img{
  max-height: 100%;
  height: 26px;
}

.footer-menu-list{
	margin-left: 5px !important;
}


.footer-menu-list a,
.footer-menu-list a:visited{  
  color: #ffffff !important;
}


.footer-menu-list a:hover{  
  color: #ffffff !important;
}

.footer-menu h2.widget-title {
  /* font-size: 2em; */
  margin-bottom: 1.2rem;
  color: #F492BB !important;
  text-transform: uppercase;
  border-color: transparent;
  padding-left: 0px;

}



.footer-contact-text a,
.footer-contact-text a:visited,
.footer-contact-text a:active{
  color: #ffffff !important;
  text-decoration: none !important;
}

.footer-contact-text a:hover{
  color: #F493BB !important;
  text-decoration: none !important;
}

.copyright-text{
  font-size: 1.2em !important;
}

.see-all-icon{
  width: 24px;
  height:24px;
  margin-left: 6px;
}

.shopping-carriage{
  /*float: right;
  margin-right: 15px;*/
  display: inline-block;
}

.shopping-carriage-like img{
  width:  24px;
  height: 24px;
  border-radius: 5px;
/*  margin-top: 20px;*/
}


.product-tool-bar p span{

  width:  28px;
  height: 28px;
  padding: 1px 5px 6px 5px;
  border-radius: 5px;
  vertical-align: middle;
  text-align: center;
}

.smaller-img-20{
  width:  22px  !important;
  height: 22px !important;
}

.shopping-carriage-buy img{
  width: 28px  !important;
  height:28px  !important;
  background:#2A084A  !important;
  padding: 4px 6px 6px 6px  !important;
  border-radius: 4px !important;

  margin-top: 4px !important;
  display: inline-block; 
  cursor: pointer;
}

.navbar-dark{
  background:#2A084A  !important;
  padding: 6px  !important;
  padding: 20px 10px !important;
}

.navbar-dark .navbar-nav > a,
.navbar-dark .navbar-nav > a:visited{
  color: #F493BB !important;
}

.category-blocking-one{
  position: relative;
  padding: 0;
  margin:  0;
  border-radius: 8px;
}

.category-blocking-one .category-image{
   padding: 0;
   margin:  0;
   border-radius: 8px;
}

.category-blocking-one .category-blocking-details{
  position: absolute;
  width:    100%;
  bottom:      0;
  height:   auto;
  padding:  12px 14px;
  border-radius: 0 0 8px 8px;
  background: rgb(42,8,74);
  background: linear-gradient(180deg, rgba(42,8,74,0.682492980102197) 0%, rgba(42,8,74,1) 50%);

}


.category-blocking-one .category-blocking-details h3{
  font-weight: 600;
  line-height: 1.6;
  font-size:   16px;
  color: #ffffff;
}


.category-blocking-one .category-blocking-details h3 > a,
.category-blocking-one .category-blocking-details h3 > a:hover{
  color: #ffffff; 
}


.search-box-main input.search-input,
.search-box-main input.search-input:focus{
  font-size: 1.3em;
  width: 95%;
  height: 30px;
  min-width: 420px;
  padding: 25px;
  border-radius: 80px;
  border: 1px solid rgba(244, 147, 187, 0.4) !important;
  background: rgba(244, 147, 187, 0.4) !important;
  color: rgb(42,8,74);
  font-size: 18px;
  outline: none;
}


.search-box-main .search-main{
   max-width: 32px;
   height:    32px;
   margin-left: -50px;
}


.lg-hidden {
   display: none;
   visibility: hidden;
}

.md-hidden {
   display: none;
   visibility: hidden;
}

.woocommerce .related.products{
  margin-top: 10px !important;
}



.card-detail-product .card-title a:hover{
  color: #000000;
  opacity: 0.87 !important;
}


.card-detail-product .pricing .card-sub-title{
 width: 90%;
 margin-top: 7px;
 overflow: hidden;
}

.float-right{
 float: right;
}

.amount {
 color: #2A084A !important;
}



.floating-cart-one{
 
 border: 2px solid #2A084A;
 width:  43px;
 height: 43px;
 margin-right: 20px;
 position: fixed !important;
 bottom:   140px;
 right:    0;
 padding:  9px;
 border-radius: 100%;

 background: #2A084A;
 color: #ffffff;
 z-index: 200000;
}


.floating-cart-one, .floating-cart-one .favorite-counter{
 margin-top: -20px;
 border: 1px solid #F492BB;
}


.product-tool-bar{
 border: 2xp solid red;
}

.product-tool-bar{
 width: 40px;
 float: right;
 padding:5px;
}


.product-tool-bar p{
 padding: 0;
}


.product-tool-bar p span{
 padding: 0;
 cursor: pointer;
}



.show_hide{
  display: none !important;
  visibility: hidden !important;
}


#scroll-top {
 right: 20px;
 bottom: 90px !important;
}


.attendee-register, 
.attendee-register:hover, 
.attendee-register:active{
 
 border: 2px solid #2A084A  !important;
 text-decoration: none  !important; 
 margin-top: 10px !important;
 color: #F493BB !important;
 padding: 10px 20px !important;
   background: #2A084A !important;
 display: inline-block;
}

.content-left-sidebar .content-area {
   float: right;
   padding-left: 30px;
   padding-right: 0;
   border-left-width: 1px;
   border-right-width: 0;
}

.content-area {
   float: left;
   position: relative;
   width: 100% !important;
   padding-right: 30px;
   border-right-width: 1px;
   border-style: solid;
   border-color: #f1f1f1;
}

/**  updated section block   * */
.search-btn{
 cursor: pointer !important;
 z-index: 20 !important;
}

.search-main-btn{
 cursor: pointer !important;
 z-index: 20 !important;
 padding: 8px !important;	
 border-radius: 80px;
 background: #2A084A;
 color: #ffffff !important;
 width:  70px !important;	
}

.op-detail{
  padding: 0;
  font-size: medium;
  line-height: auto;	
  font-family: Open Sans;
  font-weight: 600;
  color: rgba(42, 8, 74, 1);
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.content-area{

 margin:  0;
 padding: 0;
 border:  0;
 width:   100%;
}

.content-area .site{

  margin: 0;
}

#wcfmmp_user_location_field{
 border: 0 solid pink;
}

#leaflet_wcfmmp_user_location{
  border: 0 solid red;
}

#wcfmmp_user_location{
 border: 0 solid green;
}

#wcfmmp_user_location{
 display: block !important;
 visibility: visible !important;
}


.card-title-text-left{
 text-align: left !important; 
}

.main-shop-product-body{
 position: relative;
}

.wcfmmp_sold_by_wrapper {
 width: 100%;
 display: none !important;
 visibility: hidden !important;
}

.woocommerce ul.products li.product li.category {
 display: block;
 font-size: 12px;
 font-weight: 300;
 line-height: 1;
 font-style: italic;
 margin-bottom: 8px;
 text-overflow: ellipsis;
 white-space: normal;

 display: none !important;
 visibility: hidden !important;
}

.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-main {
 
 position: relative;
 margin-bottom: 0 !important;
 z-index: 2;
 min-height: 180px !important;
 height: 180px !important;
}

.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-secondary {
 position: absolute;
 top: 0;
 left: 0;
 overflow: hidden;
 height: 100%;
 min-height: 180px !important;
 z-index: 1;
}




.woocommerce-NoticeGroup .woocommerce-error > *{
color: #ffffff !important;	
}
ul.woocommerce-error {
 background-color: #e2401c;
 color: #fff !important;
 border: none;
 border-left-width: medium;
 border-left-style: none;
 border-left-color: currentcolor;
 border-left: 10px solid rgba(0,0,0,.15);
 font-size: 14px;
 padding: 15px 20px;
 margin-bottom: 25px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 -ms-border-radius: 2px;
 border-radius: 2px;
 text-transform: none;
}

#main #content-wrap.container-fluid-p-0{

}

.page-header{
 background:  #f493bb66 !important;
}

.page-header .page-header-title, .page-header .site-breadcrumbs , .page-header .site-breadcrumbs a{
 color: #2A084A  !important;
 font-family: 'Open Sans' !important;
}

.wcfm-vendor-list {
 display: flex;
 flex-wrap: wrap;
 gap: 20px;
 justify-content: flex-start;
 margin-top: 20px;
}

.vendor-card {
 background-color: #FCE4EC; /* Light pink background */
 border: 2px solid #C2185B; /* Dark pink border */
 border-radius: 10px;
 width: 180px;
 padding: 20px;
 text-align: center;
 box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
 transition: transform 0.3s ease;
}

.vendor-card:hover {
 transform: translateY(-5px);
}

.vendor-logo img {
 max-width: 100px;
 height: auto;
 border-radius: 50%;
 margin-bottom: 10px;
 background: #FFFFFF;
 padding: 10px;
 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.vendor-name {
 font-size: 1.1em;
 color: #C2185B; /* Match the border color */
 margin: 10px 0;
 font-weight: bold;
}

.shop-now-button {
 display: inline-block;
 margin-top: 10px;
 padding: 10px 20px;
 background-color: #2a074a; /* Dark purple button background */
 color: #FFFFFF;
 font-size: 0.9em;
 font-weight: bold;
 border-radius: 5px;
 text-decoration: none;
 transition: background-color 0.3s ease;
}

.shop-now-button:hover {
 background-color: #2a074a; /* Darker purple on hover */
}
#main #content-wrap {
 padding-top: unset !important;
 padding-bottom: unset !important;
}


#search-results{
 width: 100% !important;
}

.search-form-container{

}

.products.oceanwp-row.clr.list{
 padding: 0px 2rem;
}

.search-bar-container{
 display: none;
}

.mobile-icon-menu{
 position: sticky !important;
 top: 20px !important;
}

.user-items-mobile {
 display: flex;
 gap: 0.5rem;
}
.user-items-mobile li{
 flex: 1 1 0px;
 display: flex;
 justify-content: center;
 align-items: center;
}

.user-items-mobile li *{
 /* border:1px solid #00000060; */
}

.min-h-50{
 min-height: 50%;
}

nav.navbar-dark {
 background-color: unset !important;
 background-image: linear-gradient(90deg, #CF4E84 0%, #2A084A 100%) !important;
 border-top-left-radius: 1rem;
 border-top-right-radius: 1rem;
}
.navbar-nav .nav-item a.nav-link{
color: white !important;
font-family: 'Open Sans', sans-serif;
}

.front-page-slider .flex-control-nav li a.flex-active{
 background: rgba(42, 8, 74, 1) !important;
}

.front-page-slider .flex-control-nav li a{
 background: rgba(244, 146, 187, 0.56) !important;
}




footer{
 background-image: linear-gradient(90deg, #CF4E84 0%, #2A084A 100%) !important;
 border-top-left-radius: 1rem;
 border-top-right-radius: 1rem;
}

.footer-menu h2.widget-title{
 font-weight: bold;
 color: white !important;
 font-family: 'Open Sans', sans-serif;
}

.menu-top-icon .col-5{
 color: #F492BB;
}

.store-btn-name{
 color: #fff;
 font-weight:bold;
 font-size:90%
}

.section-width-medium{
  width:  100%;
  margin: 0 auto;
}

.width-33{
  width: 33%;
  margin-bottom: 15px;
}




.offcanvas-end-small-screen{
  display: none;
  visibility: hidden;
  width: 100% !important;
  padding-top: 9px !important; 	
}




.category-image-figure{
  height: 300px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}



.category-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.product-image-figure{
  height: 220px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.product-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.card-detail-product{
  height: 70px;
  overflow: hidden;
}

.card-detail-product .card-title{
  height: auto;
  max-height: 40px;
  line-height:18px;
  text-transform: lowercase !important;	
}


.wcfm_appointment_title, .wcfm_auctions_title, .wcfm_booking_title, .wcfm_coupon_title, .wcfm_dashboard_item_title, .wcfm_listing_title, .wcfm_order_title, .wcfm_product_title{
  color: var(--accent) !important;
}

.owp-floating-bar button.button{
  color: #fff !important;
}

.mobile-icon-menu .user-items {
  display: flex;
  justify-content: center;
  
}


.mobile-icon-menu .user-items .user-items-mobile{
  max-width: 450px;
}


.button.nmgr-call-to-action-btn{
  padding: 10px 20px !important;
  color: white !important;
  border: 0px;
  display:inline-block;
  text-decoration: none !important;
}

.nmgr-call-to-action-no-wishlist{
  margin-bottom: 2rem !important;
}

.button{
  color: #fff !important;
  padding: 1rem;
}
.site-content .woocommerce{
  padding: 1rem !important ;
}

@media (min-width:768px){
  /* .row-cols-vsm-1>* { */
      /* flex: 0 0 auto; */
      /* width: 100% ; */
  /* } */

  .front-page-slider {
      /* padding: 1rem 3rem !important; */
  }

  .front-page-slider .flex-viewport{
      border-radius: 2.4rem !important;
      overflow: hidden !important;
  }
}

@media (min-width:992px) {
  .product-thumbnail-slider {
    height: 490px;
  }
}

@media (min-width:992px) {
  .product-thumbnail-slider {
    height: 490px;
  }
}

@media (min-width:1200px) {
  .product-thumbnail-slider {
    height: 590px;
  }

  .product-thumbnail-slider {
    height: 590px;
  }
}

@media (min-width:1400px) {
  .product-thumbnail-slider {
    height: 690px;
  }
}


@media (min-width:1400px) {
  .product-thumbnail-slider {
    height: 690px;
  }
}



@media (max-width:400px) {
  .search-box-main input.search-input, .search-box-main input.search-input:focus {
    width: 100%  !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
}

@media(max-width: 476px) {
  .category-image-figure{
    height: 200px !important;
  }
}

@media (max-width: 767px) {

  .card-detail-product .card-title{
    overflow: hidden !important;
    line-height:16px;
    max-height: 38px !important;
  }
	
	
  .small-screen-padding-top{
	   margin-top: 60px;	
	}	

}

@media (max-width: 767px) {


  .small-screen-padding-top {
      margin-top: unset;
  }
}
@media screen and (max-width:991px) {
  .txt-fx .letter {
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
  }  
}


@media(max-width:992px) {
  .product-thumbnail-slider {
    margin-top: 20px;
    height: auto;
  }
}

@media (max-width:992px){



  .search-bar-container{
    display: block;
  }
  .mobile-icon-menu{
    width: 100%;
  }

  .user-items{
    /* background:#2A084A  !important; */
    background-color: unset !important;
    background-image: linear-gradient(90deg, #CF4E84 0%, #2A084A 100%) !important;
    padding: 1.6rem 0px;
  }
  
  .menu-top-icon .col-5{
    width: 45% !important;
    color: white;
  }

  .menu-top-icon .op-detail{
    color: #fff !important;
    font-weight: 400  !important;
  }


}

@media (max-width:992px) {

  .navbar-nav .nav-item a.nav-link {
		color: #F493BB !important;
		font-weight: 500;
		padding: 0;
	}

  .store-btn-name{
    font-size: 70%;
  }
  .home-category-container .category-count{
    font-size: 68%;
  }  

  .btn-right{
    display: flex;
  }

  .navbar-dark {
    background: transparent !important;
    height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .menu-icons-container{
    width: 100% !important;
    flex-wrap: wrap;
  }
  .search-header-container{width: 100%;}

  .search-header{
    display: block;
  }
  .search-header>*{
    width: 100% !important;
  }


}

@media (max-width:1024px){
  .menu-top-icon{
    flex-direction: column !important;
  }
  .menu-top-icon .col-5{
    width: 65% ;

  } 
  .menu-top-icon .col-7{
    width: 100% ;
  }
  .menu-top-icon .op-detail{
    font-size: small;
    text-align: center;
  }
}

@media(max-width: 768px){
  .md-hidden {
     display: inline-block;
     visibility: visible;
   }
}

@media(max-width: 992px){
  
  .lg-hidden {
     display: inline-block;
     visibility: visible;
  }

}

@media(max-width: 576px){
	
  .width-33{
    width: 50% !important;
    margin-bottom: 15px;
  }
	
}

@media(max-width: 768px){
  .offcanvas-end-small-screen{
	  display:     block;
	  visibility:  visible;
	  width:       100% !important;
	  padding:     0 !important;
	  left:        0 !important;
	  height:      60px !important;
	  background:  transparent !important;
	  top:         0 !important;
	  position:    fixed !important;
   }
	
   .offcanvas-end-small-screen form{
	  padding:     6px 0 2px 5px !important; 
   }	

   .offcanvas-end-small-screen form .search-text-2{
	  float: left;
	  width: 97%;
	  min-width: auto;
	  background:   #F492BB;
	}	
	
	.offcanvas-end-small-screen form .search-main-btn{
		float:      right;
		margin-top: 10px;
		width:      80px;
		right:      15px;
		position:  relative;
	}

	
  .width-33{
    width: 50% !important;
    margin-bottom: 15px;
  }



  .navbar-brand{
    left:   -10px;
    margin-left: -20px;
  }


  .user-items-small-wide{
    width: 180% !important;
    background:#2A084A  !important;
    padding: 6px  !important;
    padding: 10px 0 3px 0 !important;
    margin-left:  -10px;
	margin-right: -10px;
	left: 0;  
  }

  .user-items-small-wide ul li{
     width: 20%;
     text-align: center;
  }

  .navbar-dark{
      background: transparent !important;
      height:  1px !important;
      padding: 0 !important;
      margin:  0 !important;
  }

  .section-width-medium{
    padding-bottom: 0 !important;
  }

  .cart-counter, .favorite-counter{
    border: 1px solid #F493BB !important;
  }

}

@media(max-width: 992px){
  .width-33{
    width: 50%;
    margin-bottom: 15px;
  }  
  
  .product-thumbnail-slider {
    margin-top: 20px;
    height: auto;
  }

}


@media screen and (max-width: 600px) {
  :root {
    --header-height: 100px;
    --header-height-min: 80px;
  }
}

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

  .margin-small,
  .margin-medium,
  .margin-large {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}


@media only screen and (max-width: 768px) {
  .close-button {
    right: 20px;
  }

  .search-box input.search-input {
    min-width: 300px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  #modallong .modal-dialog {
    max-width: 790px;
  }
}

@media only screen and (max-width: 575px) {
  #modallong .modal-dialog {
    max-width: 790px;
  }

  #modallong .mini-cart-item .quantity-price {
    flex-wrap: wrap;
  }

  #modallong .quantity-price .price-code {
    width: 100%;
  }

  #modallong .product-header h4.product-title {
    font-size: 1.2em !important;
  }
}

@media only screen and (max-width: 991px) {
  #navbar .user-items {
    display: none;
  }

  #header-nav .offcanvas {
    
    top:  0 !important;
    width: 100% !important;
    position: fixed !important;
    overflow: hidden !important;
    overflow-y: auto !important;
    padding:    35px 0 15px 0 !important;
    z-index: 9999;
    background-color: var(--light-color);
  }

  #header-nav .offcanvas-end {
    width: 500px;
  }

  .offcanvas .offcanvas-body .navbar-nav {
    align-items: unset !important;
    padding-left: 20px;
  }

  .offcanvas .nav-item a.nav-link {
    font-size: 1.2em !important; 
  }
}


@media only screen and (max-width: 991px) {
  #intro .swiper-wrapper {
    flex-direction: column;
    gap: 1rem;
  }

  .swiper .card.large {
    min-height: 20rem;
  }
}

@media only screen and (max-width: 768px) {
  .bold-text {
    right: 0;
    right: 0;
    bottom: -35px;
    font-size: 6.1em;
  }
}
@media only screen and (max-width: 1500px) {

  #intro .swiper img.banner-image {
    width: 100%;
    height: 68vh;
    object-fit: cover;
  }
}

@media only screen and (max-width: 991px) {
  .swiper.large-swiper {
    padding: 1rem;
  }
  #intro .thumb-swiper {
    top: 550px;
    right: 0;
    height: 420px;
    width: 100%;
  }

  /* #intro .banner-content {
    top: 100px;
    width: 82%;
    margin-left: 30px;
  } */

  #intro h1.heading {
    font-size: 5.5em;
  }
  .thumb-swiper {
    display: none;
  }
  .jarallax {
    min-height: 280px;
  }
}

@media only screen and (max-width: 991px) {
  .collection-card {
    min-height: 15rem;
  }
  .banner-content .banner-title,
  .card .card-title {
    letter-spacing: -0.1rem;
  }
}
@media only screen and (max-width: 491px) {
  .products-tabs li.nav-item>button {
    font-size: 1em !important;
  }
}
@media only screen and (max-width: 991px) {
  #our-team p {
    width: 78%;
  }
}

@media only screen and (max-width: 700px) {
  #testimonials .review-item {
    flex-wrap: wrap;
  }
}



/*  .col- (extra small devices - screen width less than 576px)
    .col-sm- (small devices - screen width equal to or greater than 576px)
    .col-md- (medium devices - screen width equal to or greater than 768px)
    .col-lg- (large devices - screen width equal to or greater than 992px)
    .col-xl- (xlarge devices - screen width equal to or greater than 1200px)
*/

/* Rogers favorite viewports */

/* General mobile devices (portrait and landscape) */
@media only screen and (max-width: 767px) {
  /* Your CSS styles here */
  body {
    font-size: 14px;
    background-color: #f9f9f9;
  }
}

/* Target portrait mode specifically */
@media only screen and (max-width: 767px) and (orientation: portrait) {
  /* Your CSS styles for portrait mode */
  .container {
    padding: 10px;
  }
}

/* Target landscape mode specifically */
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* Your CSS styles for landscape mode */
  .container {
    padding: 20px;
  }
}

/* Extra small devices (phones, 320px to 479px) */
@media only screen and (min-width: 320px) and (max-width: 479px) { 
  /* Your CSS styles for extra small devices */
  body { 
    font-size: 12px; 
  } 
} 

/* Small devices (large phones, 480px to 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
  /* Your CSS styles for small devices */
  body { 
    font-size: 14px; 
   
  } 
}

/* Medium devices (tablets, 768px to 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) { 

}



/* Extra small devices (phones, 320px to 479px) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  /* Your CSS styles for extra small devices */
  body {
    font-size: 12px;
  }
}

/* Small devices (large phones, 480px to 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* Your CSS styles for small devices */
  body {
    font-size: 14px;
  }
}

/* Medium devices (tablets, 768px to 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Your CSS styles for medium devices */

}


