/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* product
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.product {
    background-color: #EAEFF1;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    
}

.common {
    width: 100%;
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
}

.category {
    width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px;
    padding: 20px;
    background-color: #FFF;
    box-sizing: border-box;
}

.category2 {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    margin: 10px;
    padding: 20px;
    background-color: #FFF;
    box-sizing: border-box;
}

.category3 {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    margin: 10px;
    padding: 20px;
    box-sizing: border-box;
}

@media screen and (max-width:800px) { 
.category {
    width: 100%;
    }}

@media screen and (max-width:800px) { 
.category2 {
    width: 100%;
    }}

@media screen and (max-width:800px) { 
.category3 {
    display: none;
    }}

.category div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.category h2,.category2 h2 {
    width:100%;
    text-align: center;
    margin: 0;
    font-size: 36px;
}

.category h2 img,.category2 h2 img {
  width:50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.note {
    font-size: 15px !important;
    color: #333 !important;
    font-weight: normal !important;
    text-align: left !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
    min-height: 100px !important;
    border-top: solid 2px #ccc;
}

.note2 {
    font-size: 15px !important;
    color: #333 !important;
    font-weight: normal !important;
    text-align: left !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
    min-height: 50px !important;
    border-top: solid 2px #ccc;
}

.category p,.category2 p {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    width:100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    text-align: center;

}



.category a ,.category2 a{
     width:200px;
    margin-left: auto;
    margin-right: auto;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 5px 0;
  text-decoration: none;
  background-color: #FFF;
  color: #3773E0;
  border-radius: 7px;
  transition: .4s;
  font-size: 16px;
  /* font-weight: bold; */
  border: solid 1.5px #DADCE0;
  text-align: center;
}

.category a,.category2 a:hover {
  background-color: #F1F3F4;
  border: solid 1.5px #93B4F2;
  color: #2851A1;
}

.category img,.category2 img {
  width:100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    
}


