@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

/* HEADER */

header.header-row ul.navbar-nav {
  margin-right: 180px !important;
}

header.header-row nav.navbar.navbar-expand-lg.navbar-light {
  padding: 0;
  position: absolute;
  width: 100%;
  top: 0;
}

header.header-row a.navbar-brand {
  padding: 0;
}

header.header-row .container-fluid {
  align-items: flex-start;
}

header.header-row div#navbarSupportedContent {
  padding: 30px 0 0;
}

header.header-row ul.navbar-nav a.nav-link {
  color: #fff !important;
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}

header.header-row li.nav-item a.nav-link.active {
  color: #2472b3 !important;
}

header.header-row ul.navbar-nav li.nav-item {
  margin: 0 16px;
}

header.header-row ul.right {
  margin: 0;
  padding: 0;
  display: contents;
}

header.header-row ul.right li.nav-item {
  list-style: none;
}

header.header-row ul.right li.nav-item a {
  color: #fff;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  border-radius: 10px;
  background: #2472b3;
  padding: 15px 30px;
}

/* BANNER */

.banner-row {
  background-image: url("../images/banner-bg2.webp");
  padding: 269px 0px 50px;
  background-size: cover;
  background-position: center;
}

.banner-sec .w-head h3 {
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}

.banner-sec .w-head h1 {
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}

.banner-sec .w-head p {
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

a.w-btn {
  color: #fff;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  border-radius: 10px;
  background: #2472b3;
  padding: 15px 30px;
  text-decoration: none;
}

.banner-sec .w-head a.w-btn {
  display: table;
  margin: 0 auto 170px;
}

/* BANNER-BELOW */

.banner-below-row {
  padding: 100px 135px 100px;
}

.banner-below-sec {
  position: relative;
}

.banner-below-sec img {
  width: 100%;
}

.banner-below-sec h2 {
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: none;
}

.banner-below-sec:hover h2 {
  display: block;
}

.banner-below-sec:hover:before {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  display: block;
  border-radius: 20px;
  opacity: 0.5;
}

/* ABOUT */

.about-row {
  background: #eaeaea;
  padding: 100px 135px 100px;
}

.about-sec img {
  width: 95%;
}

.about-sec h3 {
  color: var(--2472-b-3, #2472b3);
  font-family: Oswald;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}

.about-sec h2 {
  color: #000;
  font-family: Oswald;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
  margin: 0 0 20px;
}

.about-sec p {
  color: #787878;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.about-sec a.w-btn {
  margin: 20px 0 0;
  display: table;
}

/* SHOP */

.shop-row {
  padding: 100px 135px 100px;
}

.shop-row .w-head {
  margin: 0 0 50px;
}

.shop-row .w-head h3 {
  color: var(--2472-b-3, #2472b3);
  text-align: center;
  font-family: Oswald;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}

.shop-row .w-head h2 {
  color: #000;
  text-align: center;
  font-family: Oswald;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  width: 50%;
  margin: 0 auto;
}

.shop-row .w-head p {
  color: #787878;
  text-align: center;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.shop-sec img {
  width: 100%;
}

.shop-sec .or-shp {
  color: #000;
  text-align: center;
  font-family: Oswald;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}

.shop-row a {
  text-decoration: none;
}

.shop-row .col-lg-6:nth-child(5) {
  width: 25%;
  margin: 50px auto 0;
  margin-right: 0;
}

.shop-row .col-lg-6:nth-child(6) {
  width: 25%;
  margin: 50px auto 0;
  margin-left: 0;
}

/* NEWSLETTER */

.news-row {
  background: #000;
  padding: 72px 0;
}

.news-sec .w-head h5 {
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}

.news-sec .w-head p {
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.news-sec form {
  position: relative;
  display: flex;
  width: 80%;
  margin: 30px auto 0;
}

.news-sec form input {
  width: 100%;
  padding-left: 20px;
  padding-bottom: 10px;
  background: none;
  border: none;
  border-bottom: 1px solid #fff !important;
  color: #fff;
}

.news-sec form input:focus-visible {
  outline: none !important;
}

.news-sec form button {
  background: none;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 0;
}

.news-sec form input::placeholder {
  color: #fff;
  font-family: Oswald;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-transform: capitalize;
}

/* CONTACT */

.contact-row {
  padding: 100px 135px 100px;
  background: var(--2472-b-3, #2472b3);
}

.contact-sec .w-head {
  margin: 0 0 50px;
}

.contact-sec .w-head h3 {
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}

.contact-sec .w-head h2 {
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}

.contact-sec .w-head p {
  color: #fff;
  text-align: center;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.contact-sec form input {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  height: 67px;
  padding-left: 20px;
  border: none;
  margin: 0 0 30px;
  color: #000;
}

.contact-sec form textarea {
  border-radius: 10px;
  background: #fff;
  width: 100%;
  padding-left: 20px;
  padding-top: 20px;
  margin: 0 0 30px;
  color: #000;
}

.contact-sec form textarea::placeholder {
  color: #646464;
  font-family: Oswald;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-transform: capitalize;
}

.contact-sec form input::placeholder {
  color: #646464;
  font-family: Oswald;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-transform: capitalize;
}

.contact-sec form button {
  color: #2472b3;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  padding: 15px 30px;
  border-radius: 10px;
  background: #fff;
  border: none;
  display: table;
  margin: 0 auto;
}

/* FOOTER */

footer.footer-row {
  padding: 100px 135px 30px;
}

footer.footer-row .col-lg-3:first-child {
  width: 30%;
}

footer.footer-row .col-lg-3:first-child img {
  width: 50%;
}

footer.footer-row .col-lg-3:first-child p {
  color: #787878;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  padding: 20px 0 0;
  width: 60%;
}

footer.footer-row .col-lg-3:nth-child(2) {
  width: 20%;
  padding-left: 100px;
}

footer.footer-row span {
  color: #000;
  font-family: Oswald;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  margin: 0 0 20px;
  display:block;
}

footer.footer-row .footer-sec ul.f-nav {
  margin: 0;
  padding: 0;
}

footer.footer-row .footer-sec ul.f-nav li {
  list-style: none;
  margin: 0 0 10px;
}

footer.footer-row .footer-sec ul.f-nav li a {
  color: #5c5c5c;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  text-decoration: none;
}

footer.footer-row .col-lg-3:nth-child(3) {
  padding-left: 100px;
}

footer.footer-row .footer-sec a.info-btn {
  color: #5c5c5c;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  text-decoration: none;
  margin: 30px 0 30px;
  display: table;
}

footer.footer-row .footer-sec ul.list-icons {
  margin: 0;
  padding: 0;
  display: flex;
}

footer.footer-row .footer-sec ul.list-icons li {
  list-style: none;
  margin-right: 20px;
}

footer.footer-row .footer-sec ul.list-icons li i {
  color: #2472b3;
  font-size: 30px;
  font-family: "FontAwesome";
}

/* COPYRIGHT */

.copyright-row {
  background: #000;
  padding: 20px 0;
}

.copyright-row p {
  margin: 0;
  text-align: center;
}

.copyright-row p a {
  color: #fff;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  text-decoration: none;
}

/* SINGLE-PRODUCT */

.single-product-row {
  padding: 100px 135px 100px;
}

.single-product-row .card {
  background-color: #fff;
  padding: 14px;
  border: none;
}

.single-product-row .demo {
  width: 100%;
}

.single-product-row ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
}

.single-product-row li {
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
}
.single-product-row .similar-products .card img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
}
.single-product-row .about input#qty {
    text-align: center;
    width: 10%;
    border-radius: 10px;
}
.single-product-row .similar-products {
    width: 100%;
}
.single-product-row .similar-products .card {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-product-row .single-review {
    display: none;
}
.single-product-row img {
  display: block;
  height: auto;
  width: 100%;
}

.single-product-row .stars i {
  color: #f6d151;
}

.single-product-row .stars span {
  font-size: 13px;
}

.single-product-row hr {
  color: #d4d4d4;
}

.single-product-row .badge {
  padding: 5px !important;
  padding-bottom: 6px !important;
}

.single-product-row .badge i {
  font-size: 10px;
}

.single-product-row .profile-image {
  width: 35px;
}

.single-product-row .comment-ratings i {
  font-size: 13px;
}

.single-product-row .username {
  font-size: 12px;
}

.single-product-row .comment-profile {
  line-height: 17px;
  display: none !important;!i;!;
}

.single-product-row .date span {
  font-size: 12px;
}

.single-product-row .p-ratings i {
  color: #f6d151;
  font-size: 12px;
}

.single-product-row .btn-long {
  padding-left: 35px;
  padding-right: 35px;
}

.single-product-row .buttons {
  margin-top: 15px;
}

.single-product-row .buttons .btn {
  height: 46px;
}

.single-product-row .buttons .cart {
  border-color: #2472b3;
  color: #2472b3;
}

.single-product-row .buttons .cart:hover {
  background-color: #2472b3 !important;
  color: #fff;
}

.single-product-row .buttons .buy {
  color: #fff;
  background-color: #ff7676;
  border-color: #ff7676;
}

.single-product-row .buttons .buy:focus,
.single-product-row .buy:active {
  color: #fff;
  background-color: #ff7676;
  border-color: #ff7676;
  box-shadow: none;
}

.single-product-row .buttons .buy:hover {
  color: #fff;
  background-color: #e86464;
  border-color: #e86464;
}

.single-product-row .buttons .wishlist {
  background-color: #fff;
  border-color: #2472b3;
}

.single-product-row .buttons .wishlist:hover {
  background-color: #2472b3;
  border-color: #2472b3;
  color: #fff;
}

.single-product-row .buttons .wishlist:hover i {
  color: #fff;
}

.single-product-row .buttons .wishlist i {
  color: #2472b3;
}

.single-product-row .comment-ratings i {
  color: #f6d151;
}

.single-product-row .followers {
  font-size: 9px;
  color: #d6d4d4;
}

.single-product-row .store-image {
  width: 42px;
  display: none;
}

.single-product-row .dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.single-product-row .bullet-text {
  font-size: 12px;
}

.single-product-row .my-color {
  margin-top: 10px;
  margin-bottom: 10px;
}

.single-product-row label.radio {
  cursor: pointer;
}

.single-product-row label.radio input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}

.single-product-row label.radio span {
  border: 2px solid #8f37aa;
  display: inline-block;
  color: #8f37aa;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-transform: uppercase;
  transition: 0.5s all;
}

.single-product-row label.radio .red {
  background-color: red;
  border-color: red;
}

.single-product-row label.radio .blue {
  background-color: blue;
  border-color: blue;
}

.single-product-row label.radio .green {
  background-color: green;
  border-color: green;
}

.single-product-row label.radio .orange {
  background-color: orange;
  border-color: orange;
}

.single-product-row label.radio input:checked + span {
  color: #fff;
  position: relative;
}

.single-product-row label.radio input:checked + span::before {
  opacity: 1;
  content: "\2713";
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  left: 4px;
}

.single-product-row .card-body {
  padding: 0.3rem 0.3rem 0.2rem;
  display: none;
}

/* LOGIN */

.login-row .login {
  margin: 20px auto;
  padding: 40px 50px;
  max-width: 400px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 1px 1px 1px #666;
}

.login-row.login input {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 14px 12px;
  font-size: 16px;
  border-radius: 2px;
  font-family: Raleway, sans-serif;
}

.login-row .login input[type="text"],
.login-row .login input[type="password"] {
  border: 1px solid #c0c0c0;
  transition: 0.2s;
}

.login-row .login input[type="text"]:hover {
  border-color: #f44336;
  outline: none;
  transition: all 0.2s ease-in-out;
}

.login-row .login input[type="submit"] {
  border: none;
  color: white;
  font-weight: bold;
  transition: 0.2s;
  margin: 20px 0px;
  font-family: "Oswald";
  background: #000;
  padding: 0;
}

.login-row .login input[type="submit"]:hover {
  background: #2472b3;
}

.login-row .login h2 {
  margin: 20px 0 0;
  color: #000;
  font-size: 28px;
  font-family: "Oswald";
}

.login-row .login p {
  margin-bottom: 40px;
  font-family: "Oswald";
}

.login-row .links {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #c0c0c0;
  margin-bottom: 10px;
}

.login-row .links a {
  display: table-cell;
  padding-top: 10px;
}

.login-row .links a:first-child {
  text-align: left;
}

.login-row .links a:last-child {
  text-align: right;
}

.login-row .login h2,
.login-row .login p,
.login-row .login a {
  text-align: center;
}

.login-row .login a {
  text-decoration: none;
  font-size: 0.8em;
  color: #000;
}

.login-row .login a:visited {
  color: inherit;
}

.login-row .login a:hover {
  text-decoration: underline;
}

.login-row img {
  width: 100%;
}

.login-row .login input {
  width: 100%;
  margin: 0 0 10px;
  height: 50px;
  padding-left: 10px;
}

/* MY-ACCOUNT */

.tg {
  --bg-primary: #207ba1;
  --text-primary: #207ba1;
}

.tg-account .account-banner {
  background: var(--bg-primary);
  width: 100%;
  float: left;
  padding: 100px 0 0;
}

.tg-account .account-banner .inner-banner .detail * {
  color: #fff;
}

.tg-account .account-banner .inner-banner .profile {
  text-align: center;
}

.tg-account .account-banner .inner-banner .profile span.image img {
  width: 130px;
  border-radius: 50%;
  box-shadow: 0px 0px 15px -10px #000;
}

.tg-account .account-banner .inner-banner .detail h3.user-name {
  font-size: 20px;
  margin-top: 20px;
}

.tg-account .account-banner .inner-banner .nav-area {
  width: 100%;
  float: left;
  margin-top: 45px;
}

.tg-account .account-banner .inner-banner .nav-area ul li a {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: 500;
  border-radius: 0px;
  font-size: 16px;
  border: none;
  padding: 10px 28px;
  min-width: 120px;
  display: block;
  transition: 0.4s;
  text-align: center;
}

.tg-account .account-banner .inner-banner .nav-area ul li {
  margin-right: 7px;
}

.tg-account .account-banner .inner-banner .nav-area ul li a.active,
.tg-account .account-banner .inner-banner .nav-area ul li a:hover {
  color: var(--text-primary);
  background: #fff;
}

.tg-tabs-content-wrapp {
  width: 100%;
  float: left;
  padding: 30px 0;
}

div#my-orders-table_length {
  width: fit-content;
  float: left;
}

div#my-orders-table_filter {
  width: fit-content;
  float: right;
}

div#my-orders-table_length select,
div#my-orders-table_filter input {
  border: 1px solid #207ba1;
  padding: 5px 15px;
}

div#my-orders-table_length,
div#my-orders-table_filter {
  margin-bottom: 22px;
}

.tg-tabs-content-wrapp form.tg-form {
  width: 100%;
  float: left;
  background: #f7f7f7;
  padding: 30px 30px 60px;
  border: 1px solid #eaeaea;
}

.tg-tabs-content-wrapp form.tg-form button {
  background: var(--bg-primary);
  border: none;
  padding: 10px 32px;
  cursor: pointer;
  margin: 13px 0 0;
}

.tg-tabs-content-wrapp .my-account-dashboard .card img {
  max-width: 80px;
}

.tg-tabs-content-wrapp .my-account-dashboard .card {
  text-align: center;
}

.tg-tabs-content-wrapp .my-account-dashboard .card h2 {
  font-size: 20px;
  margin-top: 14px;
}

.tg-tabs-content-wrapp .my-account-dashboard .card p {
  font-size: 15px;
}

div#my-orders-table_info {
  float: left;
}

div#my-orders-table_paginate {
  float: right;
}

.page-item.active .page-link {
  background-color: lightgrey !important;
  border: 1px solid black;
}

.page-link {
  color: black !important;
}

div#my-orders-table_paginate a {
  background: #e6e6e6;
  margin: 0 2px;
  padding: 3px 11px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

div#my-orders-table_paginate {
  margin-top: 8px;
}

div#my-orders-table_paginate span a.current {
  color: #fff !important;
  background: var(--primary);
}

.tg-tabs-content-wrapp .my-account-dashboard .card {
  cursor: pointer;
}

.tg-tabs-content-wrapp .my-account-dashboard .card:hover,
.tg-tabs-content-wrapp .my-account-dashboard .card.active {
  background: var(--text-primary);
}

.tg-tabs-content-wrapp .my-account-dashboard .card:hover *,
.tg-tabs-content-wrapp .my-account-dashboard .card.active * {
  color: #fff;
}

.tg-tabs-content-wrapp .my-account-dashboard .card {
  transition: 0.4s;
  border-radius: 0px;
  box-shadow: 0px 2px 7px -5px;
}

table#my-orders-table a.view-order {
  background: var(--text-primary);
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  padding: 4px 11px;
  border-radius: 3px;
}

@media (min-width: 768px) {
  table#my-orders-table td.action,
  table#my-orders-table th.action {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .tg-account .account-banner .inner-banner .nav-area ul li a {
    min-width: auto !important;
    padding: 8px 15px;
  }
}

@media (max-width: 600px) {
  .tg-account .account-banner .inner-banner .nav-area ul li a span {
    display: none;
  }

  .tg-account .account-banner .inner-banner .nav-area ul li a {
    min-width: auto;
    padding: 8px 20px;
  }

  .tg-account .account-banner .inner-banner .nav-area ul {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
  }

  .tg-account .detail {
    text-align: center;
  }

  div#my-orders-table_length select,
  div#my-orders-table_filter input {
    max-width: 120px;
    font-size: 14px;
  }

  div#my-orders-table_length label,
  div#my-orders-table_filter label {
    font-size: 0px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  header.header-row a.navbar-brand {
    margin: 0;
    width: 70%;
  }

  header.header-row a.navbar-brand img {
    width: 80%;
  }

  header.header-row button.navbar-toggler {
    background: #fff !important;
    margin: 0 10px 0 0;
  }

  header.header-row .container-fluid {
    align-items: center;
  }

  .banner-row {
    padding: 150px 0 50px;
  }

  .banner-sec .w-head h3 {
    font-size: 18px;
  }

  .banner-sec .w-head h1 {
    font-size: 34px;
  }

  .banner-sec .w-head p {
    font-size: 14px;
  }

  .banner-sec .w-head a.w-btn {
    margin: 0 auto 30px;
  }

  p.down img {
    width: 10%;
  }

  .banner-below-row {
    padding: 50px 0 0;
  }

  .banner-below-sec {
    margin: 0 0 20px;
  }

  .banner-below-sec h2 {
    font-size: 18px;
  }

  div#about-row {
    padding: 50px 10px;
  }

  .about-sec img {
    width: 100%;
  }

  div#about-row .col-lg-6:last-child .about-sec {
    margin: 0 0 20px;
  }

  div#about-row .row.align-items-center {
    flex-direction: column-reverse;
  }

  .about-sec h3 {
    font-size: 24px;
    text-align: center;
  }

  .about-sec h2 {
    font-size: 30px;
    text-align: center;
    margin: 10px 0 10px;
  }

  .about-sec p {
    font-size: 14px;
    text-align: center;
  }

  .about-sec a.w-btn {
    margin: 0 auto;
  }

  .shop-row {
    padding: 50px 10px;
  }

  .shop-row .w-head h3 {
    font-size: 18px;
  }

  .shop-row .w-head h2 {
    width: 100%;
    font-size: 24px;
    margin: 0 0 10px;
  }

  .shop-row .w-head p {
    font-size: 14px;
  }

  .shop-row .shop-sec {
    margin: 0 0 30px;
  }

  .shop-row .w-head {
    margin: 0 0 0;
  }

  .shop-row .col-lg-6:nth-child(5) {
    width: 100%;
    margin: 0 0 0;
  }

  .shop-row .col-lg-6:nth-child(6) {
    width: 100%;
    margin: 0 0 0;
  }

  .news-sec .w-head h5 {
    font-size: 24px;
  }

  .news-sec .w-head p {
    font-size: 14px;
  }

  .contact-row {
    padding: 50px 0;
  }

  .contact-sec .w-head h3 {
    font-size: 18px;
  }

  .contact-sec .w-head h2 {
    font-size: 34px;
  }

  .contact-sec .w-head p {
    font-size: 14px;
  }

  .contact-sec .w-head {
    margin: 0 0 0;
  }

  .contact-sec form input {
    height: 40px;
    margin: 0 0 10px;
  }

  .contact-sec form textarea {
    margin: 0 0 0;
  }

  footer.footer-row {
    padding: 50px 0;
  }

  footer.footer-row .col-lg-3:first-child {
    width: 100%;
  }

  footer.footer-row .col-lg-3:first-child img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }

  footer.footer-row .col-lg-3:first-child p {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  footer.footer-row .col-lg-3:nth-child(2) {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  footer.footer-row .col-lg-3:nth-child(3) {
    padding: 0;
    text-align: center;
  }

  .footer-sec {
    text-align: center;
  }

  footer.footer-row .footer-sec a.info-btn {
    margin: 0 auto 20px;
  }

  footer.footer-row .footer-sec ul.list-icons {
    justify-content: center;
  }

  footer.footer-row .footer-sec ul.list-icons li {
    margin: 0 10px;
  }

  footer.footer-row span {
    font-size: 24px;
  }

  header.header-row ul.navbar-nav {
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center;
  }

  header.header-row div#navbarSupportedContent {
    background: #000;
    padding: 30px 0;
    z-index: 9999;
  }

  header.header-row ul.right li.nav-item a {
    width: 40%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header.header-row a.navbar-brand {
    margin: 0;
    width: 70%;
  }

  header.header-row a.navbar-brand img {
    width: 40%;
  }

  header.header-row button.navbar-toggler {
    background: #fff !important;
    margin: 0 10px 0 0;
  }

  header.header-row .container-fluid {
    align-items: center;
  }

  .banner-row {
    padding: 150px 0 50px;
  }

  .banner-sec .w-head h3 {
    font-size: 18px;
  }

  .banner-sec .w-head h1 {
    font-size: 34px;
  }

  .banner-sec .w-head p {
    font-size: 14px;
  }

  .banner-sec .w-head a.w-btn {
    margin: 0 auto 30px;
  }

  p.down img {
    width: 5%;
  }

  .banner-below-row {
    padding: 50px 0 0;
  }

  .banner-below-sec {
    margin: 0 0 20px;
  }

  .banner-below-sec h2 {
    font-size: 18px;
  }

  div#about-row {
    padding: 50px 10px;
  }

  .about-sec img {
    width: 100%;
  }

  div#about-row .col-lg-6:last-child .about-sec {
    margin: 0 0 20px;
  }

  div#about-row .row.align-items-center {
    flex-direction: column-reverse;
  }

  .about-sec h3 {
    font-size: 24px;
    text-align: center;
  }

  .about-sec h2 {
    font-size: 30px;
    text-align: center;
    margin: 10px 0 10px;
  }

  .about-sec p {
    font-size: 14px;
    text-align: center;
  }

  .about-sec a.w-btn {
    margin: 0 auto;
  }

  .shop-row {
    padding: 50px 10px;
  }

  .shop-row .w-head h3 {
    font-size: 18px;
  }

  .shop-row .w-head h2 {
    width: 100%;
    font-size: 24px;
    margin: 0 0 10px;
  }

  .shop-row .w-head p {
    font-size: 14px;
  }

  .shop-row .shop-sec {
    margin: 0 0 30px;
  }

  .shop-row .w-head {
    margin: 0 0 0;
  }

  .shop-row .col-lg-6:nth-child(5) {
    width: 50%;
    margin: 0 0 0;
  }

  .shop-row .col-lg-6:nth-child(6) {
    width: 50%;
    margin: 0 0 0;
  }

  .news-sec .w-head h5 {
    font-size: 24px;
  }

  .news-sec .w-head p {
    font-size: 14px;
  }

  .contact-row {
    padding: 50px 0;
  }

  .contact-sec .w-head h3 {
    font-size: 18px;
  }

  .contact-sec .w-head h2 {
    font-size: 34px;
  }

  .contact-sec .w-head p {
    font-size: 14px;
  }

  .contact-sec .w-head {
    margin: 0 0 0;
  }

  .contact-sec form input {
    height: 40px;
    margin: 0 0 10px;
  }

  .contact-sec form textarea {
    margin: 0 0 0;
  }

  footer.footer-row {
    padding: 50px 0;
  }

  footer.footer-row .col-lg-3:first-child {
    width: 100%;
  }

  footer.footer-row .col-lg-3:first-child img {
    width: 20%;
    margin: 0 auto;
    display: block;
  }

  footer.footer-row .col-lg-3:first-child p {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  footer.footer-row .col-lg-3:nth-child(2) {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  footer.footer-row .col-lg-3:nth-child(3) {
    padding: 0;
    text-align: center;
  }

  .footer-sec {
    text-align: center;
  }

  footer.footer-row .footer-sec a.info-btn {
    margin: 0 auto 20px;
  }

  footer.footer-row .footer-sec ul.list-icons {
    justify-content: center;
  }

  footer.footer-row .footer-sec ul.list-icons li {
    margin: 0 10px;
  }

  footer.footer-row span {
    font-size: 24px;
  }

  header.header-row ul.navbar-nav {
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center;
  }

  header.header-row div#navbarSupportedContent {
    background: #000;
    padding: 30px 0;
    z-index: 9999;
  }

  header.header-row ul.right li.nav-item a {
    width: 20%;
    margin: 20px auto 0;
    text-align: center;
  }

  .banner-below-row .col-sm-12.col-xs-12.col-md-6.col-lg-4:last-child {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .navbar-light .navbar-brand {
    width: 30%;
  }

  .navbar-light .navbar-brand img {
    width: 100%;
  }

  header.header-row ul.navbar-nav {
    margin-right: 0 !important;
  }

  header.header-row ul.navbar-nav a.nav-link {
    font-size: 14px;
  }

  header.header-row ul.navbar-nav li.nav-item {
    margin: 0 5px;
  }

  .banner-sec .w-head a.w-btn {
    margin: 0 auto 60px;
  }

  .banner-row {
    padding: 150px 0 50px;
  }

  .banner-row {
    padding: 150px 0 50px;
  }

  .banner-below-row {
    padding: 50px 20px;
  }

  div#about-row {
    padding: 50px 20px;
  }

  .shop-row {
    padding: 50px 20px;
  }

  .shop-row .w-head h2 {
    width: 100%;
    font-size: 40px;
  }

  .about-sec h2 {
    font-size: 40px;
  }

  .about-sec h3 {
    font-size: 24px;
  }

  .shop-row .w-head h3 {
    font-size: 24px;
  }

  .news-sec .w-head h5 {
    font-size: 40px;
  }

  .contact-sec .w-head h2 {
    font-size: 40px;
  }

  .contact-sec .w-head h3 {
    font-size: 24px;
  }

  footer.footer-row {
    padding: 50px 20px;
  }

  footer.footer-row .col-lg-3:first-child p {
    width: 100%;
  }

  footer.footer-row .col-lg-3:nth-child(2) {
    padding-left: 50px;
  }

  footer.footer-row .col-lg-3:nth-child(3) {
    padding-left: 50px;
  }

  footer.footer-row span {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1301px) and (max-width: 1600px) {
  .navbar-light .navbar-brand {
    width: 30%;
  }

  .navbar-light .navbar-brand img {
    width: 100%;
  }

  header.header-row ul.navbar-nav {
    margin-right: 0 !important;
  }

  header.header-row ul.navbar-nav a.nav-link {
    font-size: 18px;
  }

  header.header-row ul.navbar-nav li.nav-item {
    margin: 0 15px;
  }

  .banner-sec .w-head a.w-btn {
    margin: 0 auto 60px;
  }

  .banner-row {
    padding: 150px 0 50px;
  }

  .banner-row {
    padding: 150px 0 50px;
  }

  .banner-below-row {
    padding: 50px 20px;
  }

  div#about-row {
    padding: 50px 20px;
  }

  .shop-row {
    padding: 50px 20px;
  }

  .shop-row .w-head h2 {
    width: 100%;
    font-size: 40px;
  }

  .about-sec h2 {
    font-size: 40px;
  }

  .about-sec h3 {
    font-size: 24px;
  }

  .shop-row .w-head h3 {
    font-size: 24px;
  }

  .news-sec .w-head h5 {
    font-size: 40px;
  }

  .contact-sec .w-head h2 {
    font-size: 40px;
  }

  .contact-sec .w-head h3 {
    font-size: 24px;
  }

  footer.footer-row {
    padding: 50px 70px;
  }

  footer.footer-row .col-lg-3:first-child p {
    width: 100%;
  }

  footer.footer-row .col-lg-3:nth-child(2) {
    padding-left: 50px;
  }

  footer.footer-row .col-lg-3:nth-child(3) {
    padding-left: 50px;
  }

  footer.footer-row span {
    font-size: 24px;
  }
}

/* PRODUCT-ROW */

.product-row .product-sec h4 {
    font-size: 18px;
}
.product-row .product-sec h3.cen {
    font-size: 18px;
    padding: 20px 0 0;
}
.product-row .product-sec {
  text-align: center;
  padding: 20px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border: 1px solid #000;
  border-radius: 20px;
  height: auto !important;
  min-height: 470px;
  margin: 0 0 20px;
}

.product-row .product-sec img {
  height: 300px;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
  /* border: 1px solid #000000; */
  /* border-radius: 20px; */
}

h4.sold-logo img.sold-img {
  background: #a4a4a4;
  padding: 10px;
}

.product-row .product-sec p {
  color: #222;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  padding-bottom: 0 !important;
  margin: 0;
}

.product-row .product-sec ul {
  display: flex;
  padding: 0;
  margin: 0 0 10px 0;
}

.product-row .product-sec ul li {
  list-style: none;
  margin-right: 10px;
}

.product-row .product-sec ul li i {
  color: #ffb700;
  font-size: 18px;
}

.product-row .col-lg-3:nth-child(3) .product-sec {
  padding-bottom: 20px;
}

.product-row .col-lg-3:nth-child(3) .product-sec img {
  width: 59%;
}

.product-row .col-lg-3:nth-child(4) .product-sec {
  padding-bottom: 19px;
}

.product-row .col-lg-3:nth-child(4) .product-sec p:nth-child(2) {
  padding-top: 87px;
}

.product-row .product-sec p del {
  color: #767676;
  font-family: Inter;
  font-size: 18.229px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.249px;
  letter-spacing: 0.339px;
  margin-left: 10px;
}

.product-row .col-lg-3 .product-sec p:nth-child(2) {
  padding-top: 30px;
}

.product-row .col-lg-3:nth-child(8) .product-sec p:nth-child(2) {
  padding-top: 42px;
}

.product-row .w-head a {
  color: #fff;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  border-radius: 7px;
  background: #08174f;
  text-decoration: none;
  padding: 25px 90px;
  margin: 50px auto 0;
  display: table;
}

.pagination {
  text-align: center;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #2472b3;
}

.pagination #prevPage {
  margin-right: 20px;
}

.pagination #nextPage {
  margin-left: 20px;
}

.pagination .arrow {
  font-size: 1.2em;
}

.pagination .page-number {
  background: none;
  padding: 10px;
  margin: 30px 10px;
  width: 50px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  transition: 0.2s ease-out;
}

.page-number {
  margin-left: 10px;
}

.pagination #nextPage {
  background: none;
  padding: 7px 35px;
  text-decoration: auto;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.2s ease-out;
}

.pagination #nextPage:hover {
  background: #fff;
  color: #000;
}

.pagination #prevPage {
  background: none;
  padding: 7px 35px;
  text-decoration: auto;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.2s ease-out;
}

.pagination #prevPage:hover {
  background: #fff;
  color: #000;
}

.pagination .page-number:hover {
  background: #fff;
  color: #000;
}

.shopBtn {
  color: #212121;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  border-radius: 2px;
  background: #fdb819 !important;
  padding: 18px 50px 16px 47px;
  text-decoration: none;
}

.shopButton {
  text-align: center;
  margin-top: 20px;
  color: #000;
}

.shopButton a:hover {
  color: #000;
}

#firstPage {
  background: none;
  padding: 5px 10px;
  margin: 30px 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  transition: 0.2s ease-out;
}

#lastPage {
  background: none;
  padding: 5px 10px;
  margin: 30px 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  transition: 0.2s ease-out;
}

#firstPage:hover {
  background: #fff;
  color: #000;
}

#lastPage:hover {
  background: #fff;
  color: #000;
}

/* PRODUCT-ROW */

/* Products-filters */

.product-section-filter .filter {
  margin: 80px auto;
  text-align: center;
}
.product-section-filter .dropdown {
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 100%;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 whitesmoke;
  border-radius: 3px;
  margin: 0 0 10px;
}
.product-section-filter .dropdown:before,
.product-section-filter .dropdown:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888888 transparent;
  pointer-events: none;
}
.product-section-filter .dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.product-section-filter .dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}
.product-section-filter .dropdown-select {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  background: #f2f2f2; /* Fallback for IE 8 */
  background: rgba(
    0,
    0,
    0,
    0
  ) !important; /* "transparent" doesn't work with Opera */
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.product-section-filter .dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.product-section-filter .dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}
.product-section-filter .sub-main {
  width: 100%;
}

.product-section-filter .button-two {
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: white;
}
.product-section-filter .button-two {
  border-radius: 2px;
  background-color: #2472b3;
  border: none;
  padding: 5px;
  width: 100%;
  transition: all 0.5s;
  display: table;
  margin: 20px 0 0;
}
.product-section-filter .button-two span {
  cursor: pointer;
  position: relative;
  transition: 0.5s;
}
.product-section-filter .button-two span:after {
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.product-section-filter .button-two:hover span {
  padding-right: 25px;
}
.product-section-filter .button-two:hover span:after {
  opacity: 1;
  right: 0;
}
.product-section-filter .w-head {
  padding: 20px 0;
}
.product-section-filter .w-head h2 {
  color: #000;
  text-align: center;
  font-family: Oswald;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}
.product-section-filter {
  background: #ebebeb;
  padding: 100px 100px 80px 100px;
}
.product-section-filter .sorting-sec {
  text-align: end;
}
.product-section-filter form.sorting-form .sorting-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 40px;
}
.product-section-filter form.sorting-form select.dropdown-select {
  width: auto;
}

/* CART */

section#cart-row {
  padding: 70px 0 290px;
}
.heading.cf {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.cart .items a.remove {
  text-decoration: none;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: bold;
  background: #e0e0e0;
  padding: 0.5em;
  font-size: 0.75em;
  display: inline-block;
  border-radius: 100%;
  line-height: 0.85;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.heading.cf h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
}
.heading.cf a {
  background-color: #ba0000;
  color: #fff;
  text-decoration: unset;
  padding: 16px 45px 16px 30px;
  font-size: 14px;
  border-radius: 50px;
  position: relative;
}
.heading.cf a:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 22px;
  position: absolute;
  top: 11px;
  right: 30px;
}
.cart .items {
  display: block;
  width: 100%;
  vertical-align: middle;
  padding: 1.5em;
  border-bottom: 1px solid #fafafa;
}
.cart .items .infoWrap {
  display: table;
  width: 100%;
}
.cart .items .cartSection {
  display: table-cell;
  vertical-align: middle;
}
.cart .items .cartSection .itemImg {
  width: 8em;
  display: inline;
  padding-right: 1em;
  float: left;
}
.cart ul {
  padding: 0;
}
.cart .items .cartSection .itemNumber {
  font-size: 0.75em;
  color: #777;
  margin-bottom: 0.5em;
  display: inline-block;
}
.cart .items .cartSection h3 {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #000;
}
.cart .items .cartSection p {
  display: inline-block;
  font-size: 0.85em;
  color: #777777;
}
.cart .items .cartSection input.qty {
  width: 2em;
  text-align: center;
  font-size: 1em;
  padding: 0.25em;
  margin: 1em 0.5em 0 0;
}
.cart .items .cartSection p.stockStatus {
  color: #ba0000;
  font-weight: bold;
  padding: 0.5em 0 0 1em;
  text-transform: uppercase;
}
.cart .items .cartSection.qtyWrap,
.cart .items .cartSection.prodTotal {
  text-align: center;
}
.cart .items .cartSection {
  display: table-cell;
  vertical-align: middle;
}
.cart .items .cartSection.qtyWrap p,
.cart .items .cartSection.prodTotal p {
  font-weight: bold;
  font-size: 1.25em;
}
.cart .items a.remove {
  text-decoration: none;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: bold;
  background: #e0e0e0;
  padding: 0.5em;
  font-size: 0.75em;
  display: inline-block;
  border-radius: 100%;
  line-height: 0.85;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.cart .items.even {
  background: #fafafa;
}
.promoCode {
  border: 2px solid #efefef;
  float: left;
  width: 35%;
  padding: 2%;
}
.promoCode label {
  display: block;
  width: 100%;
  font-style: italic;
  font-size: 1.15em;
  margin-bottom: 0.5em;
  letter-spacing: -0.025em;
  font-family: "Poppins";
  color: #fff;
}
.promoCode input {
  width: 85%;
  font-size: 1em;
  padding: 0.5em;
  float: left;
  border: 1px solid #dadada;
}
.promoCode a.btn {
  float: left;
  width: 15%;
  padding: 0.5em 0;
  border-radius: 0 1em 1em 0;
  text-align: center;
  border: 1px solid #ba0000;
  background-color: #ba0000;
  color: #fff;
}
.promoCode a.btn:after {
  content: "\276f";
  padding: 0.5em;
  position: relative;
  right: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
section#checkout-row {
  padding-bottom: 80px;
  background: #fff;
}

.checkout-sec h4.mb-3 {
  color: #000;
  font-family: "Racing Sans One";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 110px;
}

.checkout-sec form label {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 0;
}

.checkout-sec form button.w-btn {
  color: #fff;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  border-radius: 7px;
  background: #000;
  border: none;
  padding: 25px 90px;
}
.checkout-sec form input,
.checkout-sec form custom-select d-block {
  font-size: 14px;
}
.subtotal {
  width: 100%;
}
.subtotal .totalRow {
  padding: 0.5em;
  list-style: none;
  display: table;
  margin: 0 auto;
  margin-right: 0;
}
.subtotal .totalRow .label {
  font-size: 0.85em;
  text-transform: uppercase;
  color: #000;
}
.subtotal .totalRow .value {
  letter-spacing: -0.025em;
  color: #000;
}
.subtotal .totalRow.final {
  font-size: 1.25em;
  font-weight: bold;
}
.subtotal .totalRow a.btn.continue {
  text-decoration: none;
  letter-spacing: -0.015em;
  font-size: 1em;
  padding: 0.8em 3em;
  color: #fff;
  background: #ba0000;
  font-weight: 700;
  border-radius: 50px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.subtotal .totalRow a.btn.continue:after {
  content: "\276f";
  padding: 0.5em;
  position: relative;
  right: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.cart-section {
  padding: 100px 0;
  background: #eaeaea;
}
.subtotal .totalRow span {
  margin: 0 10px;
}

/* CheckOut */

section#checkout-row {
  padding: 70px 0;
}
.checkout-sec h4 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
}
.checkout-sec form label {
  font-family: "Poppins";
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 500;
}
.checkout-sec form input,
.checkout-sec form select {
  font-family: "Poppins";
  font-size: 14px;
}
.checkout-sec form input::placeholder {
  font-family: "Poppins";
  font-size: 14px;
}
.checkout-sec small.text-muted {
  color: #000 !important;
  font-family: "Poppins";
}
.checkout-sec button.btn.btn-primary.btn-lg.btn-block[type="button"] {
  background-color: #ba0000;
  font-size: 16px;
  font-family: "Poppins";
  border: 0;
  padding: 15px 0;
  text-decoration: unset;
}
.checkout-sec button.btn.btn-primary.btn-lg.btn-block[type="button"] a {
  color: #fff;
  text-decoration: unset;
}
.checkout-sec h4 span.text-muted {
  color: #000 !important;
}
.checkout-sec h4 span.badge {
  background-color: #fdb819;
  font-family: "Poppins";
  font-weight: 600;
  color: #000;
}
li.nav-item.cart-icon {
  margin-right: 30px;
}
li.nav-item.cart-icon a.nav-link {
  padding: 0 !important;
  background: none !important;
}
span.count {
  background-color: #2472b3;
  color: #000;
  padding: 2px 6px;
  border-radius: 50%;
  font-size: 15px;
}

span.count:hover {
  background-color: black;
  color: #2472b3;
}
/* General styling for the filter section */
.filter-row {
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 8px;
}
.product-section-filter a p.heading {
    float: right;
    align-items: center;
    display: flex;
    margin: 0 20px;
    font-weight: 600;
    color: #000;
}
.product-section-filter form#search-form input {
    border: 1px solid;
    padding: 5px;
    width: 250px;
    border-radius: 15px !IMPORTANT;
}
/* Style for each filter group */
.filter-group {
  margin-bottom: 20px;
}

/* Styling the category heading (Brand, Model, etc.) */
.filter-group h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  background-color: #e9e9e9;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 0;
  color: #333;
  text-transform: uppercase;
}

/* Hover effect for the filter category */
.filter-group h4:hover {
  background-color: #2472b3;
  color: #fff;
}

/* Styling for the checkbox container */
.checkbox-group {
  display: none; /* Hidden initially */
  margin-top: 10px;
  padding-left: 20px;
}

/* Styling the checkboxes and labels */
.checkbox-item {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Hover effect for the checkbox label */
.checkbox-item:hover {
  background-color: #f0f0f0;
  padding-left: 10px;
  border-radius: 4px;
}

/* Add a nice transition when the checkbox container is shown/hidden */
.checkbox-group {
  display: none;
}

/* Button styles */
.sub-main {
  margin-top: 20px;
  text-align: center;
}

.button-two {
  background-color: #d35400;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.button-two:hover {
  background-color: #2472b3;
}
#suggestions-list {
  position: absolute;
  z-index: 1000;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  display: none;
  max-height: 200px;
  overflow-y: auto;
}
.suggestion-item {
  padding: 10px;
  cursor: pointer;
}
.suggestion-item:hover {
  background-color: #f0f0f0;
}


