@charset "UTF-8";
/*-------------------------------------

	Template Name: Alaq Mart Multipurpose eCommerce HTML Template HTML Template
    Version: 1.0.0
    Author: Webstrot
    Copyright: © 2025-26

-----------------------------------------


    CSS INDEX
    ===================

 1. alaq-home-wrapper

 2. alaq-home-slider-wrapper

 3. alaq-select-product-wrapper

 4. alaq-product-posting-wrapper

 5. alaq-mobile-posting-wrapper

 6. alaq-newly-launched-wrapper

 6. alaq-home-grocery-wrapper

 7. alaq-grocery-slider-wrapper

 8. alaq-grocery-category-wrapper

 9. alaq-grocery-launched-wrapper

 10. alaq-select-grocery-product

 11. alaq-delicious-fruits-wrapper

 12. alaq-offer-post-main-wrapper

 13. alaq-grocery-posting-main-wrapper

 14. grocery-product-wrapper 

 14. alaq-home-cosmetic-wrapper

 15. alaq-cosmetic-slider-wrapper

 16. alaq-cosmetic-main-post-wrapper

 17. alaq-cosmetic-product-wrapper

 18. alaq-cosmetic-banner-post-wrapper

 19. alaq-select-cosmetic-product

 20. alaq-offer-post-main-wrapper

 21. alaq-cosmetic-offer-main-wrapper

 22. cosmetic-product-wrapper

---------------------------------------*/
/* ....................................
1. Common CSS 
.......................................*/
a {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
}

button:active {
  border: none;
  outline: none;
  box-shadow: none;
}

button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.medicalloader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
}
.medicalloader #status {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
}
.medicalloader #status .u-loading {
  width: 160px;
  height: auto;
  display: block;
}
.medicalloader #status .u-loading__symbol {
  background-color: #7ccde1;
  padding: 8px;
  animation: loading 3s infinite;
  border-radius: 5px;
}
.medicalloader #status .u-loading__symbol img {
  display: block;
  max-width: 100%;
  animation: loading-icon 3s infinite;
}

#dotsLoader span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #219ebc;
  margin: 20px 5px;
  opacity: 0;
}
#dotsLoader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}
#dotsLoader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}
#dotsLoader span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange {
  0%, 100% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    transform: perspective(250px) rotateX(0deg) rotateY(0deg);
  }
  15% {
    background-color: #7ccde1;
  }
  16% {
    background-color: #ffd55f;
  }
  50% {
    transform: perspective(250px) rotateX(180deg) rotateY(0deg);
    background-color: #ffd55f;
  }
  65% {
    background-color: #ffd55f;
  }
  66% {
    background-color: #7ccde1;
  }
  100% {
    transform: perspective(250px) rotateX(180deg) rotateY(-180deg);
  }
}
@keyframes loading-icon {
  0% {
    transform: perspective(250px) rotateX(0deg) rotateY(0deg);
  }
  15% {
    transform: perspective(250px) rotateX(0deg) rotateY(0deg);
  }
  16% {
    transform: perspective(250px) rotateX(180deg) rotateY(0deg);
  }
  50% {
    transform: perspective(250px) rotateX(180deg) rotateY(0deg);
  }
  65% {
    transform: perspective(250px) rotateX(180deg) rotateY(0deg);
  }
  66% {
    transform: perspective(250px) rotateX(180deg) rotateY(180deg);
  }
  100% {
    transform: perspective(250px) rotateX(180deg) rotateY(180deg);
  }
}
.btn:focus,
input:focus,
.form-control:focus {
  box-shadow: unset;
}

.alaq-btn {
  background-color: #F85934;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 30px 12px;
  display: inline-block;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  margin-top: 6px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.alaq-btn:before {
  background-color: pink;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}
.alaq-btn:hover {
  color: #ffffff;
}
.alaq-btn:hover:before {
  left: 120%;
  -webkit-transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.35;
}
.alaq-btn svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

.line-btn {
  background: #ffffff;
  line-height: 1;
  margin: 0.5em 0rem;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #F85934;
  padding: 1em 2em;
  border: 1px solid #F85934;
  border-radius: 10px;
  min-width: 200px;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
.line-btn span {
  text-align: right;
  display: inline-block;
  margin-left: auto;
  float: right;
  font-size: 30px;
  line-height: 14px;
  font-weight: 400;
}
.line-btn:focus {
  box-shadow: inset 0 0 0 2em #F85934;
  transition: 0.3s ease-in-out;
  color: #ffffff;
}
.line-btn:hover {
  box-shadow: inset 0 0 0 2em #F85934;
  transition: 0.3s ease-in-out;
  color: #ffffff;
}

.multi-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}

/* width */
.side-panel-inner ul::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.side-panel-inner ul::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
.side-panel-inner ul::-webkit-scrollbar-thumb {
  background: #F85934;
}

/* Handle on hover */
.side-panel-inner ul::-webkit-scrollbar-thumb:hover {
  background: #F85934;
}

.custom-container {
  max-width: 1680px !important;
}

#return-to-top {
  position: fixed;
  bottom: 43px;
  right: 30px;
  display: block;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  line-height: 50px;
  font-size: 24px;
  background: #111;
  transition: all 0.3s ease;
  z-index: 1000;
  color: #ffffff;
  animation: jump 1s ease-in alternate infinite;
}

#return-to-top:hover i {
  color: #ffffff;
  top: 5px;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 50%, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 50%, 0);
  }
}
.search-key-word .input-box input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #ffffff;
}

.search-key-word .input-box input::placeholder {
  color: #ffffff;
}

.alaq-search-box-wrapper .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F85934;
}

.shine-effect {
  position: relative;
}

.shine-effect {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.shine-effect::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.shine-effect:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderSocialMedia {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jewelleryPartnerSlider .jewelleryPartnerSliderInner .jewelleryPartnerCarousel .partnerLogoItem, .jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderContainer .jewelleryTopSliderCarousel .jewelleryTopSliderItem .videoPlayBtn .flVideo {
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes animRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ....................................
2. Fonts CSS  
.......................................*/
/* latin */
@font-face {
  font-family: "Nova Round";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/novaround/v21/flU9Rqquw5UhEnlwTJYTUYDUeA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* sinhala */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3tmeuGtX-Co5MNzeAOqinEQYUnXkvc.woff2) format("woff2");
  unicode-range: U+0964-0965, U+0D81-0DF4, U+200C-200D, U+25CC, U+111E1-111F4;
}
/* latin-ext */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3tmeuGtX-Co5MNzeAOqinEQcknXkvc.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3tmeuGtX-Co5MNzeAOqinEQfEnX.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* sinhala */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3t5euGtX-Co5MNzeAOqinEYj2rCsNZJ2oY.woff2) format("woff2");
  unicode-range: U+0964-0965, U+0D81-0DF4, U+200C-200D, U+25CC, U+111E1-111F4;
}
/* latin-ext */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3t5euGtX-Co5MNzeAOqinEYj2rCo9ZJ2oY.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3t5euGtX-Co5MNzeAOqinEYj2rCrdZJ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* sinhala */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3t5euGtX-Co5MNzeAOqinEYo23CsNZJ2oY.woff2) format("woff2");
  unicode-range: U+0964-0965, U+0D81-0DF4, U+200C-200D, U+25CC, U+111E1-111F4;
}
/* latin-ext */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3t5euGtX-Co5MNzeAOqinEYo23Co9ZJ2oY.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3t5euGtX-Co5MNzeAOqinEYo23CrdZJ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* sinhala */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3t5euGtX-Co5MNzeAOqinEYx2zCsNZJ2oY.woff2) format("woff2");
  unicode-range: U+0964-0965, U+0D81-0DF4, U+200C-200D, U+25CC, U+111E1-111F4;
}
/* latin-ext */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3t5euGtX-Co5MNzeAOqinEYx2zCo9ZJ2oY.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Abhaya Libre";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/abhayalibre/v14/e3t5euGtX-Co5MNzeAOqinEYx2zCrdZJ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Angello";
  src: url(../fonts/Angello.otf);
}
@font-face {
  font-family: "Brittany Signature";
  src: url("../fonts/BrittanySignatureRegular.woff2") format("woff2"), url("../fonts/BrittanySignatureRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Digital-7";
  src: url("../fonts/Digital-7.woff2") format("woff2"), url("../fonts/Digital-7.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Digital-7 Mono";
  src: url("../fonts/Digital-7Mono.woff2") format("woff2"), url("../fonts/Digital-7Mono.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Digital-7 Mono";
  src: url("../fonts/Digital-7MonoItalic.woff2") format("woff2"), url("../fonts/Digital-7MonoItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Digital-7";
  src: url("../fonts/Digital-7Italic.woff2") format("woff2"), url("../fonts/Digital-7Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ....................................
3. Header CSS  
.......................................*/
/*-------------------------------------

	Template Name: Alaq Mart Multipurpose eCommerce HTML Template HTML Template
    Version: 1.0.0
    Author: Webstrot
    Copyright: © 2025-26

---------------------------------------*/
.alaq-home-wrapper {
  position: relative;
  z-index: 999;
}
.alaq-home-wrapper .right-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7411764706);
  z-index: 99999;
  -webkit-box-shadow: 0 -12px 46px 12px rgba(182, 14, 14, 0.0509803922);
  box-shadow: 0 -12px 46px 12px rgba(182, 14, 14, 0.0509803922);
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}
.alaq-home-wrapper .right-sidebar .sidebar-close {
  width: 100%;
  float: right;
  position: relative;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  width: 40px;
  height: 40px;
}
.alaq-home-wrapper .right-sidebar .sidebar-close:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.alaq-home-wrapper .right-sidebar .sidebar-close:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.alaq-home-wrapper .right-sidebar .toggle-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 94%;
}
.alaq-home-wrapper .right-sidebar .toggle-content .search-box {
  width: 100%;
  padding: 0px 50px;
  position: relative;
}
.alaq-home-wrapper .right-sidebar .toggle-content .search-box input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  padding: 15px;
}
.alaq-home-wrapper .right-sidebar .toggle-content .search-box span {
  position: absolute;
  right: 70px;
  top: 8px;
}
.alaq-home-wrapper .right-sidebar .toggle-content ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.alaq-home-wrapper .right-sidebar .toggle-content :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.alaq-home-wrapper .right-sidebar .toggle-content ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}
.alaq-home-wrapper .cart-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 440px;
  height: 100%;
  background: #fff;
  z-index: 99999;
  -webkit-box-shadow: 0 -12px 46px 12px rgba(182, 14, 14, 0.0509803922);
  box-shadow: 0 -12px 46px 12px rgba(182, 14, 14, 0.0509803922);
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}
.alaq-home-wrapper .cart-sidebar .cart-close {
  width: 100%;
  float: right;
  position: relative;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  width: 40px;
  height: 40px;
}
.alaq-home-wrapper .cart-sidebar .cart-close:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.alaq-home-wrapper .cart-sidebar .cart-close:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.alaq-home-wrapper .cart-sidebar .toggle-top-header {
  background-color: #444;
  width: 100%;
  padding: 20px;
}
.alaq-home-wrapper .cart-sidebar .toggle-top-header .tog-logo {
  display: inline-block;
}
.alaq-home-wrapper .cart-sidebar .toogle-centent {
  padding: 20px;
  border-top: 1px solid #ccc;
  width: 100%;
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.alaq-home-wrapper .cart-sidebar .toogle-centent p {
  color: #444;
}
.alaq-home-wrapper .cart-sidebar .toogle-centent strong {
  color: #F85934;
}
.alaq-home-wrapper .cart-sidebar .post-toggle {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.alaq-home-wrapper .cart-sidebar .post-toggle .togle-img {
  position: relative;
  border: 1px solid #ccc;
  width: 130px;
}
.alaq-home-wrapper .cart-sidebar .post-toggle .togle-img img {
  width: 100%;
}
.alaq-home-wrapper .cart-sidebar .post-toggle .togle-text {
  width: 130px;
}
.alaq-home-wrapper .cart-sidebar .post-toggle .togle-text a {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  color: #444444;
}
.alaq-home-wrapper .cart-sidebar .post-toggle .togle-text span {
  font-size: 14px;
  color: #797979;
  display: block;
}
.alaq-home-wrapper .cart-sidebar .post-toggle .toggle-cross {
  position: relative;
}
.alaq-home-wrapper .cart-sidebar .post-toggle .toggle-cross a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #F85934;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}
.alaq-home-wrapper .cart-sidebar .view-btn-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px 30px;
}
.alaq-home-wrapper .cart-sidebar .view-btn-wrapper .alaq-btn {
  width: 100%;
  text-align: center;
}
.alaq-home-wrapper .top-header {
  width: 100%;
  padding: 18px 0px 20px;
  background-color: #FFEFEB;
}
.alaq-home-wrapper .top-header .alaq-top-header-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.alaq-home-wrapper .top-header .alaq-top-header-wrapper .alaq-search-box-wrapper {
  width: 70%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.alaq-home-wrapper .top-header .alaq-top-header-wrapper .alaq-search-box-wrapper .search-box-wrapper {
  width: 100%;
  background: #ffffff;
  padding: 6px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.alaq-home-wrapper .top-header .alaq-top-header-wrapper .alaq-search-box-wrapper .search-box-wrapper .select2-container--default {
  width: 200px !important;
}
.alaq-home-wrapper .top-header .alaq-top-header-wrapper .alaq-search-box-wrapper .search-box-wrapper .select2-container--default .select2-selection--single {
  border: 1px solid #F85934;
  background-color: #F85934;
  border-radius: 10px;
  height: 45px;
}
.alaq-home-wrapper .top-header .alaq-top-header-wrapper .alaq-search-box-wrapper .search-box-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.alaq-home-wrapper .top-header .alaq-top-header-wrapper .alaq-search-box-wrapper .search-box-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 12px;
  right: 8px;
  top: 55%;
  transform: translateY(-50%);
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
}
.alaq-home-wrapper .top-header .alaq-top-header-wrapper .alaq-search-box-wrapper .search-box-wrapper .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
.alaq-home-wrapper .top-header .alaq-top-header-wrapper .alaq-search-box-wrapper .search-box-wrapper .select2-container--default .select2-selection__arrow b {
  display: none;
}
.alaq-home-wrapper .top-header .alaq-top-header-wrapper .alaq-search-box-wrapper .search-box-wrapper .input-box {
  position: relative;
  width: 75%;
  display: flex;
}
.alaq-home-wrapper .top-header .alaq-top-header-wrapper .alaq-search-box-wrapper .search-box-wrapper .input-box input {
  height: 43px;
  border: 0;
}
.alaq-home-wrapper .top-header .alaq-top-header-wrapper .alaq-search-box-wrapper .search-box-wrapper .input-box span {
  display: inline-block;
  line-height: 40px;
}
.alaq-home-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
.alaq-home-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul {
  display: flex;
  gap: 30px;
  align-items: center;
}
.alaq-home-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.alaq-home-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li span svg {
  width: 26px;
  height: 26px;
  fill: #444;
}
.alaq-home-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li span:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #F85934;
  border: 2px solid #FFF;
}
.alaq-home-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li .cart-wrapper span:after {
  display: none;
}
.alaq-home-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li .cart-wrapper span:before {
  content: "2";
  position: absolute;
  top: 0;
  right: -9px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #F85934;
  border: 4px solid #ffefeb;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.alaq-home-wrapper .open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.alaq-home-wrapper .sb-main-header1 {
  padding: 22px 12px;
  background-color: #F85934;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper {
  position: relative;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header {
  width: 100%;
  display: flex;
  align-items: center;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header {
  width: 100%;
  display: flex;
  justify-content: center;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav {
  padding: 0;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul {
  display: flex;
  gap: 30px;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li {
  position: relative;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li a {
  color: #ffffff;
  padding: 0px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li a span {
  font-size: 10px;
  margin-left: 3px;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li a:hover {
  color: #444444;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li .dropdown-menu {
  left: 0;
  top: 35px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  min-width: 200px;
  display: block;
  border: none;
  border-radius: 4px;
  position: absolute;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #ffffff;
  background-clip: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center top 0;
  transform-origin: center top 0;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(228, 228, 228, 0.95);
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li .dropdown-menu li a {
  width: 100%;
  display: block;
  padding: 10px 20px 10px;
  color: #111111;
  font-weight: 400;
  font-size: 15px;
  transition: 500ms all ease;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li .dropdown-menu li a:hover {
  margin-left: 8px;
  background-color: transparent;
  color: red;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li .dropdown-menu li .sub-dropdown {
  position: absolute;
  left: 200px;
  padding: 0px 0px;
  top: 0;
  width: 170px;
  border-radius: 8px;
  background-color: #ffffff;
  display: none;
  -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1019607843);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  transition: all 0.5s;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li .dropdown-menu li:hover .sub-dropdown {
  display: block;
  transition: all 0.5s;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li .dropdown-menu li:last-child {
  border-bottom: 0;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li:hover .dropdown-menu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #222222;
  z-index: 10000;
  -o-box-shadow: 0px 0px 25px -10px;
  -ms-box-shadow: 0px 0px 25px -10px;
  -moz-box-shadow: 0px 0px 25px -10px;
  -webkit-box-shadow: 0px 0px 25px -10px;
  box-shadow: 0px 0px 15px -15px;
  padding: 12px 0px;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper.menu-fixed .my-menu-header {
  padding: 0;
  background-color: transparent;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper.menu-fixed .my-menu-header nav ul li a {
  color: #ffffff;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper.menu-fixed .my-menu-header nav ul li a:hover {
  color: #43ACBD;
}
.alaq-home-wrapper .sb-main-header1 .menu-items-wrapper.menu-fixed:after {
  display: none;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper {
  background-color: #ffe8e3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  padding: 12px 0px;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .mobile-logo a {
  display: inline-block;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons {
  padding-right: 20px;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul {
  width: 100%;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li {
  display: inline-block;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li a .sidebar-toggle {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background: #f85934;
  border-radius: 50%;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li a .sidebar-toggle svg {
  width: 24px;
  height: 24px;
  fill: red;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li .cart-wrapper span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  position: relative;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li .cart-wrapper span:before {
  content: "2";
  position: absolute;
  top: 0;
  right: -9px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #F85934;
  border: 4px solid #ffefeb;
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li + li {
  margin-left: 10px;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .toggle-main-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .toggle-main-wrapper .line {
  width: 30px;
  height: 3px;
  background-color: #F85934;
  display: block;
  margin: 3px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .toggle-main-wrapper.main span:nth-child(1) {
  top: 36px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .toggle-main-wrapper.main span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .toggle-main-wrapper.main span:nth-child(3) {
  top: 36px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper2 {
  background-color: #678641;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper2 .social-media-icons ul li a .sidebar-toggle {
  background-color: transparent;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper2 .social-media-icons ul li .cart-wrapper span svg {
  fill: #678641;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper2 .social-media-icons ul li .cart-wrapper span svg path {
  fill: #678641;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper2 .social-media-icons ul li .cart-wrapper span::before {
  background-color: #678641;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper2 .toggle-main-wrapper .line {
  background-color: #fff;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper3 {
  background-color: #E7007C;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper3 .social-media-icons ul li a .sidebar-toggle {
  background-color: transparent;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper3 .social-media-icons ul li .cart-wrapper span svg {
  fill: #E7007C;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper3 .social-media-icons ul li .cart-wrapper span svg path {
  fill: #E7007C;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper3 .social-media-icons ul li .cart-wrapper span::before {
  background-color: #E7007C;
}
.alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper3 .toggle-main-wrapper .line {
  background-color: #fff;
}

.alaq-home-grocery-wrapper .top-header .alaq-top-header-wrapper .alaq-search-box-wrapper .search-box-wrapper {
  border: 1px solid #678641;
}
.alaq-home-grocery-wrapper .top-header .alaq-top-header-wrapper .alaq-search-box-wrapper .search-box-wrapper .select2-container--default .select2-selection--single {
  background-color: #678641;
  border-color: #678641;
}
.alaq-home-grocery-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li span {
  border: 1px solid #678641;
}
.alaq-home-grocery-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li span:after {
  background-color: #678641;
}
.alaq-home-grocery-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li .cart-wrapper span:before {
  background-color: #678641;
}
.alaq-home-grocery-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li .alaq-btn {
  background-color: #678641;
}
.alaq-home-grocery-wrapper .sb-main-header1 {
  background-color: #111;
}
.alaq-home-grocery-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li a:hover {
  color: #F85934;
}
.alaq-home-grocery-wrapper .sb-main-header1 #sidebar .sidebar_logo {
  background: #111;
}

.alaq-home-cosmetic-wrapper .top-header .alaq-top-header-wrapper .alaq-search-box-wrapper .search-box-wrapper {
  border: 1px solid #E7007C;
}
.alaq-home-cosmetic-wrapper .top-header .alaq-top-header-wrapper .alaq-search-box-wrapper .search-box-wrapper .select2-container--default .select2-selection--single {
  background-color: #E7007C;
}
.alaq-home-cosmetic-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li span {
  border: 1px solid #E7007C;
}
.alaq-home-cosmetic-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li span:after {
  background-color: #E7007C;
}
.alaq-home-cosmetic-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li .cart-wrapper span:before {
  background-color: #E7007C;
}
.alaq-home-cosmetic-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li .alaq-btn {
  background-color: #E7007C;
}
.alaq-home-cosmetic-wrapper .sb-main-header1 {
  background-color: #111;
}
.alaq-home-cosmetic-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li a:hover {
  color: #444444;
}
.alaq-home-cosmetic-wrapper .sb-main-header1 #sidebar .sidebar_logo {
  background: #111;
}

.mega-menu {
  width: 700px !important;
  padding: 20px 0;
  display: flex !important;
  left: -330px !important;
}
.mega-menu ul {
  display: block !important;
}

#sidebar {
  position: fixed;
  display: block;
  height: 100vh;
  top: 0;
  left: -500px;
  width: 300px;
  background-color: #111111;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 999;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#sidebar .sidebar_logo {
  float: left;
  width: 300px;
  padding: 12px 24px;
  background: #111111;
}
#sidebar.open {
  left: 0;
}
#sidebar #cssmenu {
  width: 300px;
}
#sidebar #cssmenu .center-btn {
  padding-top: 12px;
  padding-left: 20px;
  display: inline-block;
  text-align: left;
}
#sidebar #cssmenu .center-btn .redButton {
  padding: 8px 20px;
}
#sidebar #cssmenu ul {
  width: 100%;
  float: left;
}
#sidebar #cssmenu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
  width: 100%;
  float: left;
}
#sidebar #cssmenu ul li a {
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  text-transform: capitalize;
}
#sidebar #cssmenu ul li .social-icon {
  display: flex !important;
  justify-content: space-evenly;
  margin-top: 20px;
}
#sidebar #cssmenu ul li .social-icon li {
  border: none;
  width: 47px;
  height: 46px;
  background: red;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
}
#sidebar #cssmenu ul li .social-icon li a {
  color: #111111;
  display: inline-block;
  padding: 10px 0px;
}
#sidebar #cssmenu ul .has-sub ul {
  display: none;
}
#sidebar #cssmenu ul .has-sub ul li {
  border-bottom: none;
  border-top: 1px solid #cccccc;
}
#sidebar #cssmenu ul .has-sub ul li a {
  padding: 10px 40px;
  font-size: 14px;
}
#sidebar #cssmenu ul .has-sub:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 25px;
  background-color: #cccccc;
  height: 2px;
  width: 10px;
  transition: all 0.5s;
}
#sidebar #cssmenu ul .has-sub:after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 29px;
  background-color: #cccccc;
  height: 10px;
  width: 2px;
  transition: all 0.5s;
}
#sidebar #cssmenu ul .open:before {
  transform: rotate(45deg);
}
#sidebar #cssmenu ul .open:after {
  transform: rotate(45deg);
}

#notification_li {
  position: relative;
  transition: all 0.5s;
}

#notification_li span {
  transition: all 0.5s;
}

#notificationContainer {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  overflow: visible;
  position: absolute;
  top: 75px;
  right: 0;
  width: 400px;
  z-index: 10;
  display: none;
  transition: all 0.5s;
}

#notificationContainer:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  color: transparent;
  border: 15px solid black;
  border-color: transparent transparent white;
  right: 10px;
  top: -30px;
  z-index: 11;
  transition: all 0.5s;
}

#notificationTitle {
  font-weight: bold;
  font-size: 20px;
  background-color: #F85934;
  z-index: 100;
  color: #fff;
  padding: 10px 10px;
  width: 100%;
}

#notificationsBody {
  padding: 30px 20px !important;
  min-height: 300px;
  transition: all 0.5s;
}

.notifications {
  width: 100%;
}

.notifications ul {
  display: flex;
  flex-direction: column;
  align-items: start !important;
  justify-content: flex-start;
  row-gap: 20px;
}

.notifications ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
}

.notifications ul li a .person_img_box {
  position: relative;
}

.notifications ul li a .person_img_box img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.notifications ul li a .person_img_box .icon_box {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #888888;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.notifications ul li a .person_img_box .icon_box svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}

.notifications ul li a .person_detail p {
  color: #111111;
  font-size: 18px;
}

.notifications ul li a .person_detail h6 {
  color: #888888;
  font-size: 16px;
}

#notificationFooter {
  background-color: #F85934;
  text-align: center;
  font-weight: 600;
  padding: 12px;
  border-top: 1px solid #dddddd;
}

#notificationFooter a {
  font-size: 18px;
  color: #fff;
}

.alaq-home-grocery-wrapper .cart-sidebar .view-btn-wrapper .alaq-btn {
  background-color: #678641;
}

.alaq-home-grocery-wrapper .cart-sidebar .toogle-centent strong {
  color: #678641;
}

.alaq-home-grocery-wrapper .cart-sidebar .post-toggle .toggle-cross a {
  color: #678641;
}

.alaq-home-grocery-wrapper #notificationTitle {
  background-color: #678641;
}

.alaq-home-grocery-wrapper #notificationFooter {
  background-color: #678641;
}

.alaq-home-cosmetic-wrapper .cart-sidebar .view-btn-wrapper .alaq-btn {
  background-color: #E7007C;
}

.alaq-home-cosmetic-wrapper .cart-sidebar .toogle-centent strong {
  color: #E7007C;
}

.alaq-home-cosmetic-wrapper .cart-sidebar .post-toggle .toggle-cross a {
  color: #E7007C;
}

.alaq-home-cosmetic-wrapper #notificationTitle {
  background-color: #E7007C;
}

.alaq-home-cosmetic-wrapper #notificationFooter {
  background-color: #E7007C;
}

.alaq-home-made-wrapper .top-header {
  background-color: #F4F7FF;
}
.alaq-home-made-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper {
  width: 20%;
}
.alaq-home-made-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li {
  transition: all 0.5s;
}
.alaq-home-made-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li .cart-wrapper span::before {
  display: none;
}
.alaq-home-made-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper #notificationTitle {
  background-color: #43ACBD;
}
.alaq-home-made-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper #notificationFooter {
  background-color: #43ACBD;
}
.alaq-home-made-wrapper .top-header .alaq-top-header-wrapper .alaq-search-box-wrapper {
  width: 80%;
}
.alaq-home-made-wrapper .sb-main-header1 {
  background-color: transparent;
  justify-content: center;
  display: flex;
  width: 100%;
}
.alaq-home-made-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}
.alaq-home-made-wrapper .sb-main-header1 .menu-items-wrapper.menu-fixed {
  background-color: #43ACBD;
}
.alaq-home-made-wrapper .sb-main-header1 .menu-items-wrapper.menu-fixed .alaq-header .my-menu-header nav ul li {
  transition: all 0.5s;
}
.alaq-home-made-wrapper .sb-main-header1 .menu-items-wrapper.menu-fixed .alaq-header .my-menu-header nav ul li a {
  color: #ffffff;
  transition: all 0.5s;
}
.alaq-home-made-wrapper .cart-sidebar .view-btn-wrapper {
  gap: 10px;
}
.alaq-home-made-wrapper .cart-sidebar .post-toggle .toggle-cross a {
  color: #43ACBD;
}
.alaq-home-made-wrapper .cart-sidebar .toogle-centent strong {
  color: #43ACBD;
}

.alaq-home-made-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li a:hover {
  color: #43ACBD;
}

.alaq-home-made-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li .dropdown-menu li a:hover {
  color: #43ACBD;
}

.alaq-home-made-wrapper .sb-main-header1 .menu-items-wrapper.menu-fixed .alaq-header .my-menu-header nav ul li a:hover {
  color: #000;
}

.alaq-home-made-wrapper .sb-main-header1 {
  padding: 18px 0px;
}

.home5-header-wrapper .sb-main-header1 .menu-items-wrapper.menu-fixed {
  background-color: #F85934 !important;
}

.home5-header-wrapper .cart-sidebar .post-toggle .toggle-cross a {
  color: #F85934 !important;
}

.home5-header-wrapper .cart-sidebar .toogle-centent strong {
  color: #F85934 !important;
}

.home5-header-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper #notificationTitle {
  background-color: #F85934 !important;
}

.home5-header-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper #notificationFooter {
  background-color: #F85934 !important;
}

.home5-header-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li a:hover {
  color: #F85934;
}

.home5-header-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li .dropdown-menu li a:hover {
  color: #F85934;
}

.home5-header-wrapper .sb-main-header1 .menu-items-wrapper.menu-fixed .alaq-header .my-menu-header nav ul li a:hover {
  color: #000;
}

.home7-header-wrapper .top-header {
  background-color: transparent;
}
.home7-header-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li a svg path {
  fill: #fff;
}
.home7-header-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li .jewelleryBtn {
  background-color: #fff;
  color: #000;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Roboto", sans-serif;
  transition: all 0.5s;
}
.home7-header-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li .jewelleryBtn svg path {
  stroke: #000;
  fill: none;
}
.home7-header-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li .jewelleryBtn:hover {
  background-color: transparent;
  border-color: #000;
}
.home7-header-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper #notificationTitle {
  background-color: #B3402A;
}
.home7-header-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper #notificationFooter {
  background-color: #B3402A;
}
.home7-header-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li a:hover {
  color: #B3402A;
}
.home7-header-wrapper .sb-main-header1 .menu-items-wrapper .alaq-header .my-menu-header nav ul li .dropdown-menu li a:hover {
  color: #B3402A;
}
.home7-header-wrapper .sb-main-header1 .menu-items-wrapper.menu-fixed {
  background-color: #B3402A;
}
.home7-header-wrapper .sb-main-header1 .menu-items-wrapper.menu-fixed .alaq-header .my-menu-header nav ul li a:hover {
  color: #000;
}
.home7-header-wrapper .cart-sidebar .post-toggle .toggle-cross a {
  color: #B3402A;
}
.home7-header-wrapper .cart-sidebar .toogle-centent strong {
  color: #B3402A;
}

@media (max-width: 1199px) {
  .alaq-home-made-wrapper .top-header {
    display: block !important;
  }
  .alaq-home-made-wrapper .sb-main-header1 .mobile-menu-wrapper {
    background-color: #43ACBD;
  }
  .alaq-home-made-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul li a svg path {
    fill: #fff !important;
  }
  .alaq-home-made-wrapper .top-header .alaq-top-header-wrapper .alaq-cart-box-wrapper ul {
    display: none;
  }
  .alaq-home-made-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li .cart-wrapper span::before {
    background-color: #43ACBD;
  }
  .alaq-home-made-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li .cart-wrapper span svg path {
    fill: #43ACBD;
  }
  .alaq-home-made-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li a .sidebar-toggle {
    background-color: #ffffff;
  }
  .alaq-home-made-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li a .sidebar-toggle svg path {
    fill: #43ACBD;
  }
  .alaq-home-made-wrapper .sb-main-header1 .mobile-menu-wrapper .toggle-main-wrapper .line {
    background-color: #ffffff;
  }
  .home5-header-wrapper .sb-main-header1 .mobile-menu-wrapper {
    background-color: #F85934;
  }
  .home5-header-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li a .sidebar-toggle svg path {
    fill: #F85934;
  }
  .alaq-home-made-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li .cart-wrapper span svg path {
    fill: #43ACBD;
  }
  .alaq-home-made-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li .cart-wrapper span::before {
    background-color: #43ACBD;
  }
  .home5-header-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li .cart-wrapper span svg path {
    fill: #F85934;
  }
  .home5-header-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li .cart-wrapper span::before {
    background-color: #F85934;
  }
  .home7-header-wrapper .sb-main-header1 .mobile-menu-wrapper {
    background-color: #B3402A;
  }
  .home7-header-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li a .sidebar-toggle svg path {
    fill: #B3402A;
  }
  .home7-header-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li .cart-wrapper span svg path {
    fill: #B3402A;
  }
  .home7-header-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li .cart-wrapper span::before {
    background-color: #B3402A;
  }
}
@media (max-width: 576px) {
  .alaq-home-wrapper .cart-sidebar {
    width: 320px;
  }
  .alaq-home-wrapper .cart-sidebar .post-toggle .togle-text {
    width: 80px;
  }
  .alaq-home-wrapper .cart-sidebar .post-toggle .togle-img {
    width: 115px;
  }
  .alaq-home-wrapper .cart-sidebar .post-toggle .togle-text a {
    font-size: 22px;
  }
  .alaq-home-wrapper .cart-sidebar .post-toggle .togle-text span {
    font-size: 13px;
  }
  .alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li .cart-wrapper span {
    width: 45px;
    height: 45px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li .cart-wrapper span svg {
    width: 20px;
  }
  .alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li a .sidebar-toggle {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
  }
  .alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li a .sidebar-toggle svg {
    width: 20px;
  }
  .alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul li + li {
    margin-left: 5px;
  }
}
@media (max-width: 375px) {
  .alaq-home-wrapper .sb-main-header1 .mobile-menu-wrapper .social-media-icons {
    padding-right: 12px;
  }
}
/* ....................................
4. Home CSS  
.......................................*/
/*-------------------------------------

	Template Name: Alaq Mart Multipurpose eCommerce HTML Template HTML Template
    Version: 1.0.0
    Author: Webstrot
    Copyright: © 2025-26

---------------------------------------*/
.alaq-home-slider-wrapper {
  width: 100%;
  position: relative;
}
.alaq-home-slider-wrapper .home-slider-wrapper {
  width: 100%;
  padding: 50px;
  background-color: #ffefeb;
  position: relative;
  margin: 50px 0px 0px;
  border-radius: 20px;
  z-index: 1;
}
.alaq-home-slider-wrapper .home-slider-wrapper .slide-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.alaq-home-slider-wrapper .home-slider-wrapper .slide-wrapper .slide-caption {
  max-width: 580px;
}
.alaq-home-slider-wrapper .home-slider-wrapper .slide-wrapper .slide-caption h4 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #43ACBD;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.alaq-home-slider-wrapper .home-slider-wrapper .slide-wrapper .slide-caption h2 {
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444444;
}
.alaq-home-slider-wrapper .home-slider-wrapper .slide-wrapper .slide-caption h2 span {
  color: #F85934;
}
.alaq-home-slider-wrapper .home-slider-wrapper .slide-wrapper .slide-caption .offer {
  color: #F85934;
  padding-top: 30px;
}
.alaq-home-slider-wrapper .home-slider-wrapper .slide-wrapper .slide-caption .offer span {
  color: #444444;
  text-transform: uppercase;
  font-size: 22px;
  width: 30px;
  display: inline-block;
  font-weight: 400;
}
.alaq-home-slider-wrapper .home-slider-wrapper .slide-wrapper .slide-img img {
  animation: bounce 3.5s linear 0s infinite;
}
.alaq-home-slider-wrapper .home-slider-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/slide-bg.png);
  background-size: cover;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.alaq-home-slider-wrapper .home-slider-wrapper .owl-nav {
  margin-top: 0;
}
.alaq-home-slider-wrapper .home-slider-wrapper .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  top: 45%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #F85934;
  color: #F85934;
}
.alaq-home-slider-wrapper .home-slider-wrapper .owl-nav .owl-prev:hover {
  background-color: #F85934;
  color: #fff;
}
.alaq-home-slider-wrapper .home-slider-wrapper .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  top: 45%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #F85934;
  color: #F85934;
}
.alaq-home-slider-wrapper .home-slider-wrapper .owl-nav .owl-next:hover {
  background-color: #F85934;
  color: #fff;
}

.alaq-select-product-wrapper {
  width: 100%;
  padding: 60px 0px;
}
.alaq-select-product-wrapper .alaq-filter-wrapper {
  width: 100%;
  text-align: center;
}
.alaq-select-product-wrapper .alaq-filter-wrapper h2 {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #F85934;
  padding-bottom: 20px;
}
.alaq-select-product-wrapper .alaq-filter-wrapper .nav-pills .nav-item .nav-link {
  color: #444444;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #444444;
  border-radius: 0;
}
.alaq-select-product-wrapper .alaq-filter-wrapper .nav-pills .nav-item .nav-link.active {
  background-color: transparent;
  border-bottom: 3px solid #F85934;
}
.alaq-select-product-wrapper .tab-content {
  margin-top: 50px;
}
.alaq-select-product-wrapper .tab-content .alaq-product-slider .owl-nav {
  margin-top: 0;
}
.alaq-select-product-wrapper .tab-content .alaq-product-slider .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #F85934;
  color: #F85934;
}
.alaq-select-product-wrapper .tab-content .alaq-product-slider .owl-nav .owl-prev:hover {
  background-color: #F85934;
  color: #fff;
}
.alaq-select-product-wrapper .tab-content .alaq-product-slider .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #F85934;
  color: #F85934;
}
.alaq-select-product-wrapper .tab-content .alaq-product-slider .owl-nav .owl-next:hover {
  background-color: #F85934;
  color: #fff;
}
.alaq-select-product-wrapper .tab-content .trending-slider .owl-nav {
  margin-top: 0;
}
.alaq-select-product-wrapper .tab-content .trending-slider .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #F85934;
  color: #F85934;
}
.alaq-select-product-wrapper .tab-content .trending-slider .owl-nav .owl-prev:hover {
  background-color: #F85934;
  color: #fff;
}
.alaq-select-product-wrapper .tab-content .trending-slider .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #F85934;
  color: #F85934;
}
.alaq-select-product-wrapper .tab-content .trending-slider .owl-nav .owl-next:hover {
  background-color: #F85934;
  color: #fff;
}
.alaq-select-product-wrapper .tab-content .arrivals-slider .owl-nav {
  margin-top: 0;
}
.alaq-select-product-wrapper .tab-content .arrivals-slider .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #F85934;
  color: #F85934;
}
.alaq-select-product-wrapper .tab-content .arrivals-slider .owl-nav .owl-prev:hover {
  background-color: #F85934;
  color: #fff;
}
.alaq-select-product-wrapper .tab-content .arrivals-slider .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #F85934;
  color: #F85934;
}
.alaq-select-product-wrapper .tab-content .arrivals-slider .owl-nav .owl-next:hover {
  background-color: #F85934;
  color: #fff;
}
.alaq-select-product-wrapper .tab-content .sales-slider .owl-nav {
  margin-top: 0;
}
.alaq-select-product-wrapper .tab-content .sales-slider .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #F85934;
  color: #F85934;
}
.alaq-select-product-wrapper .tab-content .sales-slider .owl-nav .owl-prev:hover {
  background-color: #F85934;
  color: #fff;
}
.alaq-select-product-wrapper .tab-content .sales-slider .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #F85934;
  color: #F85934;
}
.alaq-select-product-wrapper .tab-content .sales-slider .owl-nav .owl-next:hover {
  background-color: #F85934;
  color: #fff;
}

.alaq-product-posting-wrapper {
  width: 100%;
}
.alaq-product-posting-wrapper .posting-inner-wrapper {
  width: 100%;
  display: flex;
  gap: 24px;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .rec-posting {
  width: inherit;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .rec-posting .posting-wrapper {
  display: flex;
  gap: 20px;
  background: #E3F9FF;
  padding: 50px 30px 0px 30px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .rec-posting .posting-wrapper .post-img {
  width: 50%;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .rec-posting .posting-wrapper .post-img img {
  width: 100%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .rec-posting .posting-wrapper .post-content {
  width: 50%;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .rec-posting .posting-wrapper .post-content .offer {
  color: #007798;
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .rec-posting .posting-wrapper .post-content .offer span {
  color: #444444;
  text-transform: uppercase;
  font-size: 22px;
  width: 30px;
  display: inline-block;
  font-weight: 400;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .rec-posting .posting-wrapper .post-content h4 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #43ACBD;
  text-transform: uppercase;
  padding: 12px 0px;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .rec-posting .posting-wrapper .post-content h2 a {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444444;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .rec-posting .posting-wrapper .post-content .text-btn {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #007798;
  margin-top: 10px;
  display: inline-block;
  text-decoration: underline;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .rec-posting .posting-wrapper.headphone-posting {
  background-color: #FFFCE4;
  padding: 40px;
  align-items: center;
  margin-bottom: 0px;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .rec-posting .posting-wrapper.headphone-posting .post-content .offer {
  padding-top: 24px;
  color: #B4A005;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .rec-posting .posting-wrapper.headphone-posting .post-content h4 {
  color: #B4A005;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .rec-posting .posting-wrapper.headphone-posting .post-content .text-btn {
  color: #B4A005;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .rec-posting .posting-wrapper:hover {
  transition: 0.2s;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .rec-posting .posting-wrapper:hover .post-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .sqr-posting {
  width: inherit;
  background-color: #FFE8E3;
  padding: 60px 60px 30px;
  border-radius: 10px;
  text-align: center;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .sqr-posting .sqr-content h4 {
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #F85934;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .sqr-posting .sqr-content h4 span {
  font-size: 20px;
  font-weight: 600;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .sqr-posting .sqr-content h2 {
  padding: 10px 0px;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .sqr-posting .sqr-content h2 a {
  font-size: 45px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444444;
  text-transform: uppercase;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .sqr-posting .sqr-content h3 {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #F85934;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .sqr-posting .sqr-content h3 span {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .sqr-posting .sqr-content h3 a {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #F85934;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .sqr-posting .sqr-content h3 a span {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .sqr-posting .sqr-img {
  margin-top: 90px;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .sqr-posting .sqr-img img {
  width: 75%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .sqr-posting:hover {
  transition: 0.2s;
}
.alaq-product-posting-wrapper .posting-inner-wrapper .sqr-posting:hover .sqr-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}

.alaq-mobile-posting-wrapper {
  width: 100%;
  padding: 10px 0px 60px;
}
.alaq-mobile-posting-wrapper .mobile-posting-wrapper {
  width: 100%;
  display: flex;
  gap: 30px;
}
.alaq-mobile-posting-wrapper .mobile-posting-wrapper .posting-box {
  width: inherit;
  position: relative;
}
.alaq-mobile-posting-wrapper .mobile-posting-wrapper .posting-box img {
  width: 100%;
}
.alaq-mobile-posting-wrapper .mobile-posting-wrapper .posting-box .mobile-text {
  position: absolute;
  top: 30px;
  left: 30px;
}
.alaq-mobile-posting-wrapper .mobile-posting-wrapper .posting-box .mobile-text h3 {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #1D76BA;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.alaq-mobile-posting-wrapper .mobile-posting-wrapper .posting-box .mobile-text h3 span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  color: #444444;
}
.alaq-mobile-posting-wrapper .mobile-posting-wrapper .posting-box .mobile-text h2 a {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 9px;
  text-transform: uppercase;
  color: #444444;
}
.alaq-mobile-posting-wrapper .mobile-posting-wrapper .posting-box .mobile-text .text-btn {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #007798;
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
}
.alaq-mobile-posting-wrapper .mobile-posting-wrapper .posting-box .mob-text {
  position: absolute;
  top: 30px;
  left: 30px;
}
.alaq-mobile-posting-wrapper .mobile-posting-wrapper .posting-box .mob-text h3 {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #3946B5;
  text-transform: uppercase;
  padding-top: 12px;
}
.alaq-mobile-posting-wrapper .mobile-posting-wrapper .posting-box .mob-text h3 span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
}
.alaq-mobile-posting-wrapper .mobile-posting-wrapper .posting-box .mob-text h2 a {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 9px;
  text-transform: uppercase;
  color: #ffffff;
}
.alaq-mobile-posting-wrapper .mobile-posting-wrapper .posting-box .mob-text .text-btn {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #3946B5;
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
}

.alaq-newly-launched-wrapper {
  width: 100%;
}
.alaq-newly-launched-wrapper h2 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  color: #444444;
  padding-bottom: 30px;
}
.alaq-newly-launched-wrapper .newly-launched-wrapper {
  width: 100%;
  display: flex;
  gap: 20px;
}
.alaq-newly-launched-wrapper .newly-launched-wrapper .newly-launched-box {
  width: inherit;
  position: relative;
}
.alaq-newly-launched-wrapper .newly-launched-wrapper .newly-launched-box img {
  width: 100%;
}
.alaq-newly-launched-wrapper .newly-launched-wrapper .newly-launched-box .launched-text {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
}
.alaq-newly-launched-wrapper .newly-launched-wrapper .newly-launched-box .launched-text h2 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 10px;
}
.alaq-newly-launched-wrapper .newly-launched-wrapper .newly-launched-box .launched-text h3 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.alaq-newly-launched-wrapper .newly-launched-wrapper .newly-launched-box .launched-text h3 span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  padding-right: 12px;
  text-transform: uppercase;
}
.alaq-newly-launched-wrapper .newly-launched-wrapper .newly-launched-box .launched-text h3 sup {
  font-weight: 400;
  font-size: 18px;
}

.product-wrapper {
  width: 100%;
  padding-bottom: 30px;
}
.product-wrapper .product-img {
  width: 100%;
  position: relative;
  text-align: center;
  border: 1px solid #F85934;
  padding: 40px;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.product-wrapper .product-img img {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.product-wrapper .product-img .tag {
  background-color: #29BD1C;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  width: 60px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 4px;
  position: absolute;
  top: 12px;
  right: 12px;
}
.product-wrapper .product-content .top-title {
  display: flex;
  align-items: center;
  padding: 20px 0px 0px;
  justify-content: space-between;
}
.product-wrapper .product-content .top-title h4 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #43ACBD;
  font-weight: 400;
}
.product-wrapper .product-content .top-title ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-wrapper .product-content .top-title ul li {
  color: #F85934;
}
.product-wrapper .product-content h2 a {
  color: #444444;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 230px;
  height: 1.2em;
  white-space: nowrap;
  display: inline-block;
}
.product-wrapper .product-content p {
  font-size: 14px;
  font-weight: 400;
  color: #888;
  font-family: "Roboto", sans-serif;
  padding: 8px 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 230px;
  height: 2.2em;
  white-space: nowrap;
}
.product-wrapper .product-content h3 {
  color: #444444;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
  font-family: "Roboto", sans-serif;
}
.product-wrapper .product-content h3 del {
  font-size: 16px;
  font-weight: 400;
  color: #888;
  display: inline-block;
  padding-left: 12px;
  font-family: "Roboto", sans-serif;
}
.product-wrapper .product-content .btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  row-gap: 10px;
}
.product-wrapper:hover .product-img {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  border-color: #43ACBD;
}
.product-wrapper:hover .product-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.product-wrapper:hover .product-content h2 a {
  color: #43ACBD;
}

/* ....................................
5. Grocery Home CSS  
.......................................*/
/*-------------------------------------

	Template Name: Alaq Mart Multipurpose eCommerce HTML Template HTML Template
    Version: 1.0.0
    Author: Webstrot
    Copyright: © 2025-26

---------------------------------------*/
.alaq-grocery-slider-wrapper {
  width: 100%;
  position: relative;
}
.alaq-grocery-slider-wrapper .grocery-slider-wrapper {
  width: 100%;
  padding: 50px;
  background-color: #F4FFE7;
  position: relative;
  margin: 50px 0px 0px;
  border-radius: 20px;
  z-index: 1;
}
.alaq-grocery-slider-wrapper .grocery-slider-wrapper .slide-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 35px;
  padding: 30px 0px;
}
.alaq-grocery-slider-wrapper .grocery-slider-wrapper .slide-wrapper .slide-caption {
  max-width: 720px;
}
.alaq-grocery-slider-wrapper .grocery-slider-wrapper .slide-wrapper .slide-caption h2 {
  font-size: 70px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #F85934;
  text-transform: capitalize;
}
.alaq-grocery-slider-wrapper .grocery-slider-wrapper .slide-wrapper .slide-caption h3 {
  font-size: 70px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444444;
  text-transform: capitalize;
}
.alaq-grocery-slider-wrapper .grocery-slider-wrapper .slide-wrapper .slide-caption h3 span {
  color: #678641;
}
.alaq-grocery-slider-wrapper .grocery-slider-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/slide-bg3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.alaq-grocery-slider-wrapper .grocery-slider-wrapper .owl-dots {
  position: absolute;
  right: 40%;
  left: 50%;
  bottom: -8%;
  transform: translate(-50%, -50%);
  margin-top: 0;
}
.alaq-grocery-slider-wrapper .grocery-slider-wrapper .owl-dots .owl-dot {
  transition: 0.3s ease-in-out;
}
.alaq-grocery-slider-wrapper .grocery-slider-wrapper .owl-dots .owl-dot span {
  background-color: #e1e7d9;
}
.alaq-grocery-slider-wrapper .grocery-slider-wrapper .owl-dots .owl-dot.active {
  transition: 0.3s ease-in-out;
}
.alaq-grocery-slider-wrapper .grocery-slider-wrapper .owl-dots .owl-dot.active span {
  width: 60px;
  background-color: #678641;
  transition: 0.3s ease-in-out;
}

.alaq-grocery-category-wrapper {
  width: 100%;
  padding-top: 60px;
}
.alaq-grocery-category-wrapper h2 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  color: #678641;
  padding-bottom: 20px;
}
.alaq-grocery-category-wrapper .grocery-category-slider {
  width: 100%;
  display: flex;
  gap: 14px;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper {
  position: relative;
  transition: all 0.2s ease 0s;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper .category-img {
  background-color: #E8FBFF;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper .category-img img {
  transition: all 0.2s ease 0s;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper .fruits-img {
  background-color: #FFF8E8;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper .fruits-img img {
  transition: all 0.2s ease 0s;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper .snacks-img {
  background-color: #FFECE8;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper .snacks-img img {
  transition: all 0.2s ease 0s;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper .baverges-img {
  background-color: #E8FFF1;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper .baverges-img img {
  transition: all 0.2s ease 0s;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper .household-img {
  background-color: #F5E8FF;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper .household-img img {
  transition: all 0.2s ease 0s;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper .kitchen-img {
  background-color: #E8EEFF;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper .kitchen-img img {
  transition: all 0.2s ease 0s;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper .category-text {
  text-align: center;
  padding: 12px 0px;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper .category-text h4 a {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #444444;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper:hover .category-img img {
  transform: scale(1.05);
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper:hover .fruits-img img {
  transform: scale(1.05);
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper:hover .snacks-img img {
  transform: scale(1.05);
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper:hover .baverges-img img {
  transform: scale(1.05);
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper:hover .household-img img {
  transform: scale(1.05);
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper:hover .kitchen-img img {
  transform: scale(1.05);
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.alaq-grocery-category-wrapper .grocery-category-slider .category-item-wrapper:hover .category-text h4 a {
  color: #F85934;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.alaq-grocery-category-wrapper .grocery-category-slider .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #678641;
  color: #678641;
}
.alaq-grocery-category-wrapper .grocery-category-slider .owl-nav .owl-prev:hover {
  background-color: #678641;
  color: #ffffff;
}
.alaq-grocery-category-wrapper .grocery-category-slider .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #678641;
  color: #678641;
}
.alaq-grocery-category-wrapper .grocery-category-slider .owl-nav .owl-next:hover {
  background-color: #678641;
  color: #ffffff;
}

.alaq-grocery-launched-wrapper {
  width: 100%;
  padding-top: 60px;
}
.alaq-grocery-launched-wrapper h2 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  color: #444444;
  padding-bottom: 30px;
}
.alaq-grocery-launched-wrapper .newly-launched-wrapper {
  width: 100%;
  display: flex;
  gap: 20px;
}
.alaq-grocery-launched-wrapper .newly-launched-wrapper .newly-launched-box {
  width: inherit;
  position: relative;
}
.alaq-grocery-launched-wrapper .newly-launched-wrapper .newly-launched-box img {
  width: 100%;
  transition: all 0.2s ease 0s;
}
.alaq-grocery-launched-wrapper .newly-launched-wrapper .newly-launched-box .launched-text {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
}
.alaq-grocery-launched-wrapper .newly-launched-wrapper .newly-launched-box .launched-text h2 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 10px;
}
.alaq-grocery-launched-wrapper .newly-launched-wrapper .newly-launched-box .launched-text h3 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.alaq-grocery-launched-wrapper .newly-launched-wrapper .newly-launched-box .launched-text h3 span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  padding-right: 12px;
  text-transform: uppercase;
}
.alaq-grocery-launched-wrapper .newly-launched-wrapper .newly-launched-box .launched-text h3 sup {
  font-weight: 400;
  font-size: 18px;
}
.alaq-grocery-launched-wrapper .newly-launched-wrapper .newly-launched-box:hover img {
  transform: scale(1.05);
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.alaq-select-grocery-product .alaq-filter-wrapper h2 {
  color: #678641;
}
.alaq-select-grocery-product .alaq-filter-wrapper .nav-pills .nav-item .nav-link.active {
  border-bottom: 3px solid #678641;
}
.alaq-select-grocery-product .tab-content .alaq-product-slider .owl-nav .owl-prev {
  border: 1px solid #678641;
  color: #678641;
}
.alaq-select-grocery-product .tab-content .alaq-product-slider .owl-nav .owl-prev:hover {
  border: 1px solid #678641;
  background-color: #678641;
  color: #ffffff;
}
.alaq-select-grocery-product .tab-content .alaq-product-slider .owl-nav .owl-next {
  border: 1px solid #678641;
  color: #678641;
}
.alaq-select-grocery-product .tab-content .alaq-product-slider .owl-nav .owl-next:hover {
  border: 1px solid #678641;
  background-color: #678641;
  color: #ffffff;
}
.alaq-select-grocery-product .tab-content .alaq-product-slider .owl-nav .owl-prev {
  border: 1px solid #678641;
  color: #678641;
}
.alaq-select-grocery-product .tab-content .alaq-product-slider .owl-nav .owl-prev:hover {
  border: 1px solid #678641;
  background-color: #678641;
  color: #ffffff;
}
.alaq-select-grocery-product .tab-content .alaq-product-slider .owl-nav .owl-next {
  border: 1px solid #678641;
  color: #678641;
}
.alaq-select-grocery-product .tab-content .alaq-product-slider .owl-nav .owl-next:hover {
  border: 1px solid #678641;
  background-color: #678641;
  color: #ffffff;
}
.alaq-select-grocery-product .tab-content .trending-slider .owl-nav .owl-prev {
  border: 1px solid #678641;
  color: #678641;
}
.alaq-select-grocery-product .tab-content .trending-slider .owl-nav .owl-prev:hover {
  border: 1px solid #678641;
  background-color: #678641;
  color: #ffffff;
}
.alaq-select-grocery-product .tab-content .trending-slider .owl-nav .owl-next {
  border: 1px solid #678641;
  color: #678641;
}
.alaq-select-grocery-product .tab-content .trending-slider .owl-nav .owl-next:hover {
  border: 1px solid #678641;
  background-color: #678641;
  color: #ffffff;
}
.alaq-select-grocery-product .tab-content .arrivals-slider .owl-nav .owl-prev {
  border: 1px solid #678641;
  color: #678641;
}
.alaq-select-grocery-product .tab-content .arrivals-slider .owl-nav .owl-prev:hover {
  border: 1px solid #678641;
  background-color: #678641;
  color: #ffffff;
}
.alaq-select-grocery-product .tab-content .arrivals-slider .owl-nav .owl-next {
  border: 1px solid #678641;
  color: #678641;
}
.alaq-select-grocery-product .tab-content .arrivals-slider .owl-nav .owl-next:hover {
  border: 1px solid #678641;
  background-color: #678641;
  color: #ffffff;
}
.alaq-select-grocery-product .tab-content .sales-slider .owl-nav .owl-prev {
  border: 1px solid #678641;
  color: #678641;
}
.alaq-select-grocery-product .tab-content .sales-slider .owl-nav .owl-prev:hover {
  border: 1px solid #678641;
  background-color: #678641;
  color: #ffffff;
}
.alaq-select-grocery-product .tab-content .sales-slider .owl-nav .owl-next {
  border: 1px solid #678641;
  color: #678641;
}
.alaq-select-grocery-product .tab-content .sales-slider .owl-nav .owl-next:hover {
  border: 1px solid #678641;
  background-color: #678641;
  color: #ffffff;
}

.alaq-delicious-fruits-wrapper {
  width: 100%;
  padding-bottom: 60px;
}
.alaq-delicious-fruits-wrapper .delicious-heading-wrapper {
  width: 100%;
  text-align: center;
  padding: 12px 0px;
  border-radius: 10px;
  background-color: #f0f3ec;
}
.alaq-delicious-fruits-wrapper .delicious-heading-wrapper h2 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  color: #678641;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper .delicious-fruits-box {
  display: flex;
  transition: 0.3s ease-in-out;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper .delicious-fruits-box .delicious-fruits-img {
  margin-right: -40px;
  position: relative;
  z-index: 1;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper .delicious-fruits-box .delicious-fruits-img img {
  transition: 0.3s ease-in-out;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper .delicious-fruits-box .delicious-fruits-text-box {
  background-color: #DEEDFF;
  text-align: center;
  width: 210px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
  padding: 20px;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper .delicious-fruits-box .delicious-fruits-text-box h2 {
  line-height: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #444444;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper .delicious-fruits-box .delicious-fruits-text-box .quantity {
  width: 97px;
  height: 97px;
  border-radius: 50%;
  margin: 15px auto;
  background-color: #335885;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper .delicious-fruits-box .delicious-fruits-text-box .quantity h4 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  padding-top: 17px;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper .delicious-fruits-box .delicious-fruits-text-box .quantity h4 small {
  font-size: 16px;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper .delicious-fruits-box .delicious-fruits-text-box .quantity h4 span {
  font-size: 16px;
  display: block;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper .delicious-fruits-box .delicious-fruits-text-box p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #444444;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper .delicious-fruits-box .delicious-fruits-text-box p del {
  display: block;
  font-size: 20px;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper .delicious-fruits-box .delicious-fruits-text-box.kiwi-fruits {
  background-color: #F1FBD2;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper .delicious-fruits-box .delicious-fruits-text-box.kiwi-fruits .quantity {
  background-color: #678641;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper .delicious-fruits-box .delicious-fruits-text-box.grapes-fruits {
  background-color: #FFD9E0;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper .delicious-fruits-box .delicious-fruits-text-box.grapes-fruits .quantity {
  background-color: #A65688;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper .delicious-fruits-box .delicious-fruits-text-box.orange-fruits {
  background-color: #FFEADF;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper .delicious-fruits-box .delicious-fruits-text-box.orange-fruits .quantity {
  background-color: #CC4C18;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper .delicious-fruits-box:hover {
  transition: 0.3s ease-in-out;
}
.alaq-delicious-fruits-wrapper .delicious-fruits-wrapper .delicious-fruits-box:hover .delicious-fruits-img img {
  animation: bounce 3.5s linear 0s infinite;
  transition: 0.3s ease-in-out;
}

.alaq-offer-post-main-wrapper {
  width: 100%;
}
.alaq-offer-post-main-wrapper .offer-post-inner-wrapper {
  width: 100%;
  display: flex;
  gap: 20px;
}
.alaq-offer-post-main-wrapper .offer-post-inner-wrapper .offer-post-wrapper {
  width: 100%;
}
.alaq-offer-post-main-wrapper .offer-post-inner-wrapper .offer-post-wrapper .posting-wrapper {
  width: 100%;
  position: relative;
}
.alaq-offer-post-main-wrapper .offer-post-inner-wrapper .offer-post-wrapper .posting-wrapper .post-img {
  width: 100%;
  position: relative;
}
.alaq-offer-post-main-wrapper .offer-post-inner-wrapper .offer-post-wrapper .posting-wrapper .post-img img {
  width: 100%;
}
.alaq-offer-post-main-wrapper .offer-post-inner-wrapper .offer-post-wrapper .posting-wrapper .post-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px 40px;
}
.alaq-offer-post-main-wrapper .offer-post-inner-wrapper .offer-post-wrapper .posting-wrapper .post-content h6 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #AD8D29;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.alaq-offer-post-main-wrapper .offer-post-inner-wrapper .offer-post-wrapper .posting-wrapper .post-content h4 {
  font-size: 26px;
  color: #444444;
  max-width: 300px;
  margin: 15px 0px;
}
.alaq-offer-post-main-wrapper .offer-post-inner-wrapper .offer-post-wrapper .posting-wrapper .post-content h4 span {
  color: #AD8D29;
  text-transform: uppercase;
}
.alaq-offer-post-main-wrapper .offer-post-inner-wrapper .offer-post-wrapper .posting-wrapper .post-content p a {
  font-size: 16px;
  color: #444444;
  text-decoration: underline;
  transition: all 0.5s;
  text-transform: uppercase;
}
.alaq-offer-post-main-wrapper .offer-post-inner-wrapper .offer-post-wrapper .posting-wrapper .post-content p a:hover {
  color: #AD8D29;
}
.alaq-offer-post-main-wrapper .offer-post-inner-wrapper .offer-post-wrapper .posting-wrapper .post-content2 h6 {
  color: #6C9861;
}
.alaq-offer-post-main-wrapper .offer-post-inner-wrapper .offer-post-wrapper .posting-wrapper .post-content2 h4 span {
  color: #6C9861;
}
.alaq-offer-post-main-wrapper .offer-post-inner-wrapper .offer-post-wrapper .posting-wrapper .post-content2 p a:hover {
  color: #6C9861;
}

.alaq-grocery-posting-main-wrapper {
  width: 100%;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting {
  width: 100%;
  display: flex;
  gap: 20px;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 20px;
  height: 100%;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper {
  width: 100%;
  position: relative;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-img {
  width: 100%;
  position: relative;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-img img {
  width: 100%;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20%;
  left: 48%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 10px;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content h3 {
  color: #43ACBD;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content h6 {
  color: #43ACBD;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content h2 {
  color: #444444;
  font-size: 36px;
  font-weight: 700;
  max-width: 400px;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content h2 a {
  color: #444444;
  display: inline-block;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content p a {
  color: #43ACBD;
  font-size: 16px;
  text-decoration: underline;
  text-transform: uppercase;
  transition: all 0.5s;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content p a:hover {
  color: #444444;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 10px;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content2 h3 {
  color: #E7007C;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content2 h6 {
  color: #E7007C;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content2 h2 {
  color: #444444;
  font-size: 36px;
  font-weight: 700;
  margin: 15px 0px;
  max-width: 400px;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content2 h2 a {
  color: #444444;
  display: inline-block;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content2 p a {
  color: #E7007C;
  font-size: 16px;
  text-decoration: underline;
  text-transform: uppercase;
  transition: all 0.5s;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content2 p a:hover {
  color: #444444;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content3 h6 {
  color: #444444;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content3 h6 span {
  color: #F85934;
  font-size: 30px;
  font-weight: 700;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content3 h2 {
  color: #444444;
  font-size: 36px;
  font-weight: 700;
  margin: 10px 0px;
  text-align: center;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content3 h2 a {
  color: #444444;
  display: inline-block;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content3 p {
  text-align: center;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content3 p a {
  color: #444444;
  font-size: 20px;
  text-transform: uppercase;
  transition: all 0.5s;
  text-align: center;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content3 p a span {
  font-weight: 600;
  font-size: 30px;
}
.alaq-grocery-posting-main-wrapper .grocery-inner-posting .grocery-post-box .post-box-wrapper .post-content3 p a:hover {
  color: #444444;
}

.grocery-product-wrapper {
  width: 100%;
  padding-bottom: 30px;
}
.grocery-product-wrapper .product-img {
  width: 100%;
  position: relative;
  text-align: center;
  border: 1px solid #678641;
  padding: 40px;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.grocery-product-wrapper .product-img img {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.grocery-product-wrapper .product-img .tag {
  background-color: #29BD1C;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  width: 60px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 4px;
  position: absolute;
  top: 12px;
  right: 12px;
}
.grocery-product-wrapper .product-content .top-title {
  display: flex;
  align-items: center;
  padding: 20px 0px 0px;
  justify-content: space-between;
}
.grocery-product-wrapper .product-content .top-title h4 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #678641;
  font-weight: 400;
}
.grocery-product-wrapper .product-content .top-title ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
.grocery-product-wrapper .product-content .top-title ul li {
  color: #678641;
}
.grocery-product-wrapper .product-content h2 a {
  color: #444444;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 230px;
  height: 1.2em;
  white-space: nowrap;
  display: inline-block;
}
.grocery-product-wrapper .product-content p {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  font-family: "Roboto", sans-serif;
  padding: 4px 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 230px;
  height: 2.2em;
  white-space: nowrap;
}
.grocery-product-wrapper .product-content h3 {
  color: #444444;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
  font-family: "Roboto", sans-serif;
}
.grocery-product-wrapper .product-content h3 del {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  display: inline-block;
  padding-left: 12px;
  font-family: "Roboto", sans-serif;
}
.grocery-product-wrapper .product-content .line-btn {
  color: #678641;
  border: 1px solid #678641;
}
.grocery-product-wrapper .product-content .line-btn:focus {
  box-shadow: inset 0 0 0 2em #678641;
  transition: 0.3s ease-in-out;
  color: #ffffff;
}
.grocery-product-wrapper .product-content .line-btn:hover {
  box-shadow: inset 0 0 0 2em #678641;
  transition: 0.3s ease-in-out;
  color: #ffffff;
}
.grocery-product-wrapper:hover .product-img {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  border-color: #678641;
}
.grocery-product-wrapper:hover .product-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.grocery-product-wrapper:hover .product-content h2 a {
  color: #678641;
}

/* ....................................
6. Cosmetic Home CSS  
.......................................*/
/*-------------------------------------

	Template Name: Alaq Mart Multipurpose eCommerce HTML Template HTML Template
    Version: 1.0.0
    Author: Webstrot
    Copyright: © 2025-26

---------------------------------------*/
.alaq-cosmetic-slider-wrapper {
  width: 100%;
  position: relative;
}
.alaq-cosmetic-slider-wrapper .grocery-slider-wrapper {
  width: 100%;
  padding: 50px;
  background-color: #ffd8af;
  position: relative;
  margin: 50px 0px 0px;
  border-radius: 20px;
  z-index: 1;
}
.alaq-cosmetic-slider-wrapper .grocery-slider-wrapper .slide-wrapper {
  width: 100%;
  display: flex;
  justify-content: end;
  gap: 35px;
  padding: 10px 0px;
}
.alaq-cosmetic-slider-wrapper .grocery-slider-wrapper .slide-wrapper .slide-caption {
  max-width: 800px;
}
.alaq-cosmetic-slider-wrapper .grocery-slider-wrapper .slide-wrapper .slide-caption h2 {
  font-size: 70px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444444;
  text-transform: capitalize;
}
.alaq-cosmetic-slider-wrapper .grocery-slider-wrapper .slide-wrapper .slide-caption h4 {
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #E7007C;
  text-transform: capitalize;
  padding-bottom: 14px;
}
.alaq-cosmetic-slider-wrapper .grocery-slider-wrapper .slide-wrapper .slide-caption .alaq-btn {
  padding: 12px 30px 12px;
  background-color: #E7007C;
  margin-top: 20px;
}
.alaq-cosmetic-slider-wrapper .grocery-slider-wrapper .owl-dots {
  margin-top: 0;
}
.alaq-cosmetic-slider-wrapper .grocery-slider-wrapper .owl-dots .owl-dot {
  transition: 0.3s ease-in-out;
}
.alaq-cosmetic-slider-wrapper .grocery-slider-wrapper .owl-dots .owl-dot span {
  background-color: #f9ada2;
}
.alaq-cosmetic-slider-wrapper .grocery-slider-wrapper .owl-dots .owl-dot.active {
  transition: 0.3s ease-in-out;
}
.alaq-cosmetic-slider-wrapper .grocery-slider-wrapper .owl-dots .owl-dot.active span {
  width: 60px;
  background-color: #E7007C;
  transition: 0.3s ease-in-out;
}
.alaq-cosmetic-slider-wrapper .sales-slider .owl-dots {
  margin-top: 0;
}
.alaq-cosmetic-slider-wrapper .sales-slider .owl-dots .owl-dot {
  transition: 0.3s ease-in-out;
}
.alaq-cosmetic-slider-wrapper .sales-slider .owl-dots .owl-dot span {
  background-color: #f9ada2;
}
.alaq-cosmetic-slider-wrapper .sales-slider .owl-dots .owl-dot.active {
  transition: 0.3s ease-in-out;
}
.alaq-cosmetic-slider-wrapper .sales-slider .owl-dots .owl-dot.active span {
  width: 60px;
  background-color: #E7007C;
  transition: 0.3s ease-in-out;
}

.alaq-cosmetic-main-post-wrapper {
  width: 100%;
  padding: 30px 0px;
}
.alaq-cosmetic-main-post-wrapper .cosmetic-post-slider .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #E7007C;
  color: #E7007C;
}
.alaq-cosmetic-main-post-wrapper .cosmetic-post-slider .owl-nav .owl-prev:hover {
  border: 1px solid #E7007C;
  background-color: #E7007C;
  color: #ffffff;
}
.alaq-cosmetic-main-post-wrapper .cosmetic-post-slider .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #E7007C;
  color: #E7007C;
}
.alaq-cosmetic-main-post-wrapper .cosmetic-post-slider .owl-nav .owl-next:hover {
  border: 1px solid #E7007C;
  background-color: #E7007C;
  color: #ffffff;
}

.alaq-cosmetic-product-wrapper {
  width: 100%;
  padding: 30px 0px;
}
.alaq-cosmetic-product-wrapper h2 {
  font-size: 36px;
  color: #E7007C;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-align: center;
}
.alaq-cosmetic-product-wrapper .cosmetic-product-inner-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.alaq-cosmetic-product-wrapper .cosmetic-product-inner-wrapper .cosmetic-product-wrapper {
  padding-top: 30px;
  padding-bottom: 0;
  width: 18%;
}
.alaq-cosmetic-product-wrapper .cosmetic-product-inner-wrapper .cosmetic-product-wrapper .product-content h2 {
  text-align: left;
}
.alaq-cosmetic-product-wrapper .cosmetic-product-inner-wrapper .cosmetic-product-wrapper .product-img img {
  width: 100%;
}

.alaq-cosmetic-banner-post-wrapper {
  width: 100%;
}
.alaq-cosmetic-banner-post-wrapper .cosmetic-banner-post {
  width: 100%;
  height: 100%;
  position: relative;
}
.alaq-cosmetic-banner-post-wrapper .cosmetic-banner-post .img-box {
  width: 100%;
  position: relative;
}
.alaq-cosmetic-banner-post-wrapper .cosmetic-banner-post .img-box a {
  position: relative;
}
.alaq-cosmetic-banner-post-wrapper .cosmetic-banner-post .img-box a img {
  width: 100%;
  position: relative;
}
.alaq-cosmetic-banner-post-wrapper .cosmetic-banner-post .cosmetic-banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 110px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  row-gap: 12px;
}
.alaq-cosmetic-banner-post-wrapper .cosmetic-banner-post .cosmetic-banner-content .offer-text a {
  color: #E7007C;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.alaq-cosmetic-banner-post-wrapper .cosmetic-banner-post .cosmetic-banner-content .offer-text a span {
  color: #444444;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  line-height: 18px;
}
.alaq-cosmetic-banner-post-wrapper .cosmetic-banner-post .cosmetic-banner-content h6 {
  font-size: 20px;
  color: #E7007C;
  font-weight: 700;
  letter-spacing: 3px;
}
.alaq-cosmetic-banner-post-wrapper .cosmetic-banner-post .cosmetic-banner-content h3 {
  font-size: 35px;
  color: #444444;
  font-weight: 700;
}
.alaq-cosmetic-banner-post-wrapper .cosmetic-banner-post .cosmetic-banner-content p a {
  font-size: 16px;
  color: #E7007C;
  text-transform: uppercase;
  text-decoration: underline;
  transition: all 0.5s;
}
.alaq-cosmetic-banner-post-wrapper .cosmetic-banner-post .cosmetic-banner-content p a:hover {
  color: #000;
}

.alaq-select-cosmetic-product .alaq-filter-wrapper h2 {
  color: #E7007C;
}
.alaq-select-cosmetic-product .alaq-filter-wrapper .nav-pills .nav-item .nav-link.active {
  border-bottom: 3px solid #E7007C;
}
.alaq-select-cosmetic-product .tab-content .alaq-product-slider .owl-nav .owl-prev {
  border: 1px solid #E7007C;
  color: #E7007C;
}
.alaq-select-cosmetic-product .tab-content .alaq-product-slider .owl-nav .owl-prev:hover {
  border: 1px solid #E7007C;
  background-color: #E7007C;
  color: #ffffff;
}
.alaq-select-cosmetic-product .tab-content .alaq-product-slider .owl-nav .owl-next {
  border: 1px solid #E7007C;
  color: #E7007C;
}
.alaq-select-cosmetic-product .tab-content .alaq-product-slider .owl-nav .owl-next:hover {
  border: 1px solid #E7007C;
  background-color: #E7007C;
  color: #ffffff;
}
.alaq-select-cosmetic-product .tab-content .trending-slider .owl-nav .owl-prev {
  border: 1px solid #E7007C;
  color: #E7007C;
}
.alaq-select-cosmetic-product .tab-content .trending-slider .owl-nav .owl-prev:hover {
  border: 1px solid #E7007C;
  background-color: #E7007C;
  color: #ffffff;
}
.alaq-select-cosmetic-product .tab-content .trending-slider .owl-nav .owl-next {
  border: 1px solid #E7007C;
  color: #E7007C;
}
.alaq-select-cosmetic-product .tab-content .trending-slider .owl-nav .owl-next:hover {
  border: 1px solid #E7007C;
  background-color: #E7007C;
  color: #ffffff;
}
.alaq-select-cosmetic-product .tab-content .arrivals-slider .owl-nav .owl-prev {
  border: 1px solid #E7007C;
  color: #E7007C;
}
.alaq-select-cosmetic-product .tab-content .arrivals-slider .owl-nav .owl-prev:hover {
  border: 1px solid #E7007C;
  background-color: #E7007C;
  color: #ffffff;
}
.alaq-select-cosmetic-product .tab-content .arrivals-slider .owl-nav .owl-next {
  border: 1px solid #E7007C;
  color: #E7007C;
}
.alaq-select-cosmetic-product .tab-content .arrivals-slider .owl-nav .owl-next:hover {
  border: 1px solid #E7007C;
  background-color: #E7007C;
  color: #ffffff;
}
.alaq-select-cosmetic-product .tab-content .sales-slider .owl-nav .owl-prev {
  border: 1px solid #E7007C;
  color: #E7007C;
}
.alaq-select-cosmetic-product .tab-content .sales-slider .owl-nav .owl-prev:hover {
  border: 1px solid #E7007C;
  background-color: #E7007C;
  color: #ffffff;
}
.alaq-select-cosmetic-product .tab-content .sales-slider .owl-nav .owl-next {
  border: 1px solid #E7007C;
  color: #E7007C;
}
.alaq-select-cosmetic-product .tab-content .sales-slider .owl-nav .owl-next:hover {
  border: 1px solid #E7007C;
  background-color: #E7007C;
  color: #ffffff;
}

.alaq-offer-post-main-wrapper {
  width: 100%;
}
.alaq-offer-post-main-wrapper .offer-post-inner-wrapper {
  width: 100%;
  display: flex;
  gap: 20px;
}
.alaq-offer-post-main-wrapper .offer-post-inner-wrapper .offer-post-wrapper {
  width: inherit;
}
.alaq-offer-post-main-wrapper .offer-post-inner-wrapper .offer-post-wrapper img {
  width: 100%;
}

.alaq-cosmetic-offer-main-wrapper {
  width: 100%;
}
.alaq-cosmetic-offer-main-wrapper .cosmetic-offer-inner-wrapper {
  width: 100%;
  display: flex;
  gap: 20px;
}
.alaq-cosmetic-offer-main-wrapper .cosmetic-offer-inner-wrapper .cosmetic-offer {
  width: 32%;
}
.alaq-cosmetic-offer-main-wrapper .cosmetic-offer-inner-wrapper .cosmetic-offer a img {
  width: 100%;
}

.cosmetic-product-wrapper {
  width: 100%;
  padding-bottom: 30px;
}
.cosmetic-product-wrapper .product-img {
  width: 100%;
  position: relative;
  text-align: center;
  border: 1px solid #E7007C;
  padding: 40px;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.cosmetic-product-wrapper .product-img img {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.cosmetic-product-wrapper .product-img .tag {
  background-color: #E7007C;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  width: 60px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 4px;
  position: absolute;
  top: 12px;
  right: 12px;
}
.cosmetic-product-wrapper .product-content .top-title {
  display: flex;
  align-items: center;
  padding: 20px 0px 0px;
  justify-content: space-between;
}
.cosmetic-product-wrapper .product-content .top-title h4 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #E7007C;
  font-weight: 400;
}
.cosmetic-product-wrapper .product-content .top-title ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cosmetic-product-wrapper .product-content .top-title ul li {
  color: #E7007C;
}
.cosmetic-product-wrapper .product-content h2 a {
  color: #444444;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 230px;
  height: 1.2em;
  white-space: nowrap;
  display: inline-block;
}
.cosmetic-product-wrapper .product-content p {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  font-family: "Roboto", sans-serif;
  padding: 4px 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 230px;
  height: 2.2em;
  white-space: nowrap;
}
.cosmetic-product-wrapper .product-content h3 {
  color: #444444;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
  font-family: "Roboto", sans-serif;
}
.cosmetic-product-wrapper .product-content h3 del {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  display: inline-block;
  padding-left: 12px;
  font-family: "Roboto", sans-serif;
}
.cosmetic-product-wrapper .product-content .line-btn {
  color: #E7007C;
  border: 1px solid #E7007C;
}
.cosmetic-product-wrapper .product-content .line-btn:focus {
  box-shadow: inset 0 0 0 2em #E7007C;
  transition: 0.3s ease-in-out;
  color: #ffffff;
}
.cosmetic-product-wrapper .product-content .line-btn:hover {
  box-shadow: inset 0 0 0 2em #E7007C;
  transition: 0.3s ease-in-out;
  color: #ffffff;
}
.cosmetic-product-wrapper:hover .product-img {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  border-color: #E7007C;
}
.cosmetic-product-wrapper:hover .product-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.cosmetic-product-wrapper:hover .product-content h2 a {
  color: #E7007C;
}

/* ....................................
7. Cosmetic Home CSS  
.......................................*/
.home4_black_title_box h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}

.home4_line_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 15px 40px;
  border-radius: 60px;
  border: 1px solid #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  transition: all 0.5s;
}
.home4_line_btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.home4_alaq_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 50px;
  background-color: #43ACBD;
  border-radius: 60px;
  gap: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.home4_alaq_btn svg {
  transition: all 0.5s;
}
.home4_alaq_btn svg path {
  transition: all 0.5s;
}
.home4_alaq_btn:hover {
  border-color: #43ACBD;
  background-color: transparent;
  color: #43ACBD;
}
.home4_alaq_btn:hover svg path {
  stroke: #43ACBD;
}

.Home_Decore_Slider_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../images/home4/decore_home_slider_bg_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
}
.Home_Decore_Slider_Wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 247, 255, 0.968627451);
}
.Home_Decore_Slider_Wrapper .home_made_decore_slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.Home_Decore_Slider_Wrapper .home_made_decore_slider .decore_wrapper {
  width: 100%;
  display: flex;
}
.Home_Decore_Slider_Wrapper .home_made_decore_slider .decore_wrapper .decore_box1 {
  width: 30%;
}
.Home_Decore_Slider_Wrapper .home_made_decore_slider .decore_wrapper .decore_box1 .content_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.Home_Decore_Slider_Wrapper .home_made_decore_slider .decore_wrapper .decore_box1 .content_box h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0%;
  color: #000000;
  text-align: center;
}
.Home_Decore_Slider_Wrapper .home_made_decore_slider .decore_wrapper .decore_box1 .content_box .narrow_txt {
  font-family: Brittany Signature;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #43ACBD;
}
.Home_Decore_Slider_Wrapper .home_made_decore_slider .decore_wrapper .decore_box1 .content_box h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0%;
  color: #000000;
  text-align: center;
}
.Home_Decore_Slider_Wrapper .home_made_decore_slider .decore_wrapper .decore_box1 .content_box .btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.Home_Decore_Slider_Wrapper .home_made_decore_slider .decore_wrapper .decore_box1 .content_box .btn_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #43ACBD;
  color: #ffffff;
  border-radius: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0%;
  border: 1px solid transparent;
  padding: 16px 48px;
  transition: all 0.5s;
}
.Home_Decore_Slider_Wrapper .home_made_decore_slider .decore_wrapper .decore_box1 .content_box .btn_box a:hover {
  background-color: transparent;
  border-color: #43ACBD;
  color: #43ACBD;
}
.Home_Decore_Slider_Wrapper .home_made_decore_slider .decore_wrapper .decore_box2 {
  width: 70%;
}
.Home_Decore_Slider_Wrapper .home_made_decore_slider .decore_wrapper .decore_box2 .img_box {
  width: 100%;
}
.Home_Decore_Slider_Wrapper .home_made_decore_slider .decore_wrapper .decore_box2 .img_box img {
  width: auto;
}
.Home_Decore_Slider_Wrapper .home_made_decore_slider .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.Home_Decore_Slider_Wrapper .home_made_decore_slider .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 60px;
  border: 1px solid #000000;
  transition: all 0.5s;
  position: absolute;
  bottom: 350px;
  left: -70px;
}
.Home_Decore_Slider_Wrapper .home_made_decore_slider .owl-nav .owl-prev:hover {
  background-color: #000000;
}
.Home_Decore_Slider_Wrapper .home_made_decore_slider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 60px;
  border: 1px solid #000000;
  transition: all 0.5s;
  position: absolute;
  bottom: 350px;
  right: -70px;
}
.Home_Decore_Slider_Wrapper .home_made_decore_slider .owl-nav .owl-next:hover {
  background-color: #000000;
}

.Home_Made_Sale_Wrapper {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  position: relative;
  background-color: #ffffff;
  display: flex;
  gap: 60px;
  overflow-x: hidden;
}
.Home_Made_Sale_Wrapper .sale_inner_box {
  width: 50%;
  background-image: url("../images/home4/home4_sale_setion_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
}
.Home_Made_Sale_Wrapper .sale_inner_box .inner_box1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 132px 50px;
}
.Home_Made_Sale_Wrapper .sale_inner_box .inner_box1 h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 1%;
  vertical-align: middle;
  color: #000000;
}
.Home_Made_Sale_Wrapper .sale_inner_box .inner_box1 h2 a {
  color: #000000;
}
.Home_Made_Sale_Wrapper .sale_inner_box .inner_box1 .shop-btn {
  margin-top: 18px;
}
.Home_Made_Sale_Wrapper .sale_inner_box .inner_box1 .shop-btn a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #43ACBD;
  transition: all 0.5s;
}
.Home_Made_Sale_Wrapper .sale_inner_box .inner_box1 .shop-btn a:hover {
  color: #000000;
}
.Home_Made_Sale_Wrapper .sale_inner_box .inner_box1 .percentage_off_box {
  display: flex;
  gap: 10px;
}
.Home_Made_Sale_Wrapper .sale_inner_box .inner_box1 .percentage_off_box h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0%;
  color: #43ACBD;
}
.Home_Made_Sale_Wrapper .sale_inner_box .inner_box1 .percentage_off_box p {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #000000;
}
.Home_Made_Sale_Wrapper .sale_inner_box .inner_box2 {
  width: 50%;
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.Home_Made_Categories_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 100px 0px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.Home_Made_Categories_wrapper .Categories_Inner_Wrap {
  border-top: 1px solid rgba(136, 136, 136, 0.2196078431);
  border-bottom: 1px solid rgba(136, 136, 136, 0.2196078431);
  padding: 60px 0px;
}
.Home_Made_Categories_wrapper .Categories_Inner_Wrap .home4_categories_slider {
  width: 100%;
  position: relative;
}
.Home_Made_Categories_wrapper .Categories_Inner_Wrap .home4_categories_slider .Categories_Box {
  background-color: #F4F7FF;
  padding: 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  transition: all 0.5s;
}
.Home_Made_Categories_wrapper .Categories_Inner_Wrap .home4_categories_slider .Categories_Box h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  transition: all 0.5s;
}
.Home_Made_Categories_wrapper .Categories_Inner_Wrap .home4_categories_slider .Categories_Box img {
  width: auto;
  height: auto;
  object-fit: cover;
  transition: all 0.5s;
}
.Home_Made_Categories_wrapper .Categories_Inner_Wrap .home4_categories_slider .Categories_Box:hover {
  background-color: #43ACBD;
}
.Home_Made_Categories_wrapper .Categories_Inner_Wrap .home4_categories_slider .Categories_Box:hover img {
  filter: invert(91%) sepia(54%) saturate(628%) hue-rotate(189deg) brightness(114%) contrast(107%);
}
.Home_Made_Categories_wrapper .Categories_Inner_Wrap .home4_categories_slider .Categories_Box:hover h2 {
  color: #ffffff;
}
.Home_Made_Categories_wrapper .Categories_Inner_Wrap .home4_categories_slider .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
  transition: all 0.5s;
}
.Home_Made_Categories_wrapper .Categories_Inner_Wrap .home4_categories_slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0px;
}
.Home_Made_Categories_wrapper .Categories_Inner_Wrap .home4_categories_slider .owl-dots .owl-dot.active span {
  width: 80px;
  height: 10px;
  background-color: #000000;
}

.Home4_Furniture_Tab_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
}
.Home4_Furniture_Tab_Wrapper .alaq-filter-wrapper {
  width: 100%;
}
.Home4_Furniture_Tab_Wrapper .alaq-filter-wrapper .home4_black_title_box {
  margin-bottom: 40px;
}
.Home4_Furniture_Tab_Wrapper .alaq-filter-wrapper .nav-pills {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.Home4_Furniture_Tab_Wrapper .alaq-filter-wrapper .nav-pills .nav-item .nav-link {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  padding: 0px 24px;
}
.Home4_Furniture_Tab_Wrapper .alaq-filter-wrapper .nav-pills .nav-item .nav-link.active {
  background-color: transparent;
  color: #43ACBD;
}
.Home4_Furniture_Tab_Wrapper .alaq-filter-wrapper .nav-pills .nav-item:nth-child(2) {
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
}
.Home4_Furniture_Tab_Wrapper .alaq-filter-wrapper .nav-pills .nav-item:nth-child(3) {
  border-right: 3px solid #000000;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider {
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img {
  width: 100%;
  height: 500px;
  box-shadow: 5.6px 5.6px 14px 1.4px rgba(0, 0, 0, 0.0392156863);
  background-color: #ffffff;
  padding: 40px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img img {
  width: auto;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img .tag_box {
  position: absolute;
  top: 20px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img .tag_box .social_option {
  width: 42px;
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img .tag_box .social_option a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img .tag_box .social_option a svg {
  transition: all 0.5s;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img .tag_box .social_option.red_box {
  background-color: #FF3000;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img .tag_box .social_option.red_box:hover {
  border-color: #FF3000;
  background-color: transparent;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img .tag_box .social_option.red_box:hover a svg {
  fill: #FF3000;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img .tag_box .social_option.blue_box {
  background-color: #43ACBD;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img .tag_box .social_option.blue_box:hover {
  border-color: #43ACBD;
  background-color: transparent;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img .tag_box .social_option.blue_box:hover a svg {
  fill: #43ACBD;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img .tag_box .social_option.yellow_box {
  background-color: #FFC839;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img .tag_box .social_option.yellow_box:hover {
  border-color: #FFC839;
  background-color: transparent;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img .tag_box .social_option.yellow_box:hover a svg {
  stroke: #FFC839;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content .top-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content .top-title h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #43ACBD;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content .top-title ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content .top-title ul li a .yellow-star {
  color: #FFC839;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content .top-title ul li a .gray-start {
  color: rgba(136, 136, 136, 0.3490196078);
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000000;
  transition: all 0.5s;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content h2 a {
  color: #000000;
  transition: all 0.5s;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content h2:hover a {
  color: #43ACBD;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #888888;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content .bottom_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content .bottom_box h3 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #43ACBD;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content .bottom_box h3 del {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: #888888;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .owl-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #000000;
  transition: all 0.5s;
  position: absolute;
  bottom: 300px;
  left: -70px;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .owl-nav .owl-prev i {
  transition: all 0.5s;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .owl-nav .owl-prev:hover {
  background-color: #000000;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .owl-nav .owl-prev:hover i {
  color: #ffffff;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #000000;
  transition: all 0.5s;
  position: absolute;
  bottom: 300px;
  right: -70px;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .owl-nav .owl-next i {
  transition: all 0.5s;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .owl-nav .owl-next:hover {
  background-color: #000000;
}
.Home4_Furniture_Tab_Wrapper .alaq-home4-product-slider .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.Home_Made_Offer_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  gap: 30px;
}
.Home_Made_Offer_Wrapper .offer_inner_box {
  display: flex;
}
.Home_Made_Offer_Wrapper .offer_inner_box .inner_box1 {
  padding: 150px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Home_Made_Offer_Wrapper .offer_inner_box .inner_box1 .percentage_off_box {
  display: flex;
  gap: 10px;
}
.Home_Made_Offer_Wrapper .offer_inner_box .inner_box1 .percentage_off_box p {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #000000;
}
.Home_Made_Offer_Wrapper .offer_inner_box .inner_box1 .percentage_off_box h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0%;
  color: #F67F32;
}
.Home_Made_Offer_Wrapper .offer_inner_box .inner_box1 h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0%;
  color: #F67F32;
  transition: all 0.5s;
  position: relative;
  margin-top: 10px;
}
.Home_Made_Offer_Wrapper .offer_inner_box .inner_box1 h2 a {
  color: #F67F32;
  transition: all 0.5s;
}
.Home_Made_Offer_Wrapper .offer_inner_box .inner_box1 h2 span {
  position: absolute;
  top: -20px;
  right: 6px;
  font-family: Brittany Signature;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0%;
  color: #000000;
}
.Home_Made_Offer_Wrapper .offer_inner_box .inner_box1 h2:hover a {
  color: #000000 !important;
}
.Home_Made_Offer_Wrapper .offer_inner_box .inner_box1 .shop-btn a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  color: #F67F32;
  transition: all 0.5s;
}
.Home_Made_Offer_Wrapper .offer_inner_box .inner_box1 .shop-btn a:hover {
  color: #000000 !important;
}
.Home_Made_Offer_Wrapper .offer_inner_box .inner_box2 {
  display: flex;
  align-items: end;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box1 {
  width: 50%;
  background-color: #FBEDE4;
  gap: 50px;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box1 .inner_box1 {
  padding-left: 120px;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box2 {
  width: 25%;
  background-color: #FCE8E8;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box2 .inner_box1 {
  width: 60%;
  padding-left: 30px;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box2 .inner_box1 .percentage_off_box h3 {
  color: #EA4B52;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box2 .inner_box1 h2 {
  color: #EA4B52;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box2 .inner_box1 h2 a {
  color: #EA4B52;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box2 .inner_box1 .shop-btn a {
  color: #EA4B52;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box2 .inner_box2 {
  width: 40%;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box2 .inner_box2 img {
  width: 100%;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box3 {
  width: 25%;
  background-color: #F6F7FC;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box3 .inner_box1 {
  width: 60%;
  padding-left: 30px;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box3 .inner_box1 .percentage_off_box h3 {
  color: #75412C;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box3 .inner_box1 .percentage_off_box p {
  color: #7F9C30;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box3 .inner_box1 h2 {
  color: #75412C;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box3 .inner_box1 h2 a {
  color: #75412C;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box3 .inner_box1 h2 span {
  color: #7F9C30;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box3 .inner_box1 .shop-btn a {
  color: #75412C;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box3 .inner_box2 {
  width: 40%;
}
.Home_Made_Offer_Wrapper .offer_inner_box.offer_inner_box3 .inner_box2 img {
  width: 100%;
}

.HomeMade_Trending_product_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 100px 0px;
}
.HomeMade_Trending_product_wrapper .home4_black_title_box {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2196078431);
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider {
  width: 100%;
  position: relative;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img {
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  border: 1px solid #888888;
  padding: 40px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img img {
  width: auto;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img .tag_box {
  position: absolute;
  top: 20px;
  left: 10px;
  right: 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img .tag_box ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img .tag_box ul li a .yellow-star {
  color: #FFC839;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img .tag_box ul li a .gray-start {
  color: rgba(136, 136, 136, 0.3490196078);
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img .tag_box .green_box {
  background-color: #29BD1C;
  padding: 7px 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-img .tag_box .green_box a {
  color: #ffffff;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content .top-title {
  width: 100%;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content .top-title h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #43ACBD;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  transition: all 0.5s;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content h2 a {
  color: #000000;
  transition: all 0.5s;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content h2:hover a {
  color: #43ACBD;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #888888;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content .bottom_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content .bottom_box h3 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #43ACBD;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content .bottom_box h3 del {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: #888888;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content .bottom_box .trending_btn_link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  width: 40px;
  height: 40px;
  transition: all 0.5s;
  background-color: transparent;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content .bottom_box .trending_btn_link svg {
  transition: all 0.5s;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content .bottom_box .trending_btn_link:hover {
  background-color: #43ACBD;
  border-color: #43ACBD;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .HandMade_Furniture_Wrap .product-content .bottom_box .trending_btn_link:hover svg path {
  fill: #ffffff;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .owl-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #000000;
  transition: all 0.5s;
  position: absolute;
  bottom: 200px;
  left: -70px;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .owl-nav .owl-prev i {
  transition: all 0.5s;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .owl-nav .owl-prev:hover {
  background-color: #000000;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .owl-nav .owl-prev:hover i {
  color: #ffffff;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #000000;
  transition: all 0.5s;
  position: absolute;
  bottom: 200px;
  right: -70px;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .owl-nav .owl-next i {
  transition: all 0.5s;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .owl-nav .owl-next:hover {
  background-color: #000000;
}
.HomeMade_Trending_product_wrapper .alaq-home4-product-slider .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.Home_Shipping_Info_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 100px 0px;
  background-image: url(../images/home4/home_shipping_info_section_bg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.Home_Shipping_Info_Wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(246, 247, 252, 0.968627451);
}
.Home_Shipping_Info_Wrapper .Shipping_Info_Wrap {
  width: 100%;
  position: relative;
  display: flex;
  gap: 30px;
}
.Home_Shipping_Info_Wrapper .Shipping_Info_Wrap .shipping_detail_box {
  width: 33%;
  background-color: #ffffff;
  padding: 60px 60px;
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 40px;
  border: 2px solid #ffffff;
  transition: all 0.5s;
}
.Home_Shipping_Info_Wrapper .Shipping_Info_Wrap .shipping_detail_box .Icon_box {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border: 1px solid transparent;
  background-color: rgba(67, 172, 189, 0.1803921569);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.Home_Shipping_Info_Wrapper .Shipping_Info_Wrap .shipping_detail_box .Icon_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.Home_Shipping_Info_Wrapper .Shipping_Info_Wrap .shipping_detail_box .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Home_Shipping_Info_Wrapper .Shipping_Info_Wrap .shipping_detail_box .content h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #43ACBD;
}
.Home_Shipping_Info_Wrapper .Shipping_Info_Wrap .shipping_detail_box .content h5 a {
  color: #43ACBD;
}
.Home_Shipping_Info_Wrapper .Shipping_Info_Wrap .shipping_detail_box .content p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #000000;
}
.Home_Shipping_Info_Wrapper .Shipping_Info_Wrap .shipping_detail_box:hover {
  border-color: #43ACBD;
}
.Home_Shipping_Info_Wrapper .Shipping_Info_Wrap .shipping_detail_box:hover .Icon_box:hover {
  background-color: transparent;
  border-color: #43ACBD;
}

.Home4_Featured_Product_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
}
.Home4_Featured_Product_Wrapper .home4_black_title_box {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2196078431);
}
.Home4_Featured_Product_Wrapper .Featured_Inner_Wrap {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.Home4_Featured_Product_Wrapper .Featured_Inner_Wrap .Featured_main_box {
  width: 100%;
  padding: 40px 40px;
  background-color: #ffffff;
  border: 1px solid #F8F9FA;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 40px;
  align-items: center;
  transition: all 0.5s;
}
.Home4_Featured_Product_Wrapper .Featured_Inner_Wrap .Featured_main_box .img_box {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F8F9FA;
  padding: 20px 20px;
}
.Home4_Featured_Product_Wrapper .Featured_Inner_Wrap .Featured_main_box .img_box a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Home4_Featured_Product_Wrapper .Featured_Inner_Wrap .Featured_main_box .content_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.5s;
}
.Home4_Featured_Product_Wrapper .Featured_Inner_Wrap .Featured_main_box .content_box ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
.Home4_Featured_Product_Wrapper .Featured_Inner_Wrap .Featured_main_box .content_box ul li a .yellow-star {
  color: #FFC839;
}
.Home4_Featured_Product_Wrapper .Featured_Inner_Wrap .Featured_main_box .content_box ul li a .gray-start {
  color: rgba(136, 136, 136, 0.3490196078);
}
.Home4_Featured_Product_Wrapper .Featured_Inner_Wrap .Featured_main_box .content_box .text_box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.Home4_Featured_Product_Wrapper .Featured_Inner_Wrap .Featured_main_box .content_box .text_box h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0%;
  color: #000000;
  transition: all 0.5;
}
.Home4_Featured_Product_Wrapper .Featured_Inner_Wrap .Featured_main_box .content_box .text_box h2 a {
  color: #000000;
  transition: all 0.5;
}
.Home4_Featured_Product_Wrapper .Featured_Inner_Wrap .Featured_main_box .content_box .text_box h2:hover {
  color: #43ACBD;
}
.Home4_Featured_Product_Wrapper .Featured_Inner_Wrap .Featured_main_box .content_box .text_box h2:hover a {
  color: #43ACBD;
}
.Home4_Featured_Product_Wrapper .Featured_Inner_Wrap .Featured_main_box .content_box .text_box p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #888888;
}
.Home4_Featured_Product_Wrapper .Featured_Inner_Wrap .Featured_main_box .content_box h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  gap: 35px;
  color: #43ACBD;
}
.Home4_Featured_Product_Wrapper .Featured_Inner_Wrap .Featured_main_box .content_box h5 del {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: #888888;
}
.Home4_Featured_Product_Wrapper .Featured_Inner_Wrap .Featured_main_box:hover {
  border-color: #43ACBD;
}
.Home4_Featured_Product_Wrapper .Featured_Inner_Wrap .Featured_main_box:hover .content_box .text_box h2:hover {
  color: #43ACBD;
}
.Home4_Featured_Product_Wrapper .Featured_Inner_Wrap .Featured_main_box:hover .content_box .text_box h2:hover a {
  color: #43ACBD;
}

.Home4_Blog_Wrapper {
  width: 100%;
  height: 100%;
  padding: 100px 0px;
  position: relative;
}
.Home4_Blog_Wrapper .home4_black_title_box {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2196078431);
}
.Home4_Blog_Wrapper .Blog_Main_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.Home4_Blog_Wrapper .Blog_Main_wrap .Blog_Inner_Box {
  width: 100%;
  box-shadow: 8px 8px 20px 2px rgba(0, 0, 0, 0.0392156863);
}
.Home4_Blog_Wrapper .Blog_Main_wrap .Blog_Inner_Box .blog_img_box {
  width: 100%;
  position: relative;
}
.Home4_Blog_Wrapper .Blog_Main_wrap .Blog_Inner_Box .blog_img_box img {
  width: 100%;
}
.Home4_Blog_Wrapper .Blog_Main_wrap .Blog_Inner_Box .blog_img_box .date_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #43ACBD;
}
.Home4_Blog_Wrapper .Blog_Main_wrap .Blog_Inner_Box .blog_img_box .date_box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
}
.Home4_Blog_Wrapper .Blog_Main_wrap .Blog_Inner_Box .content_box {
  background-color: #ffffff;
  padding: 20px 20px;
}
.Home4_Blog_Wrapper .Blog_Main_wrap .Blog_Inner_Box .content_box .info_box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.Home4_Blog_Wrapper .Blog_Main_wrap .Blog_Inner_Box .content_box .info_box li a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #000000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.5s;
}
.Home4_Blog_Wrapper .Blog_Main_wrap .Blog_Inner_Box .content_box .info_box li a:hover {
  color: #43ACBD;
}
.Home4_Blog_Wrapper .Blog_Main_wrap .Blog_Inner_Box .content_box h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  transition: all 0.5s;
}
.Home4_Blog_Wrapper .Blog_Main_wrap .Blog_Inner_Box .content_box h2 a {
  color: #000000;
  transition: all 0.5s;
}
.Home4_Blog_Wrapper .Blog_Main_wrap .Blog_Inner_Box .content_box h2:hover a {
  color: #43ACBD;
}
.Home4_Blog_Wrapper .Blog_Main_wrap .Blog_Inner_Box .content_box p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000000;
  transition: all 0.5s;
  margin-top: 10px;
}
.Home4_Blog_Wrapper .Blog_Main_wrap .Blog_Inner_Box .content_box p a {
  font-weight: 700;
  color: #43ACBD;
  transition: all 0.5s;
}
.Home4_Blog_Wrapper .Blog_Main_wrap .Blog_Inner_Box .content_box p a:hover {
  text-decoration: underline;
}

.Client_Slider_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #F0F2F9;
  padding: 60px 0px;
}
.Client_Slider_Wrapper .Home4_Client_Slider {
  width: 100%;
}
.Client_Slider_Wrapper .Home4_Client_Slider .Client_Box {
  width: 230px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.Client_Slider_Wrapper .Home4_Client_Slider .Client_Box img {
  width: auto;
}

.Home4_Testimonial_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 100px 0px;
}
.Home4_Testimonial_Wrapper .home4_black_title_box {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2196078431);
}
.Home4_Testimonial_Wrapper .Home4_testimonial_slider {
  padding-left: 120px;
}
.Home4_Testimonial_Wrapper .Home4_testimonial_slider .Testimonial_Main_Box {
  width: 100%;
  display: flex;
  gap: 60px;
  box-shadow: 8px 8px 20px 2px rgba(0, 0, 0, 0.0392156863);
  background-color: #ffffff;
  margin: 20px 0px;
}
.Home4_Testimonial_Wrapper .Home4_testimonial_slider .Testimonial_Main_Box .img_box {
  width: 40%;
}
.Home4_Testimonial_Wrapper .Home4_testimonial_slider .Testimonial_Main_Box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Home4_Testimonial_Wrapper .Home4_testimonial_slider .Testimonial_Main_Box .content_box {
  width: 60%;
  padding: 40px 60px 40px 0px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.Home4_Testimonial_Wrapper .Home4_testimonial_slider .Testimonial_Main_Box .content_box h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #43ACBD;
}
.Home4_Testimonial_Wrapper .Home4_testimonial_slider .Testimonial_Main_Box .content_box h2 a {
  color: #43ACBD;
}
.Home4_Testimonial_Wrapper .Home4_testimonial_slider .Testimonial_Main_Box .content_box p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000000;
}
.Home4_Testimonial_Wrapper .Home4_testimonial_slider .Testimonial_Main_Box .content_box .name_main_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Home4_Testimonial_Wrapper .Home4_testimonial_slider .Testimonial_Main_Box .content_box .name_main_wrap .name_box1 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.Home4_Testimonial_Wrapper .Home4_testimonial_slider .Testimonial_Main_Box .content_box .name_main_wrap .name_box1 h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0%;
  color: #000000;
  transition: all 0.5s;
}
.Home4_Testimonial_Wrapper .Home4_testimonial_slider .Testimonial_Main_Box .content_box .name_main_wrap .name_box1 h3 a {
  color: #000000;
  transition: all 0.5s;
}
.Home4_Testimonial_Wrapper .Home4_testimonial_slider .Testimonial_Main_Box .content_box .name_main_wrap .name_box1 h3:hover a {
  color: #43ACBD;
}
.Home4_Testimonial_Wrapper .Home4_testimonial_slider .Testimonial_Main_Box .content_box .name_main_wrap .name_box1 p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}
.Home4_Testimonial_Wrapper .Home4_testimonial_slider .Testimonial_Main_Box .content_box .name_main_wrap .name_box1 p a {
  color: #000000;
}
.Home4_Testimonial_Wrapper .Home4_testimonial_slider .Testimonial_Main_Box .content_box .name_main_wrap .name_box2 ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
.Home4_Testimonial_Wrapper .Home4_testimonial_slider .Testimonial_Main_Box .content_box .name_main_wrap .name_box2 ul li a .yellow-star {
  color: #FFC839;
}
.Home4_Testimonial_Wrapper .Home4_testimonial_slider .Testimonial_Main_Box .content_box .name_main_wrap .name_box2 ul li a .gray-start {
  color: rgba(136, 136, 136, 0.3490196078);
}

/* ....................................
8. Cosmetic Home CSS  
.......................................*/
.home5_black_title_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.home5_black_title_box h3 {
  font-family: Brittany Signature;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #F85934;
}
.home5_black_title_box h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
}
.home5_black_title_box p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #888888;
}

.home5_alaq_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 50px;
  background-color: #F85934;
  border-radius: 60px;
  gap: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.home5_alaq_btn svg {
  transition: all 0.5s;
}
.home5_alaq_btn svg path {
  transition: all 0.5s;
}
.home5_alaq_btn:hover {
  border-color: #F85934;
  background-color: transparent;
  color: #F85934;
}
.home5_alaq_btn:hover svg path {
  stroke: #F85934;
}

.heart {
  width: 16px;
  height: 14px;
  background: url("../images/home5/heart_icon.png") no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: background-position 1s steps(28);
  transition-duration: 0s;
}
.heart.heart2 {
  width: 20px;
  height: 18px;
  background: url("../images/home5/heart_icon2.png") no-repeat;
}
.heart.is-active {
  transition-duration: 1s;
  filter: invert(70%) sepia(80%) saturate(7446%) hue-rotate(360deg) brightness(100%) contrast(117%);
}

.Home5_Discover_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("../images/home5/home5_discover_section_bg_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 200px 0px;
}
.Home5_Discover_Wrapper .custom-container {
  display: flex;
  justify-content: end;
}
.Home5_Discover_Wrapper .Discover_Inner_Box {
  width: 100%;
  max-width: 850px;
  height: 100%;
  padding: 60px 60px;
  border-radius: 20px;
  background-color: #FFF3E3;
  position: relative;
}
.Home5_Discover_Wrapper .Discover_Inner_Box h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.Home5_Discover_Wrapper .Discover_Inner_Box h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  color: #F85934;
  max-width: 485px;
  margin: 30px 0px 20px 0px;
}
.Home5_Discover_Wrapper .Discover_Inner_Box p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  color: #888888;
}
.Home5_Discover_Wrapper .Discover_Inner_Box .btn_box {
  display: inline-flex;
  margin-top: 45px;
}
.Home5_Discover_Wrapper .Discover_Inner_Box .shape_img_box {
  position: absolute;
  top: 0;
  right: 0;
}

.Home5_Best_Categories_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 100px 0px;
}
.Home5_Best_Categories_Wrapper .home5_black_title_box {
  margin-bottom: 60px;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider {
  width: 100%;
  position: relative;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .categories_box {
  width: 100%;
  border-radius: 20px;
  position: relative;
  transition: all 0.5s;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .categories_box .img_box {
  width: 100%;
  height: 100%;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .categories_box .img_box img {
  width: 100%;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .categories_box .content_box {
  width: 100%;
  position: absolute;
  bottom: -80px;
  padding: 10px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: rgba(0, 0, 0, 0.6784313725);
  z-index: 22;
  flex-direction: column;
  gap: 4px;
  transition: 0.5s ease-out;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .categories_box .content_box h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #ffffff;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .categories_box .content_box h4 a {
  color: #ffffff;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .categories_box .content_box h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #ffffff;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .categories_box .content_box .heart_icon {
  position: absolute;
  top: 35%;
  right: 20px;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .categories_box .content_box .heart_icon .large-font {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F8F9FA;
  border-radius: 2px;
  transition: all 0.5s;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .categories_box .content_box .heart_icon .large-font:hover {
  border-color: #FF3000;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .categories_box .content_box .heart_icon ion-icon.active {
  animation: like 0.5s 1;
  fill: #FF3000;
  stroke: none;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .categories_box .content_box .heart_icon ion-icon {
  fill: transparent;
  stroke: #ffffff;
  stroke-width: 50;
  transition: all 0.5s;
}
@-webkit-keyframes like {
  0% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.1);
  }
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .categories_box:hover .content_box {
  bottom: 0;
  transition: 0.5s ease-out;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .owl-nav {
  display: flex;
  gap: 30px;
  position: absolute;
  top: -145px;
  right: 0;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .owl-nav .owl-prev {
  width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #000000;
  transition: all 0.5s;
  margin: 0;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .owl-nav .owl-prev i {
  color: #ffffff;
  transition: all 0.5s;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .owl-nav .owl-prev:hover {
  background-color: #F85934;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .owl-nav .owl-next {
  width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #000000;
  transition: all 0.5s;
  margin: 0;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .owl-nav .owl-next i {
  color: #ffffff;
  transition: all 0.5s;
}
.Home5_Best_Categories_Wrapper .home5_categories_slider .owl-nav .owl-next:hover {
  background-color: #F85934;
}

.Home5_Sale_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 100px 0px;
  background-color: #FFF3E3;
}
.Home5_Sale_Wrapper .Sale_Wrap_Box {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.Home5_Sale_Wrapper .Sale_Wrap_Box img {
  width: 100%;
}
.Home5_Sale_Wrapper .Sale_Wrap_Box .sale_wrap {
  position: absolute;
  top: inherit;
  z-index: 22;
  width: 375px;
  height: 375px;
  border-radius: 50%;
  background-color: rgba(236, 238, 245, 0.5607843137);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.5s;
}
.Home5_Sale_Wrapper .Sale_Wrap_Box .sale_wrap .percentage_off_box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.Home5_Sale_Wrapper .Sale_Wrap_Box .sale_wrap .percentage_off_box p {
  font-family: "Roboto", sans-serif;
  color: #F85934;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0%;
  transition: all 0.5s;
}
.Home5_Sale_Wrapper .Sale_Wrap_Box .sale_wrap .percentage_off_box h3 {
  font-family: "Roboto", sans-serif;
  color: #F85934;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  transition: all 0.5s;
}
.Home5_Sale_Wrapper .Sale_Wrap_Box .sale_wrap h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 1%;
  text-align: center;
  vertical-align: middle;
  color: #000000;
  transition: all 0.5s;
}
.Home5_Sale_Wrapper .Sale_Wrap_Box .sale_wrap h5 a {
  color: #000000;
  transition: all 0.5s;
}
.Home5_Sale_Wrapper .Sale_Wrap_Box .sale_wrap .btn_link a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #F85934;
  transition: all 0.5s;
}
.Home5_Sale_Wrapper .Sale_Wrap_Box .sale_wrap .btn_link a:hover {
  text-decoration: underline;
}
.Home5_Sale_Wrapper .Sale_Wrap_Box:hover .sale_wrap {
  background-color: rgba(248, 89, 52, 0.4901960784);
}
.Home5_Sale_Wrapper .Sale_Wrap_Box:hover .sale_wrap .percentage_off_box h3 {
  color: #ffffff;
}
.Home5_Sale_Wrapper .Sale_Wrap_Box:hover .sale_wrap .percentage_off_box p {
  color: #ffffff;
}
.Home5_Sale_Wrapper .Sale_Wrap_Box:hover .sale_wrap h5 {
  color: #ffffff;
}
.Home5_Sale_Wrapper .Sale_Wrap_Box:hover .sale_wrap .btn_link a {
  color: #ffffff;
}

.Home5_About_Us_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 100px 0px;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap {
  width: 100%;
  display: flex;
  gap: 30px;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_one_box {
  width: 35%;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_one_box .Inner_box1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_one_box .Inner_box1 .content_box {
  width: 100%;
  border-left: 4px solid #F85934;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_one_box .Inner_box1 .content_box .home_black_title_box h3 {
  font-family: Brittany Signature;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #F85934;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_one_box .Inner_box1 .content_box .home_black_title_box h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #000000;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_one_box .Inner_box1 .content_box .home_black_title_box h4 span {
  color: #F85934;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_one_box .Inner_box1 .content_box p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #888888;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_one_box .Inner_box1 .content_box2 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_one_box .Inner_box1 .content_box2 ul {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_one_box .Inner_box1 .content_box2 ul li .img_box {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: inline-flex;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_one_box .Inner_box1 .content_box2 ul li .img_box img {
  width: 100%;
  border-radius: 50%;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_one_box .Inner_box1 .content_box2 ul li h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0%;
  color: #000000;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_one_box .Inner_box1 .content_box2 ul li h5 a {
  color: #000000;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_one_box .Inner_box1 .content_box2 ul li h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #888888;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_one_box .Inner_box1 .content_box2 .signature_box img {
  width: 100%;
  max-width: 180px;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box {
  width: 65%;
  position: relative;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner {
  width: 100%;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner .dealsOfMonthCarousel {
  height: 510px;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner .dealsOfMonthCarousel * {
  transition: all 0.6s ease;
  border-radius: 20px;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage {
  display: flex;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item.active {
  width: 330px !important;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item.active.firstActiveItem {
  width: 400px !important;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item.active.firstActiveItem .dealsOfMonthItem a .dealsOfMonthContent {
  display: block;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item .item {
  height: 100%;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item .item .dealsOfMonthItem {
  height: 100%;
  position: relative;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item .item .dealsOfMonthItem a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item .item .dealsOfMonthItem a img {
  border-radius: 20px;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item .item .dealsOfMonthItem img {
  border-radius: 20px;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item .item .dealsOfMonthItem .dealsOfMonthContent {
  position: absolute;
  bottom: 20px;
  left: 20%;
  right: inherit;
  padding: 25px 60px;
  background-color: #ffffff;
  display: none;
  border-radius: 20px;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item .item .dealsOfMonthItem .dealsOfMonthContent h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0%;
  color: #F85934;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item .item .dealsOfMonthItem .dealsOfMonthContent h4 a {
  color: #F85934;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item .item .dealsOfMonthItem .dealsOfMonthContent span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #888888;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-dots {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  transition: all 0.5s;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-dots .owl-dot {
  transition: all 0.5s;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-dots .owl-dot span {
  margin: 0px 0px;
  width: 10px;
  height: 10px;
  background-color: rgba(136, 136, 136, 0.368627451);
  outline: 1px solid transparent;
  outline-offset: 8px;
  transition: all 0.5s;
}
.Home5_About_Us_Wrapper .About_Inner_Wrap .About_two_box .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-dots .owl-dot.active span {
  outline-color: #F85934;
  background-color: #F85934;
}

.Home5_Product_Tab_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
}
.Home5_Product_Tab_Wrapper .alaq-filter-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.Home5_Product_Tab_Wrapper .alaq-filter-wrapper .home5_black_title_box {
  justify-content: center;
  align-items: center;
}
.Home5_Product_Tab_Wrapper .alaq-filter-wrapper .nav-pills {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.Home5_Product_Tab_Wrapper .alaq-filter-wrapper .nav-pills .nav-item .nav-link {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  padding: 8px 6px;
  border-bottom: 2px solid transparent;
  border-radius: 0px;
}
.Home5_Product_Tab_Wrapper .alaq-filter-wrapper .nav-pills .nav-item .nav-link.active {
  background-color: transparent;
  color: #F85934;
  border-color: #F85934;
}
.Home5_Product_Tab_Wrapper .alaq-home5-product {
  width: 100%;
  position: relative;
  padding-bottom: 100px;
  display: grid;
  row-gap: 60px;
  column-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap .product-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 20px;
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap .product-img img {
  width: 100%;
  border-radius: 20px;
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap .product-img .heart_icon {
  position: absolute;
  top: 30px;
  left: 20px;
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap .product-img .heart_icon .large-font {
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #F8F9FA;
  transition: all 0.5s;
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap .product-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  transition: all 0.5s;
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap .product-content .right_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.5s;
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap .product-content .right_box h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #000000;
  transition: all 0.5s;
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap .product-content .right_box h4 a {
  color: #000000;
  transition: all 0.5s;
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap .product-content .right_box .rating_box {
  display: flex;
  align-items: center;
  gap: 60px;
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap .product-content .right_box .rating_box h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #000000;
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap .product-content .right_box .rating_box ul {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap .product-content .right_box .rating_box ul li a .yellow-star {
  color: #FFC839;
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap .product-content .right_box .rating_box ul li a .gray-start {
  color: rgba(136, 136, 136, 0.3098039216);
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap .product-content .left_box .cart_box {
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 8px;
  transition: all 0.5s;
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap .product-content .left_box .cart_box a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap .product-content .left_box .cart_box a svg {
  transition: all 0.5s;
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap .product-content .left_box .cart_box a svg path {
  transition: all 0.5s;
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap .product-content .left_box .cart_box:hover {
  background-color: #F85934;
}
.Home5_Product_Tab_Wrapper .alaq-home5-product .HandMade_Wrap .product-content .left_box .cart_box:hover a svg path {
  stroke: #ffffff;
}

.Home5_Quality_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../images/home5/quality_section_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  background-color: #FFF3E3;
}
.Home5_Quality_Wrapper .Quality_Wrapper {
  width: 100%;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, 1fr);
}
.Home5_Quality_Wrapper .Quality_Wrapper .quality_inner_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.Home5_Quality_Wrapper .Quality_Wrapper .quality_inner_wrap .text_box {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.Home5_Quality_Wrapper .Quality_Wrapper .quality_inner_wrap .text_box h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0%;
  color: #000000;
}
.Home5_Quality_Wrapper .Quality_Wrapper .quality_inner_wrap .text_box h5 a {
  color: #000000;
}
.Home5_Quality_Wrapper .Quality_Wrapper .quality_inner_wrap .text_box h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #888888;
}
.Home5_Quality_Wrapper .Quality_Wrapper .quality_inner_wrap .text_box h6 a {
  color: #888888;
}

.Home5_Live_Sale_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 100px 0px;
}
.Home5_Live_Sale_Wrapper .Live_Sale_Wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.Home5_Live_Sale_Wrapper .Live_Sale_Wrap .Sale_Inner_Wrap1 {
  width: 100%;
}
.Home5_Live_Sale_Wrapper .Live_Sale_Wrap .Sale_Inner_Wrap1 .img_box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Home5_Live_Sale_Wrapper .Live_Sale_Wrap .Sale_Inner_Wrap1 .img_box img {
  width: 100%;
}
.Home5_Live_Sale_Wrapper .Live_Sale_Wrap .Sale_Inner_Wrap1 .img_box .content_txt {
  position: absolute;
  z-index: 22;
  top: inherit;
}
.Home5_Live_Sale_Wrapper .Live_Sale_Wrap .Sale_Inner_Wrap1 .img_box .content_txt .txt_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.Home5_Live_Sale_Wrapper .Live_Sale_Wrap .Sale_Inner_Wrap1 .img_box .content_txt .txt_box p {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #F85934;
}
.Home5_Live_Sale_Wrapper .Live_Sale_Wrap .Sale_Inner_Wrap1 .img_box .content_txt .txt_box h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F85934;
}
.Home5_Live_Sale_Wrapper .Live_Sale_Wrap .Sale_Inner_Wrap1 .img_box .content_txt h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 1%;
  text-align: center;
  vertical-align: middle;
  color: #F8F9FA;
  margin: 10px 0px 16px 0px;
}
.Home5_Live_Sale_Wrapper .Live_Sale_Wrap .Sale_Inner_Wrap1 .img_box .content_txt .shop_box {
  display: flex;
  justify-content: center;
}
.Home5_Live_Sale_Wrapper .Live_Sale_Wrap .Sale_Inner_Wrap1 .img_box .content_txt .shop_box .shop_btn {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  color: #F85934;
  text-align: center;
}
.Home5_Live_Sale_Wrapper .Live_Sale_Wrap .Sale_Inner_Wrap1.Sale_Inner_Wrap2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Home5_Newsletter_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #FFF3E3;
  padding: 50px 0px;
}
.Home5_Newsletter_Wrapper .Newsletter_Wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.Home5_Newsletter_Wrapper .Newsletter_Wrapper .Newsletter_Box1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Home5_Newsletter_Wrapper .Newsletter_Wrapper .Newsletter_Box1 h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0%;
  color: #000000;
  max-width: 700px;
}
.Home5_Newsletter_Wrapper .Newsletter_Wrapper .Newsletter_Box1 h4 span {
  color: #F85934;
}
.Home5_Newsletter_Wrapper .Newsletter_Wrapper .Newsletter_Box1 p {
  max-width: 680px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #888888;
}
.Home5_Newsletter_Wrapper .Newsletter_Wrapper .Newsletter_Box2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Home5_Newsletter_Wrapper .Newsletter_Wrapper .Newsletter_Box2 form {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
}
.Home5_Newsletter_Wrapper .Newsletter_Wrapper .Newsletter_Box2 form .email_box {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 13px 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #888888;
}
.Home5_Newsletter_Wrapper .Newsletter_Wrapper .Newsletter_Box2 form .submit_btn {
  padding: 13px 40px;
  background-color: #191919;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

.Home5_Blog_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 100px 0px;
}
.Home5_Blog_Wrapper .home5_black_title_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 56px;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper {
  width: 100%;
  display: flex;
  gap: 65px;
  padding: 35px 35px;
  border: 1px solid rgba(18, 20, 22, 0.2);
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap1 {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap1 .img_box {
  width: 100%;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap1 .img_box img {
  width: 100%;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap1 .content_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: all 0.5s;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap1 .content_box h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #888888;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap1 .content_box h6 a {
  color: #888888;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap1 .content_box h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  line-height: 36px;
  color: #000000;
  transition: all 0.5s;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap1 .content_box h3 a {
  color: #000000;
  transition: all 0.5s;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap1 .content_box:hover h3 {
  color: #F85934;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap1 .content_box:hover h3 a {
  color: #F85934;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap1 p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  color: #888888;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap1 .btn_box {
  display: inline-flex;
  margin-top: 15px;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap2 {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap2 .blog_info_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 254px 1fr;
  gap: 30px;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap2 .blog_info_wrap .img_box {
  width: 100%;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap2 .blog_info_wrap .img_box img {
  width: 100%;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap2 .blog_info_wrap .info_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  transition: all 0.5s;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap2 .blog_info_wrap .info_box h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #000000;
  transition: all 0.5s;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap2 .blog_info_wrap .info_box h5 a {
  color: #000000;
  transition: all 0.5s;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap2 .blog_info_wrap .info_box h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #888888;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap2 .blog_info_wrap .info_box:hover h5 {
  color: #F85934;
}
.Home5_Blog_Wrapper .Blog_inner_Wrapper .blog_inner_wrap2 .blog_info_wrap .info_box:hover h5 a {
  color: #F85934;
}

.Home5_Best_Seller_Wrapper {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
  padding: 100px 0px 0px 0px;
}
.Home5_Best_Seller_Wrapper .home5_black_title_box {
  margin-bottom: 60px;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap {
  width: 100%;
  display: flex;
  gap: 60px;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap1 {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-wrap: wrap;
  gap: 30px;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap1 .seller_main_box {
  width: 100%;
  padding: 30px 30px;
  background-color: #ffffff;
  border: 1px solid #F8F9FA;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  align-items: center;
  transition: all 0.5s;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap1 .seller_main_box .img_box {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F8F9FA;
  padding: 20px 20px;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap1 .seller_main_box .img_box a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap1 .seller_main_box .content_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.5s;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap1 .seller_main_box .content_box ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap1 .seller_main_box .content_box ul li a .yellow-star {
  color: #FFC839;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap1 .seller_main_box .content_box ul li a .gray-start {
  color: rgba(136, 136, 136, 0.3490196078);
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap1 .seller_main_box .content_box .text_box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap1 .seller_main_box .content_box .text_box h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0%;
  color: #000000;
  transition: all 0.5;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap1 .seller_main_box .content_box .text_box h2 a {
  color: #000000;
  transition: all 0.5;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap1 .seller_main_box .content_box .text_box h2:hover {
  color: #F85934 a;
  color-color: #F85934;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap1 .seller_main_box .content_box .text_box p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #888888;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap1 .seller_main_box .content_box h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  gap: 35px;
  color: #F85934;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap1 .seller_main_box .content_box h5 del {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: #888888;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap1 .seller_main_box:hover {
  border-color: #F85934;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap1 .seller_main_box:hover .content_box .text_box h2:hover {
  color: #F85934;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap1 .seller_main_box:hover .content_box .text_box h2:hover a {
  color: #F85934;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap2 {
  width: 40%;
  background-image: url("../images/home5/best_seller_bg_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFF3E3;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap2 .best_seller_item_wrap {
  width: 100%;
  padding: 38px 30px;
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 30px;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap2 .best_seller_item_wrap .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap2 .best_seller_item_wrap .content_box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap2 .best_seller_item_wrap .content_box h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 50px;
  color: #000000;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap2 .best_seller_item_wrap .content_box h3 a {
  color: #000000;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap2 .best_seller_item_wrap .content_box h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #F85934;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap2 .best_seller_item_wrap .content_box h5 a {
  color: #F85934;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap2 .best_seller_item_wrap .content_box .btn_box {
  margin-top: 20px;
  display: inline-flex;
}
.Home5_Best_Seller_Wrapper .best_seller_main_wrap .best_seller_wrap2 .best_seller_item_wrap.white_border {
  border-bottom: 2px solid #ffffff;
}

.Home5_Recommended_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #FFF3E3;
  padding: 100px 0px;
}
.Home5_Recommended_Wrapper .home5_black_title_box {
  margin-bottom: 60px;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider {
  width: 100%;
  position: relative;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 20px;
  transition: all 0.5s;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-img img {
  width: 100%;
  border-radius: 20px;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-img .option_box {
  display: flex;
  align-items: center;
  gap: 50px;
  position: absolute;
  right: -300px;
  top: 30px;
  transition: 0.5s ease-in;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-img .option_box li a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #ffffff;
  transition: all 0.5s;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-img .option_box li a svg {
  transition: all 0.5s;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-img .option_box li a svg path {
  transition: all 0.5s;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-img .option_box li a:hover {
  color: #F85934;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-img .option_box li a:hover svg {
  fill: #F85934;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-img .option_box li a:hover svg path {
  fill: #F85934;
  stroke: #F85934;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-img:hover .option_box {
  right: 30px;
  display: flex;
  transition: 0.5s ease-in;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  transition: all 0.5s;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-content .right_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.5s;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-content .right_box h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #000000;
  transition: all 0.5s;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-content .right_box h4 a {
  color: #000000;
  transition: all 0.5s;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-content .right_box .rating_box {
  display: flex;
  align-items: center;
  gap: 60px;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-content .right_box .rating_box h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #000000;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-content .right_box .rating_box ul {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-content .right_box .rating_box ul li a .yellow-star {
  color: #FFC839;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-content .right_box .rating_box ul li a .gray-start {
  color: rgba(136, 136, 136, 0.3098039216);
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-content .left_box .cart_box {
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 8px;
  transition: all 0.5s;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-content .left_box .cart_box a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-content .left_box .cart_box a svg {
  transition: all 0.5s;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-content .left_box .cart_box a svg path {
  transition: all 0.5s;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-content .left_box .cart_box:hover {
  background-color: #F85934;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap .product-content .left_box .cart_box:hover a svg path {
  stroke: #ffffff;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap:hover .product-content .right_box h4 {
  color: #F85934;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .HandMade_Wrap:hover .product-content .right_box h4 a {
  color: #F85934;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .owl-nav {
  display: flex;
  gap: 30px;
  position: absolute;
  right: 0;
  top: -145px;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .owl-nav .owl-prev {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #000000;
  transition: all 0.5s;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .owl-nav .owl-prev i {
  color: #ffffff;
  transition: all 0.5s;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .owl-nav .owl-prev:hover {
  background-color: #F85934;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #000000;
  transition: all 0.5s;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .owl-nav .owl-next i {
  color: #ffffff;
  transition: all 0.5s;
}
.Home5_Recommended_Wrapper .home5_Recommended_Slider .owl-nav .owl-next:hover {
  background-color: #F85934;
}

.Home5_Testimonial_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 0px 0px 100px 0px;
}
.Home5_Testimonial_Wrapper .home5_black_title_box {
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Home5_Testimonial_Wrapper .Testimonial_Wrapper_Slider {
  width: 100%;
}
.Home5_Testimonial_Wrapper .Testimonial_Wrapper_Slider .testimonial_info_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.Home5_Testimonial_Wrapper .Testimonial_Wrapper_Slider .testimonial_info_wrap .testimonial_box1 {
  width: 100%;
  box-shadow: 0px 8px 40px 0px rgba(39, 35, 67, 0.0784313725);
  background-color: #ffffff;
  padding: 40px 40px;
  border-radius: 12px;
  position: relative;
}
.Home5_Testimonial_Wrapper .Testimonial_Wrapper_Slider .testimonial_info_wrap .testimonial_box1 p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  padding-left: 16px;
  border-left: 2px solid #F85934;
}
.Home5_Testimonial_Wrapper .Testimonial_Wrapper_Slider .testimonial_info_wrap .testimonial_box1::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 35px;
  clip-path: polygon(100% 0, 0 0, 51% 100%);
  background-color: #ffffff;
  width: 40px;
  height: 22px;
}
.Home5_Testimonial_Wrapper .Testimonial_Wrapper_Slider .testimonial_info_wrap .testimonial_box2 {
  display: flex;
  gap: 12px;
  transition: all 0.5s;
}
.Home5_Testimonial_Wrapper .Testimonial_Wrapper_Slider .testimonial_info_wrap .testimonial_box2 .img-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.5s;
}
.Home5_Testimonial_Wrapper .Testimonial_Wrapper_Slider .testimonial_info_wrap .testimonial_box2 .img-box img {
  width: 100%;
}
.Home5_Testimonial_Wrapper .Testimonial_Wrapper_Slider .testimonial_info_wrap .testimonial_box2 .txt_box {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  transition: all 0.5s;
}
.Home5_Testimonial_Wrapper .Testimonial_Wrapper_Slider .testimonial_info_wrap .testimonial_box2 .txt_box h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: #000000;
  transition: all 0.5s;
}
.Home5_Testimonial_Wrapper .Testimonial_Wrapper_Slider .testimonial_info_wrap .testimonial_box2 .txt_box h5 a {
  color: #000000;
  transition: all 0.5s;
}
.Home5_Testimonial_Wrapper .Testimonial_Wrapper_Slider .testimonial_info_wrap .testimonial_box2 .txt_box h5:hover {
  color: #F85934;
}
.Home5_Testimonial_Wrapper .Testimonial_Wrapper_Slider .testimonial_info_wrap .testimonial_box2 .txt_box h5:hover a {
  color: #F85934;
}
.Home5_Testimonial_Wrapper .Testimonial_Wrapper_Slider .testimonial_info_wrap .testimonial_box2 .txt_box p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #888888;
  transition: all 0.5s;
}
.Home5_Testimonial_Wrapper .Testimonial_Wrapper_Slider .testimonial_info_wrap .testimonial_box2 .txt_box p:hover {
  color: #F85934;
}

/* ....................................
9. Cosmetic Home CSS  
.......................................*/
.home6_black_title_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.home6_black_title_box h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #F85934;
  padding-bottom: 14px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home6_black_title_box h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 180px;
  height: 6px;
  background-color: #000000;
  border-radius: 60px;
}

.home6_alaq_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 50px;
  background-color: #F85934;
  border-radius: 60px;
  gap: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.home6_alaq_btn svg {
  transition: all 0.5s;
}
.home6_alaq_btn svg path {
  transition: all 0.5s;
}
.home6_alaq_btn:hover {
  border-color: #F85934;
  background-color: transparent;
  color: #F85934;
}
.home6_alaq_btn:hover svg path {
  stroke: #F85934;
}

.home6_alaq_btn_outline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 50px;
  background-color: transparent;
  border-radius: 60px;
  gap: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  border: 1px solid #000000;
  transition: all 0.5s;
}
.home6_alaq_btn_outline svg {
  transition: all 0.5s;
}
.home6_alaq_btn_outline svg path {
  transition: all 0.5s;
}
.home6_alaq_btn_outline:hover {
  background-color: #000000;
  color: #ffffff;
}
.home6_alaq_btn_outline:hover svg path {
  stroke: #ffffff;
}

.heart {
  width: 16px;
  height: 14px;
  background: url("../images/home5/heart_icon.png") no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: background-position 1s steps(28);
  transition-duration: 0s;
}
.heart.heart2 {
  width: 20px;
  height: 18px;
  background: url("../images/home5/heart_icon2.png") no-repeat;
}
.heart.is-active {
  transition-duration: 1s;
  filter: invert(70%) sepia(80%) saturate(7446%) hue-rotate(360deg) brightness(100%) contrast(117%);
}

.Home6_New_collection_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("../images/home6/home6_new_collection_bg_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 22;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box1 h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 90px;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 28px;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box1 h5 .line-box {
  display: inline-flex;
  width: 520px;
  height: 3px;
  background-color: #888888;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box1 h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 130px;
  text-transform: uppercase;
  color: #F85934;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box1 h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 8px;
  color: #000000;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box2 {
  width: 100%;
  display: flex;
  gap: 70px;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box2 .Box-Wrap1 {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box2 .Box-Wrap1 .white_box {
  width: 100%;
  max-width: 320px;
  box-shadow: 11px 15px 20px 0px rgba(0, 0, 0, 0.0509803922);
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 30px;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box2 .Box-Wrap1 .white_box .icon-box {
  width: 70px;
  height: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #F85934;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.5s;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box2 .Box-Wrap1 .white_box .icon-box svg {
  transition: all 0.5s;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box2 .Box-Wrap1 .white_box .icon-box svg path {
  transition: all 0.5s;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box2 .Box-Wrap1 .white_box .icon-box:hover {
  background-color: #F85934;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box2 .Box-Wrap1 .white_box .icon-box:hover svg path {
  fill: #ffffff;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box2 .Box-Wrap1 .white_box .text_box h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #F85934;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box2 .Box-Wrap1 .white_box .text_box h4 a {
  color: #F85934;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box2 .Box-Wrap1 .white_box .text_box h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #000000;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box2 .Box-Wrap2 .percentage_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box2 .Box-Wrap2 .percentage_box h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box2 .Box-Wrap2 .percentage_box h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 200px;
  line-height: 200px;
  color: #000000;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box2 .Box-Wrap2 .code-box {
  background-color: #F85934;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap1 .content_wrap .Inner_content_box2 .Box-Wrap2 .code-box h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 20%;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
  padding: 12px 40px;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap2 {
  width: 40%;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap2 .Collection_img_box {
  width: 100%;
}
.Home6_New_collection_Wrapper .New_Collection_Wrapper .Collection_Main_Wrap2 .Collection_img_box img {
  width: 100%;
}
.Home6_New_collection_Wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #F85934;
  background: linear-gradient(357deg, rgba(248, 89, 52, 0.15) 0%, rgb(248, 249, 250) 100%);
  z-index: 2;
}

.Home6_Latest_Fashion_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 100px 0px;
}
.Home6_Latest_Fashion_Wrapper .Latest_Fashion_Main_Wrap {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 30px;
}
.Home6_Latest_Fashion_Wrapper .Latest_Fashion_Main_Wrap .Latest_Fashion_Wrap1 {
  width: 45%;
}
.Home6_Latest_Fashion_Wrapper .Latest_Fashion_Main_Wrap .Latest_Fashion_Wrap1 .img_box {
  width: 100%;
  height: 100%;
}
.Home6_Latest_Fashion_Wrapper .Latest_Fashion_Main_Wrap .Latest_Fashion_Wrap1 .img_box img {
  width: 100%;
  height: 100%;
}
.Home6_Latest_Fashion_Wrapper .Latest_Fashion_Main_Wrap .Latest_Fashion_Wrap2 {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Home6_Latest_Fashion_Wrapper .Latest_Fashion_Main_Wrap .Latest_Fashion_Wrap2 .img_box {
  width: 100%;
}
.Home6_Latest_Fashion_Wrapper .Latest_Fashion_Main_Wrap .Latest_Fashion_Wrap2 .img_box img {
  width: 100%;
}
.Home6_Latest_Fashion_Wrapper .Latest_Fashion_Main_Wrap .Latest_Fashion_Wrap2 .content_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Home6_Latest_Fashion_Wrapper .Latest_Fashion_Main_Wrap .Latest_Fashion_Wrap2 .content_box h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  text-transform: capitalize;
  color: #000000;
  transition: all 0.5s;
}
.Home6_Latest_Fashion_Wrapper .Latest_Fashion_Main_Wrap .Latest_Fashion_Wrap2 .content_box h3 a {
  color: #000000;
  transition: all 0.5s;
}
.Home6_Latest_Fashion_Wrapper .Latest_Fashion_Main_Wrap .Latest_Fashion_Wrap2 .content_box h3:hover {
  color: #F85934;
}
.Home6_Latest_Fashion_Wrapper .Latest_Fashion_Main_Wrap .Latest_Fashion_Wrap2 .content_box h3:hover a {
  color: #F85934;
}
.Home6_Latest_Fashion_Wrapper .Latest_Fashion_Main_Wrap .Latest_Fashion_Wrap2 .content_box p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #888888;
}

.Home6_Client_Logo_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #F8F9FA;
  padding: 60px 0px;
}
.Home6_Client_Logo_Wrapper .Home6_Client_Logo_Slider {
  width: 100%;
  position: relative;
}
.Home6_Client_Logo_Wrapper .Home6_Client_Logo_Slider .img_box {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Home6_Client_Logo_Wrapper .Home6_Client_Logo_Slider .img_box img {
  width: auto;
}

.Home6_Summer_Collection_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 100px 0px;
}
.Home6_Summer_Collection_Wrapper .home6_black_title_box {
  margin-bottom: 50px;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap {
  width: 100%;
  position: relative;
  display: flex;
  gap: 30px;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap1 {
  width: 25%;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap1 .img_box {
  width: 100%;
  height: 100%;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap1 .img_box img {
  width: 100%;
  height: 100%;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 {
  width: 75%;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 .Summer_Grid_Box {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 .Summer_Grid_Box .Summer_Collection_Box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 .Summer_Grid_Box .Summer_Collection_Box .img_box {
  width: 100%;
  height: 390px;
  background-color: #F1F1F1;
  padding: 30px 30px 0px 30px;
  position: relative;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 .Summer_Grid_Box .Summer_Collection_Box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 .Summer_Grid_Box .Summer_Collection_Box .img_box .heart_icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 .Summer_Grid_Box .Summer_Collection_Box .img_box .heart_icon .large-font {
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #F8F9FA;
  transition: all 0.5s;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 .Summer_Grid_Box .Summer_Collection_Box .img_box .sale_box {
  display: inline-block;
  padding: 2px 24px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 .Summer_Grid_Box .Summer_Collection_Box .img_box .sale_box a {
  width: 100%;
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #000000;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 .Summer_Grid_Box .Summer_Collection_Box .img_box .sale_box.yellow_box {
  background-color: #FFBF00;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 .Summer_Grid_Box .Summer_Collection_Box .content_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 .Summer_Grid_Box .Summer_Collection_Box .content_box h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #000000;
  transition: all 0.5s;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 .Summer_Grid_Box .Summer_Collection_Box .content_box h5 a {
  color: #000000;
  transition: all 0.5s;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 .Summer_Grid_Box .Summer_Collection_Box .content_box h5:hover {
  color: #F85934;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 .Summer_Grid_Box .Summer_Collection_Box .content_box h5:hover a {
  color: #F85934;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 .Summer_Grid_Box .Summer_Collection_Box .content_box ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 .Summer_Grid_Box .Summer_Collection_Box .content_box ul li h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #000000;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 .Summer_Grid_Box .Summer_Collection_Box .content_box ul li h6 a {
  color: #000000;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 .Summer_Grid_Box .Summer_Collection_Box .content_box ul li h6.gray-txt {
  color: #888888;
  text-decoration: line-through;
}
.Home6_Summer_Collection_Wrapper .Summer_Collection_Main_Wrap .Summer_inner_wrap2 .Summer_Grid_Box .Summer_Collection_Box .content_box ul li h6.gray-txt a {
  color: #888888;
}

.Home6_Images_Collection_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
}
.Home6_Images_Collection_Wrapper .Images_Collection_Wrap {
  width: 100%;
  display: flex;
  gap: 30px;
}
.Home6_Images_Collection_Wrapper .Images_Collection_Wrap .Images_Main_Wrap1 {
  width: 60%;
  position: relative;
}
.Home6_Images_Collection_Wrapper .Images_Collection_Wrap .Images_Main_Wrap2 {
  width: 40%;
  position: relative;
}
.Home6_Images_Collection_Wrapper .Images_Collection_Wrap .Image_detail_box {
  width: 100%;
  height: 100%;
  position: relative;
}
.Home6_Images_Collection_Wrapper .Images_Collection_Wrap .Image_detail_box .img_box {
  width: 100%;
  height: 100%;
}
.Home6_Images_Collection_Wrapper .Images_Collection_Wrap .Image_detail_box .img_box img {
  width: 100%;
  height: 100%;
}
.Home6_Images_Collection_Wrapper .Images_Collection_Wrap .Image_detail_box .content_box {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.Home6_Images_Collection_Wrapper .Images_Collection_Wrap .Image_detail_box .content_box h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
}
.Home6_Images_Collection_Wrapper .Images_Collection_Wrap .Image_detail_box .content_box h2 a {
  color: #ffffff;
}
.Home6_Images_Collection_Wrapper .Images_Collection_Wrap .Image_detail_box .content_box .detail_box {
  width: 100%;
  max-width: 300px;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.3019607843);
  backdrop-filter: blur(30px);
}
.Home6_Images_Collection_Wrapper .Images_Collection_Wrap .Image_detail_box .content_box .detail_box h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #ffffff;
  transition: all 0.5s;
}
.Home6_Images_Collection_Wrapper .Images_Collection_Wrap .Image_detail_box .content_box .detail_box h5 a {
  color: #ffffff;
  transition: all 0.5s;
}
.Home6_Images_Collection_Wrapper .Images_Collection_Wrap .Image_detail_box .content_box .detail_box h5:hover {
  color: #F85934;
}
.Home6_Images_Collection_Wrapper .Images_Collection_Wrap .Image_detail_box .content_box .detail_box h5:hover a {
  color: #F85934;
}
.Home6_Images_Collection_Wrapper .Images_Collection_Wrap .Image_detail_box .content_box .detail_box p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin: 8px 0px 16px 0px;
}
.Home6_Images_Collection_Wrapper .Images_Collection_Wrap .Image_detail_box .content_box .detail_box h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  color: #ffffff;
}

.Home6_Categories_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 100px 0px;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper {
  width: 100%;
  position: relative;
  display: flex;
  gap: 60px;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box1 {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box1 .home6_black_title_box h4 {
  justify-content: flex-start;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box1 p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #888888;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box2 {
  width: 80%;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box2 .categories_img_detail {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box2 .categories_img_detail .Cate_detail_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box2 .categories_img_detail .Cate_detail_box .Img_box {
  width: 100%;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box2 .categories_img_detail .Cate_detail_box .Img_box img {
  width: 100%;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box2 .categories_img_detail .Cate_detail_box .content_box .name_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box2 .categories_img_detail .Cate_detail_box .content_box .name_box li h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  transition: all 0.5s;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box2 .categories_img_detail .Cate_detail_box .content_box .name_box li h4 a {
  color: #000000;
  transition: all 0.5s;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box2 .categories_img_detail .Cate_detail_box .content_box .name_box li h4:hover {
  color: #F85934;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box2 .categories_img_detail .Cate_detail_box .content_box .name_box li h4:hover a {
  color: #F85934;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box2 .categories_img_detail .Cate_detail_box .content_box .name_box li h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  transition: all 0.5s;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box2 .categories_img_detail .Cate_detail_box .content_box .name_box li h5 a {
  color: #888888;
  transition: all 0.5s;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box2 .categories_img_detail .Cate_detail_box .content_box .name_box li h5:hover {
  color: #000000;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box2 .categories_img_detail .Cate_detail_box .content_box .name_box li h5:hover a {
  color: #000000;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box2 .categories_img_detail .Cate_detail_box .content_box .star_ul {
  width: 100%;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  margin-top: 10px;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box2 .categories_img_detail .Cate_detail_box .content_box .star_ul li a .yellow-star {
  color: #FFC839;
}
.Home6_Categories_Wrapper .Categories_inner_Wrapper .Categories_Box2 .categories_img_detail .Cate_detail_box .content_box .star_ul li a .gray-start {
  color: rgba(136, 136, 136, 0.3098039216);
}

.Home6_Video_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../images/home6/Video_Section_bg_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 310px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Home6_Video_Wrapper .video_btn {
  position: absolute;
  top: inherit;
  left: inherit;
}

.Home6_Our_Product_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 100px 0px;
}
.Home6_Our_Product_Wrapper .home6_black_title_box {
  margin-bottom: 55px;
}
.Home6_Our_Product_Wrapper .Product_Main_wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.Home6_Our_Product_Wrapper .Product_Main_wrapper .Summer_Collection_Box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.Home6_Our_Product_Wrapper .Product_Main_wrapper .Summer_Collection_Box .img_box {
  width: 100%;
  height: 390px;
  background-color: #F1F1F1;
  padding: 30px 30px 0px 30px;
  position: relative;
}
.Home6_Our_Product_Wrapper .Product_Main_wrapper .Summer_Collection_Box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.Home6_Our_Product_Wrapper .Product_Main_wrapper .Summer_Collection_Box .img_box .heart_icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.Home6_Our_Product_Wrapper .Product_Main_wrapper .Summer_Collection_Box .img_box .heart_icon .large-font {
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #F8F9FA;
  transition: all 0.5s;
}
.Home6_Our_Product_Wrapper .Product_Main_wrapper .Summer_Collection_Box .img_box .sale_box {
  display: inline-block;
  padding: 2px 24px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.Home6_Our_Product_Wrapper .Product_Main_wrapper .Summer_Collection_Box .img_box .sale_box a {
  width: 100%;
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #000000;
}
.Home6_Our_Product_Wrapper .Product_Main_wrapper .Summer_Collection_Box .img_box .sale_box.yellow_box {
  background-color: #FFBF00;
}
.Home6_Our_Product_Wrapper .Product_Main_wrapper .Summer_Collection_Box .content_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Home6_Our_Product_Wrapper .Product_Main_wrapper .Summer_Collection_Box .content_box h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #000000;
  transition: all 0.5s;
}
.Home6_Our_Product_Wrapper .Product_Main_wrapper .Summer_Collection_Box .content_box h5 a {
  color: #000000;
  transition: all 0.5s;
}
.Home6_Our_Product_Wrapper .Product_Main_wrapper .Summer_Collection_Box .content_box h5:hover {
  color: #F85934;
}
.Home6_Our_Product_Wrapper .Product_Main_wrapper .Summer_Collection_Box .content_box h5:hover a {
  color: #F85934;
}
.Home6_Our_Product_Wrapper .Product_Main_wrapper .Summer_Collection_Box .content_box ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
.Home6_Our_Product_Wrapper .Product_Main_wrapper .Summer_Collection_Box .content_box ul li h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #000000;
}
.Home6_Our_Product_Wrapper .Product_Main_wrapper .Summer_Collection_Box .content_box ul li h6 a {
  color: #000000;
}
.Home6_Our_Product_Wrapper .Product_Main_wrapper .Summer_Collection_Box .content_box ul li h6.gray-txt {
  color: #888888;
  text-decoration: line-through;
}
.Home6_Our_Product_Wrapper .Product_Main_wrapper .Summer_Collection_Box .content_box ul li h6.gray-txt a {
  color: #888888;
}
.Home6_Our_Product_Wrapper .Inner_btn_box {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Home6_Testimonial_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding-bottom: 100px;
}
.Home6_Testimonial_Wrapper .home6_black_title_box {
  margin-bottom: 60px;
}
.Home6_Testimonial_Wrapper .home6_black_title_box h4 {
  justify-content: flex-start;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider {
  width: 100%;
  position: relative;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .Testimonial_Main_Wrap {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 40px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 4px 2px;
  transition: all 0.5s;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .Testimonial_Main_Wrap .Testimonial_Inner_Box1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 2px solid rgba(30, 38, 110, 0.1411764706);
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .Testimonial_Main_Wrap .Testimonial_Inner_Box1 .Inner_Box1 {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 20px;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .Testimonial_Main_Wrap .Testimonial_Inner_Box1 .Inner_Box1 .content_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .Testimonial_Main_Wrap .Testimonial_Inner_Box1 .Inner_Box1 .content_box h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #000000;
  transition: all 0.5s;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .Testimonial_Main_Wrap .Testimonial_Inner_Box1 .Inner_Box1 .content_box h5 a {
  color: #000000;
  transition: all 0.5s;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .Testimonial_Main_Wrap .Testimonial_Inner_Box1 .Inner_Box1 .content_box h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  transition: all 0.5s;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .Testimonial_Main_Wrap .Testimonial_Inner_Box1 .Inner_Box1 .content_box h6:hover {
  color: #F85934;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .Testimonial_Main_Wrap .Testimonial_Inner_Box2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 16px;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .Testimonial_Main_Wrap .Testimonial_Inner_Box2 p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .Testimonial_Main_Wrap .Testimonial_Inner_Box2 .star_box {
  max-width: 175px;
  border: 1px solid #E1E1E1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .Testimonial_Main_Wrap .Testimonial_Inner_Box2 .star_box ul {
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0px 16px;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .Testimonial_Main_Wrap .Testimonial_Inner_Box2 .star_box ul li a .yellow-star {
  color: #FFBF00;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .Testimonial_Main_Wrap .Testimonial_Inner_Box2 .star_box .rating_number {
  background-color: #F85934;
  display: inline-flex;
  padding: 6px 12px;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .Testimonial_Main_Wrap .Testimonial_Inner_Box2 .star_box .rating_number a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .Testimonial_Main_Wrap:hover .Testimonial_Inner_Box1 .Inner_Box1 .content_box h5 {
  color: #F85934;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .Testimonial_Main_Wrap:hover .Testimonial_Inner_Box1 .Inner_Box1 .content_box h5 a {
  color: #F85934;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .owl-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  position: absolute;
  top: -100px;
  right: 0;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .owl-nav .owl-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  margin: 0px 0px;
  transition: all 0.5s;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .owl-nav .owl-prev i {
  color: #ffffff;
  transition: all 0.5s;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .owl-nav .owl-prev:hover {
  background-color: #F85934;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .owl-nav .owl-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  margin: 0px 0px;
  transition: all 0.5s;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .owl-nav .owl-next i {
  color: #ffffff;
  transition: all 0.5s;
}
.Home6_Testimonial_Wrapper .Home6_Testimonial_Slider .owl-nav .owl-next:hover {
  background-color: #F85934;
}

.Home5_Quality_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../images/home5/quality_section_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  background-color: #FFF3E3;
}
.Home5_Quality_Wrapper .Quality_Wrapper {
  width: 100%;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, 1fr);
}
.Home5_Quality_Wrapper .Quality_Wrapper .quality_inner_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.Home5_Quality_Wrapper .Quality_Wrapper .quality_inner_wrap .text_box {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.Home5_Quality_Wrapper .Quality_Wrapper .quality_inner_wrap .text_box h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0%;
  color: #000000;
}
.Home5_Quality_Wrapper .Quality_Wrapper .quality_inner_wrap .text_box h5 a {
  color: #000000;
}
.Home5_Quality_Wrapper .Quality_Wrapper .quality_inner_wrap .text_box h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #888888;
}
.Home5_Quality_Wrapper .Quality_Wrapper .quality_inner_wrap .text_box h6 a {
  color: #888888;
}

.Home6_New_Fashion_Sale_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../images/home6/home6_new_fashion_sale_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 105px 0px;
}
.Home6_New_Fashion_Sale_Wrapper .Fashion_Sale_Box {
  width: 100%;
  max-width: 780px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Home6_New_Fashion_Sale_Wrapper .Fashion_Sale_Box .span_line_box {
  display: inline-flex;
  width: 100%;
  max-width: 320px;
  height: 34px;
  border-top: 4px solid #000000;
  border-left: 4px solid #000000;
  border-right: 4px solid #000000;
}
.Home6_New_Fashion_Sale_Wrapper .Fashion_Sale_Box h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 38.8px;
  line-height: 51.73px;
  color: #F85934;
  text-align: center;
}
.Home6_New_Fashion_Sale_Wrapper .Fashion_Sale_Box h6 a {
  color: #F85934;
}
.Home6_New_Fashion_Sale_Wrapper .Fashion_Sale_Box h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 77.6px;
  line-height: 51.73px;
  color: #000000;
  margin: 24px 0px;
}
.Home6_New_Fashion_Sale_Wrapper .Fashion_Sale_Box h2 a {
  color: #000000;
}
.Home6_New_Fashion_Sale_Wrapper .Fashion_Sale_Box .Buy_Now_Box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  padding: 26px 24px;
  border-bottom: 4px solid #000000;
  border-left: 4px solid #000000;
  border-right: 4px solid #000000;
}
.Home6_New_Fashion_Sale_Wrapper .Fashion_Sale_Box .Buy_Now_Box a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20.69px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #F85934;
  text-decoration: underline;
}

/* ....................................
10. Cosmetic Home CSS  
.......................................*/
/*-------------------------------------

	Template Name: Alaq Mart Multipurpose eCommerce HTML Template HTML Template
    Version: 1.0.0
    Author: Webstrot
    Copyright: © 2025-26

---------------------------------------*/
.jewelleryCommonSecHeading {
  border-bottom: 0;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.jewelleryCommonSecHeading span {
  font-size: 20px;
  font-weight: bold;
  color: #B3402A;
  text-align: center;
  display: block;
}
.jewelleryCommonSecHeading h2 {
  font-size: 64px;
  font-weight: 500;
  text-align: center;
  font-family: "Playfair Display";
}

.jewelleryBtn {
  background-color: #B3402A;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.6s ease;
  border-radius: 6px;
  padding: 10px 30px;
  font-family: "Playfair Display";
}
.jewelleryBtn:hover {
  background-color: #f85934;
  color: #ffffff;
}

.topBgImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
}

.jewelleryTopSlider .jewelleryTopSliderInner {
  display: grid;
  grid-template-columns: 50px 1fr 100px;
  gap: 15px;
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderSocialMedia {
  justify-content: center;
  gap: 20px;
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderSocialMedia .socialMediaIcon ul li a {
  color: #000;
  font-size: 20px;
  transition: all 0.4s ease;
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderSocialMedia .socialMediaIcon ul li a:hover {
  color: #b3402a;
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderSocialMedia .verticalLine {
  background-color: #b3402a;
  width: 1px;
  height: 200px;
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderContainer {
  overflow: hidden;
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderContainer .jewelleryTopSliderCarousel .active .jewelleryTopSliderItem img.sliderImg {
  transform: scale(1);
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderContainer .jewelleryTopSliderCarousel .active .jewelleryTopSliderItem .jewelleryTopSliderContent h1 {
  animation-duration: 1s;
  animation-name: fadeInDown;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderContainer .jewelleryTopSliderCarousel .active .jewelleryTopSliderItem .jewelleryTopSliderContent .jewelleryBtn {
  animation-duration: 2s;
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-delay: 0.8s;
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderContainer .jewelleryTopSliderCarousel .active .jewelleryTopSliderItem .videoPlayBtn {
  transform: scale(1);
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderContainer .jewelleryTopSliderCarousel .item {
  overflow: hidden;
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderContainer .jewelleryTopSliderCarousel .jewelleryTopSliderItem {
  position: relative;
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderContainer .jewelleryTopSliderCarousel .jewelleryTopSliderItem img.sliderImg {
  transform: scale(2.5);
  transition: all 0.9s ease;
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderContainer .jewelleryTopSliderCarousel .jewelleryTopSliderItem .jewelleryTopSliderContent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 40px;
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderContainer .jewelleryTopSliderCarousel .jewelleryTopSliderItem .jewelleryTopSliderContent h1 {
  color: #ffffff;
  font-size: 64px;
  font-family: "Playfair Display";
  margin-bottom: 40px;
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderContainer .jewelleryTopSliderCarousel .jewelleryTopSliderItem .videoPlayBtn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  transform: scale(0);
  transition: all 2s ease;
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderContainer .jewelleryTopSliderCarousel .jewelleryTopSliderItem .videoPlayBtn .flVideo {
  width: 100px;
  height: 100px;
  position: relative;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 4px 1px #e1e1e1;
  z-index: 1;
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderContainer .jewelleryTopSliderCarousel .jewelleryTopSliderItem .videoPlayBtn .flVideo:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderContainer .jewelleryTopSliderCarousel .jewelleryTopSliderItem .videoPlayBtn .flVideo .playIcon {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jewelleryTopSlider .jewelleryTopSliderInner .jewelleryTopSliderContainer .jewelleryTopSliderCarousel .jewelleryTopSliderItem .videoPlayBtn .flVideo .playBtnTxt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px;
  animation: animRotate 10s linear infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.jewelleryTopSlider .jewelleryTopSliderInner .groupNewsSliderContainer {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.jewelleryTopSlider .jewelleryTopSliderInner .groupNewsSliderContainer .groupNewsSliderBtn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  z-index: 2;
  position: relative;
}
.jewelleryTopSlider .jewelleryTopSliderInner .groupNewsSliderContainer .groupNewsSliderBtn .jewelleryTopSliderCarouselPrevBtn,
.jewelleryTopSlider .jewelleryTopSliderInner .groupNewsSliderContainer .groupNewsSliderBtn .jewelleryTopSliderCarouselNextBtn {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #000;
  transition: all 0.5s;
}
.jewelleryTopSlider .jewelleryTopSliderInner .groupNewsSliderContainer .groupNewsSliderBtn .jewelleryTopSliderCarouselPrevBtn i,
.jewelleryTopSlider .jewelleryTopSliderInner .groupNewsSliderContainer .groupNewsSliderBtn .jewelleryTopSliderCarouselNextBtn i {
  font-size: 22px;
  color: #000;
  transition: all 0.5s;
}
.jewelleryTopSlider .jewelleryTopSliderInner .groupNewsSliderContainer .groupNewsSliderBtn .jewelleryTopSliderCarouselPrevBtn:hover,
.jewelleryTopSlider .jewelleryTopSliderInner .groupNewsSliderContainer .groupNewsSliderBtn .jewelleryTopSliderCarouselNextBtn:hover {
  background-color: #000;
}
.jewelleryTopSlider .jewelleryTopSliderInner .groupNewsSliderContainer .groupNewsSliderBtn .jewelleryTopSliderCarouselPrevBtn:hover i,
.jewelleryTopSlider .jewelleryTopSliderInner .groupNewsSliderContainer .groupNewsSliderBtn .jewelleryTopSliderCarouselNextBtn:hover i {
  color: #fff;
}
.jewelleryTopSlider .jewelleryTopSliderInner .groupNewsSliderContainer .groupNewsSliderBtn .jewelleryTopSliderCarouselPrevBtn.disabled,
.jewelleryTopSlider .jewelleryTopSliderInner .groupNewsSliderContainer .groupNewsSliderBtn .jewelleryTopSliderCarouselNextBtn.disabled {
  border: 1px solid #000;
  color: #000;
  background-color: #ffffff;
  opacity: 1;
}

.jewelleryPartnerSlider {
  padding: 80px 0;
}
.jewelleryPartnerSlider .jewelleryPartnerSliderInner .jewelleryPartnerCarousel .owl-stage {
  display: flex;
}
.jewelleryPartnerSlider .jewelleryPartnerSliderInner .jewelleryPartnerCarousel .item {
  height: 100%;
}
.jewelleryPartnerSlider .jewelleryPartnerSliderInner .jewelleryPartnerCarousel .partnerLogoItem {
  height: 100%;
}
.jewelleryPartnerSlider .jewelleryPartnerSliderInner .jewelleryPartnerCarousel .partnerLogoItem a {
  display: inline-block;
}

.dealsOfMonth {
  background-color: #f8f9fa;
  padding: 80px 0;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthContent h2 {
  font-size: 64px;
  color: #000;
  font-family: "Playfair Display";
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthContent p {
  font-size: 16px;
  color: #8A8A8A;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthContent .jewelleryBtn {
  margin: 20px 0 40px;
  font-family: "Playfair Display";
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthContent h3 {
  font-size: 30px;
  color: #484848;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthContent .countdownContent .countdown {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthContent .countdownContent .countdown .countdownItem .counterNumber {
  font-family: "Digital-7";
  font-size: 32px;
  color: #484848;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 6px 1px #ccc;
  border-radius: 6px;
  margin-bottom: 10px;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthContent .countdownContent .countdown .countdownItem p {
  color: #484848;
  font-size: 16px;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel {
  height: 510px;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel * {
  transition: all 0.6s ease;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage {
  display: flex;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item.active {
  width: 270px !important;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item.active.firstActiveItem {
  width: 350px !important;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item.active.firstActiveItem .dealsOfMonthItem a .dealsOfMonthContent {
  display: block;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item .item {
  height: 100%;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item .item .dealsOfMonthItem {
  height: 100%;
  position: relative;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item .item .dealsOfMonthItem a {
  display: inline-block;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item .item .dealsOfMonthItem .dealsOfMonthContent {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 20px;
  background-color: #ffffff;
  display: none;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item .item .dealsOfMonthItem .dealsOfMonthContent h2 {
  font-size: 20px;
  color: #484848;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-stage .owl-item .item .dealsOfMonthItem .dealsOfMonthContent span {
  font-size: 20px;
  color: #484848;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-dots {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  bottom: 60px;
  left: 40%;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-dots .owl-dot,
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-dots .owl-next {
  width: 28px;
  height: 28px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-dots .owl-dot span,
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-dots .owl-next span {
  display: inline-block;
  font-size: 10px;
  transition: all 0.5s;
  background-color: #000;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-dots .owl-dot.active,
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-dots .owl-next.active {
  border-color: #000;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-dots .owl-dot:hover,
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-dots .owl-next:hover {
  border-color: #000;
}
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-dots .owl-dot.disabled,
.dealsOfMonth .dealsOfMonthInner .dealsOfMonthSliderInner .dealsOfMonthCarousel .owl-dots .owl-next.disabled {
  border: 1px solid #000;
  color: #000;
  background-color: #ffffff;
  opacity: 1;
}

.liveSaleBanner {
  padding: 80px 0 0;
}
.liveSaleBanner .liveSaleBannerInner .liveSaleBannerRow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.liveSaleBanner .liveSaleBannerInner .liveSaleBannerRow .liveSaleBannerCol .saleCardBanner {
  position: relative;
}
.liveSaleBanner .liveSaleBannerInner .liveSaleBannerRow .liveSaleBannerCol .saleCardBanner .saleCardContent {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 100%;
  padding: 40px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.25);
}
.liveSaleBanner .liveSaleBannerInner .liveSaleBannerRow .liveSaleBannerCol .saleCardBanner .saleCardContent .offer {
  color: #000000;
  padding-top: 30px;
  font-size: 50px;
}
.liveSaleBanner .liveSaleBannerInner .liveSaleBannerRow .liveSaleBannerCol .saleCardBanner .saleCardContent .offer span {
  color: #000000;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  width: 30px;
  display: inline-block;
}
.liveSaleBanner .liveSaleBannerInner .liveSaleBannerRow .liveSaleBannerCol .saleCardBanner .saleCardContent h3 {
  font-size: 50px;
  color: #000000;
}
.liveSaleBanner .liveSaleBannerInner .liveSaleBannerRow .liveSaleBannerCol .saleCardBanner .saleCardContent .btnLink {
  font-size: 20px;
  color: #000000;
  margin-top: 20px;
  display: inline-block;
}
.liveSaleBanner .liveSaleBannerInner .liveSaleBannerRow .liveSaleBannerCol .saleCardBanner .saleCardImg {
  text-align: center;
}

.basicExquisite {
  padding: 80px 0;
}
.basicExquisite .jewelleryCommonSecHeading {
  margin-bottom: 0px;
}
.basicExquisite .basicExquisiteInner .basicExquisiteTab {
  margin-bottom: 40px;
}
.basicExquisite .basicExquisiteInner .basicExquisiteTab ul {
  justify-content: center;
}
.basicExquisite .basicExquisiteInner .basicExquisiteTab ul li a {
  border-radius: 0;
  background-color: transparent;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.basicExquisite .basicExquisiteInner .basicExquisiteTab ul li a.active {
  color: #B3402A;
  border-bottom: 1px solid #B3402A;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .owl-stage-outer {
  padding: 20px 0;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg {
  width: 100%;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider {
  width: 100%;
  box-shadow: 10px 10px 22px 0px #f6f6f6;
  padding: 20px 10px;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder .thumnailsSlides {
  position: relative;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder .thumnailsSlides .basicExquisiteHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 15px 0px 15px 15px;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder .thumnailsSlides .basicExquisiteHead .basicExquisiteRating ul {
  gap: 4px;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder .thumnailsSlides .basicExquisiteHead .basicExquisiteRating ul li {
  color: #888888;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder .thumnailsSlides .basicExquisiteHead .basicExquisiteRating ul li .active {
  color: #ffc839;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder .thumnailsSlides .basicExquisiteHead .basicExquisiteOff span {
  background-color: #B3402A;
  padding: 4px 14px;
  color: #ffffff;
  display: inline-block;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder .thumnailsSlides .slides .slidesInner {
  width: 100%;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder .thumnailsSlides .slides .slidesInner img {
  object-fit: scale-down;
  height: 260px;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder .thumnailsSlides .basicExquisiteProductMenu {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  background-color: #fff;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder .thumnailsSlides .basicExquisiteProductMenu .basicExquisiteProductMenuItem .basicExquisiteProductMenuLink {
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder .thumnailsSlides .basicExquisiteProductMenu .basicExquisiteProductMenuItem .basicExquisiteProductMenuLink.arrivalsLike {
  background-color: #ff3000;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder .thumnailsSlides .basicExquisiteProductMenu .basicExquisiteProductMenuItem .basicExquisiteProductMenuLink.arrivalsCart {
  background-color: #43acbd;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder .thumnailsSlides .basicExquisiteProductMenu .basicExquisiteProductMenuItem .basicExquisiteProductMenuLink.arrivalsShare {
  background-color: #ffc839;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder .rowColumn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder .rowColumn .slideDots {
  background-color: #f4f7ff;
  padding: 10px;
  width: 70px;
  height: 70px;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder .rowColumn .slideDots img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder .countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder .countdown .countdownItem .counterNumber {
  font-family: "Digital-7";
  font-size: 20px;
  color: #484848;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 6px 1px #ccc;
  border-radius: 2px;
  margin-bottom: 4px;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteImgBox .basicExquisiteImg .productDetailSlider .holder .countdown .countdownItem p {
  color: #484848;
  font-size: 16px;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteContent {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteContent .basicExquisiteHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteContent .basicExquisiteHead span {
  font-size: 16px;
  color: #B3402A;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteContent h4 {
  text-align: center;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteContent h4 a {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteContent p {
  font-size: 14px;
  color: #888888;
  text-align: center;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteContent .basicExquisiteFoot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteContent .basicExquisiteFoot .basicExquisitePrice {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteContent .basicExquisiteFoot .basicExquisitePrice ins {
  font-size: 20px;
  font-weight: bold;
  color: #B3402A;
  text-decoration: none;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteContent .basicExquisiteFoot .basicExquisitePrice del {
  font-size: 16px;
  color: #888888;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteContent .basicExquisiteFoot .basicExquisiteAddToCard a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.4s ease;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .basicExquisiteItem .basicExquisiteContent .basicExquisiteFoot .basicExquisiteAddToCard a svg rect {
  transition: all 0.4s ease;
  fill: #fff;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .owl-nav .owl-prev,
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #ffffff;
  font-size: 28px;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .owl-nav .owl-prev.disabled,
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .owl-nav .owl-next.disabled {
  border: 1px solid #000;
  color: #000;
  background-color: #ffffff;
  opacity: 1;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .owl-nav .owl-prev {
  left: -70px;
}
.basicExquisite .basicExquisiteInner .basicExquisiteContent .tab-content .basicExquisiteCarousel .owl-nav .owl-next {
  right: -70px;
}

.qukInfo {
  background-color: #B3402A;
  padding: 80px 0;
}
.qukInfo .qukInfoInner .qukInfoGroup {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: space-between;
}
.qukInfo .qukInfoInner .qukInfoGroup .qukInfoItem {
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  gap: 10px;
}
.qukInfo .qukInfoInner .qukInfoGroup .qukInfoItem .qukInfoContant h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px;
}
.qukInfo .qukInfoInner .qukInfoGroup .qukInfoItem .qukInfoContant p {
  font-size: 16px;
  color: #fff;
}

.jewelleryBanner .jewelleryBannerInner .jewelleryTopSliderItem {
  position: relative;
}
.jewelleryBanner .jewelleryBannerInner .jewelleryTopSliderItem .jewelleryTopSliderContent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 40px;
}
.jewelleryBanner .jewelleryBannerInner .jewelleryTopSliderItem .jewelleryTopSliderContent h1 {
  color: #ffffff;
  font-size: 64px;
  font-family: "Playfair Display";
  margin-bottom: 40px;
}

.jewelleryTestimonials {
  padding: 80px 0;
  background-color: #F8F9FA;
}
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .jewelleryTestimonialItem {
  padding: 40px;
  background-color: #fff;
}
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .jewelleryTestimonialItem .jewelleryTestimonialHead {
  display: grid;
  grid-template-columns: 1fr 50px;
}
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .jewelleryTestimonialItem .jewelleryTestimonialHead .jewelleryTestimonialInner {
  display: flex;
  align-items: center;
  gap: 15px;
}
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .jewelleryTestimonialItem .jewelleryTestimonialHead .jewelleryTestimonialInner .jewelleryTestimonialImg {
  width: 70px;
  height: 70px;
  border-radius: 50px;
}
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .jewelleryTestimonialItem .jewelleryTestimonialHead .jewelleryTestimonialInner .jewelleryTestimonialTxt h4 {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .jewelleryTestimonialItem .jewelleryTestimonialHead .jewelleryTestimonialInner .jewelleryTestimonialTxt span {
  font-size: 16px;
  color: #888888;
}
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .jewelleryTestimonialItem .jewelleryTestimonialPara {
  border-top: 1px solid #e1e1e1;
  margin-top: 20px;
  padding-top: 20px;
}
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .jewelleryTestimonialItem .jewelleryTestimonialPara p {
  font-size: 16px;
  color: #808285;
}
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .jewelleryTestimonialItem .jewelleryTestimonialPara .rating {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .jewelleryTestimonialItem .jewelleryTestimonialPara .rating .ratingInner {
  border: 1px solid #e1e1e1;
  border-right: 0;
  height: 40px;
  padding: 0 10px;
}
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .jewelleryTestimonialItem .jewelleryTestimonialPara .rating .ratingInner ul {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 100%;
}
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .jewelleryTestimonialItem .jewelleryTestimonialPara .rating .ratingInner ul li .fa {
  color: #ffc93e;
}
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .jewelleryTestimonialItem .jewelleryTestimonialPara .rating .ratingNum {
  background-color: #B3402A;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .jewelleryTestimonialItem .jewelleryTestimonialPara .rating .ratingNum span {
  color: #ffffff;
  font-size: 16px;
}
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .owl-nav .owl-prev,
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #ffffff;
  font-size: 28px;
}
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .owl-nav .owl-prev.disabled,
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .owl-nav .owl-next.disabled {
  border: 1px solid #000;
  color: #000;
  background-color: #ffffff;
  opacity: 1;
}
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .owl-nav .owl-prev {
  left: -70px;
}
.jewelleryTestimonials .jewelleryTestimonialsInner .jewelleryTestimonialCarousel .owl-nav .owl-next {
  right: -70px;
}

.Home7_Ring_Discription_Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding-bottom: 40px;
  /* Responsive */
}
.Home7_Ring_Discription_Wrapper .ring-diagram {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.Home7_Ring_Discription_Wrapper .image-container {
  position: relative;
  width: 100%;
}
.Home7_Ring_Discription_Wrapper .image-container .img_box {
  width: 100%;
  height: auto;
  display: block;
}
.Home7_Ring_Discription_Wrapper .image-container .img_box img {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.Home7_Ring_Discription_Wrapper .label {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #333;
}
.Home7_Ring_Discription_Wrapper .label.left {
  left: 0;
  flex-direction: row-reverse;
}
.Home7_Ring_Discription_Wrapper .label.left p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}
.Home7_Ring_Discription_Wrapper .label.left p a {
  color: #000000;
}
.Home7_Ring_Discription_Wrapper .label.right {
  right: 0;
}
.Home7_Ring_Discription_Wrapper .label .dot {
  width: 10px;
  height: 10px;
  background-color: #a22d2d;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.Home7_Ring_Discription_Wrapper .label.left .line,
.Home7_Ring_Discription_Wrapper .label.right .line {
  width: 265px;
  height: 1px;
  border-top: 1px dashed #d46a6a;
}
.Home7_Ring_Discription_Wrapper .label.left .line {
  margin-right: -10px;
}
.Home7_Ring_Discription_Wrapper .label.right .line {
  margin-left: -10px;
}
.Home7_Ring_Discription_Wrapper .label p {
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}
.Home7_Ring_Discription_Wrapper .label p a {
  color: #000000;
}
@media (max-width: 768px) {
  .Home7_Ring_Discription_Wrapper .label .line {
    width: 50px;
  }
  .Home7_Ring_Discription_Wrapper .label p {
    font-size: 14px;
  }
  .Home7_Ring_Discription_Wrapper .label.left p {
    font-size: 14px;
  }
}

/* ....................................
11. Inner CSS  
.......................................*/
/*-------------------------------------

	Template Name: Alaq Mart Multipurpose eCommerce HTML Template HTML Template
    Version: 1.0.0
    Author: Webstrot
    Copyright: © 2025-26

---------------------------------------*/
/* ....................................
 Inner Pages Css Start 
.......................................*/
.alaq-page-breadcrumb-wrapper {
  width: 100%;
  background-color: #FFEFEB;
  padding: 14px 0px;
}
.alaq-page-breadcrumb-wrapper .page-breadcrumb ul {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.alaq-page-breadcrumb-wrapper .page-breadcrumb ul li {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.alaq-page-breadcrumb-wrapper .page-breadcrumb ul li a {
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.alaq-product-category-main-wrapper {
  width: 100%;
  padding: 60px 0px;
}
.alaq-product-category-main-wrapper .category-inner-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.alaq-product-category-main-wrapper .category-inner-wrapper .category-box {
  width: 16%;
  padding: 45px;
  text-align: center;
  border-radius: 30px 30px 30px 0px;
  border: 1px solid rgba(248, 89, 52, 0.2);
  background-color: #ffffff;
  position: relative;
}
.alaq-product-category-main-wrapper .category-inner-wrapper .category-box .category-icon span {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 104px;
  border-radius: 10px;
  background: rgba(248, 89, 52, 0.05);
}
.alaq-product-category-main-wrapper .category-inner-wrapper .category-box .category-icon span img {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.alaq-product-category-main-wrapper .category-inner-wrapper .category-box .category-text {
  padding-top: 20px;
  padding-bottom: 20px;
}
.alaq-product-category-main-wrapper .category-inner-wrapper .category-box .category-text h4 a {
  font-size: 20px;
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.alaq-product-category-main-wrapper .category-inner-wrapper .category-box .arrow-btn {
  width: 60px;
  height: 60px;
  background: #feded6;
  display: inline-block;
  border-radius: 20px 0px 30px 0px;
  line-height: 52px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s;
}
.alaq-product-category-main-wrapper .category-inner-wrapper .category-box:hover .category-icon span img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.alaq-product-category-main-wrapper .category-inner-wrapper .category-box:hover .category-text h4 a {
  color: #F85934;
}
.alaq-product-category-main-wrapper .category-inner-wrapper .category-box:hover .arrow-btn {
  padding-left: 12px;
  transition: all 0.5s;
}

.alaq-product-category-main-wrapper .product-category-single-wrapper {
  width: 100%;
  display: flex;
  gap: 24px;
  position: relative;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper {
  width: 70%;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .accordion .accordion-item {
  margin-bottom: 20px;
  border-bottom: 0;
  border-radius: 20px;
  border: 1px solid rgba(248, 89, 52, 0.2);
  background: #FFF;
  overflow: hidden;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-header .accordion-button {
  gap: 12px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-header .accordion-button .product-icon span {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 104px;
  border-radius: 10px;
  text-align: center;
  background: rgba(248, 89, 52, 0.05);
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-header .accordion-button .product-icon span img {
  animation-duration: 4s;
  animation-delay: 1000ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-header .accordion-button .product-text h4 {
  font-size: 30px;
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-header .accordion-button .product-text p {
  font-size: 16px;
  color: #444444;
  font-family: "Roboto", sans-serif;
  padding-top: 5px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-header .accordion-button:after {
  width: 60px;
  height: 60px;
  background-color: #feded6;
  background-position: center center;
  background-image: url(../images/inner/down.png);
  background-size: auto;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #ffffff;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body {
  border-radius: 10px;
  margin: 20px;
  padding: 0;
  background: rgba(248, 89, 52, 0.05);
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body ul li {
  border-bottom: 1px solid #dddddd;
  padding: 18px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body ul li a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body ul li a p {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444444;
  transition: all 0.5s;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body ul li a:hover p {
  color: #F85934;
  transition: all 0.5s;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body ul li:last-child {
  border: 0;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .top-filter-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .top-filter-wrapper .filter-text p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444444;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .top-filter-wrapper .side-tabs {
  display: flex;
  gap: 20px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .top-filter-wrapper .side-tabs .nav-pills {
  gap: 15px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .top-filter-wrapper .side-tabs .nav-pills .nav-item .nav-link {
  background-color: #feded6;
  padding: 12px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .top-filter-wrapper .side-tabs .nav-pills .nav-item .nav-link span .grid-icon {
  fill: #444444;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .top-filter-wrapper .side-tabs .nav-pills .nav-item .nav-link span .list-icon {
  stroke: #444444;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .top-filter-wrapper .side-tabs .nav-pills .nav-item .nav-link.active {
  background-color: #F85934;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .top-filter-wrapper .side-tabs .nav-pills .nav-item .nav-link.active span .grid-icon {
  fill: #ffffff;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .top-filter-wrapper .side-tabs .nav-pills .nav-item .nav-link.active span .list-icon {
  stroke: #ffffff;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .top-filter-wrapper .side-tabs .filter-select-box select {
  width: 200px;
  border: 1px solid #F85934;
  border-radius: 5px;
  height: 45px;
  line-height: 43px;
  color: #444444;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  appearance: none;
  position: relative;
  background-image: url(../images/inner/arrow.png);
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 20px;
  outline: none;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .top-filter-wrapper .side-tabs .filter-select-box select:focus {
  outline: none;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .top-filter-wrapper .side-tabs .filter-select-box .select2-container--default {
  width: 200px !important;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .top-filter-wrapper .side-tabs .filter-select-box .select2-container--default .select2-selection--single {
  border: 1px solid #F85934;
  border-radius: 5px;
  height: 45px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .top-filter-wrapper .side-tabs .filter-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px;
  color: #444444;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .top-filter-wrapper .side-tabs .filter-select-box .select2-container--default .select2-selection--single .select2-selection__rendered:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 14px;
  right: 12px;
  top: 55%;
  transform: translateY(-50%);
  background-image: url(../images/inner/arrow.png);
  background-repeat: no-repeat;
  background-size: auto;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .top-filter-wrapper .side-tabs .filter-select-box .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .top-filter-wrapper .side-tabs .filter-select-box .select2-container--default .select2-selection__arrow b {
  display: none;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content {
  margin-top: 30px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .tab-pane .tab-product-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .tab-pane .tab-product-wrapper .product-wrapper {
  width: 30%;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .tab-pane .tab-product-wrapper .product-wrapper .product-img img {
  width: 100%;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .tab-pane .tab-product-wrapper.list-product-wrapper {
  padding-bottom: 40px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .tab-pane .tab-product-wrapper.list-product-wrapper .product-wrapper {
  width: 100%;
  display: flex;
  border-radius: 20px 20px 20px 0px;
  border: 1px solid rgba(248, 89, 52, 0.5);
  background: #ffffff;
  padding-bottom: 0;
  overflow: hidden;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .tab-pane .tab-product-wrapper.list-product-wrapper .product-wrapper .product-img {
  background-color: #fef6f5;
  width: 30%;
  border: 0;
  border-radius: 0;
  border-right: 1px solid rgba(248, 89, 52, 0.5);
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .tab-pane .tab-product-wrapper.list-product-wrapper .product-wrapper .product-img img {
  width: 100%;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .tab-pane .tab-product-wrapper.list-product-wrapper .product-wrapper .product-content {
  width: 70%;
  padding: 30px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .tab-pane .tab-product-wrapper.list-product-wrapper .product-wrapper .product-content h2 a {
  font-size: 26px;
  text-overflow: inherit;
  overflow: hidden;
  width: auto;
  height: auto;
  white-space: inherit;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .tab-pane .tab-product-wrapper.list-product-wrapper .product-wrapper .product-content h3 {
  padding-top: 12px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .tab-pane .tab-product-wrapper.list-product-wrapper .product-wrapper .product-content p {
  text-overflow: inherit;
  overflow: hidden;
  width: 630px;
  height: auto;
  white-space: inherit;
  padding: 0;
  padding-bottom: 20px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .pegination-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .pegination-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .pegination-wrapper ul .prev a span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  background-color: #feded6;
  border: 1px solid #feded6;
  border-radius: 4px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .pegination-wrapper ul .prev a span svg {
  fill: #F85934;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .pegination-wrapper ul .prev a:hover span {
  border: 1px solid #F85934;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .pegination-wrapper ul .prev a:hover span svg {
  fill: #ffffff;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .pegination-wrapper ul .next a span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  background-color: #F85934;
  border-radius: 4px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .pegination-wrapper ul .active span {
  background-color: #F85934;
  color: #ffffff;
  transition: all 0.5s;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .pegination-wrapper ul li a span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #F85934;
  border-radius: 4px;
  color: #888888;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: all 0.5s;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .product-sidebar-wrapper .tab-content .pegination-wrapper ul li a:hover span {
  background-color: #F85934;
  color: #ffffff;
  transition: all 0.5s;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper {
  width: 30%;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .post-img {
  text-align: right;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .post-img img {
  width: 100%;
  transition: all 0.2s ease 0s;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .post-img img:hover {
  transform: scale(1.05);
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner {
  width: 100%;
  border-radius: 10px;
  background: rgba(248, 89, 52, 0.05);
  padding: 20px;
  margin-bottom: 20px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner h4 {
  font-size: 26px;
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  padding: 12px;
  border-bottom: 1px solid #dddddd;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner ul {
  overflow: hidden;
  overflow-y: auto;
  height: 540px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner ul li {
  border-bottom: 1px solid #dddddd;
  padding: 18px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner ul li a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner ul li a p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #444444;
  transition: all 0.5s;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner ul li a:hover p {
  color: #F85934;
  transition: all 0.5s;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner ul li:last-child {
  border: 0;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .panel-title {
  padding: 12px;
  border-bottom: 1px solid #dddddd;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .panel-title h2 {
  font-size: 26px;
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .availability-content {
  padding-top: 20px;
  padding-left: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .availability-content h2 {
  font-size: 26px;
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .availability-content .side-panel-select .form-group {
  width: 100%;
  padding-bottom: 12px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .availability-content .side-panel-select .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .availability-content .side-panel-select .form-group label {
  position: relative;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .availability-content .side-panel-select .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #F85934;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 3px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .availability-content .side-panel-select .form-group label span {
  display: inline-block;
  padding-right: 6px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .availability-content .side-panel-select .form-group input:checked + label:before {
  background-color: #F85934;
  border: 1px solid #F85934;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .availability-content .side-panel-select .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .availability-content .side-panel-select .form-group a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #43ACBD;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .filter-content {
  padding-top: 20px;
  padding-left: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .filter-content h2 {
  font-size: 26px;
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .filter-content .price-range-slider {
  width: 100%;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .filter-content .price-range-slider .range-bar {
  border: none;
  background: #dddddd;
  height: 4px;
  width: 96%;
  margin-top: 12px;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .filter-content .price-range-slider .range-bar .ui-slider-range {
  background: #43ACBD;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .filter-content .price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #ffffff;
  border: 5px solid #43ACBD;
  height: 19px;
  width: 19px;
  top: -0.52em;
  cursor: pointer;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .filter-content .price-range-slider .range-value {
  margin: 0;
  padding-top: 12px;
  margin-left: 0;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .filter-content .price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #333333;
  font-size: 16px;
  box-shadow: none;
  border: 0;
  margin: 0;
  font-weight: 500;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .side-panel-box-wrapper .side-panel-inner .filter-content .price-range-slider .range-value input:focus {
  border: 0;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .toggleButton {
  display: none;
  width: auto;
  height: 35px;
  color: #F85934;
  text-align: center;
  cursor: pointer;
  user-select: none;
  text-transform: uppercase;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .toggleButton svg {
  width: 35px;
  height: 35px;
  fill: #F85934;
}
.alaq-product-category-main-wrapper .product-category-single-wrapper .toggleButton svg path {
  fill: #F85934;
}

.alaq-page-column-main-wrapper {
  width: 100%;
  padding: 60px 0px;
}
.alaq-page-column-main-wrapper .top-filter-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.alaq-page-column-main-wrapper .top-filter-wrapper .filter-text p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444444;
}
.alaq-page-column-main-wrapper .top-filter-wrapper .side-tabs {
  display: flex;
  gap: 20px;
}
.alaq-page-column-main-wrapper .top-filter-wrapper .side-tabs .filter-select-box select {
  width: 200px;
  border: 1px solid #F85934;
  border-radius: 5px;
  height: 45px;
  line-height: 43px;
  color: #444444;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  appearance: none;
  position: relative;
  background-image: url(../images/inner/arrow.png);
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 20px;
  outline: none;
}
.alaq-page-column-main-wrapper .top-filter-wrapper .side-tabs .filter-select-box select:focus {
  outline: none;
}
.alaq-page-column-main-wrapper .top-filter-wrapper .side-tabs .filter-select-box .select2-container--default {
  width: 200px !important;
}
.alaq-page-column-main-wrapper .top-filter-wrapper .side-tabs .filter-select-box .select2-container--default .select2-selection--single {
  border: 1px solid #F85934;
  border-radius: 5px;
  height: 45px;
}
.alaq-page-column-main-wrapper .top-filter-wrapper .side-tabs .filter-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px;
  color: #444444;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.alaq-page-column-main-wrapper .top-filter-wrapper .side-tabs .filter-select-box .select2-container--default .select2-selection--single .select2-selection__rendered:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 14px;
  right: 12px;
  top: 55%;
  transform: translateY(-50%);
  background-image: url(../images/inner/arrow.png);
  background-repeat: no-repeat;
  background-size: auto;
}
.alaq-page-column-main-wrapper .top-filter-wrapper .side-tabs .filter-select-box .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
.alaq-page-column-main-wrapper .top-filter-wrapper .side-tabs .filter-select-box .select2-container--default .select2-selection__arrow b {
  display: none;
}
.alaq-page-column-main-wrapper .page-column-inner-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.alaq-page-column-main-wrapper .page-column-inner-wrapper .product-wrapper {
  width: 23%;
}
.alaq-page-column-main-wrapper .page-column-inner-wrapper .product-wrapper .product-img img {
  width: 100%;
}
.alaq-page-column-main-wrapper .page-column-inner-wrapper.page-column-5-wrapper .product-wrapper {
  width: 18%;
}
.alaq-page-column-main-wrapper .pegination-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.alaq-page-column-main-wrapper .pegination-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.alaq-page-column-main-wrapper .pegination-wrapper ul .prev a span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  background-color: #feded6;
  border: 1px solid #feded6;
  border-radius: 4px;
}
.alaq-page-column-main-wrapper .pegination-wrapper ul .prev a span svg {
  fill: #F85934;
}
.alaq-page-column-main-wrapper .pegination-wrapper ul .prev a:hover span {
  border: 1px solid #F85934;
}
.alaq-page-column-main-wrapper .pegination-wrapper ul .prev a:hover span svg {
  fill: #ffffff;
}
.alaq-page-column-main-wrapper .pegination-wrapper ul .next a span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  background-color: #F85934;
  border-radius: 4px;
}
.alaq-page-column-main-wrapper .pegination-wrapper ul .active span {
  background-color: #F85934;
  color: #ffffff;
  transition: all 0.5s;
}
.alaq-page-column-main-wrapper .pegination-wrapper ul li a span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #F85934;
  border-radius: 4px;
  color: #888888;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: all 0.5s;
}
.alaq-page-column-main-wrapper .pegination-wrapper ul li a:hover span {
  background-color: #F85934;
  color: #ffffff;
  transition: all 0.5s;
}

.alaq-product-single-main-wrapper {
  width: 100%;
  padding: 60px 0px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper {
  width: 100%;
  display: flex;
  gap: 30px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-wrapper {
  width: 50%;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-wrapper .carousel-indicators {
  position: inherit;
  left: inherit;
  bottom: inherit;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0;
  margin-left: 0;
  margin-bottom: 0;
  border: 1px solid transparent;
  margin-right: 0;
  list-style: none;
  width: 35%;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-wrapper .carousel-indicators button {
  margin: 0;
  padding: 0;
  text-indent: 0;
  opacity: 1;
  width: initial;
  height: initial;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 14px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-wrapper .carousel-indicators button img {
  width: 100%;
  height: 100%;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-wrapper .carousel-indicators .active {
  border: 1px solid #F85934;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-wrapper .carousel {
  display: flex;
  gap: 40px;
  align-items: center;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-wrapper .carousel-inner {
  text-align: center;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 12px;
  border-radius: 8px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-wrapper .carousel-inner .carousel-item img {
  width: 100%;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-wrapper .multi-btn {
  margin-left: 29%;
  margin-top: 0;
  width: 70%;
  align-items: inherit;
  justify-content: inherit;
  overflow: hidden;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-wrapper .multi-btn .alaq-btn {
  width: 273px;
  text-align: center;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-wrapper .multi-btn .alaq-btn span {
  display: inline-block;
  padding-right: 12px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-wrapper .multi-btn .alaq-btn.grey-btn {
  background-color: #43ACBD;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-wrapper .line-btn {
  text-align: center;
  width: 100%;
  margin: 0;
  margin-top: 20px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper {
  width: 50%;
  margin-top: 10px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .tag {
  display: flex;
  gap: 24px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .tag p {
  background-color: #29BD1C;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  width: 70px;
  height: 28px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  text-transform: uppercase;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper h2 {
  max-width: 600px;
  padding-top: 14px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper h2 a {
  color: #444444;
  font-size: 26px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .review {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .review li {
  color: #F85934;
  font-size: 20px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper h4 {
  padding-top: 20px;
  font-size: 26px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #444444;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper h4 del {
  font-size: 16px;
  color: #888888;
  font-weight: 400;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .quantity-text {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .quantity-text .quantity-field {
  display: flex;
  justify-content: center;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .quantity-text .quantity-field .value-button {
  display: inline-block;
  border: 1px solid #F85934;
  margin: 0px;
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0px 16px;
  color: #F85934;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .quantity-text .quantity-field .value-button:hover {
  cursor: pointer;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .quantity-text .quantity-field .number {
  text-align: center;
  border: none;
  border-top: 1px solid #F85934;
  border-bottom: 1px solid #F85934;
  margin: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .quantity-text p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #444444;
  font-weight: 600;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .key-feature {
  padding-top: 20px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .key-feature h2 {
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444444;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2117647059);
  padding-bottom: 20px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .key-feature ul {
  margin-top: 20px;
  padding-left: 20px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .key-feature ul li {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  list-style: disc;
  line-height: 35px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .offer-product {
  padding-top: 20px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .offer-product h2 {
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444444;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2117647059);
  padding-bottom: 20px;
  max-width: 100%;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .offer-product .offer-list {
  width: 100%;
  display: flex;
  gap: 30px;
  padding-top: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2117647059);
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .offer-product .offer-list .offer-icon span {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  background-color: #FFEFEB;
  text-align: center;
  line-height: 46px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .offer-product .offer-list .offer-text h4 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444444;
  padding-top: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .offer-product .offer-list .offer-text p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #888888;
  padding-bottom: 4px;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .offer-product .offer-list .offer-text a {
  font-size: 16px;
  color: #F85934;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  padding-top: 12px;
  display: inline-block;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .offer-product .offer-list:last-child {
  border-bottom: 0;
}
.alaq-product-single-main-wrapper .product-single-inner-wrapper .product-slider-content-wrapper .multi-btn {
  justify-content: flex-start;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  border: 1px solid #ecf0f4;
  border-radius: 2px;
  padding: 30px 50px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .nav-pills {
  border-bottom: 1px solid rgba(136, 136, 136, 0.2117647059);
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .nav-pills .nav-item .nav-link {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #888888;
  padding: 12px 50px;
  border-radius: 0;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .nav-pills .nav-item .nav-link.active {
  background-color: transparent;
  border-radius: 0;
  color: #43ACBD;
  border-bottom: 2px solid #43ACBD;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content {
  margin-top: 30px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .description_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .description_box h3 {
  font-size: 45px;
  font-weight: 700;
  color: #000;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .description_box .descri_txt_box {
  display: flex;
  margin: 30px 0px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .description_box .descri_txt_box h6 {
  width: 50%;
  font-size: 22px;
  color: #000;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .description_box .descri_txt_box p {
  width: 50%;
  color: #111;
  font-weight: 500;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .description_box .description_img_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .description_box .description_img_box .descri_img img {
  width: 100%;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .description_box .descri_detail_box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .description_box .descri_detail_box h6 {
  color: #444444;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .description_box .descri_detail_box ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  list-style-type: disc;
  color: #000;
  list-style-position: inside;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .description_box .descri_detail_box ul li {
  color: #444444;
  font-weight: 500;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .information_wrapper {
  width: 100%;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .information_wrapper table {
  width: 100%;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .information_wrapper table tr {
  width: 100%;
  background-color: #fff;
  border: none;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .information_wrapper table tr th {
  font-weight: 500;
  font-size: 1rem;
  color: #1d2128;
  padding: 19px 52px;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: capitalize;
  border: none;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .information_wrapper table tr td {
  border: none;
  font-size: 16px;
  font-size: 1rem;
  color: #1d2128;
  padding: 19px 52px;
  vertical-align: top;
  border: none;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .information_wrapper table tr:nth-child(2) {
  background-color: #ecf0f4;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .information_wrapper table tr:nth-child(2) th {
  border-right: 1px solid #fff;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .information_wrapper table tr:nth-child(4) {
  background-color: #ecf0f4;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .information_wrapper table tr:nth-child(4) th {
  border-right: 1px solid #fff;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper {
  width: 100%;
  display: flex;
  column-gap: 30px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 {
  width: 30%;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 h6 {
  color: #000;
  font-size: 18px;
  font-size: 22px;
  font-weight: 500;
  margin-top: 26px;
  padding-bottom: 24px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box {
  width: 100%;
  padding: 30px 28px;
  border: 1px solid #ecf0f4;
  border-radius: 2px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box .review_rating_text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box .review_rating_text .rating1 h3 {
  font-size: 70px;
  font-weight: 700;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box .review_rating_text .rating2 span {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box .review_rating_text .rating2 span svg {
  fill: #ffa132;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box .review_rating_text .rating2 p {
  font-size: 16px;
  color: #1d2128;
  margin: 8px 0px 0px 0px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box .rating_line_box {
  width: 100%;
  padding: 30px 0px;
  border-bottom: 1px solid #ecf0f4;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box .rating_line_box ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box .rating_line_box ul li {
  width: 100%;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box .rating_line_box ul li .line_box {
  width: 100%;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box .rating_line_box ul li .line_box h5 {
  font-size: 16px;
  color: #7c818b;
  display: flex;
  align-items: center;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box .rating_line_box ul li .line_box h5 svg {
  width: 16px;
  height: 16px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box .rating_line_box ul li .line_box h5 svg path {
  fill: #ffa132;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box .rating_line_box ul li .line_box .span-line {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  height: 6px;
  background-color: #ecf0f4;
  border-radius: 3px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box .rating_line_box ul li .line_box .active {
  background-color: #ffa132;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box .rating_opition_box {
  width: 100%;
  margin-top: 30px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box .rating_opition_box h4 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box .rating_opition_box p {
  color: #444444;
  margin: 10px 0px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box .rating_opition_box .rating_btn_box {
  width: 100%;
  display: flex;
  align-items: center;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box1 .review_tab_box .rating_opition_box .rating_btn_box a {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box2 {
  width: 70%;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box2 h6 {
  color: #000;
  font-size: 18px;
  font-size: 22px;
  font-weight: 500;
  margin-top: 26px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box2 ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-top: 30px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box2 ul li {
  width: 100%;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box2 ul li .comment_box {
  width: 100%;
  height: 100%;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box2 ul li .comment_box .comment_rating_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box2 ul li .comment_box .comment_rating_box .post_person_box {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box2 ul li .comment_box .comment_rating_box .post_person_box .img_box img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box2 ul li .comment_box .comment_rating_box .post_person_box .comment p {
  margin: 0;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box2 ul li .comment_box .comment_rating_box .post_person_box .comment p a {
  color: #000;
  font-weight: 500;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box2 ul li .comment_box .comment_rating_box .post_person_box .comment span {
  color: #888888;
  font-size: 14px;
  font-weight: 500;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box2 ul li .comment_box .comment_rating_box .star_comment_box span svg {
  fill: #ffa132;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box2 ul li .comment_box p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #444444;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .review_wrapper .review_box2 ul li:nth-child(1) {
  padding: 25px 0px;
  border-bottom: 1px solid #ecf0f4;
  border-top: 1px solid #ecf0f4;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .shipping_wrapper {
  width: 100%;
  height: 100%;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .shipping_wrapper h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 20px 0px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .shipping_wrapper ul {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-direction: column;
  row-gap: 20px;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .shipping_wrapper ul li p {
  color: #444444;
  font-size: 16px;
  font-weight: 500;
}
.alaq-product-single-main-wrapper .product-tab-main-wrapper .tab-content .tab-pane .shipping_wrapper p {
  color: #444444;
  font-size: 16px;
  font-weight: 500;
}
.alaq-product-single-main-wrapper .alaq-product-related-main-wrapper {
  width: 100%;
  padding: 60px 0px;
}
.alaq-product-single-main-wrapper .alaq-product-related-main-wrapper h3 {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  color: #F85934;
  font-weight: 600;
  text-align: center;
}
.alaq-product-single-main-wrapper .alaq-product-related-main-wrapper .related-pro-slider {
  margin-top: 40px;
  padding: 0px 100px;
}
.alaq-product-single-main-wrapper .alaq-product-related-main-wrapper .related-pro-slider .product-wrapper .product-content h3 {
  color: #444444;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
  font-family: "Roboto", sans-serif;
  text-align: left;
}
.alaq-product-single-main-wrapper .alaq-product-related-main-wrapper .related-pro-slider .owl-nav {
  margin-top: 0;
}
.alaq-product-single-main-wrapper .alaq-product-related-main-wrapper .related-pro-slider .owl-nav .owl-prev {
  position: absolute;
  left: -75px;
  top: 30%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #F85934;
  color: #F85934;
}
.alaq-product-single-main-wrapper .alaq-product-related-main-wrapper .related-pro-slider .owl-nav .owl-prev:hover {
  background-color: #F85934;
  color: #fff;
}
.alaq-product-single-main-wrapper .alaq-product-related-main-wrapper .related-pro-slider .owl-nav .owl-next {
  position: absolute;
  right: -75px;
  top: 30%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #F85934;
  color: #F85934;
}
.alaq-product-single-main-wrapper .alaq-product-related-main-wrapper .related-pro-slider .owl-nav .owl-next:hover {
  background-color: #F85934;
  color: #fff;
}
.alaq-product-single-main-wrapper.alaq-product-single-shopping .product-single-inner-wrapper .product-slider-wrapper .carousel-indicators {
  width: 28%;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper {
  width: 100%;
  display: flex;
  gap: 30px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper {
  width: 75%;
  border-radius: 20px;
  border: 1px solid #F85934;
  background: #ffffff;
  padding: 20px 20px 30px 20px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .strip-main-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .strip-main-wrapper .title-cart {
  font-size: 26px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #444444;
  width: 20%;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .strip-main-wrapper .title-cart.first-heading {
  width: 340px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .table thead tr th {
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .table tbody tr td .cart-product {
  display: flex;
  gap: 20px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .table tbody tr td .cart-product .cart-img {
  width: 80px;
  border: 1px solid #F85934;
  padding: 5px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .table tbody tr td .cart-product .cart-img img {
  width: 100%;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .table tbody tr td .cart-product .cart-details {
  width: 340px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .table tbody tr td .cart-product .cart-details h4 a {
  font-size: 20px;
  font-weight: 600;
  color: #444444;
  font-family: "Roboto", sans-serif;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .table tbody tr td .cart-product .cart-details p {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  font-family: #888888;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .table tbody tr td .quantity-field {
  display: flex;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .table tbody tr td .quantity-field .value-button {
  display: inline-block;
  border: 1px solid #F85934;
  margin: 0px;
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0px 16px;
  color: #F85934;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .table tbody tr td .quantity-field .number {
  text-align: center;
  border: none;
  border-top: 1px solid #F85934;
  border-bottom: 1px solid #F85934;
  margin: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .table tbody tr td .remove {
  display: flex;
  justify-content: space-between;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .table tbody tr td .remove a {
  border-radius: 5px;
  background: rgba(67, 172, 189, 0.2);
  padding: 7px 12px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .table tbody tr td h4 {
  font-size: 20px;
  font-weight: 600;
  color: #444444;
  font-family: "Roboto", sans-serif;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .table tbody tr td:first-child {
  width: 500px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item {
  margin-bottom: 15px;
  border: 0;
  background: rgba(248, 89, 52, 0.05);
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-header .accordion-button {
  position: relative;
  border-radius: 10px;
  background: rgba(248, 89, 52, 0.05);
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-header .accordion-button h4 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444444;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-header .accordion-button h4 span {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #444444;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-header .accordion-button:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 7px;
  background-image: url("../images/inner/right-arrow.png");
  width: 36px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body h4 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444444;
  padding-bottom: 20px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper {
  width: 100%;
  display: flex;
  gap: 40px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .new_customer {
  width: 50%;
  padding-bottom: 45px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .new_customer h3 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #444444;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .new_customer form {
  padding-top: 30px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .new_customer form p {
  padding-bottom: 13px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .new_customer .alaq-btn {
  margin-top: 20px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .new_customer [type=radio]:checked,
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .new_customer [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .new_customer [type=radio]:checked + label,
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .new_customer [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #111;
  font-size: 18px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .new_customer [type=radio]:checked + label:before,
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .new_customer [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .new_customer [type=radio]:checked + label:after,
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .new_customer [type=radio]:not(:checked) + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #F85934;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .new_customer [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .new_customer [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .login_form {
  width: 50%;
  padding-bottom: 45px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .login_form h3 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #444444;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .login_form form {
  padding-top: 30px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .login_form form .form-group {
  margin-bottom: 20px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .login_form form .form-group input {
  height: 50px;
  width: 100%;
  padding: 12px;
  border: 1px solid #f3f3f3;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .login_form form .form-group a {
  display: inline-block;
  padding-top: 8px;
  color: #444444;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .login_form form .form-group label {
  color: #444444;
  display: block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .checkout-method-wrapper .login_form .alaq-btn {
  margin-top: 20px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .billing_info form .form-group {
  margin-bottom: 20px;
  row-gap: 15px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .billing_info form .form-group input {
  height: 50px;
  width: 100%;
  padding: 12px;
  border: 1px solid #f3f3f3;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .billing_info form .form-group label {
  color: #444444;
  display: inline-block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .billing_info form .form-group input[type=checkbox] {
  width: 22px;
  height: 22px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .billing_info form .form-group #scales {
  height: auto;
  width: auto;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .payment_method form {
  padding-top: 6px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .payment_method form p {
  padding-bottom: 13px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .payment_method [type=radio]:checked,
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .payment_method [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .payment_method [type=radio]:checked + label,
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .payment_method [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #111;
  font-size: 18px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .payment_method [type=radio]:checked + label:before,
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .payment_method [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #ffffff;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .payment_method [type=radio]:checked + label:after,
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .payment_method [type=radio]:not(:checked) + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #F85934;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .payment_method [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .payment_method [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .payment_method [type=radio]:checked + label .small-text {
  display: block;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .payment_method [type=radio]:checked + label .small-text:before {
  position: absolute;
  content: "";
  left: 30px;
  top: -8px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #F85934;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .payment_method label .small-text {
  position: relative;
  display: none;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.8em;
  padding: 15px 20px;
  margin-top: 10px;
  background-color: #F85934;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .payment_method .payment_card {
  padding: 30px 0px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .payment_method .payment_card img {
  display: block;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .payment_method .payment_card .alaq-btn {
  margin-top: 25px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-body .payment_method .payment_card .alaq-btn:hover {
  color: #fff;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-details-wrapper .alaq-accordion .accordion .accordion-item .accordion-header [aria-expanded=true]:after {
  transform: rotate(90deg);
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper {
  width: 25%;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper .gift-voucher {
  background-color: #43ACBD;
  padding: 20px;
  border-radius: 8px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper .gift-voucher h4 {
  color: #ffffff;
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding-bottom: 12px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper .gift-voucher .input-box {
  position: relative;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper .gift-voucher .input-box input {
  margin-top: 20px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper .gift-voucher .input-box a {
  display: inline-block;
  color: #43ACBD;
  position: absolute;
  top: 5px;
  right: 12px;
  font-weight: 600;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper .price-details {
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  background: rgba(248, 89, 52, 0.05);
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper .price-details h4 {
  color: #444444;
  font-size: 26px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 12px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper .price-details .total-value {
  display: flex;
  padding: 20px 0px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper .price-details .total-value p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #888888;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper .price-details .total-value h5 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #888888;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper .price-details .total-value h5 span {
  color: #F85934;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper .price-details .grand-total {
  display: flex;
  padding: 20px 0px;
  align-items: center;
  justify-content: space-between;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper .price-details .grand-total p {
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #444444;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper .price-details .grand-total h5 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #444444;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper .total-btn {
  width: 100%;
  margin-top: 20px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper .total-btn .alaq-btn {
  width: 100%;
  text-align: center;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper .total-btn .alaq-btn span {
  display: inline-block;
  padding-right: 10px;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper .total-btn .line-btn {
  min-width: 100%;
  text-align: center;
  border: 1px solid #43ACBD;
  color: #43ACBD;
}
.alaq-product-single-main-wrapper .alaq-my-cart-main-wrapper .my-cart-gift-vaucher-wrapper .total-btn .line-btn:hover {
  box-shadow: inset 0 0 0 2em #43ACBD;
  transition: 0.3s ease-in-out;
  color: #ffffff;
}

.alaq-product-specification-main-wrapper {
  width: 100%;
  padding: 50px 0px 0px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper {
  width: 100%;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item {
  margin-bottom: 20px;
  border-bottom: 0;
  border-radius: 20px;
  border: 1px solid rgba(248, 89, 52, 0.2);
  background: #FFF;
  overflow: hidden;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-header .accordion-button {
  gap: 12px;
  box-shadow: none;
  font-size: 30px;
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-header .accordion-button:after {
  width: 60px;
  height: 60px;
  background-color: #feded6;
  background-position: center center;
  background-image: url(../images/inner/down.png);
  background-size: auto;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #ffffff;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body {
  padding: 10px 40px 40px 40px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .description_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .description_box h3 {
  font-size: 45px;
  font-weight: 700;
  color: #000;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .description_box .descri_txt_box {
  display: flex;
  margin: 30px 0px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .description_box .descri_txt_box h6 {
  width: 50%;
  font-size: 22px;
  color: #000;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .description_box .descri_txt_box p {
  width: 50%;
  color: #111;
  font-weight: 500;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .description_box .description_img_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .description_box .description_img_box .descri_img img {
  width: 100%;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .description_box .descri_detail_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .description_box .descri_detail_box h6 {
  color: #444444;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .description_box .descri_detail_box ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  list-style-type: disc;
  color: #000;
  list-style-position: inside;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .description_box .descri_detail_box ul li {
  color: #444444;
  font-weight: 500;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .information_wrapper {
  width: 100%;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .information_wrapper table {
  width: 100%;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .information_wrapper table tr {
  width: 100%;
  background-color: #fff;
  border: none;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .information_wrapper table tr th {
  font-weight: 500;
  font-size: 1rem;
  color: #1d2128;
  padding: 19px 52px;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: capitalize;
  border: none;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .information_wrapper table tr td {
  border: none;
  font-size: 16px;
  font-size: 1rem;
  color: #1d2128;
  padding: 19px 52px;
  vertical-align: top;
  border: none;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .information_wrapper table tr:nth-child(2) {
  background-color: #ecf0f4;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .information_wrapper table tr:nth-child(2) th {
  border-right: 1px solid #fff;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .information_wrapper table tr:nth-child(4) {
  background-color: #ecf0f4;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .information_wrapper table tr:nth-child(4) th {
  border-right: 1px solid #fff;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper {
  width: 100%;
  display: flex;
  column-gap: 30px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 {
  width: 30%;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 h6 {
  color: #000;
  font-size: 18px;
  font-size: 22px;
  font-weight: 500;
  margin-top: 26px;
  padding-bottom: 24px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box {
  width: 100%;
  padding: 30px 28px;
  border: 1px solid #ecf0f4;
  border-radius: 2px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box .review_rating_text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box .review_rating_text .rating1 h3 {
  font-size: 70px;
  font-weight: 700;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box .review_rating_text .rating2 span {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box .review_rating_text .rating2 span svg {
  fill: #ffa132;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box .review_rating_text .rating2 p {
  font-size: 16px;
  color: #1d2128;
  margin: 8px 0px 0px 0px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box .rating_line_box {
  width: 100%;
  padding: 30px 0px;
  border-bottom: 1px solid #ecf0f4;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box .rating_line_box ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box .rating_line_box ul li {
  width: 100%;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box .rating_line_box ul li .line_box {
  width: 100%;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box .rating_line_box ul li .line_box h5 {
  font-size: 16px;
  color: #7c818b;
  display: flex;
  align-items: center;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box .rating_line_box ul li .line_box h5 svg {
  width: 16px;
  height: 16px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box .rating_line_box ul li .line_box h5 svg path {
  fill: #ffa132;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box .rating_line_box ul li .line_box .span-line {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  height: 6px;
  background-color: #ecf0f4;
  border-radius: 3px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box .rating_line_box ul li .line_box .active {
  background-color: #ffa132;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box .rating_opition_box {
  width: 100%;
  margin-top: 30px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box .rating_opition_box h4 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box .rating_opition_box p {
  color: #444444;
  margin: 10px 0px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box .rating_opition_box .rating_btn_box {
  width: 100%;
  display: flex;
  align-items: center;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box1 .review_tab_box .rating_opition_box .rating_btn_box a {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box2 {
  width: 70%;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box2 h6 {
  color: #000;
  font-size: 18px;
  font-size: 22px;
  font-weight: 500;
  margin-top: 26px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box2 ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-top: 30px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box2 ul li {
  width: 100%;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box2 ul li .comment_box {
  width: 100%;
  height: 100%;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box2 ul li .comment_box .comment_rating_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box2 ul li .comment_box .comment_rating_box .post_person_box {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box2 ul li .comment_box .comment_rating_box .post_person_box .img_box img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box2 ul li .comment_box .comment_rating_box .post_person_box .comment p {
  margin: 0;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box2 ul li .comment_box .comment_rating_box .post_person_box .comment p a {
  color: #000;
  font-weight: 500;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box2 ul li .comment_box .comment_rating_box .post_person_box .comment span {
  color: #888888;
  font-size: 14px;
  font-weight: 500;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box2 ul li .comment_box .comment_rating_box .star_comment_box span svg {
  fill: #ffa132;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box2 ul li .comment_box p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #444444;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .review_wrapper .review_box2 ul li:nth-child(1) {
  padding: 25px 0px;
  border-bottom: 1px solid #ecf0f4;
  border-top: 1px solid #ecf0f4;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .shipping_wrapper {
  width: 100%;
  height: 100%;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .shipping_wrapper h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 20px 0px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .shipping_wrapper ul {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-direction: column;
  row-gap: 20px;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .shipping_wrapper ul li p {
  color: #444444;
  font-size: 16px;
  font-weight: 500;
}
.alaq-product-specification-main-wrapper .product-sidebar-wrapper .accordion .accordion-item .accordion-body .shipping_wrapper p {
  color: #444444;
  font-size: 16px;
  font-weight: 500;
}

.alaq-my-profile-page-main-wrapper {
  width: 100%;
  padding: 50px 0px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-side-panel-wrapper {
  width: 25%;
  border-radius: 20px;
  background: rgba(248, 89, 52, 0.05);
  padding: 30px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-side-panel-wrapper .nav-pills {
  flex-direction: column;
  row-gap: 15px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-side-panel-wrapper .nav-pills .nav-item .nav-link {
  font-size: 22px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #444444;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-side-panel-wrapper .nav-pills .nav-item .nav-link span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 54px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #F85934;
  background-color: #ffffff;
  margin-right: 15px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-side-panel-wrapper .nav-pills .nav-item .nav-link.active {
  background-color: #F85934;
  color: #ffffff;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper {
  width: 75%;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper {
  border: 1px solid #F85934;
  border-radius: 10px;
  padding: 30px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper h4 {
  font-size: 26px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #444444;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 16px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form {
  margin-top: 30px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .form-group {
  margin-bottom: 20px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .form-group label {
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #444444;
  margin-bottom: 8px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .form-group .input-box {
  display: flex;
  align-items: center;
  position: relative;
  gap: 20px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .form-group .input-box input {
  border: 1px solid #888888;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .form-group .input-box .gender-wrapper {
  display: flex;
  gap: 25px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .form-group .input-box .gender-wrapper .form-row {
  background: #ffffff;
  border-radius: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  width: 150px;
  border: 1px solid #F85934;
  display: flex;
  align-items: center;
  gap: 40px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .form-group .input-box .gender-wrapper .form-row .form-input {
  -webkit-appearance: none;
  appearance: none;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .form-group .input-box .gender-wrapper .form-row .form-input:before {
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .form-group .input-box .gender-wrapper .form-row .form-input:after {
  content: "";
  cursor: pointer;
  height: 15px;
  border-radius: 50px;
  border: 4px solid #F85934;
  left: 10%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 15px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .form-group .input-box .gender-wrapper .form-row .form-input:checked:before {
  background: #F85934;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .form-group .input-box .gender-wrapper .form-row .form-input:checked:after {
  border: 4px solid #ffffff;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .form-group .input-box .gender-wrapper .form-row .form-input:checked ~ .form-label {
  color: #ffffff;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .form-group .input-box .gender-wrapper .form-row .form-label {
  font-size: 1.1rem;
  margin-left: 10px;
  z-index: 1;
  margin-bottom: 0;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .form-group .input-box .gender-wrapper.payment-card-wrapper .form-row {
  width: 170px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .form-group .input-box span {
  position: absolute;
  top: 5px;
  right: 15px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .form-group .input-box span img {
  width: 30px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .multi-btn {
  justify-content: flex-start;
  margin-top: 0;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .multi-btn .alaq-btn {
  margin-top: 0;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .multi-btn .line-btn {
  color: #43ACBD;
  border: 1px solid #43ACBD;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper form .multi-btn .line-btn:hover {
  box-shadow: inset 0 0 0 2em #43ACBD;
  color: #fff;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .top-title-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 16px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .top-title-wrapper h4 {
  font-size: 26px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #444444;
  border-bottom: 0;
  padding-bottom: 0;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .top-title-wrapper a {
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #F85934;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .shipping-address-block-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 30px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .shipping-address-block-wrapper .address-block-wrapper {
  width: 48%;
  border: 1px solid #888888;
  border-radius: 10px;
  padding: 20px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .shipping-address-block-wrapper .address-block-wrapper .location-title {
  display: flex;
  justify-content: space-between;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .shipping-address-block-wrapper .address-block-wrapper .location-title h5 {
  font-size: 20px;
  font-weight: 600;
  color: #444444;
  font-family: "Roboto", sans-serif;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .shipping-address-block-wrapper .address-block-wrapper .add-block h5 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #F85934;
  font-weight: 600;
  padding-bottom: 12px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .shipping-address-block-wrapper .address-block-wrapper .add-block p {
  color: #888888;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .shipping-address-block-wrapper .address-block-wrapper .add-block .multi-btn {
  justify-content: flex-start;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .shipping-address-block-wrapper .address-block-wrapper .add-block .multi-btn a {
  color: #43ACBD;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .shipping-address-block-wrapper .address-block-wrapper .add-block .multi-btn .default-btn {
  color: #888888;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .shipping-address-block-wrapper .address-block-wrapper .add-block .multi-btn a + a {
  border-left: 1px solid #888888;
  padding-left: 20px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .shipping-address-block-wrapper .address-block-wrapper.active {
  border-color: #F85934;
  background: rgba(248, 89, 52, 0.05);
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .shipping-address-block-wrapper.shipping-payment-method .address-block-wrapper .location-title {
  display: flex;
  justify-content: inherit;
  gap: 12px;
  align-items: center;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .shipping-address-block-wrapper.shipping-payment-method .address-block-wrapper .add-block {
  padding-top: 20px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .shipping-address-block-wrapper.shipping-payment-method .address-block-wrapper .add-block h5 {
  color: #444444;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .shipping-address-block-wrapper.shipping-payment-method .address-block-wrapper .add-block .exp-card-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .shipping-address-block-wrapper.shipping-payment-method .address-block-wrapper .add-block .exp-card-wrapper .exp-date p {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  font-family: "Roboto", sans-serif;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .shipping-address-block-wrapper.shipping-payment-method .address-block-wrapper .add-block .exp-card-wrapper .cvv-text {
  display: flex;
  gap: 12px;
  align-items: center;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .shipping-address-block-wrapper.shipping-payment-method .address-block-wrapper .add-block .exp-card-wrapper .cvv-text p {
  border: 1px solid #F85934;
  border-radius: 5px;
  padding: 3px 10px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .personal-info-main-wrapper .shipping-address-block-wrapper.shipping-payment-method .address-block-wrapper .add-block .exp-card-wrapper .cvv-text h5 {
  padding-bottom: 0;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-profile-picture {
  width: 30%;
  background-image: url("../images/inner/profile.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 76px 30px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-profile-picture h4 {
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding-bottom: 35px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-profile-picture .small-12 {
  position: relative;
  text-align: center;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-profile-picture .small-12 .circle {
  border-radius: 100%;
  overflow: hidden;
  width: 175px;
  height: 175px;
  border: 6px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-profile-picture .small-12 .circle .profile-pic {
  width: 200px;
  max-height: 200px;
  display: inline-block;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-profile-picture .small-12 .p-image {
  color: #F85934;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 40px;
  margin: 0 auto;
  position: absolute;
  right: 20%;
  top: 60%;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-profile-picture .small-12 .p-image .upload-button {
  font-size: 1.2em;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-profile-picture .small-12 .p-image .upload-button:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #999;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-profile-picture .small-12 .p-image:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-profile-picture .small-12 .p-image .file-upload {
  display: none;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-profile-picture .multi-btn {
  margin-top: 45px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-profile-picture .multi-btn a {
  background-color: #ffffff;
  color: #43ACBD;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 16px 80px;
  border-radius: 10px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-password-wrapper {
  width: 65%;
  border-radius: 20px;
  background: rgba(248, 89, 52, 0.05);
  padding: 30px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-password-wrapper h4 {
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444444;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 12px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-password-wrapper form {
  margin-top: 30px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-password-wrapper form .form-group {
  margin-bottom: 20px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-password-wrapper form .form-group label {
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #444444;
  margin-bottom: 8px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-password-wrapper form .form-group .input-box {
  display: flex;
  align-items: center;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-password-wrapper form .form-group .input-box input {
  border: 1px solid #888888;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .profile-editing-main-wrapper .edit-password-wrapper form .multi-btn {
  justify-content: flex-start;
  margin-top: 0;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-wishlist-main-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-wishlist-main-wrapper .product-wrapper {
  width: 32%;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-wishlist-main-wrapper .product-wrapper .product-img img {
  width: 100%;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper {
  width: 100%;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block {
  width: 100%;
  display: flex;
  border-radius: 20px;
  border: 1px solid #F85934;
  overflow: hidden;
  margin-bottom: 20px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-deails {
  width: 30%;
  background-color: #F3FFEE;
  padding: 20px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-deails .order-strip {
  margin-bottom: 20px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-deails .order-strip h5 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #444444;
  padding-bottom: 6px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-deails .order-strip h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #444444;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-name {
  width: 70%;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-name .top-title-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  padding: 10px 20px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-name .top-title-order h4 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #68C044;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-name .top-title-order .multi-btn {
  width: auto;
  margin-top: 0;
  gap: 10px;
  justify-content: inherit;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-name .top-title-order .multi-btn .alaq-btn {
  margin-top: 0;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-name .top-title-order .multi-btn .alaq-btn span {
  display: inline-block;
  padding-left: 6px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-name .top-title-order .multi-btn .line-btn {
  border-bottom-left-radius: 10px;
  color: #43ACBD;
  border-color: #43ACBD;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-name .top-title-order .multi-btn .line-btn:hover {
  color: #ffffff;
  box-shadow: inset 0 0 0 2em #43ACBD;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-name .product-img-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-name .product-img-wrapper .product-icon {
  width: 100px;
  border-radius: 5px;
  border: 1px solid rgba(248, 89, 52, 0.5);
  background: #ffffff;
  text-align: center;
  padding: 12px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-name .product-img-wrapper .product-icon img {
  width: 100%;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-name .product-img-wrapper .product-text h4 {
  font-size: 20px;
  font-weight: 600;
  color: #444444;
  font-family: "Roboto", sans-serif;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-name .product-img-wrapper .product-text h4 a {
  font-size: 20px;
  font-weight: 600;
  color: #444444;
  font-family: "Roboto", sans-serif;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-name .product-img-wrapper .product-text p {
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding: 8px 0px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-name .product-img-wrapper .product-text ul {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-top: 3px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-name .product-img-wrapper .product-text ul li {
  color: rgba(136, 136, 136, 0.3215686275);
  font-size: 20px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-name .product-img-wrapper .product-text .multi-btn {
  margin-top: 12px;
  justify-content: inherit;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-name .product-img-wrapper .product-text .multi-btn .alaq-btn {
  margin-top: 0;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block .product-order-name .product-img-wrapper .product-text .multi-btn .text-btn {
  color: #43ACBD;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block.cancelled-order .product-order-deails {
  background: rgba(255, 61, 88, 0.05);
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .product-myorder-block.cancelled-order .product-order-name .top-title-order h4 {
  color: #FF3D58;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .pegination-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .pegination-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .pegination-wrapper ul .prev a span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  background-color: #feded6;
  border: 1px solid #feded6;
  border-radius: 4px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .pegination-wrapper ul .prev a span svg {
  fill: #F85934;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .pegination-wrapper ul .prev a:hover span {
  border: 1px solid #F85934;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .pegination-wrapper ul .prev a:hover span svg {
  fill: #ffffff;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .pegination-wrapper ul .next a span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  background-color: #F85934;
  border-radius: 4px;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .pegination-wrapper ul .active span {
  background-color: #F85934;
  color: #ffffff;
  transition: all 0.5s;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .pegination-wrapper ul li a span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #F85934;
  border-radius: 4px;
  color: #888888;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: all 0.5s;
}
.alaq-my-profile-page-main-wrapper .my-profile-page-inner-wrapper .profile-information-wrapper .tab-content .tab-pane .product-myorder-main-wrapper .pegination-wrapper ul li a:hover span {
  background-color: #F85934;
  color: #ffffff;
  transition: all 0.5s;
}

.alaq-about-main-inner-wrapper {
  width: 100%;
  padding: 60px 0px;
}
.alaq-about-main-inner-wrapper .about-inner-wrapper {
  width: 100%;
  display: flex;
  gap: 40px;
}
.alaq-about-main-inner-wrapper .about-inner-wrapper .about-img-wrapper {
  width: 40%;
}
.alaq-about-main-inner-wrapper .about-inner-wrapper .about-img-wrapper img {
  width: 100%;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.alaq-about-main-inner-wrapper .about-inner-wrapper .about-img-wrapper:hover img {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
.alaq-about-main-inner-wrapper .about-inner-wrapper .about-content-wrapper {
  width: 60%;
}
.alaq-about-main-inner-wrapper .about-inner-wrapper .about-content-wrapper .sec-title {
  position: relative;
}
.alaq-about-main-inner-wrapper .about-inner-wrapper .about-content-wrapper .sec-title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  color: #444444;
  position: relative;
  display: inline-block;
}
.alaq-about-main-inner-wrapper .about-inner-wrapper .about-content-wrapper .sec-title h2:after {
  content: "";
  position: absolute;
  top: 25px;
  right: -127px;
  width: 120px;
  height: 2px;
  background-color: #F85934;
}
.alaq-about-main-inner-wrapper .about-inner-wrapper .about-content-wrapper h4 {
  padding: 20px 0px 30px;
}
.alaq-about-main-inner-wrapper .about-inner-wrapper .about-content-wrapper h4 a {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  color: #444444;
  display: inline-block;
  max-width: 750px;
  line-height: 30px;
}
.alaq-about-main-inner-wrapper .about-inner-wrapper .about-content-wrapper p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #888888;
  padding-bottom: 20px;
}
.alaq-about-main-inner-wrapper .about-inner-wrapper .about-content-wrapper .content-img {
  padding-top: 25px;
}
.alaq-about-main-inner-wrapper .about-inner-wrapper .about-content-wrapper .content-img img {
  width: 100%;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.alaq-about-main-inner-wrapper .about-inner-wrapper .about-content-wrapper .content-img:hover img {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}

.alaq-about-product-review-main-wrapper {
  width: 100%;
  padding: 40px 0px;
  background: rgba(248, 89, 52, 0.05);
}
.alaq-about-product-review-main-wrapper .product-review-main-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.alaq-about-product-review-main-wrapper .product-review-main-wrapper .review-box-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.alaq-about-product-review-main-wrapper .product-review-main-wrapper .review-box-wrapper .review-icon {
  width: 80px;
  height: 80px;
  border-radius: 15px 15px 15px 0px;
  border: 1px solid #F85934;
  background: #ffffff;
  text-align: center;
  line-height: 74px;
}
.alaq-about-product-review-main-wrapper .product-review-main-wrapper .review-box-wrapper .review-icon img {
  animation-duration: 4s;
  animation-delay: 1000ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
}
.alaq-about-product-review-main-wrapper .product-review-main-wrapper .review-box-wrapper .review-text h4 {
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444444;
}
.alaq-about-product-review-main-wrapper .product-review-main-wrapper .review-box-wrapper .review-text h5 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444444;
}

.alaq-video-main-wrapper {
  width: 100%;
}
.alaq-video-main-wrapper .video-box-wrapper {
  width: 100%;
  position: relative;
  text-align: center;
}
.alaq-video-main-wrapper .video-box-wrapper .overlay1 .popup-youtube {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 90px;
  font-size: 34px;
  background: #ffffff;
  text-align: center;
  line-height: 85px;
  border-radius: 50px;
  color: pink;
  transform: translate(-50%, -50%);
}
.alaq-video-main-wrapper .video-box-wrapper .overlay1 .popup-youtube .c-play {
  display: block;
  width: 63px;
  position: absolute;
  top: -2px;
  left: 13px;
}
.alaq-video-main-wrapper .video-box-wrapper .overlay1 .popup-youtube .c-play img {
  width: 100%;
  transition: all 0.5s;
}
.alaq-video-main-wrapper .video-box-wrapper .overlay1 .popup-youtube .c-play:hover img {
  animation: rotation infinite 3s linear;
  transition: all 0.5s;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 600px;
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap .video-player {
  width: 100%;
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap .video-player video {
  width: 100%;
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap .video-player .wrapper {
  top: 50%;
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap .video-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap .video-img img {
  width: 100%;
  height: 100%;
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap .video-img img.disp-img {
  display: none;
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap #myBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap #myBtn.show-text {
  z-index: 100;
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap #myBtn1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap #myBtn1.show-text {
  z-index: 100;
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap #myBtn3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap #myBtn3.show-text {
  z-index: 100;
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap #para {
  position: absolute;
  display: none;
  max-width: 650px;
  left: 245px;
  left: 70px;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap #para h2 {
  color: #ffffff;
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap #para h4 {
  color: #ffffff;
  margin: 30px 0;
  line-height: 45px;
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap #para.display-para {
  display: none !important;
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap #para .vdo-btn {
  display: flex;
  column-gap: 25px;
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap .overlay-video {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.178);
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
}
.alaq-video-main-wrapper .video-box-wrapper .video-wrap .main-btn {
  background-color: #58595B;
  color: #ffffff;
  margin-top: 20px;
}
.alaq-video-main-wrapper .video-box-wrapper #mobVideo {
  height: 100vh;
}

.alaq-our-client-main-wrapper {
  width: 100%;
  padding: 60px 0px;
}
.alaq-our-client-main-wrapper .sec-title {
  text-align: center;
}
.alaq-our-client-main-wrapper .sec-title h2 {
  color: #444444;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  display: inline-block;
  position: relative;
}
.alaq-our-client-main-wrapper .sec-title h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 120px;
  width: 100px;
  height: 3px;
  background-color: #F85934;
}
.alaq-our-client-main-wrapper .sec-title p {
  color: #888888;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-top: 30px;
  max-width: 540px;
  margin: 0 auto;
}
.alaq-our-client-main-wrapper .alaq-client-slider {
  margin-top: 50px;
}
.alaq-our-client-main-wrapper .alaq-client-slider .client-item-wrapper {
  border: 1px solid #F85934;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  padding: 30px;
  transition: all 0.5s;
  margin-top: 34px;
}
.alaq-our-client-main-wrapper .alaq-client-slider .client-item-wrapper .client-icon {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  overflow: hidden;
  margin-top: -66px;
}
.alaq-our-client-main-wrapper .alaq-client-slider .client-item-wrapper .client-icon img {
  width: 100%;
}
.alaq-our-client-main-wrapper .alaq-client-slider .client-item-wrapper .client-content {
  margin-top: 20px;
}
.alaq-our-client-main-wrapper .alaq-client-slider .client-item-wrapper .client-content .review {
  display: flex;
  gap: 5px;
}
.alaq-our-client-main-wrapper .alaq-client-slider .client-item-wrapper .client-content .review li {
  color: #F85934;
  font-size: 20px;
}
.alaq-our-client-main-wrapper .alaq-client-slider .client-item-wrapper .client-content .review li:nth-child(4) {
  color: #888888;
}
.alaq-our-client-main-wrapper .alaq-client-slider .client-item-wrapper .client-content .review li:nth-child(5) {
  color: #888888;
}
.alaq-our-client-main-wrapper .alaq-client-slider .client-item-wrapper .client-content h2 a {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #444444;
}
.alaq-our-client-main-wrapper .alaq-client-slider .client-item-wrapper .client-content span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
.alaq-our-client-main-wrapper .alaq-client-slider .client-item-wrapper .client-content p {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  padding-top: 15px;
}
.alaq-our-client-main-wrapper .alaq-client-slider .client-item-wrapper:hover {
  background-color: #F85934;
  transition: all 0.5s;
}
.alaq-our-client-main-wrapper .alaq-client-slider .client-item-wrapper:hover .client-content h2 a {
  color: #ffffff;
}
.alaq-our-client-main-wrapper .alaq-client-slider .client-item-wrapper:hover .client-content p {
  color: #ffffff;
}
.alaq-our-client-main-wrapper .alaq-client-slider .client-item-wrapper:hover .client-content span {
  color: #ffffff;
}
.alaq-our-client-main-wrapper .alaq-client-slider .client-item-wrapper:hover .client-content .review li {
  color: #ffffff;
}
.alaq-our-client-main-wrapper .alaq-client-slider .client-item-wrapper:hover .client-content .review li:nth-child(4) {
  color: rgba(255, 255, 255, 0.2784313725);
}
.alaq-our-client-main-wrapper .alaq-client-slider .client-item-wrapper:hover .client-content .review li:nth-child(5) {
  color: rgba(255, 255, 255, 0.2784313725);
}
.alaq-our-client-main-wrapper .alaq-client-slider .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #888888;
  opacity: 1;
  transition: all 0.5s;
}
.alaq-our-client-main-wrapper .alaq-client-slider .owl-nav .owl-prev:hover {
  background-color: #F85934;
  transition: all 0.5s;
}
.alaq-our-client-main-wrapper .alaq-client-slider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #888888;
  opacity: 1;
  transition: all 0.5s;
}
.alaq-our-client-main-wrapper .alaq-client-slider .owl-nav .owl-next:hover {
  background-color: #F85934;
  transition: all 0.5s;
}

.alaq-faq-main-inner-wrapper {
  width: 100%;
  padding: 50px 0px;
}
.alaq-faq-main-inner-wrapper .alaq-faq-inner-wrapper {
  width: 100%;
  display: flex;
}
.alaq-faq-main-inner-wrapper .alaq-faq-inner-wrapper .asked-question-wrapper {
  width: 50%;
}
.alaq-faq-main-inner-wrapper .alaq-faq-inner-wrapper .asked-question-wrapper .sec-title {
  position: relative;
}
.alaq-faq-main-inner-wrapper .alaq-faq-inner-wrapper .asked-question-wrapper .sec-title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  color: #444444;
  position: relative;
  display: inline-block;
}
.alaq-faq-main-inner-wrapper .alaq-faq-inner-wrapper .asked-question-wrapper .sec-title h2:after {
  content: "";
  position: absolute;
  top: 25px;
  right: -127px;
  width: 120px;
  height: 2px;
  background-color: #F85934;
}
.alaq-faq-main-inner-wrapper .alaq-faq-inner-wrapper .asked-question-wrapper .sec-title p {
  padding-top: 20px;
  max-width: 700px;
  color: #888888;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.alaq-faq-main-inner-wrapper .alaq-faq-inner-wrapper .asked-question-wrapper .alaq-accordion {
  margin-top: 30px;
}
.alaq-faq-main-inner-wrapper .alaq-faq-inner-wrapper .asked-question-wrapper .alaq-accordion .accordion .accordion-item {
  margin-bottom: 15px;
  border: 0;
  background: rgba(248, 89, 52, 0.05);
}
.alaq-faq-main-inner-wrapper .alaq-faq-inner-wrapper .asked-question-wrapper .alaq-accordion .accordion .accordion-item .accordion-header .accordion-button {
  position: relative;
  border-radius: 10px;
  background: rgba(248, 89, 52, 0.05);
}
.alaq-faq-main-inner-wrapper .alaq-faq-inner-wrapper .asked-question-wrapper .alaq-accordion .accordion .accordion-item .accordion-header .accordion-button .h4 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444444;
}
.alaq-faq-main-inner-wrapper .alaq-faq-inner-wrapper .asked-question-wrapper .alaq-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.alaq-faq-main-inner-wrapper .alaq-faq-inner-wrapper .asked-question-wrapper .alaq-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.alaq-faq-main-inner-wrapper .alaq-faq-inner-wrapper .asked-question-wrapper .alaq-accordion .accordion .accordion-item .accordion-header .accordion-button:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 7px;
  background-image: url("../images/inner/right-arrow.png");
  width: 36px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.alaq-faq-main-inner-wrapper .alaq-faq-inner-wrapper .asked-question-wrapper .alaq-accordion .accordion .accordion-item .accordion-body p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #888888;
  padding-bottom: 20px;
}
.alaq-faq-main-inner-wrapper .alaq-faq-inner-wrapper .asked-question-wrapper .alaq-accordion .accordion .accordion-item .accordion-header [aria-expanded=true]:after {
  transform: rotate(90deg);
}
.alaq-faq-main-inner-wrapper .alaq-faq-inner-wrapper .asked-image-wrapper {
  width: 50%;
  text-align: right;
}
.alaq-faq-main-inner-wrapper .alaq-faq-inner-wrapper .asked-image-wrapper img {
  width: 80%;
}

.alaq-blog-main-inner-wrapper {
  width: 100%;
  padding: 70px 0px;
  background: rgba(67, 172, 189, 0.1);
}
.alaq-blog-main-inner-wrapper .sec-title {
  text-align: center;
}
.alaq-blog-main-inner-wrapper .sec-title h2 {
  color: #444444;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  display: inline-block;
  position: relative;
}
.alaq-blog-main-inner-wrapper .sec-title h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 60px;
  width: 40px;
  height: 3px;
  background-color: #F85934;
}
.alaq-blog-main-inner-wrapper .sec-title p {
  color: #888888;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-top: 30px;
  max-width: 540px;
  margin: 0 auto;
}
.alaq-blog-main-inner-wrapper .alaq-blog-inner-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 54px;
}
.alaq-blog-main-inner-wrapper .alaq-blog-inner-wrapper .blog-main-wrapper {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  width: 32%;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.06);
}
.alaq-blog-main-inner-wrapper .alaq-blog-inner-wrapper .blog-main-wrapper .blog-img img {
  width: 100%;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.alaq-blog-main-inner-wrapper .alaq-blog-inner-wrapper .blog-main-wrapper .blog-img:hover img {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
.alaq-blog-main-inner-wrapper .alaq-blog-inner-wrapper .blog-main-wrapper .blog-content {
  padding: 30px;
}
.alaq-blog-main-inner-wrapper .alaq-blog-inner-wrapper .blog-main-wrapper .blog-content .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alaq-blog-main-inner-wrapper .alaq-blog-inner-wrapper .blog-main-wrapper .blog-content .date p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #888888;
}
.alaq-blog-main-inner-wrapper .alaq-blog-inner-wrapper .blog-main-wrapper .blog-content .date p span {
  display: inline-block;
  padding-right: 5px;
}
.alaq-blog-main-inner-wrapper .alaq-blog-inner-wrapper .blog-main-wrapper .blog-content h4 {
  padding-top: 12px;
}
.alaq-blog-main-inner-wrapper .alaq-blog-inner-wrapper .blog-main-wrapper .blog-content h4 a {
  font-size: 20px;
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: all 0.5s;
}
.alaq-blog-main-inner-wrapper .alaq-blog-inner-wrapper .blog-main-wrapper:hover .blog-content h4 a {
  color: #F85934;
  transition: all 0.5s;
}

.alaq-blog-sidebar-inner-main-wrapper {
  width: 100%;
  padding: 50px 0px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper {
  width: 100%;
  display: flex;
  gap: 30px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper {
  width: 70%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  width: 48%;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.06);
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog-img img {
  width: 100%;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog-img:hover img {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog-content {
  padding: 24px 30px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog-content .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog-content .date p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #444444;
  padding-top: 0px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog-content .date p span {
  display: inline-block;
  padding-right: 5px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog-content .date p a {
  color: #444444;
  transition: all 0.5s;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog-content .date p a:hover {
  color: #F85934;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog-content h4 {
  padding-bottom: 20px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog-content h4 a {
  font-size: 20px;
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: all 0.5s;
  text-transform: capitalize;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog-content p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #888888;
  padding-top: 20px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog-content .alaq-btn {
  margin-top: 20px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog_video {
  width: 100%;
  height: 350px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog_video iframe {
  width: 100%;
  height: 100%;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog_slider_wrapper {
  width: 100%;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog_slider_wrapper .item {
  width: 100%;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog_slider_wrapper .item .img_box {
  width: 100%;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog_slider_wrapper .item .img_box img {
  width: 100%;
  object-fit: cover;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog_slider_wrapper .owl-dots {
  width: 100%;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog_slider_wrapper .owl-dots .owl-dot span {
  background-color: rgba(248, 89, 52, 0.4901960784);
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper .blog_slider_wrapper .owl-dots .active span {
  background-color: #F85934;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-sidebar-wrapper .blog-main-wrapper:hover .blog-content h4 a {
  color: #F85934;
  transition: all 0.5s;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper {
  width: 30%;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .search-key-word {
  width: 100%;
  background-color: #F85934;
  padding: 30px;
  border-radius: 20px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .search-key-word h4 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  padding-bottom: 20px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .search-key-word .input-box {
  position: relative;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .search-key-word .input-box input {
  height: 45px;
  border: 1px solid #ffffff;
  background-color: transparent;
  padding-left: 45px;
  color: #ffffff;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .search-key-word .input-box span {
  position: absolute;
  top: 7px;
  left: 16px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .search-key-word .line-btn {
  width: 100%;
  margin: 0;
  text-align: center;
  margin-top: 20px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .search-key-word .line-btn:hover {
  box-shadow: inset 0 0 0 2em #43ACBD;
  transition: 0.3s ease-in-out;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner {
  width: 100%;
  border-radius: 10px;
  background: rgba(248, 89, 52, 0.05);
  padding: 20px;
  margin-top: 20px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner h4 {
  font-size: 26px;
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  padding: 12px;
  border-bottom: 1px solid #dddddd;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner ul {
  overflow: hidden;
  overflow-y: auto;
  height: 540px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner ul li {
  border-bottom: 1px solid #dddddd;
  padding: 18px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner ul li a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner ul li a p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #444444;
  transition: all 0.5s;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner ul li a:hover p {
  color: #F85934;
  transition: all 0.5s;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner ul li:last-child {
  border: 0;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner .latest-post-wrapper {
  width: 100%;
  display: flex;
  gap: 18px;
  padding: 20px 0px;
  border-bottom: 1px solid #dddddd;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner .latest-post-wrapper .post-content h5 a {
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner .latest-post-wrapper .post-content h5 a:hover {
  transition: all 0.5s;
  color: #F85934;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner .latest-post-wrapper .post-content p {
  margin: 6px 0px 0px 0px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner .latest-post-wrapper .post-content p a {
  margin: 0;
  color: #888888;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner .latest-post-wrapper .post-content a {
  color: #43ACBD;
  display: inline-block;
  margin-top: 6px;
  font-size: 16px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner .cat {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner .cat label {
  width: 46%;
  margin: 5px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner .cat label span {
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 12px;
  border: 1px solid #F85934;
  border-radius: 3px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner .cat label:hover span {
  background: #F85934;
  border: 1px solid #F85934;
  color: #fff;
  cursor: pointer;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner .cat label input {
  position: absolute;
  display: none;
  color: #797979 !important;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner .cat label input + span {
  color: #F85934;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner .cat label input:checked + span {
  color: #ffffff;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .side-panel-inner .cat.action input:checked + span {
  background-color: #F85934;
  border: 1px solid #F85934;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .offer-banner-wrapper {
  width: 100%;
  margin-top: 20px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-side-penal-wrapper .offer-banner-wrapper img {
  width: 100%;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper {
  width: 70%;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper img {
  width: 100%;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper img:hover {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .date {
  display: flex;
  align-items: center;
  padding: 20px 0px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .date p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #444444;
  padding-top: 0px;
  width: 16%;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .date p span {
  display: inline-block;
  padding-right: 5px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .date p a {
  color: #444444;
  transition: all 0.5s;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .date p a:hover {
  color: #F85934;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper h2 a {
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper p {
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-top: 24px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .tag-blog-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-top: 30px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .tag-blog-wrapper .tag-box .cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .tag-blog-wrapper .tag-box .cat h4 {
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .tag-blog-wrapper .tag-box .cat label {
  margin: 5px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .tag-blog-wrapper .tag-box .cat label span {
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 12px;
  border: 1px solid #F85934;
  border-radius: 3px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .tag-blog-wrapper .tag-box .cat label:hover span {
  background: #F85934;
  border: 1px solid #F85934;
  color: #fff;
  cursor: pointer;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .tag-blog-wrapper .tag-box .cat label input {
  position: absolute;
  display: none;
  color: #797979 !important;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .tag-blog-wrapper .tag-box .cat label input + span {
  color: #F85934;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .tag-blog-wrapper .tag-box .cat label input:checked + span {
  color: #ffffff;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .tag-blog-wrapper .tag-box .cat.action input:checked + span {
  background-color: #F85934;
  border: 1px solid #F85934;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .tag-blog-wrapper .share-box {
  display: flex;
  gap: 12px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .tag-blog-wrapper .share-box h4 {
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .tag-blog-wrapper .share-box ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .tag-blog-wrapper .share-box ul li a span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #444444;
  text-align: center;
  line-height: 32px;
  transition: all 0.5s;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .tag-blog-wrapper .share-box ul li a span svg {
  fill: #444444;
  width: 20px;
  height: 20px;
  transition: all 0.5s;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .tag-blog-wrapper .share-box ul li a:hover {
  transition: all 0.5s;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .tag-blog-wrapper .share-box ul li a:hover span {
  border-color: #F85934;
  transition: all 0.5s;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .tag-blog-wrapper .share-box ul li a:hover span svg {
  fill: #F85934;
  transition: all 0.5s;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .comment-box-blog-wrapper {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #F85934;
  border-radius: 20px;
  padding: 30px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .comment-box-blog-wrapper .sec-title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  color: #444444;
  position: relative;
  display: inline-block;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .comment-box-blog-wrapper .sec-title h2:after {
  content: "";
  position: absolute;
  top: 25px;
  right: -127px;
  width: 120px;
  height: 2px;
  background-color: #F85934;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .comment-box-blog-wrapper .sec-title p {
  padding-top: 5px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .comment-box-blog-wrapper .comment-box-wrapper {
  width: 100%;
  display: flex;
  border-radius: 10px;
  background: rgba(248, 89, 52, 0.05);
  padding: 20px;
  gap: 24px;
  margin-top: 20px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .comment-box-blog-wrapper .comment-box-wrapper .com-user {
  width: 124px;
  border-radius: 50%;
  overflow: hidden;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .comment-box-blog-wrapper .comment-box-wrapper .com-text h4 a {
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .comment-box-blog-wrapper .comment-box-wrapper .com-text h4 span {
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  padding-left: 40px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .comment-box-blog-wrapper .comment-box-wrapper .com-text p {
  padding-top: 5px;
  color: #888888;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .comment-box-blog-wrapper form {
  margin-top: 20px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .comment-box-blog-wrapper form .form-group {
  margin-bottom: 20px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .comment-box-blog-wrapper form .form-group input {
  height: 45px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .comment-box-blog-wrapper form .form-group label {
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 12px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .blog_slider_wrapper {
  width: 100%;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .blog_slider_wrapper .item {
  width: 100%;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .blog_slider_wrapper .item img {
  width: 100%;
  border-radius: 20px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .blog_slider_wrapper .owl-dots .owl-dot span {
  background-color: rgba(248, 89, 52, 0.431372549);
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .blog_slider_wrapper .owl-dots .active span {
  background-color: #F85934;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .blog_video_wrapper {
  width: 100%;
  height: 600px;
}
.alaq-blog-sidebar-inner-main-wrapper .alaq-blog-sidebar-inner-wrapper .alaq-blog-single-sidebar-wrapper .blog_video_wrapper iframe {
  width: 100%;
  height: 100%;
}
.alaq-blog-sidebar-inner-main-wrapper .pegination-wrapper {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.alaq-blog-sidebar-inner-main-wrapper .pegination-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.alaq-blog-sidebar-inner-main-wrapper .pegination-wrapper ul .prev a span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  background-color: #feded6;
  border: 1px solid #feded6;
  border-radius: 4px;
}
.alaq-blog-sidebar-inner-main-wrapper .pegination-wrapper ul .prev a span svg {
  fill: #F85934;
}
.alaq-blog-sidebar-inner-main-wrapper .pegination-wrapper ul .prev a:hover span {
  border: 1px solid #F85934;
}
.alaq-blog-sidebar-inner-main-wrapper .pegination-wrapper ul .prev a:hover span svg {
  fill: #ffffff;
}
.alaq-blog-sidebar-inner-main-wrapper .pegination-wrapper ul .next a span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  background-color: #F85934;
  border-radius: 4px;
}
.alaq-blog-sidebar-inner-main-wrapper .pegination-wrapper ul .active span {
  background-color: #F85934;
  color: #ffffff;
  transition: all 0.5s;
}
.alaq-blog-sidebar-inner-main-wrapper .pegination-wrapper ul li a span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #F85934;
  border-radius: 4px;
  color: #888888;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: all 0.5s;
}
.alaq-blog-sidebar-inner-main-wrapper .pegination-wrapper ul li a:hover span {
  background-color: #F85934;
  color: #ffffff;
  transition: all 0.5s;
}

.alaq-contact-inner-main-wrapper {
  width: 100%;
  padding: 50px 0px;
}
.alaq-contact-inner-main-wrapper .alaq-contact-inner-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.alaq-contact-inner-main-wrapper .alaq-contact-inner-wrapper .contact-block-wrapper {
  width: 31%;
  padding: 30px;
  text-align: center;
  border-radius: 20px 20px 20px 0px;
  border: 1px solid #F85934;
  background: rgba(248, 89, 52, 0.05);
}
.alaq-contact-inner-main-wrapper .alaq-contact-inner-wrapper .contact-block-wrapper .contact-icon span {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  border: 1px solid #F85934;
  background: #ffffff;
  display: inline-block;
  line-height: 90px;
}
.alaq-contact-inner-main-wrapper .alaq-contact-inner-wrapper .contact-block-wrapper .contact-text h4 {
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  padding: 15px 0px;
}
.alaq-contact-inner-main-wrapper .alaq-contact-inner-wrapper .contact-block-wrapper .contact-text a {
  color: #888888;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  display: block;
}
.alaq-contact-inner-main-wrapper .alaq-contact-inner-wrapper .contact-block-wrapper .contact-text p {
  color: #888888;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  display: block;
}
.alaq-contact-inner-main-wrapper .contact-location-wrapper {
  margin-top: 50px;
  border-radius: 20px;
  overflow: hidden;
}
.alaq-contact-inner-main-wrapper .contact-location-wrapper iframe {
  width: 100%;
}
.alaq-contact-inner-main-wrapper .alaq-contact-form-wrapper {
  width: 100%;
  display: flex;
  padding: 50px 0px;
}
.alaq-contact-inner-main-wrapper .alaq-contact-form-wrapper .contact-img {
  width: 50%;
}
.alaq-contact-inner-main-wrapper .alaq-contact-form-wrapper .contact-img img {
  width: 70%;
}
.alaq-contact-inner-main-wrapper .alaq-contact-form-wrapper .contact-form {
  width: 50%;
  border-radius: 20px;
  border: 1px solid #F85934;
  padding: 20px;
}
.alaq-contact-inner-main-wrapper .alaq-contact-form-wrapper .contact-form .sec-title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  color: #444444;
  position: relative;
  display: inline-block;
}
.alaq-contact-inner-main-wrapper .alaq-contact-form-wrapper .contact-form .sec-title h2:after {
  content: "";
  position: absolute;
  top: 25px;
  right: -127px;
  width: 120px;
  height: 2px;
  background-color: #F85934;
}
.alaq-contact-inner-main-wrapper .alaq-contact-form-wrapper .contact-form .sec-title p {
  color: #888888;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  display: block;
  padding-top: 12px;
}
.alaq-contact-inner-main-wrapper .alaq-contact-form-wrapper .contact-form form {
  margin-top: 20px;
}
.alaq-contact-inner-main-wrapper .alaq-contact-form-wrapper .contact-form form .form-group {
  margin-bottom: 20px;
}
.alaq-contact-inner-main-wrapper .alaq-contact-form-wrapper .contact-form form .form-group input {
  height: 45px;
}
.alaq-contact-inner-main-wrapper .alaq-contact-form-wrapper .contact-form form .form-group label {
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 12px;
}

.alaq-faq-inner-main-wrapper {
  width: 100%;
  padding: 50px 0px;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #F85934;
  padding: 30px 50px;
  border-radius: 30px 30px 30px 0px;
  background: rgba(248, 89, 52, 0.05);
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-wrapper .faq-text {
  width: 50%;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-wrapper .faq-text h2 {
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-wrapper .faq-text p {
  color: #888888;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-top: 12px;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-wrapper .faq-text .input-box {
  position: relative;
  padding-top: 20px;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-wrapper .faq-text .input-box input {
  height: 60px;
  border: 1px solid #F85934;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-wrapper .faq-text .input-box .alaq-btn {
  position: absolute;
  top: 26px;
  right: 5px;
  margin-top: 0;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-wrapper .faq-img {
  width: 50%;
  text-align: right;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-side-panel-wrapper {
  width: 100%;
  display: flex;
  gap: 30px;
  padding: 50px 0px;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-side-panel-wrapper .alaq-left-sidebar {
  width: 70%;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-side-panel-wrapper .alaq-left-sidebar .alaq-accordion .accordion .accordion-item {
  margin-bottom: 15px;
  border: 1px solid #fed1c7;
  background: rgba(248, 89, 52, 0.05);
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-side-panel-wrapper .alaq-left-sidebar .alaq-accordion .accordion .accordion-item .accordion-header .accordion-button {
  position: relative;
  border-radius: 10px;
  background: rgba(248, 89, 52, 0.05);
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-side-panel-wrapper .alaq-left-sidebar .alaq-accordion .accordion .accordion-item .accordion-header .accordion-button .h4 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #444444;
  margin-right: 30px;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-side-panel-wrapper .alaq-left-sidebar .alaq-accordion .accordion .accordion-item .accordion-header .accordion-button h4 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444444;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-side-panel-wrapper .alaq-left-sidebar .alaq-accordion .accordion .accordion-item .accordion-header .accordion-button h4 span {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #444444;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-side-panel-wrapper .alaq-left-sidebar .alaq-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-side-panel-wrapper .alaq-left-sidebar .alaq-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-side-panel-wrapper .alaq-left-sidebar .alaq-accordion .accordion .accordion-item .accordion-header .accordion-button:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 7px;
  background-image: url("../images/inner/accor-arrow.png");
  width: 36px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-side-panel-wrapper .alaq-left-sidebar .alaq-accordion .accordion .accordion-item .accordion-body p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #888888;
  padding-bottom: 20px;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-side-panel-wrapper .alaq-left-sidebar .alaq-accordion .accordion .accordion-item .accordion-header [aria-expanded=true]:after {
  transform: rotate(90deg);
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-side-panel-wrapper .alaq-right-sidebar {
  width: 30%;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-side-panel-wrapper .alaq-right-sidebar .profile-side-panel-wrapper {
  width: 100%;
  border-radius: 20px;
  background: rgba(248, 89, 52, 0.05);
  padding: 30px;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-side-panel-wrapper .alaq-right-sidebar .profile-side-panel-wrapper .nav-pills {
  flex-direction: column;
  row-gap: 15px;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-side-panel-wrapper .alaq-right-sidebar .profile-side-panel-wrapper .nav-pills .nav-item .nav-link {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #444444;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-side-panel-wrapper .alaq-right-sidebar .profile-side-panel-wrapper .nav-pills .nav-item .nav-link span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 54px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #F85934;
  background-color: #ffffff;
  margin-right: 15px;
}
.alaq-faq-inner-main-wrapper .alaq-faq-inner-side-panel-wrapper .alaq-right-sidebar .profile-side-panel-wrapper .nav-pills .nav-item .nav-link.active {
  background-color: #F85934;
  color: #ffffff;
}

.alaq-login-main-wrapper {
  width: 100%;
  padding: 50px 0px;
  background-image: url("../images/inner/login-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.alaq-login-main-wrapper .login-inner-block-wrapper {
  width: 100%;
  display: flex;
  border-radius: 50px;
  background: #F85934;
  padding: 14px;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content {
  width: 60%;
  padding: 50px 70px;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content .sec-title h2 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  display: inline-block;
  position: relative;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content .sec-title h2:after {
  content: "";
  position: absolute;
  top: 25px;
  right: -127px;
  width: 120px;
  height: 2px;
  background-color: #ffffff;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content .sec-title p {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 675px;
  padding-top: 12px;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form {
  margin-top: 30px;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form .form-group {
  width: 100%;
  margin-bottom: 20px;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form .form-group label {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  padding-bottom: 12px;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form .form-group .input-box {
  position: relative;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form .form-group .input-box input {
  height: 60px;
  background-color: rgba(255, 255, 255, 0.1411764706);
  border: 1px solid rgba(255, 255, 255, 0.1411764706);
  padding: 0px 40px 0px 20px;
  color: #ffffff;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form .form-group .input-box input::placeholder {
  color: #ffffff;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form .form-group .input-box input:focus {
  border: 1px solid #ffffff;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form .form-group .input-box span {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 20px;
  color: #ffffff;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form .form-group .input-box span svg {
  fill: #ffffff;
  width: 30px;
  height: 30px;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form .form-group .inputs .rounded {
  width: 85px;
  height: 85px;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #F85934;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form .remember-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form .remember-wrapper .remember-text {
  display: flex;
  align-items: center;
  gap: 8px;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form .remember-wrapper .remember-text label {
  padding-bottom: 0;
  font-weight: 200;
  font-size: 16px;
  color: #ffffff;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form .remember-wrapper .remember-text .form-check-input {
  margin-top: 0;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form .remember-wrapper .remember-text .form-check-input:focus {
  box-shadow: none;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form .remember-wrapper .forgot-text a {
  font-weight: 200;
  font-size: 16px;
  color: #ffffff;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form .multi-btn {
  justify-content: flex-start;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form .multi-btn .line-btn {
  text-align: center;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form .multi-btn .line-btn:hover {
  border: 1px solid #ffffff;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-content form .multi-btn .text-btn {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-img {
  width: 40%;
  border-radius: 50px;
  background: #FFEFEB;
  display: flex;
  align-items: center;
  padding: 40px;
}
.alaq-login-main-wrapper .login-inner-block-wrapper .login-img img {
  width: 100%;
  animation: bounce 3.5s linear 0s infinite;
}

.error-bg {
  background-color: #F85934;
}

.alaq-error-main-wrapper {
  width: 100%;
  padding: 66px 0px;
  background-color: #F85934;
  position: relative;
  z-index: 1;
}
.alaq-error-main-wrapper .error-inner-wrapper {
  width: 100%;
  text-align: center;
}
.alaq-error-main-wrapper .error-inner-wrapper .error-img {
  padding-top: 60px;
}
.alaq-error-main-wrapper .error-inner-wrapper .error-content h2 {
  padding: 20px 0px;
}
.alaq-error-main-wrapper .error-inner-wrapper .error-content h2 a {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #ffffff;
}
.alaq-error-main-wrapper .error-inner-wrapper .error-content p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #ffffff;
  max-width: 780px;
  margin: 0 auto;
}
.alaq-error-main-wrapper .error-inner-wrapper .error-content .multi-btn .line-btn:hover {
  border: 1px solid #ffffff;
}
.alaq-error-main-wrapper:after {
  content: "";
  position: absolute;
  background-image: url(../images/inner/error-bg.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.coming-bg {
  background-color: #ffede4;
}

.alaq-coming-main-wrapper {
  width: 100%;
  padding: 66px 0px;
  background-color: #ffede4;
  position: relative;
  z-index: 1;
}
.alaq-coming-main-wrapper .coming-inner-wrapper {
  width: 100%;
  text-align: center;
}
.alaq-coming-main-wrapper .coming-inner-wrapper .coming-content h2 {
  padding: 20px 0px;
}
.alaq-coming-main-wrapper .coming-inner-wrapper .coming-content h2 a {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444444;
}
.alaq-coming-main-wrapper .coming-inner-wrapper .coming-content .input-box {
  position: relative;
  padding-top: 30px;
  display: flex;
  max-width: 700px;
  margin: 0 auto;
}
.alaq-coming-main-wrapper .coming-inner-wrapper .coming-content .input-box input {
  height: 58px;
  border: 1px solid #F85934;
  padding-right: 140px;
}
.alaq-coming-main-wrapper .coming-inner-wrapper .coming-content .input-box .alaq-btn {
  position: absolute;
  top: 28px;
  right: 5px;
}
.alaq-coming-main-wrapper:after {
  content: "";
  position: absolute;
  background-image: url(../images/inner/coming-bg.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.modal-content {
  text-align: center;
}
.modal-content .modal-header {
  border: 0;
}
.modal-content .modal-body h4 {
  font-size: 20px;
  color: #F85934;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.modal-content .modal-footer {
  border: 0;
}

.placeholder_modal .modal-content .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  padding: 10px 0px 30px 0px;
}
.placeholder_modal .modal-content .modal-body h2 {
  color: #000;
  font-size: 35px;
}
.placeholder_modal .modal-content .modal-body p {
  color: #888888;
  margin: 0 auto;
  max-width: 300px;
}
.placeholder_modal .modal-content .modal-body .modal_btn_box {
  max-width: 250px;
  width: 100%;
  margin-top: 10px;
}
.placeholder_modal .modal-content .modal-body .modal_btn_box a {
  max-width: 100%;
  width: 100%;
}

/* ....................................
 Inner Pages Css End 
.......................................*/
/* ....................................
   Modal Css Start
.......................................*/
.address_modal-box {
  width: 100%;
}

.address_modal-box .modal-title {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}

.address_modal-box .modal-dialog .modal-body .form_box {
  width: 100%;
  height: 100%;
}

.address_modal-box .modal-dialog .modal-body .form_box .row {
  row-gap: 15px;
}

.address_modal-box .modal-dialog .modal-body .form_box .input_box {
  width: 100%;
  height: 100%;
}

.address_modal-box .modal-dialog .modal-body .form_box .input_box input {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #FFEFEB;
  border-radius: 10px;
  padding-left: 15px;
  color: #F85934;
  font-size: 18px;
}

.address_modal-box .modal-dialog .modal-body .form_box .input_box input::placeholder {
  color: #F85934;
}

.address_modal-box .modal-dialog .modal-body .form_box .input_box select {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #FFEFEB;
  border-radius: 10px;
  padding-left: 15px;
  color: #F85934;
  font-size: 18px;
  appearance: none;
  outline: none;
  background-image: url("../images/black-arrow.png");
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 22px;
}

.address_modal-box .modal-dialog .modal-body .form_box .input_box select:focus {
  outline: none;
  border: none;
}

.rating_modal {
  width: 100%;
  height: 100%;
}

.rating_modal .modal-content {
  border-radius: 0;
  height: auto;
}

.rating_modal .modal-body {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
}

.rating_modal .modal-body h5 {
  font-size: 26px;
  color: #000;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: left;
}

.rating_modal .modal-body p {
  display: block;
  font-size: 16px;
  color: #1d2128;
  margin-bottom: 30px;
  text-align: left;
}

.rating_modal .modal-body form {
  width: 100%;
}

.rating_modal .modal-body form .row {
  row-gap: 20px;
}

.rating_modal .modal-body form .input_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.rating_modal .modal-body form .input_box .stars {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.rating_modal .modal-body form .input_box .stars svg {
  width: 35px;
  height: 35px;
  fill: #dadfe3;
  transition: all 0.2s;
  cursor: pointer;
}

.rating_modal .modal-body form .input_box .stars svg.active {
  fill: #ffa132;
}

.rating_modal .modal-body form .input_box label {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  text-align: left;
}

.rating_modal .modal-body form .input_box input {
  width: 100%;
  border: 2px solid #dadfe3;
  outline: none;
  font-weight: 500;
  font-size: 16px;
  padding-left: 15px;
  height: 60px;
  background-color: transparent;
  appearance: none;
  color: #444444;
}

.rating_modal .modal-body form .input_box input::placeholder {
  color: #444444;
}

.rating_modal .modal-body form .input_box textarea {
  border: 2px solid #dadfe3;
  outline: none;
  font-weight: 500;
  font-size: 16px;
  padding-left: 15px;
  height: 100px;
  width: 100%;
  background-color: transparent;
  appearance: none;
  color: #444444;
}

.rating_modal .modal-body form .input_check_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
}

.rating_modal .modal-body form .input_check_box input {
  width: 20px;
  height: 20px;
  border: 2px solid #dadfe3;
}

.rating_modal .modal-body form .input_check_box input[type=checkbox] {
  border: 2px solid #dadfe3 !important;
}

.rating_modal .modal-body form .input_box textarea::placeholder {
  color: #444444;
}

.rating_modal .modal-body form .input_check_box label {
  color: #444444;
}

.rating_modal .modal-body form .input_box label span {
  color: red;
}

.rating_modal .modal-body form .input_box a {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment_edit_modal .modal-content .modal-body {
  width: 100%;
  padding: 20px 15px 35px 15px;
}
.payment_edit_modal .modal-content .modal-body form {
  width: 100%;
}
.payment_edit_modal .modal-content .modal-body form .row {
  row-gap: 15px;
}
.payment_edit_modal .modal-content .modal-body form .input_box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
}
.payment_edit_modal .modal-content .modal-body form .input_box label {
  display: block;
  text-align: left;
  font-size: 18px;
  color: #444444;
}
.payment_edit_modal .modal-content .modal-body form .input_box input {
  display: block;
  padding-left: 15px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #888888;
}
.payment_edit_modal .modal-content .modal-body form .input_box input::placeholder {
  color: #888888;
}
.payment_edit_modal .modal-content .modal-body form .input_box .alaq-btn {
  margin-top: 20px;
}

/* ....................................
12. Footer CSS  
.......................................*/
/*-------------------------------------

	Template Name: Alaq Mart Multipurpose eCommerce HTML Template HTML Template
    Version: 1.0.0
    Author: Webstrot
    Copyright: © 2025-26

---------------------------------------*/
/* ....................................
 Footer Css Start 
.......................................*/
.alaq-main-footer {
  width: 100%;
  padding: 60px 0px 30px;
  background-image: url("../images/footer.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper {
  width: 100%;
  display: flex;
  padding-bottom: 40px;
  justify-content: space-between;
  gap: 15px;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .footer-logo p {
  color: #444;
  font-weight: 400;
  padding-top: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  max-width: 400px;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .footer-logo .social-icon {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .footer-logo .social-icon li a span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #444;
  transition: all 0.5s;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .footer-logo .social-icon li a span svg {
  width: 26px;
  height: 26px;
  transition: all 0.5s;
  fill: #444;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .footer-logo .social-icon li a:hover {
  transition: all 0.5s;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .footer-logo .social-icon li a:hover span {
  border-color: #F85934;
  transition: all 0.5s;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .footer-logo .social-icon li a:hover span svg {
  transition: all 0.5s;
  fill: #F85934;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .footer-links {
  text-align: center;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper {
  width: 100%;
  text-align: left;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper h4 {
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #444;
  padding-bottom: 20px;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link {
  display: flex;
  gap: 32px;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li {
  color: #444;
  padding-bottom: 12px;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s;
  font-family: "Roboto", sans-serif;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a span {
  display: inline-block;
  padding-right: 10px;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a span svg {
  transition: all 0.5s;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a:hover {
  color: #43ACBD;
  transition: all 0.5s;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a:hover span svg {
  transition: all 0.5s;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li:hover {
  color: pink;
  transition: all 0.5s;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .destination-wrapper .destination {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .destination-wrapper .destination .desti-icon span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .destination-wrapper .destination .desti-text h4 {
  padding-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #444;
}
.alaq-main-footer .alaq-footer-inner-main-wrapper .destination-wrapper .destination .desti-text a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #444444;
}
.alaq-main-footer .alaq-bottom-footer-wrapper {
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(68, 68, 68, 0.168627451);
  padding-top: 30px;
}
.alaq-main-footer .alaq-bottom-footer-wrapper p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #444;
  font-weight: 400;
}
.alaq-main-footer .alaq-bottom-footer-wrapper p a {
  font-weight: 600;
  color: #444;
}
.alaq-main-footer.grocery-footer-wrapper {
  background-color: #678641;
  background-image: none;
}
.alaq-main-footer.grocery-footer-wrapper .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper h4 {
  color: #ffffff;
}
.alaq-main-footer.grocery-footer-wrapper .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a {
  color: #ffffff;
}
.alaq-main-footer.grocery-footer-wrapper .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a span {
  stroke: #ffffff;
}
.alaq-main-footer.grocery-footer-wrapper .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a:hover {
  color: #F85934;
}
.alaq-main-footer.grocery-footer-wrapper .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a:hover span {
  stroke: #F85934;
}
.alaq-main-footer.grocery-footer-wrapper .alaq-footer-inner-main-wrapper .footer-logo p {
  color: #ffffff;
}
.alaq-main-footer.grocery-footer-wrapper .alaq-footer-inner-main-wrapper .footer-logo .social-icon li a span {
  border: 1px solid #ffffff;
}
.alaq-main-footer.grocery-footer-wrapper .alaq-footer-inner-main-wrapper .footer-logo .social-icon li a span svg {
  fill: #ffffff;
}
.alaq-main-footer.grocery-footer-wrapper .alaq-footer-inner-main-wrapper .destination-wrapper .destination .desti-text a {
  color: #ffffff;
}
.alaq-main-footer.grocery-footer-wrapper .alaq-footer-inner-main-wrapper .destination-wrapper .destination .desti-text p {
  color: #ffffff;
}
.alaq-main-footer.grocery-footer-wrapper .alaq-bottom-footer-wrapper p {
  color: #ffffff;
}
.alaq-main-footer.grocery-footer-wrapper .alaq-bottom-footer-wrapper p a {
  color: #ffffff;
}
.alaq-main-footer.cosmetic-footer-wrapper {
  background-image: url("../images/cosmetic/footer-bg.png");
}
.alaq-main-footer.cosmetic-footer-wrapper .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper h4 {
  color: #ffffff;
}
.alaq-main-footer.cosmetic-footer-wrapper .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a {
  color: #ffffff;
}
.alaq-main-footer.cosmetic-footer-wrapper .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a span {
  stroke: #ffffff;
}
.alaq-main-footer.cosmetic-footer-wrapper .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a:hover {
  color: #E7007C;
}
.alaq-main-footer.cosmetic-footer-wrapper .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a:hover span {
  stroke: #E7007C;
}
.alaq-main-footer.cosmetic-footer-wrapper .alaq-footer-inner-main-wrapper .footer-logo p {
  color: #ffffff;
}
.alaq-main-footer.cosmetic-footer-wrapper .alaq-footer-inner-main-wrapper .footer-logo .social-icon li a span {
  border: 1px solid #ffffff;
}
.alaq-main-footer.cosmetic-footer-wrapper .alaq-footer-inner-main-wrapper .footer-logo .social-icon li a span svg {
  fill: #ffffff;
}
.alaq-main-footer.cosmetic-footer-wrapper .alaq-footer-inner-main-wrapper .footer-logo .social-icon li a:hover span {
  background-color: #E7007C;
  border: 1px solid #E7007C;
}
.alaq-main-footer.cosmetic-footer-wrapper .alaq-footer-inner-main-wrapper .destination-wrapper .destination .desti-text a {
  color: #ffffff;
}
.alaq-main-footer.cosmetic-footer-wrapper .alaq-footer-inner-main-wrapper .destination-wrapper .destination .desti-text p {
  color: #ffffff;
}
.alaq-main-footer.cosmetic-footer-wrapper .alaq-bottom-footer-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.168627451);
}
.alaq-main-footer.cosmetic-footer-wrapper .alaq-bottom-footer-wrapper p {
  color: #ffffff;
}
.alaq-main-footer.cosmetic-footer-wrapper .alaq-bottom-footer-wrapper p a {
  color: #E7007C;
}
.alaq-main-footer .alaq-bottom-footer-wrapper p {
  color: #444444;
}
.alaq-main-footer .alaq-bottom-footer-wrapper p a {
  color: #444444;
}
.alaq-main-footer.home-made-footer-wrapper {
  background-image: none;
}
.alaq-main-footer.home-made-footer-wrapper .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper h4 {
  color: #000000;
}
.alaq-main-footer.home-made-footer-wrapper .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a {
  color: #000000;
}
.alaq-main-footer.home-made-footer-wrapper .alaq-footer-inner-main-wrapper .destination-wrapper .destination .desti-icon span {
  background-color: rgba(136, 136, 136, 0.1215686275);
  transition: all 0.5s;
}
.alaq-main-footer.home-made-footer-wrapper .alaq-footer-inner-main-wrapper .destination-wrapper .destination .desti-icon span svg {
  transition: all 0.5s;
}
.alaq-main-footer.home-made-footer-wrapper .alaq-footer-inner-main-wrapper .destination-wrapper .destination .desti-icon span svg path {
  fill: #43ACBD;
  transition: all 0.5s;
}
.alaq-main-footer.home-made-footer-wrapper .alaq-footer-inner-main-wrapper .destination-wrapper .destination .desti-icon span:hover {
  background-color: #43ACBD;
}
.alaq-main-footer.home-made-footer-wrapper .alaq-footer-inner-main-wrapper .destination-wrapper .destination .desti-icon span:hover svg path {
  fill: #ffffff;
}
.alaq-main-footer.home-made-footer-wrapper .alaq-footer-inner-main-wrapper .footer-logo .social-icon li a:hover span {
  border-color: #43ACBD;
}
.alaq-main-footer.home-made-footer-wrapper .alaq-footer-inner-main-wrapper .footer-logo .social-icon li a:hover span svg {
  fill: #43ACBD;
}
.alaq-main-footer.home-made-footer-wrapper .alaq-footer-inner-main-wrapper .footer-logo p {
  color: #000000;
}
.alaq-main-footer.home-made-footer-wrapper .alaq-bottom-footer-wrapper p {
  color: #000000;
}
.alaq-main-footer.home-made-footer-wrapper .alaq-bottom-footer-wrapper p a {
  color: #43ACBD;
}
.alaq-main-footer.home5-hand-made-footer-wrapper .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a:hover {
  color: #F85934;
}
.alaq-main-footer.home5-hand-made-footer-wrapper .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a span svg path {
  stroke: #F85934;
}
.alaq-main-footer.home5-hand-made-footer-wrapper .alaq-footer-inner-main-wrapper .destination-wrapper .destination .desti-icon span svg path {
  fill: #F85934;
}
.alaq-main-footer.home5-hand-made-footer-wrapper .alaq-bottom-footer-wrapper p a {
  color: #F85934;
}
.alaq-main-footer.home6-hand-made-footer-wrapper {
  width: 100%;
  background-color: #ffffff;
  background-image: none;
}
.alaq-main-footer.home6-hand-made-footer-wrapper .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a span svg path {
  stroke: #F85934;
}
.alaq-main-footer.home6-hand-made-footer-wrapper .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a:hover {
  color: #F85934;
}
.alaq-main-footer.home6-hand-made-footer-wrapper .alaq-footer-inner-main-wrapper .destination-wrapper .destination .desti-icon span {
  background-color: rgba(136, 136, 136, 0.1490196078);
}
.alaq-main-footer.home6-hand-made-footer-wrapper .alaq-footer-inner-main-wrapper .destination-wrapper .destination .desti-icon span svg path {
  fill: #F85934;
}
.alaq-main-footer.home6-hand-made-footer-wrapper .alaq-bottom-footer-wrapper p a {
  color: #F85934;
}
.alaq-main-footer.jewelleryFooterWrapper {
  background-image: none;
}
.alaq-main-footer.jewelleryFooterWrapper .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a:hover {
  color: #B3402A;
}
.alaq-main-footer.jewelleryFooterWrapper .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link ul li a span svg path {
  stroke: #B3402A;
}
.alaq-main-footer.jewelleryFooterWrapper .alaq-footer-inner-main-wrapper .footer-logo .social-icon li a:hover span {
  border-color: #B3402A;
}
.alaq-main-footer.jewelleryFooterWrapper .alaq-footer-inner-main-wrapper .footer-logo .social-icon li a:hover span svg {
  fill: #B3402A;
}
.alaq-main-footer.jewelleryFooterWrapper .alaq-footer-inner-main-wrapper .destination-wrapper .destination .desti-icon span {
  background-color: rgba(136, 136, 136, 0.1803921569);
}
.alaq-main-footer.jewelleryFooterWrapper .alaq-bottom-footer-wrapper p a:hover {
  color: #B3402A;
}

/* ....................................
 Footer Css End 
.......................................*/
@media (max-width: 1499px) {
  .alaq-main-footer .alaq-footer-inner-main-wrapper {
    gap: 15px;
  }
  .alaq-main-footer .alaq-footer-inner-main-wrapper .footer-logo p {
    max-width: 300px;
  }
  .alaq-main-footer .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link {
    gap: 15px;
  }
  .alaq-main-footer .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper h4 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .alaq-main-footer .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .alaq-main-footer .alaq-footer-inner-main-wrapper .footer-logo .social-icon li a span {
    width: 40px;
    height: 40px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .alaq-main-footer .alaq-footer-inner-main-wrapper .footer-logo .social-icon li a span svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 425px) {
  .alaq-main-footer .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link {
    gap: 20px;
  }
}
@media (max-width: 375px) {
  .alaq-main-footer .alaq-footer-inner-main-wrapper .footer-links .link-main-wrapper .pages-link {
    gap: 5px;
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */