/* header style*/
.textcolor{
    color: #cc9d9d;
    font-size: 20pt;
    letter-spacing: 1px;
}
.subword{
    color: #000;
}
.subheadtitle{
    text-transform: uppercase;
}
/* navigation */
/* a:visited{
    color: rgb(133, 49, 63);
}
a:hover{
    color: #db4747;
    border-bottom: none;
} */
/* LIST FOR NAVIGATION   */
ul{
    padding: 0;
    list-style: none;
    background: #cc9d9d;
}
ul li{
    display: inline-block;
}
ul li a{
    display: block;
    padding: 10px 25px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}
ul li a:hover{
    color: #fff;
    background: rgb(133, 49, 63);
}
/* MAP ON CONTACT */
.map{
    width: 50%;
    text-align: center;
}
/* IMAGRS */
.logo{
    width:80px;
    height:60px;
    border: 5px solid #cc9d9d;
    border-right: none;
    border-left: none;
    background-color: #cc9d9d; 
}
/* SOCIAL MEDIA */
.sociamedia{
    width:40px;
    height:40px;
}
.sociamedia:hover{
    border: 1px solid #cc9d9d;
}
/* product image */
.productimg{
    width: 200px;
    height: 200px;
    border: 8px solid #cc9d9d;
    border-radius: 30%;
    border-right: none;
    border-top: none;
}
.productimg:hover{
    border: 7px solid rgb(133, 49, 63);
    border-radius: 10%;
    border-right: none;
    border-left: none;
}
/* button */
button{
    width: 240px;
    height: 40px;
    background-color: #cc9d9d;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #cc9d9d;
    border-radius: 20px;
}
button:hover{
    background-color: #fff;
    border: 1px solid #cc9d9d;
}
/* PAGEHEADER */
.pageheader{
    width: 100%;
    height: 60px;
    /*border: 1px solid black;*/
    background-color: #cc9d9d;
}

table{
    border-collapse: collapse;
}
th, .colheight{
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

/* CART */
.btncartdelete{
    width: 40px;
    height: 40px;
    font-weight: bold;
    background-color: red;
    border: none;
    color: #fff;
}
.btncartdelete:hover{
    color: #000;
}

/*  QUANTITY*/
input[type=number]{
    width: 50px;
    height: 30px;
    text-align: center;
}

.cartbg tr:nth-child(even){
    background-color: #cc9d9d;
}
.cartimg{
    width: 50px;
    height: 50px;
}

/* About us*/
.bukola{
    border: 1px solid #cc9d9d;
    width: 100%;
    height: 150px;
}

td.alt{
    color: rgb(133, 49, 63);
    background-color: #cc9d9d;
    width: 20%;
    text-align: center;
}
td.noalt{
    width: 20%;
    text-align: center;
}
.tdimg{
    border-radius: 10%;
    width: 150px;
    height: 150px;
}

/* detail image*/
.detailimg{
    border-radius: 30px;
    width:450px; 
    height:450px;
}
.relatedimg{
    border-radius: 30px;
    width: 200px;
    height: 150px;
}

/* footer */
.footertable{
    border: 0px solid #cc9d9d;
    width: 100%;
    height: 40%;
    background-color: #cc9d9d; 
}
.footercol{
    text-align: center;
    /*color: #cc9d9d; */
}

/* checkout form */
label{
    font-weight: bold;
}

input[type=text], input[type=email],input[type=month],input[type=year],input[type=password]{
    width: 250px;
    height: 30px;
    padding-left: 10px;
}
textarea{
    width: 250px;
    padding-left: 10px;
}
input[type=button]{
    width: 300px;
    height: 45px;
    background-color: #cc9d9d;
    color: #000;
    font-size: 14pt;
    border: 0px solid #cc9d9d;
}
input[type=button]:hover{
    background-color: #fff;
    border: 1px solid #cc9d9d;
}

.clear{
    padding-top: 15px;
}

/*our client */
.clientimg{
    width: 150px;
    height: 150px;
    border-radius: 60%;
}

.word{
    border: 0px solid #cc9d9d;
    /*background-color: #cc9d9d; */
    margin-left: 10px;
}

/*  form validation */
/* .error{
    color: red;
    font-size: 12px;
}
input.error-border, textarea.error-border {
    border: 2px solid red;
}
input.success-border, textarea.success-border {
    border: 2px solid green;
} */

.error {
    color: red;
    font-size: 0.8em;
    display: block;
    margin-top: 5px;
}

input:invalid {
    border: 1px solid red;
}