.banner-carousal .item {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 58%;
  width: 100%;
  position: relative;
}
.owl-carousel button.owl-dot span {
  background-color: #f90c0c;
  padding: 5px;
  display: block;
  border-radius: 50%;
}

.banner-carousal .owl-dots {
  display: flex;
  justify-content: flex-end;
}

.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.owl-carousel button.owl-dot.active {
  border: 1px solid #ffffff;
}

.owl-carousel button.owl-dot {
  padding: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid transparent;
}

.owl-carousel .owl-dots {
  position: absolute;
  right: 50px;
  bottom: 25%;
}

.banner-content {
  position: absolute;
  right: 50px;
  bottom: 35%;
}

.banner-heading-white span {
  display: block;
  padding: 10px 0;
}

.banner-heading-white .sm {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
}

.banner-heading-white .lg {
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  color: #ffffff;
  text-align: right;
}

.banner-heading-white {
  font-family: "Advent Pro", sans-serif;
  margin: 0;
}

.banner-heading-white .md {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.5;
  color: #ffffff;
  text-align: right;
  text-transform: uppercase;
}

.banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bloom-content-right {
  position: relative;
  padding-top: 100%;
}

.bloom-content-right img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.bloom-content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.img-content {
  display: flex;
  align-items: center;
  position: relative;
}

.img-content-left {
  width: 40%;
}

.img-content-left img {
  width: 100%;
}

.img-content-right {
  background-color: #fff;
  width: 60%;
  margin-left: -100px;
  padding: 130px 0px 45px 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.img-content-right .heading-black {
  text-align: center;
}

.category-list ul li {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.category-img {
  overflow: hidden;
  text-align: center;
  padding-top: 20px;
}

.category-img figure {
  margin: 0;
  overflow: hidden;
}

.category-img img {
  transition: transform 0.8s;
}

.category-img img:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.category-name {
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  padding-bottom: 0;
}

.design-content {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  background: rgba(61, 60, 60, 0.4);
  color: #fff;
  padding: 130px 0 70px 0px;
  width: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.design-wrap {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 45%;
}

.collection-content .heading-black {
  text-transform: capitalize;
}

.item-img figure {
  position: relative;
  padding-top: 100%;
  background-color: #fff;
  overflow: hidden;
}

.item-img figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  margin: auto;
  transition: transform 0.8s;
}

.item-img img:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.item-title {
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  margin: 0;
  padding: 20px 0;
}

.item-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #f90c0c;
  margin: 0;
}

.slider-content {
  text-align: center;
}

.whislist-img {
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 20px;
}

.item-img {
  position: relative;
}

.seller-slider .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
}

.seller-slider .owl-nav button span {
  display: none;
}

.seller-slider .owl-prev {
  position: absolute;
  left: -30px;
  font-size: 0;
}

.seller-slider .owl-next {
  position: absolute;
  right: -30px;
  font-size: 0;
}

.seller-slider .owl-prev:after {
  content: "\e408";
}

.seller-slider .owl-next:after {
  content: "\e409";
}

.seller-slider .owl-prev:after,
.owl-next:after {
  font-family: "Material Icons";
  font-size: 30px;
  color: #080808;
  margin: auto;
}

.post-content .heading-black {
  text-transform: capitalize;
}

.post-card {
  background-color: #fff;
}

.post-card-content {
  padding: 40px 16px;
}

.post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
}

.post-desc {
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 52px;
}

.readmore-btn-wrap a {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
}

.post-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.post-img figure {
  position: relative;
  background: #f6f6f6;
  padding-top: 78%;
  display: block;
  margin: 0;
}

.post-date {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f90c0c;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  padding: 20px 30px;
}

.insta-img-grid ul li {
  display: flex;
  align-items: center;
}

.grid-wrapper {
  width: 100%;
}

.grid-container {
  display: grid;
  grid-gap: 0px;
  /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 270px;
  */
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  grid-auto-rows: 285px;
  grid-auto-flow: dense;
}

.grid-container .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  color: #ffeead;
  overflow: hidden;
}

.grid-container .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s;
}

.grid-container .grid-item img:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.grid-container .horizontal {
  grid-column: span 2;
}

.grid-container .vertical {
  grid-row: span 2;
}

.grid-container .big {
  grid-column: span 2;
}

.hasttag {
  text-align: right;
}

.social-icons ul {
  display: flex;
  justify-content: center;
}

.social-icons ul li {
  margin-right: 30px;
}

.social-icons ul li:last-child {
  margin: 0;
}

.story-form .form-row {
  justify-content: center;
}

.story-form .form-control {
  background: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  height: 62px;
  border-radius: 0;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  padding: 0 30px;
}

.story-form .form-group {
  margin: 0;
}

.story-form .form-control::placeholder {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-transform: capitalize;
}

/* login,signup,forget and reset css */
.flex-container {
  display: flex;
  flex-flow: wrap;
}

.flex-item-left {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.9);
  min-height: 100vh;
  overflow: hidden;
  flex: 45%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.flex-item-right {
  background-color: #f1ecec;
  min-height: 100vh;
  overflow: hidden;
  flex: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin: 0;
  opacity: 0.6;
}

.login-content-right {
  padding: 35px 100px 65px 100px;
  width: 100%;
}

.signup-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 45px;
}

.signup-link p {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 0;
}

.signup-link p a {
  color: #f90c0c;
}

.login-heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin: 0;
  text-align: center;
  padding: 30px 0;
}

.login-title {
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  text-align: center;
  padding: 30px 0;
}

button.login-via-bg.metro {
  width: 100% !important;
  opacity: 0;
}

.login-via-bg {
  background: #ffffff;
  border: 1px solid #847e7e !important;
  box-sizing: border-box;
  box-shadow: none !important;
  width: 50%;
  height: 50px;
  display: flex;
  align-items: center;
  margin: 0 30px 30px 0 !important;
  font-size: 14px;
  line-height: 20px;
  color: #000000 !important;
  padding: 10px;
  font-family: "Montserrat", sans-serif !important;
}

.login-via-bg:last-child {
  margin: 0;
}

.seprator {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin: 0;
  text-align: center;
  padding: 40px 0;
}

.login-form .form-row {
  margin: 0;
}

.login-form label {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
}

.login-form .form-control {
  background: #ffffff;
  border: 1px solid #847e7e;
  border-radius: 0;
  height: 50px;
  padding: 0 30px;
  font-size: 14px;
  color: #000000;
  margin-bottom: 30px;
}

.login-form .form-control::placeholder {
  font-size: 14px;
  color: #000000;
}

.resend-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1976d2;
}

.login-via-bg img {
  height: 25px;
  margin-right: 15px;
}

.login-form .form-check-label {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  padding-left: 50px;
  margin: 0;
}

.login-form .form-check-label a {
  color: #f90c0c;
}

.login-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
}

.login-form .form-check {
  display: flex;
  align-items: center;
  margin: 0 0 35px;
  padding: 0;
}

/* contact-us-css */
.contact-banner-wrap {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40%;
  position: relative;
}

.contact-banner-text {
  font-weight: 600;
  font-size: 64px;
  line-height: 77px;
  color: #ffffff;
  font-family: "Advent Pro", sans-serif;
  margin: 0;
}

.contact-banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  padding: 0 100px;
}

.customer-delight-wrap {
  padding: 60px 0;
}

.breadcrum-wrap ul li a {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.breadcrum-wrap ul {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}

.breadcrum-wrap ul li a:after {
  content: "/";
  padding: 10px;
}

.breadcrum-wrap ul li:last-child a:after {
  display: none;
}

.heading-wrap {
  padding: 20px 0;
  border-bottom: 1px solid #cbc5c5;
  margin-bottom: 40px;
}

.contact-form .col-form-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 0;
  display: flex;
  align-items: flex-end;
}

.contact-form .form-control {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #9d9797;
  background: transparent;
  border: none;
  border-bottom: 1px solid #847e7e;
  border-radius: 0;
  padding: 10px 0;
}

.contact-form .form-control::placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #9d9797;
}

.contact-form .form-row {
  margin: 0 0 80px 0;
}

.guest-checkout .flex-item-left {
  background-color: #eae6e6;
}

.guest-checkout .flex-item-left {
  background-color: #eae6e6;
  align-items: flex-start;
  padding: 200px 0 0 0;
}

.promise-list {
  background-color: #eae6e6;
}

.promise-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}

.promise-list ul li {
  padding: 30px 45px;
  text-align: center;
}

.promise-list ul li img {
  margin: auto;
  display: block;
  height: 50px;
}

.promise-text {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin: 0;
  padding: 15px 0;
  min-height: 70px;
}

.promise-content .heading-black {
  text-transform: capitalize;
  text-align: center;
  padding: 60px 0;
}

.price-breakup-table table th {
  border: none;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
}

.price-breakup-table table td {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.price-breakup-table table td b {
  font-weight: 600;
}

#product-tab .nav-link {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  padding: 20px 15px;
  border-bottom: 2px solid transparent;
}

#product-tab .nav-item.show .nav-link,
#product-tab .nav-link.active {
  background: no-repeat;
  border: none;
  border-bottom: 2px solid #f90c0c !important;
  border-radius: 0;
}

#product-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c4c4c4;
}

#product-tab .nav-link:focus,
#product-tab .nav-link:hover {
  border: none;
}

.product-detail-list {
  padding: 30px 15px;
}

.product-detail-list ul li p {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin: 0;
}

.product-detail-list ul li {
  padding-bottom: 30px;
}

.product-detail-list ul li:last-child {
  padding: 0;
}

.inspiration-content {
  padding: 30px 15px;
}

.inspiration-content p {
  font-size: 16px;
  line-height: 2;
  color: #000000;
  margin: 0;
}

.user-details {
  border: 1px solid #c4c4c4;
  padding: 60px;
  text-align: center;
  margin-bottom: 25px;
}

.sidebar-tabs {
  border: 1px solid #c4c4c4;
}

.bdr-box {
  border: 1px solid #c4c4c4;
  padding: 60px 30px;
}

.user-img {
  position: relative;
  margin: auto;
  display: block;
  text-align: center;
  width: 138px;
  height: 120px;
}

.user-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}

.user-name {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 0;
  padding: 10px 0;
}

.user-email {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 0;
}

.sidebar-tabs ul {
  padding: 15px 0;
}

.sidebar-tabs ul li {
  padding: 15px;
}

.sidebar-tabs ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  display: flex;
  align-items: center;
}

.personal-info-form {
  padding: 60px 0;
}

.personal-info-form .form-row > .col,
.personal-info-form .form-row > [class*="col-"] {
  padding-right: 15px;
  padding-left: 5px;
}

.personal-info-form label {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.personal-info-form .form-control {
  background: #f8f3f3;
  border: 1px solid #c4c4c4;
  height: 40px;
  border-radius: 0;
}

.personal-info-form .form-group {
  padding-bottom: 35px;
  margin: 0;
}

.personal-info-form .form-row:last-child {
  padding: 0;
}

.personal-info-form .btn-org-lg {
  width: 100%;
  margin: 0;
}

.sidebar-tabs ul li a.active {
  color: #f90c0c;
}

.sidebar-tabs ul li a img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  margin-right: 15px;
}

.sidebar-tabs ul li a.active img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.sidebar-tabs ul li a:hover {
  color: #f90c0c;
}

.sidebar-tabs ul li a:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.myaddress-box {
  border: 1px solid #cbc5c5;
  padding: 50px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.myaddress-content .heading-black-sm {
  padding: 20px 0;
}

.check-address.active {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.check-address {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.address-action a {
  margin-right: 50px;
}

.address-action a:last-child {
  margin-right: 0;
}

.myorder-selectbox .form-control {
  border: 1px solid #cbc5c5;
  background: transparent;
  height: 64px !important;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 0 25px;
}

.order-item {
  flex-flow: wrap;
}

.order-img {
  position: relative;
  width: 170px;
  height: 170px;
  background-color: #ccc;
  margin-right: 15px;
}

.order-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.order-item-id {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 0;
  padding: 30px 0;
}

.order-item-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 0;
}

.order-item-code {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 0;
  padding: 15px 0;
}

.order-item-status {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 0;
}

.order-btn {
  display: flex;
  align-items: center;
}

.order-btn .grey-bdr-btn {
  margin: 30px 30px 30px 0;
}

.myorder-list ul li {
  border-bottom: 1px solid #c4c4c4;
}

.myorder-list ul li:last-child {
  border: none;
}

.wishlist-table table thead th {
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 30px 0;
}

.wishlist-table table td {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 50px 0;
  vertical-align: middle;
}

.wishlist-action a {
  margin-right: 30px;
}

.wishlist-action a:last-child {
  margin: 0;
}

.wishlist-table .order-item-name {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
}

.wishlist-table .order-item-code {
  font-size: 14px;
  padding: 0px;
}

.wishlist-table .table {
  margin: 0;
}

.product-gallery-wrap {
  margin-right: 30px;
}

.product-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}

.product-action a:last-child {
  margin: 0;
}

.product-action {
  display: flex;
  align-items: center;
}

.product-desc {
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  margin: 0;
  padding: 30px 0;
}

.product-price {
  font-size: 20px;
  line-height: 29px;
  color: #f90c0c;
  margin: 0;
}

.product-form label {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.product-form .form-control,
.product-form select.form-control:not([size]):not([multiple]) {
  background: #ffffff;
  border: 1px solid #847e7e;
  border-radius: 0;
  height: 37px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.product-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.product-form .form-group {
  margin-bottom: 40px;
  position: relative;
}

.text-org-sm {
  font-size: 14px;
  line-height: 20px;
  color: #f90c0c;
  position: absolute;
  right: 15px;
}

.pincode-wrap {
  position: relative;
}

.pincode-wrap span {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(-50%, -50%);
  color: #847e7e;
  font-size: 18px;
}

.pincode-wrap .form-control {
  padding: 0 95px 0 40px;
}

.pincode-wrap .text-org-sm {
  top: 50%;
  transform: translate(-50%, -50%);
  right: 0;
}

.product-form .btn-org-lg {
  margin: auto;
  width: 348px;
  height: 40px;
}

.product-form {
  padding: 40px 0;
}

.delivery-text {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin: 0;
  display: flex;
  align-items: center;
}

.delivery-text span {
  color: #4caf50;
  padding-right: 10px;
}

.delivery-text-error span {
  color: #f90c0c;
  padding-right: 10px;
}

#gallerycarousel .flex-viewport ul li {
  height: 140px;
  position: relative;
}

#galleryslider {
  margin-bottom: 10px;
}

.galleryslider-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
}

.gallerycarouse-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  cursor: pointer;
}

#galleryslider .flex-direction-nav {
  display: none;
}

#gallerycarousel .flex-direction-nav {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
}

#gallerycarousel {
  position: relative;
}

#gallerycarousel .flex-prev {
  font-size: 0;
  position: relative;
  display: block;
}

#gallerycarousel .flex-prev:after {
  content: "<";
  display: block;
  background-image: url("../images/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 16px;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(-50%, -50%);
}

#gallerycarousel .flex-next {
  font-size: 0;
  position: relative;
  display: block;
}

#gallerycarousel .flex-next:after {
  content: "";
  display: block;
  background-image: url("../images/next.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 16px;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.review-content .heading-black {
  text-transform: capitalize;
}

.review-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.review-img img {
  padding-bottom: 20px;
  width: 100%;
}

.review-img-heading {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0;
  padding-bottom: 20px;
}

.total-rating {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin: 0;
}

.fa.fa-star.checked {
  color: #ffc107;
}

.fa.fa-star {
  color: #eae6e6;
}

.review-rating-wrap .black-title-sm {
  text-align: left;
}

.heading-bold-sm {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0;
  min-width: 100px;
}

.review-rating-list li {
  padding: 15px 0;
}

.review-modal {
  cursor: pointer;
  text-align: right;
}

.wishlist-grey {
  color: #c4c4c4;
  font-size: 25px;
}

.wishlist-red {
  color: #f90c0c;
  font-size: 25px;
}

.share-black {
  color: #000;
}

#reviewModal .modal-content {
  border-radius: 0;
}

#reviewModal .modal-heading {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0;
}

#reviewModal .modal-title {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0;
  padding: 15px 0;
}

#reviewModal .modal-body {
  padding: 30px 60px 30px;
}

#reviewModal .modal-header {
  border: none;
  padding: 10px;
}

#reviewModal .modal-header .close span {
  font-size: 30px;
}

input[type="file"] {
  display: block;
}

.imageThumb {
  max-height: 75px;
  border: 2px solid;
  padding: 1px;
  cursor: pointer;
}

.pip {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.remove {
  display: block;
  background: #444;
  border: 1px solid black;
  color: white;
  text-align: center;
  cursor: pointer;
}

.remove:hover {
  background: white;
  color: black;
}

.review-list .title-black {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.review-list ul li {
  padding: 15px 0;
}

.textarea-wrap textarea {
  border: 1px solid #cbc5c5;
  width: 100%;
  padding: 15px;
  text-align: center;
}

.textarea-wrap textarea::placeholder {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.img-uploder-wrap {
  border: 1px solid #cbc5c5;
  margin: 30px 0;
  text-align: center;
  padding-bottom: 15px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.img-uploder-wrap h3 {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0;
  text-align: center;
}

.img-uploder-wrap #files {
  width: 100%;
}

.common-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40%;
}

.faq-section {
  background: #f8f3f3;
}

.faq-title h2 {
  margin: 0;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #cee1f8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgba(233, 30, 99, 0.1);
  padding-left: 10px;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3b566e;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.faq .card .card-header .faq-title .badge {
  width: 20px;
  height: 20px;
  line-height: 14px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #ed1b2f;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq .card .card-body {
  padding: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #f3f8ff;
}

.faq .card .card-body p {
  margin-bottom: 0px;
}

.shipping-content-wrap {
  background: #fff;
  padding: 60px;
}

.heading-red {
  color: #ed1b2f;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
}

.desc-grey {
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
}

.desc-grey a {
  color: #141414;
}

.shipping-content {
  padding-bottom: 30px;
}

.review-rating-wrap {
  padding-top: 40px;
}

.top-review-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 0;
}

.topuser-img {
  width: 40px;
  height: 39px;
  background: #ccc;
  border-radius: 50%;
  position: relative;
}

.topuser-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.topuser-name {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  font-weight: 400;
  margin: 0;
  padding-left: 10px;
}

.top-user .review-star {
  padding-right: 15px;
}

.top-user .black-title-sm {
  padding: 10px 0;
}

.topuser-list ul li {
  padding: 30px 0;
}

.topuser-share-img {
  padding: 10px 0;
}

.pagination a {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-right: 20px;
}

.product-gallery-detail {
  margin-left: 30px;
}

#cart_wrap .stepper-custom {
  width: 100%;
  max-width: 950px;
  margin: 85px auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

#cart_wrap input::placeholder {
  color: #000;
}

#cart_wrap .card {
  border: 0;
  background-color: #f8f3f3;
}

/* #cart_wrap .card a {
	color: #000;
	font-weight: 500;
} */
#cart_wrap .qty button {
  background: #f90c0d !important;
}
#cart_wrap .card .cart-total-items {
  border: 1px solid #c4c4c4;
}

#cart_wrap .card .cart-total-items-header {
  padding: 20px;
  background: #eae6e6;
  font-size: 16px;
}

#cart_wrap .card .cart-total-items-header p:nth-child(1) {
  font-weight: 600;
}

#cart_wrap .card .cart-total-items-header .edit_pincode {
  color: #ff3d00;
}

#cart_wrap .card .cart-total-items-content ul {
  max-height: 800px;
  overflow-y: auto;
}

#cart_wrap .card .cart-total-items-content .cart-total-single-item {
  border-bottom: 1px solid #e1dddd;
  padding: 60px 40px;
}

#cart_wrap .card .cart-total-items-content .cart-total-single-item p,
#cart_wrap .card .cart-total-items-content .cart-total-single-item div,
#cart_wrap
  .card
  .cart-total-items-content
  .cart-total-single-item
  > div
  div
  form {
  margin: 15px 0;
}

#cart_wrap .card .cart-total-items-content .cart-total-single-item p,
#cart_wrap .card .cart-total-items-content .cart-total-single-item span,
#cart_wrap .card .cart-total-items-content .cart-total-single-item label {
  font-size: 14px;
}

#cart_wrap
  .card
  .cart-total-items-content
  .cart-total-single-item
  p:nth-child(1) {
  font-size: 16px;
  margin-top: 0px;
}

#cart_wrap .card .cart-total-items-content .cart-total-single-item:last-child {
  border-bottom: 0;
}

#cart_wrap .card .cart-total-items-content .cart-total-single-item > div {
  width: 100%;
  margin-top: 0px;
}

#cart_wrap .card .cart-total-items-content .cart-total-single-item > div > p,
#cart_wrap .card .cart-toal-items-content .cart-total-single-item > div > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}

#cart_wrap .card .continue_shop {
  font-size: 12px;
  margin-right: 10px;
}

#cart_wrap .card .cart-total-items-content .cart-total-single-item img {
  max-width: 170px;
  max-height: 170px;
  margin-right: 30px;
}

#cart_wrap .card .cart-total-items-content .cart-total-single-item strong {
  font-weight: 600 !important;
}

#cart_wrap .card .cart-total-items-content .cart-total-single-item span,
#cart_wrap .card .cart-toal-items-content .cart-total-single-item label {
  font-size: 14px;
}

#cart_wrap .card .cart-total-items-content .cart-total-single-item button {
  background: transparent;
  border: 0;
  font-size: 14px;
}

#cart_wrap .card .cart-total-items-content .cart-total-single-item input {
  width: 40px;
  background: transparent;
  border: 0;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
}

#cart_wrap .card .cart-summary {
  border: 1px solid #c4c4c4;
  padding: 30px 25px;
}

#cart_wrap .card .cart-summary h3 {
  font-size: 16px;
}

#cart_wrap .card .cart-summary p {
  font-size: 14px;
}

#cart_wrap .card .cart-summary strong {
  font-weight: 600;
  font-size: 14px;
}

#cart_wrap .card .cart-summary img {
  width: 72px;
  height: 87px;
}

#cart_wrap .card .cart-summary ul {
  margin-top: 30px;
}

#cart_wrap .card .cart-summary ul li {
  margin: 25px 0;
}

#cart_wrap .card .discount-form {
  margin-top: 30px;
  position: relative;
}

#cart_wrap .card .discount-form input {
  background: transparent;
  width: 100%;
  min-height: 57px;
  border: 1px solid #c4c4c4;
  padding: 0 18px 0 70px;
  font-size: 14px;
}

.discount-form img {
  position: absolute;
  top: 16px;
  left: 20px;
}

#cart_wrap .card .discount-form label {
  margin-top: 10px;
  font-size: 14px;
}

#cart_wrap .card .giftcoupon-form form {
  margin-top: 15px;
  display: flex;
  background: transparent;
  min-height: 57px;
  border: 1px solid #c4c4c4;
  padding: 0 10px;
}

#cart_wrap .card .giftcoupon-form input {
  border: 0;
  background: transparent;
  display: inline-block;
  width: 60%;
  margin: auto;
}

#cart_wrap .card .giftcoupon-form input::placeholder {
  font-size: 14px;
}

#cart_wrap .card .giftcoupon-form input:focus,
#cart_wrap .card .discount-form input:focus {
  outline: 0;
}

#cart_wrap .card .giftcoupon-form span {
  color: #ff3d00;
  margin: auto 10px;
}

#cart_wrap .card .giftcoupon-form button {
  color: #ff3d00;
  background: transparent;
  border: 0;
  font-size: 14px;
  margin-left: auto;
  margin-right: 5px;
}

#cart_wrap .card .btn-org-lg {
  width: 300px;
  margin: 30px auto;
}

#cart_wrap.deliver .row > div:nth-child(1) .card {
  border: 1px solid #c4c4c4;
}

#cart_wrap.deliver .card-header {
  background: #eae6e6;
  padding: 30px;
}

#cart_wrap.deliver .card-header h3 {
  font-weight: 600;
}

#cart_wrap.deliver .card-header h3,
#cart_wrap.deliver .card-header p {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 26px;
}

#cart_wrap.deliver .card-body {
  padding: 25px 20px 50px 20px;
}

#cart_wrap.deliver .card-body > div {
  margin: 25px 0;
}

#cart_wrap.deliver .card-body .form-group {
  margin: 0 12px;
}

#cart_wrap.deliver .card-body .form-group .form-control {
  background: transparent;
  min-height: 40px;
}

#cart_wrap.deliver .card-body .whatsapp-number label {
  margin: 25px 0;
  font-size: 14px;
}

#cart_wrap.deliver .shipping-address {
  padding: 25px 0 0 0;
}

#cart_wrap.deliver .shipping-address h3,
#cart_wrap.deliver .billing-address h3 {
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  margin-bottom: 0px;
}

#cart_wrap.deliver .shipping-address .form-group {
  margin: 16px 12px !important;
}

#cart_wrap.deliver #billing_address .form-group {
  margin: 16px 12px !important;
}

#cart_wrap.deliver #billing_address {
  margin-top: 20px;
}

#cart_wrap.deliver .billing-address div {
  margin-top: 10px;
}

#cart_wrap.deliver .billing-address input {
  margin-right: 10px;
}

#cart_wrap.deliver .billing-address span {
  font-size: 14px;
  margin-bottom: 0px;
}

#cart_wrap.deliver .billing-address input[type="radio"]:checked,
#cart_wrap.deliver .billing-address input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

#cart_wrap.deliver .billing-address input[type="radio"]:checked + label,
#cart_wrap.deliver .billing-address input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

#cart_wrap.deliver .billing-address input[type="radio"]:checked + label:before,
#cart_wrap.deliver
  .billing-address
  input[type="radio"]:not(:checked)
  + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

#cart_wrap.deliver .billing-address input[type="radio"]:checked + label:after,
#cart_wrap.deliver
  .billing-address
  input[type="radio"]:not(:checked)
  + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #ff3d00;
  position: absolute;
  top: -4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#cart_wrap.deliver
  .billing-address
  input[type="radio"]:not(:checked)
  + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#cart_wrap.deliver .billing-address input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#cart_wrap.deliver .cart-summary-prdct-list ul {
  max-height: 300px;
  overflow-y: auto;
}

#cart_wrap.payment .card {
  border: 1px solid #ddd;
}

#cart_wrap.payment .cart-summary {
  padding: 40px 80px;
  border: 0;
}

#cart_wrap.payment .card .cart-summary h3 {
  font-weight: 600;
}

#cart_wrap.payment .card .cart-summary img {
  width: 235px;
  height: 190px;
}

#cart_wrap.payment .card .cart-summary li {
  max-width: 80%;
  margin-bottom: 50px;
}

#cart_wrap.payment .card .cart-summary li > div {
  margin-left: 75px;
}

#cart_wrap.payment .card .cart-summary .cart-prices {
  width: 100%;
  margin: 10px 0;
  text-align: right;
}

#cart_wrap.payment .card .discount-form,
#cart_wrap.payment .card .giftcoupon-form {
  margin: 0 80px;
  max-width: 100%;
}

#cart_wrap.payment .card .giftcoupon-form {
  margin-top: 40px;
}

#cart_wrap.payment .card .checkout_btn {
  max-width: 350px;
  margin: 80px auto 40px auto;
}

#cart_wrap.payment .card .cart-links {
  max-width: 525px;
  margin: 0 auto 50px auto;
}

#cart_wrap.payment .card .cart-links a {
  padding: 0 15px;
}

.stepper-custom ul span {
  display: block;
  font-size: 25px;
  color: #847e7e;
  padding: 10px 0;
}

.stepper-custom ul li.active span {
  color: #ff3d00;
}

.stepper-custom ul li.checked span {
  color: #ff3d00;
}

.stepper-custom ul li.checked:after {
  background: #ff3d00;
}

.stepper-custom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.stepper-custom ul li p {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  display: block;
  margin: 0;
}

.stepper-custom ul li {
  position: relative;
  width: 35%;
}

.stepper-custom ul li.active {
  font-weight: 600;
}

.stepper-custom ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 35%;
  transform: translate(-50%, -50%);
  background: #847e7e;
  width: 94%;
  height: 2px;
}

.stepper-custom ul li:last-child:after {
  display: none;
}

.bloom-content-left .title-white {
  font-size: 18px;
  line-height: 38px;
  color: #ffffff;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
  padding: 30px 40px;
}

.product-list {
  width: 100%;
}

.product-list ul li {
  display: flex;
  margin-bottom: 40px;
  /* align-items: center;
  */
}

.productlist-img {
  /* padding: 22px 0;
  */
  position: relative;
  display: block;
}

.productlist-img img {
  width: 100%;
}

.product-no-wrap p {
  text-align: right;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.filter-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 40px 0;
}

/* .filter-wrap .form-group label {
	margin: 0;
	position: absolute;
	left: -35px;
	top: 50%;
	transform: translate(-50%, -50%);
} */

.filter-wrap .form-group {
  position: relative;
  margin: 0;
}

.filter-wrap .form-control {
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 0 30px 0 5px;
  height: 50px !important;
  z-index: 1;
}

.filter-wrap .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.filter-wrap .form-group .material-icons-outlined {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: -1;
}

.add-cart-btn img {
  height: 25px;
  width: auto;
}

.add-cart-btn {
  position: absolute;
  bottom: 40px;
  left: 20px;
  background: #f90c0c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 15px;
  border-radius: 30px;
}

.add-cart-btn p {
  font-size: 14px;
  color: transparent;
  margin: 5px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  max-width: 0;
  transition: 0.5s ease;
}

.add-cart-btn:hover p {
  color: #fff;
  max-width: 120px;
}

.side-cart-wrap {
  width: 750px;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  background-color: #f8f3f3;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1000;
  padding: 50px;
}

.close-btn-wrap {
  text-align: right;
}

.close-btn {
  background: transparent;
  border: none;
}

.close-btn span {
  font-size: 30px;
}

.side-cart-wrap .item {
  /* border: 1px solid #c4c4c4;
  */
  /* padding: 15px 0;
  */
  overflow: hidden;
  padding: 12px;
}

.side-cart-wrap .item-img {
  border: 1px solid #cbc5c5;
  position: relative;
}

.side-cart-wrap .slider-content {
  text-align: left;
  padding-left: 20px;
}

.side-cart-wrap .heading-black.pb-3 {
  margin: 90px 0 30px 0;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 121;
  visibility: hidden;
}

.counter {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ed1b2f;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -5px;
  right: -10px;
  width: 24px;
}

.cart-icon {
  position: relative;
}

.rating {
  border: none;
  float: left;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin: 0 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating>input:checked~label,
/* show gold star when clicked */
.rating:not(:checked)>label:hover,
/* hover current star */
.rating:not(:checked)>label:hover~label {
  color: #ffd700;
}

/* hover previous stars in list */
.rating>input:checked+label:hover,
/* hover current star when changing rating */
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
/* lighten current selection */
.rating>input:checked~label:hover~label {
  color: #ffed85;
}

.social .fbtn {
  width: 50px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 18px;
}

.social .fa {
  padding: 15px 0px;
}

.facebook {
  background-color: #3b5998;
}

.gplus {
  background-color: #dd4b39;
}

.twitter {
  background-color: #55acee;
}

.stumbleupon {
  background-color: #eb4924;
}

.pinterest {
  background-color: #cc2127;
}

.linkedin {
  background-color: #0077b5;
}

.whatsapp {
  background-color: #25d366;
}

.email {
  background-color: #7d7d7d;
}

.buffer {
  background-color: #323b43;
}

.cart-empty {
  text-align: center;
  margin-top: 70px !important;
  margin-bottom: -20px;
}

.share-button.sharer {
  margin: auto;
  display: block;
  text-align: right;
}

.share-button.sharer .social.active.top {
  transform: scale(1) translateY(-10px);
}

.share-button.sharer .social.active {
  opacity: 1;
  transition: all 0.4s ease 0s;
  visibility: visible;
}

.share-button.sharer .social.top {
  margin-top: -40px;
  transform-origin: 0 0 0;
}

.share-button.sharer .social {
  opacity: 0;
  transition: all 0.4s ease 0s;
  visibility: hidden;
  position: absolute;
  top: 0;
  display: flex;
  right: 15px;
}

.share-btn {
  border: none;
  background: transparent;
  margin-left: 15px;
}

.imgslider {
  width: 100%;
  background: #f8f3f3;
  border: 1px solid #f90c0c;
  min-height: auto;
  margin-left: -1px;
  z-index: 10000;
  position: absolute;
  top: 0;
  padding: 10px;
  display: none;
}

.product-li:hover .imgslider {
  display: block;
}

#imgSliderCarousal .carousel-item img {
  padding-bottom: 60px;
  background-color: #fff;
}

.carousel-indicators {
  position: absolute !important;
  right: 0 !important;
  bottom: 85px !important;
  left: 0 !important;
  z-index: 15 !important;
  padding: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  list-style: none !important;
}

.carousel-indicators li {
  background: #edd2d2;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  /* margin: 10px; */
}

.carousel-indicators li.active {
  background: #cc0000 !important;
}

.imgslider-content {
  padding: 15px 0px;
}

.imgSliderCarousal .imgslider-content p {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 0;
}

.imgSliderCarousal .imgslider-content .price {
  font-size: 16px;
  line-height: 20px;
  color: #f90c0c;
  margin: 0;
}

.imgSliderCarousal .imgslider-content img {
  padding: 0;
  background-color: transparent;
}

.address-action .material-icons-outlined,
.wishlist-action .material-icons-outlined {
  color: #847e7e;
  font-size: 35px;
}

.custom-radios div {
  display: inline-block;
}

.custom-radios input[type="radio"] {
  display: none;
}

.custom-radios input[type="radio"] + label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0;
}

.custom-radios input[type="radio"] + label span {
  display: flex;
  width: 25px;
  height: 25px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 44px;
  align-items: center;
  justify-content: center;
  background-color: #847e7e;
}

.custom-radios input[type="radio"] + label span img {
  height: 10px;
}

.custom-radios input[type="radio"]#color-1 + label span {
  background-color: #f90c0c;
}

.custom-radios input[type="radio"]:checked + label span img {
  opacity: 1;
  height: 10px;
}

.galleryvideo-item {
  padding: 0;
}

span.input_errors {
  font-size: 13px;
  color: #ff0000;
}

.spinner {
  margin: auto;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #f90c0c;
  border-bottom: none;
  border-left: none;
  animation: spin 4.5s infinite linear reverse;
}

.spinner .spinner2 {
  margin: 25px auto;
  height: 150px;
  width: 150px;
  animation: spin 2s infinite linear;
}

.spinner .spinner3 {
  margin: 25px auto;
  height: 100px;
  width: 100px;
  animation: spin 1s infinite linear reverse;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.loader-11 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #ff3d00 #ff3d00 transparent transparent;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

.loader-11:after,
.loader-11:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #ff3d00 #ff3d00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-animation: rotationBack 0.5s linear infinite;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}

.loader-11:before {
  width: 32px;
  height: 32px;
  border-color: #ff3d00 #ff3d00 transparent transparent;
  -webkit-animation: rotation 1.5s linear infinite;
  animation: rotation 1.5s linear infinite;
}

/* keyFrames */
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.form__radio-group {
  width: 10%;
  display: table-cell;
}

.form__radio-input {
  display: none;
}

.form__radio-label {
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  padding-top: 23px;
}

.form__radio-botton {
  height: 30px;
  width: 30px;
  border: 5px solid #000;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 1.4rem;
}

.form__radio-botton::after {
  content: "";
  display: block;
  height: 16px;
  width: 17px;
  border-radius: 50%;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0;
  transition: opacity 0.2s;
}

.form__radio-input:checked ~ .form__radio-label .form__radio-botton::after {
  opacity: 1;
}

/* ///////////////////////// */
/* product details new css */
/* //////////////////////// */
.ratingSection {
  max-width: 960px;
  margin-top: 40px;
}

.rating-img-wrp img {
  max-width: 150px;
}

.based-rating-box h5 {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-top: 20px;
}

.total-rating {
  font-size: 18px;
}

.reviewQesSection ul.nav.nav-pills .active {
  color: #f90c0c !important;
  font-weight: 600;
}

.reviewQesSection ul.nav.nav-pills li a {
  color: black;
  font-size: 16px;
  padding-right: 30px;
}

.yotpo-question {
  padding: 25px 0 22px;
  margin: 0 10px;
  border-top: 1px solid #e3e3e3;
}

.yotpo-user-name h3 {
  font-size: 12px;
  color: #7e6b6b !important;
  font-weight: 400;
}

.content-question-top {
  font-weight: 600;
  font-size: 14px;
}

.y-label.yotpo-user-name {
  display: block;
  color: #000000 !important;
  font-size: 12px;
}

.yotpo-comment-box.yotpo-comment {
  margin-left: 22px;
  border-left: 2px solid #000;
  margin-top: 25px;
  padding: 15px 30px;
}

.yotpo-header.yotpo-store-owner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.y-label.question-date {
  display: block;
  font-size: 12px;
  color: #6a6c77;
}

.content-question p {
  margin: 0;
  font-size: 14px;
  color: #6a6c77;
}

.topuser-list .rating-img-wrp img {
  max-width: 100px;
}

.ratingsActionBtn {
  display: flex;
  justify-content: end;
  margin: 30px 0;
}

.ratingsActionBtn button {
  background: transparent;
  border: oldlace;
  text-align: left;
}

.ratingsActionBtn button span {
  display: block;
}

.ratingsActionBtn button span img {
  max-height: 44px;
}

.ratingsActionBtn button span.text-btn-new {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  color: #000000;
  margin-top: 20px;
}

button#AskQuestion {
  margin-left: 8em;
  width: 250px;
  height: 40px;
}

h2.yotpo-header-title {
  font-size: 14px;
  margin-bottom: 20px;
}

.yotpo-mandatory-explain {
  font-size: 14px;
  color: #6a6c77;
  margin-bottom: 20px;
}

span.yotpo-mandatory-mark {
  display: inline;
  color: red;
  vertical-align: middle;
}

label.y-label {
  display: block;
  font-size: 14px;
  color: #6a6c77;
}

textarea#yotpo_input_question_content {
  height: 68px;
  color: #737373;
  padding: 12px 9px;
  border: solid 1px #575757;
  background: #f8f3f3;
  width: 100%;
}

.input-field input {
  color: #737373;
  padding: 3px 9px;
  border: solid 1px #575757;
  background: #f8f3f3;
  width: 100%;
}

.post-question {
  text-align: right;
}

.postbtn {
  font-size: 14px;
  padding: 3px 9px;
  border: solid 1px #575757;
  background: transparent;
  min-width: 180px;
  min-height: 35px;
  cursor: pointer;
}

.AskQuestionForm {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0ms 400ms, opacity 400ms 0ms;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.AskQuestionForm.showForm {
  height: auto;
  opacity: 1;
  transition: height 0ms 0ms, opacity 600ms 0ms;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.careins-main-wrp {
  max-width: 1210px;
  margin: auto;
}

.img__wrp_bx img {
  width: 100%;
}

.row.two {
  flex-direction: row-reverse;
}

.ins__text ul li p {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-left: 30px;
}

.ins__text ul li {
  display: flex;
  margin-bottom: 40px;
}

span.no__count {
  font-size: 36px;
  line-height: 44px;
  /* identical to box height */
  color: #f90c0c;
  font-weight: 600;
}

.ins__text {
  max-width: 420px;
  padding-left: 30px;
  padding-top: 30px;
}

.row.two .ins__text {
  padding-left: 70px;
  padding-top: 80px;
}

.row.two .img__wrp_bx {
  position: relative;
  top: -60px;
}

.simple-pagination ul li a {
  background: transparent !important;
  border: 0;
  box-shadow: none;
  color: black !important;
}

a.page-link.next:after,
span.current.next:after {
  content: "\f105";
  font-size: 23px !important;
  font: normal normal normal 14px/1 FontAwesome;
}

a.page-link.next {
  font-size: 0;
}

span.current.prev:after,
a.page-link.prev:after {
  content: "\f104";
  font-size: 23px !important;
  font: normal normal normal 14px/1 FontAwesome;
}

.page-link.prev,
span.current.next {
  font-size: 0 !important;
  color: black !important;
}

.light-theme .current {
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  color: red !important;
}

.current.prev {
  color: black !important;
  background: none !important;
  font-size: 0;
  box-shadow: none;
  border: 0;
}

.sub-colomn-wrp,
.sub-colomn-wrp .productlist-img,
.sub-colomn-wrp .product-li,
.productlist-img.SingleItem,
.productlist-img.SingleItem img {
  height: 100%;
}

.sub-colomn-wrp .img-fluid {
  height: 100%;
}

.row.sub-colomn-wrp .col-md-6:nth-child(1),
.row.sub-colomn-wrp .col-md-6:nth-child(2) {
  margin-bottom: 40px;
}

.slick-next {
  right: -15px !important;
}

.slick-prev {
  left: -18px !important;
}

.insta-modal {
  max-width: 60%;
}

.insta-modal .carousel-item img {
  width: 100%;
}

.insta-caption p {
  font-style: italic;
  font-family: Times New Roman, serif;
  line-height: 27px;
}

/* .video-thumb {
	margin: 100px 85px;
} */

.video-thumb img {
  width: 100%;
}
.down-botom_positopn {
  position: relative;
  top: 90px;
}
.pt_60_new {
  padding-top: 60px !important;
}
.margin-top_90 {
  margin-top: 90px;
}
.row.video-thumb {
  max-width: 1156px;
  margin: auto;
  padding-top: 30px;
}
.insta-prev::before {
  content: " ";
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  cursor: pointer;
  display: block;
}

.insta-next::before {
  content: " ";
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  cursor: pointer;
  display: block;
}

.careInsSec {
  background-color: #fff;
  margin-top: 80px;
}

.careInsSec figure img {
  width: 80%;
}

.ins__text ul li p {
  font-size: 14px;
  line-height: 20px;
}

span.no__count {
  font-size: 30px;
}

.row.two .img__wrp_bx {
  top: -120px;
}

.ins__text ul li {
  margin-bottom: 30px;
}

.careInsSec .promise-content .heading-black {
  text-transform: capitalize;
  text-align: center;
  padding: 70px 0;
  margin-top: -20px;
}

.topuser-list ul li {
  border-top: 1px solid #e3e3e3;
}

.review-rating-wrap {
  padding-left: 25px;
  border-left: 2px solid #ececec;
  margin-left: -60px;
}

.ratingSection {
  max-width: 100%;
  margin-top: 40px;
}

.review-rating-list li {
  padding: 10px 0;
}

/* .review-star {
  margin-top: -5px;
} */

.rating-img-wrp img {
  max-width: 140px;
}

.review-rating-list .rating-img-wrp img {
  max-width: 100px;
}

.reviewQesSection {
  margin-top: 50px;
}

#AskQuestionForm {
  margin-top: 50px;
}

/* product gallery slider */
.slider-wrapper {
  width: auto;
  margin: auto;
}

.slick-slide {
  text-align: center;
  position: relative;
}

.slick-slide:focus {
  outline: none;
}

.slick-slide-title {
  text-transform: capitalize;
}

.slick-slide-image {
  /* max-width: 100%;
  */
  height: inherit;
  width: 100% !important;
}

/* .galleryImg img{
  height: 540px;
}
*/
.slick-slide-label {
  color: #fff;
  padding: 10px;
  position: absolute;
  left: 0px;
  font-size: 1.5em;
  bottom: 0px;
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: #777777;
}

button.slick-arrow.slick-next {
  display: none !important;
}

button.slick-arrow.slick-prev {
  display: none !important;
}

.thumbnail-slider-wrap {
  margin-top: 15px;
  width: 100%;
  left: 0;
  right: 0;
}

.thumbnail-slider-wrap .slick-track .slick-slide {
  text-align: center;
}

/* .thumbnail-slider-wrap .slick-track .slick-slide img {
  max-width: 185px;
  margin-right: 15px;
  cursor: pointer;
  min-height: 100px;
  float: left;
}
*/
.thumbnail-slider-wrap .slick-slider {
  height: 120px;
}

#next-img,
#prev-img {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 35%;
  z-index: 9;
  bottom: 0;
  /* margin: auto; */
  transform: inherit;
}

.review-star.mr-4 img {
  width: 100px;
}

a.product-link {
  color: #000;
}

.preloaderBg {
  top: 0;
  background: #f8f3f3;
  width: 100%;
  height: 50%;
  text-align: center;
}

.preloader {
  background: url(../images/loader.png) no-repeat center;
  background-size: 150px;
  width: 300px;
  height: 300px;
  margin: 0px auto;
}

.preloader2 {
  border: 5px solid #fff;
  border-top: 5px solid #f00;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  animation: spin 1s ease-in-out infinite;
  position: relative;
  margin: auto;
  top: -225px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* product slider new code */
.thumbnail-slider-wrap .slick-track > .slick-slide {
  width: 110px !important;
  margin-right: 15px;
  cursor: pointer;
  min-height: 100px;
  float: left;
}

/* .thumbnail-slider-wrap .slick-track>.slick-slide:last-child {
  margin-right: 0;
}
*/
.slick-slide.galleryImg {
  width: 100%;
}

/* .thumbnail-slider-wrap .slick-slide img {
  width: 100%;
}
*/
/* .thumbnail-slider-wrap .slick-track {
  margin: 0;
  width: 100% !important;
}
*/
.thumbnail-slider-wrap .slick-current {
  border: 1px solid rgb(249, 12, 12);
}

.txt-bg-color a {
  color: #f90c0c !important;
}

/* product list page new code */
.filter-mobile-top .dropdown-menu a {
  font-size: 14px;
  border-radius: 0;
  padding: 0 10px;
}

.filter-mobile-top .dropdown-menu {
  border: 1px solid #938d8d !important;
  width: 100%;
  border-radius: 0;
}

.filter-mobile-top .dropdown-toggle::after {
  display: none;
}

.filter-mobile-top #dropdownMenuLink {
  width: 100%;
}

.filter-mobile-top .dropdown {
  flex: 1;
}

.filter-mobile-top button {
  /* width: 135px;
  min-width: 135px;
  */
  height: 52px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000 !important;
  margin-right: 25px;
  background: white !important;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  border: 1px solid #938d8d !important;
  box-shadow: none !important;
  flex: 1;
}

.filter-mobile-version {
  display: none;
}

.filter-mobile-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.filter-mobile-top .form-group {
  position: relative;
}

.filter-mobile-top .form-group span.material-icons-outlined {
  position: absolute;
  top: 12px;
  right: 5px;
  z-index: -1;
}

.filter-mobile-top select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  font-weight: 600;
  font-size: 14px;
  background-color: transparent;
  width: 170px;
  height: 52px !important;
  border: 2px solid #000000;
  color: #000;
  padding-right: 20px;
  z-index: 1;
  border-radius: 0;
}

.product-no-wrap {
  margin-bottom: 10px;
}

.filterAreaMobile {
  position: fixed;
  top: 0;
  background: white;
  width: 100%;
  height: 100%;
  padding: 30px 0px 30px 30px;
  z-index: 999;
  display: none;
}

.filterAreaMobile.filterAreaMobileOpen {
  display: block;
}

.item-header button {
  color: black !important;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: inherit !important;
  font-size: 16px;
  font-weight: 500;
}

.accordion .item .item-header h2 i {
  float: right;
  font-size: 24px;
  color: #000000;
  width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.accordion .btn.btn-link.collapsed i {
  transform: rotate(0deg);
}

.accordion .btn.btn-link i {
  transform: rotate(180deg);
  transition: 0.5s;
}

.closeFilterBtn {
  background: transparent;
  border: 0;
  position: absolute;
  right: 10px;
  top: 12px;
}

.closeFilterBtn i {
  font-size: 30px;
}

.CategoryListing {
  padding-left: 20px;
}

div#accordionExample {
  width: 100%;
}

.filterAreaMobile .middle {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100%; */
  width: 100%;
}

.accordion .item {
  margin-bottom: 10px;
}

.CategoryListing ul li {
  font-size: 16px;
}

.filterViewMobile {
  display: none;
  margin-top: 20px;
}

/* .product-li.slideON .imgslider {
  display: block;
}
*/
.product-li {
  position: relative;
}

/* wishlist modal*/
.wishModal {
  position: fixed;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.wishModal.is-visible {
  visibility: visible;
}

.wishModal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.wishModal.is-visible .wishModal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.wishModal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.wishModal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.wishModal.is-visible .wishModal-transition {
  transform: translateY(0);
  opacity: 1;
}

.wishModal-header,
.wishModal-content {
  padding: 1em;
  padding-left: 12%;
  padding-right: 12%;
}

.wishModal-header {
  position: relative;
  background-color: #fff;
  padding-left: 15%;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.wishModal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.wishModal-close:hover {
  color: #777;
}

.wishModal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wishModal-content > *:first-child {
  margin-top: 0;
}

.wishModal-content > *:last-child {
  margin-bottom: 0;
}

.qty .count {
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 2px;
  min-width: 35px;
  text-align: center;
}

.qty .plus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 30px;
  height: 30px;
  font: 30px/1 Arial, sans-serif;
  text-align: center;
  border-radius: 50%;
}

.qty .minus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 30px;
  height: 30px;
  font: 30px/1 Arial, sans-serif;
  text-align: center;
  border-radius: 50%;
  background-clip: padding-box;
}

.minus:hover {
  background-color: #717fe0 !important;
}

.plus:hover {
  background-color: #717fe0 !important;
}

iframe {
  position: absolute !important;
}

/* invoice css */
.invoice-container {
  margin: 15px auto;
  padding: 70px;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.invoice-container strong {
  font-size: 13px;
}

.invoice-container address {
  font-size: 13px;
}

.invoice-container table tr td {
  font-size: 13px;
}

#invoice-logo {
  height: 30px;
}

.text-sm-end {
  text-align: right !important;
}

/* new pages css */
.newInnerBanner .contact-banner-content {
  transform: inherit;
  top: inherit;
  bottom: 17%;
}

.secSpacing {
  padding: 105px 0;
}

.Newcontainer {
  padding-left: 200px;
  padding-right: 200px;
}

.mt-120 {
  margin-top: 120px !important;
}

figure.yrlyImgwrp img {
  width: 100%;
}

.ContentContainer p {
  font-size: 18px;
  /* identical to box height */
  color: #000000;
  line-height: 1.8;
  font-weight: 300;
  margin: 0;
}

.ContentContainer p:not(:last-child) {
  margin-bottom: 20px;
}

.wlcmYourlySec .ContentContainer {
  padding-left: 30px;
  padding-top: 40px;
}

.shopBtnWrp {
  padding-left: 30px;
  margin-top: 40px;
}

.wlcmYourlySec .ContentContainer button.white-btn {
  margin: auto;
  margin-top: 40px;
}

.accentyrBox {
  max-width: 340px;
  margin-bottom: 70px !important;
}

.newSubBoxHeading {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: #304057;
  font-family: "Playfair Display", serif;
  margin-bottom: 40px;
}

.accentYrContentBox {
  text-align: center;
  margin-top: 20px;
}

.accentYrContentBox h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.4;
  color: #000000;
}

.accentYrContentBox p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  max-width: 259px;
  margin: auto;
}

.accentRowListing .row:nth-child(odd) .col-md-6:last-child .accentyrBox {
  margin-left: auto;
}

.accentRowListing .row:nth-child(even) .col-md-12 .accentyrBox {
  margin: auto;
}

.accentRowListing .row:last-child .accentyrBox {
  margin-bottom: 0 !important;
}

.accentimgWrp img {
  max-width: 100%;
}

.ourprocsTop .ContentContainer {
  max-width: 782px;
  margin: auto;
}

section.pillar_Authenticity {
  display: flex;
  background: #eae6e6;
  min-height: 491px;
}

.pillarImgBox {
  flex: 1;
}

.pillar_AuthContent {
  flex: 1;
  padding-top: 80px;
  padding-bottom: 20px;
}

.img_Holder {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  height: 100%;
}

.pillar_AuthContent .ContentContainer {
  max-width: 613px;
  margin: auto;
  margin-top: 60px;
  padding: 0 20px;
}

.videoContainer iframe {
  position: relative !important;
  width: 100%;
  height: 500px;
}

.NewTopSmallHeading h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
}

.videoContainer {
  margin: 70px 0;
}

.theProcessListing ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  color: #000000;
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}

.theProcessListing ul li::after {
  content: "";
  background-image: url(../images/staricon.png);
  width: 22px;
  height: 20px;
  position: absolute;
  z-index: 99;
  background-repeat: no-repeat;
  top: 7px;
  left: 0;
}

.theProcessListing ul li:last-child {
  margin-bottom: 0;
}

.theProcessMiddlePra p {
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  color: #000000;
}

.theProcessMiddlePra {
  max-width: 882px;
  margin: auto;
  text-align: center;
}

.theProces_Img_wrp {
  text-align: center;
  padding: 120px 0 20px;
}

.theProces_Img_wrp img {
  max-width: 100%;
}

.happyShoping {
  font-style: italic;
  font-weight: 300 !important;
  font-size: 36px;
  line-height: 47px;
  text-align: center;
  color: #304057;
  font-family: "Playfair Display", serif;
  display: block;
  margin-top: 30px;
}

.ourpromiseTop .ContentContainer {
  max-width: 817px;
  margin: auto;
}

.promiseListingArea ul li {
  display: flex;
  align-items: center;
  margin-bottom: 110px;
}

.promiseImgBox {
  flex: 1;
  padding-right: 70px;
  max-width: 820px;
}

.promiseListingContent {
  flex: 1;
}

.promiseImgBox figure img {
  width: 100%;
}

.promiseListingContent h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;

  color: #0c2048;
  font-family: "Playfair Display", serif;
  margin-bottom: 41px;
}

section.promiseImgListing {
  margin-top: 50px;
}

.promiseListingArea ul li:last-child {
  margin-bottom: 0;
}

.promiseListingContent p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  /* identical to box height */

  text-align: center;

  color: #000000;
}

.promiseListingArea ul li:nth-child(even) {
  flex-direction: row-reverse;
}

.promiseListingArea ul li:nth-child(even) h5 {
  text-align: right !important;
}

.promiseListingArea ul li:nth-child(even) .promiseListingContent {
  padding-right: 70px;
}

.promiseListingArea ul li:nth-child(even) .promiseImgBox {
  max-width: 620px;
  padding-right: 0;
}

.site-header .site-menu-mob a[aria-expanded="true"] .material-icons-outlined {
  transform: rotate(90deg);
}

.cardPageLinks a {
  font-style: normal;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
.Continue-Shopping {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}
img.cardGiftPng {
  max-width: 24px;
  vertical-align: middle;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkboRow {
  margin-bottom: 20px;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 16.93px;
  height: 21.17px;
  border: 1px solid #000000;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #f90c0d;
  border-color: #f90c0d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 6px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.updateSectionCard {
  margin-top: 30px;
}

.giftcoupon-form.giftFormWrp input {
  margin-left: inherit !important;
  padding-left: 10px;
}

.yourlyMainVideoRow iframe {
  position: relative !important;
}
.insta-wrap {
  margin-bottom: 50px;
}

@media (max-width: 1580px) {
  .newInnerBanner .contact-banner-content {
    bottom: 20%;
  }
}

@media (max-width: 1280px) {
  .mt-120 {
    margin-top: 80px !important;
  }

  .Newcontainer {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 991px) {
  .newInnerBanner {
    padding-top: 50% !important;
  }

  .newInnerBanner .contact-banner-content {
    bottom: 90px;
  }

  .newInnerBanner .contact-banner-text {
    font-size: 50px !important;
  }

  .wlcmYourlySec .white-btn {
    height: 46px;
  }

  .ContentContainer p {
    font-size: 16px;
  }

  .secSpacing {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .filter-wrap {
    padding-right: 30px;
    width: 100%;
    border: 0;
  }

  .promiseListingArea ul li {
    margin-bottom: 50px;
    flex-flow: wrap;
  }

  .promiseImgBox {
    flex: 100%;
    padding-right: 0;
    max-width: 820px;
  }

  .promiseListingContent h5,
  .promiseListingArea ul li:nth-child(even) h5 {
    text-align: center !important;
  }

  .promiseListingArea ul li:nth-child(even) .promiseListingContent {
    padding-right: 0;
  }

  section.promiseImgListing {
    margin-top: 0;
  }

  .promiseListingArea ul li:nth-child(even) .promiseImgBox {
    max-width: 100%;
    padding-right: 0;
  }

  .promiseListingContent {
    flex: 1;
    margin-top: 50px;
  }

  .newInnerBanner .contact-banner-text {
    font-size: 36px !important;
  }

  .videoContainer iframe {
    height: 370px;
  }

  .newInnerBanner {
    padding-top: 80% !important;
  }

  .Newcontainer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .newInnerBanner .contact-banner-content {
    bottom: 40px;
  }

  .NewTopSmallHeading h4 {
    font-size: 22px;
  }

  .accentyrBox {
    max-width: 340px;
    margin: auto !important;
    margin-bottom: 40px !important;
  }

  .secSpacing {
    padding: 50px 0;
  }

  .wlcmYourlySec .ContentContainer {
    padding-left: 0;
  }

  .mt-120 {
    margin-top: 50px !important;
  }

  .theProcessListing ul li,
  .theProcessMiddlePra p {
    font-size: 16px;
  }

  .happyShoping {
    font-size: 26px;
  }

  section.pillar_Authenticity {
    display: block;
  }

  .img_Holder {
    padding-top: 73%;
  }

  .pillar_AuthContent {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pillar_AuthContent .ContentContainer {
    margin-top: 30px;
  }

  .videoContainer {
    margin: 50px 0;
  }

  .theProces_Img_wrp {
    padding: 60px 0 20px;
  }
}

@media (max-width: 991px) {
  .row.two .img__wrp_bx {
    top: -0px;
  }

  .video-thumb {
    margin: 15px;
    flex-wrap: nowrap;
  }

  .video-thumb .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 767px) {
  .review-rating-wrap {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .promise-list ul li {
    width: calc(100% / 2);
    float: left;
    padding: 10px;
  }

  .promise-list ul {
    padding-top: 15px;
  }

  .slick-next {
    right: -5px !important;
  }

  .slick-prev {
    left: -5px !important;
  }

  .carousel-indicators {
    bottom: 110px !important;
  }

  .imgSliderCarousal .imgslider-content img {
    max-width: 17px;
  }

  .product-list-wrap .imgslider .imgslider-content p {
    font-size: 13px;
  }

  .product-list-wrap .imgslider .imgslider-content .pt-4 {
    padding-top: 0px !important;
  }

  #imgSliderCarousal .imgslider-content p,
  #imgSliderCarousal .imgslider-content .price {
    font-size: 14px;
  }

  #imgSliderCarousal .imgslider-content img {
    width: 20px;
  }

  #imgSliderCarousal .carousel-indicators {
    bottom: 100px;
  }

  .product-list-wrap .imgslider .imgslider-content {
    padding: 15px;
  }

  /* New Code */
  .product-list-wrap .col-md-3 {
    display: flex;
  }

  .product-li {
    position: relative;
    /* padding: 5px;
      */
    width: 50%;
  }

  section.product-list-wrap .col-md-3 .product-li:last-child {
    padding-left: 15px;
  }

  section.product-list-wrap .col-md-3 .product-li:first-child {
    padding-right: 15px;
  }

  .product-list ul {
    margin: 0 -5px;
  }

  .imgslider {
    min-height: auto;
    margin-left: 0;
    z-index: 9;
    position: relative;
    top: inherit;
    padding: 0px;
    border: 0;
    background: transparent;
  }

  .productlist-img {
    clear: both;
  }

  section.product-list-wrap .imgslider {
    display: block !important;
    width: 100%;
  }

  .row.sub-colomn-wrp .col-md-6 {
    width: 50%;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
  }

  .col-md-6.singleItemBox {
    padding: 0;
    margin-bottom: 30px;
  }

  .product-list ul li {
    margin-bottom: 0;
  }

  .row.sub-colomn-wrp .col-md-6 .product-li {
    width: 100%;
  }

  .col-md-3.product-li {
    width: 50%;
    float: left;
    width: 50%;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
  }

  .product-li {
    margin-bottom: 15px;
  }

  .hideMobileView,
  .productlist-img {
    display: none !important;
  }

  .filterViewMobile {
    display: block !important;
  }

  .imgslider {
    display: block !important;
  }

  #imgSliderCarousal .carousel-item img {
    padding: 20px !important;
  }

  .productlist-img.SingleItem {
    display: block !important;
    /* padding-top: 0;
      padding-bottom: 35px;
      */
  }

  .add-cart-btn {
    bottom: 60px;
  }

  section.product-list-wrap.ptb-60 .btn-wrap {
    padding-top: 20px !important;
  }

  /* End New Code */
  /* product details responsive css */
  .row.two .img__wrp_bx {
    margin-top: 30px;
  }

  .ins__text {
    padding-left: 0 !important;
    max-width: 100% !important;
    padding-top: 30px !important;
  }

  .ins__text ul li:last-child {
    margin-bottom: 0;
  }

  .ratingsActionBtn {
    justify-content: space-between;
  }

  h3.total-rating.outof.text-center {
    text-align: left !important;
    padding-bottom: 20px;
    padding-top: 10px;
  }

  .ratingsActionBtn button span img {
    max-height: 34px;
  }

  button#AskQuestion {
    margin-left: 2em;
  }

  .ratingsActionBtn button span.text-btn-new {
    font-weight: 600;
    font-size: 14px;
  }

  .yotpo-header.yotpo-store-owner .yotpo-header-element.yotpo-header-actions {
    display: none;
  }

  .content-question .yotpo-header-element.yotpo-header-actions.d-none {
    display: block !important;
    margin-top: 20px;
  }

  .yotpo-comment-box.yotpo-comment {
    margin-left: 12px;
    padding: 15px 20px;
  }

  .rating-img-wrp img {
    max-width: 104px;
  }
}

@media (max-width: 400px) {
  #imgSliderCarousal .carousel-indicators {
    bottom: 120px;
  }
}

@media (max-width: 375px) {
  #imgSliderCarousal .carousel-indicators {
    bottom: 118px;
  }

  .imgSliderCarousal .imgslider-content img {
    width: 17px;
  }

  .carousel-indicators {
    bottom: 108px !important;
  }
}

.filter-wrap .form-group {
  position: relative;
  margin: 0;
  flex: 1;
  display: flex;
  align-items: center;
}

.css-b62m3t-container {
  width: 100%;
}

.css-1s2u09g-control {
  border: 0 !important;
  background: transparent !important;
}
.css-14el2xx-placeholder {
  color: #000000 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}
label.shortby {
  min-width: 66px !important;
  margin: 0;
}
.css-1okebmr-indicatorSeparator {
  display: none;
}

.css-1okebmr-indicatorSeparator + div svg {
  display: none !important;
}

.css-1okebmr-indicatorSeparator + div:after {
  content: " arrow_drop_down";
  font-family: "Material Icons";
  color: black !important;
  font-size: 30px;
}

.css-4ljt47-MenuList div {
  position: relative;
  background: transparent !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 17px;
  color: #000000;
  padding-left: 35px;
  background: transparent !important;
  cursor: pointer;
  position: relative;
}
.css-yt9ioa-option {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 17px;
  color: #000000;
  padding-left: 35px;
  background: transparent !important;
  cursor: pointer;
  position: relative;
}
.css-9gakcf-option {
}
.css-9gakcf-option:after {
  position: relative;
  width: 12px;
  height: 12px;
  background: #f90c0c;
  content: "";
  left: 15px;
  border-radius: 100%;
  top: 11px;
}
iframe {
  z-index: -9999999 !important;
}

.css-26l3qy-menu {
  background: #ffffff !important;
  border: 1px solid #c4c4c4 !important;
  border-radius: 20px !important;
  box-shadow: -1px 0px 2px #00000017 !important;
  padding: 20px 0 !important;
}
.css-1pahdxg-control {
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
}

.yourlyMainVideoRow iframe {
  z-index: initial !important;
}

.slick-list {
  margin-top: -240px;
}

.show-img {
  width: 400px;
  height: 400px;
}

#paytm-app .ptm-card-main {
  padding-bottom: 250px;
}

.tracking-status ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}

.tracking-status ul li {
  padding: 30px 45px;
  text-align: center;
}

.tracking-status ul li img {
  margin: auto;
  display: block;
  height: 50px;
}
.tracking-bdr-box {
  border: 1px solid #c4c4c4;
  padding: 30px 20px;
}

#paytm-app .ptm-overlay-wrapper.btn-enabled > .ptm-overlay-container {
  height: 50%;
}

/**************************/
h1.about-heading-black {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  margin: 0;
  margin: 15px 0 15px 0;
  text-transform: uppercase;
}
.about-story-content {
  font-weight: 400;
  font-size: 18px;
}

h2.about-heading-black {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 30px;
}

.owl-dots {
  text-align: center;
}
.owl-dots button.owl-dot.active span,
.owl-dots button.owl-dot:hover span {
  background-color: #f32e14;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  display: flex;
  justify-content: center;
  top: 1px;
  left: 1px;
}
.owl-dots button.owl-dot {
  border: 1px solid white;
  background: white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: relative;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-evenly;
  border-top: 1px solid #e9ecef;
}

.toast-message {
  background: darkblue;
  color: #fff;
  font-size: 20px;
  width: 34vw;
  padding: 30px 20px;
}
