.cardBox
{
    background-color: #f8f8f8;
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 9px 1px rgba(34, 60, 80, 0.15);
    -moz-box-shadow: 0px 3px 9px 1px rgba(34, 60, 80, 0.15);
    box-shadow: 0px 3px 9px 1px rgba(34, 60, 80, 0.15);
}
.cardSubBox
{
    background-color: #83295c;
    color: white;
}
.cardSubBoxMater
{
    background-color: #792655;
    color: white;
}

.cardSubBoxRash
{
    border-radius: 0px 0px 8px 8px;
    background-color: #83295c;
    color: white;
    -webkit-box-shadow: 0px 3px 9px 1px rgba(34, 60, 80, 0.15);
    -moz-box-shadow: 0px 3px 9px 1px rgba(34, 60, 80, 0.15);
    box-shadow: 0px 3px 9px 1px rgba(34, 60, 80, 0.15);
}
.rashodcard
{
    border-radius: 1px solid gray;
}
.cardTitle
{
    font-size: 25px;
    color: white;
}
@media (max-width:920px) {
    .cardTitle
    {
        font-size: 18px;
        margin-bottom: 45px !important;
        margin-top: 0px !important;
    }
}
.cardImg
{
    border-radius: 8px 8px 0px 0px;
}
.hoverLi
{
    position: relative;
}
.bgColorMap
{
    background: linear-gradient(to top, #ffffff 20%, #83295c 20%,#83295c 80%,#ffffff 80%);
}
.hoverLi:hover::after {
  width: 100%;
  left: 0;
}
.hoverLi::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  background: #83295c;
  transition: width .3s ease 0s, right .3s ease 0s;
  width: 0;
}
.cardBtns
{
    padding: 10px;
    border: none; 
    background-color: #6c1d4a;
    height: 50px;
    text-transform:uppercase;
    color: #ffffff;
    transition: 0.3s linear;
}
.cardBtns:hover
{
    cursor: pointer;
    background-color: #962e69;
    transition: 0.3s linear;
}
.qBtn
{
    border: none; outline: none;
    text-decoration: none;
    color: white;
    background-color: #6c1d4a;
    height: 50px;
    text-transform:uppercase;
    transition: 0.3s linear;
}
.qBtn:hover
{
    cursor: pointer;
    background-color: #962e69;
    transition: 0.3s linear;
}
.productBtn
{
    border: none; outline: none;
    text-decoration: none;
    transition: 0.3s linear;
    background-color: #ffffff;
    height: 40px;
    color: #6c1d4a;
    text-transform:uppercase;
}
.btnNews
{
    background-color: #6c1d4a;
    height: 50px;
    width: 100%;
    padding: 20px;
    text-transform:uppercase;
    color: white;
    border: none; outline: none;
    transition: 0.3s linear;
}
.btnNews:hover
{
    cursor: pointer;
    background-color: #962e69;
    transition: 0.3s linear;
}
.topBtn
{
    background-color: #ffffff;
    position: fixed;
	right: 25px;
	bottom: 45px;
    height: 70px;
    width: 70px;
    border-radius: 70px;
    -webkit-box-shadow: 0px 2px 8px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 2px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 2px 8px 0px rgb(34 60 80 / 20%);
}
.topBtn a
{
   top:-5px;
}
@media only screen and (max-width: 1026px)
{
    .topBtn
    {
        display: 640;
    }
}
@media (max-width:420px) {
   .btnProd a
    {
        font-size: 15px !important;
        line-height: 21px;
    } 
}

.btnProd
{
    
    width: 250xp;
    bottom: 45px;
    position: fixed;
    background-color: #83295c;
    height: 55px;
    border-radius: 55px;
    text-align: center;
    padding-top: 15px;
    color: white;
    font-weight: 600;
    right: 120px;
    -webkit-box-shadow: 0px 2px 8px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 2px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 2px 8px 0px rgb(34 60 80 / 20%);
}
.new
{
     width: 250px;
     height: 55px;
}
