.product-price .price-left .cityline-text-primary {
  font-size: 26px;
  line-height: 54px;
}
.product-price .price-left small {
  font-size: 20px;
}
.product-thumb .percentage {
  transform: translate(-10px, -10px);
}
.product-thumb span {
  position: absolute;
  top: 25px;
  left: 20px;
}
.product-thumb .heart {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-next {
  margin-right: 150px;
}
.swiper-button-prev,
.swiper-button-next {
  color: #1b224a;
}
.swiper-button-prev.fas.fa-arrow-right {
  position: absolute;
  right: 30%;
  left: auto;
  top: 0;
}
.swiper-button-prev.fas.fa-arrow-left {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  margin-right: 30px;
}
/* Pagination */
.swiper-pagination .swiper-pagination-bullet {
  margin-right: 5px;
  background: #1b224a;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  transition: all 0.4;
}

.swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  left: auto;
  right: 110px;
  top: -13px;
}

/* Slider */
.slide-content {
  background-color: #fff;
  opacity: 0.8;
  width: 100%;
}
.discount > img {
  transform: translate(-8px, -8px);
}
.discount .percent {
  transform: translate(-60px, -5px);
  font-weight: bold;
  color: #fff;
}
.heart img {
  width: 40px;
  height: 40px;
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 6px;
  cursor: pointer;
}
.price-with-badge .counter {
  border: 1px solid #6dc700;
  border-radius: 6px;
  padding: 3px 10px;
  color: #6dc700;
  margin-left: 10px;
}
/* FILTER */
.filter-bar {
  border-radius: 6px;
  border: 1px solid #1b224a;
  padding: 10px;
}

/* MENU */
.menu-wrapper {
  border-radius: 6px;
}
.menu-bg {
  background-color: #f3f3f3 !important;
}
.accordion-flush .accordion-item {
  border-bottom: 1px solid #1b224a;
}
.accordion-flush .accordion-item .accordion-button {
  font-size: 22px;
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  color: #1b224a;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.menu-item li {
  background-color: #f3f3f3;
  border-top: 0.5px solid #4d657c;
  padding: 10px;
}
.menu-left img {
  width: 35px;
  height: auto;
  margin-right: 20px;
}
.menu-item li a {
  color: #1b224a;
  font-size: 18px;
  text-decoration: none;
}
.menu-left img {
  width: 35px;
  height: auto;
}
.menu-item li:hover {
  background-color: #fff;
}
.accordion-button::after {
  background-image: url("../img/icons/arr-down.svg");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../img/icons/arr-right.svg");
  transform: rotate(-90deg);
}

/* PRODUCT */
.single-product > img {
  width: 100%;
}
.heart img {
  position: absolute;
  top: 20px;
  right: 20px;
}
.percentage img {
  position: absolute;
  top: 0;
  left: 0;
}
.percentage span {
  position: absolute;
  left: 20px;
  top: 25px;
  font-weight: 600;
  color: #fff;
}

/* Pagination */
.pagination li {
  margin: 0 10px;
}
.pagination li a {
  width: 28px;
  height: 28px;
  color: #4d657c;
  background-color: #f3f3f3;
  font-weight: 500;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  text-decoration: none;
}
.pagination li:first-child {
  border: 2px solid #4d657c;
  color: #4d657c;
  border-radius: 6px;
}
.pagination li:last-child {
  border: 2px solid #1b224a;
  color: #1b224a;
  border-radius: 6px;
}

.pagination li.active a {
  background-color: #1b224a;
  color: #fff;
}

/* TABS Product Details */
.nav.nav-pills .nav-item {
  margin-right: 15px;
}
.nav.nav-pills .nav-item:last-child {
  margin-right: 0;
}
.nav.nav-pills .nav-item .nav-link {
  background-color: transparent;
  padding: 0;
}

.nav-tabs .nav-link {
  background: 0 0;
  border: none;
  border-radius: none;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  color: #1b224a;
  background-color: none;
  font-weight: 600;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #83bf25;
  border-bottom: 2px solid #6dc700;
  background-color: transparent;
}

.city-line-wrapper .product-info li {
  color: black;
  text-align: le;
}
.city-line-wrapper .product-info li:nth-child(odd) {
  background-color: #f3f3f3;
  padding: 10px;
}
.city-line-wrapper .product-info li:nth-child(even) {
  background-color: #fff;
  padding: 5px;
}

/* Product */

.product-contact-bar {
  background-color: #4d657c;
  color: #fff;
  border-radius: 6px;
  padding: 15px 30px;
}
.product-details-right {
  background-color: #f3f3f3;
  border-radius: 6px;
}

.transport-icon img {
  padding: 10px 20px;
}
.nation-flag {
  border-top: 1px solid #4d657c;
  border-bottom: 1px solid #4d657c;
}
.nation-flag img {
  padding: 10px 20px;
}
.price .timer {
  color: #83bf25;
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #83bf25;
  border-radius: 6px;
}
.q-right input[type="text"] {
  max-width: 100px;
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid #1b224a;
  height: 58px;
  font-weight: bold;
  color: #1b224a;
}
.q-right button {
  border: none;
  width: 50px;
  position: absolute;
  height: 55px;
  left: auto;
  top: 1px;
  right: 2px;
}
.q-left {
  margin-left: -20px;
}
.product-thumb-img img {
  margin-bottom: 20px;
}



/* Horizontal Product */
.product-wrapper {
  border: 1px solid #1b224a;
  border-radius: 6px;
  display: inline-flex;
  background: #fff;
  
}
.owl-theme .product-thumb {
  position: relative;
  width: 50%;
  padding: 10px;
}
.owl-theme  .product-desc {
  position: relative;
  width: 50%;
  padding: 15px;
}
.owl-theme .product-desc h5 {
  margin-bottom: 10px;
  color: #1b224a;
}
.discount img {
  width: 70px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.product-thumb span {
  position: absolute;
  top: 43px;
  left: 40px;
  font-weight: 600;
  color: #fff;
  transform: translate(-7px, -7px);
}


/*------------Product Slider--------------*/

.product-slider{
  position: relative;
}

.discount img {
  max-width: unset;
  width: auto !important;
}

.wishlist img {
  max-width: unset;
  width: auto !important;
}


.list img {
  max-width: unset;
  width: auto !important;
}

.list {
  display: inline-flex;
}

/*------------Product Slider END--------------*/


.product-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 120px;
}
.owl-dot.active span{
  background: #1B2249 !important;
  width: 13px !important;
  height: 14px !important;
}
.owl-theme .owl-dots .owl-dot span {
  background: #4D657C;
}

.product-slider2 .owl-dots {
  position: absolute;
  top: 14px;
  right: 20px;
  display: inline-flex;
  align-items: center;
}


/*===============Slider Css===================*/

.product-slider .owl-nav {
  margin: 0 !important;
  width: 250px;
/*  margin-left: auto !important;*/
}

.product-slider .owl-nav  button.owl-next {
  position: absolute;
  right: 90px;
  bottom: 10px;
  color: #1B224A;
  display: flex;
}

.product-slider .owl-nav  button.owl-prev {
  position: absolute;
  right: 220px;
  bottom: 10px;
  color: #1B224A;
  display: flex;
}

.product-slider .owl-nav  button.owl-next:hover {
  background: none;
  color: #1B224A;
}

.product-slider .owl-nav  button.owl-prev:hover {
 background: none;
 color: #1B224A;
}

.product-slider2{
  padding-top: 50px;
}
.product-slider2 .owl-nav {
  margin: 0 !important;
  width: 250px;
  margin-left: auto !important;
}

.product-slider2 .owl-nav  button.owl-next {
  position: absolute;
  right: 0px;
  top: 10px;
  color: #1B224A;
}

.product-slider2 .owl-nav  button.owl-prev {
  position: absolute;
  right: 150px;
  top: 10px;
  color: #1B224A;
}

.product-slider2 .owl-nav  button.owl-next:hover {
  background: none;
  color: #1B224A;
}

.product-slider2 .owl-nav  button.owl-prev:hover {
 background: none;
 color: #1B224A;
}

.product-slider2 .owl-item {
  padding: 0px 10px;
}


.project-slider{
  position: relative;
  padding-top: 50px;
}


.project-content {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
}

.project-content h4{
  font-size: 24px;
  color: #1B224A;
}

.project-content span{
  font-size: 18px;
  color: #1B224A;
  margin: 8px auto;
}
.project-content p{
  font-size: 18px;
  color: #83BF25;
  margin: 0;
}

.project-slider .owl-nav {
  margin: 0 !important;
  width: 250px;
  margin-left: auto !important;
}

.project-slider .owl-dots {
  position: absolute;
  top: 14px;
  right: 80px;
  display: inline-flex;
  align-items: center;
}


.project-slider .owl-nav  button.owl-next {
  position: absolute;
  right: 60px;
  top: 10px;
  color: #1B224A;
}

.project-slider .owl-nav  button.owl-prev {
  position: absolute;
  right: 180px;
  top: 10px;
  color: #1B224A;
}

.project-wrapper {
  position: relative;
}

.project-wrapper::before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  box-shadow: inset 0px -129px 46px #ffffff;
  height: 100%;
}
/*===============Slider Css===================*/


.product-slider .owl-nav {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: 0;
    margin: 0px !important;
    background-color: red;
    top: 20px;
    z-index: 10 !important;
}
.product-slider .owl-dots {
    position: relative !important;
    width: 100%;
    z-index: 9;
    right: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 22px 0px;
}
.product-slider .owl-nav button.owl-prev {
    position: unset !important;
     margin: 0px !important;
}
.product-slider .owl-nav button.owl-next {
    position: unset !important;
    margin: 0px !important;
}
.product-slider .owl-nav button.owl-prev i {
    position: relative;
    left: 10px;
}
.product-slider .owl-nav {
    width: 100% !important;
    display: flex;
    background-color: transparent;
    align-items: center;
    top: 43px;
    justify-content: center;
    grid-column-gap: 10%;
    margin: 0 auto !important;
}








@media (min-width: 320px) and (max-width: 767px) {
  .product-slider .owl-nav {
    grid-column-gap: 40%;
  }
  .horizontal-card .container-fluid.px-120 {
    padding: 0 15px;
  }
  .px-120 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pr-100 {
    padding-right: 15px;
  }
  .product-thumb .product-img {
    width: 100%;
  }
  .product-detail-info {
    margin-left: 0;
  }
  .tab-content .product-img {
    width: 100%;
  }
  .nav.nav-pills .nav-item img {
    margin-bottom: 20px;
  }
  .pink-btn {
    padding: 11px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .product-thumb .product-img {
    width: 100%;
  }
  .px-120 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pr-100 {
    padding-right: 15px;
  }
  .swiper-pagination.swiper-pagination-bullets {
    right: 96px;
  }
  .product-detail-info {
    margin-left: 0;
  }
  .nav.nav-pills .nav-item img {
    margin-bottom: 20px;
  }
  .pink-btn {
    padding: 11px 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .swiper-pagination.swiper-pagination-bullets {
    right: 78px;
  }
  .swiper-button-next {
    margin-right: 115px;
  }
  .nav.nav-pills .nav-item img {
    margin-bottom: 20px;
  }
}
