@import url("https://fonts.googleapis.com/css2?family=DynaPuff:wght@400..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dynalight&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Recursive:wght@300..1000&display=swap");
:root {
  --ss-recursive: "Recursive", sans-serif;
  --ss-dynapuff: "DynaPuff", system-ui;
  --ss-dynalight: "Dynalight", cursive;
  --ss-font500: 500;
  --ss-font600: 600;
  --ss-font700: 700;
  --ss-font800: 800;
  --ss-fontbold: bold;
  --ss-primary: #FFEF52;
  --ss-secondary: #ff6c6c;
}

body {
  font-family: var(--ss-recursive);
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #000;
}

ul, li, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  list-style: none;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  transition: all 0.5s;
}

a:hover {
  color: var(--ss-secondary);
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

p {
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #1d1d1d;
}

/* Common CSS*/
.slick-slide img {
  display: inherit !important;
  height: auto;
}

.p-100 {
  padding: 10rem 0rem;
}

.p-70 {
  padding: 7rem 0rem;
}

.p-50 {
  padding: 5rem 0rem;
}

.common_btn {
  background: linear-gradient(113deg, #FFEF52 50%, #ff6c6c 0);
  border: none;
  color: #fff;
  background-position: calc(100% + 2px) -2px;
  background-repeat: no-repeat;
  background-size: calc(220% + 4px) calc(100% + 4px);
  transition: background 0.2s ease-in-out;
  border-radius: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1.3rem 1.5rem;
}

.common_btn span {
  margin-left: 1rem;
  vertical-align: text-bottom;
}

.common_btn:hover {
  color: #0a0a0a;
  box-shadow: none;
  outline: none;
  background-position: 50% -2px;
}

.dropdown-toggle::after {
  content: "\f107";
  font-family: "FontAwesome";
  vertical-align: middle;
  border: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0rem !important;
}

.slick-prev:before, .slick-next:before {
  color: #000 !important;
}

.slick-next:before {
  content: "\f105" !important;
  font-family: FontAwesome !important;
}

.slick-prev:before {
  content: "\f104" !important;
  font-family: FontAwesome !important;
}

.slick-prev {
  top: -4.7rem !important;
  left: inherit !important;
  right: 5rem !important;
  background-color: #EAEAEA !important;
  padding: 2rem 2rem !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 0 !important;
}

.slick-next {
  top: -4.7rem !important;
  background-color: #EAEAEA !important;
  padding: 2rem 2rem !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 0 !important;
}

.slick-prev:hover {
  background-color: var(--ss-primary) !important;
}

.slick-next:hover {
  background-color: var(--ss-primary) !important;
}

.slick-dots li button:before {
  font-size: 2.5rem !important;
}

.slick-track {
  margin: 0.5rem 0rem 1rem;
}

.title-box h3 {
  font-family: var(--ss-dynapuff);
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 3rem;
  text-transform: capitalize;
}

.product-box {
  padding: 2rem;
  border-radius: 0.5rem;
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  /* Hover Effects */
}
.product-box .star-rating-wrapper {
  justify-content: left;
}
.product-box .product-pic {
  position: relative;
  overflow: hidden;
}
.product-box .product-pic img {
  width: 100%;
  max-height: 20rem;
  display: block;
}
.product-box .product-pic span {
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #BD1F00;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 0.5rem;
  top: 0;
  right: 0;
}
.product-box .product-pic .add-cart-btn a {
  font-size: 1.8rem;
  width: 4rem;
  height: 4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #ddd;
  border: 1px solid #ddd;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.product-box .product-pic .normal-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-box .product-pic .normal-pic {
  opacity: 1;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.product-box .product-pic .hover-pic {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.product-box .rating-box {
  margin: 1rem 0rem;
  display: flex;
  justify-content: center;
}
.product-box .rating-box .star-rating-wrapper {
  margin: 1rem 0rem;
}
.product-box .rating-box ul li {
  margin: 1rem 0rem;
}
.product-box .rating-box ul li i {
  color: rgb(255, 193, 7);
  font-size: 1.3rem;
}
.product-box .pro-title {
  color: #000;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.product-box p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #BD1F00;
  font-size: 1.8rem;
  font-weight: 700;
}
.product-box p span {
  font-size: 1.8rem;
}
.product-box:hover {
  background-color: var(--ss-primary);
}
.product-box:hover .product-pic .normal-pic {
  opacity: 0;
  transform: scale(1.05);
}
.product-box:hover .product-pic .hover-pic {
  opacity: 1;
}
.product-box:hover .add-cart-btn a {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
.product-box:hover .add-cart-btn a:hover {
  background-color: var(--ss-primary);
  border: 1px solid var(--ss-primary);
}

.freedom-sale-banner {
  border-radius: 6px;
  animation: pulse 2s infinite;
  background-color: var(--ss-secondary);
  color: #fff;
  padding: 1rem 0rem;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.freedom-sale-badge {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: var(--ss-secondary);
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.3rem;
  width: 100%;
  border-radius: 0.5rem;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Topbar Area*/
.topbar-area {
  background: linear-gradient(90deg, #FFEF52 0%, #FFEF52 58%, #FFF9EC 100%);
  padding: 1.4rem 0rem;
}
.topbar-area .topbar-left ul {
  gap: 2rem;
}
.topbar-area .topbar-left ul li p span {
  vertical-align: middle;
  font-size: 1.8rem;
}
.topbar-area .topbar-right ul {
  gap: 1rem;
  align-items: center;
  justify-content: end;
}
.topbar-area .topbar-right ul li a {
  font-size: 1.3rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border: 1px solid #000;
  padding: 1rem;
  border-radius: 50%;
}
.topbar-area .topbar-right ul li a:hover {
  background-color: var(--ss-secondary);
  color: #fff;
  border: 1px solid #fff;
}

/* Topbar Area*/
/* Header Area*/
.header-area {
  position: relative;
  padding-top: 2rem;
}
.header-area .dropdown-item {
  font-size: 1.6rem;
}
.header-area .dropdown-item:focus, .header-area .dropdown-item:hover {
  background-color: var(--ss-primary);
  color: #000;
}
.header-area #count {
  position: absolute;
  right: -1rem;
  top: -0.5rem;
  background-color: var(--ss-primary);
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  border-radius: 5rem;
  z-index: 1;
}
.header-area .navbar-expand-md .navbar-nav {
  gap: 1rem;
}
.header-area .navbar-expand-md .navbar-nav .current-menu-item a {
  color: var(--ss-secondary);
}
.header-area .navbar-expand-md .navbar-nav .nav-link {
  font-size: 1.6rem;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.header-area .navbar-expand-md .navbar-nav .active {
  color: var(--ss-secondary);
}
.header-area .navbar-expand-md .navbar-nav .dropdown-menu {
  border-radius: 0rem;
  padding: 0;
}
.header-area .navbar-expand-md .navbar-nav .dropdown-menu li a {
  padding: 0.8rem 4rem;
  border-bottom: 1px solid #ddd;
}
.header-area .navbar-expand-md .navbar-nav .dropdown-menu li:last-child a {
  border-bottom: 0;
}
.header-area .header-logo img {
  max-width: 12.5rem;
  position: relative;
  z-index: 1;
}
.header-area .header-right {
  background-color: #fff;
  position: relative;
  gap: 4rem;
  align-items: center;
}
.header-area .header-right .form-area {
  width: 100%;
  position: relative;
  z-index: 1;
}
.header-area .header-right .form-area form {
  position: relative;
}
.header-area .header-right .form-area form input {
  width: 100%;
  max-width: 28rem;
  border-radius: 5rem;
  height: 4rem;
  border: 1px solid #ddd;
  padding: 0rem 1rem;
  font-size: 1.4rem;
  outline: none;
}
.header-area .header-right .form-area form .search-btn {
  position: absolute;
  right: 1rem;
  border: none;
  background-color: transparent;
  top: 50%;
  transform: translate(-40%, -50%);
}
.header-area .cart-area ul {
  gap: 1rem;
  position: relative;
  z-index: 1;
}
.header-area .cart-area ul li a {
  font-size: 1.6rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.header-area .cart-area ul li a:hover {
  background-color: var(--ss-primary);
  border: var(--ss-primary);
}

.header-nav {
  position: relative;
  z-index: 1;
}

.header-area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3rem;
  z-index: 1;
  background-image: url(../images/header_shape.png);
  width: 100%;
  height: 5rem;
}

/*shrink*/
.shrink {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  transition-delay: 0.09s;
  transition: 0.7s;
  animation: smoothScroll 1s;
  background-color: #fff;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* Header Area*/
/* Banner Area*/
.banner-area {
  background-image: url(../images/banner-pic.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 10rem 0rem 4rem;
}
.banner-area .banner-content h1 {
  font-size: 6rem;
  font-family: var(--ss-dynapuff);
  font-weight: 600;
}
.banner-area .banner-content p {
  font-size: 2rem;
  font-weight: 600;
  max-width: 45.8rem;
  margin: 2rem 0rem 4rem;
}
.banner-area .banner-pic img {
  margin-left: auto;
  width: 100%;
  max-width: 31rem;
}
.banner-area .banner-pic .shape-pic {
  position: absolute;
  top: 0;
  max-width: 40rem;
  right: -8.5rem;
  z-index: -1;
}

/* Banner Area*/
/*Shipping Area*/
.shipping-area {
  overflow: hidden;
}
.shipping-area .shipping-box {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  padding: 4rem 3rem;
  background-color: #FAD7B7;
  border-radius: 1rem;
}
.shipping-area .shipping-box ul {
  gap: 1.5rem;
}
.shipping-area .shipping-box ul .shipping-icon i {
  background-color: #F05A28;
  border-radius: 5rem 3rem 4rem 2rem;
  padding: 2rem;
  font-size: 2rem;
  color: #fff;
}
.shipping-area .shipping-box ul .shipping-content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.shipping-area .shipping-box1 {
  background-color: #B5F3D4;
}
.shipping-area .shipping-box1 ul .shipping-icon i {
  background-color: #59C18D;
}
.shipping-area .shipping-box2 {
  background-color: #FFD8DB;
}
.shipping-area .shipping-box2 ul .shipping-icon i {
  background-color: #D32300;
}
.shipping-area .shipping-box3 {
  background-color: #D9F3FD;
}
.shipping-area .shipping-box3 ul .shipping-icon i {
  background-color: #5FC2E9;
}

/*Shipping Area*/
/*Best Seller Area*/
.best-seller-area {
  background-color: #F7F7F7;
  padding: 5rem 0rem;
}
.best-seller-area .best-seller-slider .slider {
  margin: 0rem 1rem;
}

/*Best Seller Area*/
/*Deal Area*/
.deals-area .deal-box {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  padding: 3rem;
  border-radius: 0.5rem;
  background-image: url("../images/deal-bg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: rgba(185, 53, 112, 0.85);
  color: #fff;
}
.deals-area .deal-box p {
  font-weight: 400;
  color: #fff;
}
.deals-area .deal-box h4 {
  font-size: 3.5rem;
  font-weight: 800;
  margin: 1rem 0rem 2rem;
}
.deals-area .deal-box h5 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.deals-area .deal-box .deal-pic {
  margin-top: 4rem;
  text-align: center;
  z-index: 1;
}
.deals-area .deal-box .deal-pic .deal-shape {
  left: -2%;
  z-index: -1;
}
.deals-area .deal-box1 {
  background-color: #E98838;
}
.deals-area .deal-box2 {
  background-color: #85B538;
}
.deals-area .deal-box2 .deal-shape {
  right: 0%;
  left: inherit !important;
}
.deals-area .deal-box3 {
  background-color: #4BA8D9;
}

/*Deal Area*/
/*Category Area*/
.category-area {
  background-color: #F7F7F7;
  padding: 5rem 0rem;
}
.category-area .tab-content {
  display: none;
}
.category-area .current {
  display: inherit;
}
.category-area .row-gap {
  margin-top: 4rem;
}
.category-area .common_btn {
  display: block;
  margin-left: auto;
}
.category-area .category-left {
  padding: 2.5rem 3rem;
  border: 1px solid #85B538;
  border-radius: 0.5rem;
  background-image: url("../images/deal-bg.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #85B538;
}
.category-area .category-left ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.category-area .category-left ul .current p {
  color: var(--ss-primary);
}
.category-area .category-left ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.2rem;
}
.category-area .category-left ul li p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.category-area .category-left ul li p span {
  vertical-align: text-bottom;
}
.category-area .category-left ul li p span img {
  filter: brightness(0) invert(1);
}
.category-area .category-left ul li p:hover {
  color: var(--ss-primary);
}
.category-area .category-left ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.category-area .category-right .row {
  row-gap: 1.5rem;
}

/*Category Area*/
/*Brand Area*/
.brand-area .brand-slider {
  margin-top: 2rem;
}
.brand-area .brand-slider .brand-pic {
  margin: 1rem;
}
.brand-area .brand-slider .brand-pic img {
  width: 100%;
  padding: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.advertise-area {
  background-color: #FFA1A1;
  padding: 10rem 0rem;
  position: relative;
  z-index: 0;
}
.advertise-area .advertise-left h4 {
  font-size: 4.4rem;
  font-family: var(--ss-dynalight);
  color: #BD1F00;
}
.advertise-area .advertise-left p {
  font-size: 2rem;
}
.advertise-area .advertise-left h3 {
  font-size: 4.7rem;
  font-weight: 900;
  margin: 0.5rem 0rem 1rem;
  font-family: var(--ss-dynapuff);
}
.advertise-area .advertise-left p {
  margin-bottom: 3rem;
}
.advertise-area .advertise-right img {
  display: block;
  margin-left: auto;
}
.advertise-area .offer-pic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
.advertise-area .countdown-section {
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  gap: 2.3rem;
  margin-bottom: 4rem;
}
.advertise-area .countdown-items .number {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  font-size: 2rem;
  font-weight: 700;
  background: #ffffff;
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.advertise-area .countdown-items .text {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1d1d1d;
}

.advertise-area::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  background-image: url(../images/header_shape.png);
  height: 5rem;
  width: 100%;
  z-index: -1;
}

.review-area .slider {
  margin: 1rem;
}
.review-area .review-box {
  background-color: #093B4A;
  padding: 4rem;
  color: #fff;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  gap: 2rem;
}
.review-area .review-box .review-pic img {
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.review-area .review-box .review-content {
  max-width: 35rem;
}
.review-area .review-box .rating-box ul {
  gap: 0.3rem;
}
.review-area .review-box .rating-box ul li i {
  color: var(--ss-primary);
  font-size: 1.3rem;
}
.review-area .review-box h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 1rem;
}
.review-area .review-box p {
  margin: 2rem 0rem 2.5rem;
  color: #fff;
}
.review-area .review-box .author-name {
  font-size: 1.6rem;
  font-weight: 700;
}
.review-area .review-box .author-name img {
  filter: brightness(0.5) invert(1);
}

.footer-area {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8rem 0rem 2rem;
  position: relative;
}
.footer-area .footer-left .logo {
  max-width: 20rem;
}
.footer-area .footer-left .desc {
  margin: 2rem 0rem;
}
.footer-area .footer-left ul {
  gap: 1rem;
  align-items: center;
  justify-content: start;
}
.footer-area .footer-left ul li a {
  font-size: 1.3rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border: 1px solid #000;
  padding: 1rem;
  border-radius: 50%;
}
.footer-area .footer-menu .title-bar {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.footer-area .footer-menu .current-menu-item a {
  color: var(--ss-secondary);
}
.footer-area .footer-menu ul {
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-area .footer-menu ul li a {
  font-size: 1.6rem;
  transition: 0.3s;
}
.footer-area .footer-menu ul li:hover a {
  margin-left: 1rem;
  transition: 0.3s;
}
.footer-area .footer-gallery .title-bar {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.footer-area .footer-gallery .gallery-box .row {
  row-gap: 1.5rem;
}
.footer-area .quick-links {
  padding-left: 3rem;
}
.footer-area hr {
  margin: 3rem 0rem 2rem;
  border: 1px dashed;
}
.footer-area .payment-area img {
  display: block;
  margin-left: auto;
}

.footer-area:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  background-image: url(../images/header_shape.png);
  height: 5rem;
}

/*Shop Page*/
.common-banner {
  padding: 10rem 0rem;
  background: url(../images/banner-pic.png);
  background-position: center;
  background-size: cover;
  position: relative;
  color: #000;
}
.common-banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ff6c6c;
  z-index: -1;
}
.common-banner h3 {
  font-size: 1.8rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 5rem;
  letter-spacing: 2px;
  margin-bottom: 4rem;
}
.common-banner h3::before {
  content: "";
  width: 4rem;
  height: 1px;
  background: var(--ss-primary);
  position: absolute;
  left: 0;
  top: 50%;
}
.common-banner h1 {
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 6rem;
  margin: 2rem 0rem;
}
.common-banner h1 span {
  color: #fff;
}

.shop-area .filter-by-category h3 {
  font-size: 2rem;
  font-weight: 700;
}
.shop-area .filter-by-category ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.shop-area .filter-by-category ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}
.shop-area .filter-by-category ul li:last-child {
  border: none;
}
.shop-area .filter-by-category ul li button {
  background-color: transparent;
  font-size: 1.8rem;
  border-width: initial;
  border-style: none;
  font-weight: 600;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
  padding: 0px;
}
.shop-area .filter-by-category ul li button span {
  margin-right: 1rem;
  vertical-align: text-bottom;
}
.shop-area .filter-by-category ul li button:hover {
  color: var(--ss-secondary);
}
.shop-area .filter-by-price {
  margin: 5rem 0rem;
}
.shop-area .filter-by-price h3 {
  font-size: 2rem;
  font-weight: 700;
}
.shop-area .filter-by-rating h3 {
  font-size: 2rem;
  font-weight: 700;
}
.shop-area .filter-by-rating h6 {
  font-size: 1.6rem;
  font-weight: 700;
}
.shop-area .filter-by-rating p {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--ss-secondary);
}
.shop-area .filter-by-rating .rating .text-warning {
  letter-spacing: -2px;
}
.shop-area .filter-by-rating .rating .text-warning i {
  font-size: 1.4rem;
}
.shop-area .pagination-wrapper ul .active button {
  background-color: var(--ss-primary);
  border: 1px solid var(--ss-primary);
}
.shop-area .pagination-wrapper ul li button {
  font-size: 2rem;
  color: #000;
  outline: none;
  padding: 0rem 2rem;
  font-weight: 600;
  z-index: 1;
}
.shop-area .pagination-wrapper ul li button:focus {
  box-shadow: none;
}
.shop-area .shop_right .row {
  row-gap: 2rem;
}
.shop-area .shop_right select {
  font-size: 1.4rem;
  border-radius: 0rem;
  padding: 1rem 3rem 1rem 2rem;
  outline: none;
}
.shop-area .shop_right select:focus {
  box-shadow: none;
}
.shop-area .widgettitle {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: capitalize;
}
.shop-area .widget-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.shop-area .wp-block-woocommerce-product-filter-rating {
  margin: 3rem 0rem;
}
.shop-area .product-box {
  text-align: center;
}
.shop-area .product-box p {
  justify-content: center;
}
.shop-area .product-box .star-rating-wrapper {
  justify-content: center;
}

/*Single Product Page*/
.product_details_left .slick-slide {
  margin: 0rem 0.5rem;
}

/*Single Product Page*/
/*Contact Page*/
.contact-area .contact-area-left h4 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2rem;
}
.contact-area .contact-area-left h4 span {
  color: var(--ss-primary);
}
.contact-area .contact-area-left p {
  max-width: 70rem;
}
.contact-area .contact-area-left ul {
  margin-top: 4rem;
  display: inline-flex;
  flex-direction: column;
  gap: 2.5rem;
}
.contact-area .contact-area-left ul li {
  position: relative;
}
.contact-area .contact-area-left ul li p {
  margin-left: 4rem;
}
.contact-area .contact-area-left ul li .phone::before {
  content: "\f095";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: -3px;
  border: 1px solid #000;
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-area .contact-area-left ul li .mail::before {
  content: "\f0e0";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: -3px;
  border: 1px solid #000;
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-area .contact-area-left ul li .address::before {
  content: "\f3c5";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: -3px;
  border: 1px solid #000;
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-area .contact-area-left .contact-map {
  margin-top: 4rem;
}
.contact-area .contact-area-left .contact-map iframe {
  width: 100%;
  max-width: 70rem;
  height: 20rem;
}
.contact-area .contact-area-right {
  background-color: #fff;
  color: #000;
  padding: 4rem;
}
.contact-area .contact-area-right h4 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2rem;
}
.contact-area .contact-area-right h4 span {
  color: var(--ss-primary);
}
.contact-area .contact-area-right .contact-form {
  padding: 0rem;
  margin-top: 3rem;
}
.contact-area .contact-area-right .contact-form input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
}
.contact-area .contact-area-right .contact-form input {
  background-color: transparent;
  border: 1px solid #ddd;
  padding: 1rem;
  color: #000;
  margin-bottom: 1.5rem;
  width: 100%;
  border-radius: 0rem;
  outline: none;
}
.contact-area .contact-area-right .contact-form .common_btn {
  margin-bottom: 0rem;
}
.contact-area .contact-area-right .contact-form textarea {
  width: 100%;
  max-height: 10rem;
  background-color: transparent;
  border: 1px solid #ddd;
  padding: 1rem;
  color: #000;
  outline: none;
}
.contact-area .contact-area-right .contact-form .common_btn {
  margin-top: 2rem;
  border: none;
  width: 100%;
}

/*Contact Page*/
/*About Page*/
@keyframes rotate {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.about-area .about-left h3 {
  font-family: var(--ss-dynapuff);
  font-size: 5rem;
  margin-bottom: 2rem;
}
.about-area .about-left .desc {
  font-size: 1.8rem;
  margin: 1rem 0rem;
}
.about-area .about-left .about-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
}
.about-area .about-left .about-content li p {
  font-size: 1.8rem;
}
.about-area .about-left .about-content li p span i {
  color: var(--ss-secondary);
  transform: rotate(120deg);
}
.about-area .about-left .founder-box {
  margin-top: 4rem;
}
.about-area .about-left .founder-box .founder-pic img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 4px solid #fff;
}
.about-area .about-left .founder-box .founder-pic svg {
  position: absolute;
  left: -5px;
  width: 9rem;
  height: 9rem;
  transform: rotate(45deg);
  top: -5px;
  animation: 60s linear 0s infinite normal none running rotate;
}
.about-area .about-left .founder-box ul {
  gap: 3rem;
}
.about-area .about-left .founder-box ul li h4 {
  font-size: 3rem;
  font-weight: 600;
  font-family: var(--ss-dynalight);
}
.about-area .about-left .founder-box ul li h5 {
  font-size: 1.6rem;
  margin-top: 0.5rem;
}

.awards-area {
  background-image: url(../images/deal-bg.png);
  background-size: cover;
  background-position: top;
  color: #fff;
  background-color: #9074DB;
}
.awards-area .award-box h2 {
  font-size: 6rem;
  font-family: var(--ss-dynapuff);
  color: var(--ss-primary);
}
.awards-area .award-box p {
  font-size: 2rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}
.awards-area .award-box .counter {
  transition: all 0.3s ease-in-out;
}

.gallery-area {
  background-image: url(../images/gallery-pic.png);
  background-size: cover;
  background-position: top;
  background-color: #F7F7F7;
}
.gallery-area .title-box h3 {
  font-size: 5rem;
  text-transform: capitalize;
  margin-bottom: 6rem;
}
.gallery-area .gallery-box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.gallery-area .grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
.gallery-area .grid-wrapper .wide {
  grid-column: span 2;
}
.gallery-area .grid-wrapper .tall {
  grid-row: span 2;
}
.gallery-area .grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-area .grid-wrapper .default {
  grid-column: auto;
}

/*About Page*/
@media (min-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1580px;
  }
  p {
    font-size: 2rem !important;
  }
  .dgwt-wcas-search-input {
    font-size: 1.8rem !important;
  }
  .header-area .header-right .form-area form input {
    max-width: 100%;
  }
  .product-box .pro-title {
    font-size: 2.3rem;
  }
  .product-box p span {
    font-size: 2rem;
  }
  .contact-area .contact-area-left ul li .mail::before {
    font-size: 1.8rem;
  }
  .contact-area .contact-area-left ul li .address::before {
    font-size: 1.8rem;
  }
  .contact-area .contact-area-right .contact-form input {
    font-size: 1.8rem;
  }
  .footer-area .footer-menu ul li a {
    font-size: 2rem;
  }
  .header-area .navbar-expand-md .navbar-nav .nav-link {
    font-size: 1.8rem;
  }
}
@media (max-width: 1399px) {
  .header-area .navbar-expand-md .navbar-nav .nav-link {
    font-size: 1.3rem;
  }
}
@media (max-width: 1199px) {
  .header-area::before {
    z-index: 1;
  }
  .header-area .navbar-expand-md .navbar-nav {
    gap: 0rem;
  }
  .header-area .navbar-expand-md .navbar-nav .nav-link {
    font-size: 1.2rem;
  }
  .header-area .header-right {
    justify-content: end;
    gap: 2rem;
  }
  .banner-area .banner-content h1 {
    font-size: 4rem;
  }
  .banner-area .banner-pic img {
    max-width: 20rem;
  }
  .banner-area .banner-pic .shape-pic {
    max-width: 30rem;
    right: -2rem;
  }
  .shipping-area .shipping-box {
    padding: 4rem 1rem;
  }
  .deals-area .row {
    row-gap: 1.5rem;
  }
  .deals-area .deal-box h4 {
    font-size: 2.4rem;
  }
  .deals-area .deal-box h5 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .p-70 {
    padding: 4rem 0rem;
  }
  p {
    font-size: 1.4rem;
  }
  .shop-area .shop_right select {
    padding: 1rem 0rem 1rem 1rem;
  }
  .header-area .dropdown-item {
    font-size: 1.3rem;
  }
  .header-area .navbar-expand-md .navbar-nav .dropdown-menu li a {
    padding: 0.8rem 2rem;
  }
  .common-banner h1 {
    font-size: 4rem;
  }
  .freedom-sale-banner {
    font-size: 1.6rem;
  }
  .topbar-area .topbar-left p {
    font-size: 1.4rem;
  }
  .topbar-area .topbar-left p span {
    vertical-align: middle;
  }
  .topbar-area .topbar-right p {
    font-size: 1.4rem;
  }
  .header-area .navbar-expand-md .navbar-nav {
    gap: 0;
  }
  .header-area .navbar-expand-md .navbar-nav .nav-link {
    font-size: 1.3rem;
  }
  .header-area .header-logo img {
    max-width: 8.5rem;
  }
  .banner-area .banner-content h1 {
    font-size: 3rem;
  }
  .banner-area .banner-content p {
    font-size: 1.6rem;
    margin: 2rem 0rem 2rem;
  }
  .banner-area .banner-pic img {
    margin-right: auto;
  }
  .shipping-area .row {
    row-gap: 1.5rem;
  }
  .shipping-area .row .shipping-box {
    padding: 3rem 1rem;
    min-height: inherit;
  }
  .title-box h3 {
    margin-bottom: 3rem;
    font-size: 2.5rem;
  }
  .title-box h3 img {
    max-width: 3rem;
  }
  .slick-prev {
    top: -4rem !important;
  }
  .slick-next {
    top: -4rem !important;
  }
  .category-area .category-left {
    padding: 2.5rem 2rem;
  }
  .category-area .category-left ul li a {
    font-size: 1.5rem;
  }
  .advertise-area {
    padding: 5rem 0rem;
  }
  .advertise-area .advertise-left h3 {
    font-size: 3rem;
  }
  .advertise-area .advertise-left p {
    font-size: 1.4rem;
  }
  .advertise-area .countdown-section {
    gap: 1.2rem;
  }
  .product-box .pro-title {
    font-size: 1.6rem;
  }
  .wp-block-search__input {
    font-size: 1.4rem !important;
  }
  .contact-area .contact-area-right .contact-form input {
    font-size: 1.4rem;
  }
  .contact-area .contact-area-right .contact-form textarea {
    font-size: 1.4rem;
  }
  .footer-area .footer-left .logo {
    max-width: 12rem;
  }
  .footer-area .footer-left .desc {
    font-size: 1.5rem;
  }
  .footer-area .footer-menu .title-bar {
    font-size: 1.6rem;
  }
  .footer-area .footer-menu .title-bar img {
    max-width: 2rem;
  }
  .footer-area .footer-menu ul li a {
    font-size: 1.5rem;
  }
  .footer-area .copyright-txt p {
    font-size: 1.5rem;
  }
  .footer-area .footer-gallery .title-bar {
    font-size: 1.6rem;
  }
  .footer-area .footer-gallery .title-bar img {
    max-width: 2rem;
  }
  .footer-area .quick-links {
    padding-left: 1rem;
  }
  .common-banner {
    padding: 7rem 0rem 3rem;
  }
  .contact-area .contact-area-left h4 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .contact-area .contact-area-right h4 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .about-area .about-left h3 {
    font-size: 3rem;
  }
  .about-area .about-left .desc {
    font-size: 1.6rem;
  }
  .about-area .about-left .about-content {
    position: relative;
  }
  .about-area .about-left .about-content li p {
    font-size: 1.6rem;
    padding-left: 3rem;
  }
  .about-area .about-left .about-content li p span {
    position: absolute;
    left: 0;
  }
  .awards-area .award-box h2 {
    font-size: 4rem;
  }
  .awards-area .award-box p {
    font-size: 1.6rem;
  }
  .gallery-area .title-box h3 {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  .product-box .pro-title a {
    font-size: 1.6rem;
  }
  .product-box p span {
    font-size: 1.4rem;
  }
  .review-area .review-box p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .dropdown-menu {
    border: none;
    border-radius: 0;
    transform: scale(1, 0);
    transform-origin: top;
    transition: all 300ms ease-in-out 0s;
    top: 100%;
    display: block;
    background-color: #fff;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-nav li:hover > ul.dropdown-menu {
    top: 100%;
    transform: scale(1, 1);
    padding: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .offcanvas-menu {
    z-index: 1;
  }
  .freedom-sale-banner {
    font-size: 1.4rem;
  }
  .shrink {
    z-index: 1;
  }
  .product-box {
    padding: 1rem;
  }
  .product-box .product-pic img {
    max-height: 14rem;
  }
  .product-box .pro-title {
    font-size: 1.5rem;
  }
  .product-box p {
    gap: 0.5rem;
    font-size: 1.4rem;
  }
  .product-box p span {
    font-size: 1.4rem;
  }
  .deals-area .deal-box h5 {
    font-size: 1.8rem;
  }
  .footer-area .footer-menu .title-bar {
    font-size: 1.8rem;
  }
  .common_btn {
    padding: 1rem 1rem;
    font-size: 1.3rem;
  }
  .common_btn span {
    margin-left: 0rem;
  }
  .title-box h3 {
    font-size: 1.8rem;
  }
  .topbar-area .topbar-right ul {
    justify-content: space-between;
  }
  .nav-icon {
    border: none;
    background-color: transparent;
    font-size: 3rem;
  }
  .header-area::before {
    bottom: -3rem;
  }
  .offcanvas-title img {
    max-width: 10rem;
  }
  .offcanvas-body .dropdown-toggle {
    border: none;
    background-color: transparent;
    width: 100%;
    text-align: left;
  }
  .offcanvas-body .dropdown-menu {
    width: 100%;
  }
  .banner-area {
    padding: 5rem 0rem 4rem;
    background-position: left;
  }
  .banner-area .banner-pic .shape-pic {
    max-width: 30rem;
    right: inherit;
    left: 4.5rem;
    top: -11rem;
  }
  .offcanvas-start {
    background: linear-gradient(90deg, #FFEF52 0%, #FFEF52 58%, #FFF9EC 100%);
    border-right: transparent !important;
  }
  .offcanvas-body .dropdown-menu {
    position: inherit !important;
    transform: translate3d(0px, 0px, 0px) !important;
    padding: 0;
  }
  .offcanvas-body ul li {
    border-bottom: 1px solid #000;
    padding: 0.5rem 0rem;
  }
  .offcanvas-body ul li a {
    font-weight: 600;
  }
  .offcanvas-body .dropdown-menu {
    border-radius: 0rem;
  }
  .offcanvas-body .dropdown-menu li {
    padding: 0;
    border: none;
  }
  .offcanvas-body .dropdown-menu li a {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #ddd;
    font-size: 1.5rem;
  }
  .offcanvas-body .dropdown-menu li:last-child a {
    border-bottom: 0;
  }
  .shipping-area .row {
    row-gap: 0.8rem;
  }
  .shipping-area .row .shipping-box {
    padding: 3rem 2rem;
    min-height: inherit;
  }
  .best-seller-area .title-box h3 {
    margin-bottom: 2rem;
  }
  .best-seller-area .best-seller-slider .slider .product-box {
    margin-bottom: 1rem;
  }
  .deals-area .deal-box {
    padding: 2rem;
  }
  .banner-area .banner-content {
    margin-top: 3rem;
  }
  .category-area .category-left ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .category-area .category-right {
    margin-top: 2rem;
  }
  .brand-area .title-box h3 {
    margin-bottom: 2rem;
  }
  .brand-area .brand-slider {
    margin-top: 0rem;
  }
  .brand-area .brand-slider .brand-pic {
    margin: 0rem 1rem;
  }
  .brand-area .brand-slider .brand-pic img {
    padding: 1rem;
  }
  .advertise-area {
    padding: 5rem 0rem;
  }
  .advertise-area .countdown-section {
    margin-bottom: 2rem;
    justify-content: center;
  }
  .advertise-area .advertise-left {
    margin-top: 3rem;
  }
  .advertise-area::before {
    top: -5px;
  }
  .advertise-area::after {
    bottom: -5px;
  }
  .review-area .slider {
    margin: 0rem;
  }
  .review-area .title-box h3 {
    margin-bottom: 2rem;
  }
  .shop-area .widget-title {
    font-size: 1.8rem;
  }
  .footer-area {
    padding: 8rem 0rem 1rem;
  }
  .footer-area .footer-left {
    text-align: center;
  }
  .footer-area .footer-left ul {
    justify-content: center;
  }
  .footer-area .quick-links {
    padding-left: 0rem;
  }
  .footer-area .footer-menu {
    margin-top: 4rem;
  }
  .footer-area .footer-menu .title-bar {
    margin-bottom: 1rem;
  }
  .footer-area .footer-menu ul {
    gap: 0.5rem;
  }
  .footer-area .footer-menu ul li a {
    font-size: 1.4rem;
  }
  .footer-area .copyright-txt {
    text-align: center;
    margin-top: 2rem;
  }
  .footer-area .payment-area img {
    margin-right: auto;
  }
  .shop-area .shop_right .row {
    row-gap: 1.5rem;
  }
  .shop-area .shop_right select {
    padding: 0rem 1rem 0rem 1rem;
  }
  .common-banner {
    padding: 6rem 0rem 2rem;
    text-align: center;
  }
  .common-banner h1 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .common-banner h1 span {
    color: #fff;
  }
  .common-banner h3 {
    font-size: 1.4rem;
    letter-spacing: 0rem;
    padding-left: 0rem;
    margin-bottom: 0rem;
  }
  .common-banner h3::before {
    display: none;
  }
  .contact-area .contact-area-left h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .contact-area .contact-area-right h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .about-area .about-left {
    margin-top: 2rem;
  }
  .about-area .about-left h3 {
    font-size: 2.5rem;
  }
  .about-area .about-left .about-content li p {
    padding-left: 2.5rem;
  }
  .awards-area .row {
    row-gap: 2rem;
  }
  .awards-area .row .award-box {
    border: 1px dotted;
    padding: 1rem;
  }
  .awards-area .row .award-box h2 {
    font-size: 3rem;
  }
  .gallery-area .title-box h3 {
    font-size: 2.2rem;
  }
  .product-box .rating-box {
    margin: 0rem 0rem 1rem;
  }
}/*# sourceMappingURL=main.css.map */