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

header .top {
  border: 1px solid #ececec;
  background-color: #ffffff;
  padding: 2px 0;
}
header .top a {
  text-decoration: none;
  color: #7e7e7e;
  font-size: 12px;
  margin-left: 10px;
}
header .top p {
  font-size: 12px;
  color: #7e7e7e;
}
header .top span {
  color: #20c997;
  font-size: 14px;
}
header .top .dropdown {
  position: relative;
}
header .top .content {
  min-width: 120px;
  background: #fff;
  background-color: #fff;
  display: none;
  position: absolute;
  border: 1px solid #ececec;
  top: 48px;
  left: 10%;
  padding-left: 10px;
  width: 100px;
  height: 80px;
  z-index: 2;
}
header .top .content img {
  width: 20%;
  display: inline-block;
  margin-right: 10px;
}
header .top .content span {
  font-size: 13px;
  color: #000;
}
header .top .dropdown:hover .content {
  display: block;
}
header .top .dropdown1 {
  position: relative;
}
header .top .content1 {
  display: none;
  min-width: 120px;
  background: #fff;
  background-color: #fff;
  display: none;
  position: absolute;
  border: 1px solid #ececec;
  top: 50px;
  left: 10%;
  width: 100px;
  height: 80px;
  padding-left: 10px;
  z-index: 2;
}
header .top .content1 img {
  max-width: 15px;
  display: inline-block;
  margin-left: 10px;
}
header .top .content1 span {
  font-size: 13px;
  color: #000;
}
header .top .dropdown1:hover .content1 {
  display: block;
}

header .bottom {
  padding: 20px 0;
  background-color: #ffffff;
}
header .bottom img {
  width: 140px;
}
header .bottom form {
  width: 600px;
  height: 50px;
  border-radius: 0 5px 5px 0;
  margin-left: 20px;
}
header .bottom .form {
  border: 2px solid rgb(188, 227, 201);
  width: 700px;
  height: 50px;
  border-radius: 0 5px 5px 0;
  margin-left: 20px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 4px;
  align-items: center;
}
header .bottom .form i {
  font-size: 20px;
  color: gray;
}
header .bottom .form .form-select {
  width: 155px;
  height: 48px;
  margin: 0px 0px 0px 20px;
  padding: 0px;
  border: 0px;
  font-size: 14px;
  color: #253d4e;
}
header .bottom .form .form-input {
  width: 520px;
  height: 48px;
  margin: 0px 0px 0px 20px;
  padding: 1px 4px 1px 0px;
  border: 0px;
}
header .bottom .form .form-input:focus {
  outline: none;
}
header .bottom a {
  text-decoration: none;
  font-size: 16px;
  color: #7e7e7e;
  margin-right: 30px;
  display: inline-block;
  margin-top: 20px;
}
header .bottom .dropdown2 {
  position: relative;
}
header .bottom .content2 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
header .bottom i {
  margin-right: 10px;
  font-size: 15px;
  position: relative;
}
header .bottom #pro {
  background-color: #20c997;
  position: absolute;
  right: -11px;
  top: -18px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.trends {
  width: 1495.2px;
  height: 70.2px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  border: 1px solid #ececec;
}
.trends .trend {
  width: 243.85px;
  height: 44px;
  background-color: #3bb77e;
  margin-top: 12px;
  padding: 0px 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
}
.trends .dropdownss {
  width: 963.66px;
  height: 70.8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 20px;
  position: relative;
}
.trends .dropdownss a {
  color: #242424;
}
.trends .dropdownss div {
  font-size: 17px;
  margin-left: 30px;
  color: #242424;
}
.trends .dropdownss div .dropdownsi {
  font-size: 10px;
}
.trends .dropdownss .dropdownhome {
  width: 250px;
  height: 241px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 100px;
  top: 50px;
  margin: 20px 0px 0px 0px;
  padding: 25px 15px;
  border: 2px solid rgb(236, 236, 236);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  background-color: #fff;
}
.trends .dropdownss .dropdownhome .homedrops {
  width: 218px;
  height: 14px;
  margin-bottom: 21px;
  color: black;
}
.trends .dropdownss .dropdownhome .homedrops p {
  padding: 0px 15px;
  font-size: 14px;
}
.trends .dropdownss .dropdownshop {
  width: 250px;
  height: 451px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 300px;
  top: 50px;
  margin: 20px 0px 0px 0px;
  padding: 25px 15px;
  border: 2px solid rgb(236, 236, 236);
  background-color: #ffffff;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.trends .dropdownss .shopdrops {
  width: 218px;
  height: 14px;
  margin-bottom: 21px;
  color: black;
}
.trends .dropdownss .shopdrops p {
  padding: 0px 15px;
  font-size: 14px;
}
.trends .dropdownss .dropdownshops:hover .dropdownshop {
  opacity: 100;
  visibility: visible;
}
.trends .dropdownhomes:hover .dropdownhome {
  opacity: 100;
  visibility: visible;
}
.trends .dropdownvendors {
  width: 250px;
  height: 241px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 300px;
  top: 50px;
  margin: 20px 0px 0px 0px;
  padding: 25px 15px;
  border: 2px solid rgb(236, 236, 236);
  background-color: #ffffff;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.trends .dropdownvendors .vendordrops {
  width: 218px;
  height: 14px;
  margin-bottom: 21px;
  color: black;
}
.trends .dropdownvendors .vendordrops p {
  padding: 0px 15px;
  font-size: 14px;
}
.trends .dropdownsvendors:hover .dropdownvendors {
  opacity: 100;
  visibility: visible;
}
.trends .dropdownblogs {
  width: 230px;
  height: 221px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 60%;
  top: 50px;
  margin: 20px 0px 0px 0px;
  padding: 25px 15px;
  border: 2px solid rgb(236, 236, 236);
  background-color: #ffffff;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.trends .dropdownblogs .blogdrops {
  width: 218px;
  height: 14px;
  margin-bottom: 21px;
  color: black;
}
.trends .dropdownblogs .blogdrops p {
  padding: 0px 15px;
  font-size: 14px;
}
.trends .dropdownsblogs:hover .dropdownblogs {
  opacity: 100;
  visibility: visible;
}
.trends .dropdownpages {
  width: 210px;
  height: 351px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 70%;
  top: 50px;
  margin: 20px 0px 0px 0px;
  padding: 25px 15px;
  border: 2px solid rgb(236, 236, 236);
  background-color: #ffffff;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.trends .dropdownpages .pagedrops {
  width: 218px;
  height: 14px;
  margin-bottom: 21px;
  color: black;
}
.trends .dropdownpages .pagedrops p {
  padding: 0px 15px;
  font-size: 14px;
}
.trends .dropdownspages:hover .dropdownpages {
  opacity: 100;
  visibility: visible;
}
.trends .megamenu {
  position: relative;
}
.trends .megamenudropdown {
  width: 1495.2px;
  height: 376.53px;
  margin-top: 20px;
  border: 1px solid rgb(236, 236, 236);
  padding: 35px 25px 35px 35px;
  position: absolute;
  background-color: #ffffff;
  top: 25px;
  left: -876px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  display: flex;
  flex-direction: row;
}
.trends .megamenudropdown .megamenudrop1 {
  width: 315.3px;
  height: 243px;
  display: flex;
  flex-direction: column;
  padding-right: 10px;
}
.trends .megamenudropdown .megamenudrop1 .maindrop {
  width: 305.3px;
  height: 19px;
  font-size: 19px;
  font-weight: 700;
  font-family: Quicksand;
  color: rgb(59, 183, 126);
}
.trends .megamenudropdown .megamenudrop1 .megamenudrops {
  width: 305.3px;
  height: 21px;
  margin-bottom: 14px;
  padding-top: 25px;
  padding-right: 10px;
  color: rgb(126, 126, 126);
  font-family: Quicksand;
  font-size: 15px;
  font-weight: 700;
}
.trends .megamenudropdown .megamenudrop2 {
  width: 315.3px;
  height: 243px;
  display: flex;
  flex-direction: column;
}
.trends .megamenudropdown .megamenudrop2 .maindrop {
  width: 305.3px;
  height: 19px;
  font-size: 19px;
  font-weight: 700;
  font-family: Quicksand;
  color: rgb(59, 183, 126);
}
.trends .megamenudropdown .megamenudrop2 .megamenudrops {
  padding-top: 25px;
  width: 305.3px;
  height: 21px;
  margin-bottom: 14px;
  padding-right: 10px;
  color: rgb(126, 126, 126);
  font-family: Quicksand;
  font-size: 15px;
  font-weight: 700;
}
.trends .megamenudropdown .megamenudrop3 {
  width: 315.3px;
  height: 243px;
  display: flex;
  flex-direction: column;
}
.trends .megamenudropdown .megamenudrop3 .maindrop {
  width: 305.3px;
  height: 19px;
  font-size: 19px;
  font-weight: 700;
  font-family: Quicksand;
  color: rgb(59, 183, 126);
}
.trends .megamenudropdown .megamenudrop3 .megamenudrops {
  padding-top: 25px;
  width: 305.3px;
  height: 21px;
  margin-bottom: 14px;
  padding-right: 10px;
  color: rgb(126, 126, 126);
  font-family: Quicksand;
  font-size: 15px;
  font-weight: 700;
}
.trends .megamenudropdown .megamenudropimg {
  width: 487.29px;
  height: 304.52px;
  background-image: url(http://wp.alithemes.com/html/nest/demo/assets/imgs/banner/banner-menu.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: cover;
}
.trends .megamenudropdown .megamenudropimg h4 {
  position: absolute;
  font-weight: normal;
  top: 30px;
  left: 30px;
}
.trends .megamenudropdown .megamenudropimg h3 {
  font-size: 24px;
  font-family: Quicksand;
  color: #253d45;
  font-weight: bolder;
  position: absolute;
  top: 60px;
  left: 30px;
}
.trends .megamenudropdown .megamenudropimg h2 {
  font-size: 24px;
  font-family: Quicksand;
  color: #81b13d;
  font-weight: bolder;
  position: absolute;
  top: 130px;
  left: 30px;
}
.trends .megamenudropdown .megamenudropimg button {
  width: 119.25px;
  height: 42px;
  font-size: 16px;
  font-family: Quicksand;
  font-weight: bolder;
  padding: 12px 22px 14px;
  color: #ffffff;
  background-color: #3bb77e;
  border-radius: 26px;
  position: absolute;
  border: 0px;
  top: 180px;
  left: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.trends .megamenudropdown .megamenudropimg button:hover {
  background-color: #fd6e6e;
}
.trends .megamenudropdown .megamenudropimg .off25 {
  width: 80px;
  height: 80px;
  background-color: #ffd55a;
  color: #253d45;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40px;
  left: 240px;
}
.trends .megamenudropdown .megamenudropimg .off25 h1 {
  font-size: 19px;
  color: #333333;
  font-family: Quicksand;
}
.trends .megamenu:hover .megamenudropdown {
  opacity: 100;
  visibility: visible;
}
.trends .callcenter {
  width: 174.14px;
  height: 70.2px;
  margin-left: 60px;
}
.trends .callcenter .all {
  width: 174.14px;
  height: 38px;
  display: flex;
  flex-direction: row;
}
.trends .callcenter .all .callcenterimg {
  width: 36px;
  height: 38px;
  margin: 13px 12px 0px 0px;
}
.trends .callcenter .all .numbers {
  width: 126.14px;
  height: 38px;
  display: flex;
  flex-direction: column;
}
.trends .callcenter .all .numbers .bignumbers {
  font-size: 26px;
  color: #3bb77e;
  font-weight: bolder;
  margin: 0;
}
.trends .callcenter .all .numbers span {
  font-size: 12px;
  color: #242424;
}
.trends a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}
.trends .wide {
  text-decoration: none;
  color: #253d45;
  font-size: 14px;
}

#small {
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
}
#small a {
  text-decoration: none;
  color: #20c997;
}
#small i {
  margin-right: 5px;
}
#small span {
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px;
}

#product {
  padding: 40px 0;
}
#product .image {
  background-image: url(http://wp.alithemes.com/html/nest/demo/assets/imgs/shop/product-16-2.jpg);
  z-index: 999;
  overflow: hidden;
  margin-left: 0px;
  margin-top: 0px;
  background-position: center;
  background-size: cover;
  height: 397px;
  cursor: crosshair;
  background-repeat: no-repeat;
  border: 1px solid #ececec;
  border-radius: 15px;
  padding: 40px 40px;
  margin-bottom: 10px;
}
#product .image2 img {
  margin-top: 10px;
  margin-left: 10px;
  border: 2px solid #a2d2c9;
  border-radius: 17px;
}
#product .text .lists1 ul {
  list-style: none;
  color: #7e7e7e;
  font-size: 13px;
  margin-top: 30px;
}
#product .text .lists1 ul li {
  margin-top: 10px;
}
#product .text .lists1 span {
  color: #20c997;
}
#product .text .sale {
  color: #f74b81;
  background: #fde0e9;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
#product .text h2 {
  font-family: "Quicksand", sans-serif;
  color: #253d4e;
  font-weight: 700;
  line-height: 1.2;
  font-size: 40px;
}
#product .text i {
  color: #fdc040;
  font-size: 14px;
}
#product .text .price {
  color: #3bb77e !important;
  font-size: 58px;
  font-weight: 700;
}
#product .text .off {
  font-size: 12px;
  font-weight: 600;
  margin-top: 12px;
  display: block;
  color: #fdc040;
  margin-left: 20px;
}
#product .text del {
  color: #b6b6b6;
  margin-left: 20px;
  font-size: 28px;
  font-weight: 700;
  display: block;
}
#product .text p {
  font-weight: 400;
  line-height: 24px;
  color: #7e7e7e;
  font-size: 17px;
}
#product .text .size {
  color: #7e7e7e;
  margin-right: 10px;
}
#product .text a {
  text-decoration: none;
  color: #7e7e7e;
  height: 32px;
  line-height: 32px;
  min-width: 40px;
  text-align: center;
  margin-right: 10px;
  border: none;
}
#product .text a:hover {
  background-color: #3bb77e;
  border: 1px solid #3bb77e;
  color: #fff;
  border-radius: 5px;
  padding: 0 9px;
}
#product .text .num {
  margin: 0 6px 15px 0;
  background: #fff;
  border: 2px solid #3bb77e !important;
  font-size: 16px;
  font-weight: 700;
  color: #3bb77e;
  border-radius: 5px;
  padding: 13px 30px 13px 30px;
  max-width: 90px;
}
#product .text .text2 {
  margin-top: 10px;
  position: relative;
}
#product .text .text2 .upp {
  position: absolute;
  top: 8px;
  left: 38px;
  font-size: 12px;
  color: #20c997;
  margin-left: 5px;
}
#product .text .text2 .down {
  position: absolute;
  bottom: 6px;
  left: 41px;
  font-size: 12px;
  color: #20c997;
  margin-left: 5px;
}
#product .text button {
  background-color: #20c997;
  padding: 0px 30px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid transparent;
}
#product .text .second {
  color: #7e7e7e;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  padding: 16px 9px;
  margin-left: 5px;
}
#product .all {
  padding: 30px;
  border: 1px solid #ececec;
  border-radius: 15px;
}
#product .category-text h5 {
  position: relative;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  font-size: 24px;
}
#product .box {
  border-radius: 5px;
  border: 1px solid #f2f3f4;
  padding: 9px 18px;
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#product .box img {
  height: 30px;
  width: 30px;
}
#product .box span {
  display: inline-block;
  background-color: #bce3c9;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 20px;
  margin-left: 5px;
  font-size: 12px;
  color: #253d4e;
}
#product .box a {
  text-decoration: none;
  color: #253d4e;
  margin-right: 10px;
  margin-left: 10px;
}
#product #allinfo {
  border: 1px solid #ececec;
  border-radius: 15px;
  padding: 40px 50px;
}
#product .tab-menu {
  display: flex;
}
#product .tab-menu div {
  padding: 13px 24px !important;
  text-align: center;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  text-transform: none;
  font-size: 17px;
  border-radius: 30px;
  border: 1px solid #ececec;
  background: #fff;
  color: #7e7e7e;
  margin-left: 10px;
  margin-bottom: 10px;
  transition: 0.2s;
}
#product .tab-menu div:hover {
  color: #3bb77e;
  transform: translateY(-7px);
}
#product .content table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
  vertical-align: middle;
}
#product .content table td {
  padding: 10px 20px;
  border: 1px solid #ececec;
  vertical-align: middle;
}
#product .content table th {
  padding: 10px 20px;
  border: 1px solid #ececec;
  vertical-align: middle;
}
#product .content .icons {
  margin-bottom: 20px;
  margin-top: 20px;
}
#product .content .icons img {
  width: 64px;
  height: 43px;
  margin-right: 10px;
}
#product .content .icons .noodle {
  text-decoration: none;
  color: #3bb77e;
  font-size: 16px;
}
#product .content .icons .yellow {
  color: #fbc043;
  font-size: 12px;
  margin: 0;
}
#product .content .icons span {
  color: #b6b6b6;
}
#product .content i {
  color: #20c997;
  margin-right: 10px;
}
#product .content .rating {
  margin-top: 20px;
}
#product .content .rating .box1 {
  margin-right: 20px;
}
#product .content .rating .box1 p {
  color: #3bb77e;
  font-size: 13px;
  margin-top: 20px;
}
#product .content .rating .box1 h4 {
  color: #253d4e;
  font-size: 24px;
  margin-bottom: 20px;
}
#product .content .bottom {
  color: #7e7e7e;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 50px;
}
#product .bottle {
  list-style: none;
}
#product .widget {
  position: relative;
  padding: 30px;
  border: 1px solid #ececec;
  border-radius: 15px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}
#product .widget .price-filter {
  margin-top: 20px;
}
#product .widget .price-filter h5 {
  position: relative;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
  color: #253d4e;
  font-weight: 700;
  line-height: 1.2;
}
#product .widget .price-filter .price-filter-inner #slider {
  box-shadow: none;
  border: none;
  height: 4px;
  border-radius: 0px;
  background: #3bb77e;
  color: #3bb77e;
  position: relative;
  margin-bottom: 10px;
}
#product .widget .price-filter .price-filter-inner #slider .noUi-handle {
  border: none;
  box-shadow: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #3bb77e;
  cursor: pointer;
}
#product .widget .price-filter .price-filter-inner #slider .noUi-handle::after, #product .widget .price-filter .price-filter-inner #slider .noUi-handle::before {
  background: none;
}
#product .widget .price-filter .price-filter-inner #slider .noUi-origin {
  border-radius: 2px;
  background: #3bb77e;
  transition: background 450ms;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
#product .widget .price-filter .price-filter-inner #slider .noUi-connect {
  background: #3bb77e;
  transition: background 450ms;
}
#product .widget .price-filter .price-filter-inner #slider .noUi-background {
  background: #d6d7d9;
}
#product input {
  border: 2px solid #ced4da;
  height: 17px;
  width: 17px;
  margin: 0px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}
#product input:focus {
  outline: none;
}
#product #price {
  background-image: url(http://wp.alithemes.com/html/nest/demo/assets/imgs/banner/fillter-widget-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 120px;
  position: relative;
}
#product #price h2 {
  border-bottom: 1px solid rgb(216, 214, 214);
  padding-bottom: 15px;
  margin-bottom: 30px;
}
#product #price h1 {
  position: absolute;
  width: 30px;
  height: 2px;
  color: #3bb77e;
  top: 80px;
  left: 0;
}
#product #price button {
  border-radius: 4px;
  color: #fff;
  border: 1px solid transparent;
  background-color: #3bb77e;
  cursor: pointer;
  padding: 6px 35px;
  margin-top: 10px;
}
#product .box1 img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  display: inline-block;
  margin-right: 10px;
}
#product #productss {
  position: relative;
  padding: 30px;
  border: 1px solid #ececec;
  border-radius: 15px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}
#product #productss .box1 a {
  text-decoration: none;
  color: #3bb77e;
  font-size: 20px;
}
#product #productss .box1 p {
  color: #7e7e7e;
  margin: 0;
}
#product #productss .box1 i {
  color: #fdc040;
  font-size: 10px;
}
#product #orange {
  padding: 30px 0;
}
#product #orange img {
  width: 324px;
  height: 341px;
  border-radius: 15px;
}
#product #related {
  padding: 30px 0;
  position: relative;
}
#product #related h2 {
  border-bottom: 1px solid rgb(216, 214, 214);
  padding-bottom: 15px;
  margin-bottom: 30px;
}
#product #related h1 {
  width: 80px;
  height: 2px;
  background-color: #bce3c9;
  position: absolute;
  top: 82px;
}
#product #related img {
  width: 235px;
  height: 235px;
}
#product #related .box2 {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 15px;
  overflow: hidden;
}
#product #related .box2 .prod-text {
  padding: 15px 15px 10px 15px;
}
#product #related .box2 a {
  text-decoration: none;
  color: #253d4e;
  font-size: 16px;
}
#product #related .box2 i {
  color: #ff9900;
  font-size: 12px;
}
#product #related .box2 .price {
  font-size: 18px;
  font-weight: bold;
  color: #3bb77e;
}
#product #related .box2 del {
  font-size: 14px;
  color: #adadad;
  margin: 0 0 0 7px;
}
#product #related .box2 .img2 {
  display: none;
}
#product #related .box2 .top:hover .img2 {
  display: inline;
}
#product #related .box2 .top:hover img {
  display: none;
}
#product #related .box2 .buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #bce3c9;
  opacity: 0;
}
#product #related .box2 .top {
  position: relative;
}
#product #related .box2 .buttons i {
  color: #20c997;
  width: 30px;
  height: 36px;
  line-height: 40px;
  text-align: center;
  position: relative;
  display: inline-block;
  border-right: 1px solid #bce3c9;
}
#product #related .box2 .top:hover .buttons {
  opacity: 1;
}

#stayhome {
  background-image: url(http://wp.alithemes.com/html/nest/demo/assets/imgs/banner/banner-10.png);
  position: relative;
  background-size: cover;
  padding: 84px 78px;
  clear: both;
  display: table;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  min-height: 230px;
}
#stayhome h2 {
  font-family: "Quicksand", sans-serif;
  color: #253d4e;
  font-weight: 700;
  line-height: 1.2;
  font-size: 40px;
  margin-bottom: 20px;
}
#stayhome p {
  font-weight: 400;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 45px;
  color: #7e7e7e;
}
#stayhome img {
  position: absolute;
  right: 50px;
  bottom: 0px;
  width: 599px;
  height: 326px;
}
#stayhome form {
  background-color: #fff;
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}
#stayhome form input {
  border: none;
  padding: 7px 5px;
  background-color: transparent;
}
#stayhome form input:focus {
  outline: none;
}
#stayhome form button {
  border-radius: 30px;
  background-color: #3bb77e;
  color: #fff;
  padding: 15px 40px;
  border: 1px solid #3bb77e;
}

#items {
  padding: 30px 0;
}
#items .box-wrapper {
  width: 20%;
  height: 107.2px;
}
#items .box-wrapper .box {
  display: flex;
  background: #f4f6fa;
  padding: 20px;
  border-radius: 10px;
  min-height: 107px;
}
#items .box-wrapper .box img {
  width: 60px;
  height: 60px;
  transition: 0.35s;
}
#items .box-wrapper .box img:hover {
  transform: translateY(-7px);
}
#items .box-wrapper .box h3 {
  color: #242424;
  font-size: 18px;
  margin-bottom: 2px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.2;
  margin-left: 15px;
}
#items .box-wrapper .box p {
  color: #adadad;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 15px;
}
#items .row1 {
  display: flex;
}

footer .text-reset {
  opacity: 1;
}
footer p {
  color: #253d4e;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 10px;
}
footer p i {
  color: #20c997;
}
footer h4 {
  margin-bottom: 10px;
  margin-top: 10px;
}
footer img {
  margin-right: 8px;
}
footer .first {
  width: 215px;
  height: 66px;
}
footer .secure {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}
footer a {
  text-decoration: none;
  font-size: 15px;
  color: #253d4e;
}
footer h4 {
  font-family: "Quicksand", sans-serif;
  color: #253d4e;
  font-weight: 700;
  line-height: 1.2;
}
footer hr {
  color: #3bb77e;
}
footer .bottom {
  padding: 15px 0;
}
footer .bottom h6 {
  margin-right: 10px;
}
footer .bottom i {
  margin-left: 10px;
}
footer .bottom .work {
  color: #20c997;
  font-size: 26px;
}
footer .bottom .work span {
  color: #253d4e;
  font-size: 12px;
}
footer .bottom i {
  color: #20c997;
}
footer .bottom .all {
  display: flex;
}
footer .bottom .all .callcenterimg {
  margin-left: 30px;
}
footer .bottom .all .callcenterimg img {
  width: 30px;
  height: 40px;
  margin-top: 18px;
}
footer .bottom .all .numbers {
  display: flex;
  flex-direction: column;
}
footer .bottom .all .numbers .bignumbers {
  color: #3bb77e;
  font-size: 26px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  display: block;
  line-height: 1;
}
footer .bottom .all .numbers span {
  font-weight: 500;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  color: #7e7e7e;
  display: block;
  letter-spacing: 0.9px;
}
footer .follow {
  margin-left: 200px;
}

#phone-header {
  display: none;
}
#phone-header #pro {
  background-color: #20c997;
  position: absolute;
  right: -11px;
  top: -14px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
#phone-header i {
  margin-right: 10px;
  font-size: 15px;
  position: relative;
  color: #7e7e7e;
}
#phone-header img {
  width: 40%;
}
#phone-header a {
  display: block;
}
#phone-header .box {
  display: flex;
}

.nav-bar {
  position: fixed;
  top: 0;
  width: 360px;
  min-height: 100vh;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 99999;
  transform: translateX(-100%);
}
.nav-bar.active-nav {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.nav-bar .nav-bar-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-bar .nav-bar-inner input {
  font-size: 14px;
  height: 45px;
  width: 320px;
  color: #f2f3f4;
  background-color: #f2f3f4;
  border-radius: 5px;
  padding: 3px 50px 3px 20px;
  margin-left: 20px;
}
.nav-bar .nav-bar-inner .box1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav-bar .nav-bar-inner .box1 #close-nav {
  color: #20c997;
  font-size: 20px;
  padding: 6px 2px;
  border-radius: 15px;
  margin-top: 40px;
}
.nav-bar .nav-bar-inner .box {
  padding: 6px 42px;
}
.nav-bar .nav-bar-inner img {
  width: 30%;
}
.nav-bar .nav-bar-inner a {
  text-decoration: none;
  color: #253d4e;
  font-size: 14px;
}
.nav-bar .nav-bar-inner .text {
  text-align: center;
}
.nav-bar .nav-bar-inner .inputs {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ececec;
  margin: 17px 0 30px 0;
}
.nav-bar .nav-bar-inner .inputs a {
  display: block;
  text-decoration: none;
  margin-right: 20px;
  margin-bottom: 10px;
}
.nav-bar .nav-bar-inner .inputs i {
  color: #20c997;
  margin-right: 20px;
}
.nav-bar .nav-bar-inner i {
  color: #20c997;
  margin-left: 10px;
  margin-bottom: 40px;
}
.nav-bar .nav-bar-inner p {
  color: #b6b6b6;
  font-size: 13px;
}

@media (max-width: 576px) {
  header {
    display: none;
  }

  #allinfo {
    padding: 40px 0 !important;
  }

  #orange {
    display: none;
  }

  #related .box2 {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  #related img {
    width: 90% !important;
    height: auto !important;
  }

  #product .tab-menu div {
    padding: 0px 0px !important;
  }

  #phone-header {
    padding: 10px 0;
    display: block;
  }
  #phone-header img {
    width: 100%;
  }

  .trends {
    display: none !important;
  }

  #items .box {
    width: 100% !important;
  }

  #stayhome {
    padding: 27px 0;
  }
  #stayhome .text-home {
    text-align: center !important;
  }
  #stayhome .text-home h2 {
    font-size: 24px !important;
  }
  #stayhome form {
    width: 100% !important;
  }
  #stayhome img {
    width: 70%;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    bottom: 10px;
    z-index: -1;
  }

  #items .box-wrapper {
    width: 100% !important;
    margin-bottom: 20px;
  }

  footer .visa {
    width: 124px !important;
  }

  .bottom {
    text-align: left !important;
  }
  .bottom .all {
    display: none !important;
  }
  .bottom .follow {
    display: none !important;
  }
  .bottom .disc {
    display: none !important;
  }
}/*# sourceMappingURL=product.css.map */