/*----------------------------------------*/
/* default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
    font-family: "Lexend", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.main-content {
    margin: 0px 50px 0px 50px;
}

main {
    padding-top: 150px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #000;
    font-weight: 700;
    font-family: "Lexend", sans-serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 15px;
    font-family: "Lexend", sans-serif;
    color: #777777;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    margin-bottom: 45px;
    text-align: center;
}

.section-title span {
    color: #e53637;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.section-title h2 {
    color: #111111;
    font-weight: 700;
    line-height: 46px;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}

/* buttons */

.primary-btn {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 30px;
    color: #ffffff;
    background: #1c4ea6;
    border-radius: 100px;
    text-decoration: none;
    border: none;
}

.primary-btn:hover {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 30px;
    color: #ffffff;
    background: #1c4ea6;
    border-radius: 100px;
    text-decoration: none;
    border: none;
}

.secondary-btn {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 30px;
    color: #1c4ea6;
    background: #fff;
    border-radius: 100px;
    text-decoration: none;
}

.secondary-btn:hover {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 30px;
    color: #1c4ea6;
    background: #fff;
    border-radius: 100px;
    text-decoration: none;
}

.site-btn {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #ffffff;
    background: #111111;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 30px;
}

/* Preloder */

/* #preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
} */

.spacial-controls {
    position: fixed;
    width: 111px;
    height: 91px;
    top: 0;
    right: 0;
    z-index: 999;
}

.spacial-controls .search-switch {
    display: block;
    height: 100%;
    padding-top: 30px;
    background: #323232;
    text-align: center;
    cursor: pointer;
}

.search-model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99999;
}

.search-model-form {
    padding: 0 15px;
}

.search-model-form input {
    width: 500px;
    font-size: 40px;
    border: none;
    border-bottom: 2px solid #333;
    background: 0 0;
    color: #999;
}

.search-close-switch {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    line-height: 28px;
    top: 30px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* -------------------------------
   Header
--------------------------------*/

/* -------------------------------
   Mobile Header
--------------------------------*/
.mobile-header {
    display: none;
}

.mobile-header {
    background: #fff;
}
.top-bar {
    font-size: 13px;
}
.main-header .logo {
    height: 45px;
    margin-left: 20px;
}
.input-group .form-control {
    border-radius: 30px;
    border: 1px solid #ddd;
    background-color: #ffffff;
    padding: 5px 15px;
    font-size: 15px;
}
.input-group .btn {
    background-color: #fff;
    border-radius: 0 20px 20px 0 !important;
    border: 1px solid #ddd;
}
.badge {
    font-size: 10px;
    padding: 4px 6px;
}

/* Offcanvas Menu */
.offcanvas-body ul li {
    margin-bottom: 15px;
}

.offcanvas-body ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.offcanvas-body ul li a:hover {
    color: #000;
}

/* -------------------------------
   Header Top
--------------------------------*/
.header__top {
    font-size: 14px;
    color: #333;
}

.header__top p {
    margin: 0;
    font-weight: 500;
}

.header__top .white {
    color: #fff;
}

.header__top span,
.header__top a {
    font-size: 14px;
    color: #222529;
    text-decoration: none;
}

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

/* -------------------------------
   Main Header
--------------------------------*/
.header {
    background: #fff;
}

/* -------------------------------
   Navbar
--------------------------------*/
.navbar-nav {
    gap: 25px;
}

.navbar-nav .nav-link {
    font-weight: 600;
    color: #222 !important;
    font-size: 15px;
    padding: 10px 0;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: #000 !important;
}

.navbar-nav .dropdown-menu {
    border: 1px solid #eee;
    margin-top: 0;
}

/* Mega Menu Full Width */
.mega-dropdown {
    position: static;
}

.mega-menu {
    position: absolute;
    left: -111px;
    /* right: 1000px; */
    top: 100%;
    width: 1300px;
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 8px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
    display: none;
    z-index: 1000;
    padding: 30px 0;
}

.mega-dropdown:hover .mega-menu {
    display: block;
}

/* Keep inner content aligned like rest of site */
.mega-menu .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4-column layout */
    gap: 30px;
}

.mega-menu h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}

.mega-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mega-menu ul li {
    margin-bottom: 6px;
}

.mega-menu ul li a {
    font-size: 14px;
    color: #555;
    text-decoration: none;
}

.mega-menu ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.mega-menu img {
    padding: 2px;
    max-width: 100%;
    transition: 0.3s;
}

.brand-logos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* -------------------------------
   Right Side Icons
--------------------------------*/
.header input.form-control {
    border-radius: 30px;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
    padding: 5px 15px;
    font-size: 14px;
}

.header a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.header a i {
    margin-right: 5px;
}

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

/* Cart & Wishlist highlight */
.header a:last-child i {
    color: #000;
    font-weight: bold;
}

.offcanvas-menu-wrapper {
    display: none;
}

.canvas__open {
    display: none;
}

/*---------------------
  Hero
-----------------------*/

.hero__slider.owl-carousel .owl-item.active .hero__text h6 {
    top: 0;
    opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text h2 {
    top: 0;
    opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text p {
    top: 0;
    opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
    top: 0;
    opacity: 1;
}

.hero__slider.owl-carousel .owl-nav button {
    font-size: 36px;
    color: #000;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 100px;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -18px;
    line-height: 29px;
}

.hero__slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -20px;
}

.slide {
    padding: 48px;
}

.hero__items {
    border-radius: 10px;
}

.hero__text h6 {
    color: #e53637;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 28px;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.hero__text h2 {
    color: #111111;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s;
}

.hero__text p {
    font-size: 16px;
    margin-bottom: 30px;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 0.9s;
    -o-transition: all, 0.9s;
    transition: all, 0.9s;
}

.hero__text .primary-btn {
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all, 1.1s;
    -o-transition: all, 1.1s;
    transition: all, 1.1s;
}

.hero__text .primary-btn span {
    font-size: 20px;
    position: relative;
    top: 4px;
    font-weight: 700;
}

.hero__social {
    margin-top: 190px;
}

.hero__social a {
    font-size: 16px;
    color: #3d3d3d;
    display: inline-block;
    margin-right: 32px;
}

.hero__social a:last-child {
    margin-right: 0;
}

/*---------------------
  Banner
-----------------------*/

.banner__item {
    position: relative;
    overflow: hidden;
}

.banner__item:hover .banner__item__text a:after {
    width: 40px;
    background: #e53637;
}

.banner__item.banner__item--middle {
    margin-top: -75px;
}

.banner__item.banner__item--middle .banner__item__pic {
    float: none;
}

.banner__item.banner__item--middle .banner__item__text {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    padding-top: 22px;
}

.banner__item.banner__item--last {
    margin-top: 100px;
}

.banner__item__pic {
    float: right;
}

.banner__item__text {
    max-width: 300px;
    position: absolute;
    left: 0;
    top: 140px;
}

.banner__item__text h2 {
    color: #111111;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 10px;
}

.banner__item__text a {
    display: inline-block;
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 3px 0;
    position: relative;
}

.banner__item__text a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #111111;
    content: "";
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

/*---------------------
  Categories
-----------------------*/

.category-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: 100px 0px;
}

.category-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 200px;
}

.category-card--first {
    background-color: #f4f4f4;
}

.category-card--second {
    background: url("../images/categories/category-02.png") no-repeat center
        center/cover;
    background-color: #f4f4f4;
}

.category-card--third {
    background: url("../images/categories/category-03.png") no-repeat center
        center/cover;
    background-color: #f4f4f4;
}

.category-card--fourth {
    background: url("../images/categories/category-04.png") no-repeat center
        center/cover;
    background-color: #f4f4f4;
}

.category-card img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 15px;
}

.category-card h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #222;
    text-align: right;
}

.category-card p {
    font-size: 14px;
    color: #777;
    text-align: right;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/*---------------------
  Offers
-----------------------*/

.offers {
    margin: 100px 0px;
}

.offer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 50px;
}

.offer-card {
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
    padding: 100px 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-card h2 {
    margin-bottom: 20px;
}

.offer-card--first {
    background-image: url("../images/offers/offer-01.jpg");
    background-position: bottom;
    background-size: cover;
}

.offer-card--second {
    background-image: url("../images/offers/offer-02.jpg");
    background-position: bottom;
    background-size: cover;
}

.offer-card--third {
    background-image: url("../images/offers/offer-03.png");
    background-position: bottom;
    background-size: cover;
}

.offer-card--fourth {
    background-image: url("../images/offers/offer-04.png");
    background-position: bottom;
    background-size: cover;
}

.offer-card h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #222;
}

.offer-card p {
    font-size: 14px;
    color: #777;
}

.offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

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

.product h2 {
    margin-bottom: 50px;
}

.filter__controls {
    text-align: right;
    margin-bottom: 45px;
}

.filter__controls li {
    border: 1px solid #b7b7b7;
    border-radius: 100px;
    text-transform: uppercase;
    color: #222529;
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    padding: 10px 25px;
}

.filter__controls li:last-child {
    margin-right: 0;
}

.filter__controls li.active {
    color: #fff;
    background-color: #1c4ea6;
}

.product__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    background-color: #f4f4f4;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 10px;
}

.product__item.sale .product__item__pic .label {
    color: #ffffff;
    background: #111111;
}

.product__item.sale .product__item__text .rating i {
    color: #f7941d;
}

.product__item.sale .product__item__text .rating i:nth-last-child(1) {
    color: #b7b7b7;
}

.product__item:hover .product__item__pic .product__hover {
    right: -75px;
    opacity: 1;
}

.product__item:hover .product__item__text a {
    top: 22px;
    opacity: 1;
    visibility: visible;
}

.product__item:hover .product__item__text h6 {
    opacity: 0;
}

.product__item:hover .product__item__text .product__color__select {
    opacity: 1;
}

.product__item__pic {
    width: 50%;
    height: 260px;
    position: relative;
    background-position: center center;
}

.product__item__pic .label {
    color: #111111;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 15px 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 20px;
}

.product__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.product__item__pic .product__hover {
    position: absolute;
    right: -200px;
    top: 20px;
    -webkit-transition: all, 0.8s;
    -o-transition: all, 0.8s;
    transition: all, 0.8s;
}

.product__item__pic .product__hover li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
}

.product__item__pic .product__hover li:hover span {
    opacity: 1;
    visibility: visible;
}

.product__item__pic .product__hover li span {
    color: #ffffff;
    background: #111111;
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    position: absolute;
    left: -78px;
    top: 5px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.product__item__pic .product__hover li span:after {
    position: absolute;
    right: -2px;
    top: 5px;
    height: 15px;
    width: 15px;
    background: #111111;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.product__item__pic .product__hover li img {
    background: #ffffff;
    padding: 10px;
    display: inline-block;
}

.product__item__text {
    padding-top: 25px;
    position: relative;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product__item__text label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
}

/* .product__item__text a {
  font-size: 15px;
  color: #e53637;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
} */

.product__item__text a {
    text-align: center;
    border: 1px solid #000;
    color: #000;
    display: block;
}

.product__item__text h6 {
    color: #111111;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}

.product__item__text .rating {
    margin-bottom: 6px;
    text-align: center;
}

.product__item__text .rating i {
    font-size: 14px;
    color: #b7b7b7;
    margin-right: -5px;
}

.product__item__text h5 {
    color: #0d0d0d;
    font-weight: 700;
    text-align: center;
}

.product__item__text .product__color__select {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.product__item__text .product__color__select label {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #5e64d1;
    border-radius: 50%;
    margin-bottom: 0;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

.product__item__text .product__color__select label.black {
    background: #404a47;
}

.product__item__text .product__color__select label.grey {
    background: #d5a667;
}

.product__item__text .product__color__select label.active:after {
    opacity: 1;
}

.product__item__text .product__color__select label:after {
    position: absolute;
    left: -3px;
    top: -3px;
    height: 18px;
    width: 18px;
    border: 1px solid #b9b9b9;
    content: "";
    border-radius: 50%;
    opacity: 0;
}

.product__item__text .product__color__select label input {
    position: absolute;
    visibility: hidden;
}

/*---------------------
  Offers
-----------------------*/
#white-title {
    color: #fff;
    text-align: left;
}

/*---------------------
  Bundle Products
-----------------------*/
.bundle-product__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #1c4ea6;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}

.bundle-product__item__text {
    padding-top: 25px;
    position: relative;
}

.bundle-product__item__text a {
    text-align: center;
    border: 1px solid #000;
    color: #000;
    display: block;
}

.bundle-product__item__text h5 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}

.bundle-product__item__text a {
    text-align: center;
    color: #fff;
    background-color: #000;
    display: block;
}

/*---------------------
  Call to Action
-----------------------*/
.cta {
    margin-bottom: 50px;
    border-top: 1px solid #ddd;
}

.cta-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 50px;
}

.cta-card {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 50px 0px;
}

.cta-card--first {
    background-image: url("../images/cta/cta-1.png");
    background-color: #1c4ea6;
    background-position: bottom;
    background-size: cover;
}

.cta-card--second {
    background-color: #fff;
    border: 1px solid #ddd;
}

.cta-card h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #222;
}

.cta-card.cta-card--first p {
    font-size: 18px;
    color: #fff;
    text-align: left;
}

.cta-card.cta-card--second p {
    font-size: 18px;
    color: #777777;
    text-align: left;
}

.cta-button {
    font-size: 18px;
    color: #222529;
    background-color: #f1f2fe;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    text-align: left;
    margin-top: 10px;
}

.question-link {
    font-size: 18px;
    color: #1c4ea6;
}

.cta-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/*---------------------
  Shop
-----------------------*/

.shop__sidebar {
    padding-right: 20px;
}

.shop__sidebar__search {
    margin-bottom: 45px;
}

.shop__sidebar__search form {
    position: relative;
}

.shop__sidebar__search form input {
    width: 100%;
    font-size: 15px;
    color: #b7b7b7;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
    height: 42px;
}

.shop__sidebar__search form input::-webkit-input-placeholder {
    color: #b7b7b7;
}

.shop__sidebar__search form input::-moz-placeholder {
    color: #b7b7b7;
}

.shop__sidebar__search form input:-ms-input-placeholder {
    color: #b7b7b7;
}

.shop__sidebar__search form input::-ms-input-placeholder {
    color: #b7b7b7;
}

.shop__sidebar__search form input::placeholder {
    color: #b7b7b7;
}

.shop__sidebar__search form button {
    color: #b7b7b7;
    font-size: 15px;
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    padding: 0 15px;
    top: 0;
    height: 100%;
}

.shop__sidebar__accordion .card {
    border: none;
    border-radius: 0;
    margin-bottom: 25px;
}

.shop__sidebar__accordion .card:last-child {
    margin-bottom: 0;
}

.shop__sidebar__accordion .card:last-child .card-body {
    padding-bottom: 0;
    border-bottom: none;
}

.shop__sidebar__accordion .card-body {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.shop__sidebar__accordion .card-heading {
    cursor: pointer;
}

.shop__sidebar__accordion .card-heading a {
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.shop__sidebar__categories ul,
.shop__sidebar__price ul,
.shop__sidebar__brand ul {
    height: 225px;
}

.shop__sidebar__categories ul li,
.shop__sidebar__price ul li,
.shop__sidebar__brand ul li {
    list-style: none;
}

.shop__sidebar__categories ul li a,
.shop__sidebar__price ul li a,
.shop__sidebar__brand ul li a {
    color: #b7b7b7;
    font-size: 15px;
    line-height: 32px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.shop__sidebar__categories ul li a:hover,
.shop__sidebar__price ul li a:hover,
.shop__sidebar__brand ul li a:hover {
    color: #111111;
}

.shop__sidebar__brand ul {
    height: auto;
}

.shop__sidebar__price ul {
    height: auto;
}

.shop__sidebar__size {
    padding-top: 15px;
}

.shop__sidebar__size label {
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 6px 25px;
    margin-bottom: 10px;
    margin-right: 5px;
    cursor: pointer;
}

.shop__sidebar__size label.active {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

.shop__sidebar__size label input {
    position: absolute;
    visibility: hidden;
}

.shop__sidebar__color {
    padding-top: 15px;
}

.shop__sidebar__color label {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}

.shop__sidebar__color label.c-1 {
    background: #0b090c;
}

.shop__sidebar__color label.c-2 {
    background: #20315f;
}

.shop__sidebar__color label.c-3 {
    background: #f1af4d;
}

.shop__sidebar__color label.c-4 {
    background: #636068;
}

.shop__sidebar__color label.c-5 {
    background: #57594d;
}

.shop__sidebar__color label.c-6 {
    background: #e8bac4;
}

.shop__sidebar__color label.c-7 {
    background: #d6c1d7;
}

.shop__sidebar__color label.c-8 {
    background: #ed1c24;
}

.shop__sidebar__color label.c-9 {
    background: #ffffff;
}

.shop__sidebar__color label:after {
    position: absolute;
    left: -3px;
    top: -3px;
    height: 36px;
    width: 36px;
    border: 1px solid #e5e5e5;
    content: "";
    border-radius: 50%;
}

.shop__sidebar__color label input {
    position: absolute;
    visibility: hidden;
}

.shop__sidebar__tags {
    padding-top: 15px;
}

.shop__sidebar__tags a {
    color: #404040;
    font-size: 13px;
    font-weight: 700;
    background: #f1f5f8;
    padding: 5px 18px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 6px;
    margin-bottom: 10px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.shop__sidebar__tags a:hover {
    background: #111111;
    color: #ffffff;
}

.shop__sidebar__accordion .card-heading a:after,
.shop__sidebar__accordion
    .card-heading
    > a.active[aria-expanded="false"]:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    position: absolute;
    right: 0;
    top: 2px;
    line-height: 20px;
}

.shop__sidebar__accordion .card-heading.active a:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    position: absolute;
    right: 0;
    top: 2px;
    line-height: 20px;
}

.shop__product__option {
    margin-bottom: 45px;
}

.shop__product__option p {
    color: #111111;
    margin-bottom: 0;
}

.shop__product__option__right {
    text-align: right;
}

.shop__product__option__right p {
    display: inline-block;
    margin-bottom: 0;
}

.shop__product__option__right .nice-select {
    float: none;
    display: inline-block;
    padding: 0;
    line-height: 26px;
    height: auto;
    border: none;
    padding-right: 28px;
}

.shop__product__option__right .nice-select:after {
    border-bottom: 1.5px solid #111111;
    border-right: 1.5px solid #111111;
    height: 8px;
    right: 12px;
    width: 8px;
}

.shop__product__option__right .nice-select span {
    color: #111111;
    font-size: 15px;
    font-weight: 700;
}

.shop__product__option__right .nice-select .list {
    border-radius: 0;
}

.product__pagination {
    padding-top: 25px;
    text-align: center;
}

.product__pagination a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    height: 30px;
    width: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.product__pagination a.active {
    border-color: #111111;
}

.product__pagination a:hover {
    border-color: #111111;
}

.product__pagination span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    padding-left: 10px;
    padding-right: 15px;
}

/*---------------------
  product details
-----------------------*/

.product__details__pic {
    text-align: center;
    background: #f3f2ee;
    padding: 40px 0 60px;
    margin-bottom: 100px;
}

.product__details__pic .nav-tabs {
    border-bottom: none;
    width: 105px;
}

.product__details__pic .nav-tabs .nav-item {
    margin-bottom: 10px;
}

.product__details__pic .nav-tabs .nav-item:last-child {
    margin-bottom: 0;
}

.product__details__pic .nav-tabs .nav-item .nav-link {
    padding: 0;
    display: block;
}

.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic {
    height: 120px;
    width: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic i {
    height: 56px;
    width: 56px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    line-height: 48px;
    display: inline-block;
    text-align: center;
}

.product__details__pic .nav-tabs .nav-item.show .nav-link,
.product__details__pic .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
}

.product__details__breadcrumb {
    margin-bottom: 30px;
}

.product__details__breadcrumb a {
    font-size: 15px;
    color: #111111;
    margin-right: 18px;
    display: inline-block;
    position: relative;
}

.product__details__breadcrumb a:after {
    position: absolute;
    right: -14px;
    top: 0;
    content: "";
    font-family: "FontAwesome";
}

.product__details__breadcrumb span {
    font-size: 15px;
    color: #b7b7b7;
    display: inline-block;
}

.product__details__pic__item {
    position: relative;
}

.product__details__pic__item a {
    height: 56px;
    width: 56px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -28px;
    margin-left: -28px;
}

.product__details__text {
    text-align: center;
}

.product__details__text h4 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 10px;
}

.product__details__text .rating {
    margin-bottom: 20px;
}

.product__details__text .rating i {
    font-size: 15px;
    color: #f7941d;
    display: inline-block;
    margin-right: -5px;
}

.product__details__text .rating span {
    display: inline-block;
    color: #3d3d3d;
    margin-left: 5px;
}

.product__details__text h3 {
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 16px;
}

.product__details__text h3 span {
    color: #b7b7b7;
    font-size: 20px;
    font-weight: 400;
    margin-left: 10px;
    text-decoration: line-through;
}

.product__details__text p {
    margin-bottom: 35px;
}

.product__details__option {
    margin-bottom: 30px;
}

.product__details__option__size {
    display: inline-block;
    margin-right: 50px;
}

.product__details__option__size span {
    color: #111111;
    display: inline-block;
    margin-right: 10px;
}

.product__details__option__size label {
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 6px 15px;
    margin-bottom: 0;
    margin-right: 5px;
    cursor: pointer;
}

.product__details__option__size label.active {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

.product__details__option__size label input {
    position: absolute;
    visibility: hidden;
}

.product__details__option__color {
    display: inline-block;
    position: relative;
    top: 10px;
}

.product__details__option__color span {
    color: #111111;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -9px;
}

.product__details__option__color label {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
}

.product__details__option__color label.c-1 {
    background: #0b090c;
}

.product__details__option__color label.c-2 {
    background: #20315f;
}

.product__details__option__color label.c-3 {
    background: #f1af4d;
}

.product__details__option__color label.c-4 {
    background: #ed1c24;
}

.product__details__option__color label.c-9 {
    background: #ffffff;
}

.product__details__option__color label:after {
    position: absolute;
    left: -3px;
    top: -3px;
    height: 36px;
    width: 36px;
    border: 1px solid #e5e5e5;
    content: "";
    border-radius: 50%;
}

.product__details__option__color label input {
    position: absolute;
    visibility: hidden;
}

.product__details__cart__option {
    margin-bottom: 25px;
}

.product__details__cart__option .quantity {
    display: inline-block;
    margin-right: 20px;
}

.product__details__cart__option .quantity .pro-qty {
    width: 100px;
    height: 40px;
    border: 1px solid #e5e5e5;
    position: relative;
}

.product__details__cart__option .quantity .pro-qty input {
    color: #0d0d0d;
    font-size: 15px;
    font-weight: 700;
    width: 70px;
    height: 100%;
    text-align: center;
    border: none;
}

.product__details__cart__option .quantity .pro-qty .qtybtn {
    font-size: 18px;
    color: #0d0d0d;
    position: absolute;
    right: 15px;
    top: 3px;
    height: 10px;
    width: 10px;
    cursor: pointer;
    font-weight: 600;
}

.product__details__cart__option .quantity .pro-qty .qtybtn.inc {
    top: 16px;
}

.product__details__btns__option {
    margin-bottom: 40px;
}

.product__details__btns__option a {
    display: inline-block;
    font-size: 13px;
    color: #3d3d3d;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 20px;
}

.product__details__btns__option a:last-child {
    margin-right: 0;
}

.product__details__last__option h5 {
    color: #111111;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    margin-bottom: 26px;
}

.product__details__last__option h5 span {
    background: #ffffff;
    padding: 0 30px;
}

.product__details__last__option h5:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    height: 1px;
    width: 460px;
    background: #e5e5e5;
    content: "";
    z-index: -1;
    margin: 0 auto;
}

.product__details__last__option ul {
    padding-top: 40px;
}

.product__details__last__option ul li {
    list-style: none;
    font-size: 15px;
    color: #111111;
    font-weight: 700;
    line-height: 30px;
}

.product__details__last__option ul li span {
    font-weight: 400;
    color: #b7b7b7;
}

.product__details__tab {
    padding-top: 100px;
}

.product__details__tab .nav-tabs {
    border: 1px solid #e5e5e5;
    border-radius: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-self: center;
}

.product__details__tab .nav-tabs .nav-item {
    border-radius: 100px;
}

.product__details__tab .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.product__details__tab .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    color: #b7b7b7;
    padding: 10px 50px;
    border: none;
    font-weight: 700;
    border-radius: 100px;
}

.product__details__tab .nav-tabs .nav-item .nav-link.active {
    color: #fff;
    background-color: #1c4ea6;
    border-radius: 100px;
}

.product__details__tab__content {
    padding-top: 35px;
}

.note {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 25px;
}

.product__details__tab__content__item {
    margin-bottom: 30px;
}

.product__details__tab__content__item:last-child {
    margin-bottom: 0;
}

.product__details__tab__content__item h5 {
    color: #111111;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.product__details__tab__content__item p {
    margin-bottom: 0;
}

.ratingProgress {
    display: flex;
    gap: 20px;
    justify-items: center;
}

progress {
    height: 20px;
}

.profile-img {
    width: 75px;
    height: 75px;
}

/*---------------------
  Related
-----------------------*/

.related {
    padding-bottom: 55px;
}

.related-title {
    color: #111111;
    font-weight: 700;
    margin-bottom: 45px;
    text-align: center;
}

/*---------------------
  Footer
-----------------------*/

.footer.container {
    margin: 0px;
}

.footer__about {
    margin-bottom: 30px;
}

.footer__about .footer__logo {
    width: 100px;
    margin-bottom: 30px;
}

.footer__about .footer__logo a {
    display: inline-block;
}

.footer__about p {
    color: #555555;
    margin-bottom: 30px;
}

.footer__widget {
    margin-bottom: 30px;
}

.footer__widget h6 {
    color: #222529;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.footer__widget ul {
    padding: 0px;
}

.footer__widget ul li {
    line-height: 36px;
    list-style: none;
}

.footer__widget ul li a {
    color: #555555;
    font-size: 14px;
    text-decoration: none;
}

.footer__widget .footer__newslatter p {
    color: #555555;
    font-size: 13px;
}

.footer__widget .footer__newslatter a {
    color: #222529;
    text-decoration: none;
}

.footer__widget .footer__newslatter form {
    position: relative;
}

.footer__widget .footer__newslatter form input::-webkit-input-placeholder {
    color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::-moz-placeholder {
    color: #3d3d3d;
}

.footer__widget .footer__newslatter form input:-ms-input-placeholder {
    color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::-ms-input-placeholder {
    color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::placeholder {
    color: #3d3d3d;
}

.footer__widget .footer__newslatter form button {
    color: #fff;
    background-color: #222529;
}

.footer__copyright__text {
    border-top: 1px solid #e7e7e7;
    padding: 20px 0;
    margin-top: 40px;
}

.footer__copyright__text p {
    color: #777777;
    margin-bottom: 0;
}

.footer__copyright__text p i {
    color: #222529;
}

.footer__copyright__text p a {
    color: #222529;
    text-decoration: none;
}

.socials {
    gap: 0.5rem;
} /* spacing between icons */
.social-icon {
    width: 44px;
    height: 44px; /* size of the circle */
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.15s ease, opacity 0.15s ease;
}
.social-icon:hover {
    transform: translateY(-2px);
    opacity: 0.9;
    color: #fff;
}
/* size variants (optional) */
.social-icon.sm {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
}
.social-icon.lg {
    width: 52px;
    height: 52px;
    font-size: 1.15rem;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
    background: linear-gradient(
        90deg,
        rgba(50, 95, 174, 1) 0%,
        rgba(140, 89, 230, 1) 100%
    );
    padding: 40px 0;
}

.breadcrumb__text h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
}

.breadcrumb__links a {
    font-size: 15px;
    color: #fff;
    margin-right: 18px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.breadcrumb__links a:after {
    position: absolute;
    right: -14px;
    top: 0;
    content: "";
    font-family: "FontAwesome";
}

.breadcrumb__links span {
    font-size: 15px;
    color: #fff;
    display: inline-block;
}

/*---------------------
  Breadcrumb Blog
-----------------------*/

.breadcrumb-blog {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 350px;
}

.breadcrumb-blog h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
}

/*---------------------
  About
-----------------------*/

.about {
    margin: 100px 0px;
}

.about__pic {
    margin-bottom: 35px;
}

.about__pic img {
    min-width: 100%;
}

.about__item {
    margin-bottom: 30px;
}

.about__item h4 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 10px;
}

.about__item p {
    margin-bottom: 0;
}

/*---------------------
  Testimonial
-----------------------*/

.testimonial {
    background: #f3f2ee;
}

.testimonial__text {
    text-align: center;
    padding: 130px 150px 175px;
}

.testimonial__text span {
    color: #e53637;
    font-size: 72px;
}

.testimonial__text p {
    color: #111111;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    padding-top: 12px;
    margin-bottom: 25px;
}

.testimonial__author {
    display: inline-block;
}

.testimonial__author__pic {
    float: left;
    margin-right: 20px;
}

.testimonial__author__pic img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.testimonial__author__text {
    overflow: hidden;
    padding-top: 3px;
}

.testimonial__author__text h5 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 5px;
}

.testimonial__author__text p {
    color: #b7b7b7;
    margin-bottom: 0 !important;
    padding-top: 0;
}

.testimonial__pic {
    height: 600px;
}

/*---------------------
  Counter
-----------------------*/

.counter {
    padding-bottom: 0;
}

.counter .container {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 70px;
}

.counter__item {
    margin-bottom: 30px;
    overflow: hidden;
}

.counter__item .counter__item__number {
    float: left;
    margin-right: 15px;
}

.counter__item .counter__item__number h2 {
    color: #111111;
    font-weight: 700;
    font-size: 60px;
    line-height: 50px;
    display: inline-block;
}

.counter__item .counter__item__number strong {
    color: #111111;
    font-weight: 700;
    font-size: 60px;
    line-height: 50px;
    display: inline-block;
}

.counter__item span {
    display: block;
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    overflow: hidden;
}

/*---------------------
  Testimonial
-----------------------*/

.team {
    padding-bottom: 70px;
}

.team__item {
    margin-bottom: 30px;
}

.team__item img {
    min-width: 100%;
    margin-bottom: 25px;
}

.team__item h4 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 8px;
}

.team__item span {
    font-size: 15px;
    display: block;
    color: #b7b7b7;
}

/*---------------------
  Clients
-----------------------*/

.clients {
    padding-top: 0;
    padding-bottom: 25px;
}

.client__item {
    display: block;
    margin-bottom: 75px;
    text-align: center;
}

/*---------------------
  Shopping Cart
-----------------------*/

.shopping__cart__table {
    margin-bottom: 30px;
}

.shopping__cart__table table {
    width: 100%;
}

.shopping__cart__table table thead {
    border-bottom: 1px solid #f2f2f2;
}

.shopping__cart__table table thead tr th {
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.shopping__cart__table table tbody tr {
    border-bottom: 1px solid #f2f2f2;
}

.shopping__cart__table table tbody tr td {
    padding-bottom: 30px;
    padding-top: 30px;
}

.shopping__cart__table table tbody tr td.product__cart__item {
    width: 400px;
}

.shopping__cart__table
    table
    tbody
    tr
    td.product__cart__item
    .product__cart__item__pic {
    float: left;
    margin-right: 30px;
}

.shopping__cart__table
    table
    tbody
    tr
    td.product__cart__item
    .product__cart__item__text {
    overflow: hidden;
    padding-top: 21px;
}

.shopping__cart__table
    table
    tbody
    tr
    td.product__cart__item
    .product__cart__item__text
    h6 {
    color: #111111;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.shopping__cart__table
    table
    tbody
    tr
    td.product__cart__item
    .product__cart__item__text
    h5 {
    color: #0d0d0d;
    font-weight: 700;
}

.shopping__cart__table table tbody tr td.quantity__item {
    width: 175px;
}

.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 {
    width: 80px;
}

.shopping__cart__table
    table
    tbody
    tr
    td.quantity__item
    .quantity
    .pro-qty-2
    input {
    width: 50px;
    border: none;
    text-align: center;
    color: #111111;
    font-size: 16px;
}

.shopping__cart__table
    table
    tbody
    tr
    td.quantity__item
    .quantity
    .pro-qty-2
    .qtybtn {
    font-size: 16px;
    color: #888888;
    width: 10px;
    cursor: pointer;
}

.shopping__cart__table table tbody tr td.cart__price {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    width: 140px;
}

.shopping__cart__table table tbody tr td.cart__close i {
    font-size: 18px;
    color: #111111;
    height: 40px;
    width: 40px;
    background: #f3f2ee;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}

.continue__btn.update__btn {
    text-align: right;
}

.continue__btn.update__btn a {
    color: #ffffff;
    background: #111111;
    border-color: #111111;
}

.continue__btn.update__btn a i {
    margin-right: 5px;
}

.continue__btn a {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
    padding: 14px 35px;
    display: inline-block;
}

.cart__discount {
    margin-bottom: 60px;
}

.cart__discount h6 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.cart__discount form {
    position: relative;
}

.cart__discount form input {
    font-size: 14px;
    color: #b7b7b7;
    height: 50px;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
}

.cart__discount form input::-webkit-input-placeholder {
    color: #b7b7b7;
}

.cart__discount form input::-moz-placeholder {
    color: #b7b7b7;
}

.cart__discount form input:-ms-input-placeholder {
    color: #b7b7b7;
}

.cart__discount form input::-ms-input-placeholder {
    color: #b7b7b7;
}

.cart__discount form input::placeholder {
    color: #b7b7b7;
}

.cart__discount form button {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #111111;
    padding: 0 30px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.cart__total {
    background: #f3f2ee;
    padding: 35px 40px 40px;
}

.cart__total h6 {
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.cart__total ul {
    margin-bottom: 25px;
}

.cart__total ul li {
    list-style: none;
    font-size: 16px;
    color: #444444;
    line-height: 40px;
    overflow: hidden;
}

.cart__total ul li span {
    font-weight: 700;
    color: #e53637;
    float: right;
}

.cart__total .primary-btn {
    display: block;
    padding: 12px 10px;
    text-align: center;
    letter-spacing: 2px;
}

/*---------------------
  Checkout
-----------------------*/
.checkout {
    margin: 100px 0px;
}

/*---------------------
    Blog
-----------------------*/

.blog {
    margin: 100px 0px;
}

.blog .card {
    border-radius: 10px;
}

.image-placeholder {
    background-color: #f2f2f2;
    height: 200px;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-placeholder::before {
    content: "\f03e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 40px;
    color: #999;
}

.date-text {
    font-size: 14px;
}

.load-btn {
    margin-top: 50px;
}

/*---------------------
  Blog Hero
-----------------------*/

.blog-hero {
    background: #f3f2ee;
    padding-top: 125px;
    padding-bottom: 190px;
}

.blog__hero__text h2 {
    color: #111111;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 18px;
}

.blog__hero__text ul li {
    list-style: none;
    font-size: 15px;
    color: #3d3d3d;
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.blog__hero__text ul li:after {
    position: absolute;
    right: -25px;
    top: 0;
    content: "|";
}

.blog__hero__text ul li:last-child {
    margin-right: 0;
}

.blog__hero__text ul li:last-child:after {
    display: none;
}

/*---------------------
  Blog Details
-----------------------*/
.blog-details {
    margin: 100px 0px;
}

.blog-details .blog__details__description {
    margin: 30px 0px;
}

/*---------------------
  Related Blogs
-----------------------*/
.related-blogs {
    margin: 100px 0px;
}

/*---------------------
  Account
-----------------------*/
.account {
    margin: 100px 0px;
}

.sidebar-card {
    border-radius: 10px;
}

.profile-icon {
    background: #eaf0ff;
    border-radius: 50%;
    padding: 15px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn {
    font-weight: 500;
    border-radius: 50px;
}

.form-control {
    color: #a6a6a6;
    font-size: 14px;
    background-color: #f8f8f8;
    border: 1px solid #9a9a9a;
    padding: 10px 15px;
}

/* .form-control:focus {
    border-color: #4a90e2;
    box-shadow: none;
} */

/*---------------------
  Contact
-----------------------*/

.contact {
    margin: 100px 0px;
}

.contact-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 100px 50px;
    background: #fff;
}
.contact-card h5 {
    font-weight: 700;
}
.contact-info p {
    margin-bottom: 8px;
}
.contact-info i {
    color: #000;
    font-size: 1.2rem;
    margin-right: 10px;
}
.contact-form {
    background: url("../images/contact-form-bg.png");
    background-color: #1c4ea6;
    border-radius: 10px;
    padding: 50px;
    color: #fff;
}
.contact-form h5 {
    font-weight: 700;
}
.contact-form p {
    color: #fff;
    font-size: 0.9rem;
    margin: 0px;
}
.contact-form input,
.contact-form textarea {
    border-radius: 4px;
    border: none;
}
.contact-form .form-control:focus {
    box-shadow: none;
    border: 2px solid #0d6efd;
}
.contact-form button {
    background: #000;
    border: none;
    padding: 8px 30px;
    border-radius: 20px;
}
.contact-form button:hover {
    background: #333;
}

.contact-form-header {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 50px;
    background-position: bottom;
    background-size: cover;
}

.contact-form-header h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #222;
}

/*---------------------
  Sign Up
-----------------------*/
.sign-main {
    padding-top: 0px;
}
.sign-form {
    padding: 5rem 10rem;
}
.sign-logo {
    width: 100px;
}
.btn-signup {
    background-color: #1c4ea6;
    border: none;
    padding: 10px;
}
.promo-section {
    background: linear-gradient(rgba(28, 78, 166, 0.7), rgba(28, 78, 166, 0.7)),
        url("../images/banner.jpg") no-repeat center center;
    background-size: cover;
}

/*---------------------
  404
-----------------------*/
.error-section {
    text-align: center;
    margin: 100px 0;
}
.error-code {
    font-size: 8rem;
    font-weight: 800;
    line-height: 1;
}
.error-code span {
    color: #1c4ea6;
}
.error-message {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
