body{
    background-color:#f4f4f4;
    color:#555;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height:1.6em;
    margin:0;
}

.container{
    width:90%;
    margin:auto;
    overflow:hidden;
    margin-bottom: 0px;
}

#main-header{
    margin-top: 3%;
}

/*#main-header img{*/
img{
    /*font-size: 7px;*/
    float: left;
    width: 20%;
    display: block;
}


.main-nav li{
    display: inline-block;
    font-size:14px;
    padding-right:13px;
 }

.menu-item a{
    float: right;
    color: #333;
    font-family:'Times New Roman'; 
}

.menu-item a:link{
    text-decoration: none;
}

.menu-item a:active{
    text-decoration: underline;
}


.has-custom-size{
    /*font-size: 52px;*/
    font-size: 3.5vw;
    color: #111111;
    font-family:'Times New Roman'; 
    font-weight: 400;
    /*margin-top: 0px;*/
}

.inside-inner p{
    
    float: left;
    width: 85%;
    line-height: 1.8;
    font-family:'Times New Roman'; 
    font-size: 18px;
    margin-top: 15px;
    
}

.inside-inner1 p{
    
    float: left;
    /*width: 55%;*/
    width: 85%;
    line-height: 1.8;
    font-family:'Times New Roman'; 
    font-size: 18px;
    margin-top: 15px;
    
}

.btn-action{
    clear:  left;
    margin-bottom: 30px;
}

.button{
    color: #111111;
    font-family: 'Times New Roman';
    text-decoration: none;
} 

.products{
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-top: 20px;
}

.products img{
    width: 80%;
    height: 60%;
    /*width: 500px;
    height: 283px;*/
 }

 .OwnSize{
    font-size: 18px;
    color: #111111;
    font-family:'Times New Roman'; 
    font-weight: 400;
    /*margin-top: 0px;*/
}

.Titl{
    /*visibility: hidden;*/
    display: none;
}

.input-row{
    float: left;
    width: 85%;
    margin-left: 5px;
    margin-bottom: 20px;
}

label{
    font-family:'Times New Roman'; 
    font-family: "works sans", sans-serif;
    color:#767676;
    font-size: 18px;
    font-weight: 700;
}
input{
    display: inline-block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    color:#767676;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    border-radius: 4px;
    box-sizing:border-box;
    padding-bottom: 5px;
}

input::placeholder{
    color:lightslategrey;
}
input:focus{
    outline: none;
    border: 1px solid #acabab;
}

textarea{
    display: inline-block;
    width: 100%;
    min-height: 130px;
    font-size: 14px;
    line-height: 1.428571429;
    color:#767676;
    vertical-align: middle;
    background-color: #fcfcfc;
    border: 1px solid #e6e6e6;
    transition: all ease-in-out .15s;
    box-shadow: none;
    border-radius: 4px;
    box-sizing:border-box;
    
    padding-bottom: 5px;
    overflow: auto;
}

textarea::placeholder{
    color:lightslategrey;
}

textarea:focus{
    outline: none;
    border: 1px solid #acabab;
}

#main{
    float:left;
    width:50%;
    padding:0 30px;
    box-sizing: border-box;
}

#sidebar{
    float:right;
    width:50%;
    /*padding-top: 0px;
    padding-bottom: 10px;*/
    padding:0 30px;
    box-sizing: border-box;
}

#main1{
    float:right;
    width:50%;
    padding-top: 0px;
    padding-bottom: 10px;
    box-sizing: border-box;
    
}

#sidebar1{
    float:left;
    width:50%;
    padding:0 30px;
    box-sizing: border-box;
    
}

#main-footer{
    color:slategray;
    text-align: center;
    padding:20px;
    margin-top:40px;
    font-size: small;
}

/*@media(max-width:600px){*/
@media(max-width:468px){
    #main{
        width:100%;
        float:none;
    }

    #sidebar{
        width:100%;
        float:none;
        
    }
    #main1{
        width:100%;
        float:none;
        padding:0 30px;
    }

    #sidebar1{
        width:100%;
        float:none;
        
    }
    .d-flex ul{
        padding-top: 0;
        float:right;
       
    }
    .Titl{
        visibility: visible;
    }

    .Titl1{
        /*visibility: hidden;*/
        display: none;
    }
}

/*@media(max-width:1000px){
    .Titl1{
        visibility: visible;
    }
}*/