body {
    margin: 0;
    padding: 0;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.428571429;
    background: #fff;
    color: #222;
    font-family: var(--webfont-primary, sans-serif);
}
#bold-wl{
    font-weight: bold;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li {
    list-style-type: none;
}

h2 {
    font: 400 14px/20px var(--webfont-primary, sans-serif);
    color: #222;
    margin: 5px 0;
    font-weight: 500;
}

img {
    background-color: transparent;
    color: #222;
    text-decoration: none;
}

p {
    font-family: var(--webfont-primary, sans-serif);
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
}

a {
    background-color: transparent;
    color: #222;
    text-decoration: none;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

#one-nav {
    position: relative;
    box-sizing: border-box;
    display: block;
    /* border: 1px solid red; */
    margin-bottom: 20px;
}

#one-nav div {
    display: flex;
    text-decoration: none;
    flex-direction: row;
    justify-content: center;

    align-items: flex-end;
    padding: 0 0;
    margin: 3px 0;
    background: 0 0;

}

#one-nav>div span {
    box-sizing: content-box;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 16px;
    padding: 10px 20px;
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
}

#one-nav>div span:hover {
    /* transform: scaleX(1); */
    /* transform-origin: bottom left; */
    border-bottom: 3px solid #222;
}

#one-nav a {

    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 16px;
    padding: 0px 20px;
    position: relative;
    display: flex;
    text-align: center;
    text-decoration: none;
    color: inherit;

}

#one-nav a>span:nth-child(1) {
    font-style: bolder;
    font-weight: 700;
}

#two-nav {
    display: flex;
    /* -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row; */
    flex-direction: row;
    margin: 0 auto;
    padding: 0 32px;
    width: 100%;
    max-width: 1680px;
    background: unset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    /* border: 1px solid red; */
    background-color: #222;
}

#two-nav li {
    flex-grow: 1;
    text-align: center;
    list-style-type: none;
}

#two-nav li a {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 10px 0;
    border: 0;
    height: auto;
    width: auto;
    overflow: visible;
    white-space: normal;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

#two-nav li a:hover {
    border-bottom: 4px solid white;
}

#head-core {
    max-width: 1680px;
    margin: 0 auto;
    padding: 8px 32px 0;
    min-height: auto;
    border-bottom: none;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

#header-core-left {
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;

}

#header-core-left form {
    max-width: 384px;
    position: relative;
    float: left;
    width: 30.4em;
    max-width: 100%;
    z-index: 505;
    min-height: 32px;
    background: #fff;
}

#header-core-left form input {
    width: 100%;
    font-size: 16px;
    height: 48px;
    font-family: var(--webfont-primary, sans-serif);
    color: #666;
    padding: 10px 48px 10px 16px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #666;
    z-index: 3;
    margin-bottom: 0;
    font-weight: 400;

}

#header-core-left form input:hover {
    border: double black;
}

#header-core-left form i {
    box-sizing: border-box;
    border: 1px solid transparent;
    margin: 4px 2px;
    background: 0 0;
    font-size: 2.3em;
    position: absolute;
    top: 0;
    right: 0;
    color: #666;
}

#logo-container {
    width: 400px;
    /* border: 1px solid red; */
}

#logo-container img {
    width: 90%;

    padding: 0px 40px;

}

#head-core-right {
    position: relative;
    display: flex;
    min-height: 32px;
    box-sizing: content-box;
    flex: 1;
    /* border: 1px solid red; */
    width: 250px;
    justify-content: space-between;
    margin: 30px;
}

#head-core-right a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    background-color: transparent;
    font-size: 14px;
    /* margin: 1mm; */
    color: #222;

}

#head-core-right i {
    font-size: 23px;
    margin: 2mm;
}

#ordersign-in {
    display: flex;
    justify-content: space-between;

}

#head-core-right span {
    font-size: 18px;
    margin: 1mm;
    box-sizing: content-box;
}

#ordersign-in-text {
    margin-top: 2mm;
}



#nav-ones {
    border-bottom: 1px solid #ccc;
}

#nav-ones>div {
    box-sizing: border-box;
    max-width: 1680px;
    min-height: 40px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

#nav-ones ul {
    display: inline-grid;
    grid-auto-flow: column;

    column-gap: 32px;
    margin-right: 16px;
}

box {
    margin: 0;
    min-width: 55px;
    min-height: 24px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

box img {
    position: absolute;
    top: 0;
    width: 60%;
    height: 50%;
    padding: 10px;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: 0 0;
    border: 0;
    outline: 0;

}

* {
    -webkit-tap-highlight-color: transparent;

}


#nav-ones ul li {
    display: inline-flex;
    display: flex;
    -webkit-box-align: center;

    align-items: center;
    margin: 0;
    padding: 0;
    min-height: 24px;
    position: relative;
    color: inherit;
    color: #666;
    font-weight: 600;
}

#nav-ones-box {
    border: 2px solid #666;
    padding: 2px;
}

#nav-ones ul li:hover {
    border-bottom: 4px solid #222;
    color: #222;
}

#nav-ones ul li:first-child {
    margin-left: 0;
    color: #222;
    font-size: large;
    border-bottom: 4px solid #333;
}


#nav-ones>div>div {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: auto;
}

#media-search{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: #F5F5F5;
    border: 1px solid red;
    height: 1.3cm;
    display: none;
}

#media-search form{
   width: 98%;
   margin: auto;
   padding: 5px;
}


#media-search input{
    width: 95%;
    margin: auto;
    height: 1cm;

}
#media-search input::placeholder{
    font-size: larger;
    font-weight: 600;
    margin-left:6px ;
    
}

#media-search input:click{
border: double black;
}
#media-search form i{
    font-size: 18px;
    margin: 2mm;

}

#nav-media{
     border-bottom: 1px solid #ccc; 
    position: relative;
    top:0;
    left: 0;
    height: 2.1cm;
    background-color:white;
    display: none;
}
#nav-media>div{
    box-sizing: border-box;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0px 20px 10px 0 px;
    display: flex;
    /* display: inline-flex; */
    width: 100%;
    justify-content: space-between;
   
}
#nav-media i{
    font-size: 26px;
    margin: 30px;
}
#nav-media-img{
    position: relative;
    top: 0;
    left: 150px;
    right: -50px;
}
#nav-media-img img{
    width: 50%;
background-color: transparent;
}
#nav-media-user-cart{
    display: flex;
    justify-content: space-between;
    /* width: 50px; */
    margin-right: 20px;
}



footer{
    font-family: var(--webfont-primary, sans-serif);
    background: #333;
    clear: both;
    margin-top: 50px;
}

#footer-one{
    max-width: 1008px;
    margin: 0 auto;
    clear: both;
    box-sizing: content-box;
}
#footer-one>ul{
    display: flex;
    justify-content: center;
    padding: 75px 0 65px;
    border-bottom: solid 1px #666;
}
#footer-one>ul>li{
    display: flex;
    width: 33.33%;
}
#footer-one>ul>li>div:nth-child(1){
margin-top: 5px;
box-sizing: content-box;
/* border: 2px solid red; */
text-align: right;

} #mediaa>h2{
    padding-left: 30px;
}
#mediaa>div{
    display: flex;
    color: white;
    /* border: 1px solid red; */
    justify-content: space-between;
    width: 150px;
    height: 1.5cm;
    margin: 10px;
}
#mediaa i{
    font-size: 20px;
}

#footer-one>ul a{
    color: #fff;
    
    
    }

#footer-one>ul>li>div:nth-child(1) img{
    width: 40%;
}
#footer-one>ul>li>div:nth-child(1) i{
    width: 100%;
    /* border: 1 px solid red; */
}

.icon-foot{
    border: 2 px solid white;


}
.icon-foot>i{
    font-size: 28px;
}

#footer-one>ul>li>div:nth-child(2){
margin-left: 18px;
padding-right: 30px;


}

#footer-one>ul h2{
    font-size: 14px;
    margin: 0;
    padding-bottom: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-align: left;
}

#footer-one>ul span{
    display: block;
    font-size: 12px;
    color: #ccc;
    line-height: 20px;
    /* text-align: left; */
    text-align: left;

}


@media (min-width: 200px) and (max-width: 800px) {
    #nav-media{
        display: block;
    }
    #nav-ones,#head-core,#one-nav,#two-nav{
        display: none;
    }
    footer{
        flex-wrap: wrap;
    }

  }

/* Mid part */

#Mid-Part {
    display: flex;
    /* border: 1px solid blue; */
    justify-content: center;
}

#Mid-Part>div {
    width: 80%;
    /* border: 1px solid red; */
}

#Mid-Part>div>hr {
    width: 100%;
}

#title>h1 {
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
    margin: 15px 0px 30px 0px;
}

#site-Path>ul {
    display: flex;
    /* border: 1px solid red; */
    justify-content: space-between;
    width: 150px;
    margin: 10px 0px 10px 0px;
    color: #666;
}

#buysection{
    display: flex;

}

#buysection h1{
    margin-left: 135px;
}

#buysection button{
    border: 0;
    margin: 10px;
    font-size: larger;
    border-radius: 5px;
    background-color: #EEEEEE;
    padding: 10px;
    font-weight: 530;
}

#cart-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 80%;
    margin: auto;
    gap: 20px;
   
}
#total {
    width: 30%;
    height: 900px;
    position: sticky;
    top: 100px;
    left: 30px;
    margin-bottom: 0px;
    background-color: whitesmoke;

}

#total h1 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode',
        'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    color:  #222;;
}

#flex {
    
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

#finalprice{
    /* width: 90%; */
    margin: auto;
    padding: 20px;
    background-color: #222;
    margin-top: 10px;
    border-radius: 10px;


}


#finalprice input {
    width: 90%;
    margin: auto;
    padding: 10px 0px 10px 0px;
    margin-bottom: 7px;
    margin-left: 15px;

}

#finalprice +a>button {
    width: 100%;
    margin: auto;
    padding: 10px 0px 10px 5px;
    margin-top: 30px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;


}

#finalprice +a>button:hover {
    font-size: 20px;
    cursor: pointer;
    background-color: #666;
    border: none;
    border-radius: 5px;
}

 #offer {
    background-color: whitesmoke;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode',
        'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
   

} 

#offer>p {
    font-size: 20px;
    border: none;

} 


