
/* blog post stylung */


.mp-post-info {display:none;}
#mpblog-list-container .row .post-list-item .post-item-wraper .post-info-wraper .mp-post-title {text-align:center;}


/* category paragraph styling */

#category-paragraph {margin: -5px 0px 10px 0px;font-size: 90%;}


.read-more-link {
  cursor: pointer;
  padding: 0px 1px;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #73b4b4;
}


#category-paragraph a:hover {color:#73b4b4; text-decoration:none;}



/* category page interest toggle */



.select-interest {
	background: #f9f3e9;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 15px;
}

 .toggle-header {
		display: flex;
		align-items: center;
		cursor: pointer;
		user-select: none;
		font-weight: 600;
		font-size: 1.1em;
		width: 100%;
}

.toggle-header p {text-align:center; width:100%;}


  .toggle-header .arrow {
    display:none;
    margin-left: 8px;
    transition: transform 0.3s ease;
    border: solid #ff8b8b;
    border-width: 0px 3px 3px 0;
    padding: 4px;
    transform: rotate(45deg); /* Down arrow */
  }


 .toggle-header form {display:block;}

  .toggle-header.expanded .arrow {
    transform: rotate(-135deg); /* Up arrow */
  }

  .filter-container {
    max-height: 1000px;
    transition: max-height 0.4s ease;
  }

  .filter-container.expanded {
    max-height: 1000px; /* Large enough to show all */
  }

  .filter-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }


  .attribute-option {
    position: relative;
  }

  .attribute-option input[type="checkbox"] {
    display: none;
  }

  .attribute-option label {
    display: inline-block;
    padding: 8px 11px;
    border: 1px solid #ccc;
    border-radius: 15px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
    user-select: none;
    background: #fff;
  }

  .attribute-option input:checked + label {
    background-color: #ffbc6e;
    color: #fff;
    border-color: #c77f2b;
  }

  .filter-actions {
    margin-left: auto;
  }

  .filter-actions button {
    background-color: #ff8b8b;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }

  .filter-actions button:hover {
    background-color: #72b6b5;
  }

  @media (max-width: 600px) {
    
	  .select-interest {
    padding: 10px;
}

	  .toggle-header p  {margin:0px}
	  
	  .filter-inner {
      align-items: flex-start;
      padding-top: 14px;
    }


	  .toggle-header .arrow {
    display:inline-block;
	  }

    .filter-actions {
      margin-left: 0;
      margin-top: 10px;
		width:100%;
		margin-bottom:10px
    }

.filter-container {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
  }


	    .attribute-option label {
    padding: 8px 10px;
    border-radius: 15px;
    font-size: 12px;
  }


	  
  }

/* Why Us Block */


.why-us {padding: 20px 10px;font-size: 110%;border-top: 1px solid #d6d4d4;}

.why-us > p {max-width:80%; display:block; margin:0px auto 20px;}

.why-us h1 {font-family: Jojoba;margin-bottom: 20px;}

	.why-us div.why-us-grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  clear: both;
}


	.why-us div.why-us-grid div {
  background: #f4f1ee;
  border-radius: 20px;
  padding: 20px;
  width: 24%;
  box-sizing: border-box;
}

.why-us h2 {font-size: 30px;font-family:jojoba;color: #78bab9;margin-bottom: 10px;}
.why-us h3 {font-size: 20px;font-family:jojoba;color: #78bab9;margin-bottom: 5px;}

.child-left {float:left;}
.child-right {float:right;}


/* Responsive styles */
@media only screen and (max-width: 479px) {

.why-us > p {max-width:100%;}
	
.why-us h2 	{font-size:20px;}
.child-left, .child-right {display:none;}

	.why-us div.why-us-grid {display:block;}
.why-us div.why-us-grid div {width:100%;margin-bottom:20px;padding-bottom: 10px;}
	  
  }

@media only screen and (max-width: 767px) {
    body:not(.checkout-index-index) {
        padding-top: 150px;
    }

  }

	
@media only screen and (max-width: 479px) {

.page-title-wrapper .page-title {
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
}


.product-info-main .page-title-wrapper .page-title {
text-align:left;
margin:5px 0px 10px;
}

}

/* Nav Bar adjustments */


.page-wrapper .nav-sections .navigation.menu_hover .deskMenu>.level1:hover .megaMenu li {
margin:0px;
}


.page-wrapper .nav-sections .navigation.menu_hover .deskMenu>.level1:hover .megaMenu ul li a span {
    font-size: 14px;
 }



 @media only screen and (max-width: 767px) {
    .cart.table-wrapper .actions-toolbar {
        top: -20px;
        margin-top: 15px;
    }

  }



  .table-checkout-shipping-method tbody td {
        font-size: 14px;
    }


    #checkout .fieldset>.field .label {
      font-size:14px;
    }