:root {
  --primary-color: #dd2037;
  --secondary-color: #fac900; 
  --tertiary-color: #294a79;
  --highlight-color: #dd2037;
  --white: #fff;
  --black: #000;
  --primary-menu-font: "Nunito", sans-serif;
  --primary-font: "Nunito", sans-serif;
  --secondary-font: "Lato", sans-serif;
  --btn-primary-font: "Nunito", sans-serif;
  --btn-secondary-font: "Lato", sans-serif;
} 
h1,h2,h3,h4,h5,h6 {
    font-family: var(--primary-font);
}

.common-sec {
    padding: 3em 0em;
}

.info-email {
  display: flex;
  gap: 5px;
}
/*Woocommerce login and register css start*/
.page-content-sec .woocommerce .woocommerce-button {
    display: flex !important;
    align-items: center;
    padding: 15px 20px !important;
    transition: 0.3s;
    font-size: 13px !important;
    font-weight: bold !important;
    font-family: var(--btn-secondary-font) !important;
    background: var(--primary-color) !important;
    text-transform: uppercase;
    color: var(--white) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 10px !important;
}
.page-content-sec .woocommerce .woocommerce-button:hover {
    background: var(--tertiary-color) !important;
    border-color: var(--tertiary-color) !important;
}
.page-content-sec .woocommerce form .form-row .input-text, .page-content-sec .woocommerce form .form-row select {
    width: 100%;
    border-radius: 10px !important;
    border-color: #E5E7EB !important;
    font-family: var(--secondary-font) !important;
    padding: 10px 10px !important;
}
.page-content-sec .woocommerce form .form-row label {
    font-family: var(--secondary-font) !important;
    font-size: 16px;
}
/*Woocommerce login and register css end*/

/*product css st*/
.product-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
}
.product-card .button:hover {
    background: var(--tertiary-color);
}
.product-carousel .owl-dots .owl-dot {
    outline: none;
    border: none;
    background: transparent;
    padding: 6px;
    width: 24px;
    height: 24px;
}
.product-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: transparent;
    border: 2px solid var(--black);
    transition: all 0.3s ease;
    margin: auto;
}
.product-carousel .owl-dots .owl-dot.active span {
    background: var(--primary-color);
    border-color: var(--primary-color); 
}
.product-carousel .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
    border-color: var(--primary-color); 
}
.wc-product-slider {
    position: relative;
}
.wc-product-slider {
    position: relative;
}

/* Hide nav by default */
.product-carousel .owl-nav {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* Show nav on hover of slider */
.wc-product-slider:hover .product-carousel .owl-nav {
    opacity: 1;
    visibility: visible;
}

/* Nav buttons */
.product-carousel .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    max-height: 90%;
    font-size: 25px !important;
    color: var(--black) !important;
    background: transparent !important;
}

/* Positions */
.product-carousel .owl-nav .owl-prev {
    left: -35px;
}

.product-carousel .owl-nav .owl-next {
    right: -35px;
}

.product-card .price {
    padding-top: 5px;
}
.product-card .cart-hover {
    margin-top: 10px;
}
.cart-hover a.button {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.cart-hover a.button::after {
  content: "\f07a"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-card:hover .cart-hover a.button {
  color: transparent;
}
.product-card:hover .cart-hover a.button::after {
  opacity: 1;
  color: var(--white);
}
.product-card .regular-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 6px;
}
.product-card .sale-price {
  color: #e63946;
  font-weight: 700;
}
.product-card .normal-price {
  font-weight: 600;
}
.product-card .product-image {
  position: relative;
  display: block;
}
.product-card .product-image img {
  transition: opacity 0.4s ease;
  border-radius: 10px;
}
.img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-card:hover .img-hover {
  opacity: 1;
}
.product-card:hover .img-main {
  opacity: 0;
}
.product-carousel {
    display: block !important;
}
.product-card {
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 17px;
    background: #f7f7f7;
    z-index: 99 !important;
    position: relative;
    margin: 1px 0px;
}
.product-card h3 {
    font-size: 16px;
    font-family: var(--secondary-font);
    font-weight: 700;
    color: var(--black);
    margin: 0;
    padding: 10px 0px;
    height: 100%;
    min-height: 60px;
}
.product-card .button {
    background: var(--primary-color);
    color: var(--white);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    border-radius: 30px;
    font-weight: bold;
    font-family: var(--btn-primary-font);
    text-transform: capitalize;
    font-size: 14px;
}
.product-card .sale-price .woocommerce-Price-amount.amount {
    color: var(--black);
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 20px;
}
.product-card .regular-price .woocommerce-Price-amount.amount {
    color: #bbb;
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 18px;
}
.product-card .discount-badge {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 99;
    background: var(--primary-color);
    color: var(--white);
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
}
/*product css end*/

/*header css start*/
.header-sec {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: transform 0.45s ease, box-shadow 0.45s ease;
    transform: translateY(0);
}
.header-sec:not(.sticky) {
    box-shadow: none;
}
.header-sec.sticky {
    box-shadow: 0 6px 14px rgba(0,0,0,0.1);
}
.site-branding img {
    transition: max-width 0.45s ease;
    width: 100%;
    max-width: 150px !important;
    height: 100%;
}
.header-sec.sticky .site-branding img {
    max-width: 100px !important;
}
body.page-template-template-home {
    padding-top: 120px;
}
.page-template-template-home .header-sec {
    position: fixed;
}
/*topbar css start*/
.topbar-sec {
    background: var(--secondary-color);
    position: relative;
}
.marquee-text-slide {
    width: 100%;
    padding: 10px 0px;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    position: relative;
    transition: color 0.3s ease;
}
.marquee-content {
    width: max-content;
    animation: marquee 20s linear infinite;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-width: 100%;
    white-space: nowrap;
}
.marquee-content span {
    font-size: 14px;
    font-weight: 900;
    color: var(--black);
    font-family: var(--secondary-font);
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*topbar css end*/
.main-navigation li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 51%;
    transform: translateY(-50%);
    height: 15px;
    width: 1px;
    background-color: var(--white);
}
.main-navigation {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.main-navigation li a {
    color: var(--white);
    font-family: var(--primary-font);
    text-transform: uppercase;
    padding: 18px 12px;
    font-size: 15px;
    font-weight: bold;
}
.menu-wrp {
    background: var(--primary-color);
    padding: 10px 0px;
}
.site-branding {
    margin: 0;
}

.header-icons li a i {
    font-size: 20px;
    padding: 0px 10px;
    display: inline;
    color: var(--white);
}
.header-icons li a {
     text-decoration: none;
}
.header-icons {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    padding: 0;
}
.header-icons li {
    list-style: none;
}
.header-icons li i {
    font-size: 20px;
}
/*Header-Section Menu Css Start*/
.mob-account-menu {
    display: none;
}
.menu-logo-wrp {
    display: flex;
    align-items: center;
}
.mobile-menu-toggle {
    display: block;
    cursor: pointer;
   position: relative;
    right: 30px;
}
.mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: var(--white);
    margin: 5px 0;
}
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
  z-index: 9999;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-offcanvas-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 280px;
  height: 100vh;
  background: var(--primary-color);
  z-index: 9999;
  padding: 20px 0px;
  transform: translateX(-100%);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.mobile-offcanvas-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  font-size: 32px;
  color: var(--white);
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: -20px;
}
.mobile-offcanvas-menu ul {
  padding: 0;
  margin: 30px 0 0;
}
.mobile-menu li {
    list-style: none;
    border-bottom: 1px solid #E5E7EB;
}
.mobile-menu li a {
  color: var(--white);
  padding: 15px 0;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-family: var(--primary-menu-font);
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
}
.mobile-menu .sub-menu {
  display: none;
  padding-left: 15px;
}
.mobile-menu li.menu-item-has-children > a::after {
    content: "\f078"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    float: right;
    margin-left: 8px;
    font-size: 14px;
}
.mobile-menu li.menu-item-has-children.submenu-open > a::after {
    transform: rotate(180deg);
}
.mobile-offcanvas-menu.active .sub-menu {
  background-color: var(--white) !important;
}
.mobile-offcanvas-menu.active .sub-menu a {
  color: var(--primary-color) !important;
}
.no-scroll {
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .mobile-offcanvas-menu,
  .mobile-menu-overlay {
    transition: none;
  }
}
.mobile-menu-toggle {
    display: none;
}
/*header css end*/

/*banner slider css start*/
.banner-slider-sec .banner-slider figure img {
    width: 100%;
    max-width: 100%;
    height: 100%;
   
}

.banner-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px !important;
  color: var(--white) !important;
}
.banner-slider .owl-nav .owl-prev {
  left: 10px;
}
.banner-slider .owl-nav .owl-next {
  right: 10px;
}
.banner-slider figure {
    margin: 0;
}
.banner-slider img {
    width: 100% !important;
    max-width: 100%;
}
.banner-slider-sec {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    background: var(--primary-color);
}
.banner-slider {
    width: 100%;
}
.banner-slider .owl-stage-outer {
    overflow: hidden !important;
}
.banner-slider .owl-stage {
    display: flex;
}
.banner-slider .owl-item {
    width: 100% !important;
}
.banner-slider .item {
    width: 100%;
}
/*banner marquee slider*/
.banner-marquee-sec .banner-marquee-content img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.banner-marquee-sec {
    background: var(--primary-color);
    padding: 10px 0px;
}
.banner-marquee-sec .banner-marquee-slide {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    position: relative;
    transition: color 0.3s ease;
}
.banner-marquee-sec .banner-marquee-content {
    width: max-content;
    animation: marquee 20s linear infinite;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-width: 100%;
    white-space: nowrap;
}
.banner-marquee-sec .banner-marquee-content p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.banner-marquee-sec .banner-marquee-content p span {
    color: var(--white);
    font-family: var(--secondary-font);
    font-size: 18px;
    font-weight: 900;
}
.banner-marquee-slide-wave {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.banner-marquee-slide-wave svg {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 22px;
}
.banner-marquee-slide-wave svg path {
  fill: var(--primary-color);
}
/*banner slider css end*/

/*testomonial css start*/
.testimonial-sec .testimonial-profile figure {
    margin: 0;
}
.testimonial-sec .testimonial-profile figure img {
    max-width: 50px;
    max-height: 50px;
    border-radius: 25px;
    width: 100%;
    height: 100%;
}
.testimonial-sec .testimonial-top-content {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    padding: 15px 0px;
    border-bottom: 1px solid #E5E7EB;
    margin: 0px 10px;
}
.testimonial-sec .testimonial-check-icon {
    position: absolute;
    left: 34px;
    top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    z-index: 10;
    width: 20px;
    border: 2px solid #E5E7EB;
    height: 20px;
    border-radius: 20px;
}
.testimonial-sec .testimonial-check-icon i {
    font-size: 16px;
    color: #31856c;
}
.testimonial-sec .testimonial-reviewer h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    font-family: var(--secondary-font);
}
.testimonial-sec .testimonial-rating {
    display: flex;
    align-items: center;
    padding: 15px 0px;
    gap: 15px;
    margin: 0 10px;
}
.testimonial-sec .testimonial-rating .testimonial-rating-stars i {
    font-size: 20px;
    color: #ffbc00;
}
.testimonial-sec .testimonial-rating span {
    font-size: 18px;
    color: #898f92;
    font-weight: 400;
}
.testimonial-sec .testimonial-reviewe-content p {
    margin: 0;
    padding-bottom: 10px;
    font-family: var(--secondary-font);
    font-size: 16px;
    color: #484e51;
    font-weight: 400;
}
.testimonial-sec .testimonial-reviewe-content small {
    color: #898f92;
    font-size: 14px;
    font-family: var(--secondary-font);
    font-weight: 500;
}
.testimonial-sec .testimonial-reviewe-content {
    padding: 16px;
    margin: 0 10px 15px 10px;
    border-radius: 6px;
}
.testimonial-sec .testimonial-card {
    padding: 10px;
    border-radius: 25px;
    background: var(--white);
    cursor: pointer;
    margin: 10px 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.testimonial-sec .testimonial-product figure img {
    width: 100%;
    max-width: 50px;
}
.testimonial-sec .testimonial-product figure {
    margin: 0;
}
.testimonial-sec .testimonial-product {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f4f4f4;
    border-radius: 0px;
    padding: 10px;
}
.testimonial-sec .testimonial-product span {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    font-family: var(--secondary-font);
}
.title-wrp h2 {
    font-size: 30px;
    color: var(--black);
    font-weight: bold;
    margin: 0;
    font-family: var(--primary-font);
}
.title-wrp {
    padding-bottom: 30px;
}
.zig-zag-line {
    --a: 90deg;
    --s: 20px;
    --b: 6px;
    background: var(--secondary-color);
    width: 100px;
    height: calc(var(--b) + var(--s) / (2 * tan(var(--a) / 3)));
    margin: 0 auto;
    --_g: var(--s) repeat-x conic-gradient(from calc(var(--a) / -2) at bottom, #0000, #000 1deg calc(var(--a) - 1deg), #0000 var(--a));
    mask: 50% calc(-1 * var(--b)) / var(--_g) exclude, 50% / var(--_g);
}
.testimonial-sec .owl-nav.disabled {
    display: block !important;
}
.testimonial-sec .owl-nav .owl-next {
    background: #808080 !important;
    border-radius: 15px;
    color: var(--white) !important;
    font-size: 12px !important;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 1px 2px !important;
}
.testimonial-sec .testimonial-reviewer h3 span {
    font-family: var(--secondary-font);
}
.testimonial-sec .owl-nav .owl-prev {
    background: #808080 !important;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white) !important;
    font-size: 12px !important;
    width: 20px;
    padding: 1px 2px !important;
    height: 20px !important;
}
.testimonial-sec .owl-nav .owl-prev {
    left: -30px;
}
.testimonial-sec .owl-nav .owl-next {
    right: -30px;
}
.testimonial-sec .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
/*testomonial css end*/

/*footer css start*/
.footer-menu-wrp p {
    font-family: var(--secondary-font);
}
.footer-sec {
	background-color: var(--primary-color);
	color: var(--white);
	padding: 30px 0 20px;
}
.footer-left figure,.payment-content figure{
    margin: 0;
}

.footer-left img {
    width: 100%;
    max-width: 100px !important;
    height: 100%;
}
.footer-menu-wrp h3{
	 font-family: var(--primary-font);
	 font-size: 25px;
	 font-weight: bold;
	 margin-bottom: 15px;
}
.footer-menu-list {
    padding: 0;
    margin: 0;
}
.footer-menu-list li {
    list-style: none;
    font-size: 18px;
}
.footer-menu-list li a,.social-contact-wrp a,.footer-menu-wrp a {
    text-decoration: none;
    color: var(--white) !important;
	font-family: var(--secondary-font);
}
.footer-bottom p,.copyright-wrp p,.social-contact-wrp p{
	font-family: var(--secondary-font);
	margin:0;
}
.footer-bottom p {
    font-size: 14px;
    font-weight: 500;
}
.social-contact-wrp p {
    font-size: 14px;
    font-weight: 700;
}
.copyright-sec {
    background: var(--secondary-color);
}
.copyright-wrp {
	padding: 16px;
}
.copyright-wrp p{
    font-size: 14px;
    color: var(--black);
}
.copyright-wrp p a {
    text-decoration: none;
    color: var(--black) !important;
}
.payment-content img {
    width: 100%;
    max-width: 300px !important;
    height: 100%;
}
.social-media-wrp {
    display: flex;
}
.footer-left {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}
.social-media-wrp {
    display: flex;
    margin: auto;
    justify-content: space-between;
    max-width: 42px;
}
.wave-divider {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.wave-divider svg {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 22px;
  transform: rotate(180deg);
  overflow: hidden;
  margin-bottom: -1px;
}
.wave-divider svg path {
  fill: var(--primary-color);
}
/*footer css end*/

/*story video css start*/
.shop-video-content {
    display: flex;
    justify-content: space-between;
}
.shop-video-sec .shop-video-btn {
    position: relative;
    width: 100%;
    background: var(--secondary-color);
    color: var(--black);
    padding: 10px 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    font-family: var(--btn-primary-font);
}
.shop-video-sec .shop-video-btn .btn-text {
    transition: 0.3s;
}
.shop-video-sec .shop-video-btn .btn-icon {
    position: absolute;
    font-size: 20px;
    opacity: 0;
    transform: scale(0.5);
    transition: 0.3s;
}
.shop-video-sec .shop-video-btn:hover {
    background: var(--primary-color);
}
.shop-video-sec .shop-video-btn:hover .btn-text {
    opacity: 0;
    transform: translateY(-10px);
}
.shop-video-sec .shop-video-btn:hover .btn-icon {
    opacity: 1;
    transform: scale(1);
    color: var(--white);
}
.shop-video-1, .shop-video-2, .shop-video-3, .shop-video-4 {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.shop-video-sec .shop-video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, .75), transparent);
    color: var(--white);
    z-index: 2;
}
.shop-video-sec .shop-video-overlay .shop-video-content h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: var(--secondary-font) !important;
}
.shop-video-sec .shop-video-overlay .shop-video-content p {
    font-size: 13px;
    margin-bottom: 10px;
    opacity: 0.9;
}
.shop-video-1 video, .shop-video-2 video, .shop-video-3 video, .shop-video-4 video{
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    border-radius: 15px;
}
/*story video css end*/

/*categories css start*/
.categories-box {
    position: relative;
}
.category-title p {
    margin: 0;
    color: var(--white);
    font-family: var(--secondary-font);
    background: var(--primary-color);
    padding: 12px 25px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    border-radius: 10px;
}
.categories-box:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: var(--black);
    opacity: .1;
    border-radius: 12px;
    transition: opacity 0.6s cubic-bezier(0, 0, 0.44, 1.18);
}
.category-title p {
    margin: 0;
    color: var(--white);
    font-family: var(--secondary-font);
    background: var(--primary-color);
    padding: 10px 25px 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}
.category-title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
    bottom: 0;
}
.categories-box .category-img {
    overflow: hidden;  
    border-radius: 10px;  
}
.categories-box .category-img::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: rgb(0 0 0 / 38%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}
.categories-box:hover .category-img::after {
    opacity: 1;
}
.categories-box:hover .category-img img {
    transform: scale(1.08);
}
.category-img img {
    width: 100%;
     object-fit: cover;
    transition: transform 0.5s ease;
    max-width: 100%;
    border-radius: 12px;
    height: 100%;
}
/*categories css end*/

/*our story css start*/
.our-story-content p:last-child {
    margin: 0;
}
.our-story-content p a {
    text-decoration: none;
    color: var(--black);
    font-weight: 400;
}
.our-story-video video {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 15px;
    max-height: 550px;
    object-fit: cover;
}
.our-story-video {
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.section-title {
    margin: 0;
    font-weight: bold;
    font-size: 65px;
    font-family: var(--primary-font);
    color: var(--black);
}
.our-story-content h3 {
    margin: 0;
    color: var(--black);
    font-family: var(--secondary-font);
    font-size: 28px;
    padding: 20px 0px;
}
.our-story-content p {
    font-size: 22px;
    font-family: var(--secondary-font);
    font-weight: 400;
}
.our-story-sec {
    padding-bottom: 3em;
}
/*our story css end*/

/*instafeed css start*/
.instagram-feed .title-wrp h2 {
    font-size: 35px;
    color: var(--white);
    padding-bottom: 20px;
}
.instagram-feed {
    background: var(--tertiary-color);

}
.insta-post img {
    transition: 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 10px;
}
.insta-post .overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 38%);
    opacity: 0;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
}
.insta-post:hover .overlay {
    opacity: 1;
}
.profile-link {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}
.profile-overlay {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}
.instagram-feed .title-wrp p {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--secondary-font);
    margin: 0;
    color: var(--white);
}
.instagram-feed .title-wrp p a {
    color: var(--white);
    font-weight: 500;
    text-decoration: none;
}
.profile-link:hover .profile-overlay {
    opacity: 1;
}
.profile-overlay i {
    color: var(--white);
    font-size: 18px;
}
.profile-link h5 {
    margin: 0;
    font-family: var(--secondary-font);
}
.primary-btn {
    padding: 9px 30px !important;
    text-decoration: none;
    color: var(--white) !important;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: auto;
    gap: 6px;
    transition: 0.3s ease-in-out;
    font-size: 14px;
    margin-top: 3em;
    font-family: var(--btn-secondary-font);
    border: 1px solid var(--primary-color);
    font-weight: 600;
    background: var(--primary-color);
}
.primary-btn:hover {
    background: var(--tertiary-color);
    border-color: var(--tertiary-color);
}
.instagram-feed .primary-btn:hover {
    border: 1px solid var(--white) !important;
}
/*instafeed css end*/

/*contact css start*/
.contact-form-wrapper input:focus-visible {
    outline: none !important;
}
.contact-form-wrapper textarea:focus-visible {
    outline: none !important;
}

.contact-content h3 {
    margin: 0;
    font-size: 36px;
    color: var(--black);
    font-family: var(--secondary-font);
}
.contact-content .section-title {
    padding-bottom: 25px;
    color: var(--highlight-color);
}
.contact-form-wrapper p {
    margin-bottom: 20px;
}
.contact-form-wrapper input {
    width: 100%;
    border-radius: 10px !important;
    border-color: #E5E7EB !important;
    font-family: var(--secondary-font);
    padding: 10px 10px !important;
}
.contact-form-wrapper label {
    font-family: var(--secondary-font);
    color: var(--black);
}
.contact-form-wrapper textarea {
    width: 100%;
    border-color: #E5E7EB !important;
    font-family: var(--secondary-font);
    border-radius: 10px !important;
    padding: 10px 10px !important;
}
.contact-btn button:hover {
    background: var(--tertiary-color);
    border-color: var(--tertiary-color);
}
.contact-btn button {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border: none;
    border-radius: 10px !important;
    transition: 0.3s;
    font-size: 13px;
    border-radius: 0px;
    font-weight: bold;
    font-family: var(--btn-secondary-font);
    background: var(--primary-color);
    text-transform: uppercase;
    color: var(--white);
	border: 1px solid var(--primary-color);
}
/*contact css end*/

/*hotspot banner css start*/
.hotspot-banner-sec .wrap_svl .images_wrap img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.hotspot-banner-sec .wrap_svl .images_wrap {
    border-radius: 15px;
}
.hotspot-banner-sec .wrap_svl_center_box {
    width: 100%;
    display: flex !important;
}
.hotspot-banner-sec .wrap_svl {
    width: 100%;
}
.hotspot-product-content {
    background: var(--white) !important;
    width: 100%;
    border-radius: 10px;
    max-width: 250px !important;
    padding: 15px 20px;
}
.hotspot-product-content img {
    width: 100%;
    border-radius: 10px;
    max-width: 250px !important;
    height: auto;
}
.hotspot-product-content p {
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
    font-family: var(--secondary-font);
    text-align: center;
    margin: 0;
}
.hotspot-product-content .hotspot-product-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    text-align: center;
    margin: 0;
    font-family: var(--secondary-font);
    padding: 15px 0px;
}
.hotspot-product-content .hotspot-product-price {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
}
.hotspot-product-content a {
    background: var(--primary-color);
    color: var(--white) !important;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0px;
    border-radius: 30px;
    font-weight: bold;
    font-family: var(--btn-primary-font);
    text-transform: uppercase;
    border-color: var(--primary-color);
    font-size: 14px;
    margin-top: 15px;
}
.hotspot-product-content a:hover {
    background: var(--tertiary-color);
    border-color: var(--tertiary-color);
}
#powerTip {
    background: transparent !important;
    z-index: 99 !important;
}
/*hotspot banner css end*/

/*about sec css start*/
.about-content p:last-child {
    margin: 0;
}
.about-sec .title-wrp h2 {
    font-size: 35px;
}
.about-content p a {
    text-decoration: none;
    color: var(--black);
    font-weight: 500;
}
.about-content p {
    font-size: 16px;
    color: var(--black);
}
.about-content ul {
    margin: 0;
    padding-left: 20px;
}
/*about sec css end*/


/*responsive*/
@media only screen and (max-width: 1399px) {
.info-box {
    gap: 13px !important;
}
.our-story-video video {
    max-height: 610px;
}
.main-navigation li a {
    padding: 18px 10px;
}
.contact-content .section-title br {
    display: none;
}
}
@media only screen and (max-width: 1199px) {
.our-story-video video {
    max-height: 100%;
}
    .hide-mob {
    display: none;
}
    .mobile-menu-toggle {
    display: block;
}
.main-navigation li a {
    padding: 18px 8px;
    font-size: 13px;
}
}
@media only screen and (max-width: 1070px) {
.product-carousel .owl-nav .owl-next {
    right: -25px;
}
.product-carousel .owl-nav .owl-next {
    right: -25px;
}
.testimonial-sec .owl-nav .owl-prev {
    left: -10px;
}
.testimonial-sec .owl-nav .owl-next {
    right: -10px;
}
.mobile-menu-toggle {
    right: 25px;
}
}
@media only screen and (max-width: 992px) {
.contact-form-sec .border-end {
    border: none !important; 
}
.contact-us-wrp {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}
.contact-info-wrp {
    padding-left: 0px !important;
    padding-top: 25px;
}
.contact-from-2 {
    padding-right: 0px !important;
}
.footer-menu-wrp p {
    font-size: 14px;
}
.contact-content {
    padding-bottom: 30px;
}
.our-story-sec .section-title {
    padding-top: 30px;
}
.shop-video-1, .shop-video-2 {
    margin-bottom: 25px;
}
.categories-box {
    margin-bottom: 25px;
}
.mobile-menu-toggle {
    right: 30px;
}
.marquee-content {
    min-width: fit-content;
    width: 100%;
}
.marquee-content span {
    padding: 0px 25px;
}
.footer-menu-list li a, .social-contact-wrp a, .footer-menu-wrp a {
    font-size: 14px;
}
.banner-marquee-sec .banner-marquee-content p span {
    font-size: 14px;
}
.banner-marquee-content img {
    width: 100%;
    max-width: 30px !important;
}
.banner-marquee-sec .banner-marquee-content p {
    gap: 10px;
}
}
@media only screen and (max-width: 767px) {
.info-content p {
    font-size: 16px !important;
}
.info-icon i {
    font-size: 35px !important;
}
.category-title p {
    padding: 10px 15px 8px;
    font-size: 12px;
}
.testimonial-sec .owl-nav .owl-next {
    right: -5px;
}
.testimonial-sec .owl-nav .owl-prev {
    left: -5px;
}
.contact-content h3 {
    font-size: 30px;
}
.instagram-feed .title-wrp h2 {
    font-size: 30px;
}
.primary-btn {
    margin-top: 1em;
}
body.page-template-template-home {
    padding-top: 120px;
}
.mobile-menu-toggle {
    right: 0px;
}
.site-branding {
    width: 100%;
    text-align: center;
}
.our-story-content .section-title {
    padding-top: 20px;
}
.section-title {
    font-size: 35px;
}
.our-story-video video {
    height: 100%;
}
.our-story-content h3 {
    font-size: 20px;
}
.our-story-content p {
    font-size: 16px;
}
.shop-video-3, .shop-video-4 {
    margin-bottom: 25px;
}
.banner-marquee-sec .banner-marquee-content p {
    padding: 0px 30px;
}
.banner-marquee-content {
    min-width: fit-content !important;
    width: 100% !important;
}
.header-icons .magnifying-icon {
    display: none;
}
.header-icons .cart-icon {
    display: none;
}
.site-branding img {
    max-width: 100px !important;
}
.social-contact-wrp {
    padding: 0rem 0;
}
.footer-left img {
    width: 100%;
    max-width: 100px !important;
    height: 100%;
}
.footer-sec {
    padding: 35px 0px;
}
.footer-menu-wrp {
    padding: 2rem 0 1rem;
}
.social-media-wrp a{
	font-size:20px;
}
}
@media only screen and (max-width: 600px) {
.hotspot-product-content p {
    font-size: 14px;
}
.hotspot-product-content .hotspot-product-title {
    font-size: 16px;
}
.hotspot-product-content .hotspot-product-price {
    font-size: 18px;
}
.hotspot-product-content a {
    font-size: 12px;
}
.hotspot-product-content {
    max-width: 160px !important;
    padding: 15px 15px !important;
}
.hotspot-product-content img {
    max-width: 160px !important;
}
.product-carousel .owl-nav .owl-prev {
    left: -15px;
}
.product-carousel .owl-nav .owl-next {
    right: -15px;
}
.product-carousel .owl-nav button {
    font-size: 18px !important;
}
.menu-logo-wrp {
    gap: 20px;
    justify-content: center;
}
}