body{
    background-color: Lightgoldenrodyellow;
    overflow-x: hidden;
    opacity: 1;
    transition-duration: 0.6s;
    transition-property: opacity;
    /* margin: 0%; */
    /*padding: 0%; */
}
    
body.fade {
opacity: 0;
      }


#header {
    background-color: white;
    list-style-type: none;
}

li {
    float: right;
}

.li_header {
    display: inline-block;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 20px;
    text-decoration: none;
    background-color: rgb(56, 27, 83);
    font-family: 'Quicksand', sans-serif;
}


a::before {
    background-color: #000000;
    bottom: 0;
    left: 0;
  }
  
.box-container{
    float: left;
    margin-left: 70px;
}

.flex
{
    display: flex;
    height: 700px;
    width: 1200px;
    flex-wrap: wrap;
    margin: 30px;
    
}
.box, .box2{
    background-color: rgb(75, 74, 10);
    width: 300px;
    height: 200px;
    color: white;
    border-radius: 27px;
    margin-right: 20px;
    margin-bottom: 40px;
}

.textdes{
    font-size: small;
    padding-left: 15px;
    margin-top: -5px;
    color: rgb(232, 224, 224);
}

.text, .text2{
    padding-top: 10px;
    font-size: 1.8em;
    padding-left: 15px;
}

.quantityProduct, .quantityProduct2{
    float: right;
    padding-right: 20px;
    margin-bottom: 10px;
}

optgroup{font-size: 2em;}
flex label, select, option{
    font-size: 1.3em;
    width: 60px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    border-bottom:2px solid white;
    color: black;
}

.onlybutton{
    color: rgb(48, 25, 48);
    position: relative;
    top: 42px;
    left: 100px;
    height: 40px;
    border-radius: 40px;
    background-color: #f3892b;
    border: 1px solid transparent;
}

#total{
    position: relative;
    top: 15px;
}

#total-cost{
    position: relative;
    left: 30px;
    bottom: 20px;
}
.onlybutton img{
    position: relative;
    top: 3px;
    width: 20px;
    height: 20px;
}
#invoice-overlaw{
    width: 400px;
    height: 400px;
    visibility: hidden;
    background-color: #5d3b68;
    border-radius: 20px;
    color: white;
    position: fixed;
    left: 36%;
}
#proceed{
    position:absolute;
    bottom: 10%;
    right: 10%;
    border-radius: 20px;
    padding: 5px;
    width: 100px;
    cursor: pointer;
    background-color: #f3892b;
    border: 1px solid transparent;
}

#costShowTitle{
    position:absolute;
    bottom: 15%;
    right: 35%;
}

#costShow{
    position:absolute;
    bottom: 15%;
    right: 15%;
}
.tabel-data{
    margin-left: 20px;
    width: 350px;
    position: absolute;
}

table, tr, th, td{
    border: 1px solid white;
}

th,td{
    padding: 5px;
}


#product1, #product2, #product3, #product4, #product5, #product6{
    color: white;
    font-size: 1.2em;
    float:left;
    position: relative;
    left:60px;
    top: 35px;
}

.currency{
    font-size: 1.2em;
    position: relative;
    right: 40px;
    top: 35px;
}
#currency2{
    font-size: 1.3em;
    font-weight: bolder;
    position: relative;
    top: 5px;
    left: 20px;
    /* padding-left: 20px; */
}
.buyForm{
    float: right;
    position: absolute;
    font-size: 0.9em;
    top: 130px;
    left: 74%;
    width: 380px;
    height: 700px;
    background-color: white;
    color: black;
    border-radius: 30px;
}

.buyForm label{background-color: transparent; color: black; border: none;}

.buyForm h1{
    padding: 0 0 0 25px;
    font-size: 3em;
    font-weight: 900;
}


form .details{
    padding: 0 0 10px 20px;
    position: relative;
    margin-bottom: 20px;
}

#total2{
    position: relative;
    left: 180px;
    bottom: 97px;
    /* margin-top: -40px; */
    font-size: 1.2em;
}

.floatInput{
    font-size: 14px;
    padding: 10px 10px;
    background-color: rgba(242,242,242,255);
    border: 1px solid transparent;
    border-radius: 5px;
    outline: none;
}
.floatInput:focus{
    outline: none;
    /* border-bottom:2px solid #5264AE; */
}
#Address1 input[type=text] {
    font-size: 12px;
    width: 72%;
    height: 30px;
}
input[type=text] + label{
    font-size: 0.9em;
    position:absolute;
    pointer-events: none;
    left: 19px;
    top: 10px;
    margin : 0 0 10px 20px;
    transition: 0.5s ease all;
    -moz-transition:0.5s ease all; 
    -webkit-transition:0.5s ease all;
}

.floatInput:focus ~label, .floatInput:not(:placeholder-shown)~label{
    top: -10px;
    font-size: 0.9em;
    color: #5f5f5f;
}

.floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
    top:-18px;
    font-size:14px;
    color:#5264AE;
}

/* animation */
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
to 	{ width:0; background:transparent; }
}

#total{
    margin-top: -40px;
    font-size: 1.2em;
}
#total-cost{
    margin-top: -40px;
    font-size: 1.8em;
    position: relative;
    margin-left: 3px;
    /* top: 11px; */
    left: 32px;
    bottom: 90px;
}
#total-cost2{
    margin-top: -40px;
    font-size: 1.8em;
    position: relative;
    padding-right: 3px;
    top: 9px;
    left: 16px;
}
#totla-quantity{
    /* margin-top: -40px; */
    font-size: 1.8em;
    position: relative;
    /* padding-right: 3px; */
    bottom: 90px;
    left:180px;
}
#col2{
    position: relative;
    bottom: 54px;
    left: 120px;
}


.details button{
    margin: 10px 0 30px 50px;
    padding: 15px;
    border-radius: 40px;
}
.details img{
    width: 30px;
    height: 30px;
    position: relative;
    top:10px;
}

#visa{height: 25px; position: relative; top: 7px;}
#placeOrder{background-color: rgba(88,186,54,255); color: white; border: 1px solid transparent; margin-right: 40px;
width: 121px; position: relative; bottom: 90px;}
#cancelOrder{background-color: rgba(166,22,22,255); color: white; border: 1px solid transparent; margin-left: -20px;
    position: relative; bottom: 90px;}
#empty{height: 1px; width: 1px; margin-bottom: -100px; position: absolute; border: none;}

h2{
    font-family:'Poppins', sans-serif; ;
    text-align: center;
    padding-top: 0;
    font-size: 3em;
    margin-top: -100px;
}

/* p{
    padding: 0;
    margin: 0 0 15px 0;
    color: #454545;
    font-weight: 300;
} */

/* .copyright {
    padding-top: 50px;
} */

.container{
    /* color: rgba(0, 0, 0, 0.808); */
    width: auto;
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;

}

        .row {
display: flex;
}

/* Create equal columns that sits next to each other */

.column0 {
    margin-top: 2px;
    font-size: 15px;
    flex: 34%;
    padding: auto;
    margin-right: 100px;
    text-align: left;
}

.column_h2 {
    padding-right: 0px;
    padding-left: 35px;
    font-size: 35px;
    line-height: 0.5;
    text-align: left;
   
}

span {
    font-family:'Poppins', sans-serif;
}

.column2 {
    margin-top: 110px;
    font-size: 7px;
    flex: 20%;
    padding: auto;
    text-align: left;
}
  
  #top:hover {
    background-color: rgba(85, 85, 85, 0.473);
  }


  .arrow2 {
    border: solid rgb(0, 0, 0);
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 4px;
  }

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.copyright{
    color: #000;
}