@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0-11/css/all.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap");
/* Montserrat */
* {
  text-decoration: none;
  outline: 0 !important; }

html {
  font-size: 100%;
  font-size: 0.875rem;
  scroll-behavior: smooth; }

a,
button {
  text-decoration: none !important; }

a:hover, a:focus {
  color: #d40c2e; }

body {
  color: #333;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  min-height: 100vh;
  font-weight: 400; }

a,
p,
label,
ol,
ul,
li,
span {
  color: #333; }

p,
ul,
li {
  line-height: 1.5; }

.pb100 {
  padding-bottom: 6.25rem; }

.mt-50 {
  margin-top: -3.125rem; }

.mt-240 {
  margin-top: -15rem; }

h1 {
  font-size: 2.375rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #d40c2e; }

h2 {
  font-size: 2.25rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #d40c2e; }

h3 {
  font-size: 2.125rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #d40c2e; }

h4 {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #d40c2e; }

h5 {
  font-size: 1.875rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #d40c2e; }

h6 {
  font-size: 1.75rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #d40c2e; }

select {
  text-transform: capitalize; }

.wow {
  visibility: hidden; }

.oNoScroll {
  overflow: hidden; }

.container {
  max-width: 90vw; }

.unStyle {
  list-style: none;
  padding-left: 0rem;
  margin: 0rem; }

.aMainHeader {
  padding: 0.9375rem 0rem; }
  .aMainHeader .aTopMenuRow {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .aMainHeader .aTopMenuRow .aLogo {
      text-align: center;
      z-index: 1;
      position: relative; }
      .aMainHeader .aTopMenuRow .aLogo img {
        max-width: 100%;
        width: 70%; }
      .aMainHeader .aTopMenuRow .aLogo::after {
        content: "";
        background: #fff;
        width: 5.625rem;
        height: 5.625rem;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        transform: rotate(45deg); }
    .aMainHeader .aTopMenuRow .aTopIcon a {
      margin-right: 0.625rem;
      position: relative;
      transition: all 0.3s ease-in-out 0s; }
      .aMainHeader .aTopMenuRow .aTopIcon a .count {
        position: absolute;
        top: -0.4375rem;
        right: -0.3125rem;
        bottom: auto;
        left: auto;
        background: #d40c2e;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.9375rem;
        border-radius: 100%;
        height: 0.9375rem;
        font-size: 80%; }
    .aMainHeader .aTopMenuRow .aMenu a {
      font-size: 120%;
      font-weight: 500; }
    .aMainHeader .aTopMenuRow .aMenu .aMenuBox {
      position: absolute;
      z-index: 1;
      width: 100%;
      background: #f5f5f5;
      left: 0;
      display: none; }
      .aMainHeader .aTopMenuRow .aMenu .aMenuBox ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 3.125rem;
        padding-bottom: 0.9375rem; }
        .aMainHeader .aTopMenuRow .aMenu .aMenuBox ul li {
          position: relative; }
          .aMainHeader .aTopMenuRow .aMenu .aMenuBox ul li a {
            margin-right: 1.25rem;
            font-size: 0.9375rem;
            transition: all 0.3s ease-in-out 0s; }
          .aMainHeader .aTopMenuRow .aMenu .aMenuBox ul li.hasChild {
            margin-right: 0.9375rem; }
            .aMainHeader .aTopMenuRow .aMenu .aMenuBox ul li.hasChild::after {
              content: "\f107";
              font-family: "Font Awesome\ 5 Free" !important;
              font-weight: 700;
              position: absolute;
              top: 0.0625rem;
              right: 0rem;
              bottom: auto;
              left: auto; }
            .aMainHeader .aTopMenuRow .aMenu .aMenuBox ul li.hasChild .desktopHide {
              height: 0;
              opacity: 0;
              display: none; }
            .aMainHeader .aTopMenuRow .aMenu .aMenuBox ul li.hasChild .aSubMenu {
              position: absolute;
              top: 2.1875rem;
              right: 0;
              bottom: auto;
              left: 0;
              box-shadow: 0rem 0rem 1.25rem 0.4375rem rgba(0, 0, 0, 0.08);
              opacity: 1;
              background: #f5f5f5;
              padding: 0rem;
              width: 18.75rem;
              height: auto;
              transition: all 0.3s ease-in 0s;
              animation: fadeInUp 0.4s ease-in-out 0s 1 both running;
              display: block; }
              .aMainHeader .aTopMenuRow .aMenu .aMenuBox ul li.hasChild .aSubMenu li {
                display: block;
                margin-right: 0rem; }
                .aMainHeader .aTopMenuRow .aMenu .aMenuBox ul li.hasChild .aSubMenu li a {
                  display: block;
                  padding: 0.625rem 1.25rem;
                  text-transform: capitalize;
                  color: #000;
                  font-weight: 500; }
                  .aMainHeader .aTopMenuRow .aMenu .aMenuBox ul li.hasChild .aSubMenu li a::after {
                    content: "";
                    display: none; }
                .aMainHeader .aTopMenuRow .aMenu .aMenuBox ul li.hasChild .aSubMenu li:hover {
                  background-color: #1f1f29;
                  transition: all 0.3s ease-in 0s;
                  color: #fff; }
                  .aMainHeader .aTopMenuRow .aMenu .aMenuBox ul li.hasChild .aSubMenu li:hover a {
                    color: #fff;
                    transition: all 0.3s ease-in 0s; }
      .aMainHeader .aTopMenuRow .aMenu .aMenuBox.showMenu {
        display: block;
        animation: fadeIn 0.5s ease-in-out 0s 1 both running; }
  .aMainHeader.sticky {
    min-height: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    max-width: 100%;
    margin-top: 0;
    padding: 0.625rem 0rem;
    animation: slideInDown 0.7s ease-in-out 0s 1 both running;
    z-index: 999;
    background: #fff;
    box-shadow: 0rem 0rem 1.875rem 0rem rgba(0, 0, 0, 0.3); }
    .aMainHeader.sticky .aTopMenuRow .aLogo::after {
      content: "";
      display: none; }
    .aMainHeader.sticky .aTopMenuRow .aMenu .aMenuBox {
      top: 5rem; }
      .aMainHeader.sticky .aTopMenuRow .aMenu .aMenuBox ul {
        padding: 1.25rem 0rem; }
    .aMainHeader.sticky .aTopMenuRow .aLogo img {
      width: 50%; }

.aSliderSection {
  position: relative;
  min-height: 70vh;
  z-index: 0;
  margin-top: -1.875rem; }
  .aSliderSection .aMainSliderContainer {
    display: flex;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 1.875rem; }
    .aSliderSection .aMainSliderContainer .aMainSlider {
      position: relative;
      display: flex;
      justify-content: center;
      background-size: 100% 100% !important;
      min-height: 70vh;
      z-index: 0;
      align-items: center;
      justify-content: flex-start; }
      .aSliderSection .aMainSliderContainer .aMainSlider .aSliderContent {
        position: relative;
        padding-left: 6.25rem; }
        .aSliderSection .aMainSliderContainer .aMainSlider .aSliderContent h2 {
          font-size: 300%;
          color: #fff;
          font-weight: 700;
          text-transform: uppercase;
          line-height: 3.75rem;
          margin-bottom: 1.25rem; }
        .aSliderSection .aMainSliderContainer .aMainSlider .aSliderContent p {
          color: #fff;
          font-size: 180%;
          margin-bottom: 0;
          text-transform: uppercase; }
        .aSliderSection .aMainSliderContainer .aMainSlider .aSliderContent .aSliderBtn {
          background: #fff;
          border-radius: 1.25rem;
          width: 9.375rem;
          display: block;
          text-align: center;
          padding: 0.625rem;
          font-weight: 700;
          text-transform: uppercase;
          transition: all 0.3s ease-in-out 0s; }
          .aSliderSection .aMainSliderContainer .aMainSlider .aSliderContent .aSliderBtn:hover {
            background: #d40c2e;
            color: #fff; }
      .aSliderSection .aMainSliderContainer .aMainSlider .aMainSliderImg {
        right: 0;
        position: absolute;
        min-height: 100%;
        left: 0;
        top: 0;
        bottom: 0; }
        .aSliderSection .aMainSliderContainer .aMainSlider .aMainSliderImg img {
          width: 100%;
          height: 100%; }
    .aSliderSection .aMainSliderContainer .owl-item .item {
      width: 100%; }
    .aSliderSection .aMainSliderContainer.owl-theme {
      position: relative; }
      .aSliderSection .aMainSliderContainer.owl-theme .owl-nav {
        margin-top: 0rem;
        position: absolute;
        top: 50%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        opacity: 0;
        transition: all 0.3s ease-in-out 0s; }
        .aSliderSection .aMainSliderContainer.owl-theme .owl-nav button {
          background: rgba(0, 0, 0, 0.3);
          width: 4.375rem;
          height: 4.375rem;
          border-radius: 100%;
          position: absolute;
          top: 50%;
          bottom: auto;
          transform: translate(0%, -50%); }
          .aSliderSection .aMainSliderContainer.owl-theme .owl-nav button span {
            font-size: 0.9375rem;
            color: #fff; }
        .aSliderSection .aMainSliderContainer.owl-theme .owl-nav .owl-next {
          right: 0rem;
          left: auto; }
      .aSliderSection .aMainSliderContainer.owl-theme:hover .owl-nav {
        opacity: 1; }

.aCategouryMain {
  position: relative;
  margin: 3.125rem 0rem;
  z-index: 0; }
  .aCategouryMain .aCategourySliderContainer .owl-stage {
    min-height: 100%;
    display: flex; }
    .aCategouryMain .aCategourySliderContainer .owl-stage .item {
      min-height: 100%;
      display: flex; }
  .aCategouryMain .aCardBox {
    position: relative;
    background: #f0f7fc;
    padding: 1.875rem;
    border-radius: 1.875rem;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    overflow: hidden; }
    .aCategouryMain .aCardBox .aCardContent {
      position: relative;
      width: 40%; }
      .aCategouryMain .aCardBox .aCardContent p {
        text-transform: capitalize;
        font-weight: 500;
        color: #fff;
        font-size: 1.125rem;
        position: relative;
        padding-bottom: 1.125rem; }
        .aCategouryMain .aCardBox .aCardContent p::after {
          content: "";
          position: absolute;
          top: auto;
          right: auto;
          bottom: 0rem;
          left: 0rem;
          background: #fff;
          width: 1.875rem;
          height: 0.1875rem; }
      .aCategouryMain .aCardBox .aCardContent h3 {
        font-weight: 700;
        color: #fff;
        font-size: 1.875rem;
        margin-top: 1.5625rem;
        margin-bottom: 1.5625rem; }
      .aCategouryMain .aCardBox .aCardContent a {
        color: #fff;
        margin-top: 1.25rem;
        font-size: 1.125rem;
        transition: all 0.3s ease-in-out 0s;
        position: relative;
        padding-bottom: 0.3125rem; }
        .aCategouryMain .aCardBox .aCardContent a::after {
          content: "";
          width: 0;
          height: 0.1875rem;
          background: #fff;
          transition: width 0.5s;
          position: absolute;
          bottom: -0.1875rem;
          left: 0; }
        .aCategouryMain .aCardBox .aCardContent a:hover::after {
          width: 100%; }
        .aCategouryMain .aCardBox .aCardContent a i {
          margin-left: 0.3125rem; }
    .aCategouryMain .aCardBox .aCardImg {
      width: 60%; }
      .aCategouryMain .aCardBox .aCardImg img {
        max-width: 100%;
        height: 100%; }
    .aCategouryMain .aCardBox::before {
      content: "";
      background: #1f1f29;
      width: 80%;
      height: 100%;
      position: absolute;
      top: 0rem;
      right: auto;
      bottom: auto;
      left: -12.5rem;
      z-index: -1;
      transform: skew(-40deg, 0deg);
      transition: all 0.3s ease-in-out 0s; }
    .aCategouryMain .aCardBox::after {
      content: "";
      background: #16161e;
      position: absolute;
      top: auto;
      right: auto;
      bottom: -4.375rem;
      left: 0rem;
      width: 80%;
      height: 30%;
      z-index: -2;
      transform: skew(0deg, 10deg);
      transition: all 0.3s ease-in-out 0s; }
    .aCategouryMain .aCardBox:hover::before {
      background: #d40c2e; }
    .aCategouryMain .aCardBox:hover::after {
      background: #ab0924; }
  .aCategouryMain .aCategourySliderContainer.owl-theme {
    position: relative; }
    .aCategouryMain .aCategourySliderContainer.owl-theme .owl-nav {
      margin-top: 0rem;
      position: absolute;
      top: 50%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      opacity: 0;
      transition: all 0.3s ease-in-out 0s; }
      .aCategouryMain .aCategourySliderContainer.owl-theme .owl-nav button {
        background: rgba(0, 0, 0, 0.3);
        width: 4.375rem;
        height: 4.375rem;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        bottom: auto;
        transform: translate(0%, -50%); }
        .aCategouryMain .aCategourySliderContainer.owl-theme .owl-nav button span {
          font-size: 0.9375rem;
          color: #fff; }
      .aCategouryMain .aCategourySliderContainer.owl-theme .owl-nav .owl-next {
        right: 0rem;
        left: auto; }
    .aCategouryMain .aCategourySliderContainer.owl-theme:hover .owl-nav {
      opacity: 1; }

.aProductsBox {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 0.0625rem solid #f5f5f5;
  transition: all 0.3s ease-in-out 0s;
  min-height: 100%; }
  .aProductsBox .aProductImg {
    position: relative; }
    .aProductsBox .aProductImg a {
      background: #f0f7fc;
      position: relative;
      text-align: center;
      padding: 5.625rem 3.75rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      .aProductsBox .aProductImg a img {
        max-width: 100%; }
      .aProductsBox .aProductImg a .aProductTag {
        position: absolute;
        top: auto;
        right: 0rem;
        bottom: 0rem;
        left: auto;
        background: #d40c2e;
        padding: 0.3125rem 1.25rem; }
        .aProductsBox .aProductImg a .aProductTag p {
          margin: 0;
          color: #fff; }
  .aProductsBox .aProductContentBody .aProductDes {
    padding: 1.875rem; }
    .aProductsBox .aProductContentBody .aProductDes h3 {
      font-weight: 700;
      font-size: 1.25rem;
      color: #000;
      display: block;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      .aProductsBox .aProductContentBody .aProductDes h3 a {
        transition: all 0.3s ease-in-out 0s; }
    .aProductsBox .aProductContentBody .aProductDes p {
      font-weight: 500;
      font-size: 1.125rem;
      color: #000;
      margin-bottom: 0.3125rem;
      display: block;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .aProductsBox .aProductContentBody .aProductDes .fas {
      color: #ffca58; }
    .aProductsBox .aProductContentBody .aProductDes .aProductRating {
      margin-bottom: 0.9375rem;
      margin-top: 0.3125rem; }
      .aProductsBox .aProductContentBody .aProductDes .aProductRating .star-rating {
        float: left;
        overflow: hidden;
        position: relative;
        height: 1em;
        line-height: 1;
        font-size: 1em;
        width: 5.625rem; }
        .aProductsBox .aProductContentBody .aProductDes .aProductRating .star-rating::before {
          content: "\f005\f005\f005\f005\f005";
          font-family: "Font Awesome\ 5 Free" !important;
          font-weight: 700;
          color: #eae2e9;
          float: left;
          top: 0;
          left: 0;
          position: absolute; }
        .aProductsBox .aProductContentBody .aProductDes .aProductRating .star-rating span {
          overflow: hidden;
          float: left;
          top: 0;
          left: 0;
          position: absolute;
          padding-top: 1.5em;
          color: #ffca58; }
          .aProductsBox .aProductContentBody .aProductDes .aProductRating .star-rating span::before {
            content: "\f005\f005\f005\f005\f005";
            font-family: "Font Awesome\ 5 Free" !important;
            font-weight: 700;
            top: 0;
            position: absolute;
            left: 0px; }
  .aProductsBox .aProductContentBody .aProductDetails {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0.0625rem solid #f5f5f5; }
    .aProductsBox .aProductContentBody .aProductDetails .aProductPrice {
      padding-left: 1.875rem;
      font-weight: 500;
      display: flex;
      align-items: center; }
      .aProductsBox .aProductContentBody .aProductDetails .aProductPrice span {
        color: #000; }
        .aProductsBox .aProductContentBody .aProductDetails .aProductPrice span.aPriceAmount {
          font-size: 1.5625rem;
          color: #d40c2e;
          font-weight: 700;
          margin: 0rem 0.1875rem; }
          .aProductsBox .aProductContentBody .aProductDetails .aProductPrice span.aPriceAmount .aDiscountAmount {
            margin-left: 0.3125rem;
            font-size: 80%;
            text-decoration: line-through; }
    .aProductsBox .aProductContentBody .aProductDetails .aProductaction {
      display: flex;
      align-items: center; }
      .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a {
        padding: 1.25rem;
        border-left: 0.0625rem solid #f5f5f5;
        transition: all 0.3s ease-in-out 0s;
        color: #000;
        display: block; }
        .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a i {
          font-size: 1.25rem;
          transition: all 0.3s ease-in-out 0s;
          margin-right: 0; }
        .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a:hover {
          background: #d40c2e;
          color: #fff; }
          .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a:hover i {
            color: #fff; }
      .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn .yith-wcwl-add-to-wishlist {
        margin-top: 0; }
        .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item {
          align-items: center;
          display: flex !important; }
          .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item i {
            margin-right: 0.3125rem; }
      .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn.aCart {
        display: flex;
        align-items: center;
        justify-content: center; }
        .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn.aCart .added .fa-shopping-cart::before {
          content: "\f00c" !important; }
        .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn.aCart .added_to_cart {
          display: none !important; }
    .aProductsBox .aProductContentBody .aProductDetails .aProductView {
      display: flex;
      align-items: center;
      justify-content: center; }
      .aProductsBox .aProductContentBody .aProductDetails .aProductView a {
        padding: 1.25rem;
        border-left: 0.0625rem solid #f5f5f5;
        transition: all 0.3s ease-in-out 0s;
        color: #000;
        display: block; }
        .aProductsBox .aProductContentBody .aProductDetails .aProductView a i {
          font-size: 1.25rem;
          transition: all 0.3s ease-in-out 0s;
          margin-right: 0; }
        .aProductsBox .aProductContentBody .aProductDetails .aProductView a:hover {
          background: #d40c2e;
          color: #fff; }
          .aProductsBox .aProductContentBody .aProductDetails .aProductView a:hover i {
            color: #fff; }
    .aProductsBox .aProductContentBody .aProductDetails .aProductViewButton {
      padding-left: 1.875rem;
      font-weight: 500;
      display: flex;
      align-items: center; }
      .aProductsBox .aProductContentBody .aProductDetails .aProductViewButton a {
        font-size: 110%;
        color: #d40c2e;
        font-weight: 700; }
  .aProductsBox:hover {
    box-shadow: 0rem 0rem 1.875rem 0rem rgba(0, 0, 0, 0.05); }

.aRecentProductsSec {
  margin: 6.25rem 0rem; }
  .aRecentProductsSec .aProductsSliderContainer .aProductsBox {
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem;
    border: 0.0625rem solid #f5f5f5;
    transition: all 0.3s ease-in-out 0s; }
    .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductImg {
      position: relative; }
      .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductImg a {
        background: #f0f7fc;
        position: relative;
        text-align: center;
        padding: 5.625rem 3.75rem;
        display: block;
        height: auto; }
        .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductImg a img {
          max-width: 100%; }
        .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductImg a .aProductTag {
          position: absolute;
          top: auto;
          right: 0rem;
          bottom: 0rem;
          left: auto;
          background: #d40c2e;
          padding: 0.3125rem 1.25rem; }
          .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductImg a .aProductTag p {
            margin: 0;
            color: #fff; }
    .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDes {
      padding: 1.875rem; }
      .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDes h3 {
        font-weight: 700;
        font-size: 1.25rem;
        color: #000;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
        .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDes h3 a {
          transition: all 0.3s ease-in-out 0s; }
      .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDes p {
        font-weight: 500;
        font-size: 1.125rem;
        color: #000;
        margin-bottom: 0.3125rem; }
      .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDes .fas {
        color: #ffca58; }
    .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 0.0625rem solid #f5f5f5; }
      .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductPrice {
        padding-left: 1.875rem;
        font-weight: 500;
        display: flex;
        align-items: center; }
        .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductPrice span {
          color: #000; }
          .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductPrice span.aPriceAmount {
            font-size: 1.5625rem;
            color: #d40c2e;
            font-weight: 700;
            margin: 0rem 0.1875rem; }
            .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductPrice span.aPriceAmount .aDiscountAmount {
              margin-left: 0.3125rem;
              font-size: 80%;
              text-decoration: line-through; }
      .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductaction {
        display: flex;
        align-items: center; }
        .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a {
          padding: 1.25rem;
          border-left: 0.0625rem solid #f5f5f5;
          transition: all 0.3s ease-in-out 0s;
          color: #000;
          display: block; }
          .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a i {
            font-size: 1.25rem;
            transition: all 0.3s ease-in-out 0s;
            margin-right: 0; }
          .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a:hover {
            background: #d40c2e;
            color: #fff; }
            .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a:hover i {
              color: #fff; }
        .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn .yith-wcwl-add-to-wishlist {
          margin-top: 0; }
          .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item {
            align-items: center;
            display: flex !important; }
            .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item i {
              margin-right: 0.3125rem; }
        .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn.aCart {
          display: flex;
          align-items: center;
          justify-content: center; }
          .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn.aCart .added .fa-shopping-cart::before {
            content: "\f00c" !important; }
          .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn.aCart .added_to_cart {
            display: none !important; }
    .aRecentProductsSec .aProductsSliderContainer .aProductsBox:hover {
      box-shadow: 0rem 0rem 1.875rem 0rem rgba(0, 0, 0, 0.05); }
  .aRecentProductsSec .aProductsSliderContainer.owl-theme {
    position: relative; }
    .aRecentProductsSec .aProductsSliderContainer.owl-theme .item {
      padding: 1.25rem 0rem; }
    .aRecentProductsSec .aProductsSliderContainer.owl-theme .owl-nav {
      margin-top: 0rem;
      position: absolute;
      top: 50%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      opacity: 0;
      transition: all 0.3s ease-in-out 0s; }
      .aRecentProductsSec .aProductsSliderContainer.owl-theme .owl-nav button {
        background: rgba(0, 0, 0, 0.3);
        width: 4.375rem;
        height: 4.375rem;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        bottom: auto;
        transform: translate(0%, -50%); }
        .aRecentProductsSec .aProductsSliderContainer.owl-theme .owl-nav button span {
          font-size: 0.9375rem;
          color: #fff; }
      .aRecentProductsSec .aProductsSliderContainer.owl-theme .owl-nav .owl-next {
        right: 0rem;
        left: auto; }
    .aRecentProductsSec .aProductsSliderContainer.owl-theme:hover .owl-nav {
      opacity: 1; }

.aTestimonials {
  background-size: contain !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
  margin: 0rem 0.9375rem; }
  .aTestimonials .aHradingBox {
    text-align: center;
    position: relative;
    top: 2.5rem; }
    .aTestimonials .aHradingBox p {
      color: #fff;
      font-weight: 700;
      font-size: 1.5625rem;
      text-transform: uppercase; }
  .aTestimonials .aTestimonialsSlider {
    margin-top: 6.25rem; }
    .aTestimonials .aTestimonialsSlider .aTestiBox .aTestiContentBox {
      background: #fff;
      text-align: center;
      padding: 4.375rem 2.8125rem;
      box-shadow: 0rem 0rem 1.25rem 0rem rgba(0, 0, 0, 0.05);
      border-radius: 0.625rem;
      margin-bottom: 3.75rem;
      position: relative;
      width: auto;
      height: 30rem; }
      .aTestimonials .aTestimonialsSlider .aTestiBox .aTestiContentBox .atestiIcon {
        margin-bottom: 1.25rem; }
        .aTestimonials .aTestimonialsSlider .aTestiBox .aTestiContentBox .atestiIcon i {
          font-size: 450%;
          color: #f0f7fc;
          transition: all 0.3s ease-in-out 0s; }
      .aTestimonials .aTestimonialsSlider .aTestiBox .aTestiContentBox .text {
        margin-bottom: 3.75rem; }
      .aTestimonials .aTestimonialsSlider .aTestiBox .aTestiContentBox .atestiLogo {
        position: absolute;
        top: auto;
        right: auto;
        bottom: -2.5rem;
        left: 50%;
        background: #f0f7fc;
        border-radius: 1.875rem;
        width: 20%;
        padding: 1.5625rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateX(-50%);
        box-shadow: 0rem 0rem 0.625rem 0rem rgba(0, 0, 0, 0.05); }
        .aTestimonials .aTestimonialsSlider .aTestiBox .aTestiContentBox .atestiLogo img {
          max-width: 100%; }
    .aTestimonials .aTestimonialsSlider .aTestiBox .aTestiName {
      text-align: center; }
      .aTestimonials .aTestimonialsSlider .aTestiBox .aTestiName h5 {
        font-size: 100%;
        font-weight: bold;
        color: #000000;
        margin-bottom: 0px;
        transition: all 0.3s ease-in-out 0s; }
    .aTestimonials .aTestimonialsSlider .aTestiBox:hover .aTestiContentBox .atestiIcon i {
      color: #f9cbcb; }
    .aTestimonials .aTestimonialsSlider .aTestiBox:hover .aTestiName h5 {
      color: #d40c2e; }
    .aTestimonials .aTestimonialsSlider.owl-theme {
      position: relative; }
      .aTestimonials .aTestimonialsSlider.owl-theme .owl-nav {
        margin-top: 0rem;
        position: absolute;
        top: 50%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        opacity: 0;
        transition: all 0.3s ease-in-out 0s; }
        .aTestimonials .aTestimonialsSlider.owl-theme .owl-nav button {
          background: #f0f7fc;
          width: 3.75rem;
          height: 3.75rem;
          border-radius: 100%;
          position: absolute;
          top: 50%;
          bottom: auto;
          transform: translate(0%, -50%); }
          .aTestimonials .aTestimonialsSlider.owl-theme .owl-nav button span {
            font-size: 1.25rem;
            color: #000;
            font-weight: 700; }
        .aTestimonials .aTestimonialsSlider.owl-theme .owl-nav .owl-next {
          right: -4%;
          left: auto; }
        .aTestimonials .aTestimonialsSlider.owl-theme .owl-nav .owl-prev {
          left: -4%; }
      .aTestimonials .aTestimonialsSlider.owl-theme:hover .owl-nav {
        opacity: 1; }

.aClientelSec {
  margin: 5rem 0rem; }
  .aClientelSec .dHradingBox {
    text-align: center;
    position: relative;
    margin-bottom: 1.875rem; }
    .aClientelSec .dHradingBox p {
      color: #000;
      font-weight: 700;
      font-size: 1.5625rem;
      text-transform: uppercase; }
  .aClientelSec .aClientelSliderContainer .aClientelBox {
    background: #fff;
    text-align: center;
    padding: 1.25rem;
    box-shadow: 0rem 0rem 1.25rem 0rem rgba(0, 0, 0, 0.05);
    border-radius: 0.625rem;
    display: flex;
    width: 100%; }
    .aClientelSec .aClientelSliderContainer .aClientelBox img {
      max-width: 100%;
      width: 30%;
      margin: auto; }
  .aClientelSec .aClientelSliderContainer.owl-theme {
    position: relative; }
    .aClientelSec .aClientelSliderContainer.owl-theme .owl-stage {
      display: flex;
      min-height: 100%; }
    .aClientelSec .aClientelSliderContainer.owl-theme .item {
      padding: 1.25rem;
      display: flex;
      min-height: 100%; }
    .aClientelSec .aClientelSliderContainer.owl-theme .owl-nav {
      margin-top: 0rem;
      position: absolute;
      top: 50%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      opacity: 0;
      transition: all 0.3s ease-in-out 0s; }
      .aClientelSec .aClientelSliderContainer.owl-theme .owl-nav button {
        background: #f0f7fc;
        width: 3.75rem;
        height: 3.75rem;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        bottom: auto;
        transform: translate(0%, -50%); }
        .aClientelSec .aClientelSliderContainer.owl-theme .owl-nav button span {
          font-size: 1.25rem;
          color: #000;
          font-weight: 700; }
      .aClientelSec .aClientelSliderContainer.owl-theme .owl-nav .owl-next {
        right: -4%;
        left: auto; }
      .aClientelSec .aClientelSliderContainer.owl-theme .owl-nav .owl-prev {
        left: -4%; }
    .aClientelSec .aClientelSliderContainer.owl-theme:hover .owl-nav {
      opacity: 1; }

.aBannerSec {
  margin: 3.125rem 0rem; }
  .aBannerSec .aaBannerSliderContainer.owl-theme {
    position: relative; }
    .aBannerSec .aaBannerSliderContainer.owl-theme .owl-nav {
      margin-top: 0rem;
      position: absolute;
      top: 50%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      opacity: 0;
      transition: all 0.3s ease-in-out 0s; }
      .aBannerSec .aaBannerSliderContainer.owl-theme .owl-nav button {
        background: rgba(0, 0, 0, 0.3);
        width: 4.375rem;
        height: 4.375rem;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        bottom: auto;
        transform: translate(0%, -50%); }
        .aBannerSec .aaBannerSliderContainer.owl-theme .owl-nav button span {
          font-size: 0.9375rem;
          color: #fff; }
      .aBannerSec .aaBannerSliderContainer.owl-theme .owl-nav .owl-next {
        right: 0rem;
        left: auto; }
    .aBannerSec .aaBannerSliderContainer.owl-theme:hover .owl-nav {
      opacity: 1; }

.aMainHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.125rem; }
  .aMainHeading .aTitle h2 {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.5625rem; }
  .aMainHeading .aSpacer {
    display: block;
    width: 80%;
    background: #d40c2e;
    height: 0.0625rem; }
  .aMainHeading .aLink a {
    color: #000;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
    position: relative; }
    .aMainHeading .aLink a:hover {
      color: #d40c2e; }

#enquiryModalCenter .modal-content {
  border-radius: 0.9375rem;
  overflow: hidden; }
  #enquiryModalCenter .modal-content .modal-body {
    padding: 0rem 1.875rem; }
    #enquiryModalCenter .modal-content .modal-body .aHeadingTitleSec {
      margin-bottom: 1.25rem; }
    #enquiryModalCenter .modal-content .modal-body .wpcf7-form .form-group {
      margin-bottom: 1.25rem; }
      #enquiryModalCenter .modal-content .modal-body .wpcf7-form .form-group .wpcf7-form-control {
        background: #f7f9fc; }
      #enquiryModalCenter .modal-content .modal-body .wpcf7-form .form-group input {
        height: 2.8125rem; }
    #enquiryModalCenter .modal-content .modal-body .wpcf7-form .dBtn {
      background: #1f1f29;
      color: #ffffff;
      box-shadow: none;
      border: none;
      padding: 10px;
      border-radius: 0.1875rem;
      transition: all 0.3s ease-in-out 0s; }
      #enquiryModalCenter .modal-content .modal-body .wpcf7-form .dBtn:hover {
        background: #d40c2e; }
    #enquiryModalCenter .modal-content .modal-body h5 {
      font-size: 150%;
      margin-bottom: 0.9375rem;
      font-weight: 700;
      color: #1f1f29; }
  #enquiryModalCenter .modal-content .modal-header {
    padding: 0rem;
    border: none; }
#enquiryModalCenter .close {
  position: relative;
  top: 0rem;
  right: 0rem;
  bottom: auto;
  left: auto;
  text-shadow: none;
  opacity: 1;
  font-size: 2.25rem;
  font-weight: 700;
  background: #d40c2e;
  border-bottom-left-radius: 4.375rem; }
  #enquiryModalCenter .close span {
    box-shadow: 0rem 0rem 3.125rem -1.25rem rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: 300;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 100%;
    display: inline-block;
    transition: all 0.5s ease-in-out 0s; }

.aInnerBanner {
  position: relative;
  overflow: hidden;
  margin-top: -1.875rem;
  min-height: 70vh;
  display: flex;
  align-items: center;
  background-size: cover !important; }
  .aInnerBanner.aProductBanner {
    min-height: 30vh; }
  .aInnerBanner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .7;
    z-index: 0; }
  .aInnerBanner .aInnerPageHeading {
    position: relative;
    color: #fff; }
    .aInnerBanner .aInnerPageHeading::before {
      content: "";
      position: absolute;
      top: 110%;
      right: auto;
      bottom: auto;
      left: 0;
      background: #fff;
      width: 3.125rem;
      height: .3125rem; }

.aProductMain {
  position: relative;
  margin: 3.125rem 0rem; }
  .aProductMain .aProductsBox {
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem;
    border: 0.0625rem solid #f5f5f5;
    transition: all 0.3s ease-in-out 0s; }
    .aProductMain .aProductsBox .aProductImg {
      position: relative;
      min-height: 35vh;
      background: #f0f7fc; }
      .aProductMain .aProductsBox .aProductImg a {
        position: relative;
        text-align: center;
        padding: 5.625rem 3.75rem;
        display: block; }
        .aProductMain .aProductsBox .aProductImg a img {
          max-width: 100%; }
        .aProductMain .aProductsBox .aProductImg a .aProductTag {
          position: absolute;
          top: auto;
          right: 0rem;
          bottom: 0rem;
          left: auto;
          background: #d40c2e;
          padding: 0.3125rem 1.25rem; }
          .aProductMain .aProductsBox .aProductImg a .aProductTag p {
            margin: 0;
            color: #fff; }
    .aProductMain .aProductsBox .aProductContentBody .aProductDes {
      padding: 1.875rem; }
      .aProductMain .aProductsBox .aProductContentBody .aProductDes h1 {
        font-weight: 700;
        font-size: 1.25rem;
        color: #000;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
        .aProductMain .aProductsBox .aProductContentBody .aProductDes h1 a {
          transition: all 0.3s ease-in-out 0s; }
      .aProductMain .aProductsBox .aProductContentBody .aProductDes p {
        font-weight: 500;
        font-size: 1.125rem;
        color: #000;
        margin-bottom: 0.3125rem;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      .aProductMain .aProductsBox .aProductContentBody .aProductDes .fas {
        color: #ffca58; }
    .aProductMain .aProductsBox .aProductContentBody .aProductDetails {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 0.0625rem solid #f5f5f5; }
      .aProductMain .aProductsBox .aProductContentBody .aProductDetails .aProductPrice {
        padding-left: 1.875rem;
        font-weight: 500; }
        .aProductMain .aProductsBox .aProductContentBody .aProductDetails .aProductPrice span {
          color: #000; }
          .aProductMain .aProductsBox .aProductContentBody .aProductDetails .aProductPrice span.aPriceAmount {
            font-size: 1.5625rem;
            color: #d40c2e;
            font-weight: 700; }
      .aProductMain .aProductsBox .aProductContentBody .aProductDetails .aProductaction {
        display: flex;
        align-items: center; }
        .aProductMain .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a {
          padding: 1.25rem;
          border-left: 0.0625rem solid #f5f5f5;
          transition: all 0.3s ease-in-out 0s;
          color: #000;
          display: block; }
          .aProductMain .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a i {
            font-size: 1.25rem; }
          .aProductMain .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a:hover {
            background: #d40c2e; }
            .aProductMain .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a:hover i {
              color: #fff; }
    .aProductMain .aProductsBox:hover {
      box-shadow: 0rem 0rem 1.875rem 0rem rgba(0, 0, 0, 0.05); }

.aInnerPageTitleSec {
  position: relative;
  margin-top: 1.25rem; }
  .aInnerPageTitleSec h1 {
    text-align: center;
    margin: 0;
    font-weight: 700;
    color: #1f1f29; }

.aPartnerBoxSec {
  display: flex;
  flex-wrap: wrap; }
  .aPartnerBoxSec .aPartnersBox {
    border-right: 0.0625rem solid #f5f5f5;
    border-bottom: 0.0625rem solid #f5f5f5;
    min-height: 100%;
    padding: 3.75rem;
    text-align: center;
    flex: 0 0 25%; }
    .aPartnerBoxSec .aPartnersBox img {
      max-width: 100%;
      width: 80%; }
    .aPartnerBoxSec .aPartnersBox p {
      margin: 0;
      font-weight: 700;
      font-size: 110%;
      color: #d40c2e;
      margin-top: 0.9375rem; }

.page-template-featured_products .section-container {
  margin: 3.125rem 0rem; }

.single-product .product .onsale {
  background-color: #d40c2e;
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center; }
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  border: 0.0625rem solid #f5f5f5;
  border-radius: 0.1875rem;
  margin-bottom: 0.9375rem;
  padding: 3.125rem; }
  .single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
    width: 70% !important;
    margin: auto; }
  .single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 10% !important;
    padding: 0.625rem; }
.single-product .product .price {
  margin-bottom: 0.625rem;
  display: block;
  font-size: 0.9375rem;
  font-weight: 600; }
  .single-product .product .price del {
    text-decoration: line-through;
    margin-right: 0.375rem; }
  .single-product .product .price .woocommerce-Price-amount.amount {
    font-weight: bold;
    color: #d40c2e; }
    .single-product .product .price .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
      color: #d40c2e; }
.single-product .product .woocommerce-product-details__short-description p {
  color: #a7a7a7; }
.single-product .product .woocommerce-product-details__short-description ul {
  list-style: none;
  padding: 0rem;
  padding-left: 0.3125rem;
  color: #a7a7a7; }
  .single-product .product .woocommerce-product-details__short-description ul li {
    position: relative;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    line-height: 1.875rem; }
    .single-product .product .woocommerce-product-details__short-description ul li::before {
      content: "\f00c";
      font-family: "Font Awesome\ 5 Free" !important;
      font-weight: 700;
      font-size: 0.75rem;
      top: 0.1875rem;
      position: absolute;
      top: 0;
      right: auto;
      bottom: 0;
      left: 0; }
    .single-product .product .woocommerce-product-details__short-description ul li div {
      padding: 0rem; }
.single-product .product .entry-title {
  text-transform: capitalize;
  margin-bottom: 0.625rem;
  color: #000;
  font-weight: 700;
  font-size: 200%;
  border-bottom: none; }
.single-product .product .product_meta {
  margin-top: 0.625rem; }
  .single-product .product .product_meta .posted_in {
    color: #000;
    font-weight: 700; }
    .single-product .product .product_meta .posted_in a {
      font-weight: normal;
      font-size: 80%; }
.single-product .product .cart {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem !important; }
  .single-product .product .cart .single_add_to_cart_button {
    background-color: #1f1f29 !important;
    color: #fff !important;
    border: 1px solid #1f1f29;
    border-radius: 1.25rem;
    position: relative;
    bottom: 0.25rem;
    margin-left: 0.625rem;
    transition: all 0.3s ease-in-out 0s; }
    .single-product .product .cart .single_add_to_cart_button:hover {
      background-color: #d40c2e !important;
      color: #fff !important;
      border-color: #d40c2e !important; }
.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  background-color: #1f1f29;
  color: #fff;
  border: 1px solid #1f1f29;
  border-radius: 5rem;
  position: relative;
  bottom: 0.25rem;
  transition: all 0.3s ease-in-out 0s;
  padding: 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
    margin-right: 0; }
  .single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
    background-color: #d40c2e;
    color: #fff;
    border-color: #d40c2e; }
  .single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.single_add_to_wishlist::after {
    content: "Add to Wishlist";
    font-weight: 500;
    font-size: 90%;
    color: #fff;
    margin-left: 0.3125rem; }
.single-product .product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .separator {
  margin: 0rem 0.3125rem; }
.single-product .product .woocommerce-tabs {
  border: 1px solid #eeeeee;
  padding: 0.9375rem;
  margin-bottom: 1.875rem; }
  .single-product .product .woocommerce-tabs .tabs {
    padding-left: 0.375rem !important;
    margin-bottom: 1.25rem !important; }
    .single-product .product .woocommerce-tabs .tabs li {
      border-radius: 1.25rem !important;
      margin-right: 0.9375rem !important;
      background-color: #1f1f29 !important;
      border: 0.0625rem solid #1f1f29 !important; }
      .single-product .product .woocommerce-tabs .tabs li a {
        color: #fff !important; }
      .single-product .product .woocommerce-tabs .tabs li.active {
        background: #d40c2e !important;
        color: #fff;
        border: 0.0625rem solid #d40c2e !important; }
      .single-product .product .woocommerce-tabs .tabs li::before {
        content: "";
        box-shadow: none !important;
        border: none !important; }
      .single-product .product .woocommerce-tabs .tabs li::after {
        content: "";
        box-shadow: none !important;
        border: none !important; }
    .single-product .product .woocommerce-tabs .tabs::before {
      border-bottom: none !important; }
  .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    text-transform: capitalize;
    margin-bottom: 0.625rem;
    color: #000;
    font-weight: 500;
    font-size: 1.5625rem;
    border-bottom: none; }
  .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel p {
    color: #a7a7a7; }
  .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form .comment-form-author input {
    width: 100% !important;
    display: block;
    height: 1.875rem !important; }
  .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form .comment-form-email input {
    width: 100% !important;
    display: block;
    height: 1.875rem !important; }
  .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments {
      width: 48%;
      border: 0.0625rem solid #f5f5f5;
      padding: 0.625rem;
      background: #fffefe;
      border-radius: 0.3125rem; }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper {
      width: 48%;
      border: 0.0625rem solid #f5f5f5;
      padding: 0.625rem;
      background: #fffefe;
      border-radius: 0.3125rem; }
      .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form label {
        font-weight: 700; }
      .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form .comment-form-cookies-consent label {
        font-weight: 400;
        font-size: 0.875rem; }
      .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .submit {
        background-color: #1f1f29 !important;
        color: #fff !important;
        border: 0.0625rem solid #1f1f29;
        border-radius: 0.3125rem;
        position: relative;
        transition: all 0.3s ease-in-out 0s; }
        .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .submit:hover {
          background-color: #d40c2e !important;
          color: #fff !important;
          border-color: #d40c2e !important; }

.page-numbers {
  border: none !important; }
  .page-numbers li {
    border-radius: 100%;
    margin-right: 0.75rem !important;
    border: 0.0625rem solid #ebe9eb;
    width: 2.1875rem;
    height: 2.1875rem; }
    .page-numbers li .current {
      background: black !important;
      color: #ffffff !important;
      height: 100%;
      width: 100%; }

.al_add_to_cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.0625rem solid #eeeeee; }

.woocommerce .quantity .qty {
  width: 7.631em !important; }
.woocommerce div.product form.cart {
  border-top: 0.0625rem solid #eeeeee;
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
    display: none !important; }
.woocommerce .yith-wcwl-add-button .separator {
  display: none !important; }
.woocommerce .yith-wcwl-add-button .view-wishlist {
  display: none !important; }

.single-product .product .product_meta {
  margin-top: 0;
  margin-bottom: 10px; }

.aFooterMain .aFooterSec {
  position: relative;
  background: #1f1f29; }
  .aFooterMain .aFooterSec .aFooterBox {
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .aFooterMain .aFooterSec .aFooterBox .aMiddleFooter {
      position: relative;
      z-index: 1;
      padding: 7.5rem;
      width: 33%;
      text-align: center; }
      .aFooterMain .aFooterSec .aFooterBox .aMiddleFooter::before {
        content: "";
        background: #1f1f29;
        width: 38%;
        height: 90%;
        border: 0.125rem solid #f0f7fc;
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 6.25rem; }
      .aFooterMain .aFooterSec .aFooterBox .aMiddleFooter::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 0.125rem;
        height: 100%;
        background: #fff;
        z-index: -2; }
    .aFooterMain .aFooterSec .aFooterBox .aFooterContent {
      position: relative;
      text-align: center;
      margin-bottom: 1.5625rem; }
      .aFooterMain .aFooterSec .aFooterBox .aFooterContent h2 {
        text-transform: uppercase;
        font-weight: 500;
        color: #fff;
        font-size: 1.125rem;
        position: relative;
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem; }
        .aFooterMain .aFooterSec .aFooterBox .aFooterContent h2::after {
          content: "";
          position: absolute;
          top: auto;
          right: auto;
          bottom: 0rem;
          left: 50%;
          background: #fff;
          width: 1.875rem;
          height: 0.1875rem;
          transform: translateX(-50%); }
      .aFooterMain .aFooterSec .aFooterBox .aFooterContent p {
        color: #fff;
        transition: all 0.3s ease-in-out 0s;
        position: relative; }
      .aFooterMain .aFooterSec .aFooterBox .aFooterContent ul {
        list-style: none;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .aFooterMain .aFooterSec .aFooterBox .aFooterContent ul li a {
          color: #fff;
          margin-right: 0.625rem;
          transition: all 0.3s ease-in-out 0s;
          position: relative; }
          .aFooterMain .aFooterSec .aFooterBox .aFooterContent ul li a::after {
            content: "";
            width: 0;
            height: 0.1875rem;
            background: #fff;
            transition: width 0.5s;
            position: absolute;
            bottom: -0.1875rem;
            left: 0; }
          .aFooterMain .aFooterSec .aFooterBox .aFooterContent ul li a:hover::after {
            width: 100%; }
    .aFooterMain .aFooterSec .aFooterBox .aLeftFooter {
      width: 33%; }
    .aFooterMain .aFooterSec .aFooterBox .aRightFooter {
      width: 33%; }
.aFooterMain .aCopyWrite {
  margin: 1.25rem 0rem; }
  .aFooterMain .aCopyWrite .aFooterSocial {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.625rem; }
    .aFooterMain .aCopyWrite .aFooterSocial a {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      margin-right: 0.9375rem;
      width: 2.5rem;
      height: 2.5rem;
      border: 0.0625rem solid #1f1f29;
      transition: all 0.3s ease-in-out 0s; }
      .aFooterMain .aCopyWrite .aFooterSocial a:hover {
        background: #1f1f29; }
        .aFooterMain .aCopyWrite .aFooterSocial a:hover i {
          color: #fff; }
      .aFooterMain .aCopyWrite .aFooterSocial a i {
        color: #1f1f29;
        font-size: 1.125rem;
        transition: all 0.3s ease-in-out 0s; }
  .aFooterMain .aCopyWrite .aCopyWriteText {
    text-align: center; }
    .aFooterMain .aCopyWrite .aCopyWriteText p {
      margin-bottom: 0rem;
      color: #1f1f29;
      text-align: center; }

.aAboutMain {
  position: relative;
  padding: 6.25rem 0rem;
  margin-top: 6.25rem; }
  .aAboutMain.dLightBg {
    background: #fafafa; }
  .aAboutMain .aLeftText p {
    font-size: 0.9375rem;
    word-spacing: 0.0625rem;
    font-weight: 400;
    color: #8a8b8e;
    line-height: 2.1875rem; }
  .aAboutMain .aLeftImg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .aAboutMain .aLeftImg img {
      position: relative;
      max-width: 100%;
      width: 100%; }
    .aAboutMain .aLeftImg .aViderbtn {
      position: absolute;
      z-index: 7;
      font-size: inherit;
      background: #4d6de6;
      width: 70px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      animation: pulse 1.5s ease 0s infinite both running; }
      .aAboutMain .aLeftImg .aViderbtn i {
        font-size: 200%;
        color: #fff; }
    .aAboutMain .aLeftImg::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5); }

.aInnerTitle {
  margin-bottom: 1.25rem; }
  .aInnerTitle h2 {
    color: #1f1f29;
    text-transform: uppercase;
    font-size: 1.5625rem;
    position: relative;
    font-weight: 700;
    padding-bottom: 0.625rem; }
    .aInnerTitle h2::after {
      content: "";
      position: absolute;
      top: auto;
      right: auto;
      bottom: 0rem;
      left: 0rem;
      position: absolute;
      width: 2.8125rem;
      height: 0.1875rem;
      background: #000; }

.aAboutCounter {
  margin-top: -3.125rem;
  position: relative;
  z-index: 1; }
  .aAboutCounter .aShadow {
    box-shadow: 0rem 0rem 1.25rem 0rem rgba(0, 0, 0, 0.2); }
  .aAboutCounter .aCounterMainContent {
    text-align: center;
    flex: 0 0 25%;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 2rem 1.25rem; }
    .aAboutCounter .aCounterMainContent img {
      width: 13%;
      position: relative;
      max-width: 100%; }
    .aAboutCounter .aCounterMainContent .seperator {
      margin-left: 0.9375rem;
      width: 0.0625rem;
      height: 3.125rem;
      margin-right: 0.9375rem;
      background: #1f1f29; }
    .aAboutCounter .aCounterMainContent .aAboutCountText {
      text-align: left; }
      .aAboutCounter .aCounterMainContent .aAboutCountText h5 {
        font-weight: 700;
        font-size: 1.25rem;
        color: #1f1f29; }
      .aAboutCounter .aCounterMainContent .aAboutCountText h6 {
        color: #1f1f29;
        font-weight: 400;
        font-size: 1.25rem;
        margin-bottom: 0; }
    .aAboutCounter .aCounterMainContent:nth-child(1) {
      background: #f8f8f8; }
    .aAboutCounter .aCounterMainContent:nth-child(3) {
      background: #f8f8f8; }

.aVisionMissionMain {
  position: relative;
  padding: 6.25rem 0rem; }
  .aVisionMissionMain.dLightBg {
    background: #fafafa; }
  .aVisionMissionMain .aLeftText p {
    font-size: 0.9375rem;
    word-spacing: 0.0625rem;
    font-weight: 400;
    color: #8a8b8e;
    line-height: 2.1875rem; }
  .aVisionMissionMain .aLeftImg img {
    z-index: 9;
    position: relative;
    max-width: 100%;
    width: 100%; }
  .aVisionMissionMain ul {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0rem; }
    .aVisionMissionMain ul li {
      margin-bottom: 1.25rem;
      padding-left: 2.5rem;
      position: relative;
      flex: 0 0 100%;
      font-size: 0.9375rem;
      word-spacing: 0.0625rem;
      font-weight: 400;
      color: #8a8b8e; }
      .aVisionMissionMain ul li::after {
        content: "";
        position: absolute;
        top: 0.6875rem;
        right: auto;
        bottom: auto;
        left: 0.3125rem;
        background: #000;
        width: 1.25rem;
        height: 0.0625rem; }
      .aVisionMissionMain ul li::before {
        content: "";
        position: absolute;
        top: 0.25rem;
        right: auto;
        bottom: auto;
        left: 0rem;
        background: #f5f5f5;
        width: 0.9375rem;
        height: 0.9375rem; }

.trailerModal .modal-header {
  border-bottom: 0rem;
  padding: 0rem;
  position: relative; }
  .trailerModal .modal-header h5 {
    display: none; }
.trailerModal .modal-body .closePreview {
  position: absolute;
  top: 1.875rem;
  right: 2.5rem;
  bottom: auto;
  left: auto;
  z-index: 1;
  background: #d40c2e;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  font-size: 1.5625rem;
  opacity: 0.8;
  border-radius: 100%;
  cursor: pointer; }
  .trailerModal .modal-body .closePreview span {
    color: #fff; }

.sBlogMain {
  position: relative;
  margin-top: 1.25rem; }
  .sBlogMain .sNewemainCard {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    min-height: 100%;
    background: #fafafa;
    border-bottom: 0.1875rem solid #1f1f29;
    transition: all 0.3s ease-in-out 0s; }
    .sBlogMain .sNewemainCard .sNewsImg img {
      max-width: 100%;
      height: auto;
      width: 100%;
      filter: grayscale(0);
      transition: all 0.3s ease-in-out 0s; }
    .sBlogMain .sNewemainCard .sNewsContentArea {
      padding: 1.875rem; }
      .sBlogMain .sNewemainCard .sNewsContentArea h2 {
        color: #16161e;
        font-weight: 400;
        font-size: 130%;
        font-weight: 500;
        margin-bottom: 1.25rem;
        transition: all 0.3s ease-in-out 0s; }
      .sBlogMain .sNewemainCard .sNewsContentArea p {
        font-size: 100%;
        line-height: 25px;
        color: #948989; }
      .sBlogMain .sNewemainCard .sNewsContentArea a {
        font-weight: 700;
        font-size: 110%;
        color: #16161e;
        margin: 1.875rem 0rem 0.625rem 0rem;
        display: flex;
        align-items: center;
        transition: all 0.3s ease-in-out 0s; }
        .sBlogMain .sNewemainCard .sNewsContentArea a i {
          margin-left: 0.3125rem; }
        .sBlogMain .sNewemainCard .sNewsContentArea a:hover {
          color: #d40c2e; }
      .sBlogMain .sNewemainCard .sNewsContentArea .sNewsTime {
        color: #16161e;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1.25rem;
        font-weight: 700; }
        .sBlogMain .sNewemainCard .sNewsContentArea .sNewsTime span {
          color: #16161e;
          font-size: 90%;
          font-weight: 700; }
      .sBlogMain .sNewemainCard .sNewsContentArea .link-more {
        display: none; }
    .sBlogMain .sNewemainCard:hover {
      border-bottom: 0.1875rem solid #d40c2e;
      box-shadow: 0rem 0rem 1rem 0.25rem rgba(0, 0, 0, 0.09); }
      .sBlogMain .sNewemainCard:hover .sNewsImg img {
        filter: grayscale(0); }
      .sBlogMain .sNewemainCard:hover .sNewsContentArea h2 {
        color: #d40c2e; }

.sSingleBlog h2 {
  color: #d40c2e;
  font-weight: 700;
  font-size: 180%;
  text-transform: capitalize;
  margin-bottom: 1.25rem; }
.sSingleBlog h3 {
  color: #16161e;
  font-weight: 700;
  font-size: 120%;
  text-transform: capitalize;
  margin-bottom: 1.25rem; }
.sSingleBlog h4 {
  color: #3b3b48;
  font-weight: 700;
  font-size: 100%;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
  font-style: italic; }
.sSingleBlog p {
  font-size: 100%;
  line-height: 25px; }
.sSingleBlog ul li {
  margin-bottom: 0.625rem;
  font-size: 100%; }

.single-post .content-area {
  margin-top: 0;
  margin-bottom: 0; }
.single-post .sAboutBannerSection {
  margin-bottom: 1.25rem; }
  .single-post .sAboutBannerSection img {
    max-width: 100%;
    width: 100%; }

.al-list-container {
  padding-bottom: 3.125rem; }
  .al-list-container .al-filter-mob {
    border: 0.0625rem solid #f5f5f5;
    background: #f0f7fc;
    border-bottom: 0rem;
    padding: 0.4375rem 0.9375rem;
    font-size: 200%;
    font-weight: 500;
    color: #000; }
  .al-list-container .al-filter {
    border: 0.0625rem solid #f5f5f5;
    background: #eeeeee10; }
    .al-list-container .al-filter aside.widget-area {
      background: transparent;
      border: 0;
      border-radius: 0; }
      .al-list-container .al-filter aside.widget-area .wpf_layout_vertical .wpf_item {
        padding: 0rem; }
        .al-list-container .al-filter aside.widget-area .wpf_layout_vertical .wpf_item .wpf_item_name {
          padding: 0.625rem 0.9375rem;
          font-size: 130%;
          font-weight: 700;
          margin-bottom: 0.3125rem;
          border-bottom: 0; }
        .al-list-container .al-filter aside.widget-area .wpf_layout_vertical .wpf_item .wpf_column_vertical {
          padding: 0.4375rem 0.9375rem; }
          .al-list-container .al-filter aside.widget-area .wpf_layout_vertical .wpf_item .wpf_column_vertical li {
            font-size: 0.875rem;
            display: inline-block;
            width: 100%; }
            .al-list-container .al-filter aside.widget-area .wpf_layout_vertical .wpf_item .wpf_column_vertical li input[type="checkbox"] {
              margin-top: -0.5rem;
              margin-right: 0.25rem;
              margin-bottom: 0;
              margin-left: 0;
              height: 1.125rem;
              width: 1.125rem;
              border-radius: 0.1875rem;
              border-color: #e3e9ef; }
              .al-list-container .al-filter aside.widget-area .wpf_layout_vertical .wpf_item .wpf_column_vertical li input[type="checkbox"]:checked {
                background: #d40c2e;
                border-color: #d40c2e; }
                .al-list-container .al-filter aside.widget-area .wpf_layout_vertical .wpf_item .wpf_column_vertical li input[type="checkbox"]:checked::before {
                  content: "\e800";
                  line-height: 1.0625rem;
                  font-size: 0.75rem;
                  display: block;
                  color: #fff; }
            .al-list-container .al-filter aside.widget-area .wpf_layout_vertical .wpf_item .wpf_column_vertical li .wpf_item_count {
              float: right;
              background: #e3e9ef;
              font-weight: 700;
              font-size: 0.75rem; }
            .al-list-container .al-filter aside.widget-area .wpf_layout_vertical .wpf_item .wpf_column_vertical li label {
              font-size: 113% !important;
              font-weight: 500; }
  .al-list-container .wpf-search-container {
    display: block;
    width: 100%;
    max-width: 100%; }
    .al-list-container .wpf-search-container .products {
      margin-top: 5rem; }
      .al-list-container .wpf-search-container .products .aProductsBox {
        min-height: 100%; }
        .al-list-container .wpf-search-container .products .aProductsBox .aProductImg a {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 50vh; }
        .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDes {
          padding: 1.875rem; }
          .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDes h1 {
            font-weight: 700;
            font-size: 1.25rem;
            color: #000; }
            .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDes h1 a {
              transition: all 0.3s ease-in-out 0s; }
          .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDes p {
            font-weight: 500;
            font-size: 1.125rem;
            color: #000;
            margin-bottom: 0.3125rem; }
          .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDes .fas {
            color: #ffca58; }
        .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails {
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-top: 0.0625rem solid #f5f5f5; }
          .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductPrice {
            padding-left: 1.875rem;
            font-weight: 500;
            display: flex;
            align-items: center; }
            .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductPrice span {
              color: #000; }
              .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductPrice span.aPriceAmount {
                font-size: 1.5625rem;
                color: #d40c2e;
                font-weight: 700;
                margin: 0rem 0.1875rem; }
                .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductPrice span.aPriceAmount .aDiscountAmount {
                  margin-left: 0.3125rem;
                  font-size: 80%;
                  text-decoration: line-through; }
          .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductaction {
            display: flex;
            align-items: center; }
            .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a {
              padding: 1.25rem;
              border-left: 0.0625rem solid #f5f5f5;
              transition: all 0.3s ease-in-out 0s;
              color: #000;
              display: block; }
              .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a i {
                font-size: 1.25rem;
                transition: all 0.3s ease-in-out 0s;
                margin-right: 0; }
              .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a:hover {
                background: #d40c2e;
                color: #fff; }
                .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a:hover i {
                  color: #fff; }
            .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn .yith-wcwl-add-to-wishlist {
              margin-top: 0; }
              .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item {
                align-items: center;
                display: flex !important; }
                .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item i {
                  margin-right: 0.3125rem; }
            .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn.aCart {
              display: flex;
              align-items: center;
              justify-content: center; }
              .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn.aCart .added .fa-shopping-cart::before {
                content: "\f00c" !important; }
              .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn.aCart .added_to_cart {
                display: none !important; }
        .al-list-container .wpf-search-container .products .aProductsBox:hover {
          box-shadow: 0rem 0rem 1.875rem 0rem rgba(0, 0, 0, 0.05); }
    .al-list-container .wpf-search-container .woocommerce-ordering select {
      background: transparent !important;
      padding: 0.1875rem 0.375rem !important;
      border: 1px solid #00000020 !important;
      border-radius: 25px; }
    .al-list-container .wpf-search-container .woocommerce-products-header .woocommerce-products-header__title.page-title {
      margin-bottom: 1.25rem;
      text-transform: capitalize;
      background: #f0f7fc;
      border: 1px solid #f5f5f5;
      padding: 0.8125rem 0.625rem;
      font-size: 1.875rem;
      font-weight: 500;
      color: #000; }
    .al-list-container .wpf-search-container .page-title {
      margin-bottom: 1.25rem;
      text-transform: capitalize;
      background: #f0f7fc;
      border: 1px solid #f5f5f5;
      padding: 0.8125rem 0.625rem;
      font-size: 1.875rem;
      font-weight: 700;
      color: #000; }
    .al-list-container .wpf-search-container .al-all-product {
      margin-top: 8.125rem; }

.woocommerce-breadcrumb {
  display: none; }

.gallery-container .tz-gallery.card-columns {
  column-count: 4; }
  .gallery-container .tz-gallery.card-columns .card {
    border: none; }
    .gallery-container .tz-gallery.card-columns .card .card-body {
      padding: 0;
      border-radius: 0.625rem;
      overflow: hidden; }
.gallery-container .tz-gallery img {
  width: 100%;
  border-radius: 0;
  position: relative;
  transition: all 0.3s ease-in-out 0s; }

.product_search {
  position: absolute;
  left: -23.125rem;
  z-index: 99;
  top: -0.6875rem;
  overflow: hidden;
  border-radius: 0.1875rem;
  opacity: 0;
  display: none;
  transition: all 0.3s ease-in-out 0s; }
  .product_search .widget_product_search .woocommerce-product-search {
    display: flex;
    align-items: center;
    position: relative; }
    .product_search .widget_product_search .woocommerce-product-search .search-field {
      box-shadow: none;
      border: 0.0625rem solid #f5f5f5;
      height: 2.5rem;
      padding: 0.625rem;
      position: relative;
      width: 21.875rem; }
    .product_search .widget_product_search .woocommerce-product-search button {
      position: absolute;
      top: 0;
      right: 0;
      bottom: auto;
      left: auto;
      height: 100%;
      border: none;
      background: #1f1f29;
      color: #fff;
      font-size: 80%;
      transition: all 0.3s ease-in-out 0s; }
      .product_search .widget_product_search .woocommerce-product-search button:hover {
        background: #d40c2e; }
  .product_search.aproduct_toggle_search {
    opacity: 1;
    display: block; }

.woocommerce-info {
  border-top-color: #1f1f29 !important; }

.content-area {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem; }

.woocommerce h2 {
  font-size: 150%;
  font-weight: 700;
  color: #1f1f29;
  margin-bottom: 1.25rem; }
.woocommerce h3 {
  font-size: 150%;
  font-weight: 700;
  color: #1f1f29;
  margin-bottom: 1.25rem; }
.woocommerce legend {
  font-size: 150%;
  font-weight: 700;
  color: #1f1f29;
  margin-bottom: 1.25rem; }
.woocommerce .button {
  background: #1f1f29 !important;
  color: #fff !important;
  padding: 0.625rem !important;
  transition: all 0.3s ease-in-out 0s; }
  .woocommerce .button:hover {
    background: #d40c2e !important; }
.woocommerce .input-text {
  height: 2.8125rem;
  border: 0.0625rem solid #f3f1f1;
  padding: 0.3125rem; }
.woocommerce .control-label {
  font-weight: 700; }

.shop_table .product-thumbnail img {
  width: 2.5rem; }
.shop_table .product-name a {
  font-weight: 700;
  font-size: 110%; }

.woocommerce-cart-form .coupon .input-text {
  width: 11.25rem !important;
  padding: 0.3125rem; }
.woocommerce-cart-form .button {
  background: #1f1f29 !important;
  color: #fff !important;
  padding: 0.625rem !important;
  transition: all 0.3s ease-in-out 0s; }
  .woocommerce-cart-form .button:hover {
    background: #d40c2e !important; }

.cart-collaterals .cart_totals h2 {
  font-size: 150%;
  font-weight: 700;
  color: #1f1f29;
  margin-bottom: 1.25rem; }
.cart-collaterals .cart_totals .button {
  background: #1f1f29 !important;
  color: #fff !important;
  padding: 0.625rem !important;
  transition: all 0.3s ease-in-out 0s; }
  .cart-collaterals .cart_totals .button:hover {
    background: #d40c2e !important; }

.showcoupon {
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s; }

.woocommerce-checkout h3 {
  font-size: 150%;
  font-weight: 700;
  color: #1f1f29;
  margin-bottom: 1.25rem; }
.woocommerce-checkout .select2-container--default .select2-selection--single {
  height: 2.5rem !important;
  border: 0.0625rem solid #f3f1f1 !important;
  border-radius: 0.1875rem !important; }

.woocommerce-form-login label {
  width: 100%;
  font-weight: 700; }
.woocommerce-form-login .password-input {
  display: block !important;
  width: 100%; }

.woocommerce-ResetPassword {
  width: 50%;
  margin: auto !important;
  border: 0.0625rem solid #d3ced2;
  padding: 0.9375rem; }
  .woocommerce-ResetPassword p {
    width: 100% !important; }

.woocommerce-MyAccount-navigation {
  width: 100% !important; }
  .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0rem; }
    .woocommerce-MyAccount-navigation ul li {
      border: 0.0625rem solid #e3e9ef;
      margin-bottom: 0.625rem;
      padding: 0.6875rem;
      border-radius: 0.1875rem;
      transition: all 0.2s ease-in-out 0s; }
      .woocommerce-MyAccount-navigation ul li a {
        display: block;
        position: relative; }
        .woocommerce-MyAccount-navigation ul li a::after {
          content: "\f054";
          font-family: "Font Awesome\ 5 Free" !important;
          font-weight: 700;
          position: absolute;
          top: 0rem;
          right: 0rem;
          bottom: 0rem;
          left: auto; }
      .woocommerce-MyAccount-navigation ul li:hover {
        background: #d40c2e;
        border-color: #d40c2e; }
        .woocommerce-MyAccount-navigation ul li:hover a {
          color: #fff; }

.woocommerce-MyAccount-content {
  width: 100% !important; }
  .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    max-width: 100%; }
    .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title {
      border-bottom: 0.0625rem solid #e3e9ef;
      padding-bottom: 0.5rem;
      margin-bottom: 0.9375rem; }
      .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title h3 {
        font-size: 150%;
        font-weight: 700;
        color: #1f1f29;
        margin-bottom: 1.25rem; }
      .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title a {
        background: #000;
        color: #fff;
        border-radius: 0.125rem;
        width: 3.125rem;
        height: 1.5625rem;
        display: flex;
        align-items: center;
        justify-content: center; }
  .woocommerce-MyAccount-content h3 {
    font-size: 150%;
    font-weight: 700;
    color: #1f1f29;
    margin-bottom: 1.25rem; }
  .woocommerce-MyAccount-content .woocommerce-EditAccountForm label {
    width: 100%;
    font-weight: 700; }
  .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input {
    display: block !important;
    width: 100%; }
  .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    width: 50%;
    margin-top: 3.125rem; }

@media (max-width: 74.99875rem) {
  .aSliderSection {
    min-height: 30vh; }
    .aSliderSection .aMainSliderContainer .aMainSlider {
      min-height: 30vh; }

  .aMainHeading .aSpacer {
    width: 60%; }

  .aTestimonials .aTestimonialsSlider .aTestiBox .aTestiContentBox {
    padding: 3.125rem;
    height: auto; }

  .al-list-container .wpf-search-container .products .aProductsBox {
    position: relative;
    overflow: hidden;
    border-radius: 0.3125rem;
    border: 0.0625rem solid #f5f5f5;
    transition: all 0.3s ease-in-out 0s; }
    .al-list-container .wpf-search-container .products .aProductsBox .aProductImg {
      position: relative; }
      .al-list-container .wpf-search-container .products .aProductsBox .aProductImg a {
        background: #f0f7fc;
        position: relative;
        text-align: center;
        padding: 1.25rem;
        display: block;
        height: auto; }
        .al-list-container .wpf-search-container .products .aProductsBox .aProductImg a img {
          max-width: 100%; }
        .al-list-container .wpf-search-container .products .aProductsBox .aProductImg a .aProductTag {
          position: absolute;
          top: auto;
          right: 0rem;
          bottom: 0rem;
          left: auto;
          background: #d40c2e;
          padding: 0.3125rem 1.25rem; }
          .al-list-container .wpf-search-container .products .aProductsBox .aProductImg a .aProductTag p {
            margin: 0;
            color: #fff;
            font-size: 0.625rem; }
    .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDes {
      padding: 0.9375rem; }
      .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDes h3 {
        font-weight: 700;
        font-size: 0.75rem;
        color: #000;
        margin-bottom: 0.125rem; }
        .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDes h3 a {
          transition: all 0.3s ease-in-out 0s; }
      .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDes p {
        font-weight: 500;
        font-size: 0.625rem;
        color: #000;
        margin-bottom: 0rem; }
      .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDes .fas {
        color: #ffca58;
        font-size: 0.75rem; }
      .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDes .far {
        font-size: 0.75rem; }
    .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 0.0625rem solid #f5f5f5; }
      .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductPrice {
        padding-left: 0.9375rem;
        font-weight: 500;
        font-size: 0.75rem; }
        .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductPrice span {
          color: #000; }
          .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductPrice span.aPriceAmount {
            font-size: 0.875rem;
            color: #d40c2e;
            font-weight: 700; }
      .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductaction {
        display: flex;
        align-items: center; }
        .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a {
          padding: 0.5625rem;
          border-left: 0.0625rem solid #f5f5f5;
          transition: all 0.3s ease-in-out 0s;
          color: #000;
          display: block; }
          .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a i {
            font-size: 0.75rem; }
          .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a:hover {
            background: #d40c2e; }
            .al-list-container .wpf-search-container .products .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a:hover i {
              color: #fff; }
    .al-list-container .wpf-search-container .products .aProductsBox:hover {
      box-shadow: 0rem 0rem 1.875rem 0rem rgba(0, 0, 0, 0.05); }

  .aProductsBox {
    position: relative;
    overflow: hidden;
    border-radius: 0.3125rem;
    border: 0.0625rem solid #f5f5f5;
    transition: all 0.3s ease-in-out 0s; }
    .aProductsBox .aProductImg {
      position: relative; }
      .aProductsBox .aProductImg a {
        background: #f0f7fc;
        position: relative;
        text-align: center;
        padding: 1.25rem;
        display: block;
        height: auto; }
        .aProductsBox .aProductImg a img {
          max-width: 100%; }
        .aProductsBox .aProductImg a .aProductTag {
          position: absolute;
          top: auto;
          right: 0rem;
          bottom: 0rem;
          left: auto;
          background: #d40c2e;
          padding: 0.3125rem 1.25rem; }
          .aProductsBox .aProductImg a .aProductTag p {
            margin: 0;
            color: #fff;
            font-size: 0.625rem; }
    .aProductsBox .aProductContentBody .aProductDes {
      padding: 0.9375rem; }
      .aProductsBox .aProductContentBody .aProductDes h3 {
        font-weight: 700;
        font-size: 0.75rem;
        color: #000;
        margin-bottom: 0.125rem; }
        .aProductsBox .aProductContentBody .aProductDes h3 a {
          transition: all 0.3s ease-in-out 0s; }
      .aProductsBox .aProductContentBody .aProductDes p {
        font-weight: 500;
        font-size: 0.625rem;
        color: #000;
        margin-bottom: 0rem; }
      .aProductsBox .aProductContentBody .aProductDes .fas {
        color: #ffca58;
        font-size: 0.75rem; }
      .aProductsBox .aProductContentBody .aProductDes .far {
        font-size: 0.75rem; }
    .aProductsBox .aProductContentBody .aProductDetails {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 0.0625rem solid #f5f5f5; }
      .aProductsBox .aProductContentBody .aProductDetails .aProductPrice {
        padding-left: 0.9375rem;
        font-weight: 500;
        font-size: 0.75rem; }
        .aProductsBox .aProductContentBody .aProductDetails .aProductPrice span {
          color: #000; }
          .aProductsBox .aProductContentBody .aProductDetails .aProductPrice span.aPriceAmount {
            font-size: 0.875rem;
            color: #d40c2e;
            font-weight: 700; }
      .aProductsBox .aProductContentBody .aProductDetails .aProductaction {
        display: flex;
        align-items: center; }
        .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a {
          padding: 0.5625rem;
          border-left: 0.0625rem solid #f5f5f5;
          transition: all 0.3s ease-in-out 0s;
          color: #000;
          display: block; }
          .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a i {
            font-size: 0.75rem; }
          .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a:hover {
            background: #d40c2e; }
            .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a:hover i {
              color: #fff; }
      .aProductsBox .aProductContentBody .aProductDetails .aProductView a {
        padding: 0.5625rem; }
        .aProductsBox .aProductContentBody .aProductDetails .aProductView a i {
          font-size: 80%; }
      .aProductsBox .aProductContentBody .aProductDetails .aProductViewButton {
        padding-left: 0.625rem; }
        .aProductsBox .aProductContentBody .aProductDetails .aProductViewButton a {
          font-size: 80%; }
    .aProductsBox:hover {
      box-shadow: 0rem 0rem 1.875rem 0rem rgba(0, 0, 0, 0.05); }

  .aInnerBanner {
    min-height: 30vh; }
    .aInnerBanner.aProductBanner {
      min-height: 20vh; }

  .aProductMain .aProductsBox .aProductImg {
    min-height: 100%; } }
@media (max-width: 61.99875rem) {
  .container {
    max-width: 100%; }

  .aSliderSection .aMainSliderContainer.owl-theme,
  .aSliderSection .aCategourySliderContainer.owl-theme,
  .aSliderSection .aProductsSliderContainer.owl-theme,
  .aSliderSection .aaBannerSliderContainer.owl-theme,
  .aSliderSection .aTestimonialsSlider.owl-theme,
  .aSliderSection .aClientelSliderContainer.owl-theme,
  .aCategouryMain .aMainSliderContainer.owl-theme,
  .aCategouryMain .aCategourySliderContainer.owl-theme,
  .aCategouryMain .aProductsSliderContainer.owl-theme,
  .aCategouryMain .aaBannerSliderContainer.owl-theme,
  .aCategouryMain .aTestimonialsSlider.owl-theme,
  .aCategouryMain .aClientelSliderContainer.owl-theme,
  .aRecentProductsSec .aMainSliderContainer.owl-theme,
  .aRecentProductsSec .aCategourySliderContainer.owl-theme,
  .aRecentProductsSec .aProductsSliderContainer.owl-theme,
  .aRecentProductsSec .aaBannerSliderContainer.owl-theme,
  .aRecentProductsSec .aTestimonialsSlider.owl-theme,
  .aRecentProductsSec .aClientelSliderContainer.owl-theme,
  .aBannerSec .aMainSliderContainer.owl-theme,
  .aBannerSec .aCategourySliderContainer.owl-theme,
  .aBannerSec .aProductsSliderContainer.owl-theme,
  .aBannerSec .aaBannerSliderContainer.owl-theme,
  .aBannerSec .aTestimonialsSlider.owl-theme,
  .aBannerSec .aClientelSliderContainer.owl-theme,
  .aTestimonials .aMainSliderContainer.owl-theme,
  .aTestimonials .aCategourySliderContainer.owl-theme,
  .aTestimonials .aProductsSliderContainer.owl-theme,
  .aTestimonials .aaBannerSliderContainer.owl-theme,
  .aTestimonials .aTestimonialsSlider.owl-theme,
  .aTestimonials .aClientelSliderContainer.owl-theme,
  .aClientelSec .aMainSliderContainer.owl-theme,
  .aClientelSec .aCategourySliderContainer.owl-theme,
  .aClientelSec .aProductsSliderContainer.owl-theme,
  .aClientelSec .aaBannerSliderContainer.owl-theme,
  .aClientelSec .aTestimonialsSlider.owl-theme,
  .aClientelSec .aClientelSliderContainer.owl-theme {
    position: relative; }
    .aSliderSection .aMainSliderContainer.owl-theme .owl-nav,
    .aSliderSection .aCategourySliderContainer.owl-theme .owl-nav,
    .aSliderSection .aProductsSliderContainer.owl-theme .owl-nav,
    .aSliderSection .aaBannerSliderContainer.owl-theme .owl-nav,
    .aSliderSection .aTestimonialsSlider.owl-theme .owl-nav,
    .aSliderSection .aClientelSliderContainer.owl-theme .owl-nav,
    .aCategouryMain .aMainSliderContainer.owl-theme .owl-nav,
    .aCategouryMain .aCategourySliderContainer.owl-theme .owl-nav,
    .aCategouryMain .aProductsSliderContainer.owl-theme .owl-nav,
    .aCategouryMain .aaBannerSliderContainer.owl-theme .owl-nav,
    .aCategouryMain .aTestimonialsSlider.owl-theme .owl-nav,
    .aCategouryMain .aClientelSliderContainer.owl-theme .owl-nav,
    .aRecentProductsSec .aMainSliderContainer.owl-theme .owl-nav,
    .aRecentProductsSec .aCategourySliderContainer.owl-theme .owl-nav,
    .aRecentProductsSec .aProductsSliderContainer.owl-theme .owl-nav,
    .aRecentProductsSec .aaBannerSliderContainer.owl-theme .owl-nav,
    .aRecentProductsSec .aTestimonialsSlider.owl-theme .owl-nav,
    .aRecentProductsSec .aClientelSliderContainer.owl-theme .owl-nav,
    .aBannerSec .aMainSliderContainer.owl-theme .owl-nav,
    .aBannerSec .aCategourySliderContainer.owl-theme .owl-nav,
    .aBannerSec .aProductsSliderContainer.owl-theme .owl-nav,
    .aBannerSec .aaBannerSliderContainer.owl-theme .owl-nav,
    .aBannerSec .aTestimonialsSlider.owl-theme .owl-nav,
    .aBannerSec .aClientelSliderContainer.owl-theme .owl-nav,
    .aTestimonials .aMainSliderContainer.owl-theme .owl-nav,
    .aTestimonials .aCategourySliderContainer.owl-theme .owl-nav,
    .aTestimonials .aProductsSliderContainer.owl-theme .owl-nav,
    .aTestimonials .aaBannerSliderContainer.owl-theme .owl-nav,
    .aTestimonials .aTestimonialsSlider.owl-theme .owl-nav,
    .aTestimonials .aClientelSliderContainer.owl-theme .owl-nav,
    .aClientelSec .aMainSliderContainer.owl-theme .owl-nav,
    .aClientelSec .aCategourySliderContainer.owl-theme .owl-nav,
    .aClientelSec .aProductsSliderContainer.owl-theme .owl-nav,
    .aClientelSec .aaBannerSliderContainer.owl-theme .owl-nav,
    .aClientelSec .aTestimonialsSlider.owl-theme .owl-nav,
    .aClientelSec .aClientelSliderContainer.owl-theme .owl-nav {
      display: none; }

  .aMainHeading .aSpacer {
    width: 50%; }

  .aCategouryMain .aCardBox .aCardContent h3 {
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: 0.625rem; }
  .aCategouryMain .aCardBox .aCardContent a {
    font-size: 0.75rem; }
  .aCategouryMain .aCardBox::before {
    content: "";
    width: 100%; }
  .aCategouryMain .aCardBox::after {
    content: "";
    width: 100%;
    bottom: -3.125rem; }

  .aRecentProductsSec {
    margin: 3.125rem 0rem; }

  .aMainHeading {
    margin-bottom: 0rem; }

  .aFooterMain .aFooterSec {
    padding: 3.125rem 0rem;
    padding-bottom: 0; }
    .aFooterMain .aFooterSec .aFooterBox {
      flex-wrap: wrap; }
      .aFooterMain .aFooterSec .aFooterBox .aLeftFooter {
        order: 1;
        width: 100%; }
      .aFooterMain .aFooterSec .aFooterBox .aMiddleFooter {
        display: none; }
      .aFooterMain .aFooterSec .aFooterBox .aRightFooter {
        order: 2;
        width: 100%; }
        .aFooterMain .aFooterSec .aFooterBox .aRightFooter .aFooterContent:last-child {
          margin-bottom: 0; }
      .aFooterMain .aFooterSec .aFooterBox .aFooterContent {
        margin-bottom: 0rem; }
        .aFooterMain .aFooterSec .aFooterBox .aFooterContent h2 {
          text-align: left;
          padding-bottom: 0.625rem;
          margin-bottom: 0.625rem;
          font-size: 0.875rem; }
          .aFooterMain .aFooterSec .aFooterBox .aFooterContent h2::after {
            content: "";
            left: 5%; }
        .aFooterMain .aFooterSec .aFooterBox .aFooterContent p {
          text-align: left;
          font-size: 0.8125rem; }
        .aFooterMain .aFooterSec .aFooterBox .aFooterContent ul {
          justify-content: flex-start; }
          .aFooterMain .aFooterSec .aFooterBox .aFooterContent ul li a {
            font-size: 0.8125rem; }
  .aFooterMain .aCopyWrite .aCopyWriteText p {
    font-size: 0.625rem; }

  .al-list-container .al-filter aside.widget-area .wpf_layout_vertical .wpf_item .wpf_column_vertical li label {
    font-size: 70% !important; }

  .aAboutCounter .aCounterMainContent {
    flex: 0 0 50%; }
    .aAboutCounter .aCounterMainContent:nth-child(3) {
      background: transparent; }
    .aAboutCounter .aCounterMainContent:nth-child(4) {
      background: #f8f8f8; }

  .aAboutMain {
    position: relative;
    padding: 3.25rem 0rem;
    margin-top: 2.25rem; }

  .aVisionMissionMain {
    position: relative;
    padding: 2.25rem 0rem; }
    .aVisionMissionMain .aLeftImg {
      margin-bottom: 1.25rem; }

  .aPartnerBoxSec .aPartnersBox {
    flex: 0 0 33.33%;
    padding: 0.9375rem; }

  .aSliderSection .aMainSliderContainer {
    border-radius: 0.3125rem; } }
@media (max-width: 47.99875rem) {
  .aMainHeader .aTopMenuRow .aMenu .aMenuBox ul {
    flex-wrap: wrap;
    padding-top: 1.25rem; }
    .aMainHeader .aTopMenuRow .aMenu .aMenuBox ul li {
      flex: 0 0 100%;
      border-bottom: 0.0625rem solid #eee; }
      .aMainHeader .aTopMenuRow .aMenu .aMenuBox ul li a {
        padding: 0.625rem 1.25rem;
        text-align: left;
        display: block; }
      .aMainHeader .aTopMenuRow .aMenu .aMenuBox ul li.hasChild {
        margin-right: 0; }
        .aMainHeader .aTopMenuRow .aMenu .aMenuBox ul li.hasChild .aSubMenu {
          position: relative;
          width: 100%;
          text-align: center;
          animation: fadeInUp 0.4s ease-in-out 0s 1 both running;
          box-shadow: none;
          top: 0;
          padding-left: 1.5625rem; }

  .al-list-container .al-filter aside.widget-area .wpf_layout_vertical .wpf_item .wpf_column_vertical li label {
    font-size: 113% !important; }

  .woocommerce-ResetPassword {
    width: 100%; }

  .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    width: 100%; }

  .woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    width: 100%; }
  .woocommerce div.product div.summary {
    width: 100% !important; } }
@media (max-width: 35.99875rem) {
  .aMainHeader .aTopMenuRow .aLogo img {
    width: 50%; }
  .aMainHeader .aTopMenuRow .aLogo::after {
    content: "";
    background: #fff;
    width: 4.0625rem;
    height: 4.0625rem;
    position: absolute;
    left: 13%;
    top: 0;
    z-index: -1;
    transform: rotate(45deg); }
  .aMainHeader.sticky .aTopMenuRow .aMenu .aMenuBox {
    top: 3.125rem; }
  .aMainHeader.sticky .aTopMenuRow .aLogo img {
    width: 30%; }

  .aSliderSection {
    min-height: 20vh; }
    .aSliderSection .aMainSliderContainer .aMainSlider {
      min-height: 20vh; }
      .aSliderSection .aMainSliderContainer .aMainSlider .aSliderContent {
        padding-left: 0; }
        .aSliderSection .aMainSliderContainer .aMainSlider .aSliderContent p {
          font-size: 100%; }
        .aSliderSection .aMainSliderContainer .aMainSlider .aSliderContent h1 {
          font-size: 120%;
          line-height: inherit;
          margin-bottom: 0.625rem; }
        .aSliderSection .aMainSliderContainer .aMainSlider .aSliderContent .aSliderBtn {
          width: 6.875rem;
          font-size: 0.75rem; }

  .aCategouryMain {
    margin: 1.25rem 0rem; }

  .aMainHeading .aTitle h2 {
    font-size: 1rem; }
  .aMainHeading .aSpacer {
    display: none; }

  .aClientelSec {
    margin: 1.875rem 0rem; }
    .aClientelSec .dHradingBox {
      margin-bottom: 0; }
    .aClientelSec .aClientelSliderContainer .aClientelBox {
      padding: 0.625rem; }
      .aClientelSec .aClientelSliderContainer .aClientelBox img {
        width: 100%; }
    .aClientelSec .aClientelSliderContainer.owl-theme .item {
      padding: 0.625rem; }

  .aTestimonials {
    background-size: 100% 50% !important; }
    .aTestimonials .aTestimonialsSlider {
      margin-top: 4.375rem; }
      .aTestimonials .aTestimonialsSlider .aTestiBox .aTestiContentBox {
        padding: 0.9375rem; }
        .aTestimonials .aTestimonialsSlider .aTestiBox .aTestiContentBox .atestiLogo {
          width: 30%; }
        .aTestimonials .aTestimonialsSlider .aTestiBox .aTestiContentBox .text p {
          font-size: 0.75rem; }

  .aCategouryMain .aCardBox {
    position: relative;
    background: #1f1f29;
    padding: 0.625rem;
    border-radius: 0.3125rem;
    display: block;
    z-index: 1;
    overflow: hidden; }
    .aCategouryMain .aCardBox .aCardContent {
      position: static;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .aCategouryMain .aCardBox .aCardContent .aProductTag {
        display: block;
        text-align: left;
        width: 100%; }
      .aCategouryMain .aCardBox .aCardContent p {
        text-transform: capitalize;
        font-weight: 700;
        color: #fff;
        font-size: 0.75rem;
        position: relative;
        padding-bottom: 0.3125rem;
        margin-bottom: 0.625rem; }
        .aCategouryMain .aCardBox .aCardContent p::after {
          content: "";
          position: absolute;
          top: auto;
          right: auto;
          bottom: 0rem;
          left: 0rem;
          background: #fff;
          width: 1.875rem;
          height: 0.0625rem; }
      .aCategouryMain .aCardBox .aCardContent h3 {
        font-weight: 700;
        color: #fff;
        font-size: 0.75rem;
        margin-top: 0rem;
        margin-bottom: 0rem;
        display: block;
        text-align: left;
        width: 100%; }
      .aCategouryMain .aCardBox .aCardContent a {
        color: #fff;
        transition: all 0.3s ease-in-out 0s;
        font-weight: 700;
        position: absolute;
        bottom: 0.375rem;
        top: auto;
        background: #000000;
        padding: 0.3125rem 0.625rem;
        border-radius: 1.25rem;
        width: auto;
        margin: 0 auto; }
        .aCategouryMain .aCardBox .aCardContent a::after {
          content: "";
          display: none; }
        .aCategouryMain .aCardBox .aCardContent a:hover::after {
          width: 100%; }
        .aCategouryMain .aCardBox .aCardContent a i {
          margin-left: 0.3125rem; }
    .aCategouryMain .aCardBox .aCardImg {
      width: 70%;
      margin: auto;
      margin-top: 0.625rem; }
      .aCategouryMain .aCardBox .aCardImg img {
        max-width: 100%; }
    .aCategouryMain .aCardBox::before {
      content: "";
      left: 50%;
      background: #f0f7fc;
      width: 130%;
      transform: skew(0) translate(-50%, 55px);
      height: 100%;
      bottom: 0;
      top: auto;
      border-radius: 50%; }
    .aCategouryMain .aCardBox::after {
      content: "";
      display: none; }

  .aRecentProductsSec {
    margin: 1.875rem 0rem; }
    .aRecentProductsSec .aProductsSliderContainer .aProductsBox {
      position: relative;
      overflow: hidden;
      border-radius: 0.3125rem;
      border: 0.0625rem solid #f5f5f5;
      transition: all 0.3s ease-in-out 0s; }
      .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductImg {
        position: relative; }
        .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductImg a {
          background: #f0f7fc;
          position: relative;
          text-align: center;
          padding: 1.25rem;
          display: block; }
          .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductImg a img {
            max-width: 100%; }
          .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductImg a .aProductTag {
            position: absolute;
            top: auto;
            right: 0rem;
            bottom: 0rem;
            left: auto;
            background: #d40c2e;
            padding: 0.3125rem 1.25rem; }
            .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductImg a .aProductTag p {
              margin: 0;
              color: #fff;
              font-size: 0.625rem; }
      .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDes {
        padding: 0.9375rem; }
        .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDes h3 {
          font-weight: 700;
          font-size: 0.75rem;
          color: #000;
          margin-bottom: 0.125rem; }
          .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDes h3 a {
            transition: all 0.3s ease-in-out 0s; }
        .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDes p {
          font-weight: 500;
          font-size: 0.625rem;
          color: #000;
          margin-bottom: 0rem; }
        .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDes .fas {
          color: #ffca58;
          font-size: 0.75rem; }
        .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDes .far {
          font-size: 0.75rem; }
      .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 0.0625rem solid #f5f5f5; }
        .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductPrice {
          padding-left: 0.9375rem;
          font-weight: 500;
          font-size: 0.75rem; }
          .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductPrice span {
            color: #000; }
            .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductPrice span.aPriceAmount {
              font-size: 0.875rem;
              color: #d40c2e;
              font-weight: 700; }
        .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductaction {
          display: flex;
          align-items: center; }
          .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a {
            padding: 0.5625rem;
            border-left: 0.0625rem solid #f5f5f5;
            transition: all 0.3s ease-in-out 0s;
            color: #000;
            display: block; }
            .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a i {
              font-size: 0.75rem; }
            .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a:hover {
              background: #d40c2e; }
              .aRecentProductsSec .aProductsSliderContainer .aProductsBox .aProductContentBody .aProductDetails .aProductaction .aActionbtn a:hover i {
                color: #fff; }
      .aRecentProductsSec .aProductsSliderContainer .aProductsBox:hover {
        box-shadow: 0rem 0rem 1.875rem 0rem rgba(0, 0, 0, 0.05); }

  .aBannerSec {
    margin: 0; }

  .aMainHeader .aTopMenuRow .aTopIcon .aSearchLink {
    display: none; }

  .aInnerBanner .aInnerPageHeading {
    font-size: 150%; }
  .aInnerBanner.aProductBanner {
    min-height: 15vh; }

  .al-list-container {
    padding: 0; }
    .al-list-container .wpf-search-container {
      margin-top: 2.5rem; }
      .al-list-container .wpf-search-container .products {
        margin-top: 7.5rem; }

  .aAboutCounter .aCounterMainContent {
    padding: 0.625rem; }
    .aAboutCounter .aCounterMainContent img {
      width: 15%; }
    .aAboutCounter .aCounterMainContent .aAboutCountText h5 {
      font-size: 0.875rem;
      word-break: break-word; }
    .aAboutCounter .aCounterMainContent .aAboutCountText h6 {
      font-size: 0.875rem; }

  .aPartnerBoxSec .aPartnersBox {
    flex: 0 0 50%; }

  .single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    padding: 0.9375rem; }
    .single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
      width: 70% !important;
      margin: auto; }
    .single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) {
      padding: 0rem; }
  .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments {
    width: 100%;
    margin-bottom: 1.25rem; }
    .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol.commentlist {
      padding-left: 0; }
  .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper {
    width: 100%; }

  .single-product .product .entry-title {
    font-size: 150%; } }

/*# sourceMappingURL=aligarh.css.map */
