/*
  Template Name: Daily Shop
  Author : MarkUps
  Author URI: http://www.markups.io/
  Version: 1.0
  Tags: light, white, ecommerce, online store, multi page, custom-colors, Bootstrap,responsive, html5, css3, Sass, template, web template

*/

/* Table of Content
==================================================
#NAVBAR SECTION
#SLIDER SECTION
#PROMO SECTION
#PRODUCT SECTION
#BANNER SECTION
#POPULAR SECTION
#SUPPORT SECTION
#CLIENT BRAND SECTION
#PRODUCT PAGE
#PRODUCT DETAILS PAGE
#CART VIEW PAGE
#CHECKOUT PAGE
#MY ACCOUNT  PAGE
#BLOG ARCHIVE  PAGE
#BLOG DETAILS  PAGE
#CONTACT  PAGE
#ERROR  PAGE
#FOOTER SECTION
#RESPONSIVE DESIGN

*/

/* BASE - Base tyles, Variables, Mixins, etc. */
body {
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
  color: #333333;
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Raleway", sans-serif;
}

.no-padding {
  padding: 0;
  margin: 0;
}

/* MODULES - Individual site components */
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #0b0b0b;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  padding-bottom: 10px;
}
p {
  font-size: 16px;
}

img {
  border: none;
}

/* LAYOUTS - Page layout styles */
/* Base styles for the navbar */

/* General navbar styling */

.navbar {
  background: #fff !important;
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0;
}

/* .navbar-brand img {
  width: 100px;
} */

.navbar-nav li {
   margin:0 15px; 
  /*padding-right: 20px;*/
}

.navbar-nav .nav-link {
  /* color: #222; */
  color: #ce2527;
  font-size: 15px;
}

.navbar-nav .nav-link:hover {
  border-bottom: 3px solid #cd2529;
}

.navbar-nav .nav-item.active {
  /* color: #000000 !important; */
  font-weight: 600;
  /* border-bottom: 3px solid #f9bf29; */
  border-bottom: 3px solid #cd2529;
}

.navbar-nav .nav-item.active:hover {
  border-bottom: none;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  padding: 10px 0;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.show {
  display: flex;
}

.dropdown-menu li {
  margin-bottom: 10px;
  display: flex;
}

.dropdown-menu li a {
  color: #000000;
  text-decoration: none;
  font-size: 15px;
}

.dropdown-menu li a:hover {
  /* border-bottom: 2px solid #F9BF29; */
  border-bottom: 2px solid #c82829;
}

.dropdown-menu .vl {
  border-left: 1px solid #ccc;
  height: 100%;
  margin: 0 10px;
}

.dropdown-menu li:last-child .vl {
  display: none;
}

.ms-auto {
  margin-left: auto;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-md-0 {
  margin-bottom: 0;
}

.navbar-brand > img {
  margin-top: -1.5rem;
}

@media (max-width: 992px) {
  .navbar {
    padding: 0.5rem;
  }
  .navbar-toggler {
    padding: 0.25rem 0.5rem;
  }
  .navbar-nav {
    margin-top: 5px;
  }
  .navbar-nav li {
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .navbar {
    padding: 0.25rem;
  }
  .navbar-toggler {
    padding: 0.1rem 0.25rem;
  }
  .navbar-nav {
    margin-top: 2px;
  }
  .navbar-nav li {
    margin-right: 5px;
  }
  .navbar-brand {
    padding-left: 0;
  }
}

.navbar-nav .nav-link a {
  color: #222;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
}

.navbar-nav .nav-link a:hover {
  border-bottom: 2px solid #f9bf29;
}

.fadeIn {
  animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
*/



/*==================
 NAVBAR SECTION
====================*/

/*==================
  SLIDER SECTION
====================*/

#aa-slider {
  float: left;
  display: inline;
  width: 100%;
}
#aa-slider .aa-slider-area {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 75px;
}
#aa-slider .aa-slider-area .seq-model {
  height:480px;
  width: 100vw;
  position:relative;
}

#aa-slider .aa-slider-area .seq-model img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#aa-slider .aa-slider-area .seq-title {
  position: absolute;
  top: 50%; /* Position at the vertical center */
  left: 50%; /* Position at the horizontal center */
  transform: translate(-50%, -50%); /* Offset the position to center */
  width: 50%; /* Keep the width if needed */
  text-align: end; /* Center text within the div */
  margin-right: 0; /* Remove right margin */
}
#aa-slider .aa-slider-area .seq-title span {
  background-color: #fff;
  display: inline-block;
  padding: 6px 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
#aa-slider .aa-slider-area .seq-title h2 {
  background-color: rgba(255, 255, 255, 0.6);
  color: #333;
  display: inline-block;
  float: none;
  font-size:37px;

  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#aa-slider .aa-slider-area .seq-title p {
  color: #333;
  background-color: #fff;
  display: inline-flex;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  padding: 6px 15px;
}
#aa-slider .aa-slider-area .seq-title .aa-shop-now-btn {
  color: white;
  background-color: #cc2628;
  padding: 6px 15px;
  text-decoration: none;
}
#aa-slider .aa-slider-area .seq .seq-next {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-slider .aa-slider-area .seq .seq-next:hover,
#aa-slider .aa-slider-area .seq .seq-next:focus {
  border: 1px solid #f9f9f9;
  color: #fff;
}
#aa-slider .aa-slider-area .seq .seq-prev {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-slider .aa-slider-area .seq .seq-prev:hover,
#aa-slider .aa-slider-area .seq .seq-prev:focus {
  border: 1px solid #f9f9f9;
  color: #fff;
}

/*==================
  PROMO SECTION
====================*/

#aa-promo {
  float: left;
  display: inline;
  width: 100%;
}

#aa-promo .aa-promo-area .aa-promo-left {
  display: inline;
  float: left;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#aa-promo .aa-promo-area .aa-promo-middle {
  display: inline;
  float: left;
  width: 100%;
  height: 300px;
  background-color: #ddd;
}
#aa-promo .aa-promo-area .aa-promo-right {
  display: inline;
  float: left;
  width: 100%;
  height: 220px;
}
#aa-promo .aa-promo-area .aa-promo-right .aa-single-promo-right {
  height: 100%;
  float: left;
  border-radius: 10px;
}
#aa-promo .aa-promo-area .aa-promo-banner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#aa-promo .aa-promo-area .aa-promo-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#aa-promo .aa-promo-area .aa-promo-banner:hover img {
  height: 120%;
  width: 120%;
  /* margin-left: -10%;
  margin-top: -10%; */
}
#aa-promo .aa-promo-area .aa-promo-banner:hover:before {
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
}
#aa-promo .aa-promo-area .aa-promo-banner img {
  width: 100%;
  height: 100%;
  
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*==================
  PRODUCT SECTION
====================*/

.aa-product-catg {
  list-style: none;
  padding: 0;
}

.aa-product-catg li {
  display: inline-block;
  width: 22%;
  margin: 0 1%;
}

.aa-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: red;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
}

.aa-browse-container {
  text-align: center;
  margin-top: 20px;
}

#aa-product {
  display: inline;
  float: left;
  width: 100%;
}

#aa-product h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
#aa-product .aa-product-area {
  display: inline;
  float: left;
  width: 100%;
}

#aa-product .aa-product-area .aa-product-inner {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product .aa-product-area .aa-product-inner .aa-product-catg {
  float: left;
}
#aa-product .aa-product-area .aa-product-inner #kadhai {
  text-align: center;
  padding-bottom: 35px;
}
#aa-product .aa-product-area .aa-product-inner #cooker {
  text-align: center;
  padding-bottom: 35px;
}
#aa-product .aa-product-area .aa-product-inner #tawa {
  text-align: center;
  padding-bottom: 35px;
}

.aa-product-nav {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.aa-product-nav li {
  display: inline-block;
}

.aa-product-nav li a {
  color: #000000;
  display: inline-block;
  padding: 8px 15px;
}

.aa-product-content {
  margin-left: -30px;
  margin-top: 20px;
}
.aa-product-content li {
  background-color: #ccc;
  display: block;
  float: left;
  height: 250px;
  margin: 0 0 0 30px;
  width: 22.5%;
  margin-bottom: 20px;
}
.aa-products-tab {
  display: flex;
  text-align: center;
  border: none;
  margin-bottom: 20px;
}
.aa-products-tab li {
  border: none;
  float: none;
  display: inline-block;
}

.nav .nav-link {
  color: #000;
  
}

.aa-products-tab li a {
  border: none;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  margin: 0 6px;
  padding: 10px 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}
.aa-products-tab li a:hover,
.aa-products-tab li a:focus {
  color: #000000;
  background-color: inherit;
}

.aa-products-tab li.active a {
  border: none;
  background-color: inherit;
  font-size: 16px;
}
.aa-products-tab li.active a:hover,
.aa-products-tab li.active a:focus {
  border: none;
  background-color: inherit;
}
.aa-product-catg {
  /*margin-left: -54px;*/
}
.aa-product-catg li {
  display: block;
  float: left;
  height: 390px;
  text-align: center;
  margin: 0 0 20px 10px;
  width: 20.5%;
  position: relative;
  overflow: hidden;
}
.aa-product-catg li:hover figure .aa-product-img {
  /* background-color: rgba(0, 0, 0, 0.5); */
}
.aa-product-catg li:hover figure .aa-add-card-btn {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
 figure:hover .aa-add-card-btn {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.aa-product-catg li figure {
  
  height: 390px;
}

 figure .aa-product-img {
  background-color: #f9f9fb;
  display: block;
  height: 240px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-product-catg li figure .aa-add-card-btn {
  background: #000;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  left: 0;
  padding: 12px 10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.aa-product-catg li figure .aa-add-card-btn span {
  margin-right: 5px;
}
.aa-product-title {
  color: #333;
  margin-bottom: 5px;
  font-size: 16px;
  padding: 0.5rem;
}
.aa-product-title a {
  color: #333;
  border-bottom: none;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-product-price {
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #cc2628;
}
 .aa-product-price del {
  margin-left: 10px;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #b22424;
}

.aa-product-price-del::before{
  content: "";
  position: absolute;
  left: 0;
  top: 42%;
  width: 100%;
  height: 3px;
  background-color: #b22424;
}

 .aa-badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
}
 .aa-sale {
  background-color: #008000;
}
 .aa-sold-out {
  background-color: #ff0000;
}
 .aa-hot {
  background-color: #ff6600;
}
/*==================
  BANNER SECTION
====================*/

#aa-banner {
  display: inline;
  float: left;
  width: 100%;
}
#aa-banner .aa-banner-area {
  display: inline;
  float: left;
  width: 100%;
  height: 50vh;
}
#aa-banner .aa-banner-area a {
  display: block;
}
#aa-banner .aa-banner-area a img {
  max-width: 100%;
  height: 100%;
}

/*==================
  POPULAR SECTION
====================*/

#aa-popular-category {
  display: inline;
  float: left;
  padding: 25px 0;
  width: 100%;
}
#aa-popular-category .aa-popular-category-area {
  display: inline;
  float: left;
  width: 100%;
  /* bootstrap hack:fix content width inside hidden tabs */
  /* bootstrap hack end */
}
#aa-popular-category
  .aa-popular-category-area
  .tab-content
  > .tab-pane:not(.active),
#aa-popular-category
  .aa-popular-category-area
  .pill-content
  > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}
#aa-popular-category .aa-popular-category-area #popular,
#aa-popular-category .aa-popular-category-area #featured,
#aa-popular-category .aa-popular-category-area #latest {
  text-align: center;
}

.slick-arrow {
  height: 30px;
  width: 30px;
}

/*==================
 SUPPORT SECTION
====================*/

#aa-support {
  background-color: #333;
  display: inline;
  float: left;
  width: 100%;
}
#aa-support .aa-support-area {
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}
#aa-support .aa-support-area .aa-support-single {
  display: inline;
  text-align: center;
  padding: 0 10px;
  float: left;
  width: 100%;
}

#aa-support .aa-support-area h2 {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 25px;
  text-align: center;
  padding-bottom: 20px;
}

#aa-support .aa-support-area .aa-support-single span {
  font-size: 30px;
}
#aa-support .aa-support-area .aa-support-single h4 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#aa-support .aa-support-area .aa-support-single p {
  color: #ccc;
  font-size: 15px;
  margin-bottom: 0;
}

/*==================
 CLIENT BRAND SECTION
====================*/

#aa-client-brand {
  
  display: inline;
  float: left;
  padding: 40px 0;
  width: 100%;
  margin-bottom: 30px;
}
#aa-client-brand .aa-client-brand-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider {
  margin-left: -35px;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider li {
  /* background: #fff none repeat scroll 0 0; */
  float: left;
  margin-left: 35px;
  text-align: center;
  width: 17%;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider li a {
  display: block;
  padding: 20px 0;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider li a img {
  display: inline-block;
  max-width: 100%;
  border-radius: 25px;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-prev,
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-next {
  top: 44%;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-prev {
  left: -15px;
}
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-next {
  right: -45px;
}
#aa-client-brand .aa-client-brand-area .slick-dots {
  display: none !important;
}

/*==================
 PRODUCT PAGE
====================*/

#aa-catg-head-banner {
  display: inline;
  float: left;
  position: relative;
  height: 500px;
  width: 100%;
  margin-top: 88px;
}

#aa-catg-head-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#aa-catg-head-banner .aa-catg-head-banner-area {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
#aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
  display: inline-block;
  float: left;
  padding: 10% 0;
  text-align: center;
  width: 100%;
}
#aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content h2 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
}
#aa-catg-head-banner
  .aa-catg-head-banner-area
  .aa-catg-head-banner-content
  .breadcrumb {
  border-radius: 0;
  background-color: transparent;
}
#aa-catg-head-banner
  .aa-catg-head-banner-area
  .aa-catg-head-banner-content
  .breadcrumb
  a {
  color: white;
}
#aa-product-category {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product-category .aa-sidebar {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget {
  display: inline;
  float: left;
  width: 100%;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget h3 {
  padding-bottom: 10px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-catg-nav li a {
  display: block;
  padding: 4px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .tag-cloud {
  display: block;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .tag-cloud a {
  background-color: #f8f8f8;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-sidebar-price-range {
  display: inline;
  text-align: center;
  width: 100%;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-sidebar-price-range
  .noUi-connect {
  box-shadow: none;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-sidebar-price-range
  span {
  border: 1px solid #e8e7e6;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  margin-right: 10px;
  margin-top: 20px;
  padding: 4px 10px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag {
  display: block;
  width: 100%;
  margin-top: 15px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag a {
  display: inline-block;
  height: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 30px;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-red {
  background-color: #ff0000;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-green {
  background-color: #008000;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-yellow {
  background-color: #ffff00;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-pink {
  background-color: #ffc0cb;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-purple {
  background-color: #800080;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-blue {
  background-color: #0000ff;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-orange {
  background-color: #ffa500;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-gray {
  background-color: #bebebe;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-black {
  background-color: #000;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-white {
  background-color: #fff;
  border: 1px solid #ccc;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-cyan {
  background-color: #00ffff;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-olive {
  background-color: #00ffff;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-color-tag
  .aa-color-orchid {
  background-color: #da70d6;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 20px;
}
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li {
  display: block;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
  position: relative;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li:last-child {
  border: none;
  margin-bottom: 0px;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-img {
  display: block;
  float: left;
  height: 95px;
  width: 100px;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-img
  img {
  width: 100%;
  height: 100%;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-info {
  display: block;
  float: left;
  margin-left: 15px;
  width: 55%;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-info
  h4 {
  font-size: 14px;
  color: #333333;
  margin-bottom: 20px;
  margin-top: 0;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-info
  h4
  a {
  color: #333333;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-product-category
  .aa-sidebar
  .aa-sidebar-widget
  .aa-recently-views
  ul
  li
  .aa-cartbox-info
  p {
  font-size: 16px;
}
#aa-product-category .aa-product-catg-content {
  display: inline;
  float: left;
  padding: 30px 0 0;
  width: 100%;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-head {
  background-color: #f3f3f3;
  display: inline;
  float: left;
  padding: 10px 15px;
  width: 100%;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-left {
  float: left;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-left
  label {
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: normal;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-left
  .aa-sort-form {
  float: left;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-left
  .aa-sort-form
  select {
  border: 1px solid #ccc;
  text-align: center;
  width: 150px;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-left
  .aa-sort-form
  select
  option {
  padding: 4px;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-left
  .aa-show-form {
  float: left;
  margin-left: 25px;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-left
  .aa-show-form
  select {
  border: 1px solid #ccc;
  text-align: center;
  width: 80px;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-left
  .aa-show-form
  select
  option {
  padding: 4px;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-right {
  float: right;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-head
  .aa-product-catg-head-right
  a {
  color: #555;
  display: inline-block;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 3px;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 30px;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-body
  .aa-product-catg {
  margin-left: -30px;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-body
  .aa-product-catg
  li {
  margin: 0 0 20px 30px;
  width: 29.916%;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-body
  .aa-product-catg
  li
  .aa-product-descrip {
  display: none;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
  width: 100%;
  height: 345px;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-body
  .list
  li
  figure
  .aa-product-img {
  float: left;
  width: 35%;
  margin-right: 40px;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-body
  .list
  li
  figure
  .aa-add-card-btn {
  bottom: 35%;
  left: 40%;
  font-size: 14px;
  transform: scale(1);
  width: 150px;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-body
  .list
  li
  figure
  figcaption {
  text-align: left;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-body
  .list
  li
  figure
  .aa-product-descrip {
  display: block;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-body
  .list
  li
  .aa-product-hvr-content {
  width: 35%;
}
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination {
  border: 1px solid #ccc;
  border-radius: 0;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li:first-child
  a,
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li:first-child
  span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li:last-child
  a,
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li:last-child
  span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li
  a,
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li
  span {
  border: none;
  color: #888;
  margin-left: 0px;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li
  a:hover,
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li
  span:hover {
  background-color: #fff;
}
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li
  a:focus,
#aa-product-category
  .aa-product-catg-content
  .aa-product-catg-pagination
  .pagination
  li
  span:focus {
  color: #fff;
}
.aa-browse-container {
  text-align: center;
  margin-bottom: 30px;
}
.aa-browse-btn {
  font-size: 15px;
  display: inline-block;
  padding: 10px 20px;
  background-color: linear-gradient(90deg, #cd2529, #f55959);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
  transition: 0.4s ease-in-out;
}

.aa-browse-btn:hover {
  background-color: #cc2628;
  color: white;
  transform: scale(1.02);
}

/*==================
 CONTACT  PAGE
====================*/

#aa-contact {
  background: #fff none repeat scroll 0 0;
  display: inline;
  float: left;
  width: 100%;
}
#aa-contact .aa-contact-area {
  display: inline;
  float: left;
  padding: 30px 0;
  width: 100%;
}
#aa-contact .aa-contact-area .aa-contact-top {
  background-color: #fff;
  display: inline;
  float: left;
  padding: 50px 100px;
  text-align: center;
  width: 100%;
}
#aa-contact .aa-contact-area .aa-contact-top h2 {
  color: #555;
  padding-bottom: 0px;
}
#aa-contact .aa-contact-area .aa-contact-top p {
  color: #555;
}
#aa-contact .aa-contact-area .aa-contact-map {
  display: inline;
  float: left;
  width: 100%;
}
#aa-contact .aa-contact-area .aa-contact-map iframe {
  margin-bottom: -6px;
}
#aa-contact .aa-contact-area .aa-contact-address {
  background-color: #fff;
  display: inline;
  float: left;
  padding: 50px;
  width: 100%;
}
#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left {
  display: inline;
  float: left;
  width: 100%;
}
#aa-contact
  .aa-contact-area
  .aa-contact-address
  .aa-contact-address-left
  .comments-form {
  margin-top: 10px;
}
#aa-contact
  .aa-contact-area
  .aa-contact-address
  .aa-contact-address-left
  .comments-form
  input {
  height: 40px;
  font-size: 16px;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-contact
  .aa-contact-area
  .aa-contact-address
  .aa-contact-address-left
  .comments-form
  textarea {
  border-radius: 0;
  font-size: 16px;
  height: 200px;
  padding: 10px;
  width: 70%;
}
#aa-contact
  .aa-contact-area
  .aa-contact-address
  .aa-contact-address-left
  .comments-form
  .form-control:focus {
  box-shadow: none;
}
#aa-contact
  .aa-contact-area
  .aa-contact-address
  .aa-contact-address-left
  .comments-form
  .form-group {
  margin-bottom: 20px;
  float: left;
  width: 100% !important;
}
#aa-contact
  .aa-contact-area
  .aa-contact-address
  .aa-contact-address-left
  .comments-form
  button {
  width: 100px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-right {
  display: inline;
  float: left;
  width: 100%;
}
#aa-contact
  .aa-contact-area
  .aa-contact-address
  .aa-contact-address-right
  address
  h4 {
  font-size: 22px;
}
#aa-contact
  .aa-contact-area
  .aa-contact-address
  .aa-contact-address-right
  address
  span {
  margin-right: 10px;
}
/*==================
 FOOTER SECTION
====================*/

#aa-footer {
  background-color: #FCE8DD;
  display: inline;
  float: left;
  width: 100%;
}
#aa-footer .aa-footer-top {
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
  min-height: 100px;
}
#aa-footer .aa-footer-top .aa-footer-top-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget {
  display: block;
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget h3 {
  color: #000;
}
#aa-footer
  .aa-footer-top
  .aa-footer-top-area
  .aa-footer-widget
  .aa-footer-nav
  li
  a {
  font-size: 15px;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-footer
  .aa-footer-top
  .aa-footer-top-area
  .aa-footer-widget
  .aa-footer-nav
  li
  a:hover,
#aa-footer
  .aa-footer-top
  .aa-footer-top-area
  .aa-footer-widget
  .aa-footer-nav
  li
  a:focus {
  color: #000;
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget address p {
  margin-bottom: 5px;
  color: #000;
  font-size: 15px;
}
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget address p span {
  margin-right: 5px;
}
#aa-footer
  .aa-footer-top
  .aa-footer-top-area
  .aa-footer-widget
  .aa-footer-social
  a {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  font-size: 18px;
  margin-right: 8px;
  padding: 2px 0;
  text-align: center;
  width: 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-footer
  .aa-footer-top
  .aa-footer-top-area
  .aa-footer-widget
  .aa-footer-social
  a:hover {
  color: #000;
  border-color: #000;
}
#aa-footer .aa-footer-bottom {
  border-top: 1px solid #333;
  display: inline;
  float: left;
  padding: 15px 0;
  width: 100%;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area > p {
  color: #000;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area > p a {
  color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment {
  float: right;
}
#aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment span {
  color: #000;
  margin-left: 8px;
}
#aa-footer
  .aa-footer-bottom
  .aa-footer-bottom-area
  .aa-footer-payment
  span:hover {
  color: #000;
}

/*==================
 RESPONSIVE DESIGN
====================*/

@media (max-width: 1199px) {
  .aa-product-catg {
    margin-left: -45px;
  }
  .aa-product-catg li {
    margin: 0 0 20px 25px;
    width: 20.5%;
  }

  .slick-prev {
    left: 93%;
  }

  .aa-popular-category-area .slick-dots {
    display: none !important;
  }

  #aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-prev {
    left: 15px;
  }

  #aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-next {
    right: -15px;
  }

  #aa-slider .aa-slider-area .seq-title h2 {
    line-height: 50px;
     border-radius:10px;
  }

  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .aa-product-catg
    li {
    width: 29.2%;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
    width: 100%;
  }

  .aa-sidebar-price-range .aa-filter-btn {
    margin-top: 10px;
  }

  #aa-product-category .aa-sidebar .aa-sidebar-widget h3 {
    font-size: 22px;
  }

  #aa-catg-head-banner img {
    width: 100%;
  }

  #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
    padding: 5% 0;
  }
}

@media (max-width: 991px) {
  .navbar {
    width: 100%;
    height: auto;
  }

  #menu .menu-area .navbar-default .navbar-nav li a {
    font-size: 15px;
    padding: 8px;
  }

  #aa-slider .aa-slider-area .seq-title {
    left: 8%;
    width: 80%;
  }

  .aa-product-catg {
    margin-left: -20px;
  }

  .aa-product-catg li {
    margin: 0 0 20px 20px;
    width: 30.5%;
  }

  .slick-prev {
    left: 91%;
  }

  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .aa-product-catg
    li {
    width: 44%;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
    width: 100%;
  }

  #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
    padding: 150px;
  }

  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .list
    li
    figure
    .aa-product-descrip {
    padding-right: 20px;
  }

  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .list
    li
    figure
    .aa-product-img {
    margin-right: 20px;
    width: 42%;
  }
  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .list
    li
    figure
    .aa-product-img
    img {
    max-width: 100%;
  }

  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .list
    li
    figure
    .aa-product-descrip {
    padding-right: 25px;
    font-size: 15px;
  }

  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .list
    li
    figure
    .aa-add-card-btn {
    bottom: 20%;
    left: 46%;
  }

  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .list
    li
    .aa-product-hvr-content {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle {
    border-radius: 0;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    color: #fff;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  #aa-product .aa-product-area {
    padding: 0 5px;
  }

  #aa-popular-category .aa-popular-category-area {
    padding: 0 15px;
  }

  #aa-support .aa-support-area .aa-support-single {
    margin-bottom: 30px;
  }

  #aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget {
    margin-bottom: 30px;
   
  }

  .simpleLens-lens-element {
    display: none;
  }

  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .aa-product-catg
    li {
    width: 45%;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
    margin-right: 0;
    width: 100%;
  }

  .aa-product-catg {
    margin-left: -20px;
  }

  .aa-product-catg li {
    margin: 0 0 20px 20px;
    width: 46%;
  }

  .slick-prev {
    left: 89%;
  }

  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .aa-product-catg {
    margin-left: 0;
  }

  #aa-product-category
    .aa-product-catg-content
    .aa-product-catg-body
    .aa-product-catg
    li {
    margin-left: 0px;
    width: 100%;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
    width: 100%;
  }

  @media (max-width: 480px) {
    .trending_project{
      margin-bottom: 45px;
    }
    #aa-slider .aa-slider-area .seq-title {
      left: 2%;
      top: 15%;
      width: 90%;
    }

    #aa-slider .aa-slider-area .seq-title h2 {
      font-size: 25px;
      line-height: 30px;
      margin-top: 0;
     
    }

    #aa-slider .aa-slider-area .seq-title span {
      font-size: 12px;
    }

    .seq .seq-next,
    .seq .seq-prev {
      font-size: 30px;
      line-height: 35px;
      margin-top: -50px;
      padding: 5px 12px;
    }

    .aa-product-catg {
      margin-left: 0;
    }

    .aa-product-catg li {
      margin-left: 0;
      width: 100%;
    }

    .slick-prev {
      left: 84%;
    }

    #aa-promo .aa-promo-area {
      margin-top: -20px;
      padding: 0;
    }

    #aa-promo .aa-promo-area .aa-promo-left {
      height: 250px;
      width: 100%;
    }

    #aa-promo .aa-promo-area .aa-promo-right {
      height: auto;
    }

    #aa-promo .aa-promo-area .aa-promo-right .aa-single-promo-right {
      height: 250px;
      width: 100%;
    }

    #aa-product .aa-product-area {
      margin-top: 20px;
    }

    .aa-products-tab li a {
      margin: 0 4px;
      padding: 6px;
    }

    .scrollToTop {
      font-size: 20px;
      height: 40px;
      line-height: 35px;
      width: 40px;
    }

    #aa-product-category
      .aa-product-catg-content
      .aa-product-catg-head
      .aa-product-catg-head-left
      .aa-sort-form
      select {
      width: auto;
      padding: 0 5px 0 0;
    }

    #aa-product-category
      .aa-product-catg-content
      .aa-product-catg-head
      .aa-product-catg-head-left
      .aa-show-form
      select {
      padding: 0 5px 0 0;
      width: auto;
    }

    #aa-product-category
      .aa-product-catg-content
      .aa-product-catg-body
      .list
      li {
      height: 500px;
      width: 100%;
    }

    #aa-product-category
      .aa-product-catg-content
      .aa-product-catg-body
      .list
      li
      figure
      .aa-product-img {
      margin-bottom: 20px;
      margin-right: 0;
      width: 100%;
    }

    #aa-product-category
      .aa-product-catg-content
      .aa-product-catg-body
      .list
      li
      figure
      .aa-add-card-btn {
      bottom: 0;
      left: 0;
      width: 100%;
    }

    #aa-product-category
      .aa-product-catg-content
      .aa-product-catg-body
      .list
      li
      .aa-product-hvr-content {
      top: 40%;
      width: 100%;
    }

    #aa-catg-head-banner
      .aa-catg-head-banner-area
      .aa-catg-head-banner-content
      h2 {
      font-size: 20px;
      line-height: 20px;
    }

    #aa-catg-head-banner
      .aa-catg-head-banner-area
      .aa-catg-head-banner-content
      .breadcrumb {
      margin-bottom: 0;
      padding: 3px 10px;
    }

    /*#aa-catg-head-banner {*/
    /*  height: 100px;*/
    /*}*/

    #aa-catg-head-banner img {
      height: 100%;
    }

    #aa-catg-head-banner
      .aa-catg-head-banner-area
      .aa-catg-head-banner-content {
      padding: 6.5% 0;
    }

    #aa-contact .aa-contact-area .aa-contact-top {
      padding: 20px;
    }

    #aa-contact .aa-contact-area .aa-contact-top h2 {
      font-size: 18px;
      line-height: 22px;
      padding-bottom: 10px;
    }

    #aa-contact
      .aa-contact-area
      .aa-contact-address
      .aa-contact-address-left
      .comments-form
      textarea {
      width: 100%;
    }
    .no-paddingg{
        margin-left:-0.7rem;
        
    }

    #aa-contact .aa-contact-area .aa-contact-address {
      padding: 20px;
    }
  }
  @media (max-width: 360px) {
    #aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo {
      margin-bottom: 10px;
      text-align: center;
      width: 100%;
    }

    #aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a {
      display: inline-block;
    }

    #aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a p {
      text-align: left;
    }

    #aa-header .aa-header-bottom .aa-cartbox {
      text-align: center;
      width: 100%;
    }

    #aa-header .aa-header-bottom .aa-cartbox .aa-cart-link {
      display: inline-block;
    }

    .aa-popular-category .aa-products-tab {
      text-align: left;
    }

    .aa-popular-category-area .tab-content {
      margin-top: 40px;
    }

    .slick-prev,
    .slick-next {
      margin-top: 0;
      top: -40px;
    }

    .slick-prev {
      left: 77%;
    }

    #aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-prev,
    #aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-next {
      top: 30%;
    }

    #aa-subscribe .aa-subscribe-area h3 {
      font-size: 20px;
    }

    #aa-subscribe .aa-subscribe-area p {
      font-size: 14px;
    }

    #aa-subscribe .aa-subscribe-area .aa-subscribe-form input[type="submit"] {
      font-size: 14px;
    }

    #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::after,
    #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::before {
      left: 45%;
    }

    #aa-latest-blog .aa-latest-blog-area .aa-latest-blog-single .aa-blog-img {
      height: 250px;
    }

    #aa-footer .aa-footer-bottom .aa-footer-bottom-area > p {
      width: 100%;
      text-align: center;
    }

    #aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment {
      width: 100%;
      text-align: center;
      margin-top: 10px;
    }
  }
  @media (max-width: 320px) {
    #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::after,
    #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::before {
      left: 52%;
    }

    #aa-header .aa-header-top .aa-header-top-left .aa-language .btn {
      padding: 6px 1px;
      font-size: 10px;
    }

    #aa-header .aa-header-top .aa-header-top-left .aa-language {
      padding-top: 3px;
    }

    #aa-product-category
      .aa-product-catg-content
      .aa-product-catg-head
      .aa-product-catg-head-left
      .aa-show-form {
      margin-left: 5px;
    }

    #aa-product-category
      .aa-product-catg-content
      .aa-product-catg-head
      .aa-product-catg-head-left
      label {
      margin-right: 0;
    }
  }
  #aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li a {
    padding: 5px 2px;
  }
}

/* for addtion purpose   */

/* Promo Section */
.aa-promo-banner {
  position: relative;
  overflow: hidden;
}

.aa-promo-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.aa-promo-banner .aa-add-card-btn {
position: absolute;
bottom: 0%;
text-decoration: none;
color: #fff;
font-size: 14px;
width: 100%;
background: linear-gradient(90deg, #cd2529, #f55959);
text-align: center;
text-transform: uppercase;
padding: 6px 40px;
right: 0%;

}
.aa-promo-banner .aa-add-card-btn span {
  color: white !important
  ;
  font-weight: 600;
}
/* .aa-promo-banner:hover .aa-add-card-btn {
  opacity: 1;
  color: #cc2628;
} */

.shopnow {
  /* background: #C12B29; */
  background: linear-gradient(90deg, #cd2529, #f55959);
  color: #fff !important;
  font-size: 14px;
  padding: 6px 40px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 20px;
  /* -webkit-transition: all 0.5s; */
}

.shopnow:hover {
  color: white;
}

.aa-product-catg li {
  border-radius: 10px;
   background-color: #ede6e3; 
  transition: 0.3s ease-in-out;
}
 figure{
    border-radius: 10px;
   background-color: #ede6e3; 
  transition: 0.3s ease-in-out;
}
.aa-product-catg li:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: scale(1.02);
}

.product_heading {
  
  color: #333;
  display: inline-block;
  float: none;
  font-size: 24px;
  font-weight: bold;
  /* margin-top: 20px; */
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.pagination{
    justify-content: center;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus{
    background: linear-gradient(90deg, #cd2529, #f55959) !important;
}
.active>.page-link, .page-link.active{
    border: none !important;
}
/* for he slider 
 */

.swiper-container {
  width: 100%;
  height: 100vh;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
.text-overlay {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
}

.mySwiper{
  /* height: 500px; */
}
.aa-popular-category_one{
     background-color: #f3eae5; 
    
}
.aa-product-catg li{
    border: 1.5px solid #B8B8B8;
}
 figure{
    border: 1.5px solid #B8B8B8;
}
.aa-popular-category_two{
    background-color: #F2F2F2;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active{
    border: none;
    color: #CC2628 !important;
    border-bottom: 2px solid #CC2628 !important;
}
.nav-item.active .nav-link{
  color: #000 !important;
}
 .family-card {
    height: 200px !important;
    border-radius: 12px !important;
    transition: all 0.5s ease;
}
.family-card span {
    position: absolute;
    bottom: 8%;
    right: 10%;
    font-size: 19px;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 50%;
    padding: 0 8px;
    cursor: pointer;
}
.family-card span:hover {
    background-color: #df2c64;
}
.video-container video{
   height: 620px;
    object-fit: fill;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#loader video {
  max-width: 540px;
  max-height: 540px;
  width: 540px;
  height: 540px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
 
}
#loaderVideo.ready {
  opacity: 1;
}

#main-content {
  display: none;
}

/* Core Values Wrapper */
.core-values-wrapper {
  margin-top: 20px;
  padding: 20px;
  background-color: #f9f9f9;
}

/* Core Value Content */
.core-value-content {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.core-value-content h3 {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: #333;
}

.core-value-content p {
  font-size: 2em;
  line-height: 1.6;
  color: #555;
}

.core-value-content span {
  display: none;
}

/* Core Value Image */
.core-value-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px;
}

.core-value-img img {
  max-width: 100%;
  border-radius: 50%;
}

/* Responsive Grid */
@media (max-width: 768px) {
  .core-values-wrapper .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .core-value-content,
  .core-value-img {
    margin-bottom: 20px;
  }
}


.figcaption{
  height: 200px;
}
.swiper-button-prev{
    left: 92% !important;
}
.swiper-button-next,  
.swiper-button-prev{
    position: absolute !important;
    top: 15% !important;
    background-color: #cc2628 !important;
    color: #fff !important;
    height: 30px !important;
    width: 30px !important;
}
.swiper-button-next:after, 
.swiper-button-prev:after{
    font-size: 14px !important;
}
@media (max-width: 576px) {
  .core-value-content h3 {
    font-size: 1.2em;
  }

  .core-value-content p {
    font-size: 0.9em;
  }
  .swiper-button-next{
      right: 8% !important;
  }
  .swiper-button-prev{
    left: 75% !important;
}
.seq{
    height: 260px;
}
#aa-slider .aa-slider-area .seq-model img,
#aa-catg-head-banner img{
    object-fit: fill;
}
#aa-slider .aa-slider-area{
    margin-top: 85px;
}
#aa-catg-head-banner{
    height: 230px;
}

}