@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&display=swap");
:root {
  --primary: #D14373;
  --secondary: #1D1F1F ;
  --filterPrimary: invert(39%) sepia(44%) saturate(961%) hue-rotate(291deg) brightness(91%) contrast(93%);
  --filterSecondary: invert(0%) sepia(100%) saturate(19%) hue-rotate(19deg) brightness(101%) contrast(106%);
  --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(127%) contrast(96%);
}

* {
  margin: 0px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Baloo Bhaijaan 2", sans-serif;
  scroll-behavior: smooth;
}
*::-moz-selection {
  background-color: var(--primary);
  color: #fff;
}
*::selection {
  background-color: var(--primary);
  color: #fff;
}
*::-webkit-scrollbar {
  width: 7px;
}
*::-webkit-scrollbar-track {
  background-color: #eee;
}
*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}

body {
  direction: rtl;
  overflow-x: hidden;
}

div::-webkit-scrollbar,
ul::-webkit-scrollbar,
nav::-webkit-scrollbar {
  height: 5px;
}

/**********************************************
   Start Global Style
**********************************************/
.color-gray {
  color: #ccc;
}
/*.price .prev {*/
/*    text-decoration: line-through;*/
/*}*/
.color-gray2 {
  color: #888;
}

.color-dark {
  color: #1B2021;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.filterPrimary {
  filter: var(--filterPrimary);
}

.filterSecondary {
  filter: var(--filterSecondary);
}

.filterWhite {
  filter: var(--filterWhite);
}

p,
.p {
  font-size: 15px;
  color: #555;
  line-height: 1.7rem;
  margin-bottom: 0;
}

a {
  color: #000;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}
a:hover {
  color: var(--primary) !important;
}
a:focus {
  outline: 0;
}

del,
.del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

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

button {
  border: none;
  padding: 0;
  transition: all 0.3s linear;
  background-color: transparent;
}
button:focus {
  border: none;
  box-shadow: transparent;
  outline: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  transition: all 0.3s ease;
  outline: 0;
  box-shadow: none;
}

form .form-group {
  position: relative;
}
form .form-control {
  font-size: 14px;
}
form .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid var(--primary) !important;
}
form input,
form select {
  height: 60px !important;
}
form .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: none;
}
form textarea {
  resize: none;
}
form .form-check-input {
  height: 1em !important;
}

.progress-wrap {
  position: fixed;
  inset-inline-end: 15px;
  bottom: 15px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateY(130%);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/icons/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: var(--primary);
  left: 10.5px;
  top: 10.5px;
  height: 25px;
  width: 25px;
  display: block;
  filter: var(--filterPrimary);
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.container,
.container-fluid,
.zi-5 {
  position: relative;
  z-index: 5;
}

.secImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-end {
  text-align: end;
}

.overflow_hidden {
  overflow: hidden !important;
}

.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.position-unset {
  position: unset;
}

.underline {
  text-decoration: underline !important;
}

.trans_3 {
  transition: all 0.3s linear;
}

[type="tel"], [type="url"], [type="email"], [type="number"] {
    direction: inherit;
} 

.rateModal .stars-content .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 .2em;
  text-align: center;
  margin: auto;
}

.rateModal .stars-content .star-rating i {
  margin: 0 5px;
}

.rateModal .stars-content .star-rating input {
  display: none;
}

.rateModal .stars-content .star-rating label {
  color: #FFEEC9;
  cursor: pointer;
}

.rateModal .stars-content .star-rating :checked ~ label {
  color: #FFD06A;
}

.rateModal .stars-content .star-rating label:hover,
.rateModal .stars-content .star-rating label:hover ~ label {
  color: #FFB820;
}

.rateModal .butn {
  min-width: 140px;
  font-size: 16px;
}
/**********************************************
   Start Loader
**********************************************/
#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
  pointer-events: none;
  /*----------- upload loader ------------*/
}
#preloader::after, #preloader::before {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(to right, #0d1a36, #132650, #0a152e);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader::before {
  top: 0;
}
#preloader::after {
  bottom: 0;
}
#preloader .logo_img {
  width: 300px;
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0.5;
}
#preloader #loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3333333333);
  display: none;
  transition: all 0.5s ease;
}
#preloader #loading-wrapper.show {
  display: block;
}
#preloader #loading-wrapper #loading-text {
  display: block;
  position: absolute;
  top: calc(50% - 38px);
  left: 50%;
  color: #fff;
  width: 100px;
  height: 100px;
  margin: -7px 0 0 -45px;
  text-align: center;
  font-size: 20px;
}
#preloader #loading-wrapper img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
#preloader #loading-wrapper #loading-content {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid #F00;
}
#preloader #loading-wrapper #loading-content::after {
  content: "";
  position: absolute;
  border: 3px solid #0F0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}
#preloader #loading-wrapper #loading-content::before {
  content: "";
  position: absolute;
  border: 3px solid #00F;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}
#preloader #loading-wrapper #loading-content {
  border: 3px solid transparent;
  border-top-color: #3659A3;
  border-bottom-color: #3659A3;
  border-radius: 50%;
  animation: loader 2s linear infinite;
}
#preloader #loading-wrapper #loading-content::before {
  border: 3px solid transparent;
  border-top-color: #0aafde;
  border-bottom-color: #0aafde;
  border-radius: 50%;
  animation: loader 3s linear infinite;
}
#preloader #loading-wrapper #loading-content::after {
  border: 3px solid transparent;
  border-top-color: #E33F74;
  border-bottom-color: #E33F74;
  border-radius: 50%;
  animation: loader 1.5s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}
#preloader.isdone {
  visibility: hidden;
  transition-delay: 1.5s;
}
#preloader.isdone #loading-wrapper {
  opacity: 0;
  transform: scale(3);
  filter: blur(2px);
}
#preloader.isdone::after, #preloader.isdone::before {
  height: 0;
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition-delay: 1s;
}
#preloader #content-wrapper {
  color: #FFF;
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
}
#preloader #header {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  background-color: #666;
}
#preloader #content {
  width: 800px;
  height: 1000px;
  margin: 0 auto;
  text-align: center;
  background-color: #888;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/**********************************************
   Start Animations
**********************************************/
@keyframes floating-y {
  0% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
@keyframes floatingX {
  0% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
.slide_ltr {
  transform: translateX(5%);
  transition: all 1.2s ease-in-out;
  transition-delay: 0.1s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.slide_ltr.animated {
  transform: translateX(0%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.slide_ltr.no_scale {
  transform: scale(1);
}

.slide_rtl {
  transform: translateX(-5%);
  transition: all 1s ease-in-out;
  transition-delay: 0.1s;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.slide_rtl.animated {
  transform: translateX(0%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.slide_rtl.no_scale {
  transform: scale(1);
}

@keyframes puff-in {
  0% {
    transform: scale(1.2);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}
.puff-in {
  animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.text-focus-in {
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@keyframes wiggle {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  25% {
    transform: translateX(5px) rotate(5deg);
  }
  50% {
    transform: translateX(0) rotate(0deg);
  }
  75% {
    transform: translateX(-5px) rotate(-5deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
/**********************************************
    Start Public Classes
**********************************************/
.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.swiper-container .swiper-pagination,
.section .swiper-pagination {
  bottom: 0;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet,
.section .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 25px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active,
.section .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev,
.section .swiper-button-next,
.section .swiper-button-prev {
  background-image: unset;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: unset;
  background-color: #FFE7F8;
  transition: all 0.3s linear;
}
.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before,
.section .swiper-button-next::before,
.section .swiper-button-prev::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  color: var(--primary);
  transition: all 0.3s linear;
}
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover,
.section .swiper-button-next:hover,
.section .swiper-button-prev:hover {
  background-color: var(--primary);
  opacity: 1;
}
.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before,
.section .swiper-button-next:hover::before,
.section .swiper-button-prev:hover::before {
  color: #fff;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev,
.section .swiper-button-next,
.section .swiper-container-rtl .swiper-button-prev {
  right: 2%;
  left: auto;
}
.swiper-container .swiper-button-next::before,
.swiper-container .swiper-container-rtl .swiper-button-prev::before,
.section .swiper-button-next::before,
.section .swiper-container-rtl .swiper-button-prev::before {
  content: "\f054";
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next,
.section .swiper-button-prev,
.section .swiper-container-rtl .swiper-button-next {
  left: 2%;
  right: auto;
}
.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before,
.section .swiper-button-prev::before,
.section .swiper-container-rtl .swiper-button-next::before {
  content: "\f053";
}

.butn {
  position: relative;
  padding: 1rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 45px;
  font-weight: bold;
  overflow: hidden;
}
.butn span {
  position: relative;
  z-index: 5;
}
.butn i {
  margin-inline-end: 7px;
}
.butn.sm_butn {
  padding: 0;
  width: 50px;
  height: 50px;
}
.butn.primary_butn {
  background-color: var(--primary);
  color: #fff;
}
.butn.primary_border_butn {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}
.butn.secondary_butn {
  background-color: var(--secondary);
  color: #fff;
}
.butn.secondary_border_butn {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background-color: transparent;
}
.butn.white_butn {
  background-color: #fff;
  color: #333;
}
.butn.white_border_butn {
  background-color: #fff;
  border: 1px solid #D6D3D3;
}
.butn.gray_butn {
  background-color: #f1f1f1;
  color: var(--primary);
}
.butn::before, .butn::after {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100px) skewX(-15deg);
  content: "";
}
.butn::before {
  width: 60px;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(30px);
  opacity: 0.5;
}
.butn::after {
  width: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(5px);
}
.butn:hover {
  color: var(--primary);
  background-color: #FFF9DE;
  border-color: #FFF9DE;
  transition-delay: 0.2s;
}
.butn:hover .icon {
  filter: var(--filterPrimary);
  transition: all 0.1s;
  transition-delay: 0.2s;
}
.butn:hover::before, .butn:hover::after {
  transform: translateX(300px) skewX(-15deg);
  transition: all 0.7s ease;
}
.butn:hover::before {
  opacity: 1;
}
@keyframes ani500 {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}

.icon18 {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon15 {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon20 {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.whats_link {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  inset-inline-start: 20px;
  z-index: 99;
  border-radius: 50%;
  box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.2);
}
.whats_link .icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pagination-wrapper .page-link {
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-size: 13px;
  border-radius: 50% !important;
  margin: 0 10px;
}
.pagination-wrapper .page-link:hover {
  background-color: #f5f5f5;
  color: var(--primary) !important;
}
.pagination-wrapper .page-link.active {
  background-color: #E4F7F9;
  border-color: #9ecdd3;
  color: var(--primary);
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .navbar {
  padding: 1rem;
  padding-top: 1.5rem;
  transition: all .3s linear ;
  z-index: 9999;
}
.navs-container .navbar.fixed  {
    padding: .2rem 1rem;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    z-index: 1000;
}
.navs-container .navbar.fixed .logo.middle_logo {
    margin-bottom: 0;
    width: 70px;
}
.navs-container .navbar .logo {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.navs-container .navbar .logo.middle_logo {
  margin-bottom: -100px;
}
.navs-container .navbar .nav-link {
  color: #1D1F1F;
  margin-inline-end: 15px;
  position: relative;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.3s linear;
}
.navs-container .navbar .nav-link::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
}
.navs-container .navbar .nav-link.active {
  color: var(--primary);
}
.navs-container .navbar .nav-link.active::after {
  opacity: 1;
}
.navs-container .navbar .nav_end .nav_butn ,
.navs-container .navbar .cart_butn {
  position: relative;
}
.navs-container .navbar .nav_end .nav_butn .num,
.navs-container .navbar .cart_butn .num {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-size: 10px;
  background-color: var(--primary);
  color: #fff;
  position: absolute;
  top: -7px;
  right: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.navs-container .navbar .nav_end .prof_butn {
  padding: 0.7rem 1.2rem;
  border: 1px solid #DDE1E8;
  border-radius: 25px;
}
.navs-container .navbar .nav_end .icon,
.navs-container .navbar .cart_butn .icon {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(6%) sepia(3%) saturate(1607%) hue-rotate(131deg) brightness(97%) contrast(85%);
}
.navs-container .navbar .nav_end .dropdown-toggle::after {
  filter: var(--filterPrimary);
}
.navs-container .navbar .nav_end .dropdown-menu {
  padding: 10px;
  border: 0;
  border-radius: 25px;
  background: #f9f9f9;
  text-align: center;
}
.navs-container .navbar .nav_end .dropdown-menu .dropdown-item {
  font-size: 14px;
  border-radius: 25px;
}
.navs-container .navbar .navbar-toggler {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: rgba(221, 221, 221, 0.3);
    border: none;
    position: absolute;
    inset-block-start: 0;
    top: 30px;
    border-radius: 50%;
}
.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}
.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  transform: rotate(45deg);
}
.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  transform: rotate(135deg);
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 20px;
  height: 2px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, 
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--primary);
  transition: 0.5s;
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -6px;
  right: 0px;
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 6px;
  right: 0px;
}

.footer {
  padding-top: 100px;
  padding-bottom: 0;
  background-color: var(--primary);
}
.footer .content {
  margin-bottom: 30px;
}
.footer .content .logo {
  width: 155px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}
.footer .content .contact_links .item {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.footer .content .contact_links .item .icon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline-end: 15px;
  position: relative;
  bottom: 8px;
}
.footer .content .contact_links .item .txt_cont {
  width: calc(100% - 45px);
}
.footer .content .contact_links .item .txt_cont .label {
  color: #FFF9DE;
  font-size: 17px;
  margin-bottom: 5px;
}
.footer .content .contact_links .item .txt_cont .data ,
.footer .content .contact_links .item .txt_cont  a {
  color: #fff !important;  
  font-size: 18px;
  font-weight: bold;
}
.footer .content .contact_links .item .txt_cont a:focus {
  color: #fff !important;  
}
.footer .content .contact_links .item .txt_cont .data.dir_ltr {
  text-align: right;
}
.footer .content .newsletter_form {
  position: relative;
}
.footer .content .newsletter_form .phone_group {
  direction: ltr;
}
.footer .content .newsletter_form .phone_group .form-control {
  border-radius: 15px;
  border: 1px solid #fff;
  background-color: transparent;
  text-align: left;
  padding-left: 110px;
  padding-right: 60px;
  color: #fff;
}
.footer .content .newsletter_form .phone_group .form-control::-moz-placeholder {
  color: #eee;
}
.footer .content .newsletter_form .phone_group .form-control::placeholder {
  color: #eee;
}
.footer .content .newsletter_form .phone_group .form-control:focus {
  border-color: #FFF9DE !important;
}
.footer .content .newsletter_form .phone_group .flag {
  width: 20px;
  height: 13px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer .content .newsletter_form .phone_group .phone_select {
  width: 65px;
  padding: 0;
  position: absolute;
  left: 50px;
  bottom: 5px;
  border: none;
  background-color: transparent;
  box-shadow: none !important;
  background-position: right 0.75rem center;
  background-color: var(--primary);
  color: #fff;
  height: 50px !important;
  border: none !important;
  font-size: 14px;
}
.footer .content .newsletter_form .submit_butn {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #1D1F1F;
  color: #fff;
  border-radius: 15px;
}
.footer .foot {
  position: relative;
  padding: 15px 0;
}
.footer .foot .p {
  color: #1D1F1F;
}
.footer .foot .foot_end .links a {
  margin-inline-end: 15px;
  font-size: 16px;
  display: inline-block;
}
.footer .foot .foot_end .social_links a {
  width: 40px;
  height: 40px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1D1F1F;
  color: #1D1F1F;
  margin-inline-end: 10px;
}
.footer .foot::before {
  content: "";
  width: 100px;
  height: 60px;
  background: url(../images/cat_footer.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.footer::before {
  content: "";
  width: 100%;
  height: 28px;
  background: url(../images/top_divider.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 1;
}

.dir_ltr {
  direction: ltr;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header {
  position: relative;
  padding: 150px 0 0 0;
  min-height: 90vh;
}
.header .txt_box {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 8;
}
.header .txt_box .title {
  font-size: 80px;
  font-size: calc(2.5vw + 35px);
  font-weight: bold;
}
.header .txt_box .p {
  color: #1D1F1F;
}
.header .secImg {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.header .bg {
  height: calc(100% - 50px);
}
.header::before, .header::after {
  content: "";
  width: 100%;
  height: 28px;
  background: url(../images/top_divider.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 1;
}
.header::after {
  top: unset;
  bottom: 50px;
  transform: rotate(180deg);
}
.header .rightImg {
    height: 525px ;
    object-position: bottom;
    object-fit: contain;
}
.header .leftImg {
    height: 525px ;
    object-position: bottom;
    object-fit: contain;
}


.new_header{
  position: relative;
  padding: 70px 0;
  min-height: 90vh;
  display: flex;
  align-items: center ;
}
.new_header .txt_box {
  position: relative;
  z-index: 8;
}
.new_header .txt_box .title {
  font-size: 80px;
  font-size: calc(2.5vw + 35px);
  font-weight: bold;
}
.new_header .txt_box .p {
  color: #1D1F1F;
}
.new_header::before, 
.new_header::after {
  content: "";
  width: 100%;
  height: 28px;
  background: url(../images/top_divider.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 1;
}
.new_header::after {
  top: unset;
  bottom: 0px;
  transform: rotate(180deg);
}


.fancybox-content {
    height: calc(100% - 88px) !important;
}

.lity-content video {
    width: 80% !important;   /* خلي العرض كبير */
    max-width: 900px !important; /* أقصى عرض */
    height: auto !important;  /* خليه يحافظ على النسبة */
    display: block;
    margin: 0 auto; /* وسطيه */
    border-radius: 12px; /* شكل شيك */
}
.lity-content video {
    width: 100% !important;
    height: auto !important;
}


.categ_sec .nav {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-radius: 55px;
  border: 1px solid #DDDDDD;
  margin: auto;
}
.categ_sec .nav .nav-link {
  background-color: #EDEDED;
  border-radius: 35px;
  color: #C3C4C4;
  margin-inline-end: 10px;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  padding-inline: 2rem;
}
.categ_sec .nav .nav-link.active {
  background-color: var(--primary);
  color: #fff;
}

.categ_sec .categ_box {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.categ_sec .categ_box .img_box {
  width: 250px;
  height: 250px;
  position: relative;
  display:block ;
  margin: 0 auto  ;
  margin-bottom: 25px;
  border: 2px solid var(--primary);
  border-radius: 50%;
    padding: 10px;
}
.categ_sec .categ_box .img_box::before {
  content: "";
  width: 44px;
  height: 28px;
    position: absolute;
    top: 7px;
    inset-inline-start: 15px;
  background: url(../images/foot_dog.svg) no-repeat center;
  background-size: contain;
  /*animation: wiggle 3s infinite linear;*/
  transform: rotate(15deg);
}
.categ_sec .categ_box .img_box .catImg {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border-radius: 50%;
  z-index: 5;
}
.categ_sec .categ_box .img_box .bg {
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s linear;
}
.categ_sec .categ_box .label {
  color: #1D1F1F;
  font-size: 19px;
  font-weight: bold;
  transition: all 0.3s linear;
}
.categ_sec .categ_box:hover .img_box .bg {
  transform: rotate(10deg);
}
.categ_sec .categ_box:hover .label {
  color: var(--primary);
}
.categ_sec .prev_categ_swiper .categ_box .img_box {
    border-color: #ccc ;
}
.categ_sec .prev_categ_swiper .categ_box .img_box::before {
  filter: invert(77%) sepia(0%) saturate(0%) hue-rotate(188deg) brightness(93%) contrast(88%);
}

.categ_sec .prev_categ_swiper .categ_box .img_box .bg {
  filter: grayscale(100%);
}
.categ_sec .prev_categ_swiper .categ_box:hover .bg {
  filter: grayscale(0);
}
.categ_sec .swiper-button-next,
.categ_sec .swiper-button-prev {
  top: 60%;
}

.foot_icon {
  position: relative;
}
.foot_icon::before {
  content: "";
  width: 44px;
  height: 28px;
  position: absolute;
  top: -30px;
  inset-inline-start: -18px;
  background: url(../images/foot_dog.svg) no-repeat center;
  background-size: contain;
  animation: wiggle 3s infinite linear;
}

.banner_sec .inner {
  padding: 35px 15px;
  position: relative;
  background-color: #D1A57E;
  border-radius: 25px;
}

.banner_sec .inner .txt .title {
    font-size: 26px !important;
}
.banner_sec .inner .cats {
    inset-inline-end: 0%;
}

.banner_sec .inner .foot {
  filter: invert(57%) sepia(10%) saturate(1773%) hue-rotate(347deg) brightness(98%) contrast(85%);
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner_sec .inner .butn {
  background-color: #BA885B;
  color: #fff;
  justify-content: start;
  padding-inline-start: 2.5vw;
}
.banner_sec .inner .butn:hover {
  background-color: #907462;
  border-color: #907462;
}
.banner_sec .inner .cats {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: -10px;
  inset-inline-end: 0%;
  z-index: 6;
}

.products_sec {
  background-color: #FFE7F8;
  overflow: unset;
}
.products_sec .swiper-button-next,
.products_sec .swiper-button-prev {
  top: 55%;
}
.products_sec .catVector {
  position: absolute;
  height: 125px;
  -o-object-fit: contain;
     object-fit: contain;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  z-index: 6;
  pointer-events: none;
}
.products_sec::before, .products_sec::after {
  content: "";
  width: 100%;
  height: 28px;
  background: url(../images/top_divider.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 1;
}
.products_sec::after {
  top: unset;
  bottom: 0;
  transform: rotate(180deg);
}

.prod_card {
  position: relative;
  margin-bottom: 25px;
}
.prod_card .img_box {
  height: 245px;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
}
.prod_card .img_box .secImg {
  border-radius: 35px;
}
.prod_card .img_box .card_butns {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}
.prod_card .img_box .card_butns .card_butn {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border: 2px solid rgba(29, 31, 31, 0.1607843137);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 5px;
}
.prod_card .img_box .card_butns .card_butn .icon {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.prod_card .img_box .card_butns .card_butn:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.prod_card .img_box .card_butns .card_butn:hover .icon {
  filter: var(--filterWhite);
}
.prod_card .img_box .card_butns .fav_butn.active {
  border-color: #FFF9DE;
  background-color: #FFF9DE;
  color: #fff;
}
.prod_card .img_box .card_butns .fav_butn.active .icon {
  filter: var(--filterPrimary);
}
.prod_card .img_box .cart_butn {
  width: calc(100% - 50px);
  position: absolute;
  bottom: 15px;
  right: 25px;
  padding-block: 0.7rem;
  font-size: 16px;
  z-index: 5;
}
.prod_card .img_box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 35px;
  border: 3px solid rgba(255, 212, 227, 0.6941176471);
  transform: scale(0.8);
  opacity: 0;
  z-index: 4;
  transition: all 0.3s linear;
}
.prod_card .img_box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(209, 67, 114, 0.0549019608), rgba(209, 67, 114, 0.1607843137), rgba(209, 67, 114, 0.831372549));
  transition: all 0.3s linear;
  opacity: 0;
  z-index: 1;
}
.prod_card .card-body {
  text-align: center;
  padding-top: 1.5rem;
}
.prod_card .card-body .price .prev {
  color: #1D1F1F;
  opacity: 0.4;
}
.price .prev {
  position: relative;  
  text-decoration: none !important ;
}

.price .prev::before {
    width: 100%;
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    transform: translateY(-60%);
    background-color: #1D1F1F;
    opacity: 0.6;
}
.prod_card:hover .img_box::before {
  transform: scale(0.97);
  opacity: 1;
}
.prod_card:hover .img_box::after {
  opacity: 1;
}

.soldout_card .cart_butn {
  display: none !important;
}
.soldout_card .sold_badge {
  top: 20px;
  right: -65px;
  color: #ccc;
  display: block;
  position: absolute;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  padding: 5px 25px;
  width: 200px;
  text-shadow: 0 0 0.75em #444;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  transform: rotate(45deg) scale(0.75, 1);
  z-index: 99;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.soldout_card .sold_badge::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: -0.3em -5em;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  border: 2px rgba(255, 255, 255, 0.459) dashed;
}

.feedback_sec .feedback_card {
  border-radius: 32px;
  position: relative;
  transform: scale(0.97);
  margin-top: 50px;
  margin-bottom: 25px;
}
.feedback_sec .feedback_card .content {
  padding: 45px 25px 50px 25px;
  background-color: #FFF9DE;
  border-radius: 32px;
  position: relative;
  z-index: 5;
}
.feedback_sec .feedback_card .content .p {
  font-size: 21px;
  color: #1D1F1F;
  line-height: 1.7;
      height: 104px;
    overflow: hidden;
  text-align: center;
}
.feedback_sec .feedback_card .name {
  background-color: #fff;
  color: var(--primary);
  padding: 0.5rem 2rem;
  border-radius: 25px;
  border-right: 2px solid var(--primary);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 17px;
}
.feedback_sec .feedback_card .name::before {
  content: "";
  width: 35px;
  height: 30px;
  background: url(../images/foot_banner.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -27px;
  top: -16px;
  filter: invert(98%) sepia(77%) saturate(696%) hue-rotate(321deg) brightness(97%) contrast(104%);
  transform: rotateY(180deg);
}
.feedback_sec .feedback_card::before {
  content: "";
  width: calc(100% + 1px);
  height: calc(100% + 2px);
  background-image: linear-gradient(to left, #D14373, rgba(209, 67, 114, 0.3490196078), #FFF9DE);
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: 0;
  border-radius: 32px;
}
.feedback_sec .feedback_card::after {
  width: 99px;
  height: 75px;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -47px;
  background: url(../images/cat_feedback.svg) no-repeat center;
  background-size: contain;
  z-index: 5;
}
.feedback_sec .swiper-button-next,
.feedback_sec .swiper-button-prev {
  top: 65%;
}

/**********************************************
    Start Edit pg-header
**********************************************/
.pg_header {
  padding: 70px 0 60px 0;
  min-height: unset;
}
.pg_header .pg_title {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
.pg_header .pg_title .back_butn {
  width: 40px;
  height: 40px;
  background-color: #FFE7F8;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: var(--primary);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 20px;
  font-size: 20px;
}
.pg_header .bg {
  height: 100%;
}
.pg_header::after {
  bottom: 0;
}
.pg_header .cat {
  width: 100px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: unset;
  top: 50px;
  left: -18px;
  z-index: 2;
  pointer-events: none;
  transform: rotate(-90deg);
}

/**********************************************
    Start Edit auth Pages
**********************************************/
.form_box .form-group {
  margin-bottom: 18px;
  position: relative;
}
.form_box .form-group .form-control {
  border-color: #f8f8f8;
  background-color: #f8f8f8;
  border-radius: 35px;
  padding-inline-start: 45px;
}
.form_box .form-group .form-control:focus {
  border-color: var(--primary);
  box-shadow: none !important;
}
.form_box .form-group input, .form_box .form-group select {
  height: 60px !important;
}
.form_box .form-group textarea.form-control {
  padding-top: 18px;
  resize: none;
}
.form_box .form-group .icon {
  position: absolute;
  top: 20px;
  inset-inline-start: 18px;
  color: var(--primary);
}
.form_box .form-group.show_hide_password {
  position: relative;
}
.form_box .form-group.show_hide_password .show_pass {
  position: absolute;
  top: 23px;
  inset-inline-end: 20px;
  cursor: pointer;
  color: #888;
  z-index: 10;
}
.form_box .form-group.phone_group .input {
  padding-left: 110px;
  text-align: left;
}
.form_box .form-group.phone_group .input::-moz-placeholder {
  text-align: start;
}
.form_box .form-group.phone_group .input::placeholder {
  text-align: start;
}
.form_box .form-group.phone_group #contryCodeSelect {
  position: absolute;
  background-color: transparent;
  border: none !important;
  left: 0;
  top: 0;
  width: 120px;
  direction: ltr;
}
.form_box .form-group .code-group {
  display: flex;
  justify-content: center;
}
.form_box .form-group .code-group .form-control {
  border: 1px solid #eee !important;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  text-align: center;
  border-radius: 10px;
  font-size: 25px;
  padding: 0;
}
.form_box .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

/**********************************************
    Start Edit contact Page 
**********************************************/
.contact_pg .contact_links .item {
  margin-bottom: 25px;
  display: flex;
  align-items: end;
}
.contact_pg .contact_links .item .icon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline-end: 15px;
  position: relative;
  bottom: 8px;
  filter: var(--filterWhite);
}
.contact_pg .contact_links .item .txt_cont {
  width: calc(100% - 45px);
}
.contact_pg .contact_links .item .txt_cont .label {
  color: var(--primary);
  font-size: 17px;
  margin-bottom: 5px;
}
.contact_pg .contact_links .item .txt_cont .data {
  color: #1D1F1F;
  font-size: 18px;
  font-weight: bold;
}
.contact_pg .contact_links .item .txt_cont .data.dir_ltr {
  text-align: right;
}
.contact_pg .social_box {
  margin-top: 80px !important;
}
.contact_pg .social_box .link {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--primary);
  color: var(--primary);
  margin-inline-end: 10px;
  font-size: 20px;
}
.contact_pg .social_box .link:hover {
  background-color: var(--primary);
  color: #fff !important;
}
.contact_pg .inner {
  background-color: #fff;
  border-radius: 25px;
  padding: 45px 3vw;
  box-shadow: 3px 15px 15px 0 rgba(140, 136, 136, 0.067);
}
.contact_pg .pg_title .back_butn {
  background-color: rgba(255, 255, 255, 0.4509803922);
}
.contact_pg .pattern {
  height: 500px;
  z-index: 1;
}
.contact_pg::after, .contact_pg::before {
  z-index: 3;
}
.contact_pg::after {
  top: 472px;
}
.contact_pg .overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: #FFE7F8 !important;
  height: 500px;
  background: unset;
}

/**********************************************
    Start Edit breed Page 
**********************************************/
.breed_pg .prods_top {
  background-color: #FFE7F8;
  border-radius: 12px;
  padding: 15px 25px;
}
.breed_pg .prods_top .shown_p {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--secondary);
}
.breed_pg .prods_top .form-group {
  display: flex;
  align-items: center;
}
.breed_pg .prods_top .form-group .label {
  font-size: 13px;
  color: #868E96;
  margin-inline-end: 10px;
  white-space: nowrap;
}
.breed_pg .prods_top .form-group .form-control {
  border: none !important;
  background-color: transparent;
  font-weight: bold;
  font-size: 13px;
  color: #212529;
  box-shadow: none !important;
}

/**********************************************
    Start Edit profile Page 
**********************************************/
.profile_pg .side_box {
  padding: 25px;
  border-radius: 25px;
  border: 1px solid rgba(255, 231, 248, 0.5764705882);
  background-color: rgba(255, 231, 248, 0.5764705882);
}
.profile_pg .side_box .avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto 25px auto;
  border: 3px solid #f5f5f5;
}
.profile_pg .side_box .items {
  padding-inline-start: 1vw;
}
.profile_pg .side_box .items .item {
  font-size: 17px;
  margin-bottom: 15px;
  color: #212529;
}
.profile_pg .side_box .items .item i {
  color: var(--primary);
  margin-inline-end: 10px;
}
.profile_pg .side_box .items .item .dir_ltr {
  display: inline-block;
}
.profile_pg .side_box .butns .butn {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  color: var(--primary);
  font-weight: bold;
}
.profile_pg .side_box .butns .butn:hover {
  border-color: #FFF9DE;
  background-color: #FFF9DE;
  color: var(--primary) !important;
}
.profile_pg .box {
  padding: 0 3vw 50px 3vw;
  border-radius: 20px;
  border: 1px solid #eee;
}
.profile_pg .box .top_nav {
  margin-top: -25px;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: -25px auto;
  padding: 0 1rem;
}
.profile_pg .box .top_nav .nav-link {
  color: #333;
  padding-block: 0.7rem;
  border-radius: 15px;
  margin-inline-end: 0px;
  font-size: 15px;
  font-weight: bold;
  min-width: 100px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.profile_pg .box .top_nav .nav-link.active {
  background-color: var(--primary);
  color: #fff !important;
}
.profile_pg .box .loc_tab .loc_card {
  border: 1px solid #eee;
  border-radius: 25px;
  margin: 0 auto 25px auto;
}
.profile_pg .box .loc_tab .loc_card .heading {
  padding: 15px;
  padding-inline-start: 25px;
  border-bottom: 1px solid #eee;
}
.profile_pg .box .loc_tab .loc_card .heading .icon-outer {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
  color: var(--primary);
  border-radius: 25px;
  margin-inline-end: 15px;
}
.profile_pg .box .loc_tab .loc_card .heading .title {
  font-size: 16px;
  margin-bottom: 0;
}
.profile_pg .box .loc_tab .loc_card .heading .card_butn {
  background-color: transparent;
  margin-inline-end: 10px;
  font-size: 12px;
}
.profile_pg .box .loc_tab .loc_card .heading .card_butn.edit {
  color: rgb(58, 155, 39);
}
.profile_pg .box .loc_tab .loc_card .heading .card_butn.delete {
  color: rgb(241, 67, 67);
}
.profile_pg .box .loc_tab .loc_card .card-body {
  padding: 1.25rem 2rem;
}
.profile_pg .box .loc_tab .loc_card .card-body .icon-outer {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 25px;
  background-color: var(--primary);
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
}
.profile_pg .box .loc_tab .loc_card .card-body .content {
  width: calc(100% - 80px);
}
.profile_pg .box .loc_tab .loc_card .card-body .content .country {
  font-size: 13px;
}
.profile_pg .box .noti_tab .item {
  border: 1px solid #f5f5f5;
  padding: 25px;
  border-radius: 25px;
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
.profile_pg .box .noti_tab .item:last-child {
  margin-bottom: 0 !important;
}
.profile_pg .box .noti_tab .item .icon {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f8f8f8;
  color: var(--primary);
  margin-inline-end: 25px;
  font-size: 30px;
}
.profile_pg .box .noti_tab .item .txt {
  width: calc(100% - 95px);
}
.profile_pg .box .noti_tab .item .txt .head p {
  color: #888;
}
.profile_pg .box .noti_tab .item .txt .head i {
  color: var(--primary);
}
.profile_pg .box .noti_tab .item .txt .head * {
  font-size: 12px;
}
.profile_pg .box .noti_tab .item .txt .title {
  margin-top: 15px;
  font-size: 19px !important;
}
.profile_pg .box .noti_tab .item .txt .p {
  font-size: 13px;
  position: relative;
}
.profile_pg .box .noti_tab .item .txt .p .more_butn {
  background-color: #fff;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  padding-inline-start: 10px;
  font-weight: bold;
}
.profile_pg .box .noti_tab .item.item_active {
  background-color: #f9f9f9;
}
.profile_pg .box .noti_tab .item.item_active .icon {
  background-color: #fff;
}
.profile_pg .box .noti_tab .item.item_active::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  top: 38px;
  inset-inline-start: 42px;
}
.profile_pg .box .orders_tab .order_card {
  border: 1px solid #eee;
  border-radius: 25px;
  margin: 0 auto 25px auto;
  position: relative;
}
.profile_pg .box .orders_tab .order_card .heading {
  padding: 20px;
  padding-inline-start: 25px;
  border-bottom: 1px solid #eee;
}
.profile_pg .box .orders_tab .order_card .heading .icon-outer {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
  color: var(--primary);
  border-radius: 25px;
  margin-inline-end: 15px;
}
.profile_pg .box .orders_tab .order_card .heading .title {
  font-size: 16px;
  margin-bottom: 0;
}
.profile_pg .box .orders_tab .order_card .heading .badge {
  width: 100px;
}
.profile_pg .box .orders_tab .order_card .card-body {
  padding: 1.25rem 2vw;
  position: relative;
}
.profile_pg .box .orders_tab .order_card .card-body .data {
  margin-bottom: 10px;
}
.profile_pg .box .orders_tab .order_card .card-body .data b {
  margin-inline-end: 5px;
}
.profile_pg .box .orders_tab .order_card .card-body .data i {
  color: var(--primary);
  margin-inline-end: 15px;
}
.profile_pg .box .orders_tab .order_card .card-body .det_butn {
  position: absolute;
  inset-inline-end: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary);
  font-size: 22px;
}

.modal .btn-close {
  filter: var(--filterPrimary);
  position: absolute;
  left: 15px;
  top: 15px;
}
.modal .modal-content {
  padding: 40px;
  border-radius: 20px;
}
.modal .modal-content .form-control {
  border-radius: 35px;
}
.modal .modal-content .butn {
  min-width: 100px;
}

.logoutModal .icon_box {
  margin: 0 auto 25px auto;
}
.logoutModal .icon_box .icon {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.badge {
  position: relative;
  border-radius: 25px;
  padding: 0.5rem 1rem;
  font-size: 13px;
}

/**********************************************
    Start Edit another Page 
**********************************************/
.content_pg .inner {
  padding: 45px 4vw;
  position: relative;
  background-color: #fff;
  border-radius: 35px;
  box-shadow: 3px 15px 15px 0 rgba(140, 136, 136, 0.067);
}
.content_pg .inner h5 {
  font-size: 18px;
}
.content_pg .inner .p {
  font-size: 16px;
}
.content_pg .inner .ul li {
  color: #444;
  margin-bottom: 5px;
  display: block;
  position: relative;
  padding-inline-start: 20px;
  font-size: 16px;
}
.content_pg .inner .ul li::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  font-size: 8px;
  position: absolute;
  top: 7px;
  inset-inline-start: 0;
  color: var(--primary);
}
.content_pg .pg_title .back_butn {
  background-color: rgba(255, 255, 255, 0.4509803922);
}
.content_pg .pattern {
  height: 500px;
  z-index: 1;
}
.content_pg::after, .content_pg::before {
  z-index: 3;
}
.content_pg::after {
  top: 472px;
}
.content_pg .overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: #FFE7F8 !important;
  height: 500px;
  background: unset;
}

/**********************************************
    Start Edit prod_det Page 
**********************************************/
.prod_det_pg {
    overflow: unset;
}
.prod_det_pg .product_imgs .gallery-top {
  overflow: hidden;
  position: relative;
}
.prod_det_pg .product_imgs .gallery-top .vid_butn {
    width: 50px;
    height: 50px;
    background: #fff5;
    backdrop-filter: blur(5px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border-radius: 15px;
    font-size: 22px;
}
.prod_det_pg .product_imgs .gallery-top img {
  width: 100%;
  height: 400px;
  border-radius: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}
.prod_det_pg .product_imgs .gallery-top .swiper-controls-st1 {
  position: absolute;
  bottom: 20px;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.prod_det_pg .product_imgs .gallery-thumbs {
  overflow: hidden;
  margin-top: 15px;
}
.prod_det_pg .product_imgs .gallery-thumbs img {
  height: 70px;
  border: 1px solid #eee;
  border-radius: 20px;
  transition: all 0.3s linear;
  opacity: 0.7;
  -o-object-fit: cover;
     object-fit: cover;
}
.prod_det_pg .product_imgs .gallery-thumbs .swiper-slide-thumb-active img {
  border-color: var(--primary);
  opacity: 1;
}
.prod_det_pg .data_box .stars i {
  color: #ccc;
}
.prod_det_pg .data_box .stars i.active {
  color: #FFD43B;
}

.prod_det_pg .data_box .fav_butn.active   {
    border-color: #FFF9DE;
    background-color: #FFF9DE;
    color: #fff;
}
.prod_det_pg .data_box .copy-btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    border: 1px solid #ccc !important;
    color: #777 ;
}



.prod_det_pg .prod_det_inner .nav {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-radius: 55px;
  border: 1px solid #DDDDDD;
  margin: auto;
}
.prod_det_pg .prod_det_inner .nav .nav-link {
  background-color: #EDEDED;
  border-radius: 35px;
  color: #C3C4C4;
  margin-inline-end: 10px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  padding-inline: 2rem;
}
.prod_det_pg .prod_det_inner .nav .nav-link.active {
  background-color: var(--primary);
  color: #fff;
}
.prod_det_pg .prod_det_inner .tab_wrapper {
  padding: 25px 2vw;
}
.prod_det_pg .prod_det_inner .tab_wrapper .p {
  font-size: 17px;
  line-height: 2;
}
.prod_det_pg .prod_det_inner .table_tab .table {
  border-radius: 15px;
}
.prod_det_pg .prod_det_inner .table_tab td,
.prod_det_pg .prod_det_inner .table_tab th {
  font-size: 14px;
  padding: 0.8rem 1.5rem;
}
.prod_det_pg .prod_det_inner .table_tab th {
  background-color: #f9f9f9;
}
.prod_det_pg .prod_det_inner .table_tab tr:first-child th {
  border-radius: 0 15px 0 0;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body {
  padding-top: 30px;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_r {
  border-left: 1px solid #D3D3D3;
  padding: 25px 2vw;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_r .stars i {
  color: #ccc;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_r .stars i.active {
  color: #2E9600;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_r .stars .num_rates {
  color: #747474;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_r .stars_progress .item .star {
  color: #012E47;
  font-size: 18px;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_r .stars_progress .item .progress {
  width: calc(100% - 80px);
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_r .stars_progress .item .progress_num {
  color: #012E47;
  font-weight: bold;
  font-size: 18px;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_r .stars_progress .item:nth-child(1) .star i {
  color: #2E9600;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_r .stars_progress .item:nth-child(1) .progress-bar {
  background-color: #2E9600;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_r .stars_progress .item:nth-child(2) .star i {
  color: #7F9E00;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_r .stars_progress .item:nth-child(2) .progress-bar {
  background-color: #7F9E00;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_r .stars_progress .item:nth-child(3) .star i {
  color: #F7AA2C;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_r .stars_progress .item:nth-child(3) .progress-bar {
  background-color: #F7AA2C;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_r .stars_progress .item:nth-child(4) .star i {
  color: #F6752F;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_r .stars_progress .item:nth-child(4) .progress-bar {
  background-color: #F6752F;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_r .stars_progress .item:nth-child(5) .star i {
  color: #f24d30;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_r .stars_progress .item:nth-child(5) .progress-bar {
  background-color: #f24d30;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_r .faq_items .p {
  font-size: 18px;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_l {
  padding: 10px 2vw 25px 2vw;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_l .head_rates_l {
  padding-bottom: 25px;
  border-bottom: 1px solid #D3D3D3;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_l .head_rates_l .form-control {
  height: 50px !important;
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 25px;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_l .review_item {
  position: relative;
  padding: 30px 2vw;
  border-radius: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_l .review_item:last-child {
  border-bottom: none;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_l .review_item .prof_data .avatar {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-inline-end: 15px;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_l .review_item .prof_data .name {
  font-size: 20px;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_l .review_item .prof_data .rating i {
  font-size: 14px;
  color: #BDBDBD;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_l .review_item .prof_data .rating i.active {
  color: #DE980F;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_l .review_item .prof_data .rating .date {
  color: #7E7E7E;
  font-size: 14px;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_l .review_item .review_det {
  color: #606060;
  font-size: 17px;
  margin-bottom: 0;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_form .stars-content .star-rating {
  display: flex;
  flex-direction: row-reverse;
  font-size: 2em;
  justify-content: start;
  padding: 0 0.2em;
  text-align: center;
  margin: auto;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_form .stars-content .star-rating i {
  margin: 0 5px;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_form .stars-content .star-rating input {
  display: none;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_form .stars-content .star-rating label {
  color: #FFEEC9;
  cursor: pointer;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_form .stars-content .star-rating :checked ~ label {
  color: #FFD06A;
}
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_form .stars-content .star-rating label:hover,
.prod_det_pg .prod_det_inner .rating_tab .rates_body .rates_form .stars-content .star-rating label:hover ~ label {
  color: #FFB820;
}
.prod_det_pg .prod_det_inner .rating_tab .rate_butn {
  text-decoration: underline;
  display: block;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #012E47;
  font-size: 14px;
}

.alert-mainColor {
  background-color: var(--primary);
}

.colorGray {
  color: #ccc;
}

.colorGray2 {
  color: #868E96;
}

.lineThrough {
  position: relative;
}
.lineThrough::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #868E96;
  position: absolute;
  top: 13px;
  right: 0;
  left: 0;
  z-index: 33;
}

/**********************************************
    Start Edit cart Page 
**********************************************/
.cart_pg .items .cart_item {
  border-radius: 15px;
  border: 1px solid #eee;
  padding: 10px;
  position: relative;
  margin-bottom: 30px;
}
.cart_pg .items .cart_item .cat_img {
  height: 150px;
  border-radius: 15px;
}
.cart_pg .items .cart_item .price .current  {
        font-size: 1.25rem !important;
}
.cart_pg .items .cart_item .price .prev   {
        font-size: .85rem !important;
}
.cart_pg .items .cart_item .butn.bg-danger:hover {
  color: #fff !important;
}
.cart_pg .summary_box {
  border-radius: 15px;
  border: 1px solid #eee;
  padding: 20px 1.5vw;
}
.cart_pg .summary_box .freeShip_box .icon_box {
  width: 45px;
  height: 45px;
  background-color: var(--primary);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-inline-end: 15px;
}
.cart_pg .summary_box .freeShip_box .txt_cont h5 {
  font-size: 14px;
}
.cart_pg .summary_box .freeShip_box .txt_cont .p {
  font-size: 12px;
}

.top_alert {
  background-color: #FFEEC9;
  color: var(--primary);
  padding-inline-end: 45px;
}
.top_alert .btn-close {
  position: absolute;
  inset-inline-end: 15px;
  color: #f00;
  filter: invert(13%) sepia(66%) saturate(7500%) hue-rotate(356deg) brightness(95%) contrast(116%);
  box-shadow: none !important;
}

/**********************************************
    Start Edit checkout Page 
**********************************************/
.checkout_pg {
  background-color: #FFE7F8;
}
.checkout_pg .inner {
  background-color: #fff;
  border-radius: 35px;
  padding: 45px 3vw;
}
.checkout_pg .inner .data_box .logo {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 35px;
  border: 1px solid #ddd;
  padding: 10px;
  margin-inline-end: 25px;
}
.checkout_pg .inner .copun_box {
  position: relative;
}
.checkout_pg .inner .copun_box .form-group {
  position: relative;
  width: calc(100% - 90px);
  margin-inline-end: 10px;
}
.checkout_pg .inner .copun_box .form-group .form-control {
  height: 60px !important;
  border-radius: 15px;
  box-shadow: none !important;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.checkout_pg .inner .copun_box .form-group .state {
  position: absolute;
  inset-inline-end: 15px;
  top: 20px;
}
.checkout_pg .inner .copun_box .apply_butn {
  width: 80px;
  height: 60px;
  border-radius: 15px;
  font-weight: bold;
}
.checkout_pg .inner .summary_box {
  border-radius: 25px;
  padding: 20px 1.5vw;
  background-color: #f9f9f9;
}
.checkout_pg .inner .collapse_bill_butn {
  margin: 40px auto -65px auto;
  background-color: #fff;
}
.checkout_pg .inner .loc_addresses {
  position: relative;
}
.checkout_pg .inner .loc_addresses .form-check {
  padding-inline-start: 0;
  position: relative;
  margin-bottom: 20px;
}
.checkout_pg .inner .loc_addresses .form-check * {
  cursor: pointer;
}
.checkout_pg .inner .loc_addresses .form-check:last-child {
  margin-bottom: 0;
}
.checkout_pg .inner .loc_addresses .form-check .form-check-label {
  border: 1px solid #f4f4f4;
  border-radius: 15px;
  padding: 15px 25px;
  width: 100%;
  font-size: 17px;
  position: relative;
  color: #888b99;
  background-color: #f9f9f9;
  transition: all 0.3s linear;
}
.checkout_pg .inner .loc_addresses .form-check .form-check-label::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin-inline-end: 10px;
  transition: all 0.3s linear;
}
.checkout_pg .inner .loc_addresses .form-check .form-check-input:checked ~ .form-check-label {
  background-color: rgba(209, 67, 114, 0.1098039216) !important;
  color: var(--primary) !important;
  font-weight: 500;
}
.checkout_pg .inner .loc_addresses .form-check .form-check-input:checked ~ .form-check-label::before {
  background-color: var(--primary);
}
.checkout_pg .inner .loc_addresses .form-check .form-check-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.checkout_pg .inner .loc_addresses .butns {
  position: absolute;
  inset-inline-end: 10px;
  top: 18px;
  font-size: 14px;
}
.checkout_pg .inner .loc_addresses .butns .card_butn {
  margin-inline-end: 15px;
}
.checkout_pg .inner .loc_addresses .butns .card_butn.edit {
  color: rgb(58, 155, 39);
}
.checkout_pg .inner .loc_addresses .butns .card_butn.delete {
  color: rgb(241, 67, 67);
}
.checkout_pg .pay_radios .form-check {
  padding-inline-start: 0;
  position: relative;
  margin-bottom: 20px;
}
.checkout_pg .pay_radios .form-check * {
  cursor: pointer;
}
.checkout_pg .pay_radios .form-check:last-child {
  margin-bottom: 0;
}
.checkout_pg .pay_radios .form-check .form-check-label {
  border: 1px solid #f4f4f4;
  border-radius: 15px;
  padding: 15px 25px;
  width: 100%;
  font-size: 17px;
  position: relative;
  color: #888b99;
  background-color: #f9f9f9;
  transition: all 0.3s linear;
  text-align: center;
}
.checkout_pg .pay_radios .form-check .form-check-label .icon {
  width: 100px;
  display: block;
  margin: 0 auto 15px auto;
}
.checkout_pg .pay_radios .form-check .form-check-label .label {
  font-weight: bold;
  font-size: 18px;
}
.checkout_pg .pay_radios .form-check .form-check-input:checked ~ .form-check-label {
  background-color: rgba(209, 67, 114, 0.1098039216) !important;
  color: var(--primary) !important;
  font-weight: 500;
}
.checkout_pg .pay_radios .form-check .form-check-input:checked ~ .form-check-label::before {
  background-color: var(--primary);
}
.checkout_pg .pay_radios .form-check .form-check-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.checkout_pg::before {
  content: "";
  width: 100%;
  height: 28px;
  background: url(../images/top_divider.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 1;
}

.checkout_body .pg_header::after,
.checkout_body .footer::before {
  filter: brightness(0) saturate(100%) invert(94%) sepia(11%) saturate(1022%) hue-rotate(284deg) brightness(105%) contrast(101%);
}

.checkout_offcanvas .offcanvas-body .item_cart {
    padding: 15px 0 ;
    border-bottom: 1px solid #eee ;
}
.checkout_offcanvas .offcanvas-body .item_cart:last-child {
   border-bottom: none; 
}

.checkout_offcanvas .offcanvas-body .item_cart .cat {
    background-color: #f3f4f6;
    border-radius: 5px;
    height: 55px;
    position: relative;
    width: 55px;
    object-fit: cover;
}

/**********************************************
    Start Edit order_det Page 
**********************************************/
.order_det_pg .order_head {
  background: rgba(255, 231, 248, 0.5960784314);
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 50px;
}
.order_det_pg .order_head p {
  margin: 10px 0;
  font-size: 16px;
}
.order_det_pg .order_head p b {
  color: #666;
  margin-inline-start: 5px;
}
.order_det_pg .order_head p span {
  font-weight: bold;
  margin-right: 15px;
}
.order_det_pg .data_box {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 50px 20px 20px 20px;
  border-radius: 5px;
}
.order_det_pg .data_box .total_box {
  text-align: center;
}
.order_det_pg .data_box .total_box h6 {
  font-size: 15px;
  color: #6E7C87;
}
.order_det_pg .data_box .total_box .price {
  color: var(--primary);
}
.order_det_pg .data_box .prices_items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
  color: #6E7C87;
}
.order_det_pg .data_box .prices_items .item .tax_txt {
  color: #6E7C87;
  font-size: 12px;
}
.order_det_pg .data_box .prices_items .item:last-child {
  color: #202020;
}
.order_det_pg .data_box .prices_items .item:last-child .price {
  font-weight: bold;
}
.order_det_pg .data_box .copoun_box {
  border: 1px dashed #eee;
  padding: 15px;
}
.order_det_pg .data_box .copoun_box .form-group {
  position: relative;
}
.order_det_pg .data_box .copoun_box .form-group .form-control {
  height: 50px;
  background-color: #F0F2F3;
  font-size: 12px;
  padding-inline-start: 45px;
  font-weight: bold;
}
.order_det_pg .data_box .copoun_box .form-group .icon {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  inset-inline-start: 15px;
  top: 14px;
}
.order_det_pg .data_box .copoun_box .apply_butn {
  background-color: #6E7C87;
  border-color: #6E7C87;
  height: 50px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.order_det_pg .data_box .installment_box {
  padding: 15px;
  position: relative;
  border-radius: 5px;
  border: 1px solid rgba(110, 124, 135, 0.2588235294);
}
.order_det_pg .data_box .installment_box .p {
  line-height: 1.7;
  position: relative;
  z-index: 5;
  color: #6E7C87;
}
.order_det_pg .data_box .installment_box .p a {
  font-weight: bold;
  text-decoration: underline;
}
.order_det_pg .data_box .installment_box .p a, .order_det_pg .data_box .installment_box .p span, .order_det_pg .data_box .installment_box .p b {
  color: #202020;
}
.order_det_pg .data_box .installment_box .installmentLogo {
  position: relative;
  z-index: 5;
  display: block;
  margin-inline-start: auto;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.order_det_pg .data_box .installment_box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}
.order_det_pg .data_box .installment_box.tamara::before {
  background-image: linear-gradient(to right, #FBDF8C, transparent, transparent, transparent);
}
.order_det_pg .data_box .installment_box.tabby::before {
  background-image: linear-gradient(to right, #3BFFC5, transparent, transparent, transparent);
}
.order_det_pg .data_box .qr_img {
  border-radius: 5px;
  border: 1px solid #eee;
}

@media print {
  .order_head {
    margin-bottom: 35px;
  }
  .prodImg {
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-inline-end: 15px;
  }
  .prod_name {
    font-size: 12px !important;
  }
  td {
    vertical-align: middle;
    font-size: 12px !important;
  }
  .data_box .qr_img {
    width: 150px;
    height: 150px;
    display: block;
    margin: auto;
  }
  #printButn,
  .rate_th,
  .rete_td,
  .total_box,
  .cart_pg {
    display: none;
  }
  .table-responsive {
    display: block !important;
  }
  

    
    
}

/**********************************************
    Start Edit another Page 
**********************************************/
/*select {*/
/*  width: 100%;*/
/*  max-width: 100%; */
/*  appearance: none;  */
/*}*/

/*select option {*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/


/**********************************************
    Start Edit Media screens 
**********************************************/
@media screen and (max-width: 991px) {
  .order_md_1 {
    order: -1;
  }
  .d_mob_block {
    display: block !important;
  }
  .d_mob_none {
    display: none !important;
  }
  .navs-container .navbar .logo.middle_logo {
    margin-bottom: 0px;
  }
  .navs-container .navbar .logo {
    width: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header::before {
    display: none;
  }
  .header .secImg.cat1 {
    display: none;
  }
  .header .txt_box {
    position: relative;
    top: 0;
    left: unset;
    transform: unset;
    margin-bottom: 20px;
  }
  .categ_sec .nav .nav-link {
    height: 50px;
    padding-inline: 1rem;
    font-size: 14px;
  }
  .banner_sec .inner .foot {
    position: absolute;
    top: -27px;
    right: 0;
    z-index: -1;
  }
  .banner_sec .inner .cats {
    position: relative;
    bottom: unset;
    inset-inline-end: unset ;
    width: 100%;
    margin-top: 10px;
  }
  .banner_sec .inner .butn {
    justify-content: center;
    margin-top: 5px;
  }
  .footer .foot::before {
    width: 70px;
    height: 43px;
    left: 0;
    transform: translateX(0%);
  }
  .footer .foot .p {
    font-size: 12px;
    text-align: center;
  }
  .footer .foot .foot_end {
    margin-top: 10px;
    justify-content: center !important;
  }
  .footer .foot .foot_end .links a {
    margin-inline-end: 4px;
    font-size: 12px;
  }
  .footer .foot .foot_end .social_links a {
    width: 30px;
    height: 30px;
  }
      .profile_pg .box {
        margin-top: 45px;
    }
    .profile_pg .box .top_nav .nav-link {
        font-size: 13px;
        min-width: unset;
        padding-inline: .6rem;
    }
    .profile_pg .box .noti_tab .item .icon {
        width: fit-content;
        height: fit-content;
        margin-inline-end: 15px;
        font-size: 20px;
    }
    .profile_pg .box .noti_tab .item.item_active::before {
        top: 24px;
        inset-inline-start: 35px;
        transform: scale(.7);
    }
    .profile_pg .box .noti_tab .item .txt .head * {
        font-size: 10px;
    }
    .profile_pg .box .noti_tab .item .txt {
        width: calc(100% - 35px);
    }
    
    /*.navs-container .navbar .nav_end {*/
    /*    flex-direction: column;*/
    /*    align-items: start !important;*/
    /*}*/
    .navs-container .navbar .nav_end *{
        margin: 2px 0 ;
    }
    /*.navs-container .navbar  .cart_butn {*/
    /*    position: absolute;*/
    /*    top: 32px;*/
    /*    inset-inline-end: 45px;*/
    /*}*/
    
    .navs-container .navbar .navbar-brand {
        margin: auto;
    }
    .navs-container .navbar .nav_end .lang_dropdown {
        position: absolute;
        inset-inline-start: 48px;
        top: 39px;
        font-size: 12px;
    }
    .navs-container .navbar .nav_end .prof_dropdown {
        position: absolute;
        top: 0;
        inset-inline-start: 0;
    }
    .navs-container .navbar .nav_end .prof_butn {
        padding: 0;
        font-size: 14px;
        position: absolute;
        top: 27px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        inset-inline-start: 60px;
    }
    
    .navs-container .navbar .nav_end .dropdown-menu {
        top: 65px;
    }
    .navs-container .navbar .nav_end .prof_butn .icon {
        margin: 0 !important;
        width: 16px;
        height: 16px;
    }
    .navs-container .navbar .nav_end .nav_ac_butns {
        position: absolute;
        top: 35px;
        inset-inline-end: 0px;
    }
    .navs-container .navbar .nav_end .nav_butn .icon {
        width: 18px;
        height: 18px;
    }
    .top_alert {
        font-size: 14px;
    }
  
    #langCollapse .dropdown-item:active {
        color: var(--primary);
        background-color: #fff;
    }
    .prod_det_pg .prod_det_inner .nav .nav-link {
        font-size: 14px;
        padding-inline: 1rem;
    }
    
    .checkout_pg .inner .txt_head {
        width: calc(100% - 55px);
    }
    .checkout_pg .inner  .add_loc_butn {
        font-size: 10px;
        padding: 10px 15px;
        white-space: nowrap;
        position: absolute;
        bottom: -16px;
        left: 50%;
        transform: translateX(-50%);
        background: var(--primary);
        color: #fff !important;
    }
    .checkout_pg .inner .add_loc_butn i {
        margin: 0 !important ;
    }
    .checkout_pg .inner .add_loc_butn span {
        height: 14px;
    }
    
    .d_mob_none {
        display:none !important ;
    }
    
    .modal .modal-content {
        padding: 40px 4vw;
    }
    
    .order_det_pg  .cart_pg .items .cart_item .price  {
        justify-content: center;
    }
    .form_box .form-group .form-control  ,
    .form-control {
      font-size: 16px !important ;  
    }
    
    .checkout_pg .inner .loc_addresses .form-check .form-check-label {
        padding-top: 40px;
    }
    .checkout_pg .inner .loc_addresses .butns {
        top: 15px;
        font-size: 12px;
    }
    .prod_det_pg  .data_box .price  {
        font-size: 17px !important;
    }
    
    .prod_det_pg  .data_box .disc_badge {
        padding: 0.5rem;
        font-size: 10px;
    }
    
    .butns_prod_actions {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        padding: 7px 5px;
        z-index: 9999;
        box-shadow: -3px -6px 15px 0 #00000024;
        right: 0;
        left: 0;
        justify-content: center;
    }
    .whats_link {
        width: 40px;
        height: 40px;
        bottom: 10px;
        inset-inline-start: 10px;
    }
    
    .pg_header {
        padding: 20px 0 0px 0;
    }
    .pg_header .cat {
        width: 70px;
        top: 10px;
    }
    
    
    .cart_pg .items .cart_item .delete_butn  {
        position: absolute;
        top: 15px;
        inset-inline-end: 15px;
        background: #e75959 ;
        color: #fff  !important;
        width: 40px;
        height: 40px;
        padding: 0;
    }
    .cart_pg .items .cart_item .delete_butn i {
        margin: 0 !important ;
    }
    
    .checkout_offcanvas  {
        transform: translate(0, 100%);
        height: fit-content;
        bottom: 0;
        top: unset;
        border-radius: 25px 25px 0 0;
        width: 100%;
    }
    .checkout_offcanvas.show {
        transform: none;
    }
    
    .contact_pg .contact_links .item .txt_cont .data {
        font-size: 12px;
    }
    
    .fancybox-content {
        height: auto !important;
    }
    
    .categ_sec .swiper-slide a {
        display: block;
        width: 70%;
        margin: auto;
    }
    
    .feedback_sec .feedback_card .name {
        font-size: 13px;
    }
    
    .banner_sec .inner .txt {
        text-align: center ;
    }
}

.navs-container .navbar .navbar-toggler:focus {
    box-shadow: none !important ;
}
/**********************************************
    Start Edit EN direction 
**********************************************/
html[dir=ltr] {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
}
html[dir=ltr] body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
}/*# sourceMappingURL=style.css.map */

 .pay-accordion .accordion-button::after {
  display: none;
}

.pay-accordion .form-check-label {
  cursor: pointer;
}

.pay-accordion .accordion-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 0;
}

.pay-accordion .accordion-item .accordion-header .accordion-button {
  background-color: #f9f9f9;
  box-shadow: none;
  padding: 0;
}

.pay-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: rgba(209, 67, 114, 0.1098039216) !important;
  color: var(--primary);
}
.pay-accordion .accordion-item .accordion-header .accordion-button.collapsed {
 
   background-color: #f9f9f9;
  color: #888b99;
}
.pay-accordion .accordion-item .accordion-body {
  background-color: #f9f9f9;
  padding: 0 15px 15px;
}

.pay-accordion .accordion-item .accordion-body .content {
  position: relative;
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
}

.pay-accordion .accordion-item .accordion-body .content .items-group {
  border-radius: 10px;
  padding: 0 10px;
}

.pay-accordion .accordion-item .accordion-body .content .input-group .icon {
  margin-inline-end: 10px;
}

.pay-accordion .accordion-item .accordion-body .content .input-group .form-control {
  padding: 0;
  border: 0;
  background: transparent;
}

.pay-accordion .accordion-item .form-check {
  width: 100%;
  padding: 15px 45px 15px 0;
}

.pay-accordion .accordion-item .form-check .form-check-label {
  width: 100%;
}

.pay-accordion .text {
  color: #777;
  font-size: 16px;
}

.pay-accordion .text strong,
.pay-accordion .text a {
  font-weight: bold;
}