@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap");
/* Define standard variables and values for website */
::-moz-selection {
  color: rgb(0, 0, 0);
  background: #FFD200;
}
::selection {
  color: rgb(0, 0, 0);
  background: #FFD200;
}

body {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  position: relative;
}

aside {
  width: auto;
  position: fixed;
  background-color: #FFD200;
  padding: 28px 0 28px 0px;
  margin: 5vh 40px;
  height: 90vh;
  box-shadow: 0px 2px 11px rgba(193, 116, 0, 0.42);
  border-radius: 12px;
  z-index: 9999;
  transition: 0.3s ease-in-out;
}
aside span {
  width: 100%;
  float: left;
  text-align: center;
  margin: 20px 0 0 0;
}
aside span i {
  cursor: pointer;
}
aside ul {
  width: 100%;
  float: left;
  padding: 0 0 0 18px;
  list-style: none;
  margin: 40px 0 0 0;
}
aside ul li {
  display: block;
}
aside ul li a {
  width: 100%;
  float: left;
  padding: 15px 18px 13px 12px;
  font-size: 15px;
  color: #000;
  transition: 0.3s ease-in-out;
  border-radius: 20px 0px 0px 20px;
}
aside ul li a i {
  float: left;
}
aside ul li a span {
  width: auto;
  max-width: 75px;
  float: left;
  font-size: 0;
  font-family: Poppins;
  margin: 0 0 0 0;
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
aside ul li a.active {
  background-color: #fff;
  color: #000;
}
aside ul li a:hover {
  background-color: #fff;
  color: #000;
}

aside.expand {
  position: fixed;
}
aside.expand ul li a span {
  font-size: 12px !important;
  margin: 0 0 0 17px !important;
}

header {
  width: calc(100% - 230px);
  float: right;
  height: auto;
  margin: 5vh 13vh 0 0;
  position: relative;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
header h1 {
  width: auto;
  float: left;
  margin: 15px 0 0 0;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 500;
  color: #000;
}
header h1 b {
  color: #FF2E59;
}
header .toggle_icon {
  display: none;
}
header .sideBox {
  float: right;
  width: auto;
}
header .sideBox .profile {
  float: left;
  cursor: pointer;
  position: relative;
}
header .sideBox .profile h4 {
  float: left;
  font-family: Poppins;
  font-size: 16px;
  width: 107px;
  margin: 6px 0 0 0;
}
header .sideBox .profile h4 small {
  width: 100%;
  float: left;
  margin: 6px 0 0 0;
}
header .sideBox .profile picture {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #FFD200;
  background-image: url(../images/face.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
header .sideBox .profile picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .sideBox .profile .profilePop {
  width: 185px;
  position: absolute;
  background-color: #363636;
  border-radius: 16px;
  right: 0;
  top: 55px;
  z-index: 999;
  font-family: Poppins;
  transition: 0.4s ease-in-out;
  transform-origin: top right;
  transform: scale(0);
}
header .sideBox .profile .profilePop p {
  width: 100%;
  float: left;
  margin: 0;
  padding: 12px 12px;
  color: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}
header .sideBox .profile .profilePop p:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 16px;
  top: -4px;
  background-color: #363636;
  transform: rotate(45deg);
}
header .sideBox .profile .profilePop a {
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px 12px;
  color: #c1c1c1;
  border-bottom: 1px solid #6c6c6c;
  text-transform: capitalize;
  font-size: 12px;
  text-decoration: none !important;
  transition: 0.3s ease-in-out;
}
header .sideBox .profile .profilePop a:last-child {
  border: 0 !important;
}
header .sideBox .profile .profilePop a:hover {
  background-color: #FFD200;
  color: #000;
}
header .sideBox .profile .profilePop.active {
  transform: scale(1);
}
header .sideBox .searchBox {
  float: left;
  width: 430px;
  background-color: #fff;
  border: 1px solid #eee;
  margin: 2px 40px 0px 0;
  overflow: hidden;
  position: relative;
}
header .sideBox .searchBox input.search {
  width: 360px;
  background-color: #fff;
  border: 0;
  outline: none;
  font-family: Poppins;
  padding: 12px 25px;
}
header .sideBox .searchBox input[type=submit] {
  width: 50px;
  height: 44px;
  float: right;
  margin: 0;
  outline: none;
  border: 0;
  color: transparent;
  background-color: #fff;
  background-image: url(../images/search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
}
header .sideBox .searchBox:after {
  content: "";
  position: absolute;
  height: 80%;
  width: 1px;
  background-color: #eee;
  right: 51px;
  top: 10%;
}

.srinnk {
  width: 77%;
}

footer {
  width: 40px;
  position: fixed;
  right: 22px;
  bottom: 6vh;
}
footer span {
  width: 100%;
  float: left;
}
footer span a {
  width: 100%;
  height: 40px;
  background: #e3e3e3;
  color: #333;
  float: left;
  text-align: center;
  margin: 10px 0;
  border-radius: 100%;
  font-size: 17px;
  padding: 11px 0;
}

main {
  width: calc(100% - 230px);
  float: right;
  height: 78vh;
  margin: 12px 13vh 0 0;
  position: relative;
  background-color: #f7f7f7;
  overflow: auto;
  transition: 0.3s ease-in-out;
  padding: 40px 30px;
}
main .countBWrap {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
}
main .countBar {
  width: 100%;
  float: left;
}
main .countBar .ctnBlock {
  float: left;
  margin: 10px 0;
}
main .countBar .ctnBlock .ctnBlkIner {
  width: 100%;
  float: left;
  padding: 20px 20px;
  font-family: Poppins;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.1);
  background-color: #5e11a5;
  border-radius: 8px;
}
main .countBar .ctnBlock .ctnBlkIner h2 {
  width: 100%;
  float: left;
  margin: 0;
  font-size: 25px;
  color: #fff;
}
main .countBar .ctnBlock .ctnBlkIner h2 small {
  width: 100%;
  float: left;
  font-size: 12px;
  margin: 7px 0 6px 0;
  color: #fff;
}
main .countBar .ctnBlock .ctnBlkIner a {
  font-size: 11px;
  float: left;
  margin: 30px 0 0 0;
  text-transform: capitalize;
  text-decoration: none !important;
  color: #fff;
  font-weight: 500;
}
main .countBar .ctnBlock:nth-child(2) .ctnBlkIner {
  background-color: #1EAAFB;
}
main .countBar .ctnBlock:nth-child(3) .ctnBlkIner {
  background-color: #ff8d00;
}
main .countBar .ctnBlock:nth-child(4) .ctnBlkIner {
  background-color: #FF2E59;
}
main .countBar .ctnBlock:nth-child(5) .ctnBlkIner {
  background-color: #ff8d00;
}
main .countBar .ctnBlock:nth-child(6) .ctnBlkIner {
  background-color: #1EAAFB;
}
main .countBar .ctnBlock:nth-child(7) .ctnBlkIner {
  background-color: #FF2E59;
}
main .categoryBar {
  width: 100%;
  float: left;
}
main .categoryBar h5 {
  width: 100%;
  float: left;
  font-family: Quicksand;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 9px 0;
  margin: 29px 0 7px 0;
}
main .categoryBar .categoryBlock {
  float: left;
  padding: 8px 8px;
}
main .categoryBar .categoryBlock .catInn {
  width: 100%;
  float: left;
  padding: 25px 20px;
  text-align: left;
  font-family: Quicksand;
  background: #fff;
}
main .categoryBar .categoryBlock .catInn picture {
  display: inline-block;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
main .categoryBar .categoryBlock .catInn picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .categoryBar .categoryBlock .catInn h4 {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #000;
  margin: 15px 0 0 0;
  font-weight: 700;
}
main .categoryBar .categoryBlock .catInn h4 small {
  width: 100%;
  float: left;
  color: #FF2E59;
  font-size: 12px;
  font-weight: 700;
  margin: 5px 0 0 0;
}

.pbWrap {
  float: left;
  padding: 15px 15px;
}
.pbWrap .pbInn {
  width: 100%;
  float: left;
  padding: 20px 20px;
  background: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
}
.pbWrap .pbInn .wishIcon {
  position: absolute;
  right: 6px;
  top: 6px;
  background-color: #d1d1d1;
  width: 25px;
  height: 25px;
  color: #fff;
  border-radius: 100%;
  padding: 6px 0;
}
.pbWrap .pbInn .added {
  background-color: #FF2E59;
}
.pbWrap .pbInn b {
  position: absolute;
  background-color: #1EAAFB;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
  left: 6px;
  top: 6px;
  font-family: Poppins;
  border-radius: 6px;
}
.pbWrap .pbInn picture {
  width: 100px;
  height: 100px;
  display: inline-block;
  transition: 0.4s ease-in-out;
}
.pbWrap .pbInn picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pbWrap .pbInn article {
  width: 100%;
  float: left;
  text-align: left;
  transition: 0.4s ease-in-out;
}
.pbWrap .pbInn article a {
  width: 100%;
  float: left;
  font-family: Quicksand;
  font-weight: 700;
  color: #000;
  font-size: 15px;
  margin: 15px 0 0 0;
  height: 45px;
  overflow: hidden;
  text-decoration: none !important;
}
.pbWrap .pbInn article a small {
  width: 100%;
  float: left;
  font-weight: 500;
  margin: 0px 0 0 0;
  color: #858585;
}
.pbWrap .pbInn article p.price {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #FF2E59;
  font-weight: 600;
}

.addBtns {
  width: 100px;
  position: absolute;
  font-family: Poppins;
  background: #FFD200;
  border-radius: 35px;
  right: 8px;
  bottom: 25px;
  transform: scale(0.75);
  transform-origin: right;
}
.addBtns input[type=number] {
  width: 30px;
  text-align: center;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 19px;
}
.addBtns button {
  border: 0;
  outline: none;
  color: #fff;
  background: #FFD200;
  width: 31px;
  height: 31px;
  border-radius: 100%;
  font-size: 23px;
  color: #000;
}
.addBtns input::-webkit-outer-spin-button,
.addBtns input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.addBtns input[type=number] {
  -moz-appearance: textfield;
}

.cartBoxwrap {
  width: 100%;
  float: left;
  background: #fff;
  padding: 8px;
  margin: 10px 0 0 0;
  border: 1px solid #eee;
  border-radius: 8px;
}
.cartBoxwrap picture {
  width: 65px;
  height: 65px;
  background: #fff;
  border: 1px solid #eee;
  float: left;
  padding: 5px;
  border-radius: 8px;
}
.cartBoxwrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cartBoxwrap article {
  width: calc(100% - 80px);
  float: right;
  position: relative;
}
.cartBoxwrap article a {
  width: 70%;
  float: left;
  font-family: Quicksand;
  color: #000;
  font-weight: 700;
  font-size: 13px;
  margin: 0px 0 0 0;
  text-decoration: none;
}
.cartBoxwrap article a small {
  width: 100%;
  float: left;
  margin: 3px 0 0 0;
  font-weight: 600;
  color: #1EAAFB;
}
.cartBoxwrap article .remove, .cartBoxwrap article .addShopingcart {
  height: 65px;
  width: 45px;
  float: right;
  background: #ffe4f0;
  text-align: center;
  padding: 23px 0;
  border-radius: 8px;
}
.cartBoxwrap article .remove i, .cartBoxwrap article .addShopingcart i {
  font-size: 20px;
  color: #FF2E59;
}
.cartBoxwrap article .addBtns {
  right: inherit;
  left: 0;
  bottom: 0;
  transform-origin: left bottom;
  transform: scale(0.6);
}

.checkoutWrap {
  width: 100%;
  float: left;
  margin: 30px 0 30px 0;
  padding: 12px 0px;
  border-top: 1px solid #ccc;
}
.checkoutWrap h4 {
  width: 100%;
  float: left;
  text-align: right;
  font-family: Quicksand;
  color: #000;
  margin: 0 0;
  font-size: 14px;
  font-weight: 600;
}
.checkoutWrap h4 small {
  float: left;
  color: #939393;
  font-weight: 600;
}
.checkoutWrap a.cartBtn {
  width: 100%;
  float: left;
  background: #FFD200;
  font-weight: 600;
  color: #000;
  font-family: Quicksand;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  margin: 13px 0 0 0;
  padding: 12px 0;
}

h4.prodName {
  width: 100%;
  float: left;
  font-family: Poppins;
  font-weight: 400;
  color: #000;
  font-size: 25px;
  margin: 32px 0 11px 0;
}

h6.mrpTag {
  width: 100%;
  float: left;
  font-family: Quicksand;
  margin: 11px 0 0 0;
  padding: 11px 0 0 0;
  border-top: 1px solid #ddd;
}
h6.mrpTag strong {
  font-size: 17px;
  margin: 0 0 0 6px;
}
h6.mrpTag small {
  background-color: #FF2E59;
  float: right;
  color: #fff;
  padding: 5px 8px;
  font-weight: 600;
  border-radius: 14px;
}

.topDesImgWrap {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  margin: 8px 0 0 0;
}
.topDesImgWrap picture {
  display: inline-block;
  padding: 0;
  border: 1px solid #ddd;
  margin: 9px 0;
  border-radius: 5px;
  width: 90%;
  height: 179px;
  overflow: hidden;
}
.topDesImgWrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topDesImgWrap .wishIcon {
  position: absolute;
  right: 27px;
  top: 20px;
  background-color: #d1d1d1;
  width: 25px;
  height: 25px;
  color: #fff;
  border-radius: 100%;
  padding: 6px 0;
}
.topDesImgWrap .added {
  background-color: #FF2E59;
}

article {
  width: 100%;
  float: left;
}
article .topBar {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0;
}
article .topBar .addBtns {
  bottom: 14px;
  right: 33px;
  border: 2px solid #fff;
  width: 105px;
}
article p {
  width: 100%;
  float: left;
  font-family: Poppins;
  font-size: 12px;
  margin: 7px 0;
}
article p strong {
  width: 100%;
  float: left;
  margin: 0 0 8px 0;
  font-size: 14px;
}
article a.cartBtn {
  width: 47%;
  float: left;
  background: #FFD200;
  font-weight: 600;
  color: #000 !important;
  font-family: Quicksand;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  margin: 13px 0 0px 0;
  padding: 12px 0;
  text-decoration: none !important;
  box-shadow: 0px 2px 11px rgba(193, 116, 0, 0.42);
}
article a.BuyBtn {
  width: 47%;
  float: right;
  background: #1EAAFB;
  font-weight: 600;
  color: #fff !important;
  font-family: Quicksand;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  margin: 12px 0 20px 0;
  padding: 12px 0;
  text-decoration: none !important;
}

.screenFirstWrap {
  width: 100%;
  float: left;
  height: 100vh;
  text-align: center;
}
.screenFirstWrap picture {
  width: 450px;
  height: 450px;
  display: inline-block;
  margin: 50px 0 0 0;
  background: #fff;
}
.screenFirstWrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.screenFirstWrap .bttnBacInn {
  width: 100%;
  float: left;
  margin: 7px 0 0 0;
}
.screenFirstWrap .bttnBacInn a {
  display: inline-block;
  background: #FFD200;
  box-shadow: 0px 2px 11px rgba(193, 116, 0, 0.42);
  color: #000;
  font-family: Quicksand;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 7px 8px;
  text-decoration: none !important;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.screenFirstWrap .bttnBacInn a:last-child {
  background: #FF2E59;
  color: #fff;
}
.screenFirstWrap .bttnBacInn a:hover {
  background: #1EAAFB;
  color: #fff;
}

.loginWrap {
  width: 100%;
  float: left;
  position: relative;
  background: #f7f7f7;
  min-height: 100vh;
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.loginWrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  background: #FFD200;
  border-radius: 0 0 70px 70px;
}
.loginWrap article {
  position: relative;
  width: 100%;
  float: left;
  font-family: Quicksand;
  z-index: 10;
  margin: 90px 0 0 0;
}
.loginWrap article h1 {
  width: 100%;
  float: left;
  margin: 0 0;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
.loginWrap article p {
  margin: 11px 0 0 0;
  color: #604811;
  text-transform: capitalize;
  font-weight: 500;
}
.loginWrap .mainLoginBox {
  width: 100%;
  float: left;
  padding: 50px 30px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.12);
  margin: 35px 0 0 0;
}
.loginWrap .mainLoginBox h4 {
  width: 100%;
  float: left;
  margin: 0 0;
  font-family: Poppins;
  color: #000;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  margin: 0 0 23px 0;
}
.loginWrap .mainLoginBox .usrInput {
  width: 100%;
  float: left;
  font-family: Poppins;
  padding: 14px 8px;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  margin: 0 0 17px 0;
  outline: none !important;
}
.loginWrap .mainLoginBox a.fppw {
  width: auto;
  float: left;
  font-family: Quicksand;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12px;
  margin: -6px 0 11px 0;
  color: #024ffd;
}
.loginWrap .mainLoginBox .subbtn {
  width: 100%;
  float: left;
  font-family: Poppins;
  background: #FF2E59;
  color: #fff;
  border: 0;
  text-transform: capitalize;
  outline: none !important;
  padding: 10px 0;
  border-radius: 26px;
  margin: 8px 0 0 0;
  outline: none !important;
}
.loginWrap .mainLoginBox p {
  width: 100%;
  float: left;
  font-family: Poppins;
  font-size: 13px;
  margin: 25px 0 0 0;
  font-weight: 500;
  color: #000;
}
.loginWrap .mainLoginBox p a {
  width: 100%;
  float: left;
  margin: 5px 0 0 0;
  color: #FF2E59;
  text-transform: capitalize;
}

.editProfile {
  padding: 0 25px !important;
  text-align: center;
}
.editProfile .editPrWrap {
  width: 100%;
  float: left;
  margin: 25px 0 30px 0;
}
.editProfile .editPrWrap picture {
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  background: #ddd;
  background-image: url(../images/face.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}
.editProfile .editPrWrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.editProfile .editPrWrap picture label {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  background: #FF2E59;
  border-radius: 100%;
  border: 1px solid #f7f7f7;
  color: #fff;
  padding: 4px 0;
}
.editProfile .editPrWrap picture label input {
  display: none;
}
.editProfile .editPrWrap .usrInput {
  width: 100%;
  float: left;
  font-family: Poppins;
  padding: 14px 8px;
  border: 0;
  border-bottom: 1px solid #ccc;
  background: #f7f7f7;
  font-size: 13px;
  margin: 17px 0 0 0;
  outline: none !important;
}
.editProfile .editPrWrap .subbtn {
  width: 100%;
  float: left;
  font-family: Poppins;
  background: #FF2E59;
  color: #fff;
  border: 0;
  text-transform: capitalize;
  outline: none !important;
  padding: 10px 0;
  border-radius: 26px;
  margin: 17px 0 0 0;
  outline: none !important;
}

.only_mobile_slid {
  width: 100vw;
  height: 100%;
  position: fixed;
  background-color: #f7f7f7;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: 0.4s ease-in-out;
  transform-origin: bottom;
  z-index: 9999;
}
.only_mobile_slid .mainSlidContain {
  width: 75%;
  position: relative;
}
.only_mobile_slid .mainSlidContain article {
  width: 100%;
  float: left;
  text-align: center;
}
.only_mobile_slid .mainSlidContain article span {
  width: 100%;
  float: left;
}
.only_mobile_slid .mainSlidContain article span i {
  background-color: #FF2E59;
  width: 57px;
  height: 57px;
  text-align: center;
  padding: 16px 0;
  font-size: 26px;
  color: #fff;
  border-radius: 100%;
}
.only_mobile_slid .mainSlidContain article h4 {
  width: 100%;
  float: left;
  font-family: Quicksand;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  margin: 20px 0 0 0;
}
.only_mobile_slid .mainSlidContain article p {
  margin: 15px 0 0 0;
  font-weight: 400;
  color: #000;
  font-size: 11px;
}
.only_mobile_slid .mainSlidContain .carousel-indicators {
  bottom: -150px;
}
.only_mobile_slid .mainSlidContain .carousel-indicators li {
  border: 1px solid #7e7e7e !important;
  width: 5px;
  height: 5px;
  background-color: #7e7e7e;
  transition: 0.3s ease-in-out;
}
.only_mobile_slid .mainSlidContain .carousel-indicators li.active {
  background-color: #7e7e7e;
  width: 10px;
  height: 7px;
}
.only_mobile_slid button {
  width: 100%;
  position: absolute;
  bottom: 0;
  font-family: Quicksand;
  background-color: #FFD200;
  color: #000;
  text-transform: capitalize;
  text-decoration: none;
  border: 0;
  outline: 0;
  font-weight: 700;
  padding: 13px 0;
  transition: 0.3s ease-in-out;
}
.only_mobile_slid button:hover {
  background-color: #FF2E59;
  color: #fff;
}
.only_mobile_slid .topskipBtn {
  position: absolute;
  font-family: Poppins;
  top: 15px;
  right: 15px;
  color: #51b76c;
  border: 1px solid #51b76c;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.hideThis {
  transform: scale(0) !important;
  opacity: 0 !important;
}

.myAccount {
  position: relative;
}
.myAccount .personalDetails {
  width: 100%;
  float: left;
  margin: 20px 0;
  text-align: center;
}
.myAccount .personalDetails picture {
  width: 100px;
  height: 100px;
  background-color: #eee;
  background-image: url(../images/face.png);
  background-repeat: no-repeat;
  background-size: 30%;
  display: inline-block;
  background-position: center;
  overflow: hidden;
  border-radius: 100%;
}
.myAccount .personalDetails picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.myAccount .personalDetails span {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
}
.myAccount .personalDetails span a {
  font-family: Poppins;
  background: #b3efd3;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 11px;
  color: #147837;
  padding: 4px 6px;
  display: inline-block;
  border-radius: 5px;
}
.myAccount .personalDetails h5 {
  margin: 10px 0;
}
.myAccount .personalDetails h5 small {
  width: 100%;
  float: left;
  margin: 7px 0 0 0;
}

.urlBlocks {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
}
.urlBlocks a {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #000;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 500;
  padding: 15px 15px;
  border-bottom: 1px solid #ddd;
  text-decoration: none !important;
}
.urlBlocks a i.mainIcn {
  background: #FFD200;
  color: #956a07;
  width: 26px;
  height: 26px;
  text-align: center;
  padding: 6px 0;
  border-radius: 100%;
  margin: 0 8px 0 0px;
}
.urlBlocks a i.fa-angle-right {
  float: right;
  background: #dfdfdf;
  color: #565656;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  padding: 3px 0;
  margin: 2px 0 0 0;
}

.orders {
  position: relative;
}
.orders .orderHead {
  width: 100%;
  float: left;
  margin: 15px 0 15px 0;
  text-align: center;
}
.orders .orderHead a {
  width: 33.33%;
  float: left;
  font-family: Poppins;
  text-transform: capitalize;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding: 16px 0;
  text-decoration: none !important;
}
.orders .orderHead a.active {
  color: #489f11;
  border-color: #489f11;
}
.orders .orderBlock {
  width: 100%;
  float: left;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  margin: 7px 0;
  position: relative;
}
.orders .orderBlock .ostats {
  float: left;
  font-family: Quicksand;
  font-size: 11px;
  color: #000;
  font-weight: 600;
  background: #ddd;
  padding: 5px 9px;
  border-radius: 4px;
  text-transform: capitalize;
}
.orders .orderBlock .delivered {
  background-color: #489f11;
  color: #fff;
}
.orders .orderBlock .progres {
  background-color: #FFD200;
  color: #fff;
}
.orders .orderBlock .canceled {
  background-color: #FF2E59;
  color: #fff;
}
.orders .orderBlock .date {
  float: right;
  font-family: Quicksand;
  font-size: 11px;
  color: #878787;
  font-weight: 600;
  margin: 6px 0 0 0;
}
.orders .orderBlock span {
  width: 100%;
  float: left;
  font-family: Poppins;
  margin: 15px 0 0 0;
}
.orders .orderBlock span p {
  width: 33.33%;
  float: left;
  margin: 0 0;
  text-transform: capitalize;
  font-size: 11px;
  font-weight: 500;
  color: #606060;
}
.orders .orderBlock span p strong {
  width: 100%;
  float: left;
  font-weight: 600;
  color: #000;
  margin: 5px 0 0 0;
}

.orderstatus {
  position: relative;
  margin: 25px 0 0 0;
}
.orderstatus .starBarWrp {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
}
.orderstatus .starBarWrp p {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  font-family: Poppins;
  font-size: 11px;
  color: #000;
  font-weight: 400;
}
.orderstatus .starBarWrp p i {
  margin: 0 7px 0 0;
}
.orderstatus .starBarWrp p a {
  color: #489f11;
}
.orderstatus .starBarWrp h4 {
  width: 100%;
  float: left;
  font-family: Quicksand;
  margin: 0 0 12px 0;
  font-weight: 700;
  color: #000;
  font-size: 15px;
  text-transform: capitalize;
}
.orderstatus .starBarWrp h4 small {
  float: right;
  color: #489f11;
  font-weight: 600;
}
.orderstatus .starBarWrp ul {
  width: 100%;
  float: left;
  padding: 0;
}
.orderstatus .starBarWrp ul li {
  width: 100%;
  float: left;
  padding: 2px 0;
  list-style: none;
}
.orderstatus .starBarWrp ul li i.fa-check {
  color: #489f11;
}
.orderstatus .starBarWrp ul li i.fa-times {
  color: #FF2E59;
}
.orderstatus .starBarWrp ul li b {
  float: right;
  font-weight: normal;
}

.pBtn {
  width: 100%;
  float: left;
  background-color: #489f11;
  margin: 0 0 15px 0;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  padding: 9px 0;
  font-family: Poppins;
}

.successorder_msg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background-color: #489f11;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: 0.5s ease-in-out;
  transform-origin: bottom;
}
.successorder_msg article {
  width: 90%;
  position: relative;
}
.successorder_msg article i {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 2px solid #a8e582;
  color: #a8e582;
  border-radius: 100%;
  font-size: 38px;
  padding: 13px 0;
}
.successorder_msg article h2 {
  width: 100%;
  float: left;
  font-family: Quicksand;
  margin: 24px 0px 0 0;
  color: #a8e582;
  font-size: 29px;
  font-weight: 700;
}
.successorder_msg .pBtn {
  position: absolute;
  bottom: 0;
  background: #FFD200;
  color: #000 !important;
  left: 0;
  margin: 0;
  font-weight: 600;
}

.activeMsgPop {
  transform: scale(1);
}

.adminBarWrap {
  width: 100%;
  float: left;
  padding: 0;
}
.adminBarWrap h2 {
  width: 100%;
  float: left;
  font-family: Quicksand;
  color: #000;
  margin: 0 0 22px 0;
  font-weight: 600;
  font-size: 17px;
  text-transform: capitalize;
}
.adminBarWrap h2 a {
  float: right;
  font-size: 13px;
  font-weight: 800;
  color: #4d9577;
  text-decoration: none !important;
}
.adminBarWrap h2 a i {
  color: #f00;
  margin: 0 5px 0 0;
}

.inptFildWrap {
  width: 33.33%;
  float: left;
  padding: 8px 5px;
  position: relative;
}
.inptFildWrap label {
  width: 100%;
  float: left;
  font-family: Quicksand;
  font-weight: 600;
  color: #1EAAFB;
  font-size: 12px;
  margin: 0 0;
  position: relative;
}
.inptFildWrap .inptUsr {
  width: 100%;
  float: left;
  font-family: Quicksand;
  border: 1px solid #ddd;
  border: 1px solid #ddd;
  font-weight: 500;
  color: #000;
  height: 41px;
  padding: 0 17px;
  margin: 7px 0 0 0;
  outline: none !important;
  background: #fff;
  font-size: 13px;
}
.inptFildWrap .inptUsr::-moz-placeholder {
  color: #000;
}
.inptFildWrap .inptUsr::placeholder {
  color: #000;
}

.table-responsive {
  border: 0 !important;
}

.subBttnWrap {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
}

.lcheck {
  position: relative;
  padding: 4px 11px 0 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: auto !important;
  float: left !important;
  color: #000 !important;
  font-size: 15px;
}

.lcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #333;
}

.lcheck:hover input ~ .checkmark {
  background-color: #ccc;
}

.lcheck input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.lcheck input:checked ~ .checkmark:after {
  display: block;
}

.lcheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.lradio_wrp {
  position: relative;
  padding: 4px 11px 0 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: auto !important;
  float: left !important;
  color: #000 !important;
  font-size: 15px;
}

.lradio_wrp input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmarkRad {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.lradio_wrp:hover input ~ .checkmarkRad {
  background-color: #ccc;
}

.lradio_wrp input:checked ~ .checkmarkRad {
  background-color: #2196F3;
}

.checkmarkRad:after {
  content: "";
  position: absolute;
  display: none;
}

.lradio_wrp input:checked ~ .checkmarkRad:after {
  display: block;
}

.lradio_wrp .checkmarkRad:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.subbtn_ad {
  background-color: #FF2E59;
  border: 0;
  outline: none;
  color: #fff;
  font-family: Quicksand;
  font-weight: 600;
  text-transform: capitalize;
  padding: 8px 22px;
  border-radius: 4px;
}

.table {
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  margin: 25px 0 0 0;
}
.table tr th {
  text-align: center;
}
.table .actionbars {
  width: 100%;
  float: left;
  text-align: center;
}
.table .actionbars a {
  color: #000;
  display: inline-block;
  font-size: 16px;
  margin: 0 3px;
}

.dPopCont {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
}
.dPopCont .cldPop {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dPopCont .dPopMain {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.4);
  transition: 0.5s ease-in-out;
  z-index: 100;
  opacity: 0;
}
.dPopCont .dPopMain .contentfinal {
  width: 100%;
  float: left;
  position: relative;
  width: 340px;
  background-color: #fff;
  border-radius: 16px;
  text-align: center;
  font-family: Poppins;
  padding: 50px 15px;
}
.dPopCont .dPopMain .contentfinal h4 {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
.dPopCont .dPopMain .contentfinal span {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
}
.dPopCont .dPopMain .contentfinal span a {
  font-size: 15px;
  text-transform: capitalize;
  text-decoration: none !important;
  font-weight: 500;
  background: #f1f1f1;
  display: inline-block;
  padding: 12px 27px;
  margin: 0 4px;
  color: #333;
  border-radius: 4px;
}
.dPopCont .dPopMain .contentfinal span a.prim {
  background-color: #1EAAFB;
  color: #fff;
}

.activedPop .dPopMain {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.alert {
  width: 100%;
  float: left;
}

.completeTableWrap {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}

.removeCartTag {
  width: 100%;
  float: left;
  overflow: auto;
  white-space: nowrap;
  padding: 5px 0;
  margin: 10px 0 0 0;
}
.removeCartTag a {
  display: inline-block;
  font-size: 11px;
  font-family: Poppins;
  background: #e5e5e5;
  padding: 7px 10px;
  border-radius: 22px;
  color: #000000;
  font-weight: 500;
  text-decoration: none !important;
  margin: 0 5px 0 0px;
}
.removeCartTag a i {
  margin: 0 0 0 7px;
}

.productBigSlider {
  width: 100%;
  float: left;
  position: relative;
}
.productBigSlider .item {
  overflow: hidden;
  border-radius: 16px;
}

.countWrapInner {
  width: 100%;
  float: left;
}

.listProduct {
  width: 100%;
  float: left;
}
.listProduct .pbWrap {
  width: 200px;
  float: none;
  display: inline-block;
}

.dlAlert {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: none;
}
.dlAlert .dlMain {
  width: 300px;
  height: 200px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 150px);
  padding: 30px 20px;
}
.dlAlert .dlMain h4 {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
  font-family: Quicksand;
  color: #FF2E59;
  font-weight: 600;
}
.dlAlert .dlMain span {
  width: 100%;
  float: left;
}
.dlAlert .dlMain span a.bttn {
  display: inline-block;
  background-color: #1EAAFB;
  font-family: Quicksand;
  padding: 8px 24px;
  border-radius: 25px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 35px 5px 0;
  text-decoration: none;
}
.dlAlert .dlMain span a.bttn.ndel {
  background: #e3e3e3;
  color: #7a7a7a;
  font-weight: 700;
}

/*# sourceMappingURL=style.css.map */