* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5;
    box-sizing: border-box;
}

.container {
    margin: 0 8%;
}

.container-flex {
    display: flex;
    justify-content: space-between;
}

.nav-bar-1 {
    background-color: #222;
    padding: 10px;
    font-size: 0.7rem;
    height: 34px;
}

.right-hand-side {
    display: flex;
}

.menu {
    list-style-type: none;
}

.menu-link {
    text-decoration: none;
}

.dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    min-width: 120px;
    border-top: 4px solid yellow;
    border-radius: 4px;
    z-index: 10;
}

li {
    list-style-type: none;
}

.dropdown li a {
    color: #000;
    padding: 10px 14px;
    text-decoration: none;
    display: block;
    background-color: #fff;
}

.dropdown li .light-btn {
    transition: background 0.2s ease-in-out;
}

.dropdown li .light-btn:hover {
    background: #9491911e;
}

.menu-item:hover .dropdown {
    display: block;
}

.left-hand-side a,
.right-hand-side a {
    color: yellow;
    text-decoration: none;
    margin: 0 0.5rem;
    transition: color 0.2s ease-in-out;
    padding-left: -2rem;
}

.right-hand-side .my-account:hover,
.left-hand-side a:hover,
.fa-magnifying-glass:hover,
.fa-cart-shopping:hover {
    color: white;
}

span{
    transition: color 0.2s ease-in-out;
}

span:hover {
    color: white;
    cursor: pointer;
}

/*Nav bar 1 end*/

.nav-bar-2 {
    background-color: #2c2c2c;
    padding: 10px;
}

.left-hand-side-1 h1 {
    font-size: xx-large;
    letter-spacing: -2.5px;
    color: yellow;
}

.left-hand-side-1{
    margin-bottom: -0.5rem;
}

.search-bar {
    display: flex;
}

i {
    color: yellow;
}

input{
    outline-style: none;
    padding-left: 0.6rem;
    width: 20rem;
    border-radius: 4px;
    border-style: none;
    height: 2.2rem;
}

input::placeholder{
    font-size: 0.8rem;
}

.fa-magnifying-glass{
    background-color: black;
    position: relative;
    right: 32px;
    padding: 0.6rem 0.6rem;
    border-radius: 4px;
    /*z-index: 0;*/
    cursor: pointer;
}

.fa-cart-shopping{
    position: relative;
    right: 20px;
    padding: 0.6rem;
    cursor: pointer;
}

/*Nav bar 2 end*/

.nav-bar-3 {
    background-color: yellow;
    border-bottom: 3px solid black;
    height: 3rem;
    /*padding: 15px 10px;*/
    box-shadow: 0px 0px 10px 0px #4b4a4a
}

.left-hand-side-2{
    margin-top: 0.3rem;
    margin-left: -2rem;
}

.left-hand-side-2 ul .temp {
    display: inline-block;
    /*padding: 0 12px;*/
}

.left-hand-side-2 ul li .btn {
    text-decoration: none;
    color: #2c2c2c;
    font-weight: 800;
    font-size: 95%;
    /*transition: background 0.6s ease-in;
    /*transition: color 0.6s ease-in;*/
    border-radius: 6px;
}

.btn {
    text-decoration: none;
    color: #2c2c2c;
    font-weight: 800;
    font-size: 95%;
    /*transition: background 0.6s ease-in;
    /*transition: color 0.6s ease-in;*/
    border-radius: 6px;
}

.left-hand-side-2 ul li .btn:hover {
    background: black;
    border-radius: 6px;
    color: white;
    /*padding: 8px 14px;
    margin: 0 -14px;*/
}

.btn:hover {
    background: black;
    border-radius: 6px;
    color: white;
    /*padding: 8px 14px;
    margin: 0 -14px;*/ 
}

.products-type {
    font-size: 0.7rem;
    /*position: relative;
    left: -12px;*/
    margin-left: -0.8rem;
}

.dropdown1 {
    padding: 15px 30px;
    z-index: 10;
}

.under-line {
    border: 1px solid black;
}

.dropdown1 li:hover .dropdown2 {
    display: block;
    position: absolute;
    left: 85%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    min-width: 120px;
}

ul li .dropdown2 {
    display: none;
    padding: 15px 30px;
    width: 90%;
    border-top: 4px solid yellow;
    border-radius: 4px;
}

.pc-components {
    font-size: 0.7rem;
    /*position: relative;
    left: -12px;*/
    margin-left: -0.8rem;
}

.dropdown1 li a {
    transition: transform 0.6s ease-in-out;
}

.dropdown1 li a:hover {
    transform: translateX(6px);
}

.right-hand-side-2{
    margin: 0.6rem;
}

.right-hand-side-2 .icons i{
    margin: -0.1rem;
}

/*Nav bar 3 end*/

.header-content {
    display: flex;
    align-content: space-around;
}

.header-images {
    display: flex;
    flex-direction: row;
    height: 80vh;
    height: fit-content;
    cursor: pointer;
}

.header-images img {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.arrow {
    cursor: pointer;
    display: none;
}

.arrow img {
    width: 30px;
    /*height: 30px;*/
}

img {
    align-items: center;
    justify-content: center;
}

.arrow-image1 {
    transform: rotate(-180deg);
}

.frame {
    width: 100%;
    height: 400px;
    overflow: auto;
}

.header-footer {
    margin-top: 0.6rem;
    font-weight: 600;
    font-size: 0.8rem;
    width: 100%;
}

.header-footer p {
    text-align: center;
}

/*Header end*/

.heading h2 {
    font-weight: 500;
    border-left: 4px solid black;
    padding: 0.4rem;
}

.heading {
    margin: 2rem 0 1rem 0;
    letter-spacing: -0.01rem;
}

.outer-box {
    display: flex;
    width: 100%;
    overflow: auto;
    cursor: pointer;
}

.inner-box {
    margin: 0 0.4rem;
    border: 1px solid rgb(204, 204, 204);
    min-width: 32%;
    transition: box-shadow 0.3s ease-in-out;
}

.inner-box:hover,
.inner-box1:hover {
    box-shadow: 0px 4px 6px 4px rgb(226, 226, 226);
}

.image-box img {
    object-fit: cover;
    object-position: center;
    width: 70%;
    height: 70%;
    margin: 0 15%;
}

.text-box {
    display: flex;
    justify-content: space-between;
    margin: 1rem;
    font-size: smaller;
    font-weight: 500;
}

.prices .price1 {
    font-weight: 700;
    font-size: small;
}

.prices .price2 {
    font-size: 0.7rem;
    text-decoration: line-through;
    color: #4b4a4a;
}

.outer-box {
    padding-bottom: 0.4rem;
}

article p{
    height: 0.2rem;
}

/*Article end*/

.outer-box1 {
    display: flex;
    cursor: pointer;
    /*flex-wrap: wrap;*/
}

.inner-box1 {
    margin: 0 0.4rem 0.8rem;
    border: 1px solid rgb(204, 204, 204);
    transition: box-shadow 0.4s ease-in-out;
    width: 18.8723%;
}

main p{
    height: 1.5rem;
}

/*Main end*/

.banner img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    margin: 2rem 0;
    cursor: pointer;
}

/*Banner end*/

.head {
    font-weight: 700;
    padding-bottom: 0.4rem;
}

.footer1 a {
    font-size: small;
    padding: 0.3rem 0;
}

.footer1 {
    background-color: #2c2c2c;
    border-bottom: 0.1rem solid white;
}

.body-content {
    margin-top: 1rem;
}

.head-border {
    border: 1px solid yellow;
    width: 90%;
}

.dibbay {
    display: flex;
    justify-content: space-between;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.contact {
    width: 25%;
}

.account {
    width: 25%;
}

.corporate {
    width: 25%;
}

.stay-in-touch {
    width: 25%;
}

.dibbay a {
    display: block;
}

.footer1 {
    color: yellow;
}

.footer1 a {
    text-decoration: none;
    color: yellow;
    transition: color 0.2s ease-in-out;
}

.data {
    text-align: center;
    margin-top: 1rem;
    font-size: small;
}

.data .copy {
    padding: 1rem 0 2rem 0;
}

.idk {
    width: 90%;
}

.stay-in-touch input[type="email"] {
    width: 100%;
    border-radius: 2px;
    padding: 0.8rem 0;
    border-style: none;
    margin-bottom: 1rem;
    padding-left: 0.6rem;
}

.stay-in-touch button {
    padding: 0.8rem 0;
    border-style: none;
    border-radius: 2px;
    color: rgb(104, 104, 104);
    font-size: 1rem;
    width: 100%;
    transition: background 0.2s ease-in-out;
}

.stay-in-touch button:hover {
    background: yellow;
    color: black;
}

.footer1 a:hover {
    color: white;
}

.stay-in-touch input[type="email"]::placeholder {
    text-align: center;
    font-size: 1rem;
}

.idk .head-border {
    width: 100%;
}

footer .footer1 p{
    height: 0.3rem;
}

/*footer1 end*/

.footer2 {
    border-top: 0.1rem solid #2c2c2c;
    background: #dddddd;
}

.footer2-content {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    font-size: small;
}

.footer2-center {
    justify-self: center;
    width: 50%;
    margin-top: -4px;
}

.footer2-images {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-left: 10%;
}

.footer2-center .footer2-images img {
    object-fit: cover;
    object-position: center;
    width: 80%;
}

/*footer2 end*/