:root {
  --primary: #CA1214;
  --secondary: #000000;
  --filterPrimary: invert(17%) sepia(89%) saturate(3947%) hue-rotate(350deg) brightness(76%) contrast(105%);
  --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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'Rajdhani', 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: ltr;
  overflow-x: hidden;
  font-weight: 500;
}

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

/**********************************************
   Start Global Style
**********************************************/
.color-gray {
  color: #ccc;
}

.color-gray2 {
  color: #888;
}

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

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

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

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

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

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

p {
  font-size: 15px;
  color: #555;
  line-height: 1.7rem;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .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: #939393;
}

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

button {
  border: none;
  padding: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: transparent;
}

button:focus {
  border: none;
  -webkit-box-shadow: transparent;
          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 {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-group {
  position: relative;
}

form .form-control {
  font-size: 14px;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: 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);
  -webkit-box-shadow: none;
          box-shadow: none;
}

form textarea {
  resize: none;
}

form .form-check-input {
  height: 1em !important;
}

.progress-wrap {
  position: fixed;
  inset-inline-end: 20px;
  bottom: 20px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
          box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
  z-index: 99;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  background: url(../images/icons/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: var(--primary);
  left: 13px;
  top: 13px;
  height: 30px;
  width: 30px;
  display: block;
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.progress-wrap svg path {
  fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.in-flex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inFlex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1600px;
    width: 100%;
    margin: auto;
  }
}

.sec-img {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.position-unset {
  position: unset;
}

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

.trans_3 {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@-webkit-keyframes floatingX {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

@keyframes floatingX {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

.slide_ltr {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .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 {
  -webkit-transform: scale(1);
          transform: scale(1);
  -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 {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slide_rtl {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .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 {
  -webkit-transform: scale(1);
          transform: scale(1);
  -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 {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes puff-in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes puff-in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.puff-in {
  -webkit-animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/**********************************************
    Start Public Classes
**********************************************/
img {
  max-width: 100%;
  max-height: 100%;
}

.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.swiper-container .swiper-pagination,
.partners_sec .swiper-pagination,
.products_sec .swiper-pagination {
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet,
.partners_sec .swiper-pagination .swiper-pagination-bullet,
.products_sec .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 25px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active,
.partners_sec .swiper-pagination .swiper-pagination-bullet-active,
.products_sec .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev,
.partners_sec .swiper-button-next,
.partners_sec .swiper-button-prev,
.products_sec .swiper-button-next,
.products_sec .swiper-button-prev {
  background-image: unset;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: unset;
  background-color: #f8f8f8;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before,
.partners_sec .swiper-button-next::before,
.partners_sec .swiper-button-prev::before,
.products_sec .swiper-button-next::before,
.products_sec .swiper-button-prev::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 15px;
  color: var(--primary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover,
.partners_sec .swiper-button-next:hover,
.partners_sec .swiper-button-prev:hover,
.products_sec .swiper-button-next:hover,
.products_sec .swiper-button-prev:hover {
  background-color: var(--primary);
}

.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before,
.partners_sec .swiper-button-next:hover::before,
.partners_sec .swiper-button-prev:hover::before,
.products_sec .swiper-button-next:hover::before,
.products_sec .swiper-button-prev:hover::before {
  color: #fff;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev,
.partners_sec .swiper-button-next,
.partners_sec .swiper-container-rtl .swiper-button-prev,
.products_sec .swiper-button-next,
.products_sec .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,
.partners_sec .swiper-button-next::before,
.partners_sec .swiper-container-rtl .swiper-button-prev::before,
.products_sec .swiper-button-next::before,
.products_sec .swiper-container-rtl .swiper-button-prev::before {
  content: '\f178';
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next,
.partners_sec .swiper-button-prev,
.partners_sec .swiper-container-rtl .swiper-button-next,
.products_sec .swiper-button-prev,
.products_sec .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,
.partners_sec .swiper-button-prev::before,
.partners_sec .swiper-container-rtl .swiper-button-next::before,
.products_sec .swiper-button-prev::before,
.products_sec .swiper-container-rtl .swiper-button-next::before {
  content: '\f177';
}

.butn {
  position: relative;
  padding: 0.75rem 3.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 30px;
}

.butn i {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.butn.sm_butn {
  padding: 0;
  width: 40px;
  height: 40px;
}

.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: var(--primary);
}

.butn.white_border_butn {
  background-color: #fff;
  border: 1px solid #D6D3D3;
}

.butn:hover {
  background-color: #b61114 !important;
  border: 1px solid #b61114 !important;
  color: #fff !important;
}

.butn:hover .icon {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

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

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

.whatsapp_butn {
  width: 50px;
  height: 50px;
  position: fixed;
  inset-inline-start: 15px;
  bottom: 20px;
  z-index: 9;
  -webkit-box-shadow: 0 0px 15px 0 #0001;
          box-shadow: 0 0px 15px 0 #0001;
  border-radius: 50%;
}

.whatsapp_butn img {
  width: 100%;
  height: 100%;
}

.modal-content {
  padding: 20px;
  border-radius: 20px;
}

.modal-content .label {
  font-size: 13px;
  margin-bottom: .6rem;
  text-transform: capitalize;
}

.modal-content input, .modal-content select {
  height: 55px !important;
}

.modal-content .form-control {
  border-radius: 12px;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

.modal-content iframe {
  border-radius: 25px;
}

.modal-content .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 50;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  background-color: #f0f0f0;
  border: 1px solid transparent;
  font-size: 13px;
}

.modal-content .btn-close:hover {
  border-color: var(--primary);
}

.form-control {
  border-radius: 12px;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  border-radius: 12px;
}

.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.form-control:-ms-input-placeholder {
  color: #ccc;
}

.form-control::-ms-input-placeholder {
  color: #ccc;
}

.form-control::placeholder {
  color: #ccc;
}

.startingModal .modal-content {
  padding: 0;
  border-radius: 15px;
}

.startingModal .sec-img {
  border-radius: 15px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.startingModal .det {
  font-size: 18px;
  color: #606060;
  line-height: 2;
}

.logoutModal .img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 30px auto;
  display: block;
}

.rateModal .img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}

.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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 .2em;
  text-align: center;
  width: 5em;
  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: 170px;
  font-size: 16px;
}

.pagination-wrapper .pagination .page-link {
  border-radius: 5px !important;
  background-color: transparent;
  color: var(--primary);
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 45px;
  height: 40px;
}

.pagination-wrapper .pagination .page-link:hover, .pagination-wrapper .pagination .page-link.active {
  background-color: var(--primary);
  color: #fff !important;
}

.fav_butn.active {
  background-color: #000;
  color: #e15e61;
}

.badge {
  padding: 0.5rem 1.2rem;
  text-transform: capitalize;
}

.badge.white_badge {
  color: var(--primary);
  background-color: #fff;
}

.badge.secondaey_badge {
  color: #fff;
  background-color: var(--secondary);
}

.badge.gray_bagde {
  background-color: #eee;
  color: var(--primary);
}

.badge.offer_badge {
  background-color: #CBFFD8;
  color: #333;
}

.badge.primary_badge {
  background-color: var(--primary);
  color: #fff;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container {
  position: relative;
  z-index: 999;
}

.navs-container .top_nav {
  position: relative;
  z-index: 999;
  background-color: #fff;
  padding: 10px;
}

.navs-container .top_nav .logo {
  width: 230px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.navs-container .top_nav .search_box .form-control {
  width: 250px;
  opacity: 1;
  height: auto !important;
  border-radius: 12px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: transparent;
  color: #333;
  border-color: #ddd;
}

.navs-container .top_nav .search_box .form-control::-webkit-input-placeholder {
  color: #999;
}

.navs-container .top_nav .search_box .form-control:-ms-input-placeholder {
  color: #999;
}

.navs-container .top_nav .search_box .form-control::-ms-input-placeholder {
  color: #999;
}

.navs-container .top_nav .search_box .form-control::placeholder {
  color: #999;
}

.navs-container .top_nav .search_box .search_butn {
  position: absolute;
  inset-inline-end: 11px;
  top: 6px;
  color: #666;
  font-size: 15px;
}

.navs-container .top_nav .currency_butn {
  font-size: 14px;
}

.navs-container .top_nav .currency_butn .icon {
  width: 20px;
}

.navs-container .top_nav .bottom_icons .sm_butn {
  background-color: #101010;
}

.navs-container .top_nav .bottom_icons .sm_butn i {
  margin: 0;
}

.navs-container .top_nav .bottom_icons .sm_butn .num {
  width: 15px;
  height: 15px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  font-size: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -3px;
  right: -3px;
  z-index: 5;
}

.navs-container .top_nav .dropdown-item {
  font-size: 14px;
  padding: 0.35rem 1rem;
  color: #606060;
  text-align: center;
}

.navs-container .navbar {
  background-color: #101010 !important;
  padding: 0.85rem 0.5rem;
  position: relative;
  z-index: 99;
}

.navs-container .navbar .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 15px;
}

.navs-container .navbar .nav-link.active {
  color: #fff;
}

.navs-container .navbar .nav-link:hover, .navs-container .navbar .nav-link:focus {
  color: #fff !important;
}

.navs-container .navbar .has_dropdown .nav-link {
  position: relative;
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
}

.navs-container .navbar .has_dropdown .nav-link::after {
  content: '\f078';
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  position: absolute;
  top: 13px;
  inset-inline-end: 0;
  color: #ddd;
  font-size: 10px;
}

.navs-container .navbar .has_dropdown .drop_down {
  z-index: 9;
  background-color: #fff;
  position: absolute;
  top: 70px;
  inset-inline-start: 0%;
  width: 100%;
  -webkit-box-shadow: 3px 6px 15px 0 #0001;
          box-shadow: 3px 6px 15px 0 #0001;
  border-radius: 0 0 15px 15px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
}

.navs-container .navbar .has_dropdown .drop_down .link_item {
  margin: 15px;
  padding: 5px;
  border-radius: 5px;
  width: 100px;
  text-align: center;
  font-weight: 500;
  color: #666;
  font-size: 14px;
}

.navs-container .navbar .has_dropdown .drop_down .link_item .categ_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 3px 6px 10px 0 #0001;
          box-shadow: 3px 6px 10px 0 #0001;
  display: block;
  margin: 0 auto 10px auto;
}

.navs-container .navbar .has_dropdown .drop_down .link_item:hover {
  background-color: #fff;
  color: var(--primary) !important;
}

.navs-container .navbar .has_dropdown:hover .drop_down {
  top: 56.5px;
  opacity: 1;
  visibility: visible;
}

.navs-container .navbar .has_search_dropdown {
  position: relative;
}

.navs-container .navbar .has_search_dropdown .drop_down {
  width: 250px;
}

.navs-container .navbar .has_search_dropdown .drop_down .form-control {
  height: 40px !important;
  font-size: 13px;
  text-transform: capitalize;
}

.navs-container .navbar .has_search_dropdown .drop_down .butn {
  font-size: 14px;
  height: 40px;
  border-radius: 10px;
}

.navs-container .navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.3);
  border: none;
  position: relative;
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  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: 25px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.5s;
  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;
}

.navs-container.navbar-fixed-top,
.navs-container .navbar-fixed-top {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.navs-container.navbar-fixed-top.scrolled,
.navs-container .navbar-fixed-top.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: -20px;
  opacity: .99;
  z-index: 999;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-box-shadow: 3px 10px 30px #0002;
          box-shadow: 3px 10px 30px #0002;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.navs-container.navbar-fixed-top.scrolled .logo,
.navs-container .navbar-fixed-top.scrolled .logo {
  width: 150px;
}

.footer {
  padding-top: 100px;
  background-color: #101010;
}

.footer .content {
  margin-bottom: 30px;
}

.footer .content .logo {
  width: 235px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-top: -30px;
  margin-bottom: 20px;
}

.footer .content .p {
  font-size: 12px;
  color: #ddd;
}

.footer .content .title {
  font-size: 16px;
}

.footer .content .links a,
.footer .content .links .item {
  display: block;
  margin-bottom: 15px;
  color: #ddd;
  font-size: 14px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.footer .content .links a:hover,
.footer .content .links .item:hover {
  -webkit-padding-start: 7px;
          padding-inline-start: 7px;
}

.footer .pay_logos .pay_logo {
  width: 50px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.footer .pay_logos .pay_logo img {
  margin: 0 5px;
}

.footer .copyright_p {
  font-size: 13px;
}

.footer .copyright_p .alyom_logo {
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-start: 7px;
          margin-inline-start: 7px;
}

.footer .social_links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  color: var(--primary);
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  border: 1px solid #CA121422;
}

.footer .social_links a:hover {
  background-color: var(--primary);
  color: #fff !important;
}

.footer .sub_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff2;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  line-height: 1;
}

.footer .sub_form .icon {
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer .sub_form input {
  border: 0 !important;
  background-color: transparent;
  width: 100%;
  padding: 12px 15px;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  color: #fff;
  outline: 0;
}

.footer .sub_form button {
  border: 0;
  background-color: var(--primary);
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 15px 30px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer .foot {
  padding: 20px 0;
  background-color: #f2f2f2;
  color: #000;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header .item {
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
}

.header .item .sec-img {
  height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header .item .text_box .title {
  font-size: 60px;
}

.header .item .text_box .subtitle {
  font-size: 35px;
}

.home_3 .navs-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.home_3 .navs-container .top_nav {
  background-color: transparent;
  border-bottom: 1px solid #fff2;
}

.home_3 .navs-container .top_nav .butn.white_butn {
  background-color: transparent;
  color: #fff;
}

.home_3 .navs-container .navbar {
  background-color: transparent;
}

.home_3 .navs-container .navbar .navbar-brand {
  max-width: 170px;
}

.home_3 .navs-container .navbar .nav-link {
  font-size: 15px;
  margin: 0 10px;
}

.home_3 .navs-container .navbar .has_dropdown .drop_down {
  background-color: #222;
  border-radius: 15px;
}

.home_3 .navs-container .navbar .has_dropdown .drop_down .link_item {
  color: #ccc;
}

.home_3 .navs-container .navbar .has_dropdown .drop_down .link_item:hover {
  background-color: #fff1;
  color: #fff;
}

.home_3 .header .item {
  padding: 200px 0 100px;
}

.home_3 .header .item .container {
  position: relative;
  z-index: 10;
}

.home_3 .header .item .info {
  padding: 50px 0;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home_3 .header .item .info h2 {
  font-size: 60px;
  font-weight: bold;
}

.home_3 .header .item .info .text {
  color: #ccc;
  font-size: 18px;
  margin-top: 15px;
}

.home_3 .header .item .img {
  position: relative;
  height: 550px;
  padding-top: 150px;
}

.home_3 .header .item .img img {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.home_3 .header .item .img .lg_num {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  font-size: 250px;
  background: -webkit-linear-gradient(#fff5, #ffffff03, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
}

.partners_sec {
  background-color: #f9f9f9;
}

.partners_sec .swiper-slide {
  background-color: #fff;
  border: 2px solid #f5f5f5;
  border-radius: 25px;
  padding: 15px 15px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.partners_sec .swiper-slide:hover {
  border-color: var(--primary);
}

.partners_sec .partner_logo {
  height: 90px;
  max-width: 65%;
  display: block;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
}

.partners_sec .partner_logo:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.partners_sec .swiper-button-next, .partners_sec .swiper-button-prev {
  top: 62%;
}

.categ_sec .categ_card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 200px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.categ_sec .categ_card .title {
  font-size: 26px;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}

.categ_sec .categ_card .bg {
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

.categ_sec .categ_card::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: rgba(0, 0, 0, 0.09);
  z-index: 1;
}

.categ_sec .categ_card:hover .bg {
  -webkit-transform: scale(1.2) rotate(-3deg);
          transform: scale(1.2) rotate(-3deg);
}

.products_sec {
  background-color: #F2F2F2;
}

.products_sec .prod_card {
  position: relative;
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 20px;
  height: calc(100% - 25px);
}

.products_sec .prod_card .img_box {
  height: 280px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.products_sec .prod_card .img_box .offer_badge {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 25px;
  width: 75px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: var(--primary);
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.products_sec .prod_card .img_box .sec-img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.products_sec .prod_card .img_box .card_butns {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products_sec .prod_card .img_box .card_butns .butn {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}

.products_sec .prod_card .img_box .card_butns .cart_butn {
  height: 45px;
  font-size: 13px;
}

.products_sec .prod_card .img_box .card_butns .fav_butn {
  width: 45px;
  height: 45px;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.products_sec .prod_card .card-body {
  padding: 1.5rem 1.3rem;
  text-align: center;
}

.products_sec .prod_card .card-body .title {
  font-size: 17px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.products_sec .prod_card .card-body .prices {
  font-size: 18px;
}

.products_sec .prod_card:hover .card_butns .butn {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.offer_sec .inner {
  border-radius: 25px;
  position: relative;
  padding: 0 2vw;
  -webkit-padding-start: 5vw;
          padding-inline-start: 5vw;
  min-height: 350px;
}

.offer_sec .inner .text_box {
  margin: 15px 0;
}

.offer_sec .inner .text_box .title {
  font-size: 60px;
}

.offer_sec .inner .text_box .subtitle {
  font-size: 35px;
}

.offer_sec .inner .sec-img {
  height: 700px;
  -o-object-fit: contain;
     object-fit: contain;
}

.offer_sec .inner .bg {
  border-radius: 25px;
  height: 400px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.offer_sec::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: #F2F2F2;
  height: 200px;
}

.offer_sec2 {
  background-color: #F2F2F2;
}

.offer_sec2 .inner {
  overflow: hidden;
}

.offer_sec2 .inner .sec-img {
  height: 350px;
  -o-object-position: right;
     object-position: right;
}

.offer_sec2 .inner .offer_sec .inner .bg {
  height: 100%;
}

.feedback_sec .feedback_card {
  position: relative;
  border-radius: 25px;
  background-color: #F8F8F8;
  padding: 45px 30px;
}

.feedback_sec .feedback_card .avatar_img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}

.feedback_sec .feedback_card .txt {
  width: calc(100% - 80px);
}

.feedback_sec .feedback_card .txt .p {
  font-size: 13px;
  color: #606060;
}

.features_sec {
  background-color: #F2F2F2;
}

.features_sec .item {
  margin: 15px 0;
}

.features_sec .item .title {
  margin-bottom: 0;
  color: #282728;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}

.features_sec .item .title .icon {
  color: var(--primary);
  font-size: 35px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.newsletter_sec {
  position: relative;
  padding: 100px 0;
}

.newsletter_sec .text_box .title {
  font-size: 32px;
}

.newsletter_sec .text_box .subtitle {
  font-size: 20px;
}

.newsletter_sec .search_box .form-control {
  height: 55px !important;
  border-radius: 25px;
  -webkit-padding-start: 45px;
          padding-inline-start: 45px;
  -webkit-padding-end: 140px;
          padding-inline-end: 140px;
}

.newsletter_sec .search_box .butn {
  height: 45px;
  position: absolute;
  inset-inline-end: 5px;
  top: 5px;
  font-size: 14px;
  padding: 0.75rem 2.2rem;
}

.newsletter_sec .search_box .icon {
  position: absolute;
  inset-inline-start: 20px;
  top: 17px;
  color: var(--primary);
}

.newsletter_sec::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: rgba(26, 26, 26, 0.5);
  z-index: 1;
}

/**********************************************
    Start Edit pg-header
**********************************************/
.bread_sec {
  background-color: #f7f7f7;
  color: #7E7E7E;
  padding: 20px 0;
  border-bottom: 1px solid #9993;
}

.bread_sec .item {
  position: relative;
  font-size: 16px;
  color: #7E7E7E;
  text-transform: capitalize;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
}

.bread_sec .item:last-child {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}

.bread_sec .item:last-child::after {
  display: none;
}

.bread_sec .item::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #999;
}

/**********************************************
    Start Edit products Page 
**********************************************/
.products_pg {
  background-color: #F2F2F2;
}

.products_pg .categ_box {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  position: relative;
}

.products_pg .categ_box .item {
  margin-bottom: 30px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.products_pg .categ_box .item .categ_title {
  text-transform: uppercase;
  font-size: 16px;
  color: #282828;
}

.products_pg .categ_box .item .links .link {
  display: block;
  color: #7E7E7E;
  font-size: 15px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.products_pg .categ_box .item .links .link.active {
  color: var(--primary);
}

.products_pg .categ_box .item:last-child {
  margin-bottom: 0;
}

.products_pg .filter_box {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}

.products_pg .filter_box .title_box {
  border-radius: 20px 20px 0 0;
  background-color: #000;
  padding: 17px 20px;
}

.products_pg .filter_box .card-body {
  padding: 1.5rem 1.3rem;
}

.products_pg .filter_box .item {
  padding: 0 5px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.products_pg .filter_box .item .collapse_title {
  text-transform: uppercase;
  font-size: 16px;
  color: #282828;
}

.products_pg .filter_box .item .collapse_body {
  padding: 1.25rem 0 0 0;
}

.products_pg .filter_box .item .collapse_body .brands_radios .form-check {
  position: relative;
  padding: 0;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  margin-bottom: 15px;
}

.products_pg .filter_box .item .collapse_body .brands_radios .form-check .form-check-label {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products_pg .filter_box .item .collapse_body .brands_radios .form-check .form-check-label .brand_logo {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}

.products_pg .filter_box .item .collapse_body .brands_radios .form-check .form-check-input:checked ~ .form-check-label {
  border-color: var(--primary);
}

.products_pg .filter_box .item .collapse_body .brands_radios .form-check .form-check-input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100% !important;
  opacity: 0;
  cursor: pointer;
}

.products_pg .filter_box .item .collapse_body .checkboxes .form-check {
  position: relative;
}

.products_pg .filter_box .item .collapse_body .checkboxes .form-check .form-check-label {
  color: #7E7E7E;
  font-size: 15px;
}

.products_pg .filter_box .item .collapse_body .checkboxes .form-check .form-check-label::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  inset-inline-start: 4px;
  top: 6px;
  color: var(--primary);
  font-size: 8px;
  opacity: 0;
}

.products_pg .filter_box .item .collapse_body .checkboxes .form-check .form-check-input:checked {
  background-color: #fff;
}

.products_pg .filter_box .item .collapse_body .checkboxes .form-check .form-check-input:checked ~ .form-check-label {
  color: var(--primary);
}

.products_pg .filter_box .item .collapse_body .checkboxes .form-check .form-check-input:checked ~ .form-check-label::before {
  opacity: 1;
}

.products_pg .filter_box .item .collapse_body .checkboxes .form-check .form-check-input:checked[type=checkbox] {
  background-image: unset;
}

.products_pg .filter_box .item .collapse_body .price-wrapper .ui-slider-horizontal {
  width: 100%;
}

.products_pg .filter_box .item .collapse_body .price-wrapper .ui-slider-horizontal .ui-slider-handle {
  border-radius: 50%;
}

.products_pg .filter_box .item .collapse_body .price-wrapper .ui-widget-header {
  background: var(--primary);
}

.products_pg .filter_box .item .collapse_body .price-wrapper .inputs-wrapper {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products_pg .filter_box .item .collapse_body .price-wrapper .inputs-wrapper .price-range-field {
  width: 90px;
  border: 1px solid #F2F2F2;
  background-color: #F2F2F2;
  border-radius: 30px;
  margin: 0 4px;
  height: 40px !important;
  text-align: center;
}

.products_pg .filter_box .item .collapse_body .price-wrapper .inputs-wrapper .currency_title {
  color: #7E7E7E;
  font-size: 16px;
}

.products_pg .filter_box .item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.products_pg .products_pg_img {
  height: 250px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.products_pg .search_filter {
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px 0;
}

.products_pg .search_filter .label {
  width: 70px;
  color: #3F3F3F;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  font-size: 14px;
}

.products_pg .search_filter .form-control {
  height: 50px !important;
  background-color: #fff;
  border-color: #f7f7f7;
  border-radius: 12px;
}

/**********************************************
    Start Edit product_det Page 
**********************************************/
.product_det {
  background-color: #fff;
}

.product_det .text_box .title {
  font-size: 22px;
}

.product_det .text_box .share_box {
  position: relative;
}

.product_det .text_box .share_box .share_butn {
  width: 90px;
  height: 40px;
  background-color: #E0E0E0;
  color: #454545;
  border-radius: 25px;
  font-weight: bold;
  font-size: 13px;
}

.product_det .text_box .share_box .share_links {
  position: absolute;
  bottom: -50px;
  inset-inline-end: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: scaleX(0) translateY(-50px);
          transform: scaleX(0) translateY(-50px);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.product_det .text_box .share_box .share_links.active {
  -webkit-transform: scaleX(1) translateY(0px);
          transform: scaleX(1) translateY(0px);
  visibility: visible;
  opacity: 1;
}

.product_det .text_box .share_box .share_links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 5px;
  color: var(--primary);
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  -webkit-box-shadow: 3px 6px 10px 0 #0001;
          box-shadow: 3px 6px 10px 0 #0001;
}

.product_det .text_box .share_box .share_links a:hover {
  background-color: var(--primary);
  color: #fff !important;
}

.product_det .text_box .rating i {
  font-size: 15px;
  color: #BDBDBD;
}

.product_det .text_box .rating i.active {
  color: #DE980F;
}

.product_det .text_box .rating .rate_num {
  color: #7E7E7E;
  font-size: 13px;
}

.product_det .text_box .prices {
  font-size: 25px;
}

.product_det .text_box .form_box {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.product_det .text_box .form_box .color_radios .form-check {
  position: relative;
  padding: 0;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  margin-bottom: 15px;
}

.product_det .text_box .form_box .color_radios .form-check .form-check-label {
  width: 90px;
  height: 40px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #505050;
  background-color: #f7f7f7;
}

.product_det .text_box .form_box .color_radios .form-check .form-check-input:checked ~ .form-check-label {
  background-color: var(--primary);
  color: #fff;
}

.product_det .text_box .form_box .color_radios .form-check .form-check-input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100% !important;
  opacity: 0;
  cursor: pointer;
}

.product_det .text_box .form_box .size_radios .form-check .form-check-label {
  width: 40px;
}

.product_det .text_box .label {
  font-size: 18px;
}

.product_det .text_box .butns .cart_butn {
  height: 40px;
  font-size: 13px;
  padding: 0.75rem 2.2rem;
}

.product_det .text_box .quantity-container {
  background-color: #f7f7f7;
}

.product_det .text_box .quantity-container .qt-plus, .product_det .text_box .quantity-container .qt-minus {
  background-color: #f7f7f7;
}

.product_det .swiper_box .lg-slide-swiper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  overflow-x: hidden;
}

.product_det .swiper_box .lg-slide-swiper .img-box {
  position: relative;
  overflow: hidden;
  height: 560px;
  border-radius: 25px;
  background-color: #f7f7f7;
}

.product_det .swiper_box .lg-slide-swiper .img-box .lg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.product_det .swiper_box .sm-slide-swiper {
  overflow: hidden;
  height: 100px;
}

.product_det .swiper_box .sm-slide-swiper .swiper-slide {
  border-radius: 25px;
  opacity: .5;
  cursor: pointer;
  padding-bottom: 5px;
}

.product_det .swiper_box .sm-slide-swiper .sm-bg-header {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 4px;
  border-radius: 25px;
  border: 1px solid transparent;
  padding: 0px;
  background-color: #fff;
}

.product_det .swiper_box .sm-slide-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.product_det .swiper_box .sm-slide-swiper .swiper-slide-thumb-active .sm-bg-header {
  border-color: #888 !important;
}

.product_det .product_det_inner .nav-link {
  width: 140px;
  height: 45px;
  border-radius: 20px 20px 0 0;
  background-color: #E0E0E0;
  color: #555;
  font-size: 13px;
  font-weight: bold;
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.product_det .product_det_inner .nav-link.active {
  background-color: #f7f7f7;
  color: #000;
}

.product_det .product_det_inner .tab-content {
  background-color: #f7f7f7;
  border-radius: 0 20px 20px 20px;
  padding: 40px 3vw;
}

.product_det .product_det_inner .tab-content h6 {
  font-size: 15px;
}

.product_det .product_det_inner .tab-content .p {
  font-size: 13px;
  line-height: 2;
  color: #606060;
}

.product_det .product_det_inner .tab-content .review_item {
  position: relative;
  padding: 20px 2vw;
  border-radius: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.product_det .product_det_inner .tab-content .review_item .prof_data .avatar {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.product_det .product_det_inner .tab-content .review_item .prof_data .name {
  font-size: 13px;
}

.product_det .product_det_inner .tab-content .review_item .prof_data .rating i {
  font-size: 11px;
  color: #BDBDBD;
}

.product_det .product_det_inner .tab-content .review_item .prof_data .rating i.active {
  color: #DE980F;
}

.product_det .product_det_inner .tab-content .review_item .prof_data .rating .date {
  color: #7E7E7E;
  font-size: 11px;
}

.product_det .product_det_inner .tab-content .review_item .review_det {
  color: #606060;
  font-size: 13px;
  margin-bottom: 0;
}

.product_det .product_det_inner .tab-content .form .label {
  font-size: 13px;
  margin-bottom: .6rem;
}

.product_det .product_det_inner .tab-content .form .form-control {
  border-radius: 12px;
  border-color: #f7f7f7;
}

.product_det .product_det_inner .tab-content .form input {
  height: 45px !important;
}

.product_det .product_det_inner .tab-content .form .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: 12px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product_det .product_det_inner .tab-content .form .stars-content .star-rating i {
  margin: 0 2px;
}

.product_det .product_det_inner .tab-content .form .stars-content .star-rating input {
  display: none;
}

.product_det .product_det_inner .tab-content .form .stars-content .star-rating label {
  color: #BDBDBD;
  cursor: pointer;
}

.product_det .product_det_inner .tab-content .form .stars-content .star-rating :checked ~ label {
  color: #FFB820;
}

.product_det .product_det_inner .tab-content .form .stars-content .star-rating label:hover,
.product_det .product_det_inner .tab-content .form .stars-content .star-rating label:hover ~ label {
  color: #FFD06A;
}

.quantity-container {
  background-color: #fff;
  border-radius: 30px;
  padding: 5px 20px;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.quantity-container .qt-plus,
.quantity-container .qt-minus {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: solid 1px transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: #555;
  font-size: 10px;
  vertical-align: middle;
  display: inline-flex;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.quantity-container .qt-plus:hover,
.quantity-container .qt-minus:hover {
  background-color: var(--primary) !important;
  color: #fff;
}

.quantity-container .qt-plus .fa,
.quantity-container .qt-minus .fa {
  font-weight: 300;
}

.quantity-container .qt {
  display: inline-block;
  min-width: 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.44;
  color: #202020;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
}

/**********************************************
    Start Edit about Page 
**********************************************/
.about_pg {
  background-color: #fff;
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_pg .bg {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.about_pg p {
  font-size: 19px;
}

.about_cards .about_card {
  padding: 35px 3vw;
  position: relative;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 10px 30px 46px 0 #0001;
          box-shadow: 10px 30px 46px 0 #0001;
}

.about_cards .about_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.about_cards .about_card .icon {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 25px auto;
}

.about_cards .about_card .s_icon {
  font-size: 35px;
  color: var(--primary);
  width: 80px;
  height: 80px;
  background-color: #f9f9f9;
  border-radius: 15px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_cards .about_card .txt .title {
  font-size: 25px;
  text-transform: uppercase;
}

.about_cards .about_card .txt .p {
  margin-bottom: 0;
  color: #B1AAAA;
  font-size: 14px;
}

/**********************************************
    Start Edit contact Page 
**********************************************/
.contact_pg {
  background-color: #F2F2F2;
}

.contact_pg .text_box .item {
  position: relative;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  margin-bottom: 25px;
}

.contact_pg .text_box .item .label {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.contact_pg .text_box .item .data {
  color: #808080;
  font-size: 14px;
  margin-bottom: 0;
}

.contact_pg .text_box .item .social_links a {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  color: var(--primary);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.contact_pg .text_box .item .social_links a:hover {
  background-color: var(--primary);
  color: #fff !important;
}

.contact_pg .text_box .item::before {
  content: '';
  width: 5px;
  height: 26px;
  background-color: var(--primary);
  position: absolute;
  inset-inline-start: 0;
  top: 0px;
}

.contact_pg .map_box iframe {
  border-radius: 20px;
  border: 5px solid #fff;
}

.contact_pg .inner {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.contact_pg .inner .form {
  padding: 50px 3vw;
}

.contact_pg .inner .form .label {
  font-size: 13px;
  margin-bottom: .6rem;
  text-transform: capitalize;
}

.contact_pg .inner .form input, .contact_pg .inner .form select {
  height: 50px !important;
}

.contact_pg .inner .form .form-control {
  border-radius: 12px;
  border-color: #f7f7f7;
}

.contact_pg .inner .box {
  height: 100%;
  position: relative;
  padding: 40px 3vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/**********************************************
    Start Edit contact Page 
**********************************************/
.content_pg {
  background-color: #F2F2F2;
}

.content_pg .inner {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 50px 3vw;
}

.content_pg .inner .p {
  font-size: 14px;
  line-height: 2;
  color: #606060;
  margin-bottom: 0;
}

/**********************************************
    Start Edit cart Page 
**********************************************/
.cart_pg {
  background-color: #F2F2F2;
}

.cart_pg .table-responsive {
  background-color: #fff;
  border-radius: 20px;
}

.cart_pg .table-responsive th, .cart_pg .table-responsive td {
  padding: 1.5rem 1rem;
  vertical-align: middle;
}

.cart_pg .table-responsive tr:last-child td {
  border-bottom: none;
}

.cart_pg .table-responsive .price {
  font-size: 1.1rem;
}

.cart_pg .table-responsive .prod_data .prod_img {
  width: 80px;
  height: 60px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.cart_pg .table-responsive .prod_data .categ {
  color: #888;
}

.cart_pg .table-responsive .quantity-container,
.cart_pg .table-responsive .quantity-container .qt-plus,
.cart_pg .table-responsive .quantity-container .qt-minus {
  background-color: #F2F2F2;
}

.cart_pg .order_summary {
  background-color: #fff;
  padding: 35px 2vw;
  border-radius: 20px;
}

.cart_pg .order_summary .item:last-child {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.cart_pg .order_summary .item:last-child .label,
.cart_pg .order_summary .item:last-child .price {
  font-weight: bold;
  font-size: 18px;
}

.cart_pg .copon_box input {
  -webkit-padding-end: 70px;
          padding-inline-end: 70px;
}

.cart_pg .copon_box .form-control {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 12px;
}

.cart_pg .copon_box .apply_butn {
  position: absolute;
  inset-inline-end: 5px;
  top: 7px;
  height: 45px;
  padding: 0.75rem 1rem;
  font-size: 13px;
}

.cart_pg .inner {
  background-color: #fff;
  padding: 40px 3vw;
  border-radius: 20px;
  position: relative;
}

.cart_pg .inner .form-control {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 12px;
}

.cart_pg .inner .form-check {
  margin: 10px 0;
  padding: 0;
}

.cart_pg .inner .form-check .sm_img {
  width: 60px;
  height: 50px;
  -o-object-position: top;
     object-position: top;
  display: block;
  margin-bottom: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 15px !important;
}

.cart_pg .inner .form-check .form-check-input {
  display: none;
}

.cart_pg .inner .form-check .form-check-label {
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  display: block;
  border: 1px solid #f9f9f9;
  cursor: pointer;
}

.cart_pg .inner .form-check .form-check-input:checked ~ .form-check-label {
  color: var(--primary);
  border-color: var(--primary);
  background-color: #CA121405;
}

.cart_pg .inner iframe {
  border-radius: 25px;
}

.cart_pg .butn {
  padding: 0.75rem 2rem;
  font-size: 15px;
}

textarea::-webkit-scrollbar-thumb {
  border-radius: 0px;
}

.data-group {
  margin-bottom: 1.2rem;
  position: relative;
}

.data-group .label {
  font-size: 12px;
  font-weight: bold;
}

.data-group .data {
  padding: 0.8rem 1.5rem;
  border-radius: 12px;
  background-color: #f7f7f7;
  margin-top: 10px;
  border: 1px solid #f7f7f7;
}

/**********************************************
    Start Edit register Page 
**********************************************/
.register_pg {
  background-color: #F2F2F2;
}

.register_pg .inner {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.register_pg .inner .form {
  padding: 50px 3vw;
}

.register_pg .inner .form .label {
  font-size: 13px;
  margin-bottom: .6rem;
  text-transform: capitalize;
}

.register_pg .inner .form input, .register_pg .inner .form select {
  height: 55px !important;
}

.register_pg .inner .form .form-control {
  border-radius: 12px;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

.register_pg .inner .form .forget_pass {
  font-size: 15px;
  color: #777;
}

.register_pg .inner .form .form-check-input {
  height: 1em !important;
}

.register_pg .inner .form .primary_butn {
  margin: auto;
}

.register_pg .inner .box {
  height: 100%;
  position: relative;
  padding: 40px 3vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 450px;
}

.profile-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid var(--secondary);
  margin: auto;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.profile-avatar input {
  position: absolute;
  bottom: 0;
  left: 64%;
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  color: #222;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border: none;
  opacity: 0;
  z-index: 3;
}

.profile-avatar button {
  width: 45px;
  height: 45px;
  -webkit-box-shadow: 0px 0px 10px #ddd;
          box-shadow: 0px 0px 10px #ddd;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer !important;
  border: 1px solid #eee;
  position: absolute;
  right: 2px;
  bottom: 0px;
  cursor: pointer;
}

.profile-avatar button i {
  position: relative;
  top: 1px;
  cursor: pointer !important;
}

.show_hide_password {
  position: relative;
}

.show_hide_password .show_pass {
  position: absolute;
  top: 54px;
  inset-inline-end: 20px;
  cursor: pointer;
  color: #888;
}

/**********************************************
    Start Edit profile Page 
**********************************************/
.profile_pg {
  background-color: #F2F2F2;
}

.profile_pg .prof-side .wrapper {
  padding: 3vw 2vw;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 25px;
}

.profile_pg .prof-side .wrapper.prof-data .img-box {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
  margin: auto;
  overflow: hidden;
}

.profile_pg .prof-side .wrapper.links-data .nav-link {
  color: #333;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  margin-bottom: 5px;
}

.profile_pg .prof-side .wrapper.links-data .nav-link.active {
  background-color: var(--primary);
  color: #fff !important;
}

.profile_pg .tab_wrapper {
  padding: 50px 3vw;
  border-radius: 20px;
  background-color: #fff;
}

.profile_pg .tab_wrapper.profile_tab .label {
  font-size: 13px;
  margin-bottom: .6rem;
  text-transform: capitalize;
}

.profile_pg .tab_wrapper.profile_tab input, .profile_pg .tab_wrapper.profile_tab select {
  height: 55px !important;
}

.profile_pg .tab_wrapper.profile_tab .form-control {
  border-radius: 12px;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

.profile_pg .tab_wrapper.profile_tab .editData_box {
  display: none;
}

.profile_pg .tab_wrapper.orders_tab {
  padding: 45px 20px;
}

.profile_pg .tab_wrapper.orders_tab .nav-link {
  width: 140px;
  height: 45px;
  border-radius: 20px 20px 0 0;
  background-color: #E0E0E0;
  color: #555;
  font-size: 13px;
  font-weight: bold;
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
  text-transform: capitalize;
}

.profile_pg .tab_wrapper.orders_tab .nav-link.active {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-bottom: transparent;
  color: #000;
}

.profile_pg .tab_wrapper.orders_tab .tab-content {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 0 20px 20px 20px;
  padding: 10px 1vw;
}

.profile_pg .tab_wrapper.orders_tab .table-responsive .table th,
.profile_pg .tab_wrapper.orders_tab .table-responsive .table td {
  padding: 1rem 0.5rem;
}

.profile_pg .tab_wrapper.orders_tab .table-responsive td {
  vertical-align: middle;
}

.profile_pg .tab_wrapper.orders_tab .table-responsive::-webkit-scrollbar {
  height: 5px;
}

.profile_pg .tab_wrapper.orders_tab .table-responsive .prod_img {
  width: 50px;
  height: 40px;
  border-radius: 10px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.profile_pg .tab_wrapper.orders_tab .badge {
  width: 100px;
  padding: .6rem;
  text-align: center;
}

.profile_pg .tab_wrapper.orders_tab .more-butn {
  color: #888;
  display: block;
  text-align: center;
}

.profile_pg .tab_wrapper.loc_tab .loc_card {
  background-color: #f7f7f7;
  border-radius: 25px;
  margin: 0 auto 25px auto;
}

.profile_pg .tab_wrapper.loc_tab .loc_card .heading {
  padding: 25px;
  border-bottom: 1px solid #ddd;
}

.profile_pg .tab_wrapper.loc_tab .loc_card .heading .icon-outer {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: var(--primary);
  border-radius: 25px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.profile_pg .tab_wrapper.loc_tab .loc_card .heading .title {
  font-size: 1rem;
}

.profile_pg .tab_wrapper.loc_tab .loc_card .heading .card_butn {
  background-color: transparent;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  font-size: 13px;
}

.profile_pg .tab_wrapper.loc_tab .loc_card .heading .card_butn.edit {
  color: #3a9b27;
}

.profile_pg .tab_wrapper.loc_tab .loc_card .heading .card_butn.delete {
  color: #f14343;
}

.profile_pg .tab_wrapper.loc_tab .loc_card .card-body {
  padding: 1.25rem 2rem;
}

.profile_pg .tab_wrapper.loc_tab .loc_card .card-body .icon-outer {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
  background-color: #f8f1d7;
  border-radius: 10px;
}

.profile_pg .tab_wrapper.loc_tab .loc_card .card-body .icon-outer .icon {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}

.profile_pg .tab_wrapper.loc_tab .loc_card .card-body .content {
  width: calc(100% - 80px);
}

.profile_pg .tab_wrapper.notification_tab .noti_card {
  border-radius: 15px;
  padding: 35px 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 3px 6px 15px 0 #5551;
          box-shadow: 3px 6px 15px 0 #5551;
}

.profile_pg .tab_wrapper.notification_tab .noti_card .noti_icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}

.profile_pg .tab_wrapper.notification_tab .noti_card .content {
  width: calc(100% - 80px);
}

.profile_pg .tab_wrapper.notification_tab .noti_card .content .title {
  font-weight: bold;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.profile_pg .tab_wrapper.notification_tab .noti_card:hover .noti_icon {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}

.profile_pg .tab_wrapper.notification_tab .noti_card:hover .title {
  color: var(--primary);
}

/**********************************************
    Start Edit order_det Page 
**********************************************/
.order_det_pg {
  background-color: #F2F2F2;
}

.order_det_pg .order-details {
  padding: 0 3vw 3vw;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 120px;
}

.order_det_pg .order-details .order-head {
  border-radius: 20px;
  padding: 2.5vw;
  margin-bottom: 50px;
  outline: 15px solid #F2F2F2;
  border-radius: 20px;
  position: relative;
  top: -80px;
  background-color: #fff;
}

.order_det_pg .order-details .order-head ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.order_det_pg .order-details .order-head ul li {
  width: 50%;
  margin: 5px 0;
}

.order_det_pg .order-details .order-head ul li p {
  margin: 0;
}

.order_det_pg .order-details .order-head ul li span {
  font-weight: bold;
  margin-right: 15px;
}

.order_det_pg .order-details .order-body .table-bordered {
  border: none;
}

.order_det_pg .order-details .order-body .table-bordered th, .order_det_pg .order-details .order-body .table-bordered td {
  border: 1px solid #9993;
}

.order_det_pg .order-details .order-body .table-bordered th.text-left, .order_det_pg .order-details .order-body .table-bordered td.text-left {
  text-align: initial;
}

.order_det_pg .order-details .order-body .table .img img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.order_det_pg .order-details .order-body .table thead th {
  background-color: #f9f9f9;
  color: #000;
}

.order_det_pg .table th, .order_det_pg .table td {
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 1rem 1.5rem;
}

.order_det_pg .table_box {
  border-radius: 15px;
  border-top: .2px solid #9993;
  border-right: 1px solid #9993;
  border-left: 1px solid #9993;
  border-bottom: .2px solid #9993;
  overflow: hidden;
}

.order_det_pg .qr_box {
  border-radius: 15px;
  overflow: hidden;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #9993;
}

.order_det_pg .qr_box .sec-img {
  height: 270px;
  -o-object-fit: contain;
     object-fit: contain;
}

.order_det_pg .pay_box {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
  margin-top: 30px;
}

.order_det_pg .pay_box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #9993;
}

.order_det_pg .pay_box li:last-of-type {
  border: 0;
  padding-bottom: 0;
}

/**********************************************
    Start Edit error Page 
**********************************************/
.error_pg {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error_pg .sec-img {
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.error_pg .butn {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 200px;
  height: 55px;
  font-size: 18px;
  background-color: #f5f5f5;
  color: var(--primary);
}
/*# sourceMappingURL=style.css.map */