body{
    overflow-x: hidden;
}

.main-banner{
    background-image: url(../img/Main-Banner.jpg);
    width: 100%; 
    background-size: 100% 100%;
}

.thomas-btn{
    background: black;
}

.thomascrick{
    padding-top: 2%;
    width: 95%;
    margin: auto;
}
.thomas-pos{
    padding: 35% 0;
}

.casual{
    padding-top: 2%;
}

.formal{
    padding-top: 10px;
    padding-bottom: 10px;
}

.thomas{
    
    padding-top: 2px;
}

.thomas-img{
    width: 100%;
}

.sellers{
    padding-top: 2%;
    width: 90%;
    margin: auto;
}

.sellers-bg{
    background-color: rgb(243 243 243);
    padding: 5% 0;
}

.fashion{
    position: relative;
    background-image: url(../img/Fashion-your-feet-bg.jpg);
    background-size: 100% 100%;
    width: 100%;
    height: 550px;
}

.fashion-feet {
    left: 30%;
    position: absolute;
    width: 60%;
    background-color: white;
    top: 20%;
}

.elevate-text{
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 0;
   
}

.style {
    padding: 4% 4% 4% 0%;
    margin: 0% 0;
}

.feet{
    padding: 30% 35px;
}
.feet h1 {
    font-weight: 600;
    font-size: 48px;
}
.feet button.btn_common {
    float: unset;
    margin-top: 15px;
}
.insta{
    padding: 4% 0;
    width: 100%;
}
.insta-banner{
   
    display: flex;
    justify-content: center;
}

.insta-img{
    width: 80%;
}

.menu{
    width: 50px;
}
.sub-h-f {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
}
.elevate-text {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
}
.input-box {
 margin-top: 9px;
    border: 1px solid white;
    border-radius: 30px;
    background: transparent;
    box-shadow: none;
    outline: none;
    width: 145px;
    padding: 5px 15px;
    color: #fff !important;
    font-size: 14px;
}

.logo {
    width: 90%;
    position: unset;
}
.my-acc {
    font-size: 12px;
    font-weight: 600;
}
.navi-menu a {
    font-size: 12px;
    font-weight: 600;
}
.navbar-nav {
        width: 62%;
}

li.nav-item.hc-link { 
    margin: auto;
    font-weight: 600;
    color: #fff;
}
.header-right li{
    display:inline-block;
    
    margin-right: 10px !important;
}
.header-right {
    text-align: right;
    width: 100% !important;
    display: block;
    list-style:none;
}
.heading-h1
{
    font-size: 25px;
    font-weight: 700;
}
.heading-h3
{
    font-size: 18px;
    font-weight: 700;
}
.heading-h3 {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}
.insta h1 {
    font-weight: 600;
}
.thomas-pos h3 {
    font-size: 20px;
    margin: 15px 20px 20px;
}
@media screen and (max-width: 600px) {
    .fashion-feet {
        display: none;
        left: 10%;
        position: absolute;
        width: 80%;
        background-color: white;
        top: 6%;
    }

    .feet {
        padding: 8% 0;
    }

    .style {
        padding: 4% 4% 4% 4%;
    }
    .casual{
        overflow-x: hidden;
    }
  }
