.cat_image {
  width: auto !important;
  position: relative;
  overflow: hidden;
}

.cat_image span {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 1s ease-in-out;
  background-color: var(--pink);
  left: 50%;
  top: calc(100% + 20px);
  transform: translate(-50%, -50%);
}

.cat_image.active span {
  top: 50%;
  left: 50%;
  animation: 1s 1 spotlight;
}

.cat_image span::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
  background-color: var(--pink);
  transition: all 1s ease-in-out;
}

.cat_image.active span::before {
  clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
  background-color: #fff;
}

@keyframes spotlight {
  0% {
    left: 50%;
    top: calc(100% + 20px);
  }

  100% {
    left: 50%;
    top: 50%;
  }
}

/* clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%); */

@media (max-width: 600px) {
  .cat_image span {
    width: 20px;
    height: 20px;
  }

  .innerBlock_btn {
    width: 100% !important;
  }
}

@media (max-width: 425px){
  .c-register-btns{
    flex-direction: column;
    text-align: center;
  }
}

.image_upload {
  border: 1px solid var(--pink);
  color: var(--pink);
  position: relative;
  margin-top: 5px;
}

.image_upload span {
  position: absolute;
  padding: 5px 10px;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  top: 0;
  line-height: 1em;
  font-weight: bold;
  vertical-align: middle;
  pointer-events: none;
}

.image_upload span img {
  width: 20px;
}

.image_upload input {
  opacity: 0;
}

.innerBlock_btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.innerBlock_btn button.next img {
  animation: 1s infinite alternate arrowNextImg;
}

.innerBlock_btn button.previous img {
  animation: 1s infinite alternate arrowPreviousImg;
}

@keyframes arrowNextImg {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(10px);
  }
}

@keyframes arrowPreviousImg {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-10px);
  }
}

/* menu */
.sidenav {
  padding-top: 70px;
}

.nav-open span {
  color: var(--pink);
}

.sidenav a {
  color: var(--pink);
  margin-left: 15px;
  border-top: 1px solid var(--pink);
  padding-left: 8px;
  margin-right: 15px;
  text-align: left;
}

.sidenav a:nth-child(3) {
  border: none;
}

.sidenav .sidenav-logo {
  width: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: 0px;
  top: 5px;
  border: none;
  margin: 0 auto;
}

.sidenav-logo img {
  width: 100%;
}

.sidenav .closebtn {
  border: none;
  margin-right: 0;
  right: 0;
}

.sidenav-social_icons ul {
  list-style: none;
  margin: 0;
  padding: 10px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
}

.sidenav-social_icons ul a {
  padding: 0;
  border: none;
  margin-right: 0;
  margin-left: 0;
}

.container-fluid {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

/* contact_us */
.contact_us {
  margin-bottom: 20px;
}

/* .contact_us h3 {
  margin: 0;
  padding: 37px 0 25px;
  font-weight: 400;
  font-size: 24px;
} */
.contact_us p {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
}

.contact_us h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 57px;
  margin-bottom: 58px;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

.contact_us-form h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 17px;
}

.contact_us-docs {
  padding: 55px;
  margin: auto;
  line-height: 1.6;
  color: #fff;
  background-color: #2b5596;
}

.contact_us-docs h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;

  margin-bottom: 17px;
}

.contact-text {
  margin-bottom: 33px;
}

.contact-store a {
  text-decoration: none;
  color: inherit;
}

.contact-address {
  margin-top: 18px;
}

/* ALPESH CSS D:23-09-23 */
.c-button-wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.c-anchar {
  background-color: var(--pink);
  border: none;
  color: #ffe3b7;
  padding: 10px;
  min-width: 150px;
  font-family: "Mooli", sans-serif;
  text-align: center;
}

body {
  overflow-x: hidden;
}

/* product css responsive 👇 */
.product_details .col-lg-12 {
  margin-top: 40px;
}

.product_details .col-lg-7 {
  gap: 10px;
  margin-bottom: 20px;
  flex-direction: column;
}

.product_details .col-lg-7 .main_image {
  flex: 1 1 auto;
  /* width: calc(100% - 245px); */
  width: 100%;
}

.product_details .col-lg-7 .main_image .product_detail_slider .slick-list .slick-track,
.product_details .col-lg-7 .main_image .product_detail_slider .slick-list,
.product_details .col-lg-7 .main_image .product_detail_slider {
  width: 100%;
  height: 100%;
}

.product_details .col-lg-7 .main_image video {
  width: 100%;
  max-height: 750px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.show_sub_images .sub_img_video {
  width: 243px !important;
  margin-bottom: 0;
}

.show_sub_images {
  flex: 0 0 auto;
  width: 100%;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 0;
}

.main_image img {
  width: 100%;
  max-height: 750px;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  object-position: top center;
}

.main_image img,
.product_details .col-lg-7 .main_image video {
  max-height: 750px;
}

@media (max-width: 1200px) {

  /* .product_details .col-lg-7 .main_image video,
  .main_image img {
    max-height: 850px;
  } */

  /* .product_details .col-lg-7 .main_image {
    width: calc(100% - 180px);
  }
  .show_sub_images {
    width: 170px;
  } */
  .product_details .col-lg-5 {
    padding-left: 40px;
  }

  /* .show_sub_images .sub_img_video {
    height: auto;
  } */
}

@media (max-width: 993px) {

  /* .product_details .col-lg-7 .main_image {
    width: calc(100% - 210px);
  }
  .show_sub_images {
    width: 200px;
  } */
  /* .product_details .col-lg-7 .main_image video,
  .main_image img {
    max-height: 1000px;
  } */

  .show_sub_images .sub_img_video {
    width: 200px !important;
  }

  .product_details .col-lg-5 {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .show_sub_images {
    width: 100%;
    flex-direction: row;
    flex: 1;
  }
  .main_image img,
  .product_details .col-lg-7 .main_image video {
    max-height: 550px;
  }
  .product_details .col-lg-7 .main_image {
    width: 100%;
  }

  .product_details_main {
    padding-top: 0;
  }

  .product_details .row {
    margin-top: 30px;
    gap: 15px;
  }

  .product_details .col-lg-7 {
    flex-direction: column;
  }

  .show_sub_images .sub_img_video {
    /* flex: 1 1 auto; */
    /* width: 100% !important; */
    width: 180px !important;
    /* width: calc(50% - 10px) !important; */
    height: 200px;
  }
}

@media (max-width: 576px) {
  .show_sub_images .sub_img_video {
    height: 140px;
    width: 120px !important;
  }
}

.products .row .col-lg-3 {
  display: flex;
  flex-direction: column;
}

.products .row .col-lg-3 a:nth-child(1) {
  display: block;
  flex: 0 0 auto;
}

.products .row .col-lg-3 .product_detail_block {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.products .row .col-lg-3 .product_detail_block a:nth-child(1) {
  display: block;
  margin-bottom: 10px;
}

.products .row .col-lg-3 .product_detail_block div {
  display: flex;
  gap: 5px;
}

.products .row .col-lg-3 .product_detail_block p:not(:first-of-type) {
  margin-top: 0;
}

.products .row .col-lg-3 .product_detail_block p:not(:last-of-type) {
  margin-top: auto;
}

/* product css responsive 👆 */

/*  */

.c-model-close {
  min-width: 35px;
  line-height: 1;
  font-weight: bolder;
  background-color: transparent;
  color: #000;
  padding: 5px;
  font-size: 25px;
}

.c-add-collection-form-btn,
.c-add-product-collection-form-btn,
.c-new-collection-show-form {
  min-width: 100px;
  padding: 5px;
}

.c-new-collection-show-form {
  min-width: 35px;
}

.product_detail_block_front .fa,
.product_detail_block_front .fa-solid {
  z-index: 1;
}

.product_detail_block_front .c-remove-wishlist,
.product_detail_block_front .c-add-wishlist {
  top: 45px;
}

#collectionModel .modal-content {
  min-height: 210px;
}

#collectionModel .c-success-massage {
  width: 100%;
  color: white;
  text-align: left;
}

#collectionModel .modal-content {
  background-color: var(--cream);
}

/* drop-down */
.drop-down {
  position: relative;
}

.drop-down span {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.drop-down-menu {
  position: absolute;
  z-index: 9;
  display: none;
  background-color: var(--cream);
  padding: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.drop-down-menu ul {
  flex-direction: column;
  width: max-content;
}

.drop-down:hover .drop-down-menu {
  display: block;
}

.sidenav .drop-down {
  width: 100%;
}

.sidenav .drop-down span {
  justify-content: space-between;
  border-top: 1px solid var(--pink);
  margin: 0 15px;
}

.sidenav .drop-down span a {
  border: none;
  margin: 0;
  color: var(--pink);
}

.sidenav .drop-down-menu {
  position: unset;
  padding: 0px;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: transparent;
  display: block;
  transform: translateX(0%);
  transition: all 0.2a ease-in-out;
}

.sidenav .drop-down-menu ul {
  list-style: none;
  padding: 10px 35px;
  margin: 0;
  width: 100%;
}

.sidenav .drop-down-menu ul a {
  width: 100%;
  margin: 0;
  color: var(--pink);
  font-weight: 400;
}

.sidenav .openmenu.drop-down-menu {
  height: 100%;
}

.product_detail_block p {
  margin-top: auto;
}

@media (max-width: 600px) {
  .c-button-wrapper {
    justify-content: space-between;
    /* padding: 0px 18px; */
  }
  .c-sign-in{
    margin-right: 14px;
  }
}

@media (max-width:992px) and (min-width:768px){
  .c-button-wrapper{
    justify-content: space-between;
    width: 78%;
  }
}

@media (max-width: 991px) {
  .c-search-form-row .c-leads-btn {
    display: flex;
    justify-content: space-between;
  }
}

/* Reponsive leads table css */
.c-leads-tbl {
  overflow-x: auto;
  max-width: 100%;
}

@media (max-width:600px) {
  .c-leads-tbl table thead {
    display: none;
  }

  .c-leads-tbl table tbody tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .c-leads-tbl table {
    width: 100%;
  }

  .c-leads-tbl table tbody tr td {
    display: flex;
    width: 100%;
    gap: 20px;
    max-width: unset;
    padding: 5px 10px;
    align-items: center;
    justify-content: space-evenly;
  }

  /* .c-leads-tbl table tbody tr td::before {
    content: attr(data-label);
    font-weight: bolder;
    flex: 1;
    min-width: 100px;
    text-align: left;
  } */

  .c-leads-tbl table tbody tr td span {
    flex: 1;
    text-align: left;
  }

  .c-leads-tbl table tbody tr td:last-child {
    border: none;
  }
}

.c-leads-tbl table tbody tr td img {
  height: 100px;
  width: 80px;
  object-fit: contain;
  object-position: top center;
}

/* Product details related product css */
.c-related-products {
  text-align: center;
}

.c-related-products .row .col-lg-4 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 25px;
}

.c-related-products .row .col-lg-4 .c-product-img {
  background-color: #faebd7;overflow: hidden;
}

.c-related-products .row .col-lg-4 img {
  width: 80%;
  object-fit: contain;
  transition: transform 0.5s ease;
  height: 400px;
  object-position: center;
}

.c-related-products .row .col-lg-4 h3 {
  font-size: 19px;
  color: var(--dark_gray) !important;
  /* margin: 10px 10px 0px 10px;
  padding: 10px; */
  margin-top: 5px;
  text-align: left;
}

.c-related-products .row .col-lg-4:hover img {
  transform: scale(1.05);
  transition: transform 0.5s ease;
  overflow: hidden;
}
.c-related-products .row .col-lg-4 .c-price{
  color: var(--pink) !important;
  margin-top: 30px;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}

@media(max-width:768px) {
  .c-related-products .row .col-lg-4 img {
    /* object-fit: contain; */
    height: 400px;
    object-position: center;
  }
}

@media(max-width: 991px) {
  .c-related-products .slick-slide img {
    display: unset;
  }
}

/* PAGINATION CSS */
.pagination{
  display: flex;
  justify-content: center;
}
.pagination .page-item a{
  background-color: var(--dark_gray);
  color: white !important;
}
.pagination .page-item .current{
  background-color: #df1c49 !important;
  color: #ffe3b7 !important;
  border-color: #df1c49 !important;
}
.c-text-left{
  text-align:left;
}

/* Date: 02-10-23 */
.whatsapp-button {
  position: fixed;
  top: 85%;
  z-index: 9999;
  left: 10px;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  color: #fff;
  animation-name: bounce;
  -moz-animation-name: bounce;
  transition: all 300ms ease;
}
@keyframes bounce {
  0%,100%,20%,53%,80% {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
    animation-timing-function: cubic-bezier(.755,.050,.855,.060);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
    animation-timing-function: cubic-bezier(.755,.050,.855,.060);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0)
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0)
  }
}
.c-thank-you-icons{
  display: flex;
  justify-content: space-around;
}

.singin_page .row.innerBlock.mb-3 {
	margin-bottom:15px !Important;
}
.singin_page .row.innerBlock {
	width:45% !important; 
}

.singin_page .c-button-wrapper{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width:1100px) and (min-width:600px) {
  .c-register-btns{
    width: 80% !important;
  }
}

@media (max-width:1100px) and (min-width:600px) {
  .c-store-btns{
    width: 78% !important;
  }
}

@media (max-width:950px) {
	.singin_page .row.innerBlock {
		width:71% !important; 
	}
}

@media (max-width:599px) {
  .c-update-profile, .c-submit{
    margin-right: 15px;
  }
  
}
@media (max-width:600px){
  .c-verify{
    margin-right: 20px;
  }
  .singin_page .row.innerBlock {
    width: 100% !important;
  }
}
@media (max-width: 600px){
  .c-back-page{
    margin-left: 15px;
  }
}
@media (max-width:992px) and (min-width:768px) {
  .c-verify-email-btns{
    justify-content: space-between;
    width: 77%;
  }
}
