@charset "UTF-8";
.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*.arabic-font {*/
/*  font-family: "Cairo", sans-serif;*/
/*}*/

  cursor: pointer;
}

.nice-shadow {
  box-shadow: 0 3px 15px rgba(22, 41, 124, 0.1);
}
.card-img-back{
    width:100%;
}
.text-aurora {
  color: var(--main-color);
}
.our-products-section .product-card .product-img a img{
        width: 100%;
    height: 208px;
    object-fit: contain;
}
.img-fluid{
    height: 100%;
    object-fit: contain;
}
.aurora-titles {
  color: var(--titles-color);
}

.border-aurora {
  border-color: var(--main-color);
}

.bg-aurora {
  background-color: var(--main-color);
}

.hr-headline {
  text-align: center;
}
.hr-headline .headline-title {
  position: relative;
  display: inline-block;
}
.hr-headline .headline-title::after {
  content: "";
  background-color: var(--main-color);
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -10px;
  z-index: 1;
}
.headline-title{
        font-size: 42px;
    font-weight: 900;
}
.hr-headline .headline-divider {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #f2f2f2;
  margin-bottom: 15px;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  -webkit-animation-name: DropDownSlide;
  animation-name: DropDownSlide;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.dropdown-menu li {
  margin: 0.25rem 0.5rem;
}
.dropdown-menu .dropdown-item .active, .dropdown-menu .dropdown-item:active {
  background-color: var(--main-color);
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  color: var(--main-color);
  border-radius: 5px;
  transition: 0.4s;
  background-color: rgba(var(--main-color-rgb), 0.1);
}
.dropdown-menu .dropdown-divider {
  height: 0;
  opacity: 1;
  border-top: 1px solid #eff2f7;
}

.dropdown-toggle::after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.btn-close {
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.custom-form-control {
  height: 50px;
  width: 100%;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: #696e77;
  display: block;
  border-radius: 10px;
  border: 2px solid #e1e1e1;
  font-weight: 500;
  letter-spacing: -0.02px;
  transition: 0.4s;
}
.custom-form-control:focus {
  border-color: var(--main-color);
}
.custom-form-control ::-webkit-input-placeholder {
  color: #959aa1;
}
.custom-form-control ::-moz-placeholder {
  color: #959aa1;
}
.custom-form-control :-ms-input-placeholder {
  color: #959aa1;
}
.custom-form-control ::-ms-input-placeholder {
  color: #959aa1;
}
.custom-form-control ::placeholder {
  color: #959aa1;
}

textarea.custom-form-control {
  height: 180px;
  padding-top: 15px;
}

.btn-aurora {
  all: unset;
  background-color: transparent;
  color: var(--button-color);
  padding: 10px 33px;
  text-decoration: none;
  transition: 0.4s;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-transform: capitalize;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 10px 0;
  cursor: pointer;
}
.btn-aurora:hover {
  color: #fff;
  background-color: var(--main-color);
}
.btn-aurora.hover {
  color: #fff;
  background-color: var(--main-color);
}
.btn-aurora.hover:hover {
  background-color: #fff;
  color: var(--main-color);
}
.btn-aurora .top-corner:before, .btn-aurora .top-corner:after,
.btn-aurora .bottom-corner:before,
.btn-aurora .bottom-corner:after {
  content: "";
  display: block;
  background-color: var(--main-color);
  z-index: 3;
  position: absolute;
}
.btn-aurora .top-corner:before {
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  left: -20px;
}
.btn-aurora .top-corner:after {
  content: "";
  height: 100%;
  width: 3px;
  left: 0;
  top: -20px;
}
.btn-aurora .bottom-corner:before {
  content: "";
  width: 100%;
  height: 3px;
  bottom: 0;
  right: -20px;
}
.btn-aurora .bottom-corner:after {
  content: "";
  height: 100%;
  width: 3px;
  right: 0;
  bottom: -20px;
}

.rotate-animation {
  animation: rotateShape 10s linear infinite;
}

.pulse-animation {
  animation: pulseShape 6s linear infinite;
}

.movingX-animation {
  animation: movingX 8s linear infinite;
}

.movingY-animation {
  animation: movingY 8s linear infinite;
}

.shape-mockup {
  position: absolute;
  z-index: 1;
}

.btn-close:focus {
  box-shadow: none;
}

@keyframes simple-spinner-3-jump7456 {
  15% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@-webkit-keyframes DropDownSlide {
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(10px);
  }
}
@keyframes DropDownSlide {
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(10px);
  }
}
.loading-overlay {
  position: fixed;
  background: linear-gradient(90deg, #f4f5ff 10%, #ebf8ff);
  width: 100%;
  height: 100%;
  z-index: 90;
  display: none;
}

.loading-container {
  position: fixed;
  top: 50%;
  z-index: 100;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.loading-container .loader-body {
  width: 48px;
  height: 48px;
  margin: auto;
  position: relative;
}
.loading-container .loader-body:before {
  content: "";
  width: 48px;
  height: 5px;
  background: rgba(var(--main-color-rgb), 0.2);
  position: absolute;
  top: 60px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: simple-spinner-3-shadow324 0.5s linear infinite;
  animation: simple-spinner-3-shadow324 0.5s linear infinite;
}
.loading-container .loader-body:after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--main-color);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation: simple-spinner-3-jump7456 0.5s linear infinite;
  animation: simple-spinner-3-jump7456 0.5s linear infinite;
}

body.load {
  overflow: hidden;
}
body.load .loading-container,
body.load .loading-overlay {
  display: block;
}

body {
  --main-color-rgb: 241, 111, 81;
  /*font-family: "Libre Baskerville", serif;*/
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
  background-color: var(--main-color);
  cursor: pointer;
}
.back-to-top:hover {
  color: #fff;
}

input.form-check-input[type=radio]:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
input.form-check-input[type=radio]:focus {
  box-shadow: none;
}

.banner {
  --bs-breadcrumb-divider: "";
  height: 400px;
  position: relative;
  z-index: 1;
  color: #fff;
}
@media (max-width: 576px) {
  .banner {
    height: 300px;
  }
}
.banner .breadcrumb-item a {
  color: var(--main-color);
}
.banner .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.7rem;
}
.banner .breadcrumb-item + .breadcrumb-item::before {
  color: var(--main-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.7rem;
}
.banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}

.our-products-section {
  position: relative;
}

.our-products-section ul.nav.nav-pills li.nav-item button.nav-link {
  color: var(--main-color);
}
.our-products-section ul.nav.nav-pills li.nav-item button.nav-link.active {
  color: #fff;
  background-color: var(--main-color);
}
.our-products-section .product-card {
  text-align: center;
  border-radius: 10px;
  height: 100%;
  position: relative;
}
.our-products-section .product-card .ribbon {
  --f: 10px;
  /* control the folded part*/
  --r: 15px;
  /* control the ribbon shape */
  --t: 10px;
  /* the top offset */
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: 1;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  color: #fff;
  padding: 0 15px var(--f) calc(10px + var(--r));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2));
  background: var(--main-color);
  box-shadow: 0 calc(-1 * var(--f)) 0 inset rgba(0, 0, 0, 0.3333333333);
}
.our-products-section .product-card:hover .product-img img {
  transform: scale(1.15);
}
.our-products-section .product-card .product-img {
  position: relative;
  border-bottom: 2px solid #f2f2f2;
}
.our-products-section .product-card .product-img a {
  display: block;
  overflow: hidden;
}
.our-products-section .product-card .product-img a img {
  transition: 0.4s;
  display: inline-block;
  width: 100%;
}
.our-products-section .product-card .product-content {
  margin-top: 10px;
}
.our-products-section .product-card .product-content a {
  text-decoration: none;
  transition: 0.4s;
}
.our-products-section .product-card .product-content a:hover {
  color: var(--main-color);
}
.our-products-section .product-card .product-content .product-category {
  margin-bottom: 5px;
}
.our-products-section .product-card .product-content .product-category a {
  font-size: 1rem;
  color: rgba(176, 176, 176, 0.7882352941);
}
.our-products-section .product-card .product-content .product-title {
  margin-bottom: 5px;
}
.our-products-section .product-card .product-content .product-title a {
  font-size: 1.4rem;
  color: var(--titles-color);
}
.our-products-section .product-card .product-content .product-price {
  color: var(--main-color);
}
.our-products-section .product-card .product-content .product-price.old {
  text-decoration: line-through;
  color: rgba(176, 176, 176, 0.6509803922);
}
.our-products-section .product-card .product-content .product-info {
  color: #8f8f8f;
  margin-top: 15px;
  margin-bottom: 20px;
}

.our-services-section {
  position: relative;
  background-image: url("../images/background/services-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.our-services-section .service-card {
  padding: 25px 20px 20px 20px;
  border-radius: 10px;
  height: 100%;
  position: relative;
  background-color: #fff;
  display: flex;
  box-shadow: 0 3px 15px rgba(22, 41, 124, 0.1);
  gap: 15px;
}
.our-services-section .service-card:hover .service-img img {
  transform: scale(1.15);
}
.our-services-section .service-card .service-img {
  position: relative;
  flex: 0 0 40%;
}
.our-services-section .service-card .service-img a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.our-services-section .service-card .service-img a img {
  transition: 0.4s;
  display: inline-block;
  width: 100%;
}
.our-services-section .service-card .service-content {
  position: relative;
}
.our-services-section .service-card .service-content a {
  text-decoration: none;
  transition: 0.4s;
}
.our-services-section .service-card .service-content a:hover {
  color: var(--main-color);
}
.our-services-section .service-card .service-content .service-category {
  margin: 5px 0;
}
.our-services-section .service-card .service-content .service-category a {
  font-size: 0.8rem;
  transition: 0.4s;
  color: #fff;
  background-color: var(--main-color);
  padding: 3px 5px;
  border-radius: 5px;
}
.our-services-section .service-card .service-content .service-title {
  margin-bottom: 5px;
}
.our-services-section .service-card .service-content .service-title a {
  font-size: 1.1rem;
  transition: 0.4s;
  color: #333;
}
.our-services-section .service-card .service-content .service-title a:hover {
  color: var(--titles-color);
}
.our-services-section .service-card .service-content .service-price {
  color: var(--main-color);
}
.our-services-section .service-card .service-content .service-price.old {
  text-decoration: line-through;
  color: rgba(176, 176, 176, 0.6509803922);
}
.our-services-section .service-card .service-content .service-info {
  color: #8f8f8f;
  margin-top: 10px;
  margin-bottom: 0;
}

.category-container .single-category {
  text-decoration: none;
  text-align: center;
}
.category-container .single-category:hover .img img {
  transform: scale(1.15);
}
.category-container .single-category:hover .category-title {
  color: var(--main-color);
}
.category-container .single-category .img {
  overflow: hidden;
}
.category-container .single-category .img img {
  transition: 0.4s;
  max-width: 100%;
}
.category-container .single-category .category-title,
.category-container .single-category .category-product-number {
  transition: 0.4s;
  color: #333;
  text-decoration: none;
}
.category-container .single-category .category-product-number {
  color: #b4b4b4;
}
.category-container .single-category .category-title {
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-top: 10px;
}

.about-us-section {
  background-image: url("../images/background/about-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.category-page .category-block {
  position: relative;
  z-index: 2;
}
.category-page .category-block .category-image {
  overflow: hidden;
}
.category-page .category-block .category-image img {
  width: 100%;
  transition: 0.4s ease-in-out;
}
.category-page .category-block .category-content {
  position: relative;
  text-align: center;
  margin-top: -150px;
  max-width: calc(100% - 60px);
  margin-left: 30px;
  margin-right: 30px;
  padding: 0 30px 30px 30px;
  z-index: 3;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(7, 36, 95, 0.08);
}
.category-page .category-block .category-content .category-icon {
  width: 60px;
  height: 60px;
  line-height: 56px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(7, 36, 95, 0.2);
  color: #fff;
  font-size: 32px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: -35px;
  margin: 0 auto auto;
  transition: 0.4s ease-in-out;
}
.category-page .category-block .category-content .category-icon img {
  transition: 0.4s ease-in-out;
}
.category-page .category-block .category-content .category-icon:before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: transparent;
  border: 1px solid var(--main-color);
  border-radius: inherit;
}
.category-page .category-block .category-content .category-title:hover {
  color: var(--other-color);
}
.category-page .category-block .category-content .category-text {
  margin-bottom: -0.45em;
  color: #6c757d;
}
.category-page .category-block .category-btn {
  max-width: calc(100% - 60px);
  width: 100%;
  margin-left: 30px;
  margin-right: 30px;
}
.category-page .category-block:hover .category-image img {
  transform: scale(1.1);
}
.category-page .category-block:hover .category-content .category-icon {
  color: var(--main-color);
  background-color: var(--main-color);
}
.category-page .category-block:hover .category-content img {
  transform: rotateY(180deg);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.category-page .category-block:hover .category-btn {
  color: #fff;
}
.category-page .category-block:hover .category-btn::before,
.category-page .category-block:hover .category-btn::after,
.category-page .category-block:hover .service-btn::before,
.category-page .category-block:hover .service-btn::after {
  width: 50%;
  border-radius: 0;
}

.category-details-page .images-glary .single-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.category-details-page .glide__bullets {
  bottom: 0;
}
.category-details-page .glide__bullets .glide__bullet {
  background-color: #d6d6d6;
}
.category-details-page .glide__bullets .glide__bullet.glide__bullet--active {
  background-color: var(--main-color);
}

.contact-us-section .contact-us-wrapper {
  background-color: #f5f6fd;
}
.contact-us-section .contact-us-wrapper .hr-headline {
  text-align: unset;
}
.contact-us-section .contact-us-info {
  background-color: var(--main-color);
  height: 100%;
  color: #fff;
}
.contact-us-section .contact-us-info .hr-headline {
  text-align: unset;
}
.contact-us-section .contact-us-info .hr-headline .headline-title:after {
  content: none;
}
.contact-us-section .contact-us-info .single-info .info-description {
  color: rgba(255, 255, 255, 0.5215686275);
}
.contact-us-section .contact-us-info ul.social-media {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}
.contact-us-section .contact-us-info ul.social-media li a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  border: 1px solid #fff;
  border-radius: 50%;
  color: var(--main-color);
  background-color: #fff;
  transition: 0.4s;
}
.contact-us-section .contact-us-info ul.social-media li a:hover {
  background-color: var(--main-color);
  color: #fff;
}

.quantity-1 {
  position: relative;
}
.quantity-1 .counter {
  position: relative;
  height: 40px;
  width: 130px;
  background: #fff;
  box-shadow: 4px 8px 12px 0 rgba(0, 0, 0, 0.1);
}
.quantity-1 .counter .minus {
  position: absolute;
  z-index: 10;
  width: 32px;
  height: 32px;
  top: 4px;
  left: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.quantity-1 .counter .minus .line {
  position: absolute;
  height: 2px;
  width: 18px;
  left: 7px;
  top: 15px;
  background: var(--main-color);
  transition: all 0.3s ease-in-out;
}
.quantity-1 .counter .minus:hover {
  background: var(--main-color);
}
.quantity-1 .counter .minus:hover .line {
  background: #f5f6fd;
}
.quantity-1 .counter .plus {
  position: absolute;
  z-index: 10;
  width: 32px;
  height: 32px;
  top: 4px;
  right: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.quantity-1 .counter .plus .line-h {
  position: absolute;
  height: 2px;
  width: 18px;
  left: 7px;
  top: 15px;
  background: var(--main-color);
  transition: all 0.3s ease-in-out;
}
.quantity-1 .counter .plus .line-v {
  position: absolute;
  height: 18px;
  width: 2px;
  left: 15px;
  top: 7px;
  background: var(--main-color);
  transition: all 0.3s ease-in-out;
}
.quantity-1 .counter .plus:hover {
  background: var(--main-color);
}
.quantity-1 .counter .plus:hover .line-h,
.quantity-1 .counter .plus:hover .line-v {
  background: #f5f6fd;
}
.quantity-1 .counter .number {
  position: relative;
  width: 130px;
  height: 40px;
  font-weight: 600;
  font-size: 20px;
  color: var(--main-color);
  line-height: 40px;
  text-align: center;
  border: 0;
  background-color: transparent;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.single-service-page .main-image img {
  height: 420px;
  width: 100%;
  object-fit: cover;
}
.single-service-page .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.single-service-page .gallery img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.cart-page .order-summery {
  border: 1px solid #e6e6e6;
  padding: 20px;
}
.cart-page .cart-table-header {
  border: 1px solid #e6e6e6;
  padding: 0 10px;
}
.cart-page .cart-table-header .cart-header-item {
  font-size: 1.3rem;
  font-weight: 600px;
  color: #232323;
  line-height: 26px;
  padding: 12px 0;
  background-color: transparent;
  text-transform: uppercase;
}
.cart-page .cart-table-header .cart-header-item:not(.cart-header-info) {
  text-align: center;
}
.cart-page .cart-list .cart-item {
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  padding: 25px 0 25px 5px;
}
.cart-page .cart-list .cart-item .cart-item-block {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.cart-page .cart-list .cart-item .cart-item-block .cart-item-wrapper {
  display: flex;
  align-items: center;
}
.cart-page .cart-list .cart-item .cart-item-info {
  display: flex;
  align-items: center;
}
.cart-page .cart-list .cart-item .cart-item-info .cart-item-block-left {
  padding: 0 15px 0 0;
  position: relative;
}
.cart-page .cart-list .cart-item .cart-item-info .cart-item-block-left .cart-item-image img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.cart-page .cart-list .cart-item .cart-item-info .cart-item-block-right {
  position: relative;
  padding-top: 2px;
}
.cart-page .cart-list .cart-item .cart-item-info .cart-item-block-right .cart-item-name {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  color: #232323;
  margin: 0 0 6px;
}
.cart-page .cart-list .cart-item .cart-item-info .cart-item-block-right .cart-item-name a {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 26px;
  color: #232323;
  text-decoration: none;
}
.cart-page .cart-list .cart-item .cart-item-info .cart-item-block-right .cart-item-name a:hover {
  text-decoration: underline;
}
.cart-page .cart-list .cart-item .cart-item-block.cart-item-price {
  padding-top: 0;
}
.cart-page .cart-list .cart-item .cart-item-block.cart-item-price .cart-item-price-wrapper {
  color: var(--description-color);
  font-size: 1.2rem;
}
.cart-page .cart-list .cart-item .cart-item-block.cart-item-price .cart-item-price-wrapper .old {
  color: #8c8c8c;
  text-decoration: line-through;
}
.cart-page .cart-list .cart-item .cart-item-block.cart-item-price .cart-item-price-wrapper .current {
  color: #e95144;
}
.cart-page .cart-list .cart-item .cart-item-block.cart-item-total {
  font-size: 1.5rem;
  color: var(--main-color);
}

.checkout-page .list-group.product-list .list-group-item .img {
  width: 55px;
  height: 55px;
  position: relative;
  border-radius: 10px;
}
.checkout-page .list-group.product-list .list-group-item .img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

footer.footer-wrapper {
  position: relative;
  z-index: 2;
  background-color: #f5f6fd;
  padding: 40px 0 20px 0;
}
footer.footer-wrapper a {
  text-decoration: none;
}
footer.footer-wrapper .newsletter-widget .newsletter-body {
  font-size: 1.1rem;
  color: #bebebe;
}
footer.footer-wrapper .newsletter-widget .newsletter-form {
  position: relative;
}
footer.footer-wrapper .newsletter-widget .newsletter-form .icon-btn {
  display: inline-block;
  position: absolute;
  width: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  border: none;
  transition: 0.4s ease-in-out;
  min-width: 55px;
  height: 55px;
  border-radius: 0;
  background-color: transparent;
  color: var(--main-color);
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  top: 50%;
  transform: translate(-50%, -50%);
  right: -20px;
}
footer.footer-wrapper .newsletter-widget .newsletter-form .icon-btn:hover {
  color: var(--main-color);
}
footer.footer-wrapper ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
footer.footer-wrapper ul.menu li a {
  color: #333;
  transition: 0.5s;
  font-size: 1.3rem;
}
footer.footer-wrapper ul.menu li a:hover {
  color: var(--main-color);
}
footer.footer-wrapper .copyright-text {
  color: #333;
}
footer.footer-wrapper .copyright-text a {
  color: #333;
  transition: 0.4s;
}
footer.footer-wrapper .copyright-text a:hover {
  text-decoration: underline;
  color: var(--main-color);
}

header.hero-slider-container {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
header.hero-slider-container ul.glide__slides {
  margin: 0;
}
header.hero-slider-container .single-slide {
  height: 700px;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
}
header.hero-slider-container .single-slide::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.368627451);
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: -1;
}
header.hero-slider-container .single-slide .slider-title {
  position: relative;
  font-size: 3.5rem;
  display: inline-block;
}

.navbar-top {
  background-color: var(--main-color);
  padding: 10px 0;
}
.navbar-top .navbar-top-inner .navbar-top-links > ul > li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
.navbar-top .navbar-top-inner .navbar-top-links > ul > li > i {
  color: #fff;
}
.navbar-top .navbar-top-inner .navbar-top-links > ul > li > span {
  color: #fff;
}
.navbar-top .navbar-top-inner .navbar-top-links > ul > li > a {
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}
.navbar-top .navbar-top-inner .navbar-top-links > ul > li:not(.navbar-top .navbar-top-inner .navbar-top-links > ul > li:last-child) {
  padding: 0 20px 0 0;
  margin: 0 17px 0 0;
}
.navbar-top .navbar-top-inner .navbar-top-links > ul > li:not(.navbar-top .navbar-top-inner .navbar-top-links > ul > li:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #fff;
  width: 1px;
  height: 18px;
  transform: translateY(-50%);
}
.navbar-top .navbar-top-inner .navbar-top-links > ul > li .dropdown.language-dropdown .dropdown-toggle,
.navbar-top .navbar-top-inner .navbar-top-links > ul > li .dropdown.search-dropdown .dropdown-toggle {
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.navbar-top .navbar-top-inner .navbar-top-links > ul > li .dropdown.language-dropdown .dropdown-menu,
.navbar-top .navbar-top-inner .navbar-top-links > ul > li .dropdown.search-dropdown .dropdown-menu {
  top: 30px !important;
}
.navbar-top .navbar-top-inner .navbar-top-links > ul > li .dropdown.search-dropdown .dropdown-menu {
  padding: 25px;
  width: 80vw;
}

}
@media (min-width: 576px) {
  .navbar-top .navbar-top-inner .navbar-top-links > ul > li .dropdown.search-dropdown .dropdown-menu {
    width: 500px;
  }
}
.navbar-top .navbar-top-inner .navbar-top-links > ul > li .navbar-top-social {
  display: flex;
  gap: 15px;
}
.navbar-top .navbar-top-inner .navbar-top-links > ul > li .navbar-top-social a {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  transition: 0.4s;
}
.navbar-top .navbar-top-inner .navbar-top-links > ul > li .navbar-top-social a:last-child {
  margin-right: 0;
}

.stick-navbar .stick-navbar-inner {
  background-color: #fff;
  padding: 20px 0;
}
.stick-navbar .stick-navbar-inner .favicon {
  position: relative;
  z-index: 2;
}
.stick-navbar .stick-navbar-inner .favicon img {
  max-width: 100%;
  height: auto;
  width: 200px;
}
@media (max-width: 768px) {
  .stick-navbar .stick-navbar-inner .favicon img {
    width: 130px;
  }
  .navbar-top-social{
    display: none !important; }
}
.stick-navbar .stick-navbar-inner .main-menu {
  padding: 10px 20px;
  border-radius: 10px;
}
.stick-navbar .stick-navbar-inner .main-menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.stick-navbar .stick-navbar-inner .main-menu > ul > li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.stick-navbar .stick-navbar-inner .main-menu > ul > li > a {
  padding: 5px;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: #212529;
  transition: 0.4s;
  text-decoration: none;
}
.stick-navbar .stick-navbar-inner .main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  border: 3px solid transparent;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 500ms ease;
  border-radius: 50%;
}
.stick-navbar .stick-navbar-inner .main-menu > ul > li > a.active, .stick-navbar .stick-navbar-inner .main-menu > ul > li > a:hover {
  color: var(--main-color);
}
.stick-navbar .stick-navbar-inner .main-menu > ul > li > a.active::before, .stick-navbar .stick-navbar-inner .main-menu > ul > li > a:hover::before {
  opacity: 1;
  border-color: var(--main-color);
}
.stick-navbar .stick-navbar-inner .main-menu > ul > li.menu-item-has-children > a::after {
  content: "\f107";
  position: relative;
  font-weight: 900;
  font-size: 0.7rem;
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  top: -2px;
  color: var(--main-color);
}
.stick-navbar .stick-navbar-inner .main-menu > ul > li ul.sub-menu {
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  background-color: #fff;
  visibility: hidden;
  min-width: 15rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border: 0;
  border-radius: 5px;
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.stick-navbar .stick-navbar-inner .main-menu > ul > li ul.sub-menu li {
  display: block;
  margin: 0.25rem 0.5rem;
}
.stick-navbar .stick-navbar-inner .main-menu > ul > li ul.sub-menu li a {
  position: relative;
  padding: 0.25rem 1rem;
  font-size: 16px;
  line-height: 30px;
  color: #212529;
  display: block;
  text-decoration: none;
}
.stick-navbar .stick-navbar-inner .main-menu > ul > li ul.sub-menu li a:hover {
  color: var(--main-color);
  border-radius: 5px;
  transition: 0.4s;
  background-color: rgba(var(--main-color-rgb), 0.1);
}
.stick-navbar .stick-navbar-inner .main-menu > ul > li ul.sub-menu li a:hover:before {
  transform: scale(1);
}
.stick-navbar .stick-navbar-inner .main-menu > ul > li ul.sub-menu li a:before {
  position: absolute;
  top: 12px;
  right: 1rem;
  font-family: "Font Awesome 5 Free";
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  color: var(--main-color);
  font-weight: 900;
  transition: 0.4s;
  transform: scale(0);
}

.humbugger-svg {
  cursor: pointer;
  transition: transform 400ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.humbugger-svg.active {
  transform: rotate(45deg);
}
.humbugger-svg .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: var(--main-color);
  stroke-width: 5.5;
  stroke-linecap: round;
}
.humbugger-svg.ham-4 .top {
  stroke-dasharray: 40 121;
}
.humbugger-svg.ham-4 .bottom {
  stroke-dasharray: 40 121;
}
.humbugger-svg.ham-4.active .top {
  stroke-dashoffset: -68px;
}
.humbugger-svg.ham-4.active .bottom {
  stroke-dashoffset: -68px;
}
.humbugger-svg.ham-8 .top {
  stroke-dasharray: 40 160;
}
.humbugger-svg.ham-8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
.humbugger-svg.ham-8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
.humbugger-svg.ham-8.active .top {
  stroke-dashoffset: -64px;
}
.humbugger-svg.ham-8.active .middle {
  transform: rotate(90deg);
}
.humbugger-svg.ham-8.active .bottom {
  stroke-dashoffset: -64px;
}

.mobile-navigation-menu-wrapper .mobile-menu > ul {
  padding: 0;
  margin: 0;
}
.mobile-navigation-menu-wrapper .mobile-menu ul {
  list-style: none;
}
.mobile-navigation-menu-wrapper .mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  position: relative;
}
.mobile-navigation-menu-wrapper .mobile-menu ul li:last-child {
  border-bottom: none;
}
.mobile-navigation-menu-wrapper .mobile-menu ul li a {
  display: block;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  margin-right: 5px;
  color: var(--other-color);
  padding-left: 18px;
  text-decoration: none;
  transition: all ease 0.4s;
  position: relative;
}
.mobile-navigation-menu-wrapper .mobile-menu ul li a:before {
  content: "\f054";
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.mobile-navigation-menu-wrapper .mobile-menu ul li.has-children.expanded > a:before {
  content: "\f078";
}
.mobile-navigation-menu-wrapper .mobile-menu ul li.has-children.expanded .expand-menu:before {
  content: "\f068";
}
.mobile-navigation-menu-wrapper .mobile-menu ul li.has-children .expand-menu {
 right: 0; 
    top: 0px;
    font-weight: 400;
    font-size: 11px;
    width: 18px;
    height: 25px;
    line-height: 25px;
    margin-top: 11.5px;
    display: inline-block;
    text-align: center;
    background-color: #ebecf2;
    color: var(--other-color);
    border-radius: 50%;
    cursor: pointer;
    right: -15px;
    z-index: 3;
}
.mobile-navigation-menu-wrapper .mobile-menu ul li.has-children .expand-menu:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.mobile-navigation-menu-wrapper .mobile-menu ul li.has-children ul.sub-menu {
  margin: 0;
  list-style: none;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.mobile-navigation-menu-wrapper .mobile-menu ul li.has-children ul.sub-menu li {
  padding-left: 20px;
  padding-right: 20px;
}
.mobile-navigation-menu-wrapper .mobile-menu ul li.has-children ul.sub-menu li:first-child {
  border-top: 1px solid #fdedf1;
}
.product-title a{
    text-decoration: none; 
    color: var(--titles-color);
    font-size: 1.2rem;
}

.categ-link{
    color: var(--main-color);
}
.categ-link:hover{
    color: #000;
}
/*# sourceMappingURL=style.css.map */
.cart-table table tr th {
    font-size: 16px;
    color: var(--titles-color);
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    padding: 18px 0 19px;
    text-transform: uppercase;
}
.cart-table button, .cart-hover button {
    font-size: 16px;
    color: #ffffff;
    border: 1px solid var(--button-color);
    background: var(--button-color);
    padding: 12px 16px 12px;
    cursor: pointer;
}
.proceed-checkout ul {
    border: 2px solid #ebebeb;
    background: #f3f3f3;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 16px;
    list-style: none;
    padding-bottom: 20px;
}
.proceed-checkout .proceed-btn {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: var(--button-color);
    text-transform: uppercase;
    padding: 15px 25px 14px 25px;
    display: block;
    text-align: center;
}
.cart-table table tr td.cart-pic {
    width: 21%;
}
/*---------------------
  Shopping Cart
-----------------------*/

.shopping-cart {
	padding-top: 80px;
	padding-bottom: 60px;
}

.cart-table {
	margin-bottom: 40px;
}

.cart-table table {
	width: 100%;
	border: 1px solid #ebebeb;
}

.cart-table table tr th {
	font-size: 16px;
	color: var(--titles-color);
	font-weight: 700;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
	padding: 18px 0 19px;
	text-transform: uppercase;
}

.cart-table table tr th.p-name {
	text-align: left;
}

.cart-table table tr td {
	text-align: center;
	padding-bottom: 34px;
}

.cart-table table tr td.first-row {
	padding-top: 30px;
}

.cart-table table tr td.cart-pic {
	width: 21%;
}

.cart-table table tr td.cart-title {
	text-align: left;
	padding:30px;
}

.cart-table table tr td.cart-title h5 {
	color: var(--titles-color);
}

.cart-table table tr td.p-price {
	width: 16%;
}

.cart-table table tr td.p-price,
.cart-table table tr td.total-price {
	color: var(--description-color);
	font-size: 16px;
	font-weight: 700;
}

.cart-table table tr td.qua-col {
	width: 16%;
}

.cart-table table tr td.qua-col .quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cart-table table tr td.qua-col .pro-qty {
	width: 123px;
	height: 46px;
	border: 2px solid #ebebeb;
	padding: 0 15px;
	float: left;
}

.cart-table table tr td.qua-col .pro-qty .qtybtn {
	font-size: 24px;
	color: #b2b2b2;
	float: left;
	line-height: 38px;
	cursor: pointer;
	width: 18px;
}

.cart-table table tr td.qua-col .pro-qty .qtybtn.dec {
	font-size: 30px;
}

.cart-table table tr td.qua-col .pro-qty input {
	text-align: center;
	width: 52px;
	font-size: 14px;
	font-weight: 700;
	border: none;
	color: #4c4c4c;
	line-height: 40px;
	float: left;
}

.cart-table table tr td.total-price {
	width: 12%;
}

.cart-table table tr td.close-td {
	font-size: 16px;
	color: #252525;
	width: 8%;
}

.cart-table table tr td.close-td i {
	cursor: pointer;
}

.cart-buttons {
	margin-bottom: 34px;
}

.cart-buttons .continue-shop {
	color: #b2b2b2;
	border: 2px solid #ebebeb;
	background: #ffffff;
	margin-right: 8px;
	padding: 12px 20px 12px 20px;
	margin-bottom: 10px;
}

.cart-buttons .up-cart {
	color: #252525;
	background: #f3f3f3;
	border: 2px solid #ebebeb;
	padding: 12px 20px 12px 20px;
}
.breadcrumb-text {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
}
.breadcrumb-text a {
    display: inline-block;
    font-size: 16px;
    color: var(--main-color);
    margin-right: 28px;
    position: relative;
}
.master-cards a,.master-cards a i {
    font-size:2rem;
    color:var(--main-color);
    cursor: pointer;
}
 #currency-select{
        width: 5rem;
    padding: 1rem 1rem 1rem 0rem;
    background: var(--arrow-icon) no-repeat right 0.8em center / 1.4em, linear-gradient(to left, var(--arrow-bg) 3em, var(--select-bg) 3em);
    border-radius: 2.25em;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;

        
        
    }
    .contact-us-section .contact-us-info{
        padding-right: 16px ;

        
    } 
    .expand-menu{
        position: absolute;
        
    }
    }