/* HP */

.hp-thumb {
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 300px;
	padding: 16px;
	background-color: #154889;
	display: flex;
    align-items: flex-end;
	text-decoration: none;
	border-radius: 16px;
	min-width: 180px;
}

.hp-thumb-text {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
}

.hp-row {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 16px;
}

.cat-thumb {

	height: 400px;
	padding: 16px;
	background-color: #fff;
	display: flex;
    align-items: flex-end;
	text-decoration: none;
	border-radius: 16px;
	width: 280px;
}

.cat-thumb-text {
	min-width:16.5em;
	background-color: rgba(255, 255, 255, 0.8);
}

.cat-thumb-link {
	width: 100%;
	color: #fff;
	background-color: rgb(53, 101, 253);
}

.cat-row {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 16px;
}

.cat-prod-thumb {

	height: 350px;
	padding: 16px;
	background-color: #fff;
	display: flex;
    align-items: flex-end;
	text-decoration: none;
	border-radius: 16px;
	width: 280px;
}

.cat-prod-thumb-text {
	min-width:16.5em;
	background-color: rgba(255, 255, 255, 0.8);
}

.cat--prod-thumb-link {
	width: 100%;
	color: #fff;
	background-color: rgb(53, 101, 253);
}

.cat-prod-row {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 16px;
}

.quantity-input{
	padding:8px;
	display:block;
	border:none;
	border-bottom:1px solid #ccc;
	width:20%}

@media only screen and (max-width: 600px) {
  .hp-thumb {
    padding: 8px;
	font-size: 12px;
	min-width: 140px;
  }
}

/* Dropdown */
.dropdown {
  display: inline-block;
}

.dropdown button {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  color: #154889;
  border: none;
  text-align: left;
  cursor: pointer;
  outline: none;
	padding: 16px;
}

.dropdown:hover button {
  background-color: #B1B1B1;
}

.dropdown button:after {
  content: "▼";
	margin-left: 8px;
	font-size: 13px;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
  background-color: #FFFFFF;
	
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
	color: #154889;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdowns {
}

/* Other */

.topmenu {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 800px) {
  .topmenu {
    flex-direction: column;
  }
}

.search-and-cart {
	display: flex;
}

#categories_styles img {
    width:280px;
    height:280px;
}
#categories_styles ul {
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

#categories_styles ul li {
    padding: 16px;
    background-color: #fff;
    list-style-type: none;
    width: 315px;
        border-radius: 16px;
}
#categories_styles ul {
    padding-left:0 !important;
    padding-right:0 !important;
}
.cat-prod-price {
    font-weight:bold !important;
}
#categories_styles select {
        border: 1px solid #ccc!important;
        border-radius: 8px;
        padding: 9px 0;
        width: 100%;
            margin:6px 0px !important;
}
.input-mini {
    margin-bottom:15px;
}


#categories_styles .btn-add-to-cart {
    width: 100% !important;
    color: #fff !important;
    background-color: rgb(53, 101, 253) !important;
        border-radius: 32px;
        border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;        

}

#categories_styles .description {
         display:none !important;
}
#categories_styles h4 {
        min-height: 65px !important;
}
    
 #categories_styles ul li:hover   {
            box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
    }
.btn-add-to-cart {
      margin-top: 15px !important;
}   