/*************CustomstylesSquite**************/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lexend:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --lexend-font-family: "Lexend", sans-serif;
     --inter-font-family: "Inter", sans-serif;
    --poppins-font-family: "Poppins", sans-serif;
    --primary-color: #7000fe;
    --primary-text-color: #000;
    --secondary-bg-color: #f5f7fa;
    --text-color: #fff;
  }
  
  
  .primary-button {
    background-color: var(--primary-color);
    color: var(--text-color);
  }
  
  .primary-text {
    color: var(--primary-text-color);
  }
  
  .secondary-bg {
    background-color: var(--secondary-bg-color);
  }
  
  .text {
    color: var(--text-color);
  }
  .poppins {
    font-family: var(--poppins-font-family);
  }
  .lexend-font-element {
    font-family: var(--lexend-font-family); /* Applying Lexend font */
  }
  
  .inter-font-element {
    font-family: var(--inter-font-family); /* Applying Inter font */
  }
  
   
  .thin {
    font-weight: 100;
  }
  
  .extralight {
    font-weight: 200;
  }
  
  .light {
    font-weight: 300;
  }
  
  .regular {
    font-weight: 400;
  }
  
  .medium {
    font-weight: 500;
  }
  
  .semibold {
    font-weight: 600;
  }
  
  .bold {
    font-weight: 700;
  }
  
  .extrabold {
    font-weight: 800;
  }
  
  .black {
    font-weight: 900;
  }
  
  .italic {
    font-style: italic;
  }
.squitebuynow_btn{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7142857143;
    border-radius: 30px;
    cursor: pointer;
    padding: 15px 30px;
    text-decoration: none;
    text-shadow: none;
    -webkit-appearance: none;
    border: none;
    color: #fff;
    background-color: #7000fe;
}
.right_col_snooring_content button.squitebuynow_btn{width: 30%;}
span.text-active {
    color: #7000fe;
}
  .imgspinners_circles_col {
    background-image: url(https://demo2.pavothemes.com/printec/wp-content/uploads/2023/02/h2_shape.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 90%;
}
.squite_row_grid_1{
    display: grid;
    grid-template-columns: 39% 59%;
    gap: 10px;
}
.squite_row_grid_2{
    display: grid;
    grid-template-columns: 59% 39%;
    gap: 10px;
}
.imgspinners_circles_earplug img {
    width: 100%;
    padding: 5%;
}
.earplug_soulation_content,
.right_col_snooring_content {
    padding: 5%;
}
.ps-promo--mask .ps-banner {
    background-color: #fff;
    height: auto;
    /* min-height: 280px !important; */
    /* background-image: url(https://demo2.pavothemes.com/printec/wp-content/uploads/2023/02/h1_bg-2.jpg); */
}
section.ps-about__banner {
    /* background-image: url(https://demo2.pavothemes.com/printec/wp-content/uploads/2023/03/ldp_bg.jpg); */
}
section.ps-home7--promo {
    background-image: url(https://zquiet.com/cdn/shop/files/banner_design_test-73246507_m-narrow_crop.png?v=1680018369&width=1920);
    background-position: right top;
    background-size: 100%;
    background-repeat: no-repeat;
}
.ps-footer--5 {
    /* background-color: var(--primary-color); */
    /* background-color: transparent;
    background-image: linear-gradient(90deg,#7601D0 0%,#0199FE 100%); */
}
.right_col_snooring_content h3 {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    color: #7000fe;
    background: #e6eeff;
    border-radius: 50px;
    padding: 4px 13px;
    margin-bottom: 12px;
}
.right_col_snooring_content h2 span {
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 0;
}
.about-content-five .about-content-bottom {
    display: flex;
    align-items: center;
}
.about-content-five .about-list {
    width: 60%;
    flex: 0 0 auto;
}
.about-content-five .about-list .list-wrap {
    gap: 25px 0;
    margin-bottom: 0;
}
.about-list .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 0;
    margin-bottom: 30px;
}
.list-wrap {
    margin: 0px;
    padding: 0px;
}
.about-content-five .about-list .list-wrap li {
    color: var(--primary-text-color);
    width: 100%;
}

.about-list .list-wrap li {
    font-family: var(--poppins-font-family);
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    width: 50%;
    line-height: 1.3;
    display: flex;
    align-items: flex-start;
}
.list-wrap li {
    list-style: none;
}
.about-content-five .about-list .list-wrap li i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: var(--primary-text-color);
    border-radius: 50%;
    font-size: 12px;
    margin-right: 8px;
    flex: 0 0 auto;
}
.list-wrap {
    margin: 0px;
    padding: 0px;
}
.about-success-wrap .list-wrap li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
 
.about-success-wrap .list-wrap li .icon {
    font-size: 60px;
    line-height: 0;
    color: var(--tg-primary-color);
    flex: 0 0 auto;
    margin-right: 20px;
}
.about-success-wrap .list-wrap li .content p {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    color: var(--primary-color);
    font-family: var(--poppins-font-family);
    line-height: 1;
}
 .about-list .list-wrap li i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7000fe;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 8px;
    flex: 0 0 auto;
}
.imgspinners_circles img {
    width: 100%;
    padding: 5%;
}


    .homesection_snooringproduct_block_about {
      padding: 5%;
      background-image: url(https://themedox.com/demo/gerow/assets/img/services/h4_services_shape.png);
      background-repeat: no-repeat;
      background-position: right;
  }



  .ps-btn--warning {
    border: 1px solid #7000fe !important;
    background-color: #7000fe !important;
    color: white !important;
}
.ps-btn--warning:hover {
  background-color: white !important;
  color: #7000fe !important;
}

/*=============================
	12. Choose
===============================*/
.choose-bg {
	background-size: cover;
	background-position: center;
	padding: 120px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.choose-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #001641;
	opacity: 0.8;
	z-index: -1;
}
.choose-shape {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 132px;
}
.section-title-two.white-title .title {
	color: var(--text-color);
}
.choose-content {
	width: 90%;
}
.choose-content p {
	margin-bottom: 40px;
	color: #D0D0DD;
}
.choose-content .play-btn {
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	font-size: 18px;
	color: var(--tg-white);
	font-family: var(--tg-heading-font-family);
}
.choose-content .play-btn:hover {
	color: var(--tg-primary-color);
}
.choose-content .play-btn i {
	width: 82px;
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--tg-primary-color);
	color: var(--tg-white);
	border-radius: 50%;
	font-size: 20px;
	margin-right: 35px;
	position: relative;
}
.choose-content .play-btn i::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	border: 1px solid var(--tg-white);
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	animation: pulse-border 1500ms ease-out infinite;
}
.skill-wrap {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 70px 60px;
	background: var(--tg-white);
	margin-left: 100px;
}
.skill-wrap .section-title-two .title {
	font-size: 36px;
}
.skill-wrap > p {
    margin-bottom: 25px;
    color: var(--tg-paragraph-color);
}
.progress-wrap {
	overflow: hidden;
	padding-top: 5px;
}
.progress-item {
	margin-bottom: 25px;
}
.progress-item:last-child {
	margin-bottom: 0;
}
.progress-item .title {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	color: var(--tg-paragraph-color);
}
.progress-item .progress {
	height: 8px;
	background-color: var(--tg-lavender);
	border-radius: 8px;
	overflow: inherit;
}
.progress-item .progress-bar {
	background-color: var(--tg-primary-color);
	position: relative;
	overflow: inherit;
	border-radius: 8px;
}
.progress-item .progress-bar span {
	display: block;
	position: absolute;
	right: 3px;
	bottom: 20px;
	color: var(--tg-white);
	line-height: 1;
	font-family: var(--tg-heading-font-family);
	font-weight: 700;
	font-size: 11px;
	border-radius: 2px;
	background: var(--tg-primary-color);
	padding: 4px 7px;
}
.progress-item .progress-bar span::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 8px;
	height: 8px;
	background: var(--tg-primary-color);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}


/* choose-two */
.choose-area-two {
	background: #001641;
  padding: 20px 0 25px;
	position: relative;
	z-index: 1;
}
.choose-img-two {
	position: relative;
	z-index: 1;
}
.choose-img-two img:nth-child(2) {
	position: absolute;
	right: 18%;
	top: 10%;
	z-index: -1;
}
.choose-img-two img:nth-child(3) {
	position: absolute;
	right: 14%;
	top: 19%;
	z-index: -2;
}
.choose-content-two {
	width: 90%;
}
.choose-content-two > p {
	color: #D0D0DD;
	margin-bottom: 30px;
	width: 90%;
}
.choose-circle-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.circle-item {
	position: relative;
	width: 160px;
}
.circle-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	padding: 20px;
}
.circle-content .percentage {
	display: block;
	font-weight: 800;
	font-size: 36px;
	line-height: 1;
	font-family: var(--tg-heading-font-family);
	color: var(--tg-white);
	margin-bottom: 5px;
}
.circle-content p {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 15px;
	color: var(--tg-white);
	line-height: 1.2;
}

/* testimonial-four */
.testimonial-bg-four {
	background-size: cover;
	background-position: center;
	padding: 120px 0;
	position: relative;
	z-index: 1;
  overflow: hidden;
  background-image: url(https://themedox.com/demo/gerow/assets/img/bg/h4_testimonial_bg.jpg);
}
.testimonial-img-four {
	position: relative;
	z-index: 1;
	padding-left: 42px;
}
.testimonial-img-four::before {
	content: "";
	position: absolute;
	width: 335px;
	height: 335px;
	left: 10.2%;
	bottom: 1px;
	background: #FFF9E4;
	border-radius: 50%;
	z-index: -1;
}
.testimonial-img-four .icon {
	position: absolute;
	left: 7%;
	top: 18%;
	width: 80px;
	height: 80px;
	background: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 59% 41% 28% 72% / 38% 37% 63% 62%;
}
.testimonial-img-four .shape {
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: -2;
}
.testimonial-item-wrap-four {
	position: relative;
	padding-right: 125px;
}
.testimonial-content-four .rating {
	display: flex;
	align-items: center;
	color: var(--tg-yellow);
	gap: 5px;
	margin-bottom: 35px;
}
.testimonial-content-four > p {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 30px;
    font-style: italic;
	color: var(--text-color);
 
}
.testimonial-content-four .testimonial-info span::before {
	display: none;
}
.testimonial-content-four .testimonial-info span {
	padding-bottom: 0;
}
.testimonial-content-four .testimonial-info {
	position: relative;
	padding-left: 16px;
}
.testimonial-content-four .testimonial-info::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 40px;
	border-radius: 4px;
	background: var(--tg-primary-color);
}
.testimonial-nav-four {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	gap: 15px;
}
.testimonial-nav-four .slick-arrow {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0F2D6A;
	border: none;
	border-radius: 50%;
	color: var(--tg-white);
	font-size: 22px;
	line-height: 0;
}
.testimonial-nav-four .slick-arrow:hover {
	background: var(--tg-primary-color);
}
.testimonial-nav-four .slick-arrow.slick-next {
	transform: rotate(180deg);
}
.testimonial-shape-wrap-four img {
	position: absolute;
	z-index: -1;
}
.testimonial-shape-wrap-four img:nth-child(1) {
	left: 0;
	bottom: 0;
}
.testimonial-shape-wrap-four img:nth-child(2) {
	right: 0;
	top: 0;
}


/* testimonial-five */
.testimonial-area-five {
	position: relative;
	padding: 120px 0;
	overflow: hidden;
}
.testimonial-area-five::before {
	content: "";
	position: absolute;
	right: 22%;
	bottom: 22%;
	width: 350px;
	height: 350px;
	background: #FAE7FF;
	filter: blur(200px);
	z-index: -1;
	border-radius: 50%;
}
.testimonial-img-five {
	position: relative;
	text-align: center;
}
.testimonial-img-five img:not(:nth-child(1)) {
	position: absolute;
	z-index: -1;
}
.testimonial-img-five .shape-one {
	left: 3%;
	bottom: 7px;
}
.testimonial-img-five .shape-two {
	left: 17%;
	top: 35%;
	animation: alltuchtopdown 8s infinite linear;
}
.testimonial-img-five .shape-three {
	left: 11%;
	bottom: 12%;
	animation: rotateme 8s infinite linear;
}
.testimonial-content-five {
	padding-right: 112px;
}
.testimonial-item-wrap-five {
	position: relative;
}
.testimonial-item-wrap-five .testimonial-content p {
	color: var(--tg-paragraph-color);
}
.testimonial-item-wrap-five .testimonial-content {
	width: 100%;
}
.testimonial-item-wrap-five .testimonial-quote img {
	opacity: .4;
}
.testimonial-active-five {
	margin: -15px 0;
}
.testimonial-active-five .testimonial-item {
	padding: 15px 0;
}
.testimonial-nav-five {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: absolute;
	right: -120px;
	top: 50%;
	transform: translateY(-50%);
	justify-content: center;
	gap: 15px;
}
.testimonial-nav-five .slick-arrow {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #C2C2C2;
	transform: rotate(-90deg);
	color: var(--tg-primary-color);
	font-size: 20px;
	line-height: 0;
	background: transparent;
	border-radius: 50%;
}
.testimonial-nav-five .slick-arrow.slick-next {
	transform: rotate(90deg);
}
.testimonial-nav-five .slick-arrow:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	border-color: var(--tg-primary-color);
}

.ps-banner__content h2 {
  color: #fff;
}
.ps-banner__content h3 {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  color: #7000fe;
  background: #fff;
  border-radius: 50px;
  padding: 4px 13px;
  margin-bottom: 12px;
}
/* .choose-circle-wrap .ps-banner__content a {
  width: 35%;
  font-size: 14px;
    font-weight: 600;
    line-height: 1.7142857143;
    border-radius: 30px;
    cursor: pointer;
    padding: 15px 30px;
    text-decoration: none;
    text-shadow: none;
    -webkit-appearance: none;
    border: none;
    color: #fff;
    background-color: #7000fe;
} */
.ps-banner .bg-warning {
  color: white;
  background-color: #7000fe !important;
  border-color: #7000fe;
}
.ps-banner .ps-banner__shop {
  font-size: 19px;
  font-weight: 500;
  padding: 5px 25px;
  border-radius: 40px;
  display: inline-block;
  margin-top: 15px;
 
}
.bg-warning {
  background-color: #7000fe!important;
}
.ps-banner .ps-banner__shop.bg-warning:hover {
  color: #7000fe !important;
  background-color: white !important;
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #7000fe!important;
}

.slick-track__snooring .ps-banner__content a.bg-warning:focus, 
.slick-track__snooring .ps-banner__content a.bg-warning:hover, 
button.bg-warning:focus, button.bg-warning:hover {
  background-color: #7000fe!important;
}

.slick-track__snooring .ps-banner__content a ,
.choose-circle-wrap .ps-banner__content a{
  font-size: 19px;
  font-weight: 500;
  padding: 5px 25px;
  border-radius: 40px;
  display: inline-block;
  margin-top: 15px;
  color: #fff;
}

.container_snooring{
  position: relative;
  width: 800px;
  min-width: 350px;
  min-height: 250px;
  padding-bottom: 40px;
  overflow: hidden;
}

.wrapper_snooring{
  width: 300%;
  /* 300% 'caz we have 3 cards */
  min-height: 100%;
  display: flex;
  justify-content: space-between;
  transition: 1s;
}

.card_snooring{
  width: 800px;
  min-height: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 0 10px;
}

.card_snooring-thumb{
  width: 70%;
  height: 250px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}

.card_snooring .client-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card_snooring .client-name{
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 5px 20px;
  background: #fff;
  text-transform: capitalize;
  font-size: 14px;
}

.card_snooring-body{
  width: 120%;
  min-height: 100%;
  height: auto;
  margin-left: 20px;
  position: relative;
  padding-bottom: 50px;
}

.card_snooring .review{
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px;
}

.card_snooring .rating{
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card_snooring .star{
  width: 25px;
  margin-right: 5px;
}

.indicators_snooring{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.indicators_snooring button{
  background: none;
  border: none;
  outline: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  margin-left: 5px;
  transition: .5s;
}

.indicators_snooring button.active{
  width: 40px;
  border-radius: 50px;
  background: #fff;
}

@media (max-width: 800px){
  .container_snooring{
      width: 50%;
      margin: auto;
  }
  .card_snooring{
      flex-direction: column;
  }
  .card_snooring-thumb{
      width: 100%;
      border-radius: 10px;
  }
  .card_snooring-body{
      width: 100%;
      min-height: auto;
      margin-left: 0;
  }
}
section.ps-about__banner {
  /* background-image: url(https://demo2.pavothemes.com/printec/wp-content/uploads/2023/03/ldp_bg.jpg); */
  background-image: url(https://themedox.com/demo/gerow/assets/img/images/about_shape02.png);
  /* width: 100%; */
  background-repeat: no-repeat;
  background-position: right top;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'dosis';
  color: #080808;
  /* background: linear-gradient(110deg, #fc6a6a 0%, #ffc69d 100%); */
  padding: 5% 0;
  background-color: #daf1f6;
}
.container_snooring h3 {
  text-align: center;
  font-weight: 700;
}
.container_snooring p {
  color: #000;
 
}

.emp-profile{
  padding: 3%;
  margin-top: 3%;
  margin-bottom: 3%;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #cbd3d9;
    padding: 40px 5px 30px;
    border-radius: 6px;
}
.profile-img{
  text-align: center;
}
.profile-img img{
  width: 70%;
  height: 100%;
}
.profile-img .file {
  position: relative;
  overflow: hidden;
  margin-top: -20%;
  width: 70%;
  border: none;
  border-radius: 0;
  font-size: 15px;
  background: #212529b8;
}
.profile-img .file input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
}
.profile-head h5{
  color: #333;
}
.profile-head h6{
  color: #0062cc;
}
/* .profile-edit-btn{
  border: none;
  border-radius: 1.5rem;
   
  padding: 2%;
  font-weight: 600;
  color: #6c757d;
  cursor: pointer;
} */
.proile-rating{
  font-size: 12px;
  color: #818182;
  margin-top: 5%;
}
.proile-rating span{
  color: #495057;
  font-size: 15px;
  font-weight: 600;
}
.profile-head .nav-tabs{
  margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
  font-weight:600;
  border: none;
}
.profile-head .nav-tabs .nav-link.active{
  border: none;
  border-bottom:2px solid #0062cc;
}
.profile-work{
  padding: 1%;
  margin-top: -15%;
}
.profile-work p{
  font-size: 12px;
  color: #818182;
  font-weight: 600;
  margin-top: 10%;
}
.profile-work a{
  text-decoration: none;
  color: #495057;
  font-weight: 600;
  font-size: 14px;
}
.profile-work ul{

  list-style: none;
  margin-left: 13%;
  margin-top: 8%;
  width: 74%;
}
.profile-tab label{
  font-weight: 600;
}
.profile-tab p{
  font-weight: 600;
  color: #0062cc;
}
.successcard h1 {
  color: #88B04B;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 10px;
}

.successcard p {
  color: #404F5E;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  margin: 0;
}

.successcard i {
  color: #9ABC66;
  font-size: 100px;
  line-height: 200px;
  margin-left: -15px;
}

.successcard {
  background: white;
  padding: 60px;
  border-radius: 4px;
  box-shadow: 0 2px 3px #C8D0D8;
  display: inline-block;
  margin: 0 auto;
}

.snooringproducts-container {
  
  margin-top:80px;
}
.snooringproducts {
  width:100%;
  background-color:black;
  margin:10px auto;
  display:block;
  overflow:hidden;
  height:400px;
  border-radius:10px;
  -webkit-box-shadow: 0px 0px 31px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 31px -19px rgba(0,0,0,0.75);
box-shadow: 0px 0px 31px -19px rgba(0,0,0,0.75);
}
.snooringproducts:hover > .snooringproducts-image {
  margin-top:-100px;
}
.snooringproducts-image {
  background-color:#fff;
  height:400px;
  width:100%;
  transition:0.5s;
}
.snooringproducts-image img {
  height:100%;
}
.snooringproducts-name {
  color:#fff;
  font-weight:bold;
  padding:5px;
}
.snooringproducts-name h1 {
  font-size:30px;
}
.snooringproducts-name span {
  font-size:20px;
  color:yellow;
  padding:0px;
}
.snooringproducts-social-link ul li {
  position:relative;
  bottom:-120px;
}
.snooringproducts-social-link ul{
  text-align:center;
  list-style:none;
}
.snooringproducts-social-link ul li {
  display:inline-block;
  margin:7px;
  background-color:#000;
  padding:10px;
  border-radius:50%;
  line-height:0.1;
  margin-left:-5px;
}
.snooringproducts-social-link i {
  font-size:15px;
  color:#fff;
  animation-name:rotate-icon;
}

.snooringproducts-social-link ul li:nth-child(1) {
  transition:1.0s;
}
.snooringproducts-social-link ul li:nth-child(2) {
  transition:1.3s;
}
.snooringproducts-social-link ul li:nth-child(3) {
  transition:1.6s;
}
.snooringproducts-social-link ul li:nth-child(4) {
  transition:1.9s;
}
.snooringproducts-social-link ul li:nth-child(5) {
  transition:2.2s;
}
.snooringproducts:hover > .snooringproducts-details .snooringproducts-social-link ul li{
  bottom:250px;
}
.snooringproducts-container h1 {
  color: #fff;
}
.wrapperproducts_snooring {
  display: flex;
  width: 90%;
  justify-content: space-around;
}

.cardproducts_snooring {
  width: 280px;
  height: 360px;
  border-radius: 15px;
  padding: 1.5rem;
  background: white;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.4s ease-out;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}
.cardproducts_snooring:hover {
  transform: translateY(20px);
}
.cardproducts_snooring:hover:before {
  opacity: 1;
}
.cardproducts_snooring:hover .info {
  opacity: 1;
  transform: translateY(0px);
}
.cardproducts_snooring:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}
.cardproducts_snooring img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}
.cardproducts_snooring .info {
  position: relative;
  z-index: 3;
  color: white;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
}
.cardproducts_snooring .info h1 {
  margin: 0px;
}
.cardproducts_snooring .info p {
  letter-spacing: 1px;
  font-size: 15px;
  margin-top: 8px;
}
.cardproducts_snooring .info button {
  padding: 0.6rem;
  outline: none;
  border: none;
  border-radius: 3px;
  background: white;
  color: black;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s ease;
}
.cardproducts_snooring .info button:hover {
  background: dodgerblue;
  color: white;
}


/* carousel */
.carousel{
  height: 70vh;
  margin-top: 0px;
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.carousel .list .item{
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0 0 0;
}
.carousel .list .item img{
  width: 100%;
  height: 100%;
  object-fit: unset;
  
}
.carousel .list .item .content{
  position: absolute;
  top: 10%;
  width: 1140px;
  max-width: 80%;
  left: 50%;
  transform: translateX(-60%);
  padding-right: 30%;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 0 5px 10px #0004;
}
.carousel .list .item .author{
  font-weight: bold;
  letter-spacing: 10px;
}
.carousel .list .item .title,
.carousel .list .item .topic{
  font-size: 5em;
  font-weight: bold;
  line-height: 1.3em;
}
.carousel .list .item .topic{
  color: #4441e3;
}
.carousel .list .item .buttons{
  display: grid;
  grid-template-columns: repeat(2, 130px);
  grid-template-rows: 40px;
  gap: 5px;
  margin-top: 20px;
}
.carousel .list .item .buttons button{
  border: none;
  background-color: #eee;
  letter-spacing: 3px;
  font-family: Poppins;
  font-weight: 500;
}
.carousel .list .item .buttons button:nth-child(2){
  background-color: transparent;
  border: 1px solid #fff;
  color: #eee;
}
/* thumbail */
.thumbnail{
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: max-content;
  z-index: 100;
  display: flex;
  gap: 20px;
  display: none;
}
.thumbnail .item{
  width: 150px;
  height: 220px;
  flex-shrink: 0;
  position: relative;
}
.thumbnail .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.thumbnail .item .content{
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.thumbnail .item .content .title{
  font-weight: 500;
}
.thumbnail .item .content .description{
  font-weight: 300;
}
/* arrows */
.arrows{
  position: absolute;
  top: 80%;
  right: 52%;
  z-index: 100;
  width: 300px;
  max-width: 30%;
  display: flex;
  gap: 10px;
  align-items: center;
}
.arrows button{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eee4;
  border: none;
  color: #fff;
  font-family: monospace;
  font-weight: bold;
  transition: .5s;
}
.arrows button:hover{
  background-color: #fff;
  color: #000;
}

/* animation */
.carousel .list .item:nth-child(1){
  z-index: 1;
}

/* animation text in first item */

.carousel .list .item:nth-child(1) .content .author,
.carousel .list .item:nth-child(1) .content .title,
.carousel .list .item:nth-child(1) .content .topic,
.carousel .list .item:nth-child(1) .content .des,
.carousel .list .item:nth-child(1) .content .buttons
{
  transform: translateY(50px);
  filter: blur(20px);
  opacity: 0;
  animation: showContent .5s 1s linear 1 forwards;
}
@keyframes showContent{
  to{
      transform: translateY(0px);
      filter: blur(0px);
      opacity: 1;
  }
}
.carousel .list .item:nth-child(1) .content .title{
  animation-delay: 1.2s!important;
}
.carousel .list .item:nth-child(1) .content .topic{
  animation-delay: 1.4s!important;
}
.carousel .list .item:nth-child(1) .content .des{
  animation-delay: 1.6s!important;
}
.carousel .list .item:nth-child(1) .content .buttons{
  animation-delay: 1.8s!important;
}
/* create animation when next click */
.carousel.next .list .item:nth-child(1) img{
  width: 150px;
  height: 220px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  border-radius: 30px;
  animation: showImage .5s linear 1 forwards;
}
@keyframes showImage{
  to{
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 0;
  }
}

.carousel.next .thumbnail .item:nth-last-child(1){
  overflow: hidden;
  animation: showThumbnail .5s linear 1 forwards;
}
.carousel.prev .list .item img{
  z-index: 100;
}
@keyframes showThumbnail{
  from{
      width: 0;
      opacity: 0;
  }
}
.carousel.next .thumbnail{
  animation: effectNext .5s linear 1 forwards;
}

@keyframes effectNext{
  from{
      transform: translateX(150px);
  }
}

/* running time */

.carousel .time{
  position: absolute;
  z-index: 1000;
  width: 0%;
  height: 3px;
  background-color: #f1683a;
  left: 0;
  top: 0;
}

.carousel.next .time,
.carousel.prev .time{
  animation: runningTime 3s linear 1 forwards;
}
@keyframes runningTime{
  from{ width: 100%}
  to{width: 0}
}


/* prev click */

.carousel.prev .list .item:nth-child(2){
  z-index: 2;
}

.carousel.prev .list .item:nth-child(2) img{
  animation: outFrame 0.5s linear 1 forwards;
  position: absolute;
  bottom: 0;
  left: 0;
}
@keyframes outFrame{
  to{
      width: 150px;
      height: 220px;
      bottom: 50px;
      left: 50%;
      border-radius: 20px;
  }
}

.carousel.prev .thumbnail .item:nth-child(1){
  overflow: hidden;
  opacity: 0;
  animation: showThumbnail .5s linear 1 forwards;
}
.carousel.next .arrows button,
.carousel.prev .arrows button{
  pointer-events: none;
}
.carousel.prev .list .item:nth-child(2) .content .author,
.carousel.prev .list .item:nth-child(2) .content .title,
.carousel.prev .list .item:nth-child(2) .content .topic,
.carousel.prev .list .item:nth-child(2) .content .des,
.carousel.prev .list .item:nth-child(2) .content .buttons
{
  animation: contentOut 1.5s linear 1 forwards!important;
}

@keyframes contentOut{
  to{
      transform: translateY(-150px);
      filter: blur(20px);
      opacity: 0;
  }
}
@media screen and (max-width: 678px) {
  .carousel .list .item .content{
      padding-right: 0;
  }
  .carousel .list .item .content .title{
      font-size: 30px;
  }
}
.animate_section{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;

}
 

.animate_section.active{
  transform: translateY(0);
  opacity: 1;
}
.ps-product__thumbnail {
  position: relative;
  margin-bottom: 0px;
  padding: 0px;
}
.profile-head {
  display: flex;
  justify-content: space-between;
  align-items: center;

    padding: 5% 0;
}
.profile-edit-btn {
  border: none;
  border-radius: 1.5rem;
  /* width: 70%; */
  padding: 15%;
  font-weight: 600;
  color: #6c757d;
  cursor: pointer;
  padding-top: 1%;
  
}
ul#tabsJustified li a {
  color: #fff;
  background-color: #cccccc;
  position: relative;
  border-radius: 6px;
  padding: 9px 10px 9px 55px;
  margin-bottom: 8px;
  transition: var(--transition);
  border: none;
  width: 100%;
}
ul#tabsJustified li a.active {
  background-color: #000;
}
.select2 {
  display: block;
  min-width: 100%;
  color: #5b6c8f;
  background-color: #f0f2f5;
  font-size: 16px;
  padding: 9px 15px;
  border-radius: 40px;
  border-color: #f0f2f5;
}
.axil-dashboard-account_address_details {
  display: none;
  transition: display 0.5s ease;
}
ul.address-details {
  list-style-type: none;
  padding-left: 0;
  margin-top: 3%;
}
.ps-product.ps-product--horizontal {
 
  border-radius: 23px;
  padding-left: 0px;
  background-color: #001641;
  transition: box-shadow .3s;

border-radius:10px;
border: 1px solid #ccc;
background: #fff;
}
.ps-product--horizontal .ps-product__thumbnail {
  width: auto;
  padding: 0;
  height: 150px;
   
}
.ps-product.ps-product--horizontal h5 {
  padding-top: 46%;
}
.ps-product.ps-product--horizontal:hover {
  transition: ease-in;
box-shadow: 0 0 11px rgba(33,33,33,.2); 
 
}
span.ps-product__price.sale {
  display: none;
}
.ps-product__thumbnail figure img {
  width: 100%;
  height: 200px;
}
.ps-product--horizontal .ps-product__content {
  padding-left: 0px;
  display: none;
}
.ps-product--horizontal .ps-product__thumbnail .ps-product__image img {
  /* width: 120px; */
 
  width: 100% !important;
    height: 150px;
}
.ps-search--result {
  
  border-radius: 20px;
  margin-top: 8px;}

  .ps-product__thumbnail h4 {
    /* font-size: 16px; */
    margin: 10px;
    font-weight: 600;
    color: #000;
}
.ps-search--result .ps-result__content .col-12 {
  margin-bottom: 100px;
}
span.error {
  position: absolute;
  top: 48px;
  right: 0;
  background-color: #fff;
  margin: 5px 0px;
  padding: 6px;
  border-radius: 10px;
}