@charset "UTF-8";
: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%);
}

  
/*  @font-face {*/
/*    font-family: ping_reg;*/
/*    src: url(../fonts/ping_font/PingAR+LT-Medium.otf);*/
/*}*/

@font-face {
    font-family: effra_reg;
    src: url(../fonts/effra.ttf);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  /*font-family: 'Rajdhani', sans-serif;*/
  /*font-family: ping_reg;*/
  /*font-family: effra_reg;*/
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Archivo', 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;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body {
  direction: ltr;
  overflow-x: hidden;
  font-weight: 500;
  padding-top: 172px;

}

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

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




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

.color-gray2 {
  color: #888;
}

.color-gray3 {
  color: #666;
}

.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: 60px;
  height: 60px;
  position: fixed;
  inset-inline-start: 15px;
  bottom: 20px;
  right: 90px;
  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;
}

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

.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 {
    flex-wrap: wrap;
}

.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
**********************************************/
/*main {*/
/*  padding-top: 200px;*/
/*}*/

.navs-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

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

.navs-container .logo {
      width: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: auto;
}

.navs-container .search_box {
  position: relative;
  display: flex;
  align-items: center;
}

.navs-container .search_box .form-control {
    height: 40px !important;
}

.navs-container .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 .search_box .form-control::-webkit-input-placeholder {
  color: #999;
}

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

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

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

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

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

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

.navs-container .bottom_icons .sm_butn {
    background-color: transparent !important;
    color: var(--primary) !important;
    font-size: 21px;
    border: 0 !important;
    width: auto;
    margin-left: 0 !important;
    margin-inline-start: 20px !important;
}

.navs-container .bottom_icons .sm_butn:hover {
    background-color: transparent !important;
    color: var(--primary) !important;
    border: 0 !important;
}

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

.navs-container .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;
  inset-inline-start: -3px;
  z-index: 5;
}

.navs-container .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.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.navs-container.fixed .logo {
    width: 130px;

}

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

.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 .has_dropdown .nav-link {
  position: relative;
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
}

.navs-container .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 .has_dropdown .drop_down {
  z-index: 9;
  background-color: #fff;
  position: absolute;
  top: 66px;
  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 .has_dropdown .drop_down .link_item {
  margin: 15px;
  padding: 5px;
  border-radius: 5px;
  width: 150px;
  text-align: center;
  font-weight: 500;
  color: #666;
  font-size: 14px;
}

.navs-container .has_dropdown .drop_down .link_item .categ_img {
  width: 150px;
    height: 150px;
    border-radius: 10px;
    -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;
    border: 1px solid #eee;
    background: #f9f9f9;
    padding: 10px;
}

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

.navs-container .has_dropdown:hover .drop_down {
  top: calc(100% + 14px);
  opacity: 1;
  visibility: visible;
}

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

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

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

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

.navs-container .has_search_dropdown .prodItemsBox {
  border-radius: 0 0 15px 15px;
  width: 250px;
  top: calc(100% + 14px);
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.navs-container .has_search_dropdown .prodItemsBox .more_butn {
  font-size: 14px;
  height: 40px;
  border-radius: 10px;
}

.navs-container .has_search_dropdown:hover .prodItemsBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  visibility: visible;
}

.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 .prodItemsBox {
  position: absolute;
  top: 34px;
  width: 245px;
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 10px 0 #0001;
          box-shadow: 3px 6px 10px 0 #0001;
  padding: 15px;
  z-index: 9;
  border-radius: 15px;
  border: 1px solid #eee;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
    min-width: max-content;
    left: auto;
    right: 0;
}

.navs-container .prodItemsBox.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.navs-container .prodItemsBox .item {
  margin-bottom: 15px;
    /* border-bottom: 1px solid #eee; */
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
}

.navs-container .prodItemsBox .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.navs-container .prodItemsBox .item .prog_img {
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.navs-container .prodItemsBox .item .txt {
  width: calc(100% - 60px);
  overflow: hidden;
  max-width: 115px;
}

.navs-container .prodItemsBox .item .txt .name {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.navs-container .prodItemsBox .item .txt .price {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.navs-container .prodItemsBox .item .butns .butn {
  width: 25px;
  height: 25px;
  font-size: 12px;
}

.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 {
  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;
}

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

.navs-container .logo_box {
    /*padding-top: 10px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.navs-container .top_nav {*/
/*    background-color: #f0f0f0;*/
/*}*/
.navs-container .top_nav .butn.white_butn {
    background-color: transparent;
}
.navs-container .navbar {
    background-color: #000;
}

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

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

.footer .content p {
    color: #fff;
}

.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 {
    max-width: 50px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}

.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;*/
  border-top: 1px solid #fff3;
}

.footer .foot .text-white {
    color: #000 !important;
}

.footer .foot .copyright_p {
    text-align: end !important;
    padding: 0 !important;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header .swiper-slide {
    height: auto;
}
.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;
  height: 100%;
}

.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 .has_dropdown .drop_down {
  background-color: #222;
  border-radius: 15px;
}

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

.home_3 .navs-container .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: 80px;
  max-width: 120px;
  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: 280px;
  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;
  margin: 20px 10px;
}

.categ_sec .categ_card .title {
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 20;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s ease
}

.categ_sec .categ_card:hover .title {
    opacity: 1;
    transform: translateY(0);
}

.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: #ca1214;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s ease
}

.categ_sec .categ_card:hover:after {
    opacity: 0.5;
}

/*.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);
  overflow: hidden;
}

.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;
  border-radius: 15px;
}

.products_sec .prod_card .img_box > a {
    display: block;
    height: 100%;
    width: 100%;
}

.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;
  z-index: 5;
}

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

.products_sec .prod_card .img_box .card_butns {
  position: absolute;
  z-index: 5;
  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;
  width: calc(100% - 60px);
}

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

.products_sec .prod_card .card-body .prices .wholesaleSpan {
  font-size: 12px;
  font-weight: bold;
  display: block;
  width: 100%;
}

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

.offer_sec .inner {
  position: relative;
  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: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}


.offer_sec .inner .bg {
  border-radius: 0;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateY(0);
  transform: translateY(-50%) rotateY(0);
  z-index: 2;
}

/*.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;
  padding-inline-start: 4vw;

}

.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;
  padding: 15px 30px;
  height: 100%;
  display: block;
  text-align: center;
}

.feedback_sec .swiper-slide {
    height: auto;
}

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

.feedback_sec .feedback_card .txt {
  width: 100%;
margin-top: 30px;
}

.feedback_sec .feedback_card .txt .p {
  font-size: 16px;
  color: #606060;
  margin-top: 15px;
}

.features_sec {
  background-color: #F2F2F2;
}

.features_sec .item {
  margin: 15px 0;
  text-align: center;
}

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

.about_pg  .features_sec .item .title {
  font-size: 16px;
}

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

.features_sec .item .title .icon img {
    height: 40px;
    filter: invert(9%) sepia(87%) saturate(6427%) hue-rotate(354deg) brightness(104%) contrast(93%);
}

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

.newsletter_sec p {
    color: #fff;
}

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

.newsletter_sec .text_box h3 {
    color: #fff;
}

.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: 27px 20px;
  border-bottom: 1px solid #ddd;
}

.products_pg .filter_box .title_box a {
    font-size: 12px;
    color: #ca1214;
}

.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;
  font-weight: 700;
}

.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: 65px;
  height: 65px;
  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: 60px;
  height: 60px;
  -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 #colorFormCheck {
    display: inline-block;
    width: fit-content;
}  


.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 {
    color: #b1aaaa;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    font-size: 13px;
    flex-shrink: 0;
    white-space: nowrap;
    font-weight: bold;
}

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

.all_products_pg .prod_card .img_box {
    height: 250px !important;
} 
.all_products_pg  .prod_card .img_box .card_butns .cart_butn {
    width: 110px;
    padding: 0;
}

 .products_sec {
    background-color: transparent;
}

 .products_sec .prod_card {
    border-radius: 0;
}

 .products_sec .prod_card .img_box {
    position: relative;
    border: 1px solid #ddd;
    /*background-color: #f5f5f5;*/
    height: 250px;
}

 .products_sec .prod_card .img_box:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ca121499;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none
}

 .products_sec .prod_card:hover .img_box:after {
    opacity: 0.5;
}

 .products_sec .prod_card .flx-cont {
    display: flex;
    align-items: center;
}

 .products_sec .prod_card .card-body {
    padding: 20px 0;
    text-align: inherit;
}

 .products_sec .prod_card .card-body .title {
    font-size: 15px;
    flex-grow: 1;
    margin: 0;
}

 .products_sec .prod_card .card-body .prices {
    font-size: 14px;
    display: block !important;
    /*direction: ltr;*/
    flex-grow: 1;
    white-space: nowrap;
    margin-inline-start: 15px;
}

 .products_sec .prod_card .card-body .tags {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

 .products_sec .prod_card .card-body .tags a {
    font-size: 11px;
    font-weight: bold;
    color: #ca1214;
    padding-right: 50px;
    position: relative;
}

 .products_sec .prod_card .card-body .tags a:after {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: #ca1214;
}

 .products_sec .prod_card .card-body .tags a:last-of-type{
    padding-right: 50px;
}

 .products_sec .prod_card .card-body .tags a:last-of-type:after {
    display: none;
}

/**********************************************
    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 .product_det_inner .tab-content table.sizes_tb.mce-item-table {
        float: unset !important;
}

.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 .categ_name img {
    width: 200px;
    height: 100px;
}

.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;
  font-size: 13px;
}

.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 {
  position: relative;
}

.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 .img-box .button {
  background-color: var(--primary);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%) scale(.8);
          transform: translate(-50%, -55%) scale(.8);
  z-index: 6;
}

.product_det .swiper_box .img-box .button.is-play .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.product_det .swiper_box .img-box .button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product_det .swiper_box .img-box .button.is-play .triangle {
  -webkit-animation: fadeIn 7s ease;
          animation: fadeIn 7s ease;
}

.product_det .swiper_box .img-box .button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
          animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.product_det .swiper_box .img-box .button .has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
          animation: smallScale 3s infinite;
}

.product_det .swiper_box .img-box .button .has-delay-short {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes smallScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes smallScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

.product_det .swiper_box .lg-slide-swiper .img-box,
.product_det .swiper_box .lg-slide-swiper .rotation{
  position: relative;
  overflow: hidden;
  height: 560px;
  border-radius: 15px;
  /*background-color: #f7f7f7;*/
  border: 1px solid #eee;
}

.product_det .swiper_box .lg-slide-swiper .rotation img {
    object-fit: contain;
}

.product_det .swiper_box .lg-slide-swiper .img-box .lg-img {
  width: 100%;
  height: 100%;
 object-fit: contain;
  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 .swiper_box .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--primary);
  color: #ddd;
  z-index: 55;
  border-radius: 25px 0;
}

.product_det .swiper_box .badge b {
  color: #fff;
  display: block;
  margin-top: 4px;
}

.product_det .product_det_inner .nav-link {
  width: 140px;
  height: 45px;
  border-radius: 0;
  background-color: transparent;
  color: #555;
  font-size: 14px;
  font-weight: bold;
  -webkit-margin-end: 7px;
  margin-inline-end: 7px;
  border-bottom: 3px solid transparent;
  padding: 0.5rem;

}

.product_det .product_det_inner .nav-link.active {
  color: #ca1214;
  border-color: #ca1214;
}

.product_det .product_det_inner .tab-content {
  /*background-color: #f7f7f7;*/
  border-radius: 15px;
  padding: 40px 3vw;
  margin-top: 30px;
  border: 1px solid #9994;
}

.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;
}


.product_det .textCont ,
.product_det .imgCont  {
    float: unset !important;
    width: auto !important;   
}
.product_det .imgCont img {
    width: 100px;
    float: unset;
    object-fit: contain;
}

.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-left: 10px;
text-align: center;
width: 40px;
height: max-content !important;
padding: 0;
border: 0;
background-color: transparent;
pointer-events: none;
}

/**********************************************
    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 .s_icon img {
    height: 40px;
    filter: invert(9%) sepia(87%) saturate(6427%) hue-rotate(354deg) brightness(104%) contrast(93%);
}

.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;
}

.contact_pg .inner .box p {
    color: #fff;
}

/**********************************************
    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 .quantity-container {
    width: fit-content;
    padding: 5px;
    
}
.cart_pg .quantity-container .qt {
    width: 30px;
    margin: 0 !important;
}

.cart_pg .table-responsive th, .cart_pg .table-responsive td {
  padding: 1.5rem 1rem;
  vertical-align: middle;
  text-wrap: nowrap;
  font-size: 14px;
}

.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 {
    min-width: 220px;
}
.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 .txt  {
    width:calc(100% - 95px);
    overflow: hidden;
    text-wrap: nowrap;
}

.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 .order_summary .label,
.cart_pg .order_summary .label .price{
    font-size: 10px;
    font-weight: bold;
}

.order_summary.cong_card {
    position: relative;
}

.order_summary.cong_card .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: contain;
}

.order_summary.cong_card * {
    position: relative;
    z-index: 5;
}

.order_summary.cong_card .icon {
    height: 50px;
    margin-bottom: 35px;
    margin-top: 15px;
    filter: invert(24%) sepia(99%) saturate(5763%) hue-rotate(351deg) brightness(79%) contrast(101%);
}

.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;
}

.cart_pg .alert {
  margin-bottom: 0;
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #777;
}

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 .float_alert {
    position: absolute;
    right: 0;
    top: 5px;
    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;
  overflow: hidden;
}

.data-group .comp_img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px;
  border-radius: 12px;
}

.data-group .comp_img_small {
  width: 100px;
  height: 80px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
  margin: 5px;
}

/**********************************************
    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;
}

.register_pg .inner .box p {
    color: #fff;
}

.drop_box {
  overflow: hidden;
  height: 60px;
  border-radius: 12px;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.drop_box .kwt-file {
  width: 100%;
}

.drop_box .kwt-file__drop-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drop_box .kwt-file__drop-area.is-active {
  background-color: #eacee5;
}

.drop_box .kwt-file__choose-file {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #f1f1f1;
  border: 1px solid #eee;
  border-radius: 15px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  color: var(--primary);
  width: 40px;
  height: 40px;
  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;
  font-size: 15px;
}

.drop_box .kwt-file__choose-file.kwt-file_btn-text {
  border-radius: 4px;
  width: auto;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
}

.drop_box .kwt-file__choose-file svg {
  width: 19px;
  height: 19px;
  display: block;
}

.drop_box .kwt-file__msg {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.drop_box .kwt-file__input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.drop_box .kwt-file__input:focus {
  outline: none;
}

.drop_box .kwt-file__delete {
  display: none;
  position: absolute;
  inset-inline-end: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.drop_box .kwt-file__delete:before {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%231d3557' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.5 438.5'%3e%3cpath d='M417.7 75.7A8.9 8.9 0 00411 73H323l-20-47.7c-2.8-7-8-13-15.4-18S272.5 0 264.9 0h-91.3C166 0 158.5 2.5 151 7.4c-7.4 5-12.5 11-15.4 18l-20 47.7H27.4a9 9 0 00-6.6 2.6 9 9 0 00-2.5 6.5v18.3c0 2.7.8 4.8 2.5 6.6a8.9 8.9 0 006.6 2.5h27.4v271.8c0 15.8 4.5 29.3 13.4 40.4a40.2 40.2 0 0032.3 16.7H338c12.6 0 23.4-5.7 32.3-17.2a64.8 64.8 0 0013.4-41V109.6h27.4c2.7 0 4.9-.8 6.6-2.5a8.9 8.9 0 002.6-6.6V82.2a9 9 0 00-2.6-6.5zm-248.4-36a8 8 0 014.9-3.2h90.5a8 8 0 014.8 3.2L283.2 73H155.3l14-33.4zm177.9 340.6a32.4 32.4 0 01-6.2 19.3c-1.4 1.6-2.4 2.4-3 2.4H100.5c-.6 0-1.6-.8-3-2.4a32.5 32.5 0 01-6.1-19.3V109.6h255.8v270.7z'/%3e%3cpath d='M137 347.2h18.3c2.7 0 4.9-.9 6.6-2.6a9 9 0 002.5-6.6V173.6a9 9 0 00-2.5-6.6 8.9 8.9 0 00-6.6-2.6H137c-2.6 0-4.8.9-6.5 2.6a8.9 8.9 0 00-2.6 6.6V338c0 2.7.9 4.9 2.6 6.6a8.9 8.9 0 006.5 2.6zM210.1 347.2h18.3a8.9 8.9 0 009.1-9.1V173.5c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a8.9 8.9 0 00-9.1 9.1V338a8.9 8.9 0 009.1 9.1zM283.2 347.2h18.3c2.7 0 4.8-.9 6.6-2.6a8.9 8.9 0 002.5-6.6V173.6c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a9 9 0 00-6.6 2.6 8.9 8.9 0 00-2.5 6.6V338a9 9 0 002.5 6.6 9 9 0 006.6 2.6z'/%3e%3c/svg%3e");
}

.drop_box .kwt-file__delete:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: #1d3557;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drop_box .kwt-file__delete:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(2.2);
          transform: translate(-50%, -50%) scale(2.2);
  opacity: 0.1;
}

.upload__box {
  padding: 0px;
}

.upload__box .upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload__box .upload__btn {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 55px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid;
  background-color: #F7F7F7;
  border-color: #F7F7F7;
  border-radius: 15px;
}

.upload__box .upload__btn p {
  margin-bottom: 0;
  line-height: 55px;
  color: #777;
  font-size: 12px;
  font-weight: 400;
}

.upload__box .upload__btn-box {
  margin-bottom: 10px;
}

.upload__box .upload__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f5f5f5;
  border-radius: 15px;
}

.upload__box .upload__img-box {
  width: 100px;
  height: 80px;
  padding: 0 5px;
  margin-bottom: 12px;
}

.upload__box .upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}

.upload__box .upload__img-close:after {
  content: "✖";
  font-size: 14px;
  color: white;
}

.upload__box .img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

.links_box {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 15px;
  width: calc(100% - 1rem);
  margin: 1rem auto 3rem auto;
}

.links_box .links_label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -33px auto 20px auto !important;
  background: #fff;
  padding: 0.5rem 1rem;
  border: 1px solid #eee;
  border-radius: 15px;
}

.links_box .butns {
  margin-bottom: -34px;
}

.links_box .butns button {
  padding: .5rem 1rem;
  background-color: #eee;
  color: var(--primary);
  border-radius: 25px;
  margin: 0 5px;
  font-weight: bold;
  font-size: 12px;
}

.links_box .butns button:disabled {
  opacity: .2;
}

.links_box .col-md-6 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.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);
}


.profile_pg .tab_wrapper.contract_tab .cv_uploading_box {
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  padding: 0.375rem 0.75rem;
  border-radius: 15px;
  height: 228px;
  position: relative;
}

.profile_pg .tab_wrapper.contract_tab .cv_uploading_box .view_butn ,
.profile_pg .tab_wrapper.contract_tab .cv_uploading_box .edit_butn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    color: var(--primary);

}

.profile_pg .tab_wrapper.contract_tab .cv_uploading_box .edit_butn {
    right: 55px;
    overflow: hidden;
    cursor: pointer;
}
.profile_pg .tab_wrapper.contract_tab .cv_uploading_box .edit_butn #upload-file2 {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
}

.profile_pg .tab_wrapper.contract_tab .cv_uploading_box .icon {
  width: 100px;
  -webkit-margin-end: 55px;
          margin-inline-end: 55px;
  -webkit-margin-start: -30px;
          margin-inline-start: -30px;
}
.profile_pg .tab_wrapper.contract_tab .cv_uploading_box .label {
   font-size: 15px !important;
    color: #777;
}
.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper {
  width: 145px;
  height: 55px;
  position: relative;
  font-size: 14px;
}

.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper #file-upload-name {
  margin: 0px 0 0 0;
  font-size: 12px;
  position: absolute;
  bottom: -30px;
}

.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper .upload-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0px auto 0;
  position: relative;
  /*cursor: pointer;*/
  background-color: #f3f3f3;
  color: var(--primary);
  border: 1px solid #eee;
  padding: 14px 1.5rem;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}

.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper .upload-wrapper input[type="file"] {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
}

.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper .upload-wrapper > svg {
  width: 25px;
  height: 25px;
  /*cursor: pointer;*/
}

.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper .upload-wrapper.success > svg {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}

.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper .upload-wrapper.uploaded {
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
  width: 60px;
  border-radius: 50%;
  height: 60px;
  text-align: center;
}

.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper .upload-wrapper .file-upload-text {
  position: absolute;
  left: 60px;
  top: 19px;
  font-weight: bold;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}

.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper .upload-wrapper.uploaded .file-upload-text {
  text-indent: -999px;
  margin: 0;
}

.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper .file-success-text {
  opacity: 0;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
  visibility: hidden;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  position: absolute;
  left: 0;
  right: 0;
  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;
}

.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper .file-success-text svg {
  width: 25px;
  height: auto;
  margin: 0 7px;
}

.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper .file-success-text span {
  margin-left: 15px;
}

.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper .upload-wrapper.success .file-success-text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}

.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper .upload-wrapper.success.uploaded .file-success-text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}

.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper .upload-wrapper.success.uploaded .file-success-text span {
  display: none;
}

.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper .upload-wrapper .file-success-text circle {
  stroke-dasharray: 380;
  stroke-dashoffset: 380;
  -webkit-transition: 1s linear all;
  transition: 1s linear all;
}

.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper .upload-wrapper.success .file-success-text circle {
  stroke-dashoffset: 0;
}

.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper .upload-wrapper .file-success-text polyline {
  stroke-dasharray: 380;
  stroke-dashoffset: 380;
  -webkit-transition: 1s linear all;
  transition: 1s linear all;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper .upload-wrapper.success .file-success-text polyline {
  stroke-dashoffset: 0;
}

.profile_pg .tab_wrapper.contract_tab .upload-main-wrapper .upload-wrapper.success .file-upload-text {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/**********************************************
    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 */

.loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 99999;
    top: 0;
}

.centerBike {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 26px;
    margin-left: -12px;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

#loop {
    height: 100px;
    width: 100px;
    border: #ca1214 solid 4px;
    border-radius: 200px;
}

#loop:before {
    background: linear-gradient(to left,
            rgba(187, 95, 39, 0) 0%,
            #ca1214 30%,
            #ca1214 70%,
            rgba(187, 95, 39, 0) 100%);
    content: "";
    display: block;
    height: 4px;
    left: -100px;
    position: relative;
    top: 100px;
    width: 300px;
}

#bike-wrapper {
    height: 108px;
    width: 108px;
    animation: drive 3s linear infinite;
}

#bike {
    height: 24px;
    width: 25px;
    background-image: url("../images/motorbike.png");
}

@keyframes drive {
    0% {
        margin-left: -364px;
        opacity: 0;
    }

    33.33% {
        transform: rotate(0deg);
        margin-left: -50px;
        opacity: 1;
    }

    66.66% {
        transform: rotate(-360deg);
        margin-left: -50px;
        opacity: 1;
    }

    100% {
        margin-left: 264px;
        transform: rotate(-360deg);
        opacity: 0;
    }
}


/*-------------*/
#st-1 {
    display: flex;
    width: 200px;
}

#st-1 .st-btn {
    display: inline-block !important;
}

/*-----------*/
.pagination_inputs .page-item {
    position: relative;
    overflow: hidden;
}

.pagination_inputs .page-item input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: red;
    cursor: pointer;
    opacity: 0;
}


@media print {
    .printButn ,
    .navs-container ,
    .bread_sec ,
    .newsletter_sec  ,
    .footer ,
    .whatsapp_butn ,
    .progress-wrap {
        display:none !important;
    }
    .img img {
        width: 80px;
        height: 80px;
        -o-object-fit: cover;
        object-fit: cover;
        border: 1px solid #ddd;
        border-radius: 10px;
    }
    td {
        vertical-align: middle !important;
    }
    
    .order_det_pg {
        background-color: #fff;
        padding: 0;
    }
    
    .container ,
    .order-details {
        padding: 0 !important;
    }


    .order_det_pg .order-details .order-head {
        padding: 1vw;
        margin-bottom: 0px;
    }
    .order_det_pg .pay_box {
        background-color: #fff;
        padding: 0;
        margin-top: 0;
    }
    .order_det_pg .pay_box li {
        padding: 10px 0;
        font-size: 12px;
    }
}


.product_det .text_box .form_box .color_radios .form-check .form-check-label.img_label {
  border: 2px solid transparent;
  border-radius: 8px;
  height: 60px;
  width: 60px;
  padding: 5px;
  color: #000 !important;
}

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


.products_pg .filter_box .item .collapse_body .checkboxes .form-check.input_color {
    margin-inline-end: 10px;
}


.products_pg .filter_box .item .collapse_body .checkboxes .form-check.input_color .form-check-input {
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #9995;
}

.products_pg .filter_box .item .collapse_body .checkboxes .form-check.input_color .form-check-label::before {
    filter: drop-shadow(0px 2px 0px #fff);
    top: 9px;
    right: 8px;
    font-size: 12px;
    color: #000;
}

.navs-container .bottom_icons .sm_butn .txt {
    font-size: 12px;
    margin-inline-start: 8px;
    color: #777;
    margin-top: 5px;
}




.sar {
    width: 16px !important;
    height: 16px !important;
    display: inline-block !important;
    object-fit: contain !important;
    margin-inline-start: 5px !important;
}

.sar24 {
    width: 24px !important;
    height: 24px !important;
}

/*--------- navbar ---------*/
/*.dropdown-menu {*/
/*    display: block;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: all 0.3s ease;*/
/*    left: 0;*/
/*}*/

/*.dropdown:hover .dropdown-menu {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/

/*--------- products filter ---------*/
/*.products_pg .filter_box .item .collapse_body .brands_radios .form-check .form-check-input.active ~ .form-check-label {*/
/*    border-color: var(--primary);*/
/*}*/
/*.products_pg .filter_box .item .collapse_body .checkboxes .form-check .form-check-input.active ~ .form-check-label {*/
/*    color: var(--primary);*/
/*}*/
/*.products_pg .filter_box .item .collapse_body .checkboxes .form-check .form-check-input.active[type="checkbox"] ~ .form-check-label::before {*/
/*    opacity: 1 !important;*/
/*}*/
/*.products_pg .filter_box .item .collapse_body .checkboxes .form-check .form-check-input:checked[type="checkbox"] {*/
/*    background-color: transparent;*/
/*    border: 1px solid #00000040;*/
/*}*/
/*.products_pg .filter_box .item .collapse_body .checkboxes .form-check .form-check-input.active[type="checkbox"] {*/
/*    border-color: var(--primary) !important;*/
/*}*/
/*.products_pg .filter_box .item .collapse_body .checkboxes .form-check .form-check-input:checked[type="radio"] {*/
/*    background-image: none;*/
/*    background-color: transparent;*/
/*    border-color: #00000040;*/
/*}*/
/*.products_pg .filter_box .item .collapse_body .checkboxes .form-check .form-check-input.active[type="radio"] {*/
/*    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");*/
/*    background-color: var(--primary);*/
/*    border-color: var(--primary);*/
/*}*/

.product_det .text_box .form_box .color_radios .form-check {
    width: max-content;
}
