@media (min-width: 1500px) {
    .boxproduct2 {
        min-height: 450px !important;
    }

    .titleProduct {
        margin-top: 25% !important;
    }

    .imgProduct {
        max-width: 300px !important;
        max-height: 300px !important;
    }
}

@media (max-width: 1500px) {
    .boxproduct2 {
        min-height: 416px !important;
    }

    .imgProduct {
        max-width: 218px !important;
    }

    .titleProduct {
        margin-top: 25% !important;
    }
}

@media (max-width: 500px) {
    /*.boxproduct2
	{
		min-height: 450px !important;
	}*/
    .titleProduct {
        margin-top: 0% !important;
    }

    .imgProduct {
        max-width: 150px !important;
        max-height: 1500px !important;
    }
}
 
#allproduct > div > div:hover {
    box-shadow: 0px 3px 8px 3px #888888;
    border-color: #3319e3 !important;
}

i {
    color: black;
}

.nav-item-collaps {
    text-decoration: aliceblue;
}

.flex-column {
    list-style-type: none;
}

.nav-vertical-collaps {
    flex-direction: column;
}

.nav-collaps {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.foo {
    float: left;
    width: 20px;
    height: 20px;
    margin: 2px;
    border-radius: 5px;
}

.color-box {
    padding: 0 !important;
    margin-left: 0 !important;
}

.submenu2 {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: black;
    /*padding-right: 15px !important;*/
}

.submenu3 {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: black;
    /*padding-right: 23px !important;*/
}

.submenu4 {
    font-size: 12px !important;
    font-weight: 100 !important;
    padding-right: 40px !important;
}

.btn_menu {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.link_menu {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.color_ckeked {
    border: 1px solid;
}
.expandable-text {
 
  overflow: hidden;
  position: relative;
}
.expandable-text .expandable-text-expand-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(#fff));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), #fff);
  color: #a499ff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.expandable-text .expandable-text-expand-btn .show-more, .expandable-text .expandable-text-expand-btn .show-less {
  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;
}