@charset "UTF-8";
@font-face {
  font-family: "STC_regular";
  src: url(../fonts/stc_regular.ttf);
}
@font-face {
  font-family: "STC_bold";
  src: url(../fonts/stc_bold.ttf);
}
@font-face {
  font-family: "STC_medium";
  src: url(../fonts/stc_medium.ttf);
}
.fw-medium {
  font-family: "STC_medium";
}

.fw-bold,
b {
  font-family: "STC_bold";
}

*,
* button:focus {
  outline: 0;
}

:root {
  --primary: #f8353e;
  --subColor: #202020;
  /* --subColor2: #77643d; */
}

.primary {
  color: var(--primary) !important;
}

.primary-bg {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "STC_regular";
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  color: #202020;
  direction: rtl;
}

h1,
h2,
h3 {
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  font-family: "STC_bold";
}

h4,
h5,
h6 {
  margin: 0;
  line-height: 1.6;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

[type=email], [type=number], [type=tel], [type=url] {
  direction: inherit;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  transition: all 0.6s ease;
  outline: 0;
}

/* ==================== global style ============================== */
a,
span,
img {
  display: inline-block;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--primary);
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.text,
.text * {
  font-size: 14px;
  line-height: 1.8;
}

small.text {
  font-size: 12px;
}

.section_padding {
  padding: 80px 0;
}

.dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 10px;
  border: 0;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.0666666667);
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

/* --------------- to_top button --------------- */
.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.0666666667);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateX(-100px);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #000;
  left: 13px;
  top: 13px;
  height: 25px;
  width: 25px;
  display: block;
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 5;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/**********************************************
    Start Public Classes
**********************************************/
.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.swiper-container .swiper-pagination,
.section .swiper-pagination {
  bottom: 0;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet,
.section .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 25px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active,
.section .swiper-pagination .swiper-pagination-bullet-active {
  background: #202020;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev,
.section .swiper-button-next,
.section .swiper-button-prev {
  background-image: unset;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  background-image: unset;
  background-color: #202020;
  transition: all 0.3s linear;
}
.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before,
.section .swiper-button-next::before,
.section .swiper-button-prev::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  color: #fff;
  transition: all 0.3s linear;
}
.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after,
.section .swiper-button-next::after,
.section .swiper-button-prev::after {
  display: none;
}
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover,
.section .swiper-button-next:hover,
.section .swiper-button-prev:hover {
  background-color: var(--primary);
  opacity: 1;
}
.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before,
.section .swiper-button-next:hover::before,
.section .swiper-button-prev:hover::before {
  color: #fff;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev,
.section .swiper-button-next,
.section .swiper-container-rtl .swiper-button-prev {
  right: 2%;
  left: auto;
}
.swiper-container .swiper-button-next::before,
.swiper-container .swiper-container-rtl .swiper-button-prev::before,
.section .swiper-button-next::before,
.section .swiper-container-rtl .swiper-button-prev::before {
  content: "\f061";
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next,
.section .swiper-button-prev,
.section .swiper-container-rtl .swiper-button-next {
  left: 2%;
  right: auto;
}
.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before,
.section .swiper-button-prev::before,
.section .swiper-container-rtl .swiper-button-next::before {
  content: "\f060";
}

.butn {
  position: relative;
  padding: 0.7rem 1.7rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 17px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: bold;
}
.butn i {
  margin-inline-end: 7px;
}
.butn.sm_butn {
  padding: 0;
  width: 50px;
  height: 50px;
}
.butn.primary_butn {
  background-color: var(--primary);
  color: #fff;
}
.butn.primary_border_butn {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}
.butn.secondary_butn {
  background-color: var(--subColor);
  color: #fff;
}
.butn.secondary_border_butn {
  border: 1px solid var(--subColor);
  color: var(--subColor);
  background-color: transparent;
}
.butn.white_butn {
  background-color: #fff;
  color: #333;
}
.butn.white_border_butn {
  background-color: #fff;
  border: 1px solid #D6D3D3;
}
.butn.blue_butn {
  background-color: #2879FC;
  color: #fff;
}
.butn:hover {
  background-color: #e21e28;
  border: 1px solid #e21e28;
  color: #fff !important;
}
.butn:hover .icon {
  filter: var(--filterWhite);
}

.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.container {
  position: relative;
  z-index: 5;
}

.sar {
  width: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline-start: 5px;
}

.icon-12 {
  width: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* --------------- navbar --------------- */
.navbar {
  position: relative;
  padding: 20px 0;
  background-color: #fff;
}
.navbar .logo {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  margin: 0 15px;
  color: #202020;
  font-weight: 600;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}
.navbar .nav-side {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}
.navbar .nav-side a {
  font-size: 16px;
  font-weight: bold;
  margin-inline-start: 30px;
}
.navbar .nav-side a i {
  margin-top: 12px;
}

/* --------------- header --------------- */
.header {
  position: relative;
  overflow: hidden;
}
.header .img {
  position: relative;
  height: 750px;
  -webkit-mask-image: url(../images/header_mask.png);
          mask-image: url(../images/header_mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
.header .info {
  position: relative;
}
.header .info h5 {
  font-size: 30px;
}
.header .info h5 i {
  color: #FFBC8B;
}
.header .info h1 {
  font-size: 80px;
}
.header .info .arrow-txt {
  display: flex;
  align-items: start;
  font-size: 24px;
  margin-top: 50px;
}
.header .info .arrow-txt .arrow {
  margin: 10px 10px 0 0;
}
.header .info .price-wrapper {
  display: flex;
  align-items: end;
  margin-top: 30px;
}
.header .info .price-wrapper .price {
  font-size: 90px;
  line-height: 1;
  color: var(--primary);
}
.header .info .price-wrapper small {
  font-size: 24px;
  margin-bottom: 10px;
  margin-inline-start: 10px;
}
.header .info .alrt-txt {
  font-size: 17px;
  opacity: 0.5;
  font-weight: 600;
}
.header::before {
  content: "";
  width: 60%;
  height: 100%;
  background: url(../images/hero_shap.png) no-repeat center;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
}
.header .arrows {
  position: absolute;
  inset-inline-start: 45%;
  bottom: 22px;
}
.header .arrows .swiper-button-next,
.header .arrows .swiper-button-prev {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  margin: 0 0px;
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
  width: 65px;
  height: 50px;
}
.header .swiper-pagination {
  width: -moz-fit-content !important;
  width: fit-content !important;
  bottom: 30px !important;
  inset-inline-start: 8% !important;
}

.header2 {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  background-color: #000000;
}
.header2 .info {
  position: relative;
  text-align: center;
  color: #fff;
}
.header2 .info h5 {
  font-size: 30px;
}
.header2 .info h5 i {
  color: #5BE5D1;
}
.header2 .info h1 {
  font-size: 80px;
}
.header2 .info .arrow-txt {
  display: flex;
  align-items: start;
  font-size: 24px;
  margin-top: 50px;
}
.header2 .info .arrow-txt .arrow {
  margin: 10px 10px 0 0;
}
.header2 .info .price-wrapper {
  display: flex;
  align-items: end;
  margin-top: 30px;
  justify-content: center;
}
.header2 .info .price-wrapper .price {
  font-size: 90px;
  line-height: 1;
  color: #5BE5D1;
}
.header2 .info .price-wrapper small {
  font-size: 24px;
  margin-bottom: 10px;
  margin-inline-start: 10px;
}
.header2 .info .alrt-txt {
  font-size: 17px;
  opacity: 0.5;
  font-weight: 600;
}
.header2 .bg {
  opacity: 0.2;
}

/* --------------- categ_sec --------------- */
.categ_sec .categ_card {
  position: relative;
  overflow: hidden;
  height: 440px;
  background-color: #202020;
  margin: 10px 0;
}
.categ_sec .categ_card .secImg {
  transition: all 0.3s linear;
  opacity: 0.6;
}
.categ_sec .categ_card .txt_box {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 8;
}
.categ_sec .categ_card .txt_box .categ_badge {
  width: 180px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  color: #202020;
  font-size: 27px;
  margin: 0 auto 25px auto;
  position: relative;
  font-weight: 900;
}
.categ_sec .categ_card .txt_box .shop_link {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}
.categ_sec .categ_card .txt_box .shop_link i {
  margin-inline-start: 7px;
}
.categ_sec .categ_card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
}
.categ_sec .categ_card::before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  z-index: 1;
  border-radius: 10px;
}
.categ_sec .categ_card:hover .secImg {
  transform: scale(1.03);
}
.categ_sec .categ_card:hover::after {
  animation: shine 1.2s linear infinite alternate;
}
.categ_sec .col-lg-4:nth-child(2) .categ_card .categ_badge {
  background-color: #202020;
  color: #fff;
}
.categ_sec .col-lg-4:nth-child(2) .categ_card .categ_badge::before {
  width: 100%;
  height: 100%;
  content: "";
  border: 1px dashed #fff;
  z-index: -1;
  position: absolute;
  top: 7px;
  right: -7px;
}
@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 25%;
    opacity: 0.5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

/* --------------- pg_header --------------- */
.pg_header {
  background-color: #EEF4FF;
  padding: 40px 0;
}
.pg_header .pg_title {
  font-weight: 800;
  font-size: 32px;
}
.pg_header .bread .item {
  font-size: 15px;
  color: #6E7C87;
  margin-inline-end: 10px;
}
.pg_header .bread .item::after {
  content: "\f104";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  margin-inline-start: 10px;
  color: rgba(110, 124, 135, 0.5529411765);
}
.pg_header .bread .item.active {
  color: #202020;
}
.pg_header .bread .item.active::after {
  display: none;
}

/* --------------- products_sec --------------- */
.products_sec .prods_head {
  gap: 1rem;
}
.products_sec .prods_head .nav-link {
  position: relative;
  font-size: 16px;
  color: #202020;
  margin-inline-end: 10px;
  font-family: "STC_bold";
}
.products_sec .prods_head .nav-link::after {
  background-color: #2879FC;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%) scale(0);
  transition: all 0.3s linear;
}
.products_sec .prods_head .nav-link.active {
  color: #2879FC;
  background-color: transparent;
}
.products_sec .prods_head .nav-link.active::after {
  transform: translateX(-50%) scale(1) !important;
}
.products_sec .prods_head .line {
  background-color: #D8D8D8;
  height: 1px;
  width: 50%;
}
.products_sec .prods_head .arrows .swiper-button-next,
.products_sec .prods_head .arrows .swiper-button-prev {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  margin: 0 2px;
}
.products_sec .prod_card {
  position: relative;
  margin-bottom: 35px;
  border-radius: 15px;
  transition: all 0.3s linear;
  height: calc(100% - 25px);
  border: 1px solid #f5f5f5;
}
.products_sec .prod_card .img_box {
  position: relative;
  aspect-ratio: 235/355;
  height: auto;
}
.products_sec .prod_card .img_box .secImg {
  border-radius: 15px 15px 0 0;
}
.products_sec .prod_card .img_box a {
  display: block;
  width: 100%;
  height: 100%;
}
.products_sec .prod_card .img_box .new_badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #202020;
  border-radius: 5px;
  font-size: 12px;
}
.products_sec .prod_card .img_box .offer_badge {
  background-color: #F8353E;
  color: #fff;
  padding: 0.3rem 0.5rem;
  position: absolute;
  top: 45px;
  right: 10px;
  border-radius: 5px;
  font-size: 12px;
}
.products_sec .prod_card .img_box .countdown_box {
  padding: 1rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}
.products_sec .prod_card .img_box .countdown_box .timer_item {
  width: 65px;
  height: 65px;
  text-align: center;
  gap: 0.2rem;
  background-color: rgba(255, 255, 255, 0.877);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #202020;
  font-size: 14px;
}
.products_sec .prod_card .img_box .countdown_box .timer_item span {
  font-weight: bold;
}
.products_sec .prod_card .card-body {
  text-align: center;
  padding: 1.5rem 1.25rem;
}
.products_sec .prod_card .card-body .categ {
  color: rgba(32, 32, 32, 0.6);
  font-size: 14px;
}
.products_sec .prod_card .card-body .stars i {
  color: #C4C4C4;
}
.products_sec .prod_card .card-body .stars i.active {
  color: #FDBF27;
}
.products_sec .prod_card .card-body .name {
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products_sec .prod_card .card-body .price h5 {
  font-size: 17px;
}
.products_sec .prod_card .card-body .price h5 span {
  font-weight: bold;
}
.products_sec .prod_card .card-body .price .del {
  font-size: 80%;
  text-decoration: line-through;
  opacity: 0.3;
  color: #202020;
}
.products_sec .prod_card .card-body .price .del .sar {
  opacity: 0.5;
  width: 13px;
}
.products_sec .prod_card .butns_card {
  display: flex;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -15px;
  justify-content: center;
  transition: all 0.3s linear;
}
.products_sec .prod_card .butns_card .butn {
  margin-inline-end: 10px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 25px;
  height: 45px;
  display: flex;
  font-size: 13px;
  transform: translateY(10px) scale(0);
}
.products_sec .prod_card .butns_card .butn .icon {
  width: 16px;
  height: 16px;
  filter: invert(9%) sepia(14%) saturate(15%) hue-rotate(335deg) brightness(93%) contrast(90%);
  -o-object-fit: contain;
     object-fit: contain;
}
.products_sec .prod_card .butns_card .butn:hover {
  background-color: #d3565c;
}
.products_sec .prod_card .butns_card .butn.fav_butn {
  transition-delay: 0.2s;
}
.products_sec .prod_card .butns_card .butn.fav_butn.active {
  background-color: #2879FC;
  color: #fff;
  border-color: #2879FC;
}
.products_sec .prod_card:hover {
  box-shadow: 0 6px 32px 0 rgba(32, 32, 32, 0.08);
}
.products_sec .prod_card:hover .butns_card .butn {
  transform: translateY(0px) scale(1);
}
.products_sec .prod_swiper {
  overflow: hidden;
}
.products_sec .prod_swiper .swiper-slide {
  height: auto;
}

.sec_head {
  position: relative;
  z-index: 5;
}
.sec_head .icon {
  width: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec_head .title {
  font-size: 32px;
  font-weight: 900;
}
.sec_head .p {
  line-height: 1.8;
  font-size: 18px;
  color: rgba(32, 32, 32, 0.6);
}

/* --------------- offers_sec --------------- */
.offers_sec {
  background-color: #202020;
}
.offers_sec .prod_card .img_box {
  height: 300px;
  width: 100%;
  aspect-ratio: unset;
}
.offers_sec .prod_card .card-body {
  padding-bottom: 25px;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
}
.offers_sec .offers_swiper {
  overflow: hidden;
}
.offers_sec .swiper_options {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offers_sec .swiper_options .swiper-pagination {
  position: relative;
  bottom: unset;
  width: -moz-fit-content;
  width: fit-content;
}
.offers_sec .swiper_options .swiper-pagination .swiper-pagination-bullet {
  background-color: #979797;
  position: relative;
}
.offers_sec .swiper_options .swiper-pagination .swiper-pagination-bullet .num {
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  top: 10px;
  color: #979797;
}
.offers_sec .swiper_options .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.offers_sec .swiper_options .swiper-pagination .swiper-pagination-bullet-active .num {
  color: #fff;
}
.offers_sec .swiper_options .swiper-button-next,
.offers_sec .swiper_options .swiper-button-prev {
  position: relative;
  height: auto;
  width: auto;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  margin: 0 25px;
  background-color: transparent;
  top: 4px;
}
.offers_sec .swiper_options::after, .offers_sec .swiper_options::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.15);
  width: 40%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.offers_sec .swiper_options::before {
  inset-inline-start: 0;
}
.offers_sec .swiper_options::after {
  inset-inline-end: 0;
}
.offers_sec .bg {
  opacity: 0.22;
}

/* --------------- celebrities_sec --------------- */
.celebrities_sec .celebrities_card {
  position: relative;
  margin-bottom: 25px;
}
.celebrities_sec .celebrities_card .img_box {
  height: 410px;
  position: relative;
  border: 1px solid #eee;
}
.celebrities_sec .celebrities_card .txt_box {
  position: relative;
  z-index: 5;
  padding: 15px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
.celebrities_sec .celebrities_swiper {
  overflow: hidden;
  padding-bottom: 25px;
}
.celebrities_sec .swiper-pagination {
  padding-bottom: 20px;
}
.celebrities_sec .swiper-pagination .swiper-pagination-bullet {
  background-color: #888;
  position: relative;
}
.celebrities_sec .swiper-pagination .swiper-pagination-bullet .num {
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: -25px;
  color: #888;
}
.celebrities_sec .swiper-pagination .swiper-pagination-bullet-active {
  background: #2879FC;
}
.celebrities_sec .swiper-pagination .swiper-pagination-bullet-active .num {
  color: #2879FC;
}

/* --------------- newsletter_sec --------------- */
.newsletter_sec .inner {
  padding: 100px 10px;
  position: relative;
  background-color: #202020;
}
.newsletter_sec .inner .txt_box {
  position: relative;
  z-index: 5;
  text-align: center;
}
.newsletter_sec .inner .txt_box .title {
  font-weight: bold;
}
.newsletter_sec .inner .txt_box .form-group {
  position: relative;
}
.newsletter_sec .inner .txt_box .form-group .form-control {
  height: 55px;
  padding-inline-start: 50px;
}
.newsletter_sec .inner .txt_box .form-group .icon {
  width: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  inset-inline-start: 10px;
  top: 17px;
}
.newsletter_sec .inner .txt_box .form-group .submit_butn {
  border: 1px solid #f5f5f5;
  width: 150px;
  height: 55px;
  background-color: #eee;
  color: #333;
  font-weight: bold;
  position: absolute;
  inset-inline-end: 0px;
  top: 0px;
}
.newsletter_sec .inner .bg {
  opacity: 0.2;
}

/* --------------- insta_sec --------------- */
.insta_sec {
  padding-bottom: 0;
}
.insta_sec .insta_username {
  font-size: 22px;
  direction: ltr;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto 15px auto;
}
.insta_sec .insta_username::after {
  content: "";
  width: calc(100% + 20px);
  height: 3px;
  background-color: #2879FC;
  display: block;
  margin-top: 7px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.insta_sec .insta_card {
  background-color: #202020;
  position: relative;
  height: 310px;
}
.insta_sec .insta_card .secImg {
  transition: all 0.3s linear;
}
.insta_sec .insta_card::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/instagram.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 5;
  pointer-events: none;
  transition: all 0.3s linear;
}
.insta_sec .insta_card:hover .secImg {
  opacity: 0.3;
}
.insta_sec .insta_card:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.insta_sec a {
  display: block;
  width: 100%;
  height: 100%;
}

/* --------------- footer --------------- */
.footer .contact_box {
  padding: 20px 0 40px 0;
}
.footer .contact_box .title {
  font-weight: bold;
}
.footer .contact_box .item {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.footer .contact_box .item .icon {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline-end: 15px;
}
.footer .contact_box .item .txt {
  width: calc(100% - 75px);
}
.footer .contact_box .item .txt .label {
  margin-bottom: 7px;
  font-size: 13px;
  color: #282828;
  font-weight: 500;
}
.footer .contact_box .item .txt .data {
  font-size: 16px;
  direction: ltr;
  color: #282828;
  font-weight: 500;
  margin-bottom: 0;
  text-align: end;
}
.footer .footer_inner {
  background-color: #202020;
  padding-top: 70px;
}
.footer .footer_inner .content {
  margin-bottom: 35px;
}
.footer .footer_inner .content .title {
  font-weight: bold;
  font-size: 24px;
}
.footer .footer_inner .content .links a {
  display: block;
  margin-bottom: 10px;
  color: #A5A5A5;
  font-size: 17px;
}
.footer .footer_inner .content .links a:hover {
  color: #fff;
}
.footer .footer_inner .content .down_butns a {
  margin-inline-end: 10px;
}
.footer .footer_inner .content .down_butns a .icon {
  width: 150px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer_inner .foot {
  background-color: #101010;
  padding: 20px 0;
  border-top: 1px solid rgba(112, 112, 112, 0.7215686275);
}
.footer .footer_inner .foot .copyright_p {
  color: #A5A5A5;
  font-size: 14px;
}
.footer .footer_inner .foot .pay_logos .payLogo {
  width: 40px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 10px;
}
.footer .footer_inner .foot .social_icons a {
  font-size: 16px;
  margin-inline-end: 15px;
  color: #A5A5A5;
}
.footer .footer_inner .foot .social_icons a:hover {
  color: #fff;
}

/* --------------- products_pg --------------- */
.products_pg .nav-link {
  margin: 0 10px;
  color: #555;
  width: 200px;
  font-size: 15px;
}
.products_pg .nav-link .categ_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.products_pg .nav-link .categ_item .categImg {
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -o-object-position: top;
     object-position: top;
}
.products_pg .nav-link.active {
  background-color: transparent;
  color: #2879FC;
}
.products_pg .prods_head .totalTitle {
  font-size: 15px;
  color: #888;
}
.products_pg .prods_head .totalTitle b {
  color: #000;
}
.products_pg .prods_head .form-group .label {
  color: #888;
  margin-inline-end: 10px;
}
.products_pg .prods_head .form-group .form-control {
  width: calc(100% - 100px);
  height: 45px;
  font-weight: bold;
}
.products_pg .filter_box {
  background-color: #F5F5F5;
  padding: 35px 2vw;
  border-radius: 5px;
}
.products_pg .filter_box .box {
  padding-bottom: 15px;
}
.products_pg .filter_box .box h6 {
  font-size: 15px;
  font-size: 700;
}
.products_pg .filter_box .radios .form-check {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333A3D;
}
.products_pg .filter_box .price-slider .price-wrapper span {
  transition: unset;
}
.products_pg .filter_box .price-slider .price-wrapper .ui-slider-horizontal {
  width: 100%;
}
.products_pg .filter_box .price-slider .price-wrapper .ui-widget-header {
  background: #2879FC;
}
.products_pg .filter_box .price-slider .price-wrapper .price-range-field {
  width: 65px;
  background-color: transparent;
  border: 1px solid transparent;
  margin: 0 4px;
  height: 40px !important;
  text-align: start;
  font-size: 14px;
}
.products_pg .filter_box .price-slider .price-wrapper .inputs-wrapper {
  width: 100%;
  display: inline-flex;
  justify-content: center;
}
.products_pg .filter_box .price-slider .price-wrapper .ui-state-default,
.products_pg .filter_box .price-slider .price-wrapper .ui-widget-content .ui-state-default,
.products_pg .filter_box .price-slider .price-wrapper .ui-widget-header .ui-state-default,
.products_pg .filter_box .price-slider .price-wrapper .ui-button,
.products_pg .filter_box .price-slider .price-wrapper html .ui-button.ui-state-disabled:hover,
.products_pg .filter_box .price-slider .price-wrapper html .ui-button.ui-state-disabled:active {
  background: #2879FC;
  border-radius: 5px;
  border-color: #fff;
}
.products_pg .filter_box .form-group {
  position: relative;
}
.products_pg .filter_box .form-group .form-control {
  height: 50px;
  font-size: 13px;
  box-shadow: 0 4px 16pc 0 rgba(102, 124, 144, 0.15);
  border-color: rgba(102, 124, 144, 0.1);
  padding-inline-start: 45px;
}
.products_pg .filter_box .form-group .form-control::-moz-placeholder {
  color: #A1A3AB;
}
.products_pg .filter_box .form-group .form-control::placeholder {
  color: #A1A3AB;
}
.products_pg .filter_box .form-group .icon {
  position: absolute;
  inset-inline-start: 15px;
  top: 11px;
  color: #2879FC;
  font-size: 17px;
}
.products_pg .filter_box .filter_butn {
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  height: 50px;
  font-weight: bold;
  color: #ADB0B1;
  font-size: 15px;
  transition: all 0.3s linear;
  border: 1px solid rgba(102, 124, 144, 0.1647058824);
}
.products_pg .filter_box .filter_butn .icon {
  width: 18px;
  height: 18px;
  margin-inline-end: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.products_pg .filter_box .filter_butn:hover {
  color: #2879FC;
  border-color: #2879FC;
}

/* --------------- pagination-wrapper --------------- */
.pagination-wrapper .pagination .page-link {
  border-radius: 5px !important;
  background-color: transparent;
  color: #999;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 45px;
  height: 40px;
}
.pagination-wrapper .pagination .page-link:hover, .pagination-wrapper .pagination .page-link.active {
  border-color: #2879FC;
  color: #2879FC !important;
}

/**********************************************
    Start Edit products_det Page 
**********************************************/
.products_det .product_imgs .gallery-top {
  overflow: hidden;
}
.products_det .product_imgs .gallery-top img {
  width: 100%;
  aspect-ratio: 235/355;
  height: auto;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.products_det .product_imgs .gallery-thumbs {
  overflow: hidden;
}
.products_det .product_imgs .gallery-thumbs img {
  aspect-ratio: 235/355;
  height: auto;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: all 0.3s linear;
  opacity: 0.7;
  -o-object-fit: cover;
     object-fit: cover;
}
.products_det .product_imgs .gallery-thumbs .swiper-slide-thumb-active img {
  border-color: #2879FC;
  opacity: 1;
}
.products_det .product_imgs .share_links .title {
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.products_det .product_imgs .share_links .title::after {
  content: "";
  width: 45px;
  height: 2px;
  display: inline-block;
  background-color: var(--primary);
  margin: 0 10px;
}
.products_det .product_imgs .share_links .links a {
  margin: 0 10px;
  font-size: 20px;
}
.products_det .product_imgs .share_links .links .fa-facebook-f {
  color: #0866FF;
}
.products_det .product_imgs .share_links .links .fa-x-twitter {
  color: #000;
}
.products_det .product_imgs .share_links .links .fa-paper-plane {
  color: #33A8DA;
}
.products_det .product_imgs .share_links .links .fa-whatsapp {
  color: #2DB061;
}
.products_det .product_imgs .share_links .links .fa-link {
  color: var(--primary);
}
.products_det .txt_box .prod_name {
  font-size: 24px;
}
.products_det .txt_box .price {
  font-size: 22px;
}
.products_det .txt_box .price .current {
  color: #2879FC;
}
.products_det .txt_box .price small {
  font-size: 18px;
}
.products_det .txt_box .price .del span,
.products_det .txt_box .price .del small {
  text-decoration: line-through;
}
.products_det .txt_box .prod_code {
  color: #ADB0B1;
  font-size: 15px;
}
.products_det .txt_box .installment_box {
  padding: 15px;
  position: relative;
  border-radius: 5px;
  border: 1px solid rgba(110, 124, 135, 0.2588235294);
  border-radius: 15px;
}
.products_det .txt_box .installment_box .p {
  line-height: 1.7;
  position: relative;
  z-index: 5;
}
.products_det .txt_box .installment_box .p a {
  font-weight: bold;
  text-decoration: underline;
}
.products_det .txt_box .installment_box .installmentLogo {
  position: relative;
  z-index: 5;
  display: block;
  margin-inline-start: auto;
  height: 36px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.products_det .txt_box .installment_box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}
.products_det .txt_box .installment_box.tamara::before {
  background-image: linear-gradient(to right, #FBDF8C, transparent, transparent, transparent);
}
.products_det .txt_box .installment_box.tabby::before {
  background-image: linear-gradient(to right, #3BFFC5, transparent, transparent, transparent);
}
.products_det .txt_box .sizes_row .size_butn {
  border-radius: 15px;
  width: 100%;
  height: 50px;
  border: 1px solid #2879FC;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: #2879FC;
  justify-content: center;
  font-family: "STC_medium";
  position: relative;
}
.products_det .txt_box .sizes_row .size_butn::before {
  width: 20px;
  height: 24px;
  content: "";
  position: absolute;
  inset-inline-start: 10px;
  top: 13px;
  background: url(../images/size_butn_1.svg) no-repeat center;
  background-size: contain;
}
.products_det .txt_box .sizes_row .size_butn::after {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  inset-inline-end: 10px;
  top: 19px;
  background: url(../images/link.svg) no-repeat center;
  background-size: contain;
  color: #2879FC;
  filter: invert(34%) sepia(73%) saturate(3032%) hue-rotate(209deg) brightness(104%) contrast(98%);
}
.products_det .txt_box .sizes_row .size_guide_butn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
  font-size: 15px;
}
.products_det .txt_box .sizes_row .size_guide_butn i {
  margin-inline-end: 7px;
}
.products_det .txt_box .sizes_row .size_guide_butn span {
  text-decoration: underline;
  font-family: "STC_medium";
}
.products_det .txt_box .sizes_row .size_guide_butn .linkIcon {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline-start: 7px;
}
.products_det .txt_box .form-group {
  position: relative;
}
.products_det .txt_box .form-group textarea {
  resize: none;
  padding-inline-start: 40px;
  padding-top: 15px;
  border-radius: 15px;
}
.products_det .txt_box .form-group i {
  color: #6E7C87;
  position: absolute;
  top: 20px;
  inset-inline-start: 15px;
}
.products_det .txt_box .gift_box {
  border: 1px dashed #202020;
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
  align-items: center;
  background-color: #F6F7F8;
  height: 55px;
  border-radius: 15px;
}
.products_det .txt_box .gift_box .form-check {
  display: flex;
  align-items: center;
}
.products_det .txt_box .gift_box .form-check .form-check-input {
  width: 24px;
  height: 24px;
  margin-inline-end: 10px;
  box-shadow: none !important;
}
.products_det .txt_box .gift_box .form-check .form-check-label {
  font-weight: bold;
}
.products_det .txt_box .gift_box .form-check .form-check-input:checked {
  background-color: #202020;
  border-color: #202020;
  box-shadow: none !important;
}
.products_det .txt_box .gift_box .giftIcon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.products_det .txt_box .butns .form-control {
  height: 55px;
  border: 1px solid #202020;
  padding-inline-start: 2rem;
  border-radius: 15px;
}
.products_det .txt_box .butns .butn {
  height: 55px;
  border-radius: 15px;
}
.products_det .txt_box .butns .butn .icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.products_det .txt_box .butns .butn.secondary_butn .icon {
  filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(173deg) brightness(108%) contrast(101%);
}
.products_det .txt_box .butns .butn.white_butn .icon {
  filter: invert(84%) sepia(2%) saturate(1333%) hue-rotate(167deg) brightness(96%) contrast(71%);
}
.products_det .txt_box .share_butns {
  padding-top: 20px;
  margin-top: 15px;
  border-top: 1px solid #eee;
}
.products_det .txt_box .share_butns a {
  display: flex;
  align-items: center;
  color: #6E7C87;
  font-size: 14px;
}
.products_det .txt_box .share_butns a .icon {
  width: 30px;
  height: 30px;
  margin-inline-end: 10px;
}
.products_det .desc_wrapper .nav .nav-link {
  font-size: 18px;
  padding: 0.5rem 1.5rem;
  height: 60px;
  border-radius: 0;
  font-weight: bold;
  color: #202020;
  border-bottom: 2px solid transparent;
  font-family: "STC_bold";
}
.products_det .desc_wrapper .nav .nav-link.active {
  border-bottom: 2px solid #2879FC;
  background-color: transparent;
}
.products_det .desc_wrapper .tab_wrapper {
  border: none;
  padding: 25px 1vw;
}
.products_det .desc_wrapper .tab_wrapper .p {
  font-size: 16px;
  line-height: 2.2;
  text-align: justify;
}
.products_det .desc_wrapper .tab_wrapper .ul_custom .li {
  position: relative;
  padding-inline-start: 30px;
  margin-bottom: 15px;
}
.products_det .desc_wrapper .tab_wrapper .ul_custom .li::before {
  content: "";
  width: 20px;
  height: 5px;
  background-color: var(--primary);
  clip-path: polygon(0 0, 100% 0, 90% 90%, 0% 100%);
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
}
.products_det .desc_wrapper .tab_wrapper .ul_custom .li:nth-child(even)::before {
  background-color: var(--secondary);
}
.products_det .desc_wrapper .tab_wrapper .table td, .products_det .desc_wrapper .tab_wrapper .table th {
  font-size: 14px;
  padding: 0.8rem 1.5rem;
}
.products_det .desc_wrapper .tab_wrapper .table th {
  background-color: #f9f9f9;
}
.products_det .desc_wrapper .tab_wrapper .review_item {
  position: relative;
  padding: 30px 2vw;
  border-radius: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.products_det .desc_wrapper .tab_wrapper .review_item:last-child {
  border-bottom: none;
}
.products_det .desc_wrapper .tab_wrapper .review_item .prof_data .avatar {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-inline-end: 15px;
  border: 1px solid #ccc;
}
.products_det .desc_wrapper .tab_wrapper .review_item .prof_data .name {
  font-size: 17px;
}
.products_det .desc_wrapper .tab_wrapper .review_item .prof_data .rating i {
  font-size: 11px;
  color: #BDBDBD;
}
.products_det .desc_wrapper .tab_wrapper .review_item .prof_data .rating i.active {
  color: #DE980F;
}
.products_det .desc_wrapper .tab_wrapper .review_item .prof_data .rating .date {
  color: #7E7E7E;
  font-size: 11px;
}
.products_det .desc_wrapper .tab_wrapper .review_item .review_det {
  color: #606060;
  font-size: 14px;
  line-height: 2.2;
  margin-bottom: 0;
}

.offcanvas {
  min-width: 55vw;
}
.offcanvas .offcanvas-body {
  padding-inline-end: 0;
  padding-inline-start: 2vw;
  overflow: hidden;
}
.offcanvas .offcanvas-body .form-group {
  margin-bottom: 25px;
  position: relative;
}
.offcanvas .offcanvas-body .form-group .label {
  font-size: 15px;
  margin-bottom: 0.5rem;
  color: #454744;
}
.offcanvas .offcanvas-body .form-group .form-control {
  padding-inline-end: calc(100% - 40px);
  height: 50px;
  box-shadow: none !important;
  color: #2879FC;
}
.offcanvas .offcanvas-body .form-group::before {
  content: "إنش";
  font-family: "STC_bold";
  color: #333A3D;
  position: absolute;
  bottom: 16px;
  inset-inline-start: 55px;
  font-size: 14px;
}
.offcanvas .offcanvas-body .form-group::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/size-2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  inset-inline-end: 10px;
  bottom: 15px;
  filter: invert(20%) sepia(7%) saturate(760%) hue-rotate(153deg) brightness(93%) contrast(88%);
}
.form-check-input:checked ~ .offcanvas .offcanvas-body .form-group::before {
  color: #0866FF;
}
.offcanvas .offcanvas-body .butn {
  background-color: #2879FC;
  border-radius: 5px;
  height: 55px;
  font-family: "STC_bold";
  color: #fff;
}
.offcanvas .offcanvas-body .butn .icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(100%) sepia(0%) saturate(7465%) hue-rotate(165deg) brightness(120%) contrast(100%);
}
.offcanvas .offcanvas-body .secImg {
  height: 500px;
  border-radius: 0 20px 20px 0;
}

.related_sec .prod_card {
  background-color: #fff;
}
.related_sec::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(245, 245, 245, 0.6549019608);
  z-index: 1;
}

/**********************************************
    Start Edit cart_pg  
**********************************************/
.cart_pg {
  overflow: unset;
}
.cart_pg .box {
  position: relative;
  margin-bottom: 20px;
}
.cart_pg .box .table thead, .cart_pg .box .table tbody, .cart_pg .box .table tfoot, .cart_pg .box .table tr, .cart_pg .box .table td, .cart_pg .box .table th {
  border-color: unset;
  border-style: unset;
  border-width: unset;
}
.cart_pg .box .table thead tr {
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.cart_pg .box .table thead tr th {
  color: #1C1C1C;
  font-size: 14px;
  padding: 1rem 1rem;
}
.cart_pg .box .table thead tr th:nth-child(1) {
  border-radius: 0 5px 5px 0;
}
.cart_pg .box .table thead tr th:last-child {
  border-radius: 5px 0 0 5px;
}
.cart_pg .box .table td {
  white-space: nowrap;
  vertical-align: middle;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  text-align: center;
}
.cart_pg .box .table td .prod_data {
  padding: 0.8rem 0.1rem;
  min-width: 300px;
}
.cart_pg .box .table td .prod_data .prodImg {
  width: 150px;
  aspect-ratio: 235/355;
  height: auto;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart_pg .box .table td .prod_data .txt_box {
  width: calc(100% - 115px);
  text-align: start;
  margin-inline-start: 15px;
}
.cart_pg .box .table td .prod_data .txt_box .size {
  display: flex;
  align-items: center;
}
.cart_pg .box .table td .prod_data .txt_box .size .label {
  font-size: 14px;
  color: #6E7C87;
}
.cart_pg .box .table td .prod_data .txt_box .size .data {
  background-color: #F6F7F8;
  width: 80px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #6E7C87;
  margin-inline-start: 7px;
  padding: 0.5rem;
}
.cart_pg .box .table td .prod_link {
  display: block;
  width: 100%;
}
.cart_pg .box .table td .price {
  font-size: 18px;
}
.cart_pg .box .table td .price .del {
  margin-inline-start: 10px;
  text-decoration: line-through;
  opacity: 0.3;
  transform: scale(0.85);
}
.cart_pg .box .table td .price .del .sar {
  width: 12px;
}
.cart_pg .box .table td .delete_butn {
  width: 30px;
  height: 30px;
  font-size: 12px;
}
.cart_pg .box .table tr:last-child td {
  border-bottom: 1px solid transparent;
}
.cart_pg .box .table .size_butn {
  font-size: 14px;
  text-decoration: underline;
  color: #0866FF;
}
.cart_pg .box .qty-container {
  width: 90px;
  height: 60px;
  display: flex;
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
  position: relative;
}
.cart_pg .box .qty-container .input-qty {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 0 5px 5px 0;
  text-align: center;
  font-size: 16px;
  font-family: "STC_bold";
}
.cart_pg .box .qty-container .qty-btn-plus,
.cart_pg .box .qty-container .qty-btn-minus {
  width: 30px;
  height: 30px;
  background-color: transparent;
  color: #2879FC;
  border: 1px solid #ddd;
  display: block;
  transition: all 0.3s linear;
}
.cart_pg .box .qty-container .qty-btn-plus:hover,
.cart_pg .box .qty-container .qty-btn-minus:hover {
  background-color: #2879FC;
  color: #fff;
}
.cart_pg .box .qty-container .qty-btn-plus {
  border-radius: 5px 0 0 0px;
}
.cart_pg .box .qty-container .qty-btn-minus {
  border-radius: 0px 0 0 5px;
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
}
.cart_pg .data_box {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 50px 20px 20px 20px;
  margin-top: -100px;
  border-radius: 5px;
}
.cart_pg .data_box .total_box {
  text-align: center;
}
.cart_pg .data_box .total_box h6 {
  font-size: 15px;
  color: #6E7C87;
}
.cart_pg .data_box .total_box .price {
  color: #2879FC;
}
.cart_pg .data_box .prices_items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
  color: #6E7C87;
}
.cart_pg .data_box .prices_items .item .tax_txt {
  color: #6E7C87;
  font-size: 12px;
}
.cart_pg .data_box .prices_items .item:last-child {
  color: #202020;
}
.cart_pg .data_box .prices_items .item:last-child .price {
  font-weight: bold;
}
.cart_pg .data_box .copoun_box {
  border: 1px dashed #eee;
  padding: 15px;
}
.cart_pg .data_box .copoun_box .form-group {
  position: relative;
}
.cart_pg .data_box .copoun_box .form-group .form-control {
  height: 50px;
  background-color: #F0F2F3;
  font-size: 12px;
  padding-inline-start: 45px;
  font-weight: bold;
}
.cart_pg .data_box .copoun_box .form-group .icon {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  inset-inline-start: 15px;
  top: 14px;
}
.cart_pg .data_box .copoun_box .apply_butn {
  background-color: #6E7C87;
  border-color: #6E7C87;
  height: 50px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.cart_pg .data_box .installment_box {
  padding: 15px;
  position: relative;
  border-radius: 5px;
  border: 1px solid rgba(110, 124, 135, 0.2588235294);
}
.cart_pg .data_box .installment_box .p {
  line-height: 1.7;
  position: relative;
  z-index: 5;
  color: #6E7C87;
}
.cart_pg .data_box .installment_box .p a {
  font-weight: bold;
  text-decoration: underline;
}
.cart_pg .data_box .installment_box .p a, .cart_pg .data_box .installment_box .p span, .cart_pg .data_box .installment_box .p b {
  color: #202020;
}
.cart_pg .data_box .installment_box .installmentLogo {
  position: relative;
  z-index: 5;
  display: block;
  margin-inline-start: auto;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart_pg .data_box .installment_box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}
.cart_pg .data_box .installment_box.tamara::before {
  background-image: linear-gradient(to right, #FBDF8C, transparent, transparent, transparent);
}
.cart_pg .data_box .installment_box.tabby::before {
  background-image: linear-gradient(to right, #3BFFC5, transparent, transparent, transparent);
}
.cart_pg .data_box .qr_img {
  border-radius: 5px;
  border: 1px solid #eee;
}

.bg_transparent {
  background-color: transparent !important;
}

.underline {
  text-decoration: underline;
}

.color-blue {
  color: #2879FC !important;
}

.modal .btn-close {
  filter: var(--filterPrimary);
  position: absolute;
  left: 15px;
  top: 15px;
}
.modal .modal-content {
  padding: 40px;
  border-radius: 20px;
}
.modal .modal-content .form-control {
  border-radius: 35px;
}
.modal .modal-content .butn {
  min-width: 100px;
}

.order_det_pg .order_head {
  background: rgba(238, 244, 255, 0.4666666667);
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 50px;
}
.order_det_pg .order_head p {
  margin: 10px 0;
  font-size: 16px;
}
.order_det_pg .order_head p span {
  font-weight: bold;
  margin-right: 15px;
}

/**********************************************
    Start Edit checkout   Page
**********************************************/
.checkout_pg .form_box .form-group {
  position: relative;
}
.checkout_pg .form_box .form-group .form-control {
  height: 55px;
}
.checkout_pg .form_box .loaction .add_loc_butn {
  color: #2879FC;
}
.checkout_pg .form_box .loaction .add_loc_butn i {
  margin-inline-end: 5px;
}
.checkout_pg .form_box .loaction .add_loc_butn span {
  text-decoration: underline;
}
.checkout_pg .form_box .loaction .loc_card {
  position: relative;
  margin-bottom: 25px;
}
.checkout_pg .form_box .loaction .loc_card .form-check {
  padding: 0 !important;
  position: relative;
}
.checkout_pg .form_box .loaction .loc_card .form-check .form-check-label {
  background-color: #F6F7F8;
  padding: 25px 15px 55px 15px;
  border-radius: 5px;
  border: 1px dashed transparent;
  padding-inline-start: 45px;
  width: 100%;
}
.checkout_pg .form_box .loaction .loc_card .form-check .form-check-label .txt_box {
  width: calc(100% - 90px);
}
.checkout_pg .form_box .loaction .loc_card .form-check .form-check-label .txt_box h6 {
  font-size: 15px;
}
.checkout_pg .form_box .loaction .loc_card .form-check .form-check-label .txt_box .p {
  color: #6E7C87;
  font-size: 14px;
}
.checkout_pg .form_box .loaction .loc_card .form-check .form-check-label .icon {
  width: 75px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline-start: 10px;
}
.checkout_pg .form_box .loaction .loc_card .form-check .form-check-input {
  width: 20px;
  height: 20px;
  position: absolute;
  inset-inline-start: 35px;
  top: 25px;
}
.checkout_pg .form_box .loaction .loc_card .form-check .form-check-input:checked ~ .form-check-label {
  border-color: #2879FC;
  background: #EEF2F8;
}
.checkout_pg .form_box .loaction .loc_card .form-check .edit_loc_butn {
  color: #2879FC;
  position: absolute;
  bottom: 25px;
  inset-inline-start: 45px;
  font-size: 16px;
}
.checkout_pg .form_box .loaction .loc_card .form-check .edit_loc_butn i {
  margin-inline-end: 5px;
}
.checkout_pg .form_box .loaction .loc_card .form-check .edit_loc_butn span {
  text-decoration: underline;
}
.checkout_pg .form_box .payment .pay_card {
  position: relative;
  margin-bottom: 15px;
}
.checkout_pg .form_box .payment .pay_card .form-check {
  padding: 0 !important;
  position: relative;
}
.checkout_pg .form_box .payment .pay_card .form-check .form-check-label {
  background-color: #F6F7F8;
  padding: 25px;
  border-radius: 5px;
  border: 1px dashed transparent;
  padding-inline-start: 45px;
  width: 100%;
}
.checkout_pg .form_box .payment .pay_card .form-check .form-check-label span {
  font-weight: bold;
  font-size: 16px;
  color: #202020;
}
.checkout_pg .form_box .payment .pay_card .form-check .form-check-label span small {
  font-size: 80%;
  color: #6E7C87;
  font-weight: 400;
}
.checkout_pg .form_box .payment .pay_card .form-check .form-check-label .payLogo {
  height: 22px;
  max-width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.checkout_pg .form_box .payment .pay_card .form-check .form-check-input {
  width: 20px;
  height: 20px;
  position: absolute;
  inset-inline-start: 35px;
  top: 25px;
}
.checkout_pg .form_box .payment .pay_card .form-check .form-check-input:checked ~ .form-check-label {
  border-color: #2879FC;
  background: #EEF2F8;
}
.checkout_pg .form_box .payment .pay_card_form {
  background: #F6FAFF;
  border: 1px dashed #2879FC;
  padding: 25px;
  border-radius: 5px;
}
.checkout_pg .form_box .payment .pay_card_form .form-group {
  margin-bottom: 10px;
}
.checkout_pg .form_box .payment .pay_card_form .form-group .form-control {
  height: 45px;
  font-size: 12px;
}
.checkout_pg .form_box .payment .pay_card_form .form-group .form-control::-moz-placeholder {
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 12px;
}
.checkout_pg .form_box .payment .pay_card_form .form-group .form-control::placeholder {
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 12px;
}
.checkout_pg .form_box .payment .pay_card_form .cvvImg {
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.dir_ltr {
  direction: ltr;
}

/**********************************************
    Start Edit profile Page
**********************************************/
.profile_pg {
  overflow: unset;
}
.profile_pg .links_data {
  height: 100%;
  border-inline-end: 1px solid #eee;
}
.profile_pg .links_data .nav-link {
  background-color: transparent;
  color: #222222;
  border-right: 2px solid transparent;
  height: 50px;
  margin-bottom: 5px;
  padding: 0.5rem 1.5rem;
  border-radius: 0;
  text-align: start;
  font-size: 18px;
}
.profile_pg .links_data .nav-link.active {
  color: #2879FC;
  border-right-color: #2879FC;
  font-weight: bold;
}
.profile_pg .prof_box {
  margin-top: -100px;
  position: relative;
}
.profile_pg .prof_box .avatar {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto 15px auto;
}
.profile_pg .prof_box .name {
  font-size: 17px;
}
.profile_pg .prof_box .logout_butn {
  font-size: 16px;
  font-weight: bold;
  color: #CD201F;
}
.profile_pg .prof_box .logout_butn i {
  margin-inline-end: 5px;
}
.profile_pg .prof_box .points_box {
  background-color: #EDF7F2;
  padding: 20px;
  position: relative;
}
.profile_pg .prof_box .points_box .txt_box {
  margin-inline-end: 15px;
  width: calc(100% - 65px);
}
.profile_pg .prof_box .points_box .txt_box .points {
  font-size: 25px;
}
.profile_pg .prof_box .points_box .txt_box .label {
  font-size: 15px;
  color: #6E7C87;
}
.profile_pg .prof_box .points_box .icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile_pg .tab_wrapper {
  padding: 0 2vw;
}
.profile_pg .tab_wrapper.profile_tab .form-group {
  position: relative;
  margin-bottom: 25px;
}
.profile_pg .tab_wrapper.profile_tab .form-group .label {
  font-size: 13px;
  color: #6E7C87;
}
.profile_pg .tab_wrapper.profile_tab .form-group .form-control {
  font-size: 15px;
  font-family: "STC_medium";
  height: 50px;
  padding: 0.35rem 1.7rem;
}
.profile_pg .tab_wrapper.profile_tab .form-group .form-control:disabled {
  background-color: #F6F7F8;
}
.profile_pg .tab_wrapper.profile_tab .form-group .butns .edit_butn {
  margin: 0 1vw;
  color: #17A442;
  font-weight: bold;
}
.profile_pg .tab_wrapper.profile_tab .form-check {
  position: relative;
  padding: 0 !important;
}
.profile_pg .tab_wrapper.profile_tab .form-check .form-check-label {
  height: 50px;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.profile_pg .tab_wrapper.profile_tab .form-check .form-check-input {
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.profile_pg .tab_wrapper.profile_tab .form-check .form-check-input:checked ~ .form-check-label {
  background-color: #17A442;
  color: #fff;
}
.profile_pg .tab_wrapper.loc_tab .loc_card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
}
.profile_pg .tab_wrapper.loc_tab .loc_card .txt_box h6 {
  font-size: 15px;
}
.profile_pg .tab_wrapper.loc_tab .loc_card .txt_box .p {
  color: #6E7C87;
  font-size: 14px;
}
.profile_pg .tab_wrapper.loc_tab .loc_card .butns {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 15px;
}
.profile_pg .tab_wrapper.loc_tab .loc_card .butns a {
  color: #6E7C87;
}
.profile_pg .tab_wrapper.loc_tab .loc_card .butns a i {
  margin-inline-end: 5px;
}
.profile_pg .tab_wrapper.order_tab .item {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.profile_pg .tab_wrapper.order_tab .item .prodImg {
  height: 160px;
  border-radius: 10px;
}
.profile_pg .tab_wrapper.order_tab .item .txt_box .prod_name {
  font-size: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile_pg .tab_wrapper.order_tab .item .txt_box .dateTime {
  font-size: 14px;
  color: #6E7C87;
}
.profile_pg .tab_wrapper.order_tab .item .txt_box .order_num {
  font-size: 14px;
  color: #6E7C87;
}
.profile_pg .tab_wrapper.order_tab .item .txt_box .order_num b {
  color: #222222;
}
.profile_pg .tab_wrapper.order_tab .item .data_end .price_box {
  background-color: #EDF7F2;
  padding: 20px 15px;
  border-radius: 5px;
}
.profile_pg .tab_wrapper.order_tab .item .data_end .price_box .price {
  font-size: 23px;
  color: #6E7C87;
}
.profile_pg .tab_wrapper.order_tab .item .data_end .price_box .p {
  font-size: 13px;
  color: #6E7C87;
}
.profile_pg .tab_wrapper.order_tab .item .data_end .status_row .status {
  font-size: 13px;
  font-weight: bold;
}
.profile_pg .tab_wrapper.order_tab .item .data_end .status_row .status i {
  margin-inline-end: 7px;
}
.profile_pg .tab_wrapper.order_tab .item .data_end .status_row .status.done {
  color: #17A442;
}
.profile_pg .tab_wrapper.order_tab .item .data_end .status_row .status.cancel {
  color: #F8353E;
}

.logoutModal .icon_box {
  margin: 0 auto 25px auto;
}
.logoutModal .icon_box .icon {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

/**********************************************
    Start Edit register Page
**********************************************/
.register_pg .form_box .form-group {
  margin-bottom: 25px;
  position: relative;
}
.register_pg .form_box .form-group .label {
  font-size: 15px;
  margin-bottom: 0.5rem;
  color: #454744;
}
.register_pg .form_box .form-group .form-control {
  height: 50px;
}
.register_pg .form_box .phone_group .form-control {
  padding-left: 110px;
  direction: ltr;
}
.register_pg .form_box .phone_group .phone_select {
  height: 50px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  width: 100px;
}
.register_pg .form_box .resend_link,
.register_pg .form_box .txt_code {
  color: #666 !important;
  font-size: 14px !important;
}
.register_pg .form_box .blue_butn {
  background-color: #eee;
  height: 55px;
  color: #333;
}
.register_pg .form_box .blue_butn:hover {
  background-color: #202020;
  border-color: #202020;
}
.register_pg .form_box .another_option {
  color: #6E7C87;
}

button,
a {
  transition: all 0.3s linear;
}

.rateModal .stars-content .star-rating {
  display: flex;
  flex-direction: row-reverse;
  font-size: 2em;
  justify-content: center;
  padding: 0 0.2em;
  text-align: center;
  margin: auto;
}
.rateModal .stars-content .star-rating i {
  margin: 0 5px;
}
.rateModal .stars-content .star-rating input {
  display: none;
}
.rateModal .stars-content .star-rating label {
  color: #FFEEC9;
  cursor: pointer;
}
.rateModal .stars-content .star-rating :checked ~ label {
  color: #FFD06A;
}
.rateModal .stars-content .star-rating label:hover,
.rateModal .stars-content .star-rating label:hover ~ label {
  color: #FFB820;
}
.rateModal .butn {
  min-width: 140px;
  font-size: 16px;
}

textarea {
  resize: none !important;
}

/**********************************************
    Start Edit about Page
**********************************************/
.about_pg .img_box {
  height: 500px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: -3px 6px 15px 0 rgba(0, 0, 0, 0.04);
}
.about_pg .img_box .logo {
  width: 70%;
  display: block;
  margin: auto;
  position: relative;
  z-index: 5;
}
.about_pg .img_box::before {
  content: "";
  width: 40%;
  height: calc(100% + 50px);
  position: absolute;
  top: -25px;
  right: -25px;
  background-color: #EEF4FF;
  border-radius: 0 5px 5px 0;
  z-index: -1;
}
.about_pg .txt_box .p {
  margin-bottom: 10px;
}

/**********************************************
    Start Edit blog Page
**********************************************/
.blog_pg .blog_card {
  position: relative;
  margin-bottom: 45px;
  border-radius: 15px;
  box-shadow: 3px 6px 15px 0 rgba(83, 83, 83, 0.067);
}
.blog_pg .blog_card .img_box {
  height: 380px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.blog_pg .blog_card .card-body {
  position: relative;
  z-index: 3;
  padding: 25px 25px;
  transition: all 0.3s linear;
}
.blog_pg .blog_card .card-body .date {
  color: var(--primary);
  font-size: 14px;
}
.blog_pg .blog_card .card-body .date i {
  color: #11487B;
  margin-inline-end: 10px;
}
.blog_pg .blog_card .card-body .title {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.blog_pg .blog_card .card-body .p {
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777;
  font-size: 13px;
}
.blog_pg .blog_card .card-body .more_butn {
  position: relative;
}
.blog_pg .blog_card .card-body .more_butn::before {
  content: "";
  width: 20px;
  height: 6px;
  background-color: rgba(0, 179, 219, 0.1490196078);
  position: absolute;
  inset-inline-start: 0;
  transition: all 0.3s linear;
  bottom: 0;
}
.blog_pg .blog_card .card-body .more_butn:hover::before {
  width: 100%;
}
.blog_det .inner {
  border: 1px solid #eee;
  border-radius: 15px;
}
.blog_det .inner .img_box {
  height: 450px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  position: relative;
}
.blog_det .inner .img_box .share_box {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}
.blog_det .inner .img_box .share_box .share_butn {
  width: 45px;
  height: 45px;
  background-color: #fff;
  color: var(--subColor);
  border-radius: 0px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 25px;
  border: 1px solid var(--subColor);
}
.blog_det .inner .img_box .share_box .share_links {
  position: absolute;
  bottom: -50px;
  inset-inline-end: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.blog_det .inner .img_box .share_box .share_links.active a {
  transform: scaleX(1) translateY(0px);
  visibility: visible;
  opacity: 1;
}
.blog_det .inner .img_box .share_box .share_links a {
  width: 40px;
  height: 40px;
  border-radius: 0%;
  margin: 0 5px;
  color: var(--mainColor);
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  opacity: 0;
  box-shadow: 3px 6px 10px 0 rgba(0, 0, 0, 0.0666666667);
  transform: scaleX(0) translateY(-50px);
  transform-origin: right center;
  perspective: 1000px;
  border-radius: 25px;
}
.blog_det .inner .img_box .share_box .share_links a:nth-child(2) {
  transition-delay: 0.1s;
}
.blog_det .inner .img_box .share_box .share_links a:nth-child(3) {
  transition-delay: 0.2s;
}
.blog_det .inner .img_box .share_box .share_links a:nth-child(4) {
  transition-delay: 0.3s;
}
.blog_det .inner .img_box .share_box .share_links a:nth-child(5) {
  transition-delay: 0.4s;
}
.blog_det .inner .img_box .share_box .share_links a:hover {
  background-color: var(--primary);
  color: #fff !important;
}
.blog_det .inner .card-body {
  position: relative;
  z-index: 3;
  padding: 45px 3vw;
}
.blog_det .inner .card-body .date {
  color: var(--primary);
  font-size: 16px;
}
.blog_det .inner .card-body .date i {
  color: #11487B;
  margin-inline-end: 10px;
}
.blog_det .inner .card-body .title {
  font-size: 24px;
  line-height: 1.5;
}
.blog_det .inner .card-body .p {
  color: #777;
  font-size: 16px;
  line-height: 2;
}
.blog_det .inner .card-body .share_links a {
  margin: 0 5px;
}
.blog_det .box {
  padding: 45px 3vw;
  background-color: #f9f9f9;
  border-radius: 15px;
}
.blog_det .box .item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.blog_det .box .item .img {
  width: 110px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline-end: 15px;
  border-radius: 15px;
}
.blog_det .box .item .txt {
  width: calc(100% - 125px);
}
.blog_det .box .item .txt .date {
  color: var(--primary);
  font-size: 13px;
}
.blog_det .box .item .txt .date i {
  color: #11487B;
  margin-inline-end: 10px;
}
.blog_det .box a:last-child .item {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

/**********************************************
    Start Edit contact Page 
**********************************************/
.contact_pg .contact_card {
  position: relative;
  padding: 40px 25px;
  border-radius: 25px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  text-align: center;
  transition: all 0.3s linear;
}
.contact_pg .contact_card .icon {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 20px auto;
  color: #2879FC;
  filter: invert(43%) sepia(50%) saturate(5016%) hue-rotate(205deg) brightness(98%) contrast(102%);
}
.contact_pg .contact_card .title {
  margin-bottom: 20px;
  font-size: 20px;
  color: #333;
}
.contact_pg .contact_card .det {
  font-size: 18px;
  color: #555;
  font-weight: bold;
}
.contact_pg .contact_card:hover {
  border-color: var(--primary);
}
.contact_pg .text_box .subtitle {
  font-size: 14px;
}
.contact_pg .text_box .title {
  line-height: 1.4;
  font-size: 32px;
}
.contact_pg .text_box .p {
  color: #698696;
}
.contact_pg .text_box .social_icons a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EEF2F4;
  border-radius: 50%;
  margin-inline-end: 10px;
}
.contact_pg .text_box .social_icons a .icon {
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.7;
}
.contact_pg .text_box .social_icons a:hover {
  background-color: var(--primary);
}
.contact_pg .text_box .social_icons a:hover .icon {
  filter: var(--filterWhite);
  opacity: 1;
}
.contact_pg .form_box {
  padding: 40px;
  border-radius: 25px;
  border: 1px solid #eee;
}
.contact_pg .form_box .form-group {
  position: relative;
  margin-bottom: 25px;
}
.contact_pg .form_box .form-group select,
.contact_pg .form_box .form-group input {
  height: 55px;
}
.contact_pg .form_box .form-group .form-control {
  border-color: #eee;
  border-radius: 15px;
}
.contact_pg .form_box .form-group .form-control::-moz-placeholder {
  color: #161D30;
  opacity: 0.7;
}
.contact_pg .form_box .form-group .form-control::placeholder {
  color: #161D30;
  opacity: 0.7;
}
.contact_pg .form_box .form-group textarea {
  resize: none;
}

/**********************************************
    Start Edit content Page 
**********************************************/
.content_pg .inner {
  padding: 0 3vw 50px 3vw;
  border-radius: 25px;
  background-color: #f9f9f9;
  margin-top: 50px;
}
.content_pg .inner .sec_head {
  outline: 15px solid #fff;
  padding: 1.5rem 2vw;
  border-radius: 15px;
  display: block;
  position: relative;
  top: -45px;
  background: #f9f9f9;
}
.content_pg .inner .sec_head h2 {
  font-size: 25px !important;
}
.content_pg .inner h5 {
  font-size: 18px !important;
}
.content_pg .inner .det {
  line-height: 2.2;
  color: #505050;
  margin-bottom: 0;
  font-size: 16px;
}

/**********************************************
    Start Edit faq Page 
**********************************************/
.faq_pg .accordion-item {
  border: 0;
  border-radius: 20px !important;
  margin-bottom: 25px;
  background-color: #EEF4FF;
}
.faq_pg .accordion-item .accordion-button {
  color: #000;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 30px;
  border: 0;
}
.faq_pg .accordion-item .accordion-button:not(.collapsed) h3 {
  color: var(--secondary);
}
.faq_pg .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  transform: rotate(0) !important;
}
.faq_pg .accordion-item .accordion-button h3 {
  font-size: 18px;
  font-weight: bold;
}
.faq_pg .accordion-item .accordion-button .num {
  font-size: 18px;
  color: #999;
  font-weight: 200;
  margin-inline-end: 30px;
  font-family: "Instrument Serif", serif;
}
.faq_pg .accordion-item .accordion-button::after {
  background-image: none;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  transform: rotate(0) !important;
}
.faq_pg .accordion-item .accordion-body {
  padding-inline-start: 85px;
  padding-inline-end: 50px;
  padding-top: 0;
  padding-bottom: 30px;
}
.faq_pg .accordion-item .accordion-body .text {
  font-size: 15px;
  color: #666;
}

/* ======== */
@media screen and (max-width: 991px) {
  .header {
    padding-bottom: 60px;
  }
  .header::before {
    width: 100%;
  }
  .header .img {
    height: 350px;
    margin-top: 35px;
  }
  .header .arrows {
    inset-inline-start: unset;
    bottom: 22px;
    inset-inline-end: 10px;
  }
  .products_sec .prods_head .arrows {
    display: none !important;
  }
  .products_sec .prods_head .line {
    display: none;
  }
  .products_sec .prods_head .nav-link {
    font-size: 14px;
    padding: 0 0.5rem;
    margin-inline-end: 4px;
  }
  .offers_sec .swiper_options::after,
  .offers_sec .swiper_options::before {
    display: none;
  }
  .newsletter_sec .inner {
    padding: 70px 10px;
  }
  .newsletter_sec .inner .txt_box .form-group .submit_butn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5rem;
  }
  .footer .footer_inner .foot .copyright_p {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer .footer_inner .foot .social_icons {
    margin-top: 10px !important;
    justify-content: center !important;
  }
  .products_det .product_imgs .gallery-top img {
    height: 500px;
  }
  .products_det .product_imgs .gallery-thumbs img {
    height: 50px;
  }
  .cart_pg .box .table td .price {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .cart_pg .data_box {
    margin-top: 0px;
  }
  .offcanvas .offcanvas-body {
    padding: 20px;
    overflow-y: auto;
  }
  .products_pg .nav-link {
    margin: 0 5px;
    width: 115px;
    font-size: 13px;
    padding-inline: 0px;
  }
  .products_pg .nav-link .categ_item .categImg {
    height: 120px;
  }
}
/* ======= */
html[dir=ltr] {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
}
html[dir=ltr] body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
}/*# sourceMappingURL=style.css.map */