@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@1,100&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap'); */
.nav-buttons{
    margin-left: 50%;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

 body{
    font-family: Poppins, sans-serif;
    background-color: #fcf8f8;
    margin: 0;
    padding: 0;
    
} 

h1{
    font-size: 2.5rem;
    font-weight: 700;
}

h2{
    font-size: 1.8rem;
    font-weight: 600;
}
h3{
    font-size: 1.5rem;
    font-weight: 900;
}
h4{
    font-size: 1.2rem;
    font-weight: 600;
}
h5{
    font-size: 1rem;
    font-weight: 400;
}
h6{
    color: #D8D8D8; ;
}

button{
    font-size: 0.8rem;
    font-weight: 900;
    outline: none;
    border: 0;
    background-color: #1d1d1d ;
    color: aliceblue;
    padding: 13px 30px;
    text-transform: lowercase;
    cursor: pointer;
    transition: 0.5s ease;
    }
button:hover{
    background-color: coral;
}

.navbar{
    font-size: 16px;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    top: 0;
    left: 0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.navbar-light .navbar-nav .nav-link{
    padding: 0 21px;
    color: #000;
    transition: 0.4s ease;

}

.navbar-light .navbar-nav .nav-link:hover,
.navbar i:hover,
.navbar-light .navbar-nav .nav-link.active
.navbar i:hover{
    color: coral;

}

.navbar i{
    font-size: 1.2rem;
    padding: 0 0.7px;
    transition: 0.4s ease;
    /* font-weight: 400; */
    cursor: pointer;
    margin-left: 5px;
}

 @media only screen and (max-width:990px){
    .nav-buttons{
        margin: 10px;
    }
    .nav-buttons ul{
        margin: 1rem;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }
    .nav-buttons ul .fas{
        margin:  20px 5px 10px;
    }
} 

 
#home{
    background-image: url(../imgs/banner_001.jpg);
    width: 100%;
    height: 60vh;
    background-size: cover;
    /* background-position-x: 90px ; */
    /* background-position-y: 80px ; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    
}



#home span{
    color: coral;
}

#new .one img{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#new .one{
    position: relative;
}

#new .one .details{
    position: absolute;
    top:0;
    left:0;
    color: burlywood;
    font-weight: bold;
    transition: 0.4s ease;
    opacity: 0.8;
    background-color: rgb(1,1,1);
    width: 100%;
    height: 100%;
}

    #new .one .details:hover{
    background-color: cornsilk;
}

#new .one:nth-child(1) .details{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
}
#new .one:nth-child(2) .details{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#new .one:nth-child(3) .details{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items:flex-end;
    text-align: end;
}

/* Product */

#featured img{
    /* width: 80%; */
    /* height: 80%; */
    width: fit-content;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}







.product{
    cursor: pointer;
    margin-bottom: 2rem;
}

.product img{
    transition: 0.3s all;
}

.product:hover img{
    opacity:0.7;
}

.product .buy-btn{
    background-color: #fb774b;
    transform: translateY(50px);
    opacity: 0;
    transition: 0.3s all;
    color: #fff;
}

.product:hover .buy-btn{
    transform: translateY(0px);
    opacity: 1;
}

hr{
    width: 30px;
    height: 3px !important;
    opacity: 1 !important;
    background-color: #fb774b;

}

.star{
    padding: 10px o;
}

.star{
    font-size: 0.9rem;
    color: goldenrod;
}

#banner{
    background-image: url(../imgs/banner_002.jpg);
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position-x: center ;
    background-position-y: 80px ;
    background-repeat: no-repeat;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-attachment: fixed;

}
/* TEST TEST TEST TEST*/
.left_flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.end_flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

/* END */
#banner h1{
    color: coral;
}


#banner button{
    background-color: #fb774b;
}

#banner button:hover{
    background-color: black;

}

.order_btn{
    background-color: #fb774b;
    color: #D8D8D8;
}

.order_btn button:hover{
    background-color: black;

}
.order_btn button:visited{
    color: #D8D8D8;

}

.order_btn button:link{
    color: #D8D8D8;

}











.title{
    color: #fff;
}
 




.logo{
    
        width: 200px;
        height: auto;
}


.pay_method{
    
    width: 5px;
    height: auto;
}

.featured_text{
    font-size: small;
}





.footer_box_height{
    height: 300px;
}

footer logo {
    width: 100px;
}


footer h5{
    color: #D8D8D8;
    font-weight: 700;
    font-size: 1.2rem;
}

footer li{
    padding-bottom: 4px;
}

footer li a{
    font-size: 0.8rem;
    color: #999;
    text-decoration: none;
}

footer li a:hover{
    color: #D8D8D8;
}

footer .copyright a{
    color: #000;
    height: 40px;
    width: 40px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    transition: 0.3s ease;
    margin: 0 5px;

}

footer .copyright a:hover{
    color: #fff;
    background-color: coral;
    margin: 3px 5px;
    font-size: 1.5rem;
}

footer p{
    color: #fff
    ;
}

footer .copyright img{
    width: 40%;
}



footer{
    background-color: #222222;
    /* background-image: url(../imgs/music-word-letterpress-printing-blocks.jpg); */
    background-image: url(../imgs/music-word-letterpress-printing-blocks_lr_2.jpg);
    
    font-size: small;
    font-weight: lighter;
    font-weight: 100;
    font-weight: bolder;
    
}

.footer_text {
    font-weight: 100;
    font-weight: lighter;
    /* font-size: x-small; */
}

.address_text{
    font-size: x-small;
}




.navbar .brand{
    color: #fb774b;
    padding-left: 1px;
    padding-top: 5px;

}

.pagination {
    color: coral;
}

.pagination li:hover{
    color: #fff;
    background-color: coral;
}

.small-img-group{
    display: flex;
    justify-content: space-between;
}

.small-img-col{
    flex-basis: 24%;
    cursor: pointer;
}

.single-product input{
    width: 50px;
    height: 40px;
    padding-left: 10px;
    font-size: 16px;
    margin-right: 10px;

}

.single-product input:focus{
    outline: none;
}

.single-product .buy-btn{
    background-color: #fb774b;
    opacity: 1;
    transform: o.4s all;
}

.single-product .buy-btn:hover{
    background-color: #222222;
}
/* Cart */

.cart table{
    width: 100%;
    border-collapse: collapse;
}

.cart .product-info{
    display: flex;
    flex-wrap: wrap;
}

.cart th{
    text-align: left;
    padding: 5px 10px;
    color: #fff;
    background-color: #fb774b;
}

.cart td{
    padding: 10px 20px;
}

.cart td img{
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.cart td input{
    width: 65px;
    height: 30px;
    padding: 5px;
}

.cart td a{
    color: #fb774b;
}

.cart .remove-btn{
    color: #fb774b;
    text-decoration: none;
    font-size: 14px;
    border: none;
    background-color: white;
    /* width: 100%; */
}

.remove-btn a:visited {
    color: rgb(246, 252, 246);
    text-decoration: none;
  }

.cart .edit_btn{
    color: #fb774b;
    text-decoration: none;
    font-size: 15px;
    background-color: white;
    border: white;

}

.cart .product-info p{
    margin: 3px;
}

.cart-total{
    display: flex;
    justify-content: flex-end;
}
.cart-total table{
    width: 100%;
    max-width: 500px;
    border-top: 3px solid #fb774b;
}

td:last-child{
    text-align: right;
}

th:last-child{
    text-align: right;
}

.checkout-container{
    display: flex;
    justify-content: flex-end;
}

.checkout-btn{
    display: flex;
    justify-content:flex-end;
    background-color: #fb774b;
    color: #fff;
}

/* Login */

#login-form{
    width: 80%;
    margin: 5px auto;
    text-align: center;
    padding: 20px;
    border-top: 1px solid #fb774b;
}

#login-form input{
    width: 80%;
    margin: 5px auto;
}

#login-form #login-btn{
    background-color: #fb774b;
    color: #fff;
}

#login-form #register-url{
    color: #fb774b;
}

/* Register */
#register-form{
    width: 100%;
    margin: 5px auto;
    text-align: center;
    padding: 20px;
    border-top: 1px solid #fb774b;

}

#register-form input{
    width: 50%;
    margin: 5px auto;
}

#register-form #register-btn{
    background-color: #fb774b;
    color: #fff;
}

#regester-form #login-url{
    color: #fb774b;
}

/* Account */
#account-form{
    width: 50%;
    margin: 35px auto;
    text-align: center;
    padding: 20px;
}

#account-form input{
    margin: 5px auto;
}

#account-form #change-pass-btn{
    color: #fff;
    background-color: #fb774b;
}

.account-info #order-btn, #logout-btn{
    color: #fb774b;
    text-decoration: none;
}

/* orders */
.orders table{
    width: 100%;
    border-collapse: collapse;
}

.orders .product-info{
    display: flex;
    flex-wrap: wrap;
}

.orders th{
    text-align: left;
    padding: 3px 10px;
    color: #fff;
    background-color: #fb774b;

}

.orders th:nth-child(4){
    text-align: right;
}

.orders td:nth-child(4){
    text-align: right;
}

.right{
    text-align: right;
}

.orders td{
    padding: 3px 20px;
    text-align: left;

}

.orders td img{
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

#orders .order-details-btn{
    color: #fff;
    background-color: #fb774b;
}

/* Checkout */
#checkout-form .checkout-small-element{
    display: inline-block;
    width: 48%;
    margin: 10px auto;
}

#checkout-form .checkput-large-element{
    width: 97%;
}

#checkout-form .checkout-btn-container{
    margin: 10px;
    text-align: right;
    margin-right: 40px;
}

#checkout-form #checkout-btn{
    color: #fff;
    background-color: #fb774b;
}

/* Contact */
#contact span{
    color: #fb774b;
}

.thumbnail {
    border: 0;
    }

    /* unvisited link */
a:link {
    color: rgb(250, 246, 246);
    text-decoration: none;
  }
  
  /* visited link */
  a:visited {
    color: rgb(246, 252, 246);
    text-decoration: none;
  }
  
  /* mouse over link */
  a:hover {
    color: rgb(250, 244, 247);
  }
  
  /* selected link */
  a:active {
    color: rgb(160, 98, 18);
  }

  .icon a{
    color: #000
  }

  .box{
    height: 300px;
    width: 300px;
    background-color: aqua;
  }
  .box2{
    height: 200px;
    width: 200px;
    background-color: rgb(111, 0, 255);
  }


  .dropdown_link  a:link {
    color: rgb(255, 130, 47);
    text-decoration: none;
    background-color: yellow;


  }

 .email_link  a:link {
    color: rgb(255, 130, 47);
    text-decoration: none;


  }

  .example1 {
    border-color: #999;
    border: 0.1px solid;
    padding: 3px;
    box-shadow: 2px 3px #d3d1d1;
  }
  .example2 {
    border-color: #999;
    border: 0.1px solid;
    padding: 0px;
    box-shadow: 2px 3px #d3d1d1;
  }

  .width_qty{
    width: 200px;
  }

  .parts td input{
    width: 1065px;
    height: 30px;
    padding: 5px;
}

.center_box {
    margin: 0 auto;
}

.parts ul{
    color: #000;


}


    /* unvisited link */
.parts a:link {
    color: rgb(10, 10, 10);
    text-decoration: none;
  }
  
  /* visited link */
 .parts a:visited {
    color: rgb(6, 236, 6);
    text-decoration: none;
  }
  
  /* mouse over link */
  .parts a:hover {
    color: rgb(236, 19, 128);
  }
  
  /* selected link */
  .parts a:active {
    color: rgb(160, 98, 18);
  }

  #binding {
    color: #fff;
  }

  #accordion {
    color: #fff;
    background-color: #fb774b;
    border: #dd0808;
  }

.qa {
    color: #fff;
}



#questions button{
    /* background-color: #fb774b; */
    /* color: #D8D8D8; */
    text-transform: none;
    background-color: #222222;
    color: #D8D8D8;
}

#questions button:hover{
    /* background-color: rgba(34, 33, 33, 0.842); */
    background-color: #fb774b;

}
#questions button:visited{
    /* color: #D8D8D8; */
    color: #D8D8D8;

}

#questions button:link{
    color: #D8D8D8;

}

#questions .left{
    text-align: left;
}

.textarea {
    width: 100%;
    height: 100px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;

  }

  #category button{
    /* background-color: #fb774b; */
    /* color: #D8D8D8; */
    text-transform: none;
    /* background-color: #222222; */
    color: coral;
}

.text_size_sm{
    font-size: x-small;

}

