/*
Theme Name: Prinoz
Author: Ui-Drops
Author URI: https://themeforest.net/user/ui-drops/portfolio
Description: Prinoz - Printing company & Service Html Template
Service Html Template 
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
/* @import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&amp;display=swap");
@import url("https://fonts.cdnfonts.com/css/satoshi"); */

@media (max-width: 1899px) {
  .about-wrapper-2.style-2 .about-feature-image-2 .content-box {
    display: none;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-2.style-2 .about-feature-image-2 img {
    width: 100%;
    height: 100%;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}


.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title h6 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  background-color: var(--theme);
  color: var(--white);
  padding: 14px 30px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1;
}
.section-title h6.bg-2 {
  background: #C9EFFF;
  color: var(--header);
}
.section-title h6.bg-3 {
  background: #FFC9D6;
  color: var(--header);
}
.section-title h6.bg-4 {
  background-color: #FFD9D3;
  color: var(--header);
}
.section-title h6.bg-white {
  background-color: var(--white);
  color: var(--header);
}
.section-title h6.bg-5 {
  background-color: #FEC9FF;
  color: var(--header);
}
@media (max-width: 470px) {
  .section-title h2 {
    font-size: 32px !important;
  }
}
.section-title h2 span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.section-title h2 span img {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .section-title h2 span img {
    display: none;
  }
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-2 {
  background-color: var(--bg2);
}

.section-padding {
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.service-card-items {
  background: var(--white);
  text-align: center;
  margin-top: 30px;
  border-radius: 8px;
  border: 1px solid var(--white);
  transition: all 0.4s ease-in-out;
}
.service-card-items .service-cotent {
  margin-bottom: 45px;
  padding: 40px 45px 0;
}
.service-card-items .service-cotent h3 a:hover {
  color: var(--theme);
}
.service-card-items .service-cotent p {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 16px;
}
.service-card-items .service-btn {
  margin-top: 55px;
  border-top: 1px solid var(--border);
  padding: 35px 0 40px;
}
.service-card-items .service-btn .link-btn i {
  transition: all 0.4s ease-in-out;
}
.service-card-items .service-btn .link-btn:hover {
  color: var(--theme2);
}
.service-card-items .service-btn .link-btn:hover i {
  transform: rotate(0);
}
.service-card-items:hover {
  border: 1px solid var(--theme);
}

.service-wrapper {
  margin-bottom: 80px;
}
.service-wrapper.style-2 {
  margin-bottom: 0;
  margin-right: -53%;
}
@media (max-width: 575px) {
  .service-wrapper.style-2 {
    margin-right: 0;
  }
}

.service-section {
  position: relative;
}
.service-section .shape-image {
  position: absolute;
  bottom: -33.3%;
  left: 0;
}
@media (max-width: 1199px) {
  .service-section .shape-image {
    display: none;
  }
}
.service-section .shape-image-2 {
  position: absolute;
  top: 45%;
  left: 0;
  animation: rounded 5s linear infinite;
}
.service-section .shape-image-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.service-section-2 {
  position: relative;
}
.service-section-2 .left-bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.service-card-items-2 {
  margin-top: 30px;
  padding: 50px;
  border-radius: 15px;
  border: 1px solid #E1E1E1;
  background: #F5F9FC;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .service-card-items-2 {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .service-card-items-2 {
    padding: 45px 35px;
  }
}
@media (max-width: 575px) {
  .service-card-items-2 {
    padding: 40px 30px;
  }
}
.service-card-items-2 .service-content span {
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
  display: inline-block;
  border-radius: 18.5px;
  background: rgba(230, 229, 246, 0.89);
  padding: 10px 25px;
  line-height: 1;
  font-family: "Space Grotesk", sans-serif;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.service-card-items-2 .service-content h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
.service-card-items-2 .service-content h3 a:hover {
  color: var(--theme);
}
.service-card-items-2 .service-content .link-btn {
  font-size: 16px;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  margin-top: 20px;
}
.service-card-items-2 .service-content .link-btn i {
  transform: rotate(0);
}
.service-card-items-2 .service-content .link-btn:hover {
  color: var(--theme2);
}
.service-card-items-2 .service-image {
  text-align: right;
}
.service-card-items-2:hover {
  border: 1px solid var(--header);
}

.service-box-items {
  margin-top: 30px;
  padding: 50px 37px 55px;
  background-color: var(--white);
  border-radius: 10px;
  text-align: center;
}
.service-box-items h3 {
  font-size: 24px;
  border-bottom: 1px dashed #E1E1E1;
  padding-bottom: 20px;
}
.service-box-items h3 a:hover {
  color: var(--theme);
}
.service-box-items .service-image {
  margin-top: 35px;
  height: 184px;
}
.service-box-items .service-content {
  margin-top: 25px;
}
.service-box-items .service-content p {
  font-size: 18px;
  color: #6E707A;
  line-height: 178%;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 30px;
}
.service-box-items .service-content .service-btn {
  color: var(--header);
  font-size: 16px;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  display: inline-block;
  margin-top: 25px;
  transition: all 0.4s ease-in-out;
}
.service-box-items .service-content .service-btn i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #F1F1F1;
  margin-left: 18px;
  transition: all 0.4s ease-in-out;
}
.service-box-items .service-content .service-btn:hover {
  color: var(--theme);
}
.service-box-items .service-content .service-btn:hover i {
  background-color: var(--theme);
  color: var(--white);
}

.services-wrapper-3 {
  padding: 0 67px;
}
@media (max-width: 1199px) {
  .services-wrapper-3 {
    padding: 0 30px;
  }
}
.services-wrapper-3 .service-box-items-3 {
  margin-top: 30px;
  position: relative;
}
.services-wrapper-3 .service-box-items-3::before {
  top: 0;
  left: 0;
  position: absolute;
  width: 50%;
  height: 100%;
  content: "";
  background-color: var(--white);
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .services-wrapper-3 .service-box-items-3::before {
    display: none;
  }
}
.services-wrapper-3 .service-box-items-3 .service-thumb {
  position: relative;
}
.services-wrapper-3 .service-box-items-3 .service-thumb img {
  width: 100%;
  height: 100%;
}
.services-wrapper-3 .service-box-items-3 .service-thumb .service-content {
  position: absolute;
  bottom: 85px;
  left: 40px;
  z-index: 9;
}
@media (max-width: 991px) {
  .services-wrapper-3 .service-box-items-3 .service-thumb .service-content {
    bottom: 40px;
  }
}
.services-wrapper-3 .service-box-items-3 .service-thumb .service-content h4 {
  font-size: 22px;
  color: var(--theme);
  margin-bottom: 15px;
}
.services-wrapper-3 .service-box-items-3 .service-thumb .service-content h3 {
  font-size: 24px;
  color: var(--white);
}
@media (max-width: 991px) {
  .services-wrapper-3 .service-box-items-3 .service-thumb .service-content h3 a {
    color: var(--white);
  }
}
.services-wrapper-3 .service-box-items-3 .service-thumb .service-content h3 a:hover {
  color: var(--theme);
}
.services-wrapper-3 .service-box-items-3 .service-thumb .service-content p {
  font-weight: 400;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .services-wrapper-3 .service-box-items-3 .service-thumb .service-content p {
    color: var(--white);
  }
}
.services-wrapper-3 .service-box-items-3 .service-thumb .service-content .arrow-icon {
  width: 76px;
  height: 47px;
  background-color: var(--theme);
  border-radius: 23.5px;
  display: inline-block;
  text-align: center;
  line-height: 47px;
  color: var(--white);
  margin-top: 30px;
}
.services-wrapper-3 .service-box-items-3 .service-thumb .icon {
  position: absolute;
  top: 85px;
  left: 40px;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .services-wrapper-3 .service-box-items-3 .service-thumb .icon {
    top: 40px;
  }
}
.services-wrapper-3 .service-box-items-3:hover::before {
  background-color: transparent;
}
.services-wrapper-3 .service-box-items-3:hover .service-thumb .service-content h3 a {
  color: var(--white);
}
.services-wrapper-3 .service-box-items-3:hover .service-thumb .service-content h3 a:hover {
  color: var(--theme);
}
.services-wrapper-3 .service-box-items-3:hover .service-thumb .service-content p {
  color: var(--white);
}
.services-wrapper-3 .service-box-items-3:hover .service-thumb .service-content .arrow-icon {
  background-color: var(--white);
  color: var(--header);
}
.services-wrapper-3 .service-box-items-3:hover .service-thumb .service-content .arrow-icon:hover {
  color: var(--white);
  background-color: var(--theme);
}
.services-wrapper-3 .service-box-items-3:hover .service-thumb .icon {
  opacity: 0;
}

.service-details-wrapper .service-details-image img {
  width: 100%;
  height: 100%;
}
.service-details-wrapper .service-details-content {
  margin-top: 30px;
}
.service-details-wrapper .service-details-content h3 {
  font-size: 28px;
}
.service-details-wrapper .service-details-content p {
  font-weight: 400;
}
.service-details-wrapper .service-details-content .service-details-video {
  margin-top: 50px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .service-details-wrapper .service-details-content .service-details-video {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .service-details-wrapper .service-details-content .service-details-video {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.service-details-wrapper .service-details-content .service-details-video .details-video-content ul {
  margin-top: 20px;
}
.service-details-wrapper .service-details-content .service-details-video .details-video-content ul li {
  font-weight: 400;
}
.service-details-wrapper .service-details-content .service-details-video .details-video-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.service-details-wrapper .service-details-content .service-details-video .details-video-content ul li i {
  color: var(--theme);
  margin-right: 8px;
}
.service-details-wrapper .service-details-content .service-details-video .video-image {
  position: relative;
}
.service-details-wrapper .service-details-content .service-details-video .video-image img {
  width: 100%;
  height: 100%;
}
.service-details-wrapper .service-details-content .service-details-video .video-image .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-details-wrapper .service-details-content .service-details-video .video-image .video-box .video-btn {
  background-color: var(--white);
  width: 80px;
  line-height: 80px;
  height: 80px;
  text-align: center;
  color: var(--theme);
  border-radius: 50%;
  display: inline-block;
}
.service-details-wrapper .service-details-content .service-details-video .video-image .video-box .ripple::before, .service-details-wrapper .service-details-content .service-details-video .video-image .video-box .ripple::after {
  width: 80px;
  height: 80px;
  box-shadow: 0 0 0 0 rgba(8, 189, 201, 0.6);
}
.service-details-wrapper .service-details-content .highlight-text {
  margin-top: 50px;
  padding: 18px;
  border-left: 4px solid var(--theme);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
  background: var(--white);
}
.service-details-wrapper .service-details-content .highlight-text h5 {
  font-weight: 600;
  line-height: 167%;
}
.service-details-wrapper .service-details-content .service-image-item {
  margin-top: 60px;
  margin-bottom: 60px;
}
.service-details-wrapper .service-details-content .service-image-item h3 {
  font-size: 24px;
}
.service-details-wrapper .service-details-content .service-image-item .service-box-image {
  height: 218px;
}
.service-details-wrapper .service-details-content .service-image-item .service-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-sidebar .service-widget-categories {
  margin-bottom: 30px;
}
.service-sidebar .service-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 25px;
  background: rgba(98, 116, 255, 0.06);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
}
.service-sidebar .service-widget-categories ul li a {
  color: var(--header);
}
.service-sidebar .service-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--header);
}
.service-sidebar .service-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.service-sidebar .service-widget-categories ul li:hover {
  background-color: var(--theme);
}
.service-sidebar .service-widget-categories ul li:hover a {
  color: var(--white);
}
.service-sidebar .service-widget-categories ul li:hover span {
  color: var(--white);
}
.service-sidebar .service-widget-categories ul li.active {
  background-color: var(--theme);
}
.service-sidebar .service-widget-categories ul li.active a {
  color: var(--white);
}
.service-sidebar .service-widget-categories ul li.active span {
  color: var(--white);
}
.service-sidebar .contact-bg {
  padding: 40px 25px;
  text-align: center;
}
.service-sidebar .contact-bg .icon {
  width: 86.526px;
  height: 76px;
  text-align: center;
  line-height: 76px;
  border-radius: 4px;
  background-color: var(--theme);
  font-size: 32px;
  color: var(--white);
  margin: 0 auto 25px;
}
.service-sidebar .contact-bg h3 {
  font-size: 26px;
  color: var(--white);
  line-height: 139%;
  margin-bottom: 30px;
}
.service-sidebar .contact-bg p {
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.service-sidebar .contact-bg .theme-btn {
  padding: 18.5px 50px;
  background-color: var(--theme);
}
.service-sidebar .contact-bg .theme-btn::before {
  background-color: var(--header);
}
/*-----------------------------------------------------------------*/

.product-demand-section {
  position: relative;
}
.product-demand-section .line-shape {
  position: absolute;
  left: 0;
  top: 30%;
}
@media (max-width: 1399px) {
  .product-demand-section .line-shape {
    display: none;
  }
}

.product-demand-wrapper {
  margin-top: 40px;
}
.product-demand-wrapper .product-demand-image {
  position: relative;
}
.product-demand-wrapper .product-demand-image img {
  width: 100%;
  height: 100%;
}
.product-demand-wrapper .product-demand-image .ratting-shape {
  position: absolute;
  top: -8%;
  left: 10%;
}
.product-demand-wrapper .product-demand-image .brush-shape {
  position: absolute;
  bottom: 0;
  left: -15%;
  animation: rounded 5s linear infinite;
}
@media (max-width: 1199px) {
  .product-demand-wrapper .product-demand-image .brush-shape {
    left: 0;
  }
}
@media (max-width: 575px) {
  .product-demand-wrapper .product-demand-image .brush-shape {
    width: 150px;
  }
}
.product-demand-wrapper .product-demand-image .demand-shape {
  position: absolute;
  left: -10%;
  top: 7%;
}
@media (max-width: 1199px) {
  .product-demand-wrapper .product-demand-image .demand-shape {
    left: 0;
  }
}
.product-demand-wrapper .product-demand-image .home-demand-shape {
  position: absolute;
  bottom: -32px;
  right: -50px;
}
@media (max-width: 1199px) {
  .product-demand-wrapper .product-demand-image .home-demand-shape {
    right: 0;
  }
}
@media (max-width: 575px) {
  .product-demand-wrapper .product-demand-image .home-demand-shape {
    width: 150px;
  }
}
.product-demand-wrapper .product-demand-content {
  margin-left: 70px;
}
@media (max-width: 1199px) {
  .product-demand-wrapper .product-demand-content {
    margin-left: 0;
  }
}
.product-demand-wrapper .product-demand-content p {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .product-demand-wrapper .product-demand-content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .product-demand-wrapper .product-demand-content p {
    font-size: 16px;
  }
}
.product-demand-wrapper .product-demand-content .icon-wrapper {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 70px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .product-demand-wrapper .product-demand-content .icon-wrapper {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .product-demand-wrapper .product-demand-content .icon-wrapper {
    margin-top: 35px;
  }
}
@media (max-width: 575px) {
  .product-demand-wrapper .product-demand-content .icon-wrapper {
    margin-top: 25px;
  }
}
.product-demand-wrapper .product-demand-content .icon-wrapper .icon-items .icon {
  margin-bottom: 20px;
}
.product-demand-wrapper .product-demand-content .icon-wrapper .icon-items:not(:last-child) {
  padding-right: 65px;
  border-right: 1px solid #EFEFEF;
}
@media (max-width: 1399px) {
  .product-demand-wrapper .product-demand-content .icon-wrapper .icon-items:not(:last-child) {
    padding-right: 0;
    border: none;
  }
}
.product-demand-wrapper .product-demand-content .icon-wrapper .icon-items h4 {
  font-weight: 500;
}
.product-demand-wrapper .product-demand-content ul {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .product-demand-wrapper .product-demand-content ul {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.product-demand-wrapper .product-demand-content ul li {
  font-size: 20px;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .product-demand-wrapper .product-demand-content ul li {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .product-demand-wrapper .product-demand-content ul li {
    font-size: 16px;
  }
}
.product-demand-wrapper .product-demand-content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.product-demand-wrapper .product-demand-content ul li i {
  color: #CB6F18;
  margin-right: 15px;
}

.product-box-items {
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
}
.product-box-items .product-image {
  position: relative;
  overflow: hidden;
}
.product-box-items .product-image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.product-box-items .product-image .product-icon {
  gap: 14px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.product-box-items .product-image .product-icon li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: var(--white);
  color: var(--header);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  transform: scaleX(0);
}
.product-box-items .product-image .product-icon li:hover {
  background-color: var(--theme2);
}
.product-box-items .product-image .product-icon li:hover a {
  color: var(--white);
}
.product-box-items .product-image .shop-btn {
  position: absolute;
  right: 28px;
  left: 28px;
  bottom: -100px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.product-box-items .product-image .shop-btn .theme-btn {
  width: 100%;
  background-color: var(--theme2);
  padding: 16.5px 50px;
}
.product-box-items .product-content {
  text-align: center;
  padding: 20px 0;
  transition: all 0.4s ease-in-out;
}
.product-box-items .product-content .star {
  color: #FFA800;
  margin-bottom: 10px;
}
.product-box-items .product-content .star i.color-2 {
  color: #B6B6B6;
}
.product-box-items .product-content h6 {
  font-size: 18px;
}
.product-box-items .product-content h6 a:hover {
  color: var(--theme2);
}
.product-box-items .product-content span {
  color: var(--theme2);
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
}
.product-box-items:hover {
  background-color: var(--white);
  box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
}
.product-box-items:hover .product-image .product-icon li {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.product-box-items:hover .product-image .shop-btn {
  bottom: 18px;
  opacity: 1;
  visibility: visible;
}
.product-box-items.active {
  background-color: var(--white);
  box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
}
.product-box-items.active .product-image .product-icon li {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.product-box-items.active .product-image .shop-btn {
  bottom: 18px;
  opacity: 1;
  visibility: visible;
}
.product-box-items.style-2 .product-image .product-icon {
  gap: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.product-box-items.style-2 .product-image .product-icon li {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
}
.product-box-items.style-2 .product-image .post-box {
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #F82389;
  padding: 7px 15px;
  position: absolute;
  top: 15px;
  left: 15px;
  line-height: 1;
  border-radius: 21px;
}
.product-box-items.style-2 .product-content {
  text-align: center;
  padding: 0;
  margin-top: 20px;
}
.product-box-items.style-2 .product-content .star {
  margin-bottom: 0;
  margin-top: 12px;
}
.product-box-items.style-2 .product-content .star i.color-2 {
  color: #D2D3DA;
}
.product-box-items.style-2 .product-content .price {
  margin-top: 10px;
}
.product-box-items.style-2 .product-content .price li {
  color: #E51A1A;
}
.product-box-items.style-2 .product-content .price li del {
  color: #929397;
}
.product-box-items.style-2:hover {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}

.product-header {
  position: relative;
  z-index: 9;
}
.product-header .nav {
  justify-content: center;
  margin-bottom: 20px;
  gap: 35px;
}
.product-header .nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
  padding: 18px 30px;
  background-color: var(--white);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
  border-radius: 42px;
  line-height: 1;
  text-transform: capitalize;
}
.product-header .nav .nav-item .nav-link.active {
  background-color: var(--theme2);
  color: var(--white);
}
.product-header.style-2 .nav {
  justify-content: center;
  margin-bottom: 0;
  gap: 65px;
}
@media (max-width: 1199px) {
  .product-header.style-2 .nav {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .product-header.style-2 .nav {
    gap: 25px;
    justify-content: start;
  }
}
.product-header.style-2 .nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  line-height: 1;
  text-transform: uppercase;
}
.product-header.style-2 .nav .nav-item .nav-link.active {
  color: #CB6F18;
  text-decoration: underline;
}

.product-section {
  position: relative;
}
.product-section .shape-image {
  position: absolute;
  top: 5%;
  left: 20px;
  animation: rounded 5s linear infinite;
}

.shop-banner-items {
  border-radius: 16px;
  background: #EEE;
  padding: 55px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .shop-banner-items {
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px 30px;
    justify-content: center;
    text-align: center;
  }
}
.shop-banner-items .shop-banner-content p {
  color: #FA585D;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}
.shop-banner-items .shop-banner-content h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.shop-banner-items .shop-banner-content h4 {
  color: #F52323;
  font-size: 20px;
  font-weight: 600;
}
.shop-banner-items .shop-banner-content h4 span {
  font-size: 16px;
  font-weight: 500;
}
.shop-banner-items .shop-banner-content .theme-btn {
  background-color: var(--theme);
  padding: 18.5px 50px;
  margin-top: 25px;
}
.shop-banner-items .shop-banner-content .theme-btn::before {
  background-color: var(--header);
}
.shop-banner-items .shop-image {
  position: relative;
  text-align: center;
  z-index: 9;
}
.shop-banner-items .shop-image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: #FA585D;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  z-index: -1;
}
.shop-banner-items .shop-image img {
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.shop-banner-items.style-2 {
  background-color: #71D3BB;
  height: 100%;
}
.shop-banner-items.style-2 .shop-banner-content p {
  color: var(--white);
}
.shop-banner-items.style-2 .shop-banner-content h3 {
  color: var(--white);
}
.shop-banner-items.style-2 .shop-banner-content h4 {
  color: var(--white);
}
.shop-banner-items.style-2 .shop-banner-content .theme-btn {
  background-color: var(--white);
  color: var(--header);
}
.shop-banner-items.style-2 .shop-banner-content .theme-btn::before {
  background-color: var(--header);
}
.shop-banner-items.style-2 .shop-banner-content .theme-btn:hover {
  color: var(--white);
}
.shop-banner-items.style-2 .shop-image {
  position: relative;
}
.shop-banner-items.style-2 .shop-image::before {
  background-color: rgba(255, 255, 255, 0.36);
}
.shop-banner-items.style-2 .shop-image .sale-text {
  position: absolute;
  left: 60px;
  bottom: -25px;
}
.shop-banner-items.style-2 .shop-image .sale-text h5 {
  color: var(--black);
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.shop-banner-items:hover .shop-image img {
  transform: scale(1.1);
}
.shop-banner-items:hover .shop-image .sale-text img {
  transform: initial;
}

.shop-box-items {
  margin-top: 30px;
  text-align: center;
}
.shop-box-items .shop-image {
  width: 185px;
  height: 185px;
  line-height: 185px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  margin: 0 auto;
}
.shop-box-items .shop-content {
  margin-top: 20px;
}
.shop-box-items .shop-content h3 {
  font-size: 21px;
  margin-bottom: 5px;
}
.shop-box-items .shop-content h3 a:hover {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .shop-box-items.style-2 {
    text-align: center;
  }
}
.shop-box-items.style-2 .shop-image-2 {
  max-width: 228px;
}
@media (max-width: 1199px) {
  .shop-box-items.style-2 .shop-image-2 {
    margin: 0 auto;
    max-width: 600px;
  }
}
.shop-box-items.style-2 .shop-image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
}
.shop-box-items.style-2 .shop-content h3 {
  font-size: 18px;
}

.shop-section {
  position: relative;
}
.shop-section .shape-image {
  position: absolute;
  bottom: 90px;
  left: 70px;
}
@media (max-width: 1199px) {
  .shop-section .shape-image {
    display: none;
  }
}
.shop-section .shape-image-2 {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .shop-section .shape-image-2 {
    display: none;
  }
}
.shop-section .array-button {
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.shop-section .array-button .array-prev {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  background-color: var(--header);
}
.shop-section .array-button .array-prev:hover {
  color: var(--white);
  background-color: var(--theme);
}
.shop-section .array-button .array-next {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  color: var(--white);
  background-color: var(--theme);
}
.shop-section .array-button .array-next:hover {
  color: var(--white);
  background-color: var(--header);
}
.shop-section:hover .array-button {
  opacity: 1;
  visibility: visible;
}

.popular-product-section {
  position: relative;
}
.popular-product-section .array-button {
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.popular-product-section .array-button .array-prev {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  background-color: var(--header);
}
.popular-product-section .array-button .array-prev:hover {
  color: var(--white);
  background-color: var(--theme);
}
.popular-product-section .array-button .array-next {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  color: var(--white);
  background-color: var(--theme);
}
.popular-product-section .array-button .array-next:hover {
  color: var(--white);
  background-color: var(--header);
}
.popular-product-section:hover .array-button {
  opacity: 1;
  visibility: visible;
}

.shop-bottom-title {
  font-size: 18px;
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  background-color: var(--white);
  border-radius: 22.5px;
  padding: 10px 40px;
  text-align: center;
  margin: 60px auto 0;
  max-width: 610px;
}
.shop-bottom-title a {
  color: var(--theme);
  text-decoration: underline;
}
.shop-bottom-title a:hover {
  color: var(--theme2);
}
.shop-bottom-title.style-2 {
  max-width: 400px;
  font-size: 16px;
}
.shop-bottom-title.style-2 span {
  color: #FF4D6D;
}

.product-demand-section {
  position: relative;
}
.product-demand-section .line-shape {
  position: absolute;
  left: 0;
  top: 30%;
}
@media (max-width: 1399px) {
  .product-demand-section .line-shape {
    display: none;
  }
}

.popular-product-section {
  position: relative;
  z-index: 9;
}
.popular-product-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(237, 210, 247, 0.46) 52.29%, rgba(229, 227, 249, 0) 100%);
  z-index: -1;
  top: 50%;
  height: initial;
  left: 200px;
  width: 79%;
}

.product-demand-wrapper {
  margin-top: 40px;
}
.product-demand-wrapper .product-demand-image {
  position: relative;
}
.product-demand-wrapper .product-demand-image img {
  width: 100%;
  height: 100%;
}
.product-demand-wrapper .product-demand-image .ratting-shape {
  position: absolute;
  top: -8%;
  left: 10%;
}
.product-demand-wrapper .product-demand-image .brush-shape {
  position: absolute;
  bottom: 0;
  left: -15%;
  animation: rounded 5s linear infinite;
}
@media (max-width: 1199px) {
  .product-demand-wrapper .product-demand-image .brush-shape {
    left: 0;
  }
}
@media (max-width: 575px) {
  .product-demand-wrapper .product-demand-image .brush-shape {
    width: 150px;
  }
}
.product-demand-wrapper .product-demand-image .demand-shape {
  position: absolute;
  left: -10%;
  top: 7%;
}
@media (max-width: 1199px) {
  .product-demand-wrapper .product-demand-image .demand-shape {
    left: 0;
  }
}
.product-demand-wrapper .product-demand-image .home-demand-shape {
  position: absolute;
  bottom: -32px;
  right: -50px;
}
@media (max-width: 1199px) {
  .product-demand-wrapper .product-demand-image .home-demand-shape {
    right: 0;
  }
}
@media (max-width: 575px) {
  .product-demand-wrapper .product-demand-image .home-demand-shape {
    width: 150px;
  }
}
.product-demand-wrapper .product-demand-content {
  margin-left: 70px;
}
@media (max-width: 1199px) {
  .product-demand-wrapper .product-demand-content {
    margin-left: 0;
  }
}
.product-demand-wrapper .product-demand-content p {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .product-demand-wrapper .product-demand-content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .product-demand-wrapper .product-demand-content p {
    font-size: 16px;
  }
}
.product-demand-wrapper .product-demand-content .icon-wrapper {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 70px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .product-demand-wrapper .product-demand-content .icon-wrapper {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .product-demand-wrapper .product-demand-content .icon-wrapper {
    margin-top: 35px;
  }
}
@media (max-width: 575px) {
  .product-demand-wrapper .product-demand-content .icon-wrapper {
    margin-top: 25px;
  }
}
.product-demand-wrapper .product-demand-content .icon-wrapper .icon-items .icon {
  margin-bottom: 20px;
}
.product-demand-wrapper .product-demand-content .icon-wrapper .icon-items:not(:last-child) {
  padding-right: 65px;
  border-right: 1px solid #EFEFEF;
}
@media (max-width: 1399px) {
  .product-demand-wrapper .product-demand-content .icon-wrapper .icon-items:not(:last-child) {
    padding-right: 0;
    border: none;
  }
}
.product-demand-wrapper .product-demand-content .icon-wrapper .icon-items h4 {
  font-weight: 500;
}
.product-demand-wrapper .product-demand-content ul {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .product-demand-wrapper .product-demand-content ul {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.product-demand-wrapper .product-demand-content ul li {
  font-size: 20px;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .product-demand-wrapper .product-demand-content ul li {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .product-demand-wrapper .product-demand-content ul li {
    font-size: 16px;
  }
}
.product-demand-wrapper .product-demand-content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.product-demand-wrapper .product-demand-content ul li i {
  color: #CB6F18;
  margin-right: 15px;
}

.shop-banner-items-2 {
  background: #EEE1D1;
  padding: 30px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .shop-banner-items-2 {
    padding: 30px 30px;
  }
}
@media (max-width: 1399px) {
  .shop-banner-items-2 {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .shop-banner-items-2 {
    flex-wrap: initial;
    gap: initial;
    padding: 30px 60px;
  }
}
@media (max-width: 767px) {
  .shop-banner-items-2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    text-align: center;
  }
}
.shop-banner-items-2 .content {
  position: relative;
  z-index: 9;
}
.shop-banner-items-2 .content p {
  color: #FF9007;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.shop-banner-items-2 .content h2 {
  font-size: 40px;
}
.shop-banner-items-2 .content h3 {
  font-size: 24px;
  font-family: "Satoshi", sans-serif;
  color: #FF8617;
  margin-top: 20px;
}
.shop-banner-items-2 .content h3 span {
  font-size: 18px;
  color: var(--black);
  margin-right: 5px;
}
.shop-banner-items-2 .content .theme-btn {
  margin-top: 35px;
  background-color: var(--white);
  color: var(--header);
}
.shop-banner-items-2 .content .theme-btn:hover {
  color: var(--white);
}
.shop-banner-items-2 .thumb {
  position: relative;
  z-index: 9;
}
.shop-banner-items-2 .thumb::before {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background: rgba(255, 255, 255, 0.8);
  content: "";
  z-index: -1;
}
.shop-banner-items-2 .thumb img {
  transition: all 0.4s ease-in-out;
}
.shop-banner-items-2 .thumb .flower-shape {
  position: absolute;
  bottom: 0;
  left: -70px;
  z-index: -1;
}
.shop-banner-items-2:hover .thumb img {
  transform: scale(1.1);
}
.shop-banner-items-2.style-2 {
  background: #C8E1EF;
  position: relative;
  height: 100%;
}
@media (max-width: 1199px) {
  .shop-banner-items-2.style-2 {
    padding: 70px 60px;
  }
}
@media (max-width: 767px) {
  .shop-banner-items-2.style-2 {
    padding: 30px 60px;
  }
}
.shop-banner-items-2.style-2 .content ul {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .shop-banner-items-2.style-2 .content ul {
    margin-top: 30px;
    text-align: left;
  }
}
.shop-banner-items-2.style-2 .content ul li {
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 15px;
}
.shop-banner-items-2.style-2 .content ul li span {
  width: 35px;
  height: 35px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--white);
  display: inline-block;
}
@media (max-width: 470px) {
  .shop-banner-items-2.style-2 .content ul li {
    font-size: 14px;
  }
}
.shop-banner-items-2.style-2 .content ul li:not(:last-child) {
  margin-bottom: 16px;
}
.shop-banner-items-2.style-2 .content ul li i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #CB6F18;
  background-color: var(--white);
  margin-right: 15px;
}
@media (max-width: 470px) {
  .shop-banner-items-2.style-2 .content ul li i {
    margin-right: 8px;
  }
}
.shop-banner-items-2.style-2 .thumb-2 {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .shop-banner-items-2.style-2 .thumb-2 {
    display: none;
  }
}
.shop-banner-items-2.style-2 .thumb-2 img {
  transition: all 0.4s ease-in-out;
}
.shop-banner-items-2.style-2:hover .thumb-2 img {
  transform: scale(1.1);
}

.feature-product-items-2 {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.feature-product-items-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  border-radius: 14px;
  background-color: var(--white);
  transition: all 0.35s ease-in-out;
  z-index: -1;
  box-shadow: 0px 6px 44px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .feature-product-items-2::before {
    height: 60%;
  }
}
.feature-product-items-2 .product-image {
  padding: 10px 10px 0 10px;
  position: relative;
}
.feature-product-items-2 .product-image img {
  width: 100%;
  height: 100%;
  border-radius: 9px;
}
.feature-product-items-2 .product-image .product-icon {
  gap: 14px;
  position: absolute;
  top: 25px;
  right: 25px;
}
.feature-product-items-2 .product-image .product-icon li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: var(--white);
  color: var(--header);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  transform: scaleX(0);
  border-radius: 50%;
}
.feature-product-items-2 .product-image .product-icon li:hover {
  background-color: var(--theme);
}
.feature-product-items-2 .product-image .product-icon li:hover a {
  color: var(--white);
}
.feature-product-items-2 .product-content {
  text-align: center;
  padding: 30px 20px;
}
.feature-product-items-2 .product-content .price-list {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-bottom: 15px;
}
.feature-product-items-2 .product-content .price-list li {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
}
.feature-product-items-2 .product-content .price-list li span {
  font-size: 14px;
  background: #F0F2FC;
  color: var(--header);
  border-radius: 3px;
  padding: 7px 10px;
}
.feature-product-items-2 .product-content .price-list li:nth-child(2) {
  color: #D12525;
}
.feature-product-items-2 .product-content .dot-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 15px;
}
.feature-product-items-2 .product-content .dot-list li {
  width: 14px;
  height: 14px;
  border-radius: 114px;
  background: #CB6F18;
}
.feature-product-items-2 .product-content .dot-list li:nth-child(2) {
  background-color: #8CC63F;
  position: relative;
}
.feature-product-items-2 .product-content .dot-list li:nth-child(2)::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--black);
}
.feature-product-items-2 .product-content .dot-list li:nth-child(3) {
  background-color: #009245;
}
.feature-product-items-2 .product-content h4 a:hover {
  color: var(--theme);
}
.feature-product-items-2:hover::before {
  height: 100%;
  background-color: var(--white);
}
.feature-product-items-2:hover .product-image .product-icon li {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.feature-product-section-3 {
  position: relative;
}
.feature-product-section-3 .right-shape {
  position: absolute;
  top: 0;
  right: 0;
  animation: rounded 5s linear infinite;
}

.shop-main-sidebar .single-sidebar-widget {
  background-color: var(--white);
  border-radius: 9px;
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.02);
  padding: 40px 30px;
}
.shop-main-sidebar .single-sidebar-widget:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .shop-main-sidebar .single-sidebar-widget {
    margin-bottom: 25px;
  }
}
.shop-main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 20px;
  padding-left: 10px;
  position: relative;
}
.shop-main-sidebar .single-sidebar-widget .wid-title::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 2px;
  height: 21px;
  position: absolute;
  background-color: #CB6F18;
}
.shop-main-sidebar .single-sidebar-widget .wid-title h4 {
  font-size: 20px;
  font-weight: 700;
}
.shop-main-sidebar .single-sidebar-widget .search_widget form {
  width: 100%;
  position: relative;
}
.shop-main-sidebar .single-sidebar-widget .search_widget form input {
  background-color: transparent;
  font-size: 15px;
  width: 100%;
  border: none;
  text-transform: capitalize;
  color: #9D9E9F;
  border-radius: 7px;
  border: 1px solid #EBECF1;
  padding: 12px 22px;
}
.shop-main-sidebar .single-sidebar-widget .search_widget form button {
  position: absolute;
  right: 24px;
  top: 12px;
  font-size: 18px;
  color: var(--header);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.shop-main-sidebar .single-sidebar-widget .shop-catagory-items ul li {
  transition: all 0.4s ease-in-out;
}
.shop-main-sidebar .single-sidebar-widget .shop-catagory-items ul li:not(:last-child) {
  margin-bottom: 20px;
}
.shop-main-sidebar .single-sidebar-widget .shop-catagory-items ul li a {
  font-weight: 500;
  color: var(--header);
  text-transform: capitalize;
}
.shop-main-sidebar .single-sidebar-widget .shop-catagory-items ul li a i {
  margin-right: 5px;
  color: #615F5D;
}
.shop-main-sidebar .single-sidebar-widget .shop-catagory-items ul li:hover {
  margin-left: 5px;
}
.shop-main-sidebar .single-sidebar-widget .shop-catagory-items ul li:hover a {
  color: var(--theme);
}
.shop-main-sidebar .single-sidebar-widget .shop-catagory-items ul li:hover a i {
  color: var(--theme);
}
.shop-main-sidebar .single-sidebar-widget .range__barcustom .price-input {
  margin-top: 30px;
  position: relative;
}
.shop-main-sidebar .single-sidebar-widget .range__barcustom .price-input .field {
  display: flex;
  align-items: center;
  font-size: 16px;
  width: 24%;
}
.shop-main-sidebar .single-sidebar-widget .range__barcustom .price-input .field span {
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
}
.shop-main-sidebar .single-sidebar-widget .range__barcustom .separators {
  margin-left: 0;
  padding-right: 12px;
  font-size: 24px;
  line-height: 42px;
  font-weight: 500;
}
.shop-main-sidebar .single-sidebar-widget .range__barcustom .field input {
  height: 100%;
  outline: none;
  background: transparent;
  border: unset;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  padding: 0;
}
.shop-main-sidebar .single-sidebar-widget .range__barcustom .field input span {
  font-weight: 500;
  color: var(--header);
  font-size: 16px;
}
.shop-main-sidebar .single-sidebar-widget .range__barcustom input[type=number]::-webkit-outer-spin-button,
.shop-main-sidebar .single-sidebar-widget .range__barcustom input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.shop-main-sidebar .single-sidebar-widget .range__barcustom .price-input .separator {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}
.shop-main-sidebar .single-sidebar-widget .range__barcustom .slider {
  height: 6.75px;
  position: relative;
  background: #E3E5F1;
}
.shop-main-sidebar .single-sidebar-widget .range__barcustom .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: var(--theme);
}
.shop-main-sidebar .single-sidebar-widget .range__barcustom .range-input {
  position: relative;
  display: flex;
  justify-content: center;
}
.shop-main-sidebar .single-sidebar-widget .range__barcustom .range-input input {
  position: absolute;
  width: 100%;
  height: 6.75px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  outline: none;
}
.shop-main-sidebar .single-sidebar-widget .range__barcustom input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 7px;
  border-radius: 5px;
  background: var(--theme);
  border: 1.125px solid var(--theme);
  pointer-events: auto;
  -webkit-appearance: none;
}
.shop-main-sidebar .single-sidebar-widget .range__barcustom .price-input .theme-btn {
  padding: 14px 30px;
  border-radius: 0;
  min-width: initial;
  background-color: var(--theme);
}
.shop-main-sidebar .single-sidebar-widget .range__barcustom .price-input .theme-btn::before {
  background-color: var(--header);
}
.shop-main-sidebar .single-sidebar-widget .filter-size .input-save:not(:last-child) {
  margin-bottom: 20px;
}
.shop-main-sidebar .single-sidebar-widget .filter-size .input-save input {
  width: 20px;
  height: 19px;
  background-color: var(--theme);
  outline: none;
  color: var(--theme2);
  padding: 5px;
  border-radius: 4px;
}
.shop-main-sidebar .single-sidebar-widget .filter-size .input-save label {
  margin-left: 20px;
  color: var(--header);
  text-transform: capitalize;
  font-weight: 600;
  text-transform: capitalize;
}
.shop-main-sidebar .single-sidebar-widget .filter-size .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  display: inherit;
}
.shop-main-sidebar .single-sidebar-widget .filter-size .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.shop-main-sidebar .single-sidebar-widget .filter-size .checkbox-single:not(:last-child) {
  margin-bottom: 20px;
}
.shop-main-sidebar .single-sidebar-widget .filter-size .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #E7EAF3;
  top: 5px;
  background-color: var(--white);
  border-radius: 3px;
}
.shop-main-sidebar .single-sidebar-widget .filter-size .checkbox-single .checkbox-area .checkmark::after {
  content: "";
}
.shop-main-sidebar .single-sidebar-widget .filter-size .checkbox-single .checkbox-area input:checked ~ .checkmark {
  background-color: var(--theme);
}
.shop-main-sidebar .single-sidebar-widget .filter-size .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -5px;
  left: 5px;
  color: var(--theme);
  font-size: 11px;
}
.shop-main-sidebar .single-sidebar-widget .filter-size .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
  display: block;
  color: var(--white);
}
.shop-main-sidebar .single-sidebar-widget .filter-size .checkbox-single .text-color {
  font-weight: 500;
  color: var(--header);
  font-size: 16px;
}
.shop-main-sidebar .single-sidebar-widget .filter-size .checkbox-single .text-color .star {
  color: #FFA800;
  margin-right: 5px;
}
.shop-main-sidebar .single-sidebar-widget .filter-size .checkbox-single .text-color .star i.color-2 {
  color: #E1E2E7;
}
.shop-main-sidebar .single-sidebar-widget .color-list {
  display: flex;
  align-items: center;
  gap: 15px;
}
.shop-main-sidebar .single-sidebar-widget .color-list li {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #C4C4C4;
  cursor: pointer;
}
.shop-main-sidebar .single-sidebar-widget .color-list li:nth-child(2) {
  background-color: #ED0707;
}
.shop-main-sidebar .single-sidebar-widget .color-list li:nth-child(3) {
  background-color: #00A651;
}
.shop-main-sidebar .single-sidebar-widget .color-list li:nth-child(4) {
  background-color: #FEE496;
}
.shop-main-sidebar .single-sidebar-widget .color-list li:nth-child(5) {
  background-color: #CB6F18;
}
.shop-main-sidebar .single-sidebar-widget .color-list li:nth-child(6) {
  background-color: #000000;
}
.shop-main-sidebar .single-sidebar-widget .shop-widget-tag span {
  color: #77787B;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  background-color: transparent;
  border-radius: 30px;
  margin-bottom: 15px;
  margin-right: 3px;
  transition: 0.3s;
  border: 1px solid #EFF2F6;
}
.shop-main-sidebar .single-sidebar-widget .shop-widget-tag span:hover {
  background-color: var(--theme2);
  color: var(--white);
}