@import url('https://fonts.googleapis.com/css2?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=National+Park:wght@200..800&display=swap');
html{
  font-family: "Century Gothic", sans-serif !important;
}
body{
  /* font-family: "Century Gothic", sans-serif !important; */
}
body{
   font-family: "Lato", sans-serif !important;
}
.prod-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.prod-img {}

.products-main .prod-img img {
  height: 250px;
  width: 100%;
}




.size-selector {
  display: flex;
  gap: 10px;
  /* Adjust spacing between buttons */
  transform: rotate();
  padding-left: 10px;
}

.size-selector input[type="radio"] {
  appearance: none;
  /* Hide the default radio button */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  /* Set the width */
  height: 20px;
  /* Set the height */
  border: 2px solid #ccc;
  /* Style the border */
  border-radius: 50%;
  /* Make it round */
  outline: none;
  /* Remove the outline */
  background-color: white;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  /* Smooth transition */
  margin-right: -35px;
  opacity: 0;
}

.size-selector input[type="radio"]:checked {
  background-color: black;
  /* Change background color when selected */
  border-color: black;
  /* Change border color when selected */
}



.size-selector label {
  cursor: pointer;
  padding: 5px 10px;
  /* Add padding for better click area */
  border: 1px solid #ccc;
  /* Match the border */
  border-radius: 2px;
  /* Add rounded corners */
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: gray;
  text-transform: uppercase;
}

.color-selector label {
  padding: 10px;
}

.size-selector input[type="radio"]:checked+label {
  background-color: black;
  /* Match the selected radio background */
  color: white;
  /* Change text color when selected */
  border-color: black;
  /* Match the border color */
}

.color-selector input[type="radio"]:checked+label {
  background-color: black;
  /* Match the selected radio background */
  color: white;
  /* Change text color when selected */
  border-color: black;
  /* Match the border color */
  border: 2px solid red;
}


/* Optional: Style for disabled radio buttons */
.size-selector input[type="radio"]:disabled+label {
  background-color: #eee;
  color: #aaa;
  cursor: not-allowed;
  border-color: #eee;
}

.notstock {
  color: red;
}

.prod-view-main-img img {
  height: 400px;
}

.modal-backdrop {
  display: none;
}

.password-field {
  position: relative;

}

.password-field i {
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  /* height: 40px; */
  bottom: 0;
  padding: 10px;
  color: black;
  font-size: 19px;
}

.signup_fields {
  position: relative;
}

.signup_fields .fill-error {
  position: absolute;
  top: -30px;
  bottom: 0;
  right: 0;
  vertical-align: middle;
  padding: 0 20px 0 0;
  color: white;
  font-size: 20px;
  display: none;
}

.cart-item {
  max-height: 250px;
  overflow-y: scroll;
}

.header-cart .cart-img {}

.header-cart .cart-img img {
  height: 80px;
  width: 80px;
}

.header-cart .cart-item .prod-title {
  font-size: 13px;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 160px;
}

.product-table tbody td {
  padding: 10px;
  vertical-align: middle;
}

.product-table .image img {
  height: 120px;

}

.product-table tbody td .price {
  display: flex;
  flex-direction: column;
}

.product-table tbody td .price s {
  color: red;
}

.epmty-cart-text {
  text-align: center;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column
}

;

.epmty-cart-text a {
  font-size: 50px !important;
}

.promo-area-toggle {
  cursor: pointer;
  margin: 0;
  border: none;
  color: #10A7B0;
}

.promo-code-area {
  display: none;
}

del {
  color: red !important;
  font-weight: 500 !important;
  font-size: 17px !important;
}

.prod-price del::before {
  background-color: red !important;
}


.header-logo img {
  width: 100px;
}

.is-sticky .header-logo img {
  margin-top: 0;
}

.dropdown-sub-menu {
  max-height: 300px;
  overflow-y: scroll;
}

.navigation .dropdown-menu>li>a,
.cate-navbar .dropdown-menu>li>a {
  padding: 10px 15px;
}

.breadcrumb-bg {
  position: relative;
}

.search-input {
  position: relative;
}

.search-input .search-clear {
  position: absolute;
  top: 13px;
  right: 11px;
  color: black;
  cursor: pointer;
}

.search-results {
  width: 100%;
  /* background-color: rgba(128, 128, 128, 0.815); */
  background-color: #10A7B0;
  position: absolute;
  /* display: none; */
}

.search-results ul li {
  padding: 3px 10px;
  color: white;


}

.search-results ul a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.search-results img {
  height: 30px;
}

.search-results ul {
  padding: 0;
  color: white;
}

.search-results ul li:hover {
  color: #10A7B0;
  background-color: white;
  font-weight: 800;
}

.modal-content {
  display: block;
}

.sidebar {
  /* height: 1000px; */
  position: sticky;
  top: 0;
  left: 0;
}

.footer-row {
  display: flex;
  justify-content: space-between;
}

.footer-2 li {
  /* color: black; */
}
.footer-2 li b{
  margin-right: 10px;
}
.dropdown-menu {
  width: 100%;
}

.checkout-form {
  margin-top: 20px;
}

.fields-two {
  display: flex;
  justify-content: space-between;
}

.fields-two .form-group {
  width: 49%;
}

.checkout-form input,
.checkout-form textarea {
  border-radius: 5px;
  border-width: 1px !important;
}

.checkout-amount-details ul li {
  display: flex;
  justify-content: space-between;
}

.checkoutLogo {
  text-align: center;
  margin: 20px 0 40px 0;
}

.checkoutLogo img {
  width: 120px;
}

.payment-method-selector {
  display: flex;
  flex-direction: column;
}

.payment-method-selector div {
  padding: 10px 0;
}

.payment-method-selector span {
  margin: 10px 10px 10px 0;
}

.payment-method-selector span input {
  margin-right: 5px;
}

.order-place-btn {
  width: 100%;
  margin-top: 30px;
}

.order-track-bar {
  display: flex;
  justify-content: space-between;
  align-items:center;
}

.order-track-bar form {
  font-size: 15px;
}

.order-track-bar form input {
  padding: 5px 15px;
  outline: none;
}

.order-track-table td {
  text-transform: capitalize;
  text-align: center;
}

.popups-wrap .modal-content img {
  position: absolute;
  z-index: 1;
  height: 100%;
}

.login-popups-wrap .login-modal-content img {
  height: auto;
  width: 150px !important;
  left: 51px;
  /* filter: invert(1); */
}

.checkout-row {
  justify-content: space-between;
}

.checkout-sidebar {
  background: white;
  border: 1px solid #80808052;
  padding: 20px;
}

.checkout-form {
  background: white;
  border: 1px solid #80808052;
  padding: 20px;
  margin: 0 10px 0 0;

}

.shopping-level-circles {
  display: flex;
  justify-content: center;
  margin: 50px 0;
  align-items: center;
  /*background-color: white;*/
  padding: 30px;
  /*border: 1px solid #80808052;*/
}

.levels {
  height: 110px;
  width: 110px;
  padding: 30px;
  background-color: white;
  border: 3px solid #1CA7B0;
  border-radius: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  flex-direction: column;
  position: relative;
  color: #10A7B0;
}

.levels span {
  font-size: 15px;
  font-weight: 600;
}

.level-arrow {
  width: 150px;
  height: 3px;
  /* background-color: #10A7B0; */
  border-bottom: 3px solid #10A7B0;
  border-radius: 20px;
  margin: 0 10px;
}

.level1 {
  background-color: #10A7B0;
  color: white;
}

.material-view-button{
  width: 100%;
    margin-top: -82px;
    background: white;
    opacity: 0;
    transition: 0.5s;
}
.material-card:hover .prod-title{
  opacity: 0.5s;
}
.material-view-button:hover{
  opacity: 1;
}
.material-card .prod-title{
  text-align: center;
}
.prod-title a{
  color: #10A7B0 !important;
  font-size: 13px;
}
.prod-details .prod-title{
  font-size: 25px;
  color: #10A7B0;
}
.material-order-form{
  margin-top: 30px;
}
.material-order-form{
  display: none;
}
.material-order-form .success-message{
  color: green;
}
.material-order-form .error-message{
  color: red;
}
.signup-error{
  text-align: right;
  color: red;
  margin: 0;
  font-size: 14px;
}
.signup-error span{
  font-weight: 600 !important;
}
#subscribe-popups img{
  width: 100%;
}
.errorMes{
  transition: 0.5s;
}
.page-main{
    padding:0 70px;
}
.footer-crihgt{
    padding:5px;
}
.footer-crihgt a{
    text-decoration:underline;
}
.subscribe-1 #email::placeholder{
    color:#a3a3a366;
}

.footer-navigations{
     padding-bottom: 45px;
    padding-top: 45px;
}
.checkout-bread{
    font-size:18px;
    font-weight:500;
        margin-bottom: 25px;
            padding: 0 10px;
}
.checkout-bread span{
    margin:0 5px;
}
.checkout-bread a{
    color:#10A7B0;
}
.rating .bi{
    color:#FCAF45;
}