Viewing File: /home/ubuntu/todaykat-frontend-base/public/css/style.css

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

:root {
  --primary-color: #004072;
  --secondary-color: #ffffff;
  --tertiary-color: #000;
  --quaternary-color: #7c8c92;
  --yellow-color: #004072;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  overflow-x: hidden;
  position: relative;
  font-family: "Mulish", sans-serif !important;
  color: var(--secondary-color);
  background-color: #fff !important;
  font-size: 12px !important;
  letter-spacing: 0.8px;
}

.main-wrapper {
  min-height: 80vh;
}

body.modal-open {
  overflow: auto !important;
}

body.modal-open[style] {
  padding-right: 0px !important;
}

.sm-padding {
  padding: 6em 0;
}

.footer-logo {
  /* height: 4em; */
  object-fit: contain;
  max-width: 18em;
}

.logo {
  /* max-height: 70px; */
  max-width: 12em;
  object-fit: contain;
}

.navbar-logo img {
  max-height: 80px;
  object-fit: contain;
}

.header-user-icon {
  max-width: 2em;
}

.header-nav-center {
  padding: 0.5em 0;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
  background: #E8EDF3;
  /* position: fixed;
    left: 0;
    right: 0;
    z-index: 999; */
}

.header-nav-center .navbar .nav-link {
  font-size: 1.2em;
  font-weight: 500;
  text-transform: capitalize;
  opacity: 0.8;
  letter-spacing: 0.5px;
  margin-right: 1em;
  color: var(--tertiary-color) !important;
}

.header-nav-center .navbar .nav-link:last-child {
  margin-right: 0;
}

.dropdown-toggle::after {
  display: none;
}

.header-search-sec {
  gap: 2em;
}

.hamburger-menu {
  width: 3em;
}

.new-header-search .input-group {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  border-radius: 40px;
  padding: 0.5em;
  background: var(--secondary-color);
}

.new-header-search .input-group-text {
  background-color: transparent;
  border: 0 !important;
  padding-left: 0.5em;
}

.new-header-search .form-control {
  border: 0 !important;
}

.new-header-search .form-control::placeholder {
  box-shadow: none !important;
}

.header-cart-item {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: var(--tertiary-color);
}

.header-cart-item span {
  font-size: 1.1em;
  font-weight: 500;
}

.new-navbar-sec .nav-link.active {
  /* border-bottom: 1px solid var(--primary-color); */
  color: var(--primary-color) !important;
}

.user-dropdown-sec .dropdown-toggle {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  /* padding-top: 0!important;
    padding-bottom: 0;
    padding-right: 0!important; */
}

.user-dropdown-sec .dropdown-toggle:focus {
  box-shadow: none !important;
  outline: none !important;
}

.user-dropdown-sec .dropdown-toggle:hover {
  background: transparent !important;
  border: 0 !important;
}

.user-dropdown-sec .dropdown-menu a:hover {
  background-color: #f5f5f5;
}

.user-dropdown-sec .dropdown-menu {
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%); */
  box-shadow: none;
  left: -160px !important;
  /* border:1px solid rgba(0, 0, 0, 0.1); */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding-right: 0 !important;
  min-width: 200px;
  top: 40px !important;
}

.user-dropdown-sec .dropdown-menu a {
  display: block;
  width: 100%;
  padding: 0.8em 1.5em;
  font-weight: 500;
  color: #000;
  opacity: 0.8;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 0.9em;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 0.6em;
}

.navbar-nav {
  align-items: center;
}

.user-dropdown-sec .dropdown-toggle::after {
  display: none;
}

.user-dropdown-sec a span svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

/*Fotter Section CSS*/

.footer-sec {
  background: #E8EDF3;
  /* background-image: url("../images/footer-bg.png"); */
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: block;
}

.footer-header-sec {
  background: rgba(0, 0, 0, 0.6);
  padding: 2em 0;
}

.footer-header-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4em;
}

.footer-header-card {
  display: flex;
  align-items: center;
  gap: 1em;
}

.footer-header-card .footer-header-info h4 {
  font-size: 1.3em;
  color: var(--secondary-color);
}

.main-footer-sec {
  /* background: rgba(59, 70, 42, 0.95); */
  padding: 4em 0;
}

.footer-log-sec {
  margin-bottom: 2em;
}

.footer-contact-btn {
  margin-top: 2.3em;
}

.footer-contact-btn a {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
  opacity: .8;
  border: 2px solid var(--primary-color);
  padding: .8em 2em;
  border-radius: 40px;
}

.footer-contact-btn a:hover{
  color: var(--primary-color) !important;
}

.footer-company-info p {
  font-size: 1.1em;
  font-weight: 400;
  color: var(--tertiary-color);
  margin-bottom: 0;
  opacity: .8;
}

.footer-widget h4 {
  font-size: 1.3em;
  color: var(--tertiary-color);
  font-weight: 600;
  margin-bottom: 1em;
}

.footer-link li a {
  font-size: 1.1em;
  color: var(--tertiary-color);
  text-decoration: none;
  line-height: 1.5;
  font-weight: 400;
  opacity: .8;
}

.footer-link li {
  padding-bottom: 1em;
}

.social-link li a {
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  border-radius: 50%;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-bottom: 2em;
  margin-top: 2em;
}

.sub-footer-sec {
  background: rgba(255, 255, 255, 0.8);
  padding: 2em 0;
}

.sub-footer-link {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 0;
}

.sub-footer-link li {
  border-right: 1px solid var(--tertiary-color);
  padding-right: 1em;
}

.sub-footer-link li:last-child {
  border-right: 0;
}

.sub-footer-link li a {
  font-size: 1em;
  color: var(--tertiary-color);
  text-decoration: none;
  line-height: 1.5;
  font-weight: 500;
}

.sub-footer-info h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.8em;
}

.default-btn-sec .default-btn {
  background-color: var(--primary-color) !important;
  padding: .8em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  color: var(--secondary-color) !important;
  display: inline-block;
  border: 1px solid var(--primary-color) !important;
  font-size: 1.2em;
  font-weight: 500;
}

.default-btn-sec .default-btn:hover,
.default-btn-sec .default-btn:focus,
.default-btn-sec .default-btn:active {
  background-color: var(--primary-color) !important;
  color: var(--secondary-color) !important;
  box-shadow: none !important;
}

.subscribe-btn {
  background-color: var(--primary-color) !important;
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  border-radius: 10px !important;
  color: var(--secondary-color) !important;
  display: inline-block !important;
  border: 1px solid var(--primary-color) !important;
  font-size: 1.2em;
  font-weight: 600;
}

.subscribe-btn:hover,
.subscribe-btn:focus,
.subscribe-btn:active {
  background-color: var(--secondary-color) !important;
  color: var(--primary-color) !important;
  box-shadow: none !important;
}

.sub-footer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4em;
}

.section-title-sec {
  text-align: center;
}

.section-title-sec .title-light {
  color: var(--quaternary-color);
  font-weight: 500;
  font-size: 1.4em;
  text-align: center;
}

.section-title-sec .title-bold {
  color: var(--tertiary-color);
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  display: inline-block;
}

.section-title-sec .title-light::after {
  content: "";
  border-bottom: 2px solid #eacebe;
  width: 52px;
  display: block;
  margin: 0 auto;
  padding-top: 0.5em;
}

.add-to-cart-btn {
  text-decoration: none;
}

.place-order-btn {
  text-decoration: none;
}

.mobile-profile {
  display: none;
}

.contact-form-img img {
  max-width: 100%;
}

.wish-list-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.new-header-search input:focus {
  box-shadow: none;
}

.write-review-modal .modal-content {
  border-radius: 10px;
  background: #f4f4f4;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.write-review-modal .modal-header .btn-close {
  margin-top: 0.1em;
  /* margin-right: 1em; */
  margin-bottom: 0.1em;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url('data:image/svg+xml;utf8,<svg stroke="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M1.458 1.458l21.084 21.084m0-21.084L1.458 22.542" /></svg>');
}

.write-review-modal .modal-header .btn-close:focus {
  box-shadow: none !important;
}

.write-review-modal .modal-header .h4 {
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 600;
  color: var(--tertiary-color);
}

.write-review-modal form label {
  color: var(--tertiary-color);
  font-weight: 600;
  font-size: 1.2em;
  margin: 0 0 1em;
}

/* .write-review-modal form input{
    background: var(--secondary-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.write-review-modal form input:focus{
    box-shadow: none;
    border: 1px solid #5200FF;
} */
.write-review-modal form textarea {
  background: var(--secondary-color);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.write-review-modal form textarea:focus {
  box-shadow: none;
  border: 1px solid #5200ff;
}

.write-review-dropzone p {
  background: var(--secondary-color);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 2em;
  min-height: 8em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ced4da;
}

.review-preview {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #000;
  margin-bottom: 2em;
  border-radius: 10px;
}

.review-preview-img {
  width: 100%;
  height: 18em;
  object-fit: contain;
  border-radius: 10px;
  width: 100%;
}

.remove-review-image {
  position: absolute;
  top: 15px;
  right: 15px;
}

.remove-review-image svg {
  width: 2em;
  fill: #f00;
  cursor: pointer;
}

.del {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  position: absolute;
  right: 23px;
  bottom: 23px;
}

.transaction-id-sec {
  text-align: center;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.no-link {
  text-decoration: none;
}

.header-cart-item:hover {
  color: var(--tertiary-color);
}

.search-suggetion-sec {
  position: absolute;
  width: 300px;
  height: 300px;
  max-height: 100vh;
  background-color: #fff;
  z-index: 3;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  overflow-x: hidden;
  overflow-y: scroll;
}

.search-suggetion-sec::-webkit-scrollbar {
  width: 5px;
}

.search-suggetion-sec::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.search-suggetion-sec::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 5px;
}

.search-suggetion {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ababab;
  padding: 1em;
  cursor: pointer;
  gap: 1.5em;
}

.search-suggetion img {
  max-width: 4em;
}

.search-suggetion p {
  font-size: 1em;
  color: #000;
  font-weight: 500;
  line-height: 1.8;
}

.search-suggetion:last-child {
  border: none;
}

.size {
  width: 16px;
  color: red;
}

.checkout-img {
  width: 140px;
}

.banner-loader {
  height: 100vh !important;
}

.product-image-loader {
  height: 100vh !important;
}

.profile-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  position: center;
}

.point {
  cursor: pointer;
}

.new-header-search-mobile .input-group {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  padding: 0.5em;
  border-bottom: 0;
}

/* header search  */
.new-header-search-mobile .input-group-text {
  background-color: transparent;
  border: 0 !important;
  padding-left: 0.5em;
}

.new-header-search-mobile .form-control {
  border: 0 !important;
}

.new-header-search-mobile .form-control:focus {
  box-shadow: none;
}

.new-header-search-mobile {
  display: none;
}

.disable-cart-product {
  filter: blur(1px);
  background: #ccc;
}

/* mobile navbar  */
.mobile-header-sec {
  display: none;
  position: fixed;
  bottom: 0;
  background: var(--yellow-color);
  width: 100%;
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 50px;
  margin: 0 0 0.3em;
}

.mobile-header-sec .nav {
  justify-content: space-between;
  padding: 0.8em 2em;
}

.mobile-header-sec .nav .nav-link {
  font-size: 1.2em;
  font-weight: 500;
  color: #000;
  position: relative;
  transition: 0.5s;
  padding: 0;
}

/* .mobile-header-sec .nav .nav-link.active{
top: -25px;

} */
.mobile-header-sec .nav .nav-link.active .contact-address-img {
  background-color: var(--primary-color);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.mobile-header-sec .nav .nav-link.active .contact-address-img svg {
  fill: var(--secondary-color);
}

.mobile-nav-profile {
  display: none;
}

.mobile-nav-profile .contact-address-img {
  background-color: var(--yellow-color);
}

.mobile-header-sec .contact-address-img {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.mobile-header-sec .contact-address-img img {
  max-width: 1.6em;
}

.mobile-header-sec .contact-address-img svg {
  max-width: 1.6em;
  fill: #000;
}

.mobile-nav-profile .contact-address-img {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.mobile-nav-profile .contact-address-img img {
  max-width: 1.5em;
}

.add-cart-count {
  position: absolute;
  height: 18px;
  width: 18px;
  background-color: var(--tertiary-color);
  border-radius: 50%;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: -4px;
  right: 7px;
  color: var(--secondary-color);
  z-index: 1;
}

.pac-container {
  z-index: 9999 !important;
}

.default-btn-sec {
  margin: 1em 0 0;
}

.login-right-sec .login-img img {
  max-width: 100%;
}

.add-money-btn button:focus {
  box-shadow: none;
}

.location-text {
  margin: 0;

  font-size: small;
}

.header-cart-item img {
  max-width: 2.3em;
}

.header-cart-item {
  position: relative;
}

.header-cart-item .add-cart-count {
  top: -12px;
  right: -1px;
}

.social-button {
  border: none;
  background: transparent;
}

/* connect wallet css  */
.new-connect-wallet {
  font-size: 1em;
  color: var(--quaternary-color);
  margin: 0;
  font-weight: 500;
  line-height: 1.8;
}

.wallet-content button {
  width: 75%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 1em 2em;
}

.wallet-metamask-img-sec img {
  width: 2em;
}

.wallet-content {
  text-align: center;
}

.wallet-metamask-right-sec p {
  margin: 0;
  font-size: 1.2em;
  font-weight: 500;
  color: #000;
}

.wallet-metamask-info-sec h4 {
  margin: 0;
  font-size: 1.3em;
  color: var(--primary-color);
}

.wallet-metamask-left-sec {
  display: flex;
  align-items: center;
  gap: 1em;
}

.wallet-metamask-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.desktop-user-img {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--secondary-color);
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.header-dropdown-item-icon {
  max-width: 1.5em;
}

.product-cbd-value h5 {
  font-size: 1.1em;
  font-weight: 600;
  color: var(--tertiary-color);
  line-height: 1.5;
}

.product-cbd-value h5 span {
  font-weight: 400;
}

.scale-text {
  font-size: 5.5em;
  font-weight: 600;
  color: var(--secondary-color);
  fill: #ffffff;
}

/* .product-cbd-value svg{
    max-width: 3.5em;
} */
.product-percentage {
  display: flex;
  justify-content: space-between;

  align-items: center;
  padding: 0 1em;
}

.product-cbd-value {
  position: absolute;
  top: 110px;
  width: 100%;
}

.pack-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0.3em;
  border-radius: 5px;
  /* width: 60px; */
  /* height: 60px; */
  background: rgba(0, 0, 0, 0.6);
}

.pack-value {
  font-size: 1em;
  font-weight: 600;
  color: var(--secondary-color);
  line-height: 1.5;
}

.thc-left-sec {
  display: flex;
  flex-direction: column;
  gap: 2.3em;
}

.single-product-thc-sec {
  display: flex;
  align-items: center;
  gap: 10em;
}

.pack-icon-sec svg {
  max-width: 5em;
}

.product-percentage-sec {
  display: flex;
  gap: 2em;
  flex-direction: column;
}

.product-percentage-sec .pack-icon-sec .scale-text {
  fill: var(--tertiary-color);
}

.pack-icon-sec .pack-value h4 {
  font-size: 1.1em;
  font-weight: 500;
  color: var(--tertiary-color);
  line-height: 1.5;
  white-space: nowrap;
  text-align: initial;
}

.pack-icon-sec .pack-value {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.pack-icon-sec {
  text-align: center;
  display: flex;

  align-items: center;
  gap: 2em;
  position: relative;
}

.thc-details-right-sec {
  margin: 2em 0 0;
}

.single-about-product h4 {
  text-align: center;
  font-size: 1.5em !important;
  font-weight: 600;
}

.single-product-detail {
  display: flex;
}

.single-product-detail-about h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1em !important;
  text-align: start;
}

.single-product-detail-about {
  display: grid;
  align-items: center;
  grid-template-columns: 220px auto;
  gap: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1em 0;
}

.single-product-detail-about p {
  font-size: 1.1em !important;
  color: var(--tertiary-color) !important;
  margin: 0;
  font-weight: 400;
  line-height: 1.8;
}

.single-about-product {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 2em;
  background-color: #f4f4f4;
}

.about-product-details {
  display: flex;
  flex-direction: column;
}

.pack-info img {
  max-width: 1em;
}

.pack-info {
  position: absolute;
  top: -11px;
  left: 52px;
}

.pack-info button {
  background-color: transparent;
  padding: 0;
  border-color: transparent;
}

.pack-info button:hover {
  background-color: transparent;
  border-color: transparent;
}

.vis-hidden {
  visibility: hidden !important;
}

.hero-static-product-item {
  cursor: pointer
}

.progress-circle {
  overflow: hidden;
}

.progress-circle .text {
  color: #000;
  font-weight: 600;
  z-index: 38;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.progress-circle .line {
  background-color: #fff;
  width: calc(100% + 2px);
  height: 2px;
  position: absolute;
  top: 50%;
}

.progress-circle .l1 {
  rotate: 30deg;
}

.progress-circle .l2 {
  rotate: 90deg;
}

.progress-circle .l3 {
  rotate: 145deg;
}

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

.copyright-sub-sec h4 {
  margin-bottom: 0;
  font-size: 1.2em;
  color: var(--tertiary-color);
  font-weight: 500;
  border: 1px solid var(--tertiary-color);
  padding: 1em 2em;
  border-radius: 40px;
  opacity: .8;
}

.pl-3 {
  padding-left: 3em;
}

.contact-number-break {
  white-space: nowrap;
}

.no-data-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 8em;
}

.no-data-sec .no-data-img {
  height: 20em;
  width: auto;
  object-fit: contain;
}

.no-data-sec h4{
  font-size: 1.5em;
  font-weight: 600;
  color: var(--tertiary-color);
}
Back to Directory File Manager