/* General*/

@font-face {
  font-family: cera;
  src: url("./fonts/cera-gr-medium.otf") format("opentype");
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: cera;
}

.fixLogOut button{
  border: none;
  background: none;
  padding: unset;
}
/* Userlogin-Register */
.userformfield {
  background: radial-gradient(black, transparent);
  border: 1px solid black;
  border-radius: 6px;
  width: 100%;
}

.userformfield-Success {
  background: green;
  border: 1px solid black;
  border-radius: 6px;
  width: 100%;
  text-align: center;
}

.user-login2 h1 {
  display: flex;
  justify-content: center;
}

.inner-box {
  display: flex;
  justify-content: center;
  padding: 30px;
}

.inner-one {
  width: 100%;
  border: 1px solid black;
  padding: 10px;
  background: white;
  height: 100%;
}

.inner-two {
  width: 50%;
  border: 1px solid black;
  padding: 10px;
  background: white;
}

.tittle {
  padding-bottom: 15px;
}

p.forgotten {
  padding-top: unset !important;
  font-size: 13px;
}

.reg-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.forgot {
  float: right;
}

/* MyAccount */
.userpanel-inner {
  display: flex;
  justify-content: center;
}

.bottommsg {
  display: flex;
  justify-content: center;
  padding-top: 5px;
  text-align: center;
}

.userpanel-right {
  width: 80%;
}

.myaccount {
  font-size: 20px;
  text-decoration: none;
  color: black;
}

.myaccount:hover {
  color: blue;
}

.userlogout {
  padding-bottom: 20px;
  text-decoration: none;
}

button.userlogout {
  border: none !important;
  background: none !important;
  color: red !important;
}

button.userlogout:hover {
  color: white !important;
}


/* navbar */
.navbar {
  background-color: cadetblue;
  display: flex;
}

.navbar-logo {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-text {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-search {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.navbar p {
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.navbar button {
  width: 150px;
  height: 40px;
  font-size: 18px;
  border: 1px solid red;
  border-radius: 5px;
  background-color: red;
  color: #fff;
}

.navbar input {
  width: 250px;
  height: 40px;
  font-size: 18px;
  border-radius: 5px;
  color: black;
}

.search-button:hover {
  font-size: 18px;
  background-color: black !important;
  color: white !important;
  border: none;
}

.navbar-text img {
  width: 310px;
  height: 155px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.NavText {
  color: white;
}

.navbar-logo img {
  width: 200px;
  height: 185px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.search_results {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-template-columns: unset !important;
  grid-gap: unset !important;
}

.userlog {
  padding-bottom: 20px;
  text-decoration: none;
  font-size: 18px;
}

.userlog:hover {
  color: black;
}

.timer {
  display: flex;
}

.timer p {
  font-size: unset !important;
}

/* details */
.nav2 {
  display: flex;
  background: #000;
  color: white;
  font-size: 17px;
  padding: 1px;
}

.address {
  display: flex;
  width: 20%;
  justify-content: center;
  align-items: center;
}

.time {
  display: flex;
  width: 60%;
  justify-content: center;
  align-items: center;
}

.number {
  display: flex;
  width: 20%;
  justify-content: center;
  align-items: center;
}

/* .login {
  display: flex;
  width: 5%;
  justify-content: center;
  align-items: center;
} */

/* Topbar */
.topbar {
  background-color: cadetblue;
  display: flex;
}

.current-left {
  width: 20%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home {
  justify-content: center;
  align-items: center;
  width: 60%;
}

.current-right {
  width: 20%;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 30px;
  color: blue;
}

.topbar ul {
  display: flex;
  justify-content: center;
  padding: 20px;
  align-items: center;
}

.topbar a {
  text-decoration: none;
}

.topbar li {
  display: inline-block;
  margin: 0 35px;
  letter-spacing: 1px;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
}


/* Middle contect */
.middle {
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 25px
}

.sidebar {
  width: 20%;
  display: flex;
  justify-content: center;
}

.middlebar {
  width: 60%;
}



.splides {
  width: 20%;
}

.left-img img {
  width: 300px;
  height: 300px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bottom {
  margin-bottom: 105px;
}

/* Left SideBar */
.box {
  width: 280px;
}

.box a {
  text-decoration: none;
}

.box li {
  list-style: none;
  text-align: center;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  padding: 15px;
  background: lightgray;
  color: #333333;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

/* left photo*/
.left-photo {
  display: flex;
}

.text {
  padding-top: 60px;
  padding-left: 20px;
  font-size: 17px;
}

/* right photo */

.right-photo {
  display: flex;
  justify-content: right;
  background: #30636a;
  color: white
}

.text-right {
  padding-top: 60px;
  padding-right: 20px;
  font-size: 17px;
}

.right-img img {
  width: 300px;
  height: 300px;
  padding-top: 30px;
  padding-bottom: 5px;
}


.home li {
  font-size: 25px;
  font-weight: bold;
}

li.main {
  color: gold;
  text-decoration: underline;
}

li.sidebarMain {
  color: white;
  background: darkgrey;
}

.title {
  display: flex;
  justify-content: center;
  padding: 20px;
}

/* Products */
.products {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(4, 0fr);
  grid-gap: 30px;
}

.products .item img {
  border: 1px solid;
  width: 280px;
  height: 200px;
}

.productss {
  display: flex;
  align-items: center;
  justify-content: center;
}

.productss .item img {
  border: 1px solid;
  width: 280px;
  height: 200px;
}

.line {
  padding: 10px;
}

.descr {
  width: 280px;
  height: 60px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-size: 18px;
  border: 2px solid black;
  background: darkcyan;
  color: white;
  padding: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.price {
  width: 280px;
  text-align: center;
  justify-content: center;
  padding-top: 10px;
  font-size: 18px;
  border: 2px solid black;
  background: antiquewhite;
  color: black;
  padding: 5px;
  font-weight: bold;
  /* text-decoration: line-through; */
}

.description {
  width: 280px;
  text-align: center;
  justify-content: center;
  padding-top: 10px;
  font-size: 18px;
  border: 2px solid black;
  background: rgb(243, 54, 54);
  color: white;
  padding: 5px;
  font-weight: bold;
  /* text-decoration: line-through; */
}

.products a {
  text-decoration: none;
  color: black !important;
}

.changed {
  padding-top: 50px;
}

/* .changed {
  position: fixed;
  bottom: 80px;
  width: 60%;
} */

.changed p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 18px;
  padding-left: 20px;
}

/* footer */
footer {
  padding-top: 50px;
}

footer .terms {
  height: 100px;
  display: flex;
  background-color: cadetblue;
  position: fixed;
  bottom: 0;
  padding: 10px 10px 0px 10px;
  width: 100%;
}

.designed:hover{
    color:gold !important;
}

.terms a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.cards {
  display: flex;
  width: 20%;
  justify-content: center;
  align-items: center;
}

.cards img {
  height: 25px;
  width: 70px;
}

.rights {
  display: flex;
  width: 60%;
  justify-content: center;
  align-items: center;
}

.email {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.socialMedia a {
  font-size: 30px;
  padding-bottom: 10px;
}

i.fa-brands.fa-instagram {
  padding-right: 10px;
  color: mediumvioletred;
}

i.fa-brands.fa-viber {
  color: rebeccapurple;
}

/* Login */
.user {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

.user-login h1 {
  justify-content: center;
  display: flex;
  padding-bottom: 30px;
}

.user-content input {
  display: block;
  padding: 5px;
  border-radius: 5px;
  color: black;
}


.RemoveInput input {
  display: unset !important;
}

.username {
  display: grid;
}

.pass {
  padding-top: 10px;
  padding-bottom: 15px;
  display: grid;
}

.user-login p {
  padding-top: 20px;
}

.login-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-btn button {
  width: 150px;
  height: 40px;
  font-size: 18px;
  border: 1px solid #d1411e;
  border-radius: 5px;
  background-color: #d1411e;
  color: #fff;
}

.reg-btn button {
  border: 1px solid green;
  border-radius: 5px;
  background-color: green;
}

.login-btn button:hover {
  font-size: 18px;
  background-color: #000 !important;
  color: #fff !important;
  border: none;
}

/* UserPage */
.border {
  border: 2px black solid !important;
  padding: 15px;
}

.logout {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-content {
  width: 60%;
}

.singup {
  padding-top: 5%;
  padding-bottom: 5%;
}

.sign button {
  background-color: green !important;
  border: 1px solid green !important;
}


.welcome {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

.add {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
}

.login-right {
  width: 20%;
  display: inline-table;
  justify-content: center;
}

.logout button {
  width: 150px;
  height: 40px;
  font-size: 18px;
  border: 1px solid #d1411e;
  border-radius: 5px;
  background-color: #d1411e;
  color: #fff;
}

.logout button:hover {
  font-size: 18px;
  background-color: #000 !important;
  color: #fff !important;
  border: none;
}

.add-btn {
  display: flex;
  justify-content: center;
  margin-top: 5%;
}

.add-btn button {
  width: 150px;
  height: 40px;
  font-size: 18px;
  border: 1px solid #d1411e;
  border-radius: 5px;
  background-color: #d1411e;
  color: #fff;
}

.add-btn button:hover {
  font-size: 18px;
  background-color: #000 !important;
  color: #fff !important;
  border: none;
}

.left {
  padding-left: 150px;
}

.register {
  padding-top: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

select {
  width: 293px;
  height: 37px;
}

.line.search_results {
  display: inline;
}



/* @media only screen and (max-width: 2850px) and (min-width: 992px) {
  .fixWidth9{
    margin-top: -200px;
  }

} */

@media only screen and (max-width: 1083px) and (min-width: 992px) {
  .fixWidth9 {
    width: 70% !important;
  }

  .fixWidth3 {
    width: 30% !important;
  }

}

@media only screen and (max-width: 2800px) and (min-width: 1025px) {
  .user-Contect {
    width: 60%;
  }

  /* .scrollBar {
    width: 80%;
    overflow: auto;
    overflow-y: scroll;
    height: 600px;
  } */
}

@media only screen and (max-width: 5800px) and (min-width: 1025px) {
  .phoneUI {
    display: none !important;
  }
}




@media only screen and (max-width: 1024px) {
  .user {
    height: 620px;
  }

  .fixPhoneSize {
    height: 440px;
  }

  .navbar, .details, .topbar {
    display: none !important;
  }

  .userpanel-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .video {
    width: 100% !important;
  }

  .videoText {
    padding-top: 15px !important;
  }

  .text {
    padding-top: 15px !important;
  }

  .left-img img {
    padding-bottom: unset;
  }

  .videoText {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  .socials {
    height: 200px !important;
  }

  .socialLinks {
    justify-content: center;
  }

  .list-group {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding-bottom: 50px;
  }

  .bottommsg {
    text-align: center;
  }

  p.pnick {
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .userpanel-right {
    width: 100%;
    overflow: auto;

  }

  .fixTable {
    overflow-y: scroll;
    height: 500px;
  }

  .modal2 .modal-content {
    width: 90% !important;
  }

  .top_lists {
    margin-top: 10%;
  }

  .topbar {
    background-color: cadetblue;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .changed {
    position: unset;
    width: 100%;
    padding-top: 5%;
  }

  .register {
    padding-top: 10%;
  }

  .upload {
    display: flex !important;
    justify-content: center;
  }

  .login {
    width: unset;
  }

  .login-right {
    /* margin-top: 10%; */
    width: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .left {
    padding-left: unset;
  }

  .add {
    flex-direction: column;
    padding-bottom: 10%;
  }

  .user-login p {
    text-align: center;
  }

  .left-img img {
    height: auto;
  }

  .navbar img {
    height: auto;
  }

  form.search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .navbar-text {
    width: 100%;
  }

  .navbar-logo {
    width: 100%;
  }

  .navbar-search {
    width: 100%;
  }

  .search-text {
    display: flex;
  }

  .address {
    width: 100%;
    padding-bottom: 10px;
  }

  .time {
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .number {
    width: 100%;
  }

  .nav2 {
    display: block;
  }

  .topbar ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .sidebar {
    width: 100%;
    display: none;
  }

  .middlebar {
    width: 100%;
  }

  .middle {
    display: block;
    margin-top: 160px;
  }

  .user {
    margin-top: 110px;
  }

  .products {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .line {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: unset;
  }

  .item {
    padding-bottom: 10px;
  }

  .left-photo {
    display: flex;
    padding-bottom: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .box {
    width: 80%;
    display: none;
  }

  .box ul {
    padding: unset !important;
  }

  .left-photo .text {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  .right-photo {
    display: flex;
    padding-bottom: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .right-photo .text-right {
    padding-right: unset;
    text-align: center;
  }

  .cards {
    width: 100%;
  }

  .rights {
    width: 100%;
  }

  .email {
    width: 100%;
    padding-bottom: 15px;
  }



  footer .terms {
    display: inline-table;
    position: unset;
    padding: unset;
  }

  .logout {
    width: unset;
  }

  .user-content {
    width: unset;
  }

  .paymentMethod {
    display: flex;
    justify-content: center;
  }

  .shippingPrice {
    display: flex;
    justify-content: center;
  }

  .shoppingPrice {
    display: flex;
    justify-content: center;
  }

  .freePayment {
    display: flex;
    justify-content: center;
  }

  .inline {
    width: unset !important;
  }

  .pRight {
    padding-right: unset !important;
  }

  .custmInline {
    flex-direction: column;
  }


}



@media only screen and (max-width: 935px) and (min-width: 650px) {
  .products {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 936px) {
  .products {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}

@media only screen and (max-width: 2023px) and (min-width: 1025px) {
  form.search {
    text-align: center;
  }
}



@media only screen and (max-width: 2400px) and (min-width: 1025px) {
  .sidebar {
    width: unset;
  }

  .middle {
    width: 100%;
  }

  .splides {
    width: unset;
  }

  .user-content {
    width: unset;
  }

  .unsetWidth {
    width: 60% !important;
  }

  .fixDetails {
    width: 90% !important;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1025px) {
  .modal2 .modal-content {
    width: 70% !important;
  }

  .email {
    padding-left: 25px;
  }

  .index {
    width: unset;
    margin-left: unset !important;
  }

  .indexMid {
    width: 80%;
    margin-left: unset !important;
  }

  .indexx {
    display: block;
  }

  .left {
    padding-left: 50px;
  }

  .logout {
    width: unset;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .login-right {
    margin-bottom: 10% !important;
    margin-top: unset;
    width: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .upload {
    display: flex !important;
    justify-content: center;
  }

  .user-content {
    width: unset;
  }

  .add {
    padding-bottom: 10%;
  }

  .products {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }



  .sidebar {
    margin-left: 50px;
  }

  .middlebar {
    margin-left: 100px;
  }
}

@media only screen and (max-width: 1500px) and (min-width: 1301px) {
  .modal2 .modal-content {
    width: 60% !important;
  }

  .index {
    width: unset;
    margin-left: unset !important;
  }

  .indexMid {
    width: 80%;
    margin-left: unset !important;
  }

  .indexx {
    display: block;
  }

  .left {
    padding-left: 100px;
  }

  .logout {
    width: unset;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .login-right {
    margin-bottom: 10% !important;
    margin-top: unset;
    width: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .upload {
    display: flex !important;
    justify-content: center;
  }

  .user-content {
    width: unset;
  }

  .add {
    padding-bottom: 10%;
  }

  .products {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }

  .sidebar {
    margin-left: 30px;
  }

  .middlebar {
    margin-left: 70px;
  }
}

@media only screen and (max-width: 1900px) and (min-width: 1501px) {
  .modal2 .modal-content {
    width: 50% !important;
  }

  .left {
    padding-left: 10px;
  }

  .products {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  }

  .sidebar {
    margin-left: 10px;
  }

  .middlebar {
    margin-left: 170px;
  }
}

@media only screen and (max-width: 1599px) and (min-width: 1501px) {

  .index {
    width: unset;
    margin-left: unset !important;
  }

  .indexMid {
    width: 70%;
    margin-left: unset !important;
  }
}

@media only screen and (max-width: 1700px) and (min-width: 1600px) {
  .left {
    padding-left: 20px;
  }

  .index {
    width: unset;
    margin-left: unset !important;
  }

  .indexMid {
    width: 70%;
    margin-left: unset !important;
  }
}

@media only screen and (max-width: 1800px) and (min-width: 1701px) {
  .left {
    padding-left: 30px;
  }

  .index {
    width: unset;
    margin-left: unset !important;
  }

  .indexMid {
    width: 70%;
    margin-left: unset !important;
  }

}


@media only screen and (max-width: 1900px) and (min-width: 1801px) {
  .left {
    padding-left: 40px;
  }

}

@media only screen and (max-width: 2000px) and (min-width: 1901px) {
  .left {
    padding-left: 40px;
  }

}

@media only screen and (max-width: 2400px) and (min-width: 1901px) {
  .modal2 .modal-content {
    width: 40% !important;
  }

  .products {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  }

  .sidebar {
    margin-left: 10px;
  }

  .middlebar {
    margin-left: 170px;
  }
}

/* Carousel CSS */






/* *****Register Button starts here***** */

/* Full-width input fields */
.modal2 input[type=text], .modal2 input[type=password], .modal2 input[type=email] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

.modal2 select {
  width: 100%;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

/* Add a background color when the inputs get focus */
.modal2 input[type=text]:focus, .modal2 input[type=password]:focus, .modal2 input[type=email]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for all buttons */
.modal2 button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.modal2 button:hover {
  opacity: 1;
}

/* Extra styles for the cancel button */
.modal2 .cancelbtn {
  padding: 14px 20px;
  background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.modal2 .cancelbtn, .modal2 .signupbtn {
  float: left;
  width: 50%;
}

/* Add padding to container elements */
.modal2 .container {
  padding: 16px;
}

/* The Modal (background) */
.modal2 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #474e5d;
  padding-top: 50px;
}

/* Modal Content/Box */
.modal2 .modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 30%;
  /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
.modal2 hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* The Close Button (x) */
.modal2 .close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.modal2 .close:hover,
.modal2 .close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.modal2 .clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
  .modal2 .cancelbtn, .modal2 .signupbtn {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  p.forgotten {
    padding-bottom: 15px;
  }
}

/* *****Register Button finish here***** */


/*Start Account details form */

/* Style inputs, select elements and textareas */
.row input[type=text], .row input[type=email], .row input[type=password], .row select, .row textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

.row {
  align-items: center;
}

/* Style the label to display next to the inputs */
.row label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
.row input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  margin-top: 10px;
}

/* Style the container */
.containerr {
  border-radius: 5px;
  background-color: ghostwhite;
  padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, .row input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

/* End Account details form */

/* Start Account edit form */

/* Style inputs */
.userpanel-right input[type=text], .userpanel-right input[type=email], .userpanel-right input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Style the submit button */
.userpanel-right input[type=submit] {
  width: 100%;
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Add a background color to the submit button on mouse-over */
.userpanel-right input[type=submit]:hover {
  background-color: #45a049;
}

.editor form {
  border: 1px solid;
  border-radius: 10px;
  padding: 10px;
  background: ghostwhite;
  margin-bottom: 20px;
}




.addon {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 280px;
  border: 2px solid black;
  padding: 10px;
  border-top: none;

}

.qty {
  padding-right: 20px;
}

.qty1 {
  font-size: 18px;
}

.qty2 {
  font-size: 15px;
  padding-top: 10px;
}

/* Start Shopping Cart  */

.totalPrice {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}

.totalPrice h5 {
  padding-left: 20px;

}

.RemoveLabel label {
  padding: unset !important;
}

.RemoveLabel {
  justify-content: center;
  display: flex;
}

.list-group-item.active {
  z-index: unset !important;
}

.fixPayment {
  margin-top: 50px;
  margin-bottom: 50px;
}

.paymentMethod {
  display: flex;
}

.shippingPrice {
  display: flex;
}

.shoppingPrice {
  display: flex;
}

.freePayment {
  display: flex;
  justify-content: center;
}

.chargeT {
  padding-left: 10px;
}

.radioBtn {
  padding-left: 7px;
}

/* Finish Shopping Cart  */


div#dangerEmail {
  display: none;
  color: red;
}

div#dangerPass {
  display: none;
  color: red;
}

div#dangerNewpassReap {
  display: none;
  color: red;
}

.checkboxRec {
  padding-top: 10px;
  font-size: 13px;
}

.blink h1 {
  animation: blink 1s linear infinite;
  color: red;
  font-size: 50px;
}

@keyframes blink {
  50% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }
}


.Item_Qty {
  justify-content: center;
  align-items: center;
}

.numberQty {
  font-size: 20px;
  padding: 0px 10px;
}

button.minus_plus {
  background: none;
  border: none;
}

.addItem {
  display: flex;
  justify-content: center;
}

tr#all_Items {
  font-size: 18px;
}

.tooltipp .tooltiptext {
  visibility: hidden;
  width: 110px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 15px;
  margin-left: 5px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltipp:hover .tooltiptext {
  visibility: visible;
}



.tooltippp .tooltiptext {
  visibility: hidden;
  width: 125px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 16px;
  margin-top: 50px;
  margin-left: -90px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltippp:hover .tooltiptext {
  visibility: visible;
}


.tooltipComment .tooltiptext {
  visibility: hidden;
  width: 60px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 13px;
  margin-left: 5px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltipComment:hover .tooltiptext {
  visibility: visible;
}


/* Admin panel TABS start */
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 18px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab .review.active {
  background-color: black;
  color: white;
}

.tab .delivery.active {
  background-color: blue;
  color: white;
}

.tab .done.active {
  background-color: green;
  color: white;
}

.tab .all.active {
  background-color: gold;
  color: black;
}

.tab .cancel.active {
  background-color: red;
  color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.mainTab {
  display: block;

}


button.btnChangeStatus {
  background: black;
  color: white;
  margin-left: 5px;
  border-radius: 5px;
}


button.btnChangeStatus:hover {
  background: gold;
  color: black;
}

button.btnPrint {
  background: black;
  color: white;
  padding: 7px;
  border-radius: 5px;
}


button.btnPrint:hover {
  background: gold;
  color: black;
}

/* Admin panel TABS end */

.searchP {
  padding-bottom: 10px;
  text-align: center;
}

.print-section {
  visibility: hidden;
}

.custmInline {
  display: flex;
  justify-content: center;
}

.inline {
  width: 45%;

}

.pRight {
  padding-right: 50px;
}

td.Item_Qty_Box {
  display: flex;
  justify-content: center;
}

.Item_Qty_Box input[type="number"] {
  width: 65px;
  text-align: center;
}

.btnS {
  display: flex;
  place-content: space-between;
}

video {
  width: 100%;
  height: 300px;
}

.video {
  width: 550px;
  padding-bottom: 30px;
}


.videoText {
  padding-left: 20px;
  font-size: 17px;
  padding-top: 60px;
}

.socials {
  width: 300px;
  height: 300px;
  display: flex;
  font-size: 90px;
  justify-content: center;
  align-items: center;
}

.socialLinks {
  display: flex;
  font-size: 20px;
}

.socialLinks a {
  color: gold;
}

.insta {
  margin-right: 20px;
}

.instaLInk a {
  padding-right: 15px;
}

.trusted {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}


.notTrustedDev input[type=submit] {
  color: red;
}

.notTrustedDev {
  margin-right: 25px;
}

.TrustedDev input[type=submit] {
  color: green;
}



/* SideBar style */

.dropdowne {
  display: flex;
  flex-direction: column;
  width: 250px;
}

.dropdowne button i {
  float: right;
}

.dropdowne button {
  font-size: 18px;
  font-weight: bold;
}

/* Dropdown Button */
.dropbtn {
  background-color: lightgray;
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover {
  background-color: #2980B9;
}


.dropbtn:focus {
  background-color: darkgray;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  /* position: absolute; */
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #2980B9
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

button.active {
  background-color: #2980B9;
}

a.activeBar {
  background-color: #2980B9;
}


.orderInformation {
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-size: 17px;
  color: blue;
  margin-top: 150px;
}

.container input[type=checkbox] {
  cursor: pointer;
}

.leftSide {
  width: 20%;
}

.rightSide {
  width: 20%;
}

.user-Contect h3 {
  text-align: center;
}

.middleContect {
  border: 1px solid;
  background: snow;
  margin-bottom: 50px;
  margin-top: 20px;
}

.oroiTittle {
  font-size: 20px;
}

.fixWidth9 {
  overflow: auto;
}

.current-right a {
  color: blue;
}

.current-right a:hover {
  color: gold;
}


form.coupon {
  display: flex;
  justify-content: center;
  align-items: center;
}

p.couponName {
  padding-top: 15px;
  font-size: 17px;
}

input.couponText {
  height: 40px;
  margin-left: 5px;
}




/* PHONE CSS STYLE */

.phoneSearch input[type=search] {
  width: 130px;

}

.phoneSearch button {
  background-color: red;
  color: white;
}

.phoneSearch button:hover {
  background-color: gold;
  color: black;
}

.phoneMyAcc .phoneTooltiptext {
  visibility: hidden;
  width: 135px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 13px;
  margin-top: 38px;
  margin-left: -120px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.phoneMyAcc:hover .phoneTooltiptext {
  visibility: visible;
}

button.phoneUserlogout {
  border: none;
  background: none;
}

.phoneUserlogout .phoneTooltiptext {
  visibility: hidden;
  width: 125px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 13px;
  margin-top: 38px;
  margin-left: -100px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.phoneUserlogout:hover .phoneTooltiptext {
  visibility: visible;
}

.phoneTooltip .phoneTooltiptext {
  visibility: hidden;
  width: 125px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 13px;
  margin-top: 38px;
  margin-left: -45px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.phoneTooltip:hover .phoneTooltiptext {
  visibility: visible;
}

.phoneCart a {
  text-decoration: none;
  color: gold;
}

.phoneUI {
  position: fixed;
  z-index: 1;
  top: 0px;
  width: 100%;
}

.phoneNavbar {
  height: 90px;
  background-color: cadetblue;
  display: flex;
  text-align: center;
  align-items: center;
}

.phoneTopBar {
  height: 50px;
  background-color: black;
  display: flex;
  text-align: center;
  align-items: center;
}

.phoneLogout {
  width: 20%;

}

.phoneSearch {
  width: 60%;
  display: flex;
  justify-content: center;
}

.phoneCart {
  width: 20%;
}


.phoneBar {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 20%;
  align-items: center;
}

.phoneText {
  width: 60%;
  justify-content: center;
  text-align: center;
  padding-top: 10px;
}

.phoneText a {
  color: white;
  text-decoration: none;
}

.phoneLogin a {
  color: black;
  text-decoration: none;
}

.phoneLogin {
  width: 20%;
  font-size: 25px;
}


.phoneUserLog:hover {
  color: red;
}

.phoneMyAcc:hover {
  color: red;
}

.phoneUserlogout {
  text-decoration: none;
  color: gold;
}

.phoneUserlogout:hover {
  color: red;
}

.phoneCart a:hover {
  color: blue;
}


.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 4px;
  background-color: #333;
  margin: 3px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}






/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 15%;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  text-align: center;
  /* Centered text/links */
  margin-top: 30px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.overlay-content:hover {
  color: white;
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: gold;
  display: block;
  /* Display block instead of inline */
  transition: 0.3s;
  /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }

}