a:hover {
  text-decoration: none;
}

nav .navbar-toggler {
  border: none;
}
nav .navbar-toggler:focus {
  border: none;
}
nav .navbar-toggler span {
  background-image: url("/images/site-icons/hamburger-cokodeal.svg");
}
nav .navbar-collapse.show a {
  padding-right: 10px;
}
nav img {
  width: 30px;
}

.dropdown-menu {
  min-width: unset;
  left: -1px;
  top: 75%;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.dropdown-menu a {
  padding: 0.2rem 0.5rem;
}

.current_lang {
  left: 13px;
  padding: unset;
}

.current_currency img {
  border-radius: 10px;
  height: 20px;
  width: 20px;
}

.top-nav .nav-link {
  display: inline-block;
}

.top-nav .nav-link.menu-item {
  display: none;
}
@media screen and (max-width: 990px) {
  .top-nav .nav-link.menu-item {
    display: inline-block;
  }
}

.coko-text {
  color: #6a63dd;
}

/* For screens less than or equal to 500px */
@media screen and (max-width: 500px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .dropdown-menu {
    left: -10px;
  }

  .current_lang {
    left: 0px;
  }

  .site-links {
    display: none !important;
  }
}
#logo-search-container {
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 100%;
}
#logo-search-container > .row {
  max-width: inherit;
  padding-right: 2%;
  padding-left: 2%;
}
#logo-search-container > .row .col-6 {
  align-items: center;
  display: flex;
}
#logo-search-container img {
  width: 11.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 700px) {
  #logo-search-container img {
    display: none;
  }
}
#logo-search-container .offers-sellers,
#logo-search-container .offers-buyers,
#logo-search-container .market-place {
  min-width: 100px;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 700;
  color: #919da8;
  margin-left: 20px;
}
#logo-search-container .offers-sellers :hover,
#logo-search-container .offers-buyers :hover,
#logo-search-container .market-place :hover {
  color: #6a63dd;
}
#logo-search-container .market-place {
  margin-left: 0px;
  font-size: 20px;
}
#logo-search-container .home-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#logo-search-container .home-search input,
#logo-search-container .home-search select,
#logo-search-container .home-search button {
  border: unset;
  font-size: 0.8rem;
  font-weight: 300;
}
#logo-search-container .home-search input:focus,
#logo-search-container .home-search select:focus,
#logo-search-container .home-search button:focus {
  box-shadow: none;
}
#logo-search-container .home-search .form-row {
  background-color: white;
  border-radius: 14px;
  font-size: 10px;
  width: 80%;
  border: 1px solid #cecece;
}
#logo-search-container .home-search .form-row div {
  padding-left: unset;
}
#logo-search-container .home-search input {
  border-radius: 14px;
}
#logo-search-container .home-search select {
  border-radius: unset;
}
#logo-search-container .home-search button {
  color: white;
  background-color: #6a63dd;
  border-radius: 14px;
}
@media screen and (max-width: 500px) {
  #logo-search-container .offers-sellers,
#logo-search-container .offers-buyers {
    margin-left: 0px;
  }
  #logo-search-container > .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #logo-search-container > .row > .col-6 {
    margin-bottom: 20px;
    max-width: unset;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: unset;
  }
  #logo-search-container > .row > .col-6 .form-row select {
    width: 45px;
  }
}

#cokodealHomeSlide {
  height: 50vh;
  overflow: hidden;
  background-color: #f6f7f8;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  #cokodealHomeSlide #slide-1,
#cokodealHomeSlide #slide-2,
#cokodealHomeSlide #slide-3 {
    background-size: cover !important;
  }
  #cokodealHomeSlide .slider-text {
    color: whitesmoke;
    width: 70% !important;
  }
  #cokodealHomeSlide .slider-text h3 {
    font-size: 1.5rem;
  }
  #cokodealHomeSlide .slick-prev,
#cokodealHomeSlide .slick-next {
    width: 20px !important;
    height: 20px !important;
    background-size: contain;
  }
}
#cokodealHomeSlide #slide-1,
#cokodealHomeSlide #slide-2,
#cokodealHomeSlide #slide-3 {
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
#cokodealHomeSlide .slider-text {
  height: 100%;
  width: 50%;
  padding-left: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#cokodealHomeSlide .slider-text h3 {
  font-size: 2rem;
  line-height: 40px;
  font-weight: 800;
}
#cokodealHomeSlide .slider-text p {
  margin-top: 10px;
  font-weight: 700;
}
#cokodealHomeSlide .slick-slide > div {
  height: 50vh;
}
#cokodealHomeSlide #slide-1 {
  background-image: url("/assets/images/layout6.png");
}
#cokodealHomeSlide #slide-2 {
  background-image: url("/assets/images/layout6.png");
}
#cokodealHomeSlide #slide-3 {
  background-image: url("/assets/images/layout6.png");
}
#cokodealHomeSlide .slick-prev {
  left: 10px;
  z-index: 2;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-image: url("/images/site-icons/arrow-left.svg");
}
#cokodealHomeSlide .slick-next {
  right: 10px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-image: url("/images/site-icons/arrow-right.svg");
}
#cokodealHomeSlide .slick-prev:before,
#cokodealHomeSlide .slick-next:before {
  content: "";
}

.offers-section-container {
  margin-top: 10%;
}

.offers-section {
  display: flex;
  justify-content: center;
  width: 100%;
}
.offers-section .header-btn {
  display: none;
}
@media screen and (max-width: 500px) {
  .offers-section {
    display: grid;
    grid-template-columns: 1fr;
  }
  .offers-section .buyers-section,
.offers-section .sellers-section {
    width: 100% !important;
    margin: unset !important;
    padding: unset !important;
  }
  .offers-section .sellers-section {
    display: none;
  }
  .offers-section .header-btn {
    display: flex;
    margin-bottom: 10px;
  }
  .offers-section .header-btn h3 {
    cursor: pointer;
    font-weight: 700;
    margin-right: 30px;
    border-bottom: 1px solid #d0d0d0;
  }
  .offers-section .header-btn .mobile-offers-section-nav-seller {
    opacity: 0.6;
  }
  .offers-section .offers-section-heading {
    display: none;
  }
}
.offers-section .buyers-section,
.offers-section .sellers-section {
  width: 80%;
}
.offers-section .buyers-section > h3,
.offers-section .sellers-section > h3 {
  font-weight: 700;
  padding: 10px 0;
  font-size: 2rem;
  border-bottom: 1px solid #d0d0d0;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 20px;
}
.offers-section .buyers-section > .offer-list,
.offers-section .sellers-section > .offer-list {
  width: 100%;
  height: 100%;
  display: grid;
}
.offers-section .buyers-section > .offer-list > .offers-list-item,
.offers-section .sellers-section > .offer-list > .offers-list-item {
  width: 100%;
  display: flex;
  padding-top: 10px
}
.offers-section .buyers-section > .offer-list .list-details,
.offers-section .sellers-section > .offer-list .list-details {
  background-color: #f6f7f8;
  width: 50%;
  margin-right: 5%;
  border-radius: 10px;
  padding: 5%;
  display: flex;
  align-items: center;
}
.offers-section .buyers-section > .offer-list .list-details .img-container,
.offers-section .sellers-section > .offer-list .list-details .img-container {
  width: 30%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.offers-section .buyers-section > .offer-list .list-details .img-container.no-image > img,
.offers-section .sellers-section > .offer-list .list-details .img-container.no-image > img {
  filter: invert(1);
}
.offers-section .buyers-section > .offer-list .list-details img,
.offers-section .sellers-section > .offer-list .list-details img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
.offers-section .buyers-section > .offer-list .list-details .product-name,
.offers-section .sellers-section > .offer-list .list-details .product-name {
  font-size: 1.2rem;
  font-weight: 800;
}
.offers-section .buyers-section > .offer-list .list-details .product-location,
.offers-section .sellers-section > .offer-list .list-details .product-location {
  color: grey;
}
.offers-section .buyers-section > .offer-list .list-price-qty,
.offers-section .sellers-section > .offer-list .list-price-qty {
  background-color: #f6f7f8;
  width: 35%;
  border-radius: 10px;
  padding: 5%;
}
.offers-section .buyers-section > .offer-list .list-price-qty p,
.offers-section .sellers-section > .offer-list .list-price-qty p {
  display: flex;
  align-items: center;
  height: 50%;
  box-sizing: border-box;
  justify-content: center;
  margin: unset;
}
.offers-section .buyers-section > .offer-list .list-price-qty .product-price,
.offers-section .sellers-section > .offer-list .list-price-qty .product-price {
  color: #6a63dd;
  font-weight: 700;
  font-size: 1.5rem;
}
.offers-section .buyers-section > .offer-list .list-price-qty .product-qty,
.offers-section .sellers-section > .offer-list .list-price-qty .product-qty {
  color: grey;
}

.view-post,
.quote-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.view-post p,
.quote-actions p {
  font-size: 1.2rem;
  color: #6a63dd;
}
.view-post .btn,
.quote-actions .btn {
  font-size: 1.2rem;
  background-color: #6a63dd;
  color: white;
  width: 300px;
}

.cokodeal-actions {
  display: flex;
  justify-content: space-evenly;
  border: 1px solid #0000000f;
  border-radius: 10px;
}
.cokodeal-actions > div > a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: grey;
}
.cokodeal-actions > div > a:hover {
  text-decoration: none;
}
.cokodeal-actions p {
  font-weight: 700;
}
.cokodeal-actions .fund-deal-img,
.cokodeal-actions .orders-img,
.cokodeal-actions .ask-img,
.cokodeal-actions .get-quote-img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cokodeal-actions .fund-deal-img {
  background-image: url("/images/site-icons/fund-a-deal.svg");
}
.cokodeal-actions .orders-img {
  background-image: url("/images/site-icons/orders.svg");
}
.cokodeal-actions .ask-img {
  background-image: url("/images/site-icons/ask.svg");
}
.cokodeal-actions .get-quote-img {
  background-image: url("/images/site-icons/get-quote.svg");
}
@media screen and (max-width: 500px) {
  .cokodeal-actions {
    flex-wrap: wrap;
    padding: 20px 5px !important;
  }
  .cokodeal-actions > div {
    width: 40%;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.cokodeal-actions > div {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.cartegories-container {
  overflow: hidden;
  max-height: 40px;
}
.cartegories-container .cartegories {
  overflow: hidden;
}
.cartegories-container .cartegories span {
  padding: 10px;
  border-radius: 20px;
  background-color: #f6f7f8;
  color: #00000047;
  font-weight: 800;
  font-size: 0.7rem;
}
.cartegories-container a {
  color: grey;
  margin-bottom: 20px;
}
.cartegories-container a:focus {
  outline: none;
}

.all-cats {
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 4px;
  padding-right: 3.5rem;
}
.all-cats span {
  color: #6a63dd;
}

.new-products-section {
  margin-top: 15%;
  margin-bottom: 15%;
}

.new-products,
.featured-products {
  border: 1px solid #f6f7f8;
  border-radius: 10px;
  height: 500px;
  overflow: hidden;
}
.new-products .new-products-list,
.new-products .featured-products-list,
.featured-products .new-products-list,
.featured-products .featured-products-list {
  display: flex;
}
.new-products .new-products-heading,
.new-products .featured-products-heading,
.featured-products .new-products-heading,
.featured-products .featured-products-heading {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.new-products .new-products-heading .title,
.new-products .featured-products-heading .title,
.featured-products .new-products-heading .title,
.featured-products .featured-products-heading .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 50px;
}
.new-products .new-products-heading .view,
.new-products .featured-products-heading .view,
.featured-products .new-products-heading .view,
.featured-products .featured-products-heading .view {
  color: #80808087;
  font-weight: 700;
}
.new-products .new-product-item,
.new-products .featured-product-item,
.featured-products .new-product-item,
.featured-products .featured-product-item {
  font-size: 1.1rem;
  margin-bottom: 40px;
  padding-right: 20px;
}
@media screen and (max-width: 500px) {
  .new-products .new-product-item,
.new-products .featured-product-item,
.featured-products .new-product-item,
.featured-products .featured-product-item {
    padding: 0 5px;
  }
}
.new-products .new-product-item .product-image,
.new-products .featured-product-item .product-image,
.featured-products .new-product-item .product-image,
.featured-products .featured-product-item .product-image {
  margin-bottom: 20px;
}
.new-products .new-product-item p,
.new-products .featured-product-item p,
.featured-products .new-product-item p,
.featured-products .featured-product-item p {
  height: 2.4em;
  overflow: hidden;
}
.new-products .new-product-item img,
.new-products .featured-product-item img,
.featured-products .new-product-item img,
.featured-products .featured-product-item img {
  width: 200px;
  height: 200px;
  border-radius: 20px;
}
@media screen and (max-width: 500px) {
  .new-products .new-product-item img,
.new-products .featured-product-item img,
.featured-products .new-product-item img,
.featured-products .featured-product-item img {
    width: 100px;
    height: 100px;
  }
}
.new-products .new-product-item .product-name,
.new-products .featured-product-item .product-name,
.featured-products .new-product-item .product-name,
.featured-products .featured-product-item .product-name {
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2em;
  height: 2.4em;
  display: inline-flex;
  font-size: 1rem;
}
.new-products .new-product-item .price,
.new-products .featured-product-item .price,
.featured-products .new-product-item .price,
.featured-products .featured-product-item .price {
  background-color: #ff000014;
  border-radius: 50px;
  padding: 2px 10px;
  padding-left: 3px;
  font-size: 0.9rem;
  display: inline-block;
  margin-top: 5px;
  color: red;
  font-weight: 700;
}
.new-products .new-product-item .qty,
.new-products .featured-product-item .qty,
.featured-products .new-product-item .qty,
.featured-products .featured-product-item .qty {
  font-weight: 700;
  font-size: 1rem;
}

.quotes-section {
  margin-top: 15%;
  margin-bottom: 15%;
}

.quote-request {
  margin-bottom: 10%;
}
.quote-request > h3 {
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 0;
  width: 100%;
  margin-bottom: 2%;
}
.quote-request .quote-request-container {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .quote-request .quote-request-container {
    flex-direction: column;
    align-items: center;
  }
  .quote-request .quote-request-container .offers-list-item {
    width: 100%;
  }
  .quote-request .quote-request-container .offers-list-item .list-details {
    width: 60%;
  }
  .quote-request .quote-request-container .offers-list-item .list-details .product-name {
    word-break: break-word;
  }
  .quote-request .quote-request-container .offers-list-item .list-price-qty {
    width: 40%;
  }
  .quote-request .quote-request-container .img-container {
    overflow: unset !important;
  }
}
.quote-request .offers-list-item {
  width: 40%;
  display: flex;
}
.quote-request .offers-list-item > .offers-list-item {
  width: 20%;
  display: flex;
  flex-direction: column;
}
.quote-request .offers-list-item .list-details {
  background-color: #f6f7f8;
  margin-right: 5%;
  border-radius: 10px;
  padding: 5%;
  display: flex;
  align-items: center;
}
.quote-request .offers-list-item .list-details .img-container {
  width: 30%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.quote-request .offers-list-item .list-details img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
.quote-request .offers-list-item .list-details .product-name {
  font-size: 1.2rem;
  font-weight: 800;
}
.quote-request .offers-list-item .list-details .product-location {
  color: grey;
}
.quote-request .offers-list-item .list-price-qty {
  background-color: #f6f7f8;
  border-radius: 10px;
  padding: 5%;
}
.quote-request .offers-list-item .list-price-qty p {
  display: flex;
  align-items: center;
  height: 50%;
  box-sizing: border-box;
  justify-content: center;
  margin: unset;
}
.quote-request .offers-list-item .list-price-qty .product-price {
  color: #6a63dd;
  font-weight: 700;
  font-size: 1.5rem;
}
.quote-request .offers-list-item .list-price-qty .product-details {
  color: grey;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.quote-request .offers-list-item .list-price-qty .product-qty {
  color: grey;
}

.cokodeal-benefits {
  margin-bottom: 20%;
}
.cokodeal-benefits .benefit-row {
  display: flex;
  justify-content: space-between;
}
.cokodeal-benefits .benefit-row-mobile-container {
  display: none;
}
.cokodeal-benefits .benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cokodeal-benefits .benefit-item img {
  margin-bottom: 40px;
  height: 60px;
}
.cokodeal-benefits .benefit-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cokodeal-benefits h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8%;
  text-align: center;
}
.cokodeal-benefits p {
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 25px;
}
.cokodeal-benefits a {
  font-weight: 700;
  font-size: 1rem;
  color: #6a63dd;
}

.request-for-quote {
  margin-bottom: 20%;
  display: flex;
}
@media screen and (max-width: 500px) {
  .request-for-quote {
    flex-direction: column;
  }
}
.request-for-quote .success-msg {
  color: green;
  font-size: 12px;
}
.request-for-quote .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.request-for-quote .description .desc-one {
  font-size: 1.8rem;
  font-weight: 500;
}
.request-for-quote .description .desc-two {
  font-size: 2rem;
  font-weight: 900;
}
.request-for-quote .request-quote-form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.request-for-quote .request-quote-form form {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.request-for-quote .request-quote-form form .form-group {
  width: 100%;
}
.request-for-quote .request-quote-form form textarea {
  text-align: left;
}
.request-for-quote .request-quote-form .cokodeal-btn {
  color: white;
  width: 200px;
  margin-top: 30px;
}
.request-for-quote .quote-hide {
  display: none;
}

.investor-prospectus {
  width: 100%;
}
.investor-prospectus img {
  width: 100%;
}

.success-modal-msg {
  color: #0c9550;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-requests {
  display: grid;
  grid-template-rows: 40px 1fr;
}
.service-requests .request-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f6f7f8;
}
.service-requests .request-header h3 {
  font-size: 14px;
  cursor: pointer;
  font-weight: 800;
  color: #6a6a6a;
}
.service-requests .request-body {
  position: relative;
}
.service-requests #received-requests {
  width: 100%;
  position: absolute;
  top: 0;
  transition: all 0.2s linear;
}
.service-requests #sent-requests {
  width: 100%;
  position: absolute;
  top: 0;
  transition: all 0.2s linear;
}
.service-requests .toggle-service-requests {
  opacity: 0;
  visibility: hidden;
}
.service-requests .item-body {
  display: grid;
  grid-template-columns: 1fr 100px;
  font-size: 16px;
  padding: 15px;
  box-shadow: 0px 5px 6px 0px #0000000f;
  margin-bottom: 20px;
  color: #6a6a6a;
}
.service-requests .item-service-request {
  margin-bottom: 0;
  line-height: 30px;
  padding-right: 20px;
  text-align: justify;
}
.service-requests .item-action {
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
}
.service-requests .btn-secondary {
  text-transform: uppercase;
  padding: 5px 1px;
  font-size: 10px;
}

/**
  Global media queries
*/
@media screen and (max-width: 500px) {
  #cokodealHomeSlide .slider-text {
    padding-left: 40px;
  }
  #cokodealHomeSlide .slider-text h3 {
    font-size: 1.5rem;
    line-height: 30px;
    font-weight: 800;
  }

  #navbarSupportedContent {
    background-color: white;
  }
  #navbarSupportedContent ul {
    display: flex;
    align-items: flex-end;
  }
  #navbarSupportedContent .navbar-nav > .nav-link,
#navbarSupportedContent .nav-item > .nav-link {
    display: block;
    text-align: end;
    border-bottom: 1px solid #e2e2e2;
    width: 200px;
  }
  #navbarSupportedContent .profile_image {
    display: none !important;
  }

  #quote-request-form {
    width: 100%;
  }

  .request-for-quote {
    margin-bottom: 50%;
  }

  .navbar-logo-container img {
    width: 6rem !important;
    height: 1.5rem !important;
    margin-right: 10px;
  }

  #navbarSupportedContent {
    background-color: white;
    position: relative;
    left: 50%;
  }

  .offers-section .buyers-section > .offer-list .list-price-qty,
.offers-section .sellers-section > .offer-list .list-price-qty {
    padding: unset !important;
    font-size: 1rem;
  }
  .offers-section .buyers-section > .offer-list .list-price-qty .product-price,
.offers-section .sellers-section > .offer-list .list-price-qty .product-price {
    font-size: 1rem;
  }

  .offers-section .buyers-section > .offer-list .list-details,
.offers-section .sellers-section > .offer-list .list-details {
    padding: 5% 1px;
  }
  .offers-section .buyers-section > .offer-list .list-details .img-container,
.offers-section .sellers-section > .offer-list .list-details .img-container {
    height: 100%;
    width: 100%;
  }
  .offers-section .buyers-section > .offer-list .list-details .pl-4,
.offers-section .sellers-section > .offer-list .list-details .pl-4 {
    padding-left: 10px;
  }

  .cokodeal-benefits h3 {
    text-align: center;
    font-size: 2rem;
    line-height: 45px;
    margin-bottom: 60px;
  }
  .cokodeal-benefits .benefit-row {
    flex-direction: column;
  }
  .cokodeal-benefits .benefit-row > div {
    margin-bottom: 60px;
  }
  .cokodeal-benefits .benefit-row > div img {
    margin-bottom: 20px;
  }
  .cokodeal-benefits .benefit-row {
    display: none;
  }
  .cokodeal-benefits .benefit-row-mobile-container {
    display: block;
  }
  .cokodeal-benefits .benefit-item.slick-slide {
    display: flex;
  }

  .investor-prospectus {
    width: 100vw;
  }
  .investor-prospectus img {
    width: 95%;
    padding: 0 1%;
  }
}