@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 23px;
}
.clamp {
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.clamp1 {
    -webkit-line-clamp: 1;
}

.clamp2 {
    -webkit-line-clamp: 2;
}

.clamp3 {
    -webkit-line-clamp: 3;
}

.clamp4 {
    -webkit-line-clamp: 4;
}
.shadowC {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.scrollbar {
    overflow-y: auto;
}
.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #000000;
}
.item:hover .product-box {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(14 14 14 / 15%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(14, 14, 14, 0.15);
    -o-box-shadow: 0px 0px 15px 0px rgba(14, 14, 14, 0.15);
    box-shadow: 0px 0px 15px 0px rgb(14 14 14 / 15%);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.listItemGrid.active,
.listItemColumn.active {
    color: #000 !important;
}
.box_content img {
    margin: 0px auto;
    max-width: 100%;
    height: auto !important;
}

.box_content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 10px;
    font-style: 16px
}

.box_content p {
    margin-bottom: 10px;
    /*word-break: break-all;*/
}

.box_content h2,
.box_content h3,
.box_content h4,
.box_content h5 {
    color: #040621;
    margin-bottom: 10px;
    margin-top: 0px !important;
    line-height: 35px;
}
.box_content iframe{
    margin: 0px auto;
    max-width: 100% !important;
}
.box_content h2 {
    font-size: 18px;
    font-weight: bold;
}

.box_content h3 {
    font-size: 16px;
    font-weight: 600;
}
.box_content h4,
.box_content h5{
    font-weight: 500;
}
.boxImage img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.box_content table{
    margin: 0px !important;
    margin-bottom: 10px !important
}
/*
.box_content td, .box_content th {
  border: 1px solid #ddd;
  padding: 8px;
}*/

.box_content tr:nth-child(even){background-color: #f2f2f2;}

.box_content tr:hover {background-color: #ddd;}

.box_content th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
