/* HEADER CSS */
.startheader {
  position: fixed;
  z-index: #999;
  left: 0;
  right: 0;
  top: 0;
}

.navbar {
  overflow: hidden;
  background-color: white;
  width: 100%;
  height: 70px;
  border: 1px solid transparent;
  display: flex;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.navbar a {
  float: left;
  font-size: 13px;
  color: black;
  text-align: left;
  padding: 14px 16px;
  align-items: center;
  text-decoration: none;
  line-height: 19.5px;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  background: 0%;
  padding: 12px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  margin-top: 15px;
  margin-left: 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 120px;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  height: 30px;
  margin-left: -80px;
  position: static;
  font-family: poppins, sans-serif;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
}
#main {
  margin: 0px;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.explore a:hover {
  background-color: #ffb100;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.leftdiv {
  width: 45%;
  height: 100%;
  border: 1px solid transparent;
}
.rightdiv {
  width: 45%;
  height: 100%;
  border: 1px solid transparent;
  margin-left: 10%;
  display: flex;
}
.rightdiv > div {
  margin-top: 20px;
  margin-left: 20px;
}
#mobileapp {
  width: 150px;
  height: 45px;
  border-radius: 10px;
  background-color: #ffead5;
  margin-top: 15px;
  text-align: center;
  vertical-align: center;
  font-weight: 600;
}
a {
  color: #151515;
  font-size: 13px;
  white-space: nowrap;

  font-family: "Poppins", sans-serif;
  margin-right: 15px;
}
#country {
  margin-top: 26px;
}
.countryimg {
  height: 20px;
  width: 20px;
  display: inline-block;
}

#language {
  margin-top: 30px;
  font-size: 18px;
}
#language > img {
  height: 16px;
  width: 16px;
}
button > img {
  height: 16px;
  width: 16px;
  margin-top: 2px;
}
#accountoptions {
  margin: 0px;
}
#cart {
  margin-top: 13px;
  margin-left: 0px;
}
i {
  margin: 0px;
  padding: 5px;
}
.dropdown-content > h6 {
  margin-top: 5px;
  margin-left: -60px;
  font-size: 18px;
}

.santa {
  width: 43%;
  height: 210px;
  margin: auto;
  padding-top: 8%;
}
.santa img {
  height: 100%;
  width: 100%;
}
.search {
  width: 60%;
  border: 1px solid black;
  height: 140px;
  margin: auto;
  /* margin-top: 25px; */
  border-radius: 15px;
  padding-left: 2%;
  box-sizing: border-box;
  margin-bottom: 10%;
  margin-top: 30px;
}
.input {
  width: 83%;
  height: 45%;
  border-radius: 10px;
  font-size: 20px;
  border: 1px solid transparent;
}
#searchbutton {
  display: inline-block;
  border: 1px solid transparent;
  margin-left: 4%;
}
.flex {
  display: inline-block;
  /* padding: 0px 6px; */
  margin: 0px;
}
.flag {
  margin-left: 20px;
  margin-top: 3px;
  height: 30px;
  width: 10%;
}

.flex > h5 {
  font-size: 20px;
  margin: 0px;
  color: black;
}
.dropdown-content > h6 {
  margin: 0px;
  margin-left: -60px;
}

.accountimg {
  line-height: 15px;
  margin-top: 2px;
  margin-right: 5px;
  margin-bottom: -7px;
  height: 22px;
  width: 22px;
}
/* BODY CSS */

.container {
  background-color: rgb(240, 245, 247);
  padding: 1%;
}

.smallBox {
  height: 230px;
  width: 100%;
  margin-bottom: 2%;
  margin-top: 3%;
}

.up {
  display: flex;
  height: 28%;
  margin-top: 1%;
  margin-bottom: 1%;
}

.heading {
  width: 38%;
  font-size: 12px;
  padding: 0% 1%;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.line {
  height: 5px;
  width: 60%;
  margin-top: 1.7%;
  background-color: rgb(196, 193, 193);
}

.down {
  display: flex;
  height: 60%;
  justify-content: space-between;
}

.down > div {
  height: 95%;
  width: 15%;
  border-radius: 5%;
  background-color: white;
  border: 4px solid rgb(240, 237, 237);
  display: flex;
}

.down > div:hover {
  border: 4px solid rgb(255, 154, 3);
}

.head {
  width: 65%;
  height: 80%;
  padding: 3%;
  margin-top: 3%;
  font-size: 18px;
  font-weight: bold;
  color: rgb(58, 57, 57);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.pic {
  width: 35%;
  height: 60%;
  margin-top: 10%;
}

.bigBox {
  height: 400px;
  width: 100%;
  margin-bottom: 4%;
}

.heading2 {
  width: 16%;
  font-size: 12px;
  padding: 0% 1%;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.line2 {
  height: 5px;
  width: 100%;
  margin-top: 1.7%;
  background-color: rgb(206, 202, 202);
}

.low {
  display: flex;
  height: 75%;
  justify-content: space-between;
}

.low > div {
  height: 80%;
  width: 22%;
  border-radius: 3%;
  border: 3px solid rgb(233, 230, 230);
  background-color: #fff;
}

.img {
  height: 67%;
  width: 100%;
}

.prod {
  height: 15%;
  width: 80%;
  padding: 4% 5%;
  text-align: justify;
  font-size: 18px;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  margin-left: 6%;
  border-radius: 5%;
  background-color: white;
  border: 2px solid rgb(228, 225, 225);
  border-left: 15px solid rgb(250, 172, 4);
}

.box {
  height: 480px;
  width: 100%;
  margin-bottom: 3%;
}

.box1 {
  display: flex;
  justify-content: space-between;
  height: 70%;
  width: 100%;
}

.box1 > div {
  height: 100%;
  width: 25%;
  border-radius: 3%;
  border: 3px solid rgb(232, 245, 247);
  background-color: white;
}

.h {
  display: flex;
  height: 12%;
  margin-top: 4%;
  margin-bottom: 2%;
  justify-content: space-between;
}

.trend {
  height: 50%;
  padding: 2%;
  width: 30%;
  font-size: 15px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  margin-left: 5%;
  background-color: rgb(226, 36, 2);
  color: rgb(253, 236, 246);
}

.trend2 {
  height: 50%;
  padding: 2%;
  width: 35%;
  font-size: 14px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  margin-left: 5%;
  background-color: rgb(113, 172, 4);
  color: rgb(255, 249, 232);
}

.trend3 {
  height: 50%;
  padding: 2%;
  width: 34%;
  font-size: 15px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  margin-left: 5%;
  background-color: rgb(42, 1, 58);
  color: rgb(242, 221, 250);
}

.trend4 {
  height: 50%;
  padding: 2%;
  width: 35%;
  font-size: 14px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  margin-left: 5%;
  background-color: rgb(10, 145, 150);
  color: rgb(220, 248, 239);
}

.heart {
  height: 80%;
  width: 10%;
  margin-top: 2%;
  margin-right: 5%;
}

.m {
  margin: auto;
  height: 45%;
  width: 45%;
  margin-top: 4%;
  margin-bottom: 5%;
}

.f {
  display: flex;
  height: 25%;
  margin-bottom: 3%;
}

.para {
  height: 90%;
  width: 80%;
  margin-top: 2%;
  margin-left: 5%;
  font-size: 17px;
  font-weight: bold;
  margin-right: 3%;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.icon {
  margin-top: 4%;
  height: 35%;
  width: 8%;
  margin-right: 3%;
  border: 1px solid rgb(190, 187, 187);
}

#large {
  height: 100%;
  width: 45%;
  border-radius: 3%;
  display: flex;
  justify-content: space-evenly;
}

.left {
  height: 100%;
  width: 50%;
  font-size: 18px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

h3 {
  color: rgb(4, 178, 247);
}

h4 {
  color: rgb(90, 89, 89);
}

h5 {
  color: rgb(218, 47, 76);
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 42px;
  font-weight: bold;
}

#btn {
  width: 55%;
  font-weight: bold;
  font-size: 20px;
  padding: 5% 7%;
  border-radius: 28px;
  background-color: rgb(235, 154, 5);
  color: rgb(253, 253, 250);
}

#btn2 {
  width: 60%;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10%;
  padding: 7% 7%;
  border-radius: 15px;
  background-color: rgb(4, 178, 247);
  color: white;
}

#btn3 {
  width: 60%;
  font-weight: bold;
  font-size: 16px;
  padding: 5%;
  border-radius: 15px;
  background-color: rgb(228, 44, 75);
  color: white;
}

.right {
  height: 90%;
  margin-top: 4%;
  width: 40%;
}

.box2 {
  display: flex;
  justify-content: space-between;
  height: 70%;
  width: 100%;
}

.box2 > div {
  height: 100%;
  width: 22%;
  border-radius: 3%;
  background-color: white;
  border: 1px solid rgb(199, 222, 241);
}

.box3 {
  display: flex;
  justify-content: space-between;
  height: 55%;
  width: 100%;
}

.box3 > div {
  height: 100%;
  width: 48%;
  border-radius: 3%;
  background-color: white;
}

img {
  height: 100%;
  width: 100%;
}

#sym {
  font-size: 30px;
  padding: 10%;
  font-weight: bolder;
  text-align: left;
  color: rgb(127, 143, 145);
}

.star {
  height: 120px;
  width: 93%;
  padding: 3%;
  display: flex;
  margin-bottom: 8%;
  background-color: rgb(255, 254, 254);
  border: 3px solid rgb(221, 221, 218);
}

.left1 {
  height: 80%;
  width: 25%;
  display: flex;
}

.prof {
  height: 80%;
  width: 22%;
  border-radius: 14%;
  margin-top: 4%;
  border: 7px solid rgb(231, 178, 3);
}
.prachi {
  height: auto;
  width: auto;
}
.cont1 {
  height: 100%;
  width: 70%;
  margin-left: 5%;
  font-size: 20px;
}

.right1 {
  height: 90%;
  width: 65%;
  margin-top: 1%;
  font-size: 24px;
  font-family: cursive;
}

/* footer css */
#container5 {
  width: 100%;
  /* height: 1500px; */
  /* border: 1px solid red; */
  background-color: rgb(247, 247, 247);
}

#box1 {
  width: 98%;
  /* height: 38%; */
  /* border: 5px solid rgb(29, 40, 192); */
  margin: auto;
}

#box2 {
  /* width: 98%; */
  /* height: 20%; */
  /* border: 5px solid rgb(81, 214, 19); */
  margin: auto;
  display: flex;
}

.appliance {
  /* width: 25%; */
  /* height: 100%; */
  /* border: 1px solid red; */
  margin-left: 1%;
}

#box3 {
  width: 98%;
  height: 20%;
  /* border: 5px solid rgb(173, 117, 13); */
  margin: auto;
  display: flex;
}

.gaming {
  width: 25%;
  height: 100%;
  /* border: 1px solid red; */
  margin-left: 3px;
}

#box4 {
  width: 98%;
  height: 20%;
  /* border: 5px solid rgb(173, 117, 13); */
  margin: auto;
  display: flex;
}

.deliver {
  width: 50%;
  height: 100%;
  /* border: 1px solid red; */
  margin-left: 3px;
}
.paragraph-990 {
  padding-right: 10px;
  font-size: 14px;
  line-height: 30px;
  color: grey;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
hr {
  width: 90%;
  margin-right: 15%;
}
.h1tag,
.h2tag,
.h3tag,
.anchortag {
  font-family: Poppins, sans-serif;
}
.h1tag {
  font-size: 20px;
}
.h2tag {
  font-size: 18px;
}
.anchortag {
  color: rgb(181, 181, 181);
}
.smallicon {
  justify-content: space-between;
  /* width: 100%; */
  /* border: 1px solid red; */
  display: flex;
}

.smallimage {
  margin-top: 5%;
  margin-right: 9%;
  width: 20px;
  height: 30px;
}
.h2tag {
  color: rgb(181, 181, 181);
  font-size: 15px;
}

/* for footer */
#finaltable {
  display: flex;
  font-family: Poppins, sans-serif;
}
.footerlinks {
  margin-left: 20px;
  width: 100%;
}
.inlinefooter {
  display: flex;
  /* width: 100px; */
  font-size: 17px;
  line-height: 30px;
  color: rgb(102, 102, 102);
  justify-content: start;
}
.inlinefooter > img {
  width: 12%;
}
.listoflinks > li {
  list-style-type: none;
  margin-bottom: 17px;
  text-decoration: none;
}
.listoflinks > li > img {
  width: 30px;
  height: 20px;
}
.footerlinks:nth-child(3) > .listoflinks > li {
  display: flex;
  line-height: 38px;
}
.footerlinks > .listoflinks > li > a {
  text-decoration: none;
  color: black;
}
/* subfooter part */
#subfooter-row1 {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  margin-top: 2%;
  padding-bottom: 15px;
}
#subfooter-subdelivery {
  font-size: 20px;
  line-height: 10px;
  width: 22%;
  padding-bottom: 20px;
}
#subfooter-countrynames {
  font-size: 20px;
}
/* subfooter-row2 */
#subfooter-row2 > ul {
  display: flex;
  padding-bottom: 25px;
  padding-top: 25px;
}
#subfooter-row2 > ul li {
  margin-left: 2%;
  font-size: 17px;
  list-style-type: none;
}
#subfooter-row2 > ul > li:nth-child(1) {
  margin-left: -2%;
}
#subfooter-row2 > ul li::before {
  content: "\2022";
  color: rgb(255, 177, 0);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#subfooter-row2 > ul > li > a:hover,
#subfooter-row3-ul > ul > li > a:hover {
  color: rgb(255, 177, 0);
  text-decoration: underline;
}
#subfooter-row2 > ul > li > a,
#subfooter-row3-ul > ul > li > a {
  color: gray;
  text-decoration: none;
}
/* last subfooter(subfooter-row3) */
#subfooter-row3 {
  display: flex;
}
#subfooter-row3 > div:nth-child(1) {
  width: 30%;
  padding-top: 35px;
  color: gray;
}
#subfooter-row3-ul {
  width: 55%;
}
#subfooter-row3-ul > ul > li {
  list-style: none;
  margin-left: 1%;
}
#subfooter-row3-ul > ul li::before {
  content: "\2022";
  color: rgb(255, 177, 0);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  padding-top: 22px;
  margin-left: 1em;
}
#subfooter-row3-ul > ul {
  display: flex;
}
/* subfooter-row3-lastcol(follow us) */
#subfooter-row3-lastcol {
  padding-bottom: 30px;
  padding-top: 40px;
  display: flex;
}
#subfooter-row3-lastcol > div > a {
  margin-left: 6px;
  font-size: 20px;
  color: gray;
}
#subfooter-row3-lastcol > div:nth-child(1) {
  line-height: 22px;
}
