tr.name-sss {
    background: cadetblue;
}

tr.name-sss th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

table.category-table-ptn td {
    padding: 10px;
}

table.category-table-ptn th {
    padding: 10px;
    color: #fff;
    background: #9e3856;
    border: none;
    font-size: 18px;
}

table.category-table-ptn {
    width: 90%;
    margin: auto;
}

table.category-table-ptn td:nth-child(1) {
    color: #9e3856;
    font-size: 18px;
    font-weight: bold;
}

table.category-table-ptn {
    border: 1px solid #bdb5b5a3;
}

.search-products {
    display: inline-block;
    width: 94.8%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
    color: #9f3856;
    font-family: 'roboto-light', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.search-products input {
    box-shadow: inset 0px 0px 0px 0px #d5cfcf;
    border-radius: 3px;
    margin-left: 7px;
}

a.btn-price {
    display: block;
    text-align: center;
    padding: 10px;
    background: #9e3856;
    width: 41%;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transition: all .3s ease 0s;
}

a.btn-price:hover {
    background: #8c354f;
}

    #pleaserotate-graphic{
        fill: #fff;
    }

    #pleaserotate-backdrop {
        color: #fff;
        background-color: #000;
    }
    
    
    
 .splash {
     position: fixed;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: rgba(0, 0, 0, 0.79);
     z-index: 1111;
     color: #fff;
     align-items: center;
     justify-content: center;
     font-size: 22px;
     display: none;
 }
 
 .splash-img {
    width: 75%;
}

 
 .splash-img img {
    max-width: 100%;
}

.splash-if {
    font-size: 16px;
}

.txt-splash {
    font-size: 18px;
}

 @media screen and (orientation:portrait) {
		     .splash {
			    display: flex;
			    flex-wrap: wrap;
			    justify-content: center;
			    padding: 25px;
			    text-align: center;
		}
 }
 
 tbody.main_fold tr td[colspan="4"] {
    background: #9e3856;
    color: #fff;
}

 tbody.main_fold tr td[colspan="4"] a {
    color: #fff;
}

tbody[data-id="sourse"] {
    display: none;
}
thead.name-head {
    border-bottom: 10px solid #ffffff;
}