/* start get all font */
@font-face {
  font-family: "fontLight";
  src: url("../fonts/GE-Dinar-One/GE-Dinar-One-Light.otf");
}
@font-face {
  font-family: "fontMedium";
  src: url("../fonts/GE-Dinar-One/GE-Dinar-One-Medium.otf");
}
@font-face {
  font-family: "fontBold";
  src: url("../fonts/GE-Dinar-One/GE-Dinar-One-Bold.otf");
}
@font-face {
  font-family: "fontEn";
  src: url("../fonts/Acumin Pro Bold.otf");
}
.fontBold {
  font-family: "fontBold";
}

.fontMedium {
  font-family: "fontMedium";
}

.fontLight {
  font-family: "fontLight";
}

.fontEn {
  font-family: "fontEn";
}

* {
  line-height: 1;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scrollbar-color: #a3c4cd rgba(99, 99, 99, 0);
  scrollbar-width: thin;
}
*::-webkit-scrollbar {
  width: 7px;
}
*::-webkit-scrollbar-thumb {
  background-color: #a3c4cd;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #636363;
}
*::-webkit-scrollbar-thumb:active {
  background-color: #4d4c4c;
}

body {
  background: #f2f4f6;
  scroll-behavior: smooth;
  font-family: "fontMedium";
  font-weight: 500;
  font-size: 16px;
  overflow-x: hidden;
}

.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  transition: all 1s;
}
.pace .pace-progress {
  transform: translate3d(0, 0, 0);
  max-width: 300px;
  position: fixed;
  z-index: 99999999999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #169BBC;
}
.pace.pace-inactive {
  width: 100vw;
  opacity: 0;
}
.pace.pace-inactive .pace-progress {
  max-width: 100vw;
}

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
}
#preloader::after, #preloader::before {
  content: "";
  position: fixed;
  left: 0;
  height: 50vh;
  width: 100%;
  background: #252531;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader::before {
  top: 0;
}
#preloader::after {
  bottom: 0;
}
#preloader.isdone {
  visibility: hidden;
  transition-delay: 1.5s;
}
#preloader.isdone::after, #preloader.isdone::before {
  height: 0;
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition-delay: 1s;
}

.loading-text {
  font-size: 25px;
  font-family: "fontMedium", sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #169BBC;
  z-index: 9999;
}
.loading-text.isdone {
  top: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.5s;
}

.effect_scroll {
  transition: all cubic-bezier(0.18, 0.6, 0.25, 0.69) 0.4s;
}
li {
  list-style: none;
}

a {
  color: #013555;
  text-decoration: none !important;
  cursor: pointer;
}

.link_ {
  position: relative;
}
.link_:hover::after, .link_.active::after {
  width: 83%;
}

h2 {
  color: #fff;
  font-size: 2rem;
}

.color_main {
  color: #169BBC;
}

.color_two {
  color: #013555;
}

.fill_main {
  fill: #169BBC;
}

.fill_two {
  fill: #013555;
}

.bg_one {
  background-color: #169BBC;
}

.bg_three {
  background-color: #92c4ec;
}

.bg_two {
  background-color: #013555;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-row-150 {
  row-gap: 150px;
}

.gap-row-50 {
  row-gap: 50px;
}

.cursor-pointer {
  cursor: pointer;
}

.list-style-none {
  list-style: none;
}

.ss-main {
  border: 0 !important;
  padding: 1.5rem 1rem !important;
}

.ss-content .ss-list .ss-option {
  padding: 15px 10px !important;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  background-color: rgba(153, 153, 153, 0.4392156863) !important;
}

.ss-content .ss-list .ss-option:hover {
  background-color: rgba(153, 153, 153, 0.4392156863) !important;
}

.ss-content .ss-search input:focus {
  box-shadow: 0 0 5px #c7c7c7 !important;
}

.ss-main .ss-arrow {
  width: 17px !important;
  height: 17px !important;
}

.btn_one {
  border: #169BBC 2px solid;
  color: #169BBC;
}
.btn_one:hover {
  background-color: #013555;
  color: #fff;
}

.btn_two {
  background-color: #013555;
  color: #fff;
}
.btn_two:hover {
  background-color: #169BBC;
  color: #fff;
}

.radio {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
  inset: 0;
  height: 23px;
  cursor: pointer;
}
.radio input[type=radio] + .radio-label {
  color: #013555;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  border-radius: 100%;
  border: 0.1px solid rgba(var(--colorMain2), 0.3);
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #013555;
}
.radio input[type=radio]:not(:checked) + .radio-label:before {
  box-shadow: inset 0 0 0 2px #013555;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #013555;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 2px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.popup-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999999999999;
  display: none;
}
.popup-modal .popup-modal-overlay {
  background: rgba(0, 0, 0, 0.2392156863);
  position: absolute;
  inset: 0;
}
.popup-modal .content-form {
  background-color: #eff8ff;
}
.popup-modal .close-popup-btn {
  top: 15px;
  right: 20px;
  cursor: pointer;
}
.popup-modal .parent-popup-modal {
  position: absolute;
  inset: 0;
}
.popup-modal.active {
  display: block;
}

.select-menu {
  position: relative;
  z-index: 99999;
  max-width: 330px;
}
.select-menu .select-btn {
  display: flex;
  padding: 10px;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}
.select-menu .arrow_icon {
  width: 10px;
  transition: all ease-in-out 0.3s;
}
.select-menu .options {
  position: absolute;
  width: 100%;
  overflow-y: auto;
  max-height: 295px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  display: none;
}
.select-menu .options .option {
  display: flex;
  min-height: 35px;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}
.select-menu .options .option span,
.select-menu .options .option a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 35px;
  display: flex;
  align-items: center;
}
.select-menu .options .option:hover {
  background: #e5ebff;
}
.select-menu .options .option {
  font-size: 0.9rem;
}
.select-menu .options .option .option-text {
  color: var(--colorMain);
}
.select-menu .overlay_dropdown {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: none;
}
.select-menu.active .arrow_icon {
  transform: rotateX(181deg);
}
.select-menu.active .select-btn i {
  transform: rotate(-180deg);
}
.select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
}
.select-menu.active .overlay_dropdown {
  display: block;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
    display: block;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.search_group {
  max-width: 900px;
  margin: auto;
}

main {
  background: #f2f4f6;
  position: relative;
  z-index: 2;
}

section {
  padding-top: 100px;
  position: relative;
  overflow-x: clip;
}
@media all and (max-width: 991px) {
  section:not(:last-child) {
    padding-bottom: 0 !important;
  }
}
section.style_one {
  position: relative;
  padding: 100px 0;
}
section.style_one .top-section * {
  color: #169BBC;
}
section.style_one::before {
  content: "";
  position: absolute;
  inset: 0%;
  background: url("../img/line-section.png");
  background-size: 100% 110%;
  opacity: 0.1;
}
section .icons-section {
  position: absolute;
  inset: 0;
}
section .icons-section .icon {
  position: absolute;
  width: auto;
}
section .icons-section .icon img {
  height: 100%;
  width: auto;
}

.dots-half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 80%;
  z-index: -2;
  background-image: url("../img/dots.png");
  background-size: 0.8%;
  background-repeat: repeat;
}

.bg_color::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #e6f4f1;
  opacity: 0.5;
}

.line-height-1 {
  line-height: 1;
}

.line-height-2 {
  line-height: 2;
}

.inset-0 {
  inset: 0;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mix_blend_multiply {
  mix-blend-mode: multiply;
}

.bg-cover {
  background-size: cover;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.bg-fixed {
  background-attachment: fixed;
}

._notify .options {
  z-index: 99999999999;
  min-width: 250px;
  left: 0;
}
._notify .options .option {
  background: transparent !important;
  transition: all ease-in-out 0.2s;
  border-radius: 0px;
}
._notify .options .option .card-body * {
  color: #555;
}
._notify .img_notify img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.count_notify, .status_notify {
  background-color: #ff535d;
  height: 14px !important;
  width: 14px !important;
  top: -5px;
  color: #fff;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  letter-spacing: 0.3px;
  min-height: 0 !important;
}

#goTop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 35px !important;
  right: 20px !important;
  border: 0;
  border-radius: 5px;
  z-index: 100;
  opacity: 0;
  transition: all ease-in-out 0.7s;
  cursor: pointer;
}
#goTop:focus {
  outline: 0;
}
#goTop #arrow_top {
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -43%);
  fill: transparent;
}
#goTop .star-svg {
  transform: rotate(-90deg);
}
#goTop svg #star-path1,
#goTop svg #arrow_top {
  fill: transparent;
}

#scroll_bar {
  position: absolute;
  top: 95%;
  left: -2px;
  right: -2px;
}
#scroll_bar path {
  stroke: rgba(163, 196, 205, 0.8);
}

#goTop.active {
  opacity: 1;
  bottom: 50px !important;
}
#goTop.active svg #star-path1 {
  stroke: #169BBC;
  opacity: 0.3;
}
#goTop.active svg .star-path {
  opacity: 0.5;
  stroke: #013555;
}
#goTop.active #arrow_top {
  opacity: 0.7;
  fill: #013555;
}

.swiper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 0.5;
}
.swiper .swiper-pagination-bullet {
  background-color: #013555;
}
.swiper .next, .swiper .prev,
.swiper .swiper-pagination-bullet {
  color: #013555;
  transition: all ease-in-out 0.3s;
}
.swiper .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 10px;
}
.swiper .next, .swiper .prev {
  opacity: 0;
  color: rgba(1, 53, 85, 0.7) !important;
}
.swiper:hover .next, .swiper:hover .prev {
  opacity: 1;
}

.card-mini {
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
  gap: 15px;
  position: relative;
  flex-direction: column;
  background: #fff;
  height: 19.4rem;
  align-items: center;
  box-shadow: 0 3.42907px 12.0018px rgba(146, 196, 236, 0.2);
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.card-mini .card-img {
  display: flex;
  justify-content: center;
}
.card-mini:hover {
  transform: translateY(-10px);
}

.card-big {
  transition: all ease-in-out 0.3s;
  position: relative;
  flex-direction: column;
  background: #fff;
  align-items: center;
  box-shadow: 0 3.42907px 12.0018px rgba(146, 196, 236, 0.2);
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.card-big .card-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem 1rem;
}
.card-big .card-top .card-favourite svg {
  stroke: #013555;
}
.card-big .card-top .card-favourite svg, .card-big .card-top .card-favourite svg * {
  transition: all ease-in-out 0.2s;
}
.card-big .card-top .card-favourite:hover svg path, .card-big .card-top .card-favourite.active svg path {
  fill: #169BBC;
  stroke: #169BBC;
}
.card-big .title-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-big .card-price {
  position: relative;
}
.card-big .card-price span {
  color: #169BBC;
  position: absolute;
  margin-bottom: 10px;
  position: relative;
  top: -8px;
  font-size: 10px;
  text-decoration: line-through;
}
.card-big .card-img {
  display: flex;
  justify-content: center;
}
.card-big p {
  margin-top: 10px;
  width: 100%;
  font-size: 12px;
  color: rgba(1, 53, 85, 0.8);
  line-height: 1.2;
}
.card-big .card-btn {
  transform: translateY(90%);
}
.card-big:hover {
  transform: translateY(-10px);
}
.card-big .Increase-decrease {
  display: none;
}
.card-big.more-one .btn-add-cart {
  display: none;
}
.card-big.more-one .Increase-decrease {
  display: flex;
}

.pagination {
  --bs-pagination-border-radius: 3px;
}
.pagination * {
  border-color: #92c4ec !important;
  border-width: 1px;
  color: rgba(1, 53, 85, 0.8);
}
.pagination .page-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
}

/*===================================*/
/*===================================*/
nav.navbar {
  box-shadow: 0 0 15px -3px rgba(108, 176, 246, 0.52);
  padding: 10px 0px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
nav.navbar a:not(.navbar-brand, .btn_one),
nav.navbar .anchor_link {
  cursor: pointer;
  padding: 8px;
  font-size: 1.1rem;
  color: #013555;
  transition: all ease-in-out 0.3s;
}
nav.navbar a:not(.navbar-brand, .btn_one) svg,
nav.navbar .anchor_link svg {
  transition: all ease-in-out 0.3s;
  fill: #169BBC;
  height: 26px;
}
nav.navbar a:not(.navbar-brand, .btn_one).active, nav.navbar a:not(.navbar-brand, .btn_one):hover,
nav.navbar .anchor_link.active,
nav.navbar .anchor_link:hover {
  color: #169BBC;
}
nav.navbar a:not(.navbar-brand, .btn_one).active svg, nav.navbar a:not(.navbar-brand, .btn_one):hover svg,
nav.navbar .anchor_link.active svg,
nav.navbar .anchor_link:hover svg {
  fill: #013555;
}
nav.navbar .nav-links li {
  margin: 0 10px;
}
nav.navbar .nav-links li i {
  font-size: 11px;
  padding: 3px;
}
nav.navbar .navbar-brand img {
  mix-blend-mode: multiply;
  height: 50px;
}

.navbar.scrolled {
  opacity: 1;
}

.navbar.scrolled {
  transform: translateY(-100%);
  position: fixed;
  animation: showNav 0.7s ease-in-out forwards;
}

.navbar.noScrolled {
  position: fixed;
  animation: hideNav 0.7s ease-in-out forwards;
}

@keyframes showNav {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes hideNav {
  0% {
    opacity: 1;
    position: fixed;
    transform: translateY(0%);
  }
  50% {
    opacity: 0;
    position: absolute;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    position: absolute;
    transform: translateY(0%);
  }
}
.nav_menu label {
  display: flex;
  flex-direction: column;
  width: 27px;
  cursor: pointer;
}
.nav_menu label span {
  background: #169BBC;
  border-radius: 10px;
  height: 3.3px;
  margin: 2px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.nav_menu span:nth-of-type(1) {
  width: 50%;
}
.nav_menu span:nth-of-type(2) {
  width: 100%;
}
.nav_menu span:nth-of-type(3) {
  width: 75%;
}
.nav_menu input[type=checkbox] {
  display: none;
}

.nav-list.active .nav_menu span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(-7px, 8.5px);
}
.nav-list.active .nav_menu span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.nav-list.active .nav_menu span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: rotatez(45deg) translate(-3px, -1.5px);
}

nav .container {
  gap: 10px;
}
nav .nav-list button {
  padding: 0;
}
nav .navbar-brand {
  flex: 1;
}

.nav_mobile .nav-list {
  height: 100%;
  display: flex;
  align-items: center;
}
.nav_mobile .nav-list ul.list {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ececec;
  width: 200px;
  text-align: center;
  box-shadow: 0 0 5px -2 #555;
  border-radius: 20px 20px 20px 20px/12px 10px 40px 30px;
  -webkit-border-radius: 20px 20px 20px 20px/12px 10px 40px 30px;
  -moz-border-radius: 20px 20px 20px 20px/12px 10px 40px 30px;
  -ms-border-radius: 20px 20px 20px 20px/12px 10px 40px 30px;
  -o-border-radius: 20px 20px 20px 20px/12px 10px 40px 30px;
}
.nav_mobile .nav-list ul.list li {
  position: relative;
  z-index: 2;
  padding: 5px;
  border-radius: 20px 20px 20px 20px/12px 10px 40px 30px;
}
.nav_mobile .nav-list ul.list li:hover {
  background-color: var(--Basic-color);
  transform: scaleX(1.1);
  -webkit-transform: scaleX(1.1);
  -moz-transform: scaleX(1.1);
  -ms-transform: scaleX(1.1);
  -o-transform: scaleX(1.1);
}
.nav_mobile .nav-list ul.list li a {
  color: #222;
}
.nav_mobile .nav-list ul.list li:hover a {
  color: #fff;
}
.nav_mobile .nav-list ul.list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.lists {
  transition: all ease-in-out 0.3s;
  z-index: -1;
  background-color: #f8f9fa;
  padding-top: 75px;
  height: 100vh;
  width: 350px;
  position: fixed;
  top: 0;
  right: -110%;
}
.lists .navbar-nav {
  border-radius: 7px;
  margin-top: 0 !important;
  position: relative;
  background-color: #f3f3f3;
}
.lists ul.navbar-nav {
  box-shadow: -2px 12px 10px -1px rgba(108, 176, 246, 0.52);
}
.lists ul .select-menu .select-btn {
  display: none;
}
.lists ul .select-menu .options {
  margin: 0;
  padding-top: 0;
  position: static;
  display: block;
  opacity: 1;
  max-height: none;
  height: auto;
  min-width: 0;
  transform: none;
}
.lists ul .select-menu .options,
.lists ul .select-menu .options .option {
  background-color: transparent;
  box-shadow: none;
}
.lists ul .select-menu .options a,
.lists ul .select-menu .options .option a {
  justify-content: center;
}
.lists .login-icon {
  height: 50px;
  width: 50px;
  background-color: #013555;
}
.lists .login-icon svg {
  fill: #fff !important;
}
.lists .tel_icon {
  height: 33px;
  width: 33px;
  background-color: #013555;
}
.lists .tel_icon svg {
  fill: #fff !important;
}
.lists a {
  text-align: center;
}

.navbar-nav {
  padding: 25px 0px;
  animation: hideNavMenu 0.5s ease-in-out forwards;
}

.active .lists {
  right: 0;
}

/*===================================*/
/*===================================*/
.heroBanner {
  padding-top: 80px;
}
.heroBanner .swiper-slide img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 991px) {
  .heroBanner .swiper-slide img {
    height: 70vw;
    max-height: 500px;
  }
}

/*===================================*/
/*===================================*/
.menu .icons-section .icon.icon-one {
  top: -7%;
  right: 20%;
  height: 180px;
}
.menu .icons-section .icon.icon-two {
  top: 40%;
  left: 0%;
  height: 180px;
}
.menu .icons-section .icon.icon-three {
  bottom: -10%;
  right: -5%;
  height: 180px;
}

/*===================================*/
/*===================================*/
.new-product .parent-card {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media all and (max-width: 991px) {
  .new-product .parent-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 480px) {
  .new-product .parent-card {
    grid-template-columns: 1fr;
  }
}
.new-product .parent-card .card-mini {
  min-height: 450px;
}
@media all and (max-width: 1199px) {
  .new-product .parent-card .card-mini {
    min-height: 400px;
  }
}
.new-product .row-one .single:nth-child(1n+3) {
  grid-column: span 2;
}
@media all and (max-width: 480px) {
  .new-product .row-one .single:nth-child(1n+3) {
    grid-column: span 1;
  }
}
.new-product .row-two .single:nth-child(3n+1) {
  grid-column: span 2;
}
@media all and (max-width: 480px) {
  .new-product .row-two .single:nth-child(3n+1) {
    grid-column: span 1;
  }
}
.new-product .icons-section .icon.icon-one {
  top: -7%;
  right: 20%;
  height: 180px;
}
.new-product .icons-section .icon.icon-two {
  top: 40%;
  left: 0%;
  height: 150px;
  transform: rotate(285deg);
}
.new-product .icons-section .icon.icon-three {
  bottom: 5%;
  right: 0%;
  height: 140px;
  transform: rotate(130deg);
}

/*===================================*/
/*===================================*/
.products .icons-section .icon.icon-one, .cart-page .icons-section .icon.icon-one {
  top: -7%;
  right: 20%;
  height: 180px;
}
.products .icons-section .icon.icon-two, .cart-page .icons-section .icon.icon-two {
  top: 40%;
  left: 0%;
  height: 150px;
  transform: rotate(285deg);
}
.products .icons-section .icon.icon-three, .cart-page .icons-section .icon.icon-three {
  bottom: 5%;
  right: 0%;
  height: 140px;
  transform: rotate(130deg);
}

/*===================================*/
/*===================================*/
.announce .icons-section .icon.icon-one {
  top: -7%;
  right: 20%;
  height: 180px;
}
.announce .icons-section .icon.icon-two {
  top: 40%;
  left: 0%;
  height: 150px;
  transform: rotate(285deg);
}
.announce .icons-section .icon.icon-three {
  bottom: 5%;
  right: 0%;
  height: 140px;
  transform: rotate(130deg);
}

/*===================================*/
/*===================================*/
.cart {
  position: sticky;
  top: 10rem;
  height: calc(100vh - 10rem);
  background: #fff;
  border-radius: 16px 16px 0 0;
}
.cart .cart-top {
  background-color: rgba(223, 239, 255, 0.3176470588);
  color: #013555;
}
.cart .cart-content {
  background: #fff;
  flex-direction: column;
  display: flex;
  max-height: 100%;
  border-radius: 16px 16px 0 0;
}
.cart .cart-content .cart-empty {
  width: 200px;
  max-width: 100%;
  margin: auto;
}
.cart .cart-content .cart-empty img {
  transform: rotateY(180deg);
  width: 100%;
  height: auto;
}
.cart .cart-content.lest-more-one .cart-item-list {
  display: block;
}
.cart .cart-content.lest-more-one .cart-empty {
  display: none;
}
.cart .cart-total-price {
  background-color: rgb(245, 250, 255);
  color: #013555;
  position: relative;
  left: -4%;
  right: -4%;
  width: 108%;
  padding: 20px;
  border-radius: 10px;
}
.cart .open-cart a:hover {
  transition: all ease-in-out 0.3s;
  color: #169BBC;
}
.cart .open-cart .arrow-icon {
  padding: 7px;
  background-color: #013555;
  border-radius: 50%;
}
.cart .open-cart svg {
  transform: rotate(180deg);
  fill: #fff;
  width: 25px;
}

.cart-item {
  border-radius: 6px;
  box-shadow: 0 2px 7px rgba(155, 204, 244, 0.241231);
  overflow: hidden;
  padding: 15px;
}

.item-qty, .Increase-decrease {
  font-size: 17px;
  font-weight: 900;
}
.item-qty button, .Increase-decrease button {
  background-color: #013555;
  border: 1px solid rgba(1, 53, 85, 0.3);
  height: 35px;
  width: 35px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.item-qty button svg, .Increase-decrease button svg {
  stroke: #E4002B;
}

.cart-page .card-body {
  background-color: rgba(146, 196, 236, 0.1);
}
.cart-page .card-body li {
  background-color: #fff;
  border-radius: 8px;
}
.cart-page .card-body li:not(:last-child) {
  margin-bottom: 13px !important;
}
.cart-page .card-body li .cart-item {
  padding: 20px !important;
}

.filter {
  width: 60rem;
  max-width: 100%;
  margin: 3rem auto;
  box-shadow: 0 2px 7px rgba(155, 204, 244, 0.241231);
  border-radius: 10px;
  padding: 1rem 2rem;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.filter ul {
  width: 70%;
  overflow-x: scroll;
  overflow-y: hidden;
  transform: translateY(6px);
}
.filter ul::-webkit-scrollbar {
  height: 7px;
}
.filter ul li {
  padding-bottom: 4px;
  min-width: -moz-max-content;
  min-width: max-content;
}
.filter ul li a {
  transition: all ease-in-out 0.2s;
}
.filter ul li a:hover {
  color: #169BBC;
}
.filter .search-filter {
  background-color: #f6fbff;
  padding: 10px;
  border-radius: 6px;
}
.filter .search-filter * {
  color: #013555;
}
.filter .search-filter input, .filter .search-filter button {
  border: none !important;
  outline: none !important;
  background-color: transparent;
}
@media all and (max-width: 991px) {
  .filter {
    flex-wrap: wrap;
  }
  .filter > * {
    width: 100% !important;
    font-size: 15px;
  }
}

/*===================================*/
/*===================================*/
footer {
  padding-top: 10px;
  position: sticky;
  bottom: 0px;
  background-color: #393f52;
}
footer .mw-300 {
  max-width: 300px;
}
footer .max-w-70 {
  max-width: 70%;
}
@media all and (max-width: 991px) {
  footer {
    position: relative;
  }
}
@media all and (min-width: 992px) {
  footer .w-lg-50 {
    width: 50% !important;
  }
}
footer svg {
  fill: #f2f4f6;
  position: relative;
  top: -20px;
  height: 60px;
  left: 0px;
  width: 100%;
}
footer .single-cta i {
  color: #169BBC;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
footer .useful-links ul {
  padding: 0;
}
footer .useful-links ul li {
  margin-bottom: 10px;
  list-style: none;
}
footer .text-style {
  transition: all ease-in-out 0.2s;
  color: #bdbdbd;
}
footer .text-style:hover {
  color: #fff;
}
footer .social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  color: #fff;
}
footer .social-icon .facebook-bg {
  background: #3b5998;
}
footer .social-icon .twitter-bg {
  background: #55acee;
}
footer .social-icon .whatsapp-bg {
  background: #4ec65a;
}
footer .social-icon .instagram-bg {
  background: #6049b4;
}
footer .logo img {
  height: 120px;
}
footer .cta-text {
  color: #f2f4f6;
}
footer .cta-text span {
  font-size: 15px;
}/*# sourceMappingURL=style.css.map */