@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto+Slab:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto+Slab:wght@100..900&display=swap");
@import url("https://cdn-uicons.flaticon.com/2.4.2/uicons-thin-rounded/css/uicons-thin-rounded.css");
@font-face {
  font-family: "Axiforma-Regular";
  src: url("../fonts/Axiforma-Regular.woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Axiforma-Bold";
  src: url("../fonts/Axiforma-Bold.woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Axiforma-Heavy";
  src: url("../fonts/Axiforma-Heavy.woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Axiforma-Regular";
  src: url("../fonts/Axiforma-Regular.woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Axiforma-Bold";
  src: url("../fonts/Axiforma-Bold.woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Axiforma-Heavy";
  src: url("../fonts/Axiforma-Heavy.woff");
  font-style: normal;
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 0.875rem;
  font-weight: 400;
  color: #242424;
  line-height: normal;
  background-color: #fff;
  font-family: "Manrope", sans-serif !important;
}

a {
  color: #242424;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

img,
svg {
  width: 100%;
}

p {
  font-size: 16px;
  font-weight: 300;
  color: #242424;
  line-height: normal;
}

.carousel-wrapper .see-all-btn {
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.carousel-wrapper .see-all-btn a {
  font-size: 0.875rem;
  font-weight: 400;
  color: #515151;
  line-height: normal;
  border: 1px solid #232323;
  border-radius: 20px;
  padding: 5px 30px;
}
.carousel-wrapper .owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}
.carousel-wrapper .owl-carousel .owl-nav .owl-prev,
.carousel-wrapper .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50px !important;
  position: absolute;
}
.carousel-wrapper .owl-carousel .owl-nav .owl-prev {
  left: -30px;
}
.carousel-wrapper .owl-carousel .owl-nav .owl-next {
  right: -30px;
}

.cards-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cards-wrapper .cards {
  border-radius: 15px;
  width: 98%;
  margin: auto;
}
.cards-wrapper .cards .body {
  position: relative;
}
.cards-wrapper .cards .body .hover-text {
  display: none;
  justify-content: space-between;
  padding: 1rem;
  z-index: 2;
  position: relative;
  align-items: center;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.cards-wrapper .cards .body .hover-text .quick-save {
  padding: 5px 10px;
}
.cards-wrapper .cards .body .hover-text .quick-save span.quick-btn {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  line-height: normal;
  z-index: 9;
  position: relative;
}
.cards-wrapper .cards .body .hover-text .quick-save span.quick-btn i {
  margin-left: 5px;
  font-size: 14px;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 5%);
  right: initial;
  background: #fff;
  width: 300px;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 10px;
  z-index: 2;
  margin: 0 auto;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: none;
  background: #cdcdcd;
  text-align: center;
  outline: none;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .category,
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .project {
  border-bottom: 1px solid silver;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .category h6,
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .project h6 {
  font-size: 1rem;
  font-weight: 400;
  color: #242424;
  line-height: 40px;
  text-align: center;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .category ul li,
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .project ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .category ul li i.fi-rr-star,
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .project ul li i.fi-rr-star {
  font-size: 20px;
  color: #a9a9aa;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .category ul li span.names,
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .project ul li span.names {
  color: #242424;
  display: flex;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .category ul li span.names ul.users,
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .project ul li span.names ul.users {
  display: flex;
  margin-left: 10px;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .category ul li span.names ul.users li,
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .project ul li span.names ul.users li {
  margin-bottom: 0px;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .category ul li span.names ul.users li small,
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .project ul li span.names ul.users li small {
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 800;
  background: #999999;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #fff;
  position: relative;
  left: -5px;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .category ul li span.names ul.users li small.user-bg,
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .project ul li span.names ul.users li small.user-bg {
  background: #e5e5e5;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .category ul li span.names ul.users li small.user-icon,
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .project ul li span.names ul.users li small.user-icon {
  background: #999999;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .category ul li span.names ul.users li i,
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .project ul li span.names ul.users li i {
  color: #fff;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .category ul li span.names ul.users li:first-child small,
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .project ul li span.names ul.users li:first-child small {
  left: 0px;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .category ul li img,
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .project ul li img {
  width: 20px;
  height: 20px;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .project ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .project ul li {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .project ul li span {
  display: flex;
  color: #242424;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .project ul li span ul.users {
  display: flex;
  margin-left: 10px;
  flex-wrap: nowrap;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .project ul li span ul.users li small.user-icon {
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 800;
  background: #999999;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #fff;
  position: relative;
  left: -5px;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .project ul li span ul.users li small.user-icon i {
  color: #fff;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .add-category ul li {
  margin-bottom: 10px;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .add-category ul li button {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cards-wrapper .cards .body .hover-text .quick-save .star-popup .add-category ul li span {
  width: 30px;
  height: 30px;
  background: #cdcdcd;
  color: #fff;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-right: 10px;
}
.cards-wrapper .cards .body .hover-text .save-btn {
  font-size: 25px;
  color: #fff;
}
.cards-wrapper .cards .body .hover-text .save-btn button {
  font-size: 16px;
  color: #000;
  padding: 5px 10px;
  border: 1px solid silver;
  border-radius: 15px;
  text-transform: capitalize;
}
.cards-wrapper .cards .body .product-image {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards-wrapper .cards .body .hover-text-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
  justify-content: flex-end;
  padding: 10px;
  z-index: 1;
}
.cards-wrapper .cards .body .hover-text-bottom .more-info, .cards-wrapper .cards .body .hover-text-bottom .shareIcon {
  background: transparent;
  text-align: center;
  margin-right: 1rem;
  border-radius: 30px;
  padding: 0px 5px;
}
.cards-wrapper .cards .body .hover-text-bottom .more-info i, .cards-wrapper .cards .body .hover-text-bottom .shareIcon i {
  font-size: 20px;
  padding: 5px 0px;
  color: white;
}
.cards-wrapper .cards .body .hover-text-bottom .shareIcon {
  margin: 0;
}
.cards-wrapper .cards .body .hover-text-bottom .shareIcon ul {
  padding: 5px;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  bottom: 40px;
  right: 10px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in;
}
.cards-wrapper .cards .body .hover-text-bottom .shareIcon ul li a {
  transition: all 3s ease-in-out;
}
.cards-wrapper .cards .body .hover-text-bottom .shareIcon ul li a i {
  color: #585858;
  font-size: 1rem;
  font-weight: 400;
  color: #515151;
  line-height: normal;
}
.cards-wrapper .cards .body .hover-text-bottom .shareIcon ul li a:hover {
  transition: all 3s ease-in-out;
}
.cards-wrapper .cards .body .hover-text-bottom .shareIcon ul li a:hover i {
  transform: scale(1.3);
}
.cards-wrapper .cards .body .hover-text-bottom .shareIcon:hover ul {
  height: auto;
  overflow: hidden;
  opacity: 1;
}
.cards-wrapper .cards .body.hovercards .hover-text {
  display: flex;
}
.cards-wrapper .cards .body.hovercards .hover-text-bottom {
  display: flex;
}
.cards-wrapper .cards .body.hovercards a.layer::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.2588235294);
  left: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.cards-wrapper .cards .body.hovercards .quick-save:hover {
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.26);
  border-radius: 15px;
}
.cards-wrapper .cards .body.hovercards .quick-save:hover span.quick-btn {
  color: #fff;
}
.cards-wrapper .cards .body.hovercards .quick-save:active, .cards-wrapper .cards .body.hovercards .quick-save:focus, .cards-wrapper .cards .body.hovercards .quick-save:visited {
  background: #fff;
}
.cards-wrapper .cards .body.hovercards .quick-save:active span.quick-btn, .cards-wrapper .cards .body.hovercards .quick-save:focus span.quick-btn, .cards-wrapper .cards .body.hovercards .quick-save:visited span.quick-btn {
  color: #000;
}
.cards-wrapper .cards .footer {
  padding: 15px;
}
.cards-wrapper .cards .footer h6 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #585858;
  line-height: normal;
  margin-bottom: 0;
}
.cards-wrapper .cards .footer p {
  font-size: 0.875rem;
  font-weight: 200;
  color: #585858;
  line-height: normal;
  margin: 0;
}
.cards-wrapper .cards .footer span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #585858;
  line-height: normal;
  margin: 0;
}
.cards-wrapper .cards .footer span i {
  font-size: 12px;
}
.cards-wrapper .cards .footer span.card-more-info {
  cursor: pointer;
  font-weight: 600;
}
.cards-wrapper .cards .footer span.card-more-info i {
  position: relative;
  top: 2px;
}
.cards-wrapper .cards .footer img {
  width: 25px;
  position: absolute;
  bottom: 17px;
  right: 10px;
}
.cards-wrapper .owl-nav {
  position: absolute;
  top: 32%;
  left: -2%;
  width: 104%;
  display: flex;
  justify-content: space-between;
  z-index: -1;
}
.cards-wrapper .owl-nav button span {
  font-size: 0;
  width: 45px;
  height: 45px;
  display: inline-block;
}
.cards-wrapper .owl-nav button.owl-prev span {
  background: url("/resource/images/icons/next.svg") no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
}
.cards-wrapper .owl-nav button.owl-next span {
  background: url("/resource/images/icons/next.svg") no-repeat;
  background-size: 100%;
}

.accordion-wrapper h4.title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #515151;
  line-height: normal;
}
.accordion-wrapper .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid silver;
}
.accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 1rem;
  font-weight: 400;
  color: #242424;
  line-height: normal;
  position: relative;
}
.accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button::after, .accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button::before {
  content: "";
  background: #000;
  height: 1.5px;
  right: 15px;
  position: absolute;
  top: 26px;
  width: 14px;
  transition: transform 500ms ease;
}
.accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
  transform-origin: center;
}
.accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  font-weight: 600;
  background-color: rgba(247, 247, 247, 0.768627451);
}
.accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}
.accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  transform: rotate(180deg);
}
.accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:hover {
  background-color: rgba(247, 247, 247, 0.768627451);
}
.accordion-wrapper .accordion .accordion-item:first-child {
  border-top: 1px solid silver;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.breadcrumb {
  padding: 6px 0;
}

.select2-results__option {
  padding: 3px;
}

header {
  padding-bottom: 0px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9;
}
header #nav-icon4 {
  display: none;
}
header .top-link {
  position: relative;
}
header .top-link ul {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 8rem;
  z-index: 1;
}
header .top-link ul li a {
  font-size: 10px;
  font-weight: 400;
  color: #515151;
  line-height: normal;
  text-transform: capitalize;
}
header .top-link ul li a:hover {
  text-decoration: underline;
}
header nav.navbar {
  align-items: center;
  padding-bottom: 0;
}
header nav.navbar .navbar-brand {
  margin-right: 55px;
}
header nav.navbar a.navbar-brand img {
  width: 160px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
header nav.navbar .collapse ul.navbar-nav {
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item {
  position: relative;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item input.search {
  width: 673px;
  padding: 7px 20px;
  background-color: #f2f2f2;
  border-radius: 10px;
  border: none;
  font-size: 14px;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  outline: none;
  z-index: 2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item input.search::-moz-placeholder {
  font-weight: 200;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item input.search::placeholder {
  font-weight: 200;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item .search-dropdown, header nav.navbar .collapse ul.navbar-nav li.nav-item .camera-dropdown {
  display: none;
  position: absolute;
  background: #f2f2f2;
  width: 92%;
  padding: 10px 1rem 0 1rem;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item .search-dropdown h4, header nav.navbar .collapse ul.navbar-nav li.nav-item .camera-dropdown h4 {
  font-size: 18px;
  font-weight: 700;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item .search-dropdown .recent-search, header nav.navbar .collapse ul.navbar-nav li.nav-item .camera-dropdown .recent-search {
  margin-bottom: 1rem;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item .search-dropdown .recent-search ul li a, header nav.navbar .collapse ul.navbar-nav li.nav-item .camera-dropdown .recent-search ul li a {
  font-size: 16px;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item .camera-dropdown {
  padding-bottom: 1rem;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item .camera-dropdown h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item .camera-dropdown h4 i {
  cursor: pointer;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item .camera-dropdown #image-preview {
  height: 250px;
  position: relative;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item .camera-dropdown #image-preview .center-content {
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, 50%);
}
header nav.navbar .collapse ul.navbar-nav li.nav-item .camera-dropdown #image-preview input {
  position: absolute;
  right: 5px;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item .camera-dropdown #image-preview img {
  height: 100%;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item .search-btn, header nav.navbar .collapse ul.navbar-nav li.nav-item .search-image {
  padding: 6px 5px;
  font-size: 15px;
  border: none;
  font-weight: bold;
  border-radius: 10px;
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  cursor: pointer;
  color: #b0b0b0;
  background: #f2f2f2;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item a.nav-link {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(36, 36, 36, 0.831372549);
  line-height: normal;
  padding: 0 5px;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item a.nav-link img {
  width: 22px;
  height: 22px;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item a.nav-link i {
  font-size: 20px;
  color: #a9a9aa;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item a.nav-link.shop, header nav.navbar .collapse ul.navbar-nav li.nav-item a.nav-link.sign-in {
  padding: 0 10px;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item a.nav-link.shop {
  margin-left: 45px;
  padding: 10px;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item a.nav-link.shop:hover {
  background: #f8f4e9;
  border-radius: 10px;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item a.nav-link.sign-in {
  margin-right: 20px;
  padding: 10px;
  margin-left: 20px;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item a.nav-link.sign-in:hover {
  background: #f8f4e9;
  border-radius: 10px;
}
header nav.navbar .collapse ul.navbar-nav li.nav-item .nav-link span.cart-numbert {
  position: absolute;
  top: -18px;
  left: 13px;
  background: #eae5d6;
  font-size: 12px;
  padding: 5px;
  border-radius: 50%;
  font-weight: 500;
  color: #242424;
}
header.registration-header {
  margin: 0 auto;
  max-width: 1580px;
  min-width: 1200px;
  padding: 0 70px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(90deg, rgb(200, 179, 148) 0%, rgba(223, 226, 225, 0.3590029762) 135%);
  border: none;
}
header.registration-header ul {
  display: flex;
  align-items: center;
}
header.registration-header ul li {
  font-size: 1rem;
  font-weight: 600;
  color: #242424;
  line-height: normal;
  text-transform: capitalize;
}
header.registration-header ul li:first-child {
  margin-right: 3rem;
}
header.registration-header ul li.btn a {
  font-size: 1rem;
  font-weight: 600;
  color: #242424;
  line-height: normal;
  border: 1px solid silver;
  padding: 5px 15px;
  border-radius: 50px;
}
header.registration-header .logo img {
  width: 180px;
  padding: 9px 20px;
}

.mutiple-product {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2705882353);
}
.mutiple-product .wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid silver;
  padding-bottom: 10px;
  position: sticky;
  top: 80px;
  z-index: 4;
  background: #fff;
  padding-top: 5px;
}
.mutiple-product.active {
  top: 94px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.mutiple-product figure {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 2px;
  width: 80px;
  height: 100%;
  word-wrap: break-word;
  text-align: center;
}
.mutiple-product figure .img-cover {
  width: 100%;
  height: 75px;
  background-color: transparent;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.mutiple-product figure .img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mutiple-product figure .img-cover:hover {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.37);
}
.mutiple-product figure .img-cover:hover > img {
  transform: scale(1.1);
  transition: all 0.1s ease-in-out;
}
.mutiple-product figure .img-cover.product1 {
  border: 1.5px solid #716875;
}
.mutiple-product figure .img-cover.product1:hover {
  background: #716875;
}
.mutiple-product figure .img-cover.product1 .sub-menu .row.rowone {
  background: rgba(113, 104, 117, 0.831372549);
}
.mutiple-product figure .img-cover.product2 {
  border: 1.5px solid #89818d;
}
.mutiple-product figure .img-cover.product2:hover {
  background: #89818d;
}
.mutiple-product figure .img-cover.product2 .sub-menu .row.rowone {
  background: rgba(137, 129, 141, 0.831372549);
}
.mutiple-product figure .img-cover.product3 {
  border: 1.5px solid #afa9b2;
}
.mutiple-product figure .img-cover.product3:hover {
  background: #afa9b2;
}
.mutiple-product figure .img-cover.product3 .sub-menu .row.rowone {
  background: rgba(175, 169, 178, 0.831372549);
}
.mutiple-product figure .img-cover.product4 {
  border: 1.5px solid #c6c0c8;
}
.mutiple-product figure .img-cover.product4:hover {
  background: #c6c0c8;
}
.mutiple-product figure .img-cover.product4 .sub-menu .row.rowone {
  background: rgba(198, 192, 200, 0.831372549);
}
.mutiple-product figure .img-cover.product5 {
  border: 1.5px solid #e0dde2;
}
.mutiple-product figure .img-cover.product5:hover {
  background: #e0dde2;
}
.mutiple-product figure .img-cover.product5 .sub-menu .row.rowone {
  background: rgba(224, 221, 226, 0.831372549);
}
.mutiple-product figure .img-cover.product6 {
  border: 1.5px solid #e0dde2;
}
.mutiple-product figure .img-cover.product6:hover {
  background: #f0eff1;
}
.mutiple-product figure .img-cover.product6 .sub-menu .row.rowone {
  background: rgba(240, 239, 241, 0.831372549);
}
.mutiple-product figure .img-cover.product7 {
  border: 1.5px solid #e0dde2;
}
.mutiple-product figure .img-cover.product7:hover {
  background: #f6f5f7;
}
.mutiple-product figure .img-cover.product7 .sub-menu .row.rowone {
  background: rgba(246, 245, 247, 0.831372549);
}
.mutiple-product figure .img-cover.product11 {
  border: 1.5px solid #f0e6d0;
}
.mutiple-product figure .img-cover.product11:hover {
  background: #f0e6d0;
}
.mutiple-product figure .img-cover.product11 .sub-menu .row.rowone {
  background: rgba(240, 230, 208, 0.831372549);
}
.mutiple-product figure .img-cover.product9 {
  border: 1.5px solid #f0e6d0;
}
.mutiple-product figure .img-cover.product9:hover {
  background: #f8f4e9;
}
.mutiple-product figure .img-cover.product9 .sub-menu .row.rowone {
  background: rgba(248, 244, 233, 0.831372549);
}
.mutiple-product figure .img-cover.product10 {
  border: 1.5px solid #f0e6d0;
}
.mutiple-product figure .img-cover.product10:hover {
  background: #f7f1e3;
}
.mutiple-product figure .img-cover.product10 .sub-menu .row.rowone {
  background: rgba(247, 241, 227, 0.831372549);
}
.mutiple-product figure .img-cover.product8 {
  border: 1.5px solid #f0e6d0;
}
.mutiple-product figure .img-cover.product8:hover {
  background: #f9f8f4;
}
.mutiple-product figure .img-cover.product8 .sub-menu .row.rowone {
  background: rgba(249, 248, 244, 0.831372549);
}
.mutiple-product figure .img-cover.product14 {
  border: 1.5px solid #d6c6a4;
}
.mutiple-product figure .img-cover.product14:hover {
  background: #d6c6a4;
}
.mutiple-product figure .img-cover.product14 .sub-menu .row.rowone {
  background: rgba(214, 198, 164, 0.831372549);
}
.mutiple-product figure .img-cover.product13 {
  border: 1.5px solid #e1d1ae;
}
.mutiple-product figure .img-cover.product13:hover {
  background: #e1d1ae;
}
.mutiple-product figure .img-cover.product13 .sub-menu .row.rowone {
  background: rgba(225, 209, 174, 0.831372549);
}
.mutiple-product figure .img-cover.product12 {
  border: 1.5px solid #ebdfc4;
}
.mutiple-product figure .img-cover.product12:hover {
  background: #ebdfc4;
}
.mutiple-product figure .img-cover.product12 .sub-menu .row.rowone {
  background: rgba(235, 223, 196, 0.831372549);
}
.mutiple-product figure .img-cover.product15 {
  border: 1.5px solid #c7b392;
}
.mutiple-product figure .img-cover.product15:hover {
  background: #c7b392;
}
.mutiple-product figure .img-cover.product15 .sub-menu .row.rowone {
  background: rgba(199, 179, 146, 0.831372549);
}
.mutiple-product figure .img-cover .sub-menu {
  position: absolute !important;
  left: 0;
  width: 100%;
  display: none;
  position: relative;
  background: transparent;
  z-index: 9;
  padding-top: 3.1rem;
}
.mutiple-product figure .img-cover .sub-menu .row.rowone {
  width: 100%;
  height: 100%;
  padding: 1rem 1rem;
  padding-top: 7px;
  background: rgba(160, 152, 163, 0.7411764706);
  box-shadow: -5px 1px 13px rgba(0, 0, 0, 0.2196078431);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 0;
  position: relative;
  left: 12px;
}
.mutiple-product figure .img-cover .sub-menu .row.rowone img {
  height: 150px;
  margin-top: 2rem;
}
.mutiple-product figure .img-cover .sub-menu .row.rowone .row.rowtwo {
  margin-top: -7px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: rgba(255, 255, 255, 0.4901960784);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 220px;
}
.mutiple-product figure .img-cover .sub-menu .row.rowone .row.rowtwo .left-view {
  min-width: 350px;
  border-right: 1px solid black;
  display: flex;
}
.mutiple-product figure .img-cover .sub-menu .row.rowone .bottom-content {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
}
.mutiple-product figure .img-cover .sub-menu .row.rowone .bottom-content ul {
  display: flex;
  align-items: end;
  padding-left: 8rem;
}
.mutiple-product figure .img-cover .sub-menu .row.rowone .bottom-content ul li {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  color: #242424;
  line-height: normal;
}
.mutiple-product figure .img-cover .sub-menu .row.rowone .bottom-content ul li small {
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  line-height: normal;
}
.mutiple-product figure .img-cover .sub-menu .row.rowone .bottom-content ul li span {
  font-size: 14px;
  font-weight: 700;
  color: #242424;
  line-height: normal;
}
.mutiple-product figure .img-cover .sub-menu h6 {
  font-size: 18px;
  font-weight: 500;
  color: #242424;
  line-height: normal;
  text-align: left;
  padding: 0rem 1rem;
}
.mutiple-product figure .img-cover .sub-menu ul li {
  font-size: 14px;
  font-weight: 300;
  color: #242424;
  line-height: normal;
  text-align: left;
  margin: 0;
  padding: 0.1rem 1rem;
  border-radius: 5px;
}
.mutiple-product figure .img-cover .sub-menu ul li:hover {
  text-decoration: underline;
}
.mutiple-product figure .img-cover .sub-menu .right-view {
  display: flex;
}
.mutiple-product figure .img-cover .sub-menu .right-view ul {
  display: none;
}
.mutiple-product figure .img-cover .sub-menu .right-view ul li a {
  color: #242424;
}
.mutiple-product figure .img-cover .sub-menu .overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.4078431373);
  left: 0;
  top: 0;
  z-index: -1;
}
.mutiple-product figure .img-cover:hover .sub-menu {
  display: block;
}
.mutiple-product figure figcaption {
  font-size: 0.75rem;
  font-weight: 300;
  color: #242424;
  line-height: normal;
  width: 80px;
  white-space: break-spaces;
  padding-top: 5px;
}
.mutiple-product:hover > figure:not(:hover) .img-cover {
  opacity: 0.4;
}

.addtocart {
  position: fixed;
  top: 0;
  background: rgba(75, 74, 74, 0.6901960784);
  width: 100%;
  height: 100%;
  z-index: 9;
  right: -2000px;
  transition: all 0.25s ease;
}
.addtocart .carts {
  width: 500px;
  position: absolute;
  right: 0;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.addtocart .carts .header {
  align-items: center;
  background-color: #523b58;
  color: #fff;
  display: flex;
  height: 100px;
  justify-content: space-between;
  padding: 1.875rem;
}
.addtocart .carts .header h2 {
  display: flex;
  justify-content: space-between;
}
.addtocart .carts .header h2 span {
  position: absolute;
  right: 25px;
}
.addtocart .carts .carts-body {
  background: #fff;
  padding: 1rem;
  height: 100%;
}
.addtocart .carts .carts-body figure {
  display: flex;
  box-shadow: -1px 1px 6px 0px rgba(0, 0, 0, 0.1411764706);
  padding: 10px 10px;
  border-radius: 5px;
}
.addtocart .carts .carts-body figure img {
  width: 70px;
  border-radius: 7px;
  margin-right: 1rem;
  height: 90px;
  -o-object-fit: fill;
     object-fit: fill;
}
.addtocart .carts .carts-body figure figcaption {
  width: 100%;
}
.addtocart .carts .carts-body figure figcaption ul li h5 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #515151;
  line-height: normal;
  margin-bottom: 0;
}
.addtocart .carts .carts-body figure figcaption ul li small {
  font-size: 0.75rem;
  font-weight: 700;
  color: #515151;
  line-height: normal;
}
.addtocart .carts .carts-body figure figcaption ul li select {
  margin: 0.5rem 0;
  border: 1px solid silver;
  border-radius: 5px;
  font-size: 14px;
  padding: 1px 5px;
}
.addtocart .carts .carts-body figure figcaption ul li span.total-price {
  font-size: 0.75rem;
  font-weight: 700;
  color: #242424;
  line-height: normal;
}
.addtocart .carts .carts-body figure figcaption ul li span.delete-btn i.fa-trash-can {
  margin-left: 1rem;
}
.addtocart .carts .carts-body figure figcaption ul li span.discount-price {
  margin-left: 1rem;
}
.addtocart .carts .carts-body figure figcaption ul li:last-child {
  display: flex;
  justify-content: space-between;
}
.addtocart .carts .carts-footer {
  align-items: center;
  background-color: #523b58;
  bottom: 0;
  box-shadow: 0 -3px 6px -5px #000;
  display: flex;
  height: 100px;
  justify-content: space-between;
  padding: 1.375rem 1.875rem;
  position: absolute;
  width: 100%;
}
.addtocart .carts .carts-footer a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #3b003a;
  line-height: normal;
  border: 1px solid #EBE6D7;
  border-radius: 5px;
  cursor: pointer;
  letter-spacing: 0.5px;
  overflow: hidden;
  padding: 0.5rem 1.8em;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  background-color: #EBE6D7;
}
.addtocart .carts .carts-footer span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #EBE6D7;
  line-height: normal;
}
.addtocart .carts .carts-footer span i {
  font-size: 18px;
  font-weight: 700;
  color: #EBE6D7;
  line-height: normal;
}
.addtocart.active {
  right: 0;
}

.addcartmessage {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4901960784);
  top: 0;
  z-index: 9;
  overflow: hidden;
}
.addcartmessage .txt-msg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.addcartmessage .txt-msg h6 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #EBE6D7;
  line-height: normal;
  background: #76647b;
  padding: 1rem 2rem;
  border-radius: 5px;
}

main nav .breadcrumb {
  background-color: transparent;
  background: transparent;
}
main .slider-banner .item {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
main .slider-banner .item img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
main.home-page h4.title {
  font-size: 40px;
  font-weight: 700;
  color: rgba(52, 52, 52, 0.8901960784);
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  padding: 1rem;
  margin-top: 2rem;
}
main.home-page p.sub-title {
  font-size: 20px;
  font-weight: 300;
  color: #585858;
  line-height: normal;
  margin-bottom: 2rem;
  padding: 0 7rem;
  text-align: center;
}
main.home-page .view-more-btn {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -4%;
  font-size: 20px;
}
main.home-page .view-more-btn button {
  padding: 0.5rem 1rem;
  border: 1px solid silver;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
}
main.home-page .view-more-btn a {
  font-size: 18px;
  font-weight: 600;
  color: #242424;
  line-height: normal;
  text-transform: capitalize;
}
main.home-page .view-more-btn a:hover {
  text-decoration: underline;
}
main.home-page section.tages {
  padding: 2rem 0;
}
main.home-page section.tages ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0rem 1rem;
}
main.home-page section.tages ul > li {
  width: 15%;
}
main.home-page section.tages ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 33px;
  border-bottom: 1px solid silver;
  padding: 8px 6px;
  margin: 5px 5px;
  flex-wrap: nowrap;
}
main.home-page section.tages ul li img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
main.home-page section.tages ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  line-height: normal;
  text-transform: capitalize;
}
main.home-page section.tages ul li span:hover {
  text-decoration: underline;
}
main.home-page section.one {
  background: #f9f8f4;
  padding-bottom: 5rem;
}
main.home-page section.one .new-arrival h4.title {
  padding: 3rem;
  padding-bottom: 0;
}
main.home-page section.one .new-arrival .view-more-btn button {
  color: #fff;
  background: #A58A5D;
  text-transform: uppercase;
}
main.home-page section.two {
  padding-bottom: 3rem;
}
main.home-page section.two .column {
  float: left;
  width: 50%;
  padding: 10px;
}
main.home-page section.two .column img {
  margin-top: 12px;
}
main.home-page section.two .row:after {
  content: "";
  display: table;
  clear: both;
}
main.home-page section.two .grid-images .gallery {
  display: grid;
  grid-gap: 25px;
  grid-auto-rows: 400px;
  grid-auto-flow: dense;
  margin: 10px auto;
  padding: 0 10px;
  grid-template-columns: auto auto auto auto;
}
main.home-page section.two .grid-images .gallery__item {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
main.home-page section.two .grid-images .gallery__item .content {
  position: absolute;
  left: 20px;
  top: 20px;
}
main.home-page section.two .grid-images .gallery__item .content h5 {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: normal;
}
main.home-page section.two .grid-images .gallery__item .content p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: normal;
}
main.home-page section.two .grid-images .gallery__item .content button {
  border-radius: 10px;
  border: 1px solid silver;
  background: #efeeee;
  color: #515151;
  transition: all 0.75s ease-in-out;
  padding: 5px 20px;
}
main.home-page section.two .grid-images .gallery__item .content button:hover {
  background: #efeeee;
  color: #515151;
}
main.home-page section.two .grid-images .gallery__item > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 15px;
}
main.home-page section.two .grid-images .gallery__item--hor {
  grid-column: span 2;
}
main.home-page section.two .grid-images .gallery__item--hor-3 {
  grid-column: span 3;
}
main.home-page section.two .grid-images .gallery__item--vert {
  grid-row: span 2;
}
main.home-page section.two .grid-images .gallery__item--lg {
  grid-column: span 2;
  grid-row: span 2;
}
main.home-page section.brands {
  padding-bottom: 4rem;
}
main.home-page section.brands .brands-slider .item table {
  width: 100%;
}
main.home-page section.brands .brands-slider .item table tr {
  border: 0.01px solid rgba(192, 192, 192, 0.4901960784);
}
main.home-page section.brands .brands-slider .item table tr td {
  padding: 2rem;
  text-align: center;
}
main.home-page section.brands .brands-slider .item table tr td img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
main.home-page section.three {
  background-color: #f9f8f4;
  padding: 1rem 0;
  padding-bottom: 7rem;
}
main.home-page section.three .shop-by-designlist {
  position: relative;
}
main.home-page section.three .shop-by-designlist h4.title {
  margin-bottom: 0rem;
  padding: 0;
}
main.home-page section.three .shop-by-designlist .view-more-btn button {
  background: #86778A;
  color: #fff;
  border-color: #86778A;
}
main.home-page section.three .shop-by-designlist .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
main.home-page section.three .shop-by-designlist .row .column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
main.home-page section.three .shop-by-designlist .row .column .cards {
  width: 95%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.0588235294);
  height: auto;
  margin-bottom: 1.5rem;
}
main.home-page section.three .shop-by-designlist .row .column img {
  vertical-align: middle;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
main.home-page section.three .shop-by-designlist .row .column:nth-child(even) {
  margin-top: 5rem;
  margin-bottom: -3rem;
}
@media screen and (max-width: 800px) {
  main.home-page section.three .column {
    flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  main.home-page section.three .column {
    flex: 100%;
    max-width: 100%;
  }
}
main.home-page section.four .cards-wrapper .cards {
  width: 410px;
  margin-top: 1.5rem;
}
main.home-page section.four .cards-wrapper .cards .body ul {
  display: flex;
}
main.home-page section.four .cards-wrapper .cards .body ul li {
  padding: 5px;
  width: 33.3333333333%;
}
main.home-page section.four .cards-wrapper .cards .footer {
  text-align: center;
}
main.home-page section.four .cards-wrapper .cards .footer button {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.2rem 1rem;
  border: 1px solid silver;
  border-radius: 5px;
  background: #A58A5D;
  color: #fff;
}
main.home-page section.community h4.title {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
}
main.home-page section.community .community-slider .item figure {
  border-radius: 14px;
  overflow: hidden;
  margin: 10px;
  position: relative;
}
main.home-page section.community .community-slider .item figure img {
  width: 100%;
}
main.home-page section.community .community-slider .item figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  z-index: 1;
}
main.home-page section.community .community-slider .item figure figcaption h5 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: normal;
  margin: 0;
}
main.home-page section.community .community-slider .item figure figcaption p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: normal;
  margin-bottom: 5px;
}
main.home-page section.community .community-slider .item figure figcaption ul li {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: normal;
}
main.home-page section.community .community-slider .item figure::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.69513743) 100%);
}
main.home-page section.community .community-slider .owl-nav {
  display: none;
}
main.home-page section.five {
  margin-top: 2rem;
}
main.home-page section.five h6 {
  font-size: 1rem;
  font-weight: 500;
  color: #242424;
  line-height: normal;
  padding: 1rem;
  padding-left: 0;
}
main.home-page section.five h5 {
  font-size: 35px;
  font-weight: 300;
  color: #b99a61;
  line-height: normal;
  text-align: center;
  background: #F8F5EB;
  padding: 2rem;
  border-radius: 20px;
  margin: 1rem 7rem;
  margin-bottom: 4rem;
}
main.home-page section.five .get-in-touch {
  border-right: 1px solid silver;
}
main.home-page section.five .get-in-touch ul {
  display: flex;
}
main.home-page section.five .get-in-touch ul li {
  font-size: 18px;
  font-weight: 300;
  color: #242424;
  line-height: normal;
  padding-right: 1rem;
  text-transform: capitalize;
}
main.home-page section.five .get-in-touch .search-box {
  margin-top: 1rem;
}
main.home-page section.five .get-in-touch .search-box ul {
  display: flex;
  align-items: center;
}
main.home-page section.five .get-in-touch .search-box ul li input {
  width: 550px;
  padding: 10px;
  border-radius: 50px;
  border: 1px solid silver;
}
main.home-page section.five .get-in-touch .search-box ul li span {
  padding: 6px 15px;
  background: #D9DEDE;
  border-radius: 50px;
  font-size: 1.5rem;
  font-weight: bolder;
  margin-left: 2rem;
}
main.home-page section.five .get-in-touch .posts-box ul li img {
  width: 70px;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5607843137);
}
main.home-page section.five .get-in-touch .posts-box ul li textarea {
  border: none;
  resize: none;
  font-size: 1rem;
  text-transform: capitalize;
  outline: none;
}
main.home-page section.five .get-in-touch .posts-box ul li .btns button {
  border: 1px solid silver;
  background: transparent;
  border-radius: 15px;
  padding: 1px 10px;
  font-size: 1rem;
  font-weight: 300;
}
main.home-page section.five .get-in-touch .commemts-posts h6 {
  margin-top: 4rem;
}
main.home-page section.five .get-in-touch .commemts-posts .review-box p {
  font-size: 1rem;
  font-weight: 300;
}
main.home-page section.five .get-in-touch .commemts-posts .review-box p b {
  font-weight: bolder;
}
main.home-page section.five .get-in-touch .commemts-posts .review-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
main.home-page section.five .get-in-touch .commemts-posts .review-img img {
  width: 200px;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5607843137);
}
main.home-page section.five .get-in-touch .commemts-posts .review-img ul {
  display: flex;
  flex-direction: column;
}
main.home-page section.five .get-in-touch .commemts-posts .review-img ul li button {
  font-size: 1rem;
  font-weight: 300;
  color: #242424;
  line-height: normal;
  border: 1px solid silver;
  padding: 5px 11px;
  border-radius: 15px;
  margin-left: 1rem;
  background: #EDE8D8;
  margin-bottom: 10px;
}
main.home-page section.five .get-in-touch .commemts-posts .review-img ul li button.share-btn {
  background: #EDE8D8;
}
main.home-page section.five .get-in-touch .commemts-posts .review-img ul li button.save-img {
  background: #E0DDE2;
}
main.home-page section.five .following-list, main.home-page section.five .ads-stories {
  margin-bottom: 2rem;
}
main.home-page section.five .following-list h6, main.home-page section.five .ads-stories h6 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #242424;
  line-height: normal;
  padding-left: 6rem;
}
main.home-page section.five .following-list .wrapper, main.home-page section.five .ads-stories .wrapper {
  display: flex;
  flex-wrap: wrap;
}
main.home-page section.five .following-list .wrapper figure, main.home-page section.five .ads-stories .wrapper figure {
  margin: 12px;
}
main.home-page section.five .following-list .wrapper figure img, main.home-page section.five .ads-stories .wrapper figure img {
  width: 70px;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5607843137);
}
main.home-page section.five .following-list .wrapper figure figcaption, main.home-page section.five .ads-stories .wrapper figure figcaption {
  padding-top: 10px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #242424;
  line-height: normal;
}
main.home-page section.five .following-list .view-all, main.home-page section.five .ads-stories .view-all {
  text-align: center;
}
main.home-page section.five .following-list .view-all button, main.home-page section.five .ads-stories .view-all button {
  font-size: 1rem;
  font-weight: 500;
  color: #242424;
  line-height: normal;
  padding: 5px 30px;
  border: 1px solid silver;
  border-radius: 15px;
  margin-top: 1rem;
}
main.home-page section.five .share-posts p {
  font-size: 1rem;
  font-weight: 300;
  color: #242424;
  line-height: normal;
}
main.home-page section.five .share-posts p.post-txt {
  font-size: 0.875rem;
  font-weight: 300;
  color: #242424;
  line-height: normal;
}
main.home-page section.five .share-posts p b {
  font-size: 17px;
  font-weight: bolder;
  color: #242424;
  line-height: normal;
}
main.home-page section.five .share-posts input {
  width: 95%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid silver;
  background: #E3E3E3;
  font-size: 1rem;
  font-weight: 600;
}
main.home-page section.five .posts-box ul {
  display: flex;
}
main.home-page section.five .posts-box ul li img {
  margin-right: 1rem;
  width: 70px;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5607843137);
}
main.home-page section.five .posts-box ul li textarea {
  border: none;
  resize: none;
  font-size: 1rem;
  text-transform: capitalize;
  outline: none;
}
main.home-page section.five .posts-box ul li .btns button {
  border: 1px solid silver;
  background: transparent;
  border-radius: 15px;
  padding: 1px 10px;
  font-size: 1rem;
  font-weight: 300;
  color: #242424;
}
main.home-page section.five .frame__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #ced0d4;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 3rem;
}
main.home-page section.five .frame__column {
  display: flex;
  flex-direction: column;
}
main.home-page section.five .frame__headline {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 12px 12px 0;
  margin-bottom: 11px;
}
main.home-page section.five .frame__headline i {
  font-size: 30px;
  margin-right: 1rem;
  margin-top: 4px;
}
main.home-page section.five .headline__image {
  height: 40px;
  width: 40px;
  margin-right: 8px;
}
main.home-page section.five .headline__subtitle {
  color: #90949c;
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 16.08px;
  margin: 0;
}
main.home-page section.five .headline__title {
  color: #365899;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.24px;
  line-height: 19.32px;
  word-wrap: break-word;
  margin: 0 0 2px;
}
main.home-page section.five .headline__world {
  height: 12px;
  width: 12px;
}
main.home-page section.five .frame__content {
  margin: 7px 12px;
  display: flex;
}
main.home-page section.five .frame__content .frame__image {
  width: 500px;
  height: 500px;
  padding: 1rem;
}
main.home-page section.five .frame__text {
  margin: 0;
}
main.home-page section.five .frame__text--large {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
}
main.home-page section.five .frame__text--small {
  margin: 0;
  font-size: 14px;
  line-height: 19.32px;
}
main.home-page section.five .frame__footer {
  display: flex;
  border-top: 1px solid #e1e2e3;
  padding: 4px 12px;
}
main.home-page section.five .text__social {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin: 0;
}
main.home-page section.five .footer__likes,
main.home-page section.five .footer__comments,
main.home-page section.five .footer__share,
main.home-page section.five .footer__post-as {
  display: flex;
  padding: 4px 0 4px;
  margin-right: 20px;
}
main.home-page section.five .footer__likes i,
main.home-page section.five .footer__comments i,
main.home-page section.five .footer__share i,
main.home-page section.five .footer__post-as i {
  margin-right: 5px;
}
main.home-page section.five .footer__image {
  height: 14px;
  margin: 0 6px -3px 0;
}
main.home-page section.five .footer__image--not-first {
  margin-left: 9px;
}
main.home-page section.five .footer__post-as-image {
  height: 16px;
}
main.home-page section.five .footer__post-as {
  margin-right: 0;
  margin-left: auto;
}
main.home-page section.like-by-designer {
  margin-top: 1rem;
}
main.home-page section.like-by-designer .item {
  padding: 10px;
}
main.home-page section.like-by-designer h4.title {
  padding: 0;
  margin: 0;
  padding-top: 2rem;
  color: #716875;
}
main.home-page section.like-by-designer p.sub-title {
  color: #898180;
}
main.home-page section.like-by-designer .owl-carousel {
  transform: scale(1);
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage {
  padding-bottom: 6rem;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin {
  position: relative;
  display: block;
  border-radius: 10px;
  max-width: 1000px;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin h2 {
  font-size: 26px;
  padding: 10px 8px;
  color: #716875;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pins {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin img {
  display: block;
  margin: 0;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin {
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  z-index: 999;
  border-radius: 100%;
  position: fixed;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  text-decoration: none;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin span {
  position: absolute;
  top: 0px;
  right: -10px;
  font-size: clamp(12px, 2vw, 13px);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  color: #111;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 10;
  line-height: 1;
  opacity: 0;
  transition: 0.2s all ease-in-out;
  background: #fff;
  padding: 5px;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin span .card {
  border: none;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin span .card figure {
  margin-bottom: 0;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin span .card figure img {
  width: 150px;
  height: 180px;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin span .card figure figcaption {
  text-align: left;
  padding: 5px 10px;
  border-radius: 10px;
  padding-bottom: 0;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin span .card figure figcaption h4 {
  font-size: 16px;
  font-weight: 700;
  color: #242424;
  line-height: normal;
  margin-bottom: 0;
  text-transform: capitalize;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin span .card figure figcaption p {
  font-size: 14px;
  font-weight: 500;
  color: #242424;
  line-height: normal;
  margin-bottom: 0;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin:hover {
  border-color: #fff;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin:hover:after {
  width: 7px;
  height: 7px;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin:hover span {
  opacity: 1;
  top: -20px;
  width: -moz-fit-content;
  width: fit-content;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin:active {
  border-color: #ffaa67;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin:active:after {
  width: 20px;
  height: 20px;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin:after {
  content: "";
  width: 10px;
  height: 10px;
  transition: 0.2s all ease-in-out;
  background: #fff;
  position: relative;
  display: block;
  border-radius: 100%;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  animation: shockwave 2s 0.5s ease-out infinite;
}
@keyframes shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px #fff;
  }
  95% {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1.8);
  }
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin:nth-of-type(1):before {
  animation-delay: 0.2s;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin:nth-of-type(2):before {
  animation-delay: 0.4s;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin:nth-of-type(3):before {
  animation-delay: 0.6s;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin:nth-of-type(4):before {
  animation-delay: 0.9s;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin:nth-of-type(5):before {
  animation-delay: 1.3s;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin:nth-of-type(6):before {
  animation-delay: 1.6s;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin:nth-of-type(7):before {
  animation-delay: 1.8s;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin:nth-of-type(8):before {
  animation-delay: 2s;
}
main.home-page section.like-by-designer .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .imagepin .pin:nth-of-type(9):before {
  animation-delay: 2.2s;
}
main.home-page section.six {
  margin-top: 8rem;
}
main.home-page section.six .column {
  float: left;
  width: 50%;
  padding: 10px;
}
main.home-page section.six .column img {
  margin-top: 12px;
}
main.home-page section.six .row:after {
  content: "";
  display: table;
  clear: both;
}
main.home-page section.six .grid-images img {
  border-radius: 40px;
  height: 500px;
  padding: 0.5rem 0;
  -o-object-fit: cover;
     object-fit: cover;
}
main.home-page section.six h6 {
  font-size: 1.75rem;
  font-weight: 300;
  color: #242424;
  line-height: normal;
  margin-bottom: 2rem;
}
main.home-page section.six h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #242424;
  line-height: normal;
}
main.home-page section.seven {
  margin-top: 3rem;
}
main.home-page section.seven .cards-wrapper .cards {
  overflow: hidden;
}
main.home-page section.seven .cards-wrapper .cards .body ul {
  display: flex;
}
main.home-page section.seven .cards-wrapper .cards .body ul li {
  width: 50%;
}
main.home-page section.eight {
  margin-top: 3rem;
}
main.home-page section.eight .cards-wrapper .cards {
  overflow: hidden;
}
main.home-page section.eight .cards-wrapper .cards .body ul {
  display: flex;
}
main.home-page section.eight .cards-wrapper .cards .body ul li {
  width: 33.3333333333%;
}
main.home-page section.eight .cards-wrapper .cards .footer {
  text-align: center;
}
main.home-page section.eight .cards-wrapper .cards .footer small {
  color: #242424;
}
main.home-page section.eight .more-btn {
  text-align: center;
  padding: 1rem;
}
main.home-page section.eight .more-btn button {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.2rem 1rem;
  border: 1px solid silver;
  border-radius: 5px;
  background: #A58A5D;
  color: #fff;
}
main.home-page section.trend {
  padding-top: 4rem;
}
main.home-page section.trend h4.title {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  padding-bottom: 1rem;
}
main.home-page section.trend figure img {
  border-radius: 5px;
}
main.home-page section.trend figure figcaption {
  padding-top: 1rem;
}
main.home-page section.trend figure figcaption h5 {
  font-weight: 700;
}
main.home-page section.trend figure figcaption p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
main.home-page section.trend figure figcaption p span i {
  margin-right: 5px;
}
main.home-page section.trend .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
  align-items: flex-end;
}
main.home-page section.trend .header a {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
}
main.home-page section.trend .header h4 {
  font-size: 26px;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 0;
}
main.home-page section.trend .mumbai-community, main.home-page section.trend .inspiration-community {
  background: rgba(192, 192, 192, 0.231372549);
  padding: 1rem;
  border-radius: 15px;
  margin-bottom: 2rem;
}
main.home-page section.trend .mumbai-community h5, main.home-page section.trend .inspiration-community h5 {
  font-size: 25px;
  font-weight: 700;
  color: #242424;
  line-height: normal;
}
main.home-page section.trend .mumbai-community ul, main.home-page section.trend .inspiration-community ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
main.home-page section.trend .mumbai-community ul li, main.home-page section.trend .inspiration-community ul li {
  width: 33.3333333333%;
}
main.home-page section.trend .mumbai-community ul li img, main.home-page section.trend .inspiration-community ul li img {
  padding: 5px;
  border-radius: 15px;
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
main.home-page section.trend .mumbai-community .btn, main.home-page section.trend .inspiration-community .btn {
  padding-top: 1rem;
}
main.home-page section.trend .mumbai-community .btn a, main.home-page section.trend .inspiration-community .btn a {
  text-decoration: underline;
}
main.home-page section.ideas-ins h4 {
  text-align: left;
  margin-bottom: 0rem;
  margin-top: 2rem;
}
main.home-page section.ideas-ins h5 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  color: rgba(52, 52, 52, 0.8901960784);
}
main.home-page section.ideas-ins .grid-card .grid-wrapper .wrapper {
  margin: 10px auto;
  padding: 0 10px;
}
main.home-page section.ideas-ins .grid-card .grid-wrapper .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 130px;
  grid-auto-flow: dense;
  max-width: 1200px;
  border-radius: 10px;
  overflow: hidden;
}
main.home-page section.ideas-ins .grid-card .grid-wrapper .gallery__item {
  align-items: center;
  display: flex;
  justify-content: center;
}
main.home-page section.ideas-ins .grid-card .grid-wrapper .gallery__item > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border: 1px solid #fff;
}
main.home-page section.ideas-ins .grid-card .grid-wrapper .gallery__item--hor {
  grid-column: span 2;
  border-top-left-radius: 10px;
  overflow: hidden;
  border-top-right-radius: 10px;
}
main.home-page section.ideas-ins .grid-card .grid-wrapper .gallery__item--vert {
  grid-row: span 2;
}
main.home-page section.ideas-ins .grid-card .grid-wrapper .gallery__item--lg {
  grid-column: span 2;
  grid-row: span 2;
}
main.home-page section.ideas-ins .grid-card .cards-footer {
  text-align: center;
  padding: 0 1rem;
}
main.home-page section.ideas-ins .grid-card .cards-footer p {
  font-size: 22px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 5px;
}
main.home-page section.ideas-ins .grid-card .cards-footer span {
  font-size: 16px;
  color: #5d5d5d;
}
main.home-page section.tages.bottom {
  padding: 4rem 0;
}
main.home-page section.instagram-posts figure {
  margin-bottom: 2rem;
}
main.home-page section.instagram-posts figure img {
  border-radius: 5px;
  height: 200px;
}
main.home-page section.instagram-posts figure figcaption {
  padding-top: 1rem;
}
main.home-page section.instagram-posts figure figcaption ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
main.home-page section.instagram-posts figure figcaption ul li img {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-right: 5px;
}
main.home-page section.instagram-posts figure figcaption ul li i {
  margin-right: 2px;
  font-size: 13px;
}
main.product-details-page img {
  width: 100%;
}
main.product-details-page .wrapper .multi-images {
  padding: 0 10px;
}
main.product-details-page .wrapper .multi-images .select-img {
  width: 700px;
  height: 500px;
  background-color: rgba(0, 0, 0, 0.0509803922);
}
main.product-details-page .wrapper .multi-images .select-img img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
main.product-details-page .wrapper .multi-images ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}
main.product-details-page .wrapper .multi-images ul li img {
  width: 90px;
  margin-right: 10px;
  border-radius: 6px;
}
main.product-details-page .wrapper .product-content {
  border-radius: 20px;
  padding: 15px;
}
main.product-details-page .wrapper .product-content ul.search-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px;
}
main.product-details-page .wrapper .product-content ul.search-share li img {
  width: 24px;
}
main.product-details-page .wrapper .product-content ul.search-share li i {
  color: #a5a5a6;
  font-size: 22px;
  margin-left: 20px;
}
main.product-details-page .wrapper .product-content ul.search-share li input {
  width: 260px;
  padding: 10px;
  border-radius: 10px;
  border: none;
  background: #cdcdcd;
  outline: none;
  margin-right: 20px;
  text-align: center;
  color: #000000;
}
main.product-details-page .wrapper .product-content ul.search-share li:first-child img:first-child {
  margin-right: 25px;
}
main.product-details-page .wrapper .product-name {
  padding: 40px 0px;
  padding-top: 0;
  display: flex;
}
main.product-details-page .wrapper .product-name img.brand-img {
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 3rem;
}
main.product-details-page .wrapper .product-name span {
  font-size: 1rem;
  font-weight: 300;
  color: #515151;
  line-height: 30px;
}
main.product-details-page .wrapper .product-name h4 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #515151;
  line-height: normal;
}
main.product-details-page .wrapper .product-name small {
  font-size: 0.875rem;
  font-weight: 300;
  color: #515151;
  line-height: normal;
}
main.product-details-page .wrapper table tr td {
  font-size: 1rem;
  font-weight: 300;
  color: #242424;
  line-height: normal;
  white-space: nowrap;
  padding-bottom: 15px;
  text-transform: capitalize;
  vertical-align: top;
}
main.product-details-page .wrapper table tr td p {
  display: flex;
  justify-content: space-between;
}
main.product-details-page .wrapper table tr td:last-child {
  font-size: 1rem;
  font-weight: 200;
  color: #242424;
  line-height: normal;
  white-space: normal;
}
main.product-details-page .wrapper .option-btn div {
  padding-bottom: 10px;
}
main.product-details-page .wrapper .option-btn div ul {
  display: none;
  padding: 10px 1rem;
}
main.product-details-page .wrapper .option-btn div ul li {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
main.product-details-page .wrapper .option-btn div ul li.plus-icon {
  font-size: 1rem;
  border: 1px solid silver;
  border-radius: 5px;
  width: 60px;
  justify-content: center;
  cursor: pointer;
}
main.product-details-page .wrapper .option-btn div ul li.plus-icon i {
  margin-right: 2px;
}
main.product-details-page .wrapper .option-btn div a[role=button] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: none;
  border-radius: 20px;
  background: transparent;
  color: #515151;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid rgba(112, 112, 112, 0.4784313725);
}
main.product-details-page .wrapper .option-btn div a[role=button]:hover {
  background: #85788a;
  color: #fff;
}
main.product-details-page .wrapper .option-btn div img {
  width: 60px;
}
main.product-details-page .wrapper .option-btn div.open-dropdown.active {
  border-bottom: 1px solid silver;
  margin-bottom: 1rem;
}
main.product-details-page .wrapper .option-btn div.open-dropdown.active ul {
  display: flex;
}
main.product-details-page .wrapper .option-btn div.add-to-cart a {
  background-color: #85788a;
  color: #fff;
  border: 1px solid #85788a;
  justify-content: center;
}
main.product-details-page .wrapper .option-btn div.add-to-cart a i {
  margin-left: 5px;
}
main.product-details-page .wrapper .right-slide {
  position: fixed;
  z-index: 999;
  left: 120%;
  top: 0;
  background: rgba(0, 0, 0, 0.1411764706);
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in;
}
main.product-details-page .wrapper .right-slide .wrapper {
  height: 100%;
  width: 35%;
  position: absolute;
  right: 0;
  background: #fff;
  padding: 2rem;
}
main.product-details-page .wrapper .right-slide .wrapper .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
}
main.product-details-page .wrapper .right-slide .wrapper .header h5 {
  font-size: 2rem;
}
main.product-details-page .wrapper .right-slide .wrapper .header .action-btn {
  text-align: right;
}
main.product-details-page .wrapper .right-slide .wrapper .header .action-btn i {
  font-size: 2rem;
  cursor: pointer;
}
main.product-details-page .wrapper .right-slide .wrapper .body figure {
  border: 1px solid silver;
  border-radius: 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
main.product-details-page .wrapper .right-slide .wrapper .body figure img {
  width: 85px;
}
main.product-details-page .wrapper .right-slide .wrapper .body figure figcaption {
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 20px;
}
main.product-details-page .wrapper .get-touch {
  margin-top: 2rem;
  border-radius: 10px;
  padding: 10px;
}
main.product-details-page .wrapper .get-touch h5 {
  font-size: 1rem;
  font-weight: 400;
  color: #515151;
  line-height: normal;
  text-align: center;
}
main.product-details-page .wrapper .get-touch button {
  width: 100%;
  padding: 5px 0;
  border: none;
  border-radius: 20px;
  background: transparent;
  color: #515151;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid rgba(112, 112, 112, 0.4784313725);
}
main.product-details-page .wrapper .get-touch button.addtocart-btn {
  background-color: #85788a;
  color: #fff;
  border: 1px solid #85788a;
}
main.product-details-page .wrapper .get-touch .similar-img {
  display: flex;
  justify-content: space-between;
}
main.product-details-page .wrapper .get-touch .similar-img ul.similar-product {
  display: flex;
  align-items: center;
}
main.product-details-page .wrapper .get-touch .similar-img ul.similar-product li img {
  width: 95%;
  border-radius: 10px;
  margin-right: 10px;
}
main.product-details-page .wrapper .get-touch .similar-img ul.icons li {
  margin-bottom: 5px;
}
main.product-details-page .wrapper .get-touch .similar-img ul.icons li img {
  width: 30px;
}
main.product-details-page .wrapper .get-touch .similar-img ul.icons li a i {
  font-size: 1.5rem;
  color: #a5a5a6;
}
main.product-details-page .wrapper .get-touch small {
  font-size: 0.875rem;
  font-weight: 300;
  color: #515151;
  line-height: normal;
}
main.product-details-page .wrapper .overview {
  padding: 80px 0;
}
main.product-details-page .wrapper .overview h5 {
  padding: 20px 0 10px 0;
}
main.product-details-page .wrapper .overview table {
  width: 100%;
}
main.product-details-page .wrapper .overview p.content {
  font-size: 1rem;
  font-weight: 300;
  color: #242424;
  line-height: normal;
  text-align: justify;
}
main.product-details-page .wrapper .carousel-wrapper {
  margin: 50px 0;
}
main.product-details-page .wrapper .carousel-wrapper h4.title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #515151;
  line-height: 30px;
}
main.product-details-page .wrapper .carousel-wrapper .owl-carousel .item .cards {
  width: 100%;
}
main.product-details-page .wrapper .carousel-wrapper .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}
main.product-details-page .wrapper .carousel-wrapper .owl-nav .owl-prev,
main.product-details-page .wrapper .carousel-wrapper .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: absolute;
}
main.product-details-page .wrapper .carousel-wrapper .owl-nav .owl-prev {
  left: -15px;
}
main.product-details-page .wrapper .carousel-wrapper .owl-nav .owl-next {
  right: -60px;
}
main.product-details-page .header {
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  background: #f8f4e9;
  border-radius: 5px;
}
main.product-details-page .header h2 {
  color: #444;
  font-size: 20px;
  text-align: left;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
main.product-details-page .header h2 i {
  font-size: 1rem;
  margin-right: 11px;
}
main.product-details-page .form-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 1rem;
}
main.product-details-page .info {
  text-align: center;
  display: flex;
}
main.product-details-page .info .flex {
  margin-left: 2rem;
}
main.product-details-page .info h3 {
  font-size: 20px;
  text-align: left;
}
main.product-details-page .info h4 {
  text-align: left;
}
main.product-details-page .logo {
  max-width: 80px;
  margin-bottom: 10px;
}
main.product-details-page .request-section, main.product-details-page .message-section, main.product-details-page .form-section {
  margin-top: 10px;
}
main.product-details-page .request-section .checkbox-group, main.product-details-page .message-section .checkbox-group, main.product-details-page .form-section .checkbox-group {
  display: flex;
  flex-wrap: nowrap;
}
main.product-details-page h4 {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}
main.product-details-page .checkbox-group label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
  color: #666;
  margin-right: 16px;
  white-space: nowrap;
}
main.product-details-page textarea {
  width: 100%;
  height: 80px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: none;
}
main.product-details-page .form-section .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
main.product-details-page .form-row div {
  flex: 1;
}
main.product-details-page label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #555;
}
main.product-details-page input, main.product-details-page select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
main.product-details-page input[type=checkbox] {
  margin-right: 5px;
}
main.product-details-page .consent {
  margin: 10px 0;
  font-size: 12px;
  color: #666;
}
main.product-details-page button.send-button {
  width: 20%;
  margin: auto;
  padding: 10px;
  background-color: #f8f4e9;
  color: #000;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
main.product-details-page button.send-button:hover {
  background-color: #f8f4e9;
}
main.product-details-page .from-wrapper {
  position: sticky;
  top: 100px;
  border: 1px solid silver;
  padding: 10px;
  border-radius: 10px;
}
main.product-details-page .modal .from-wrapper {
  padding: 0;
  border: none;
}
main.product-details-page .modal .header {
  display: flex;
  justify-content: space-between;
}
main.product-details-page .brand-logo {
  margin-top: 4rem;
  border: 1px solid silver;
  border-radius: 10px;
  padding: 2rem;
}
main.product-details-page .brand-logo figure {
  display: flex;
  justify-content: space-between;
}
main.product-details-page .brand-logo figure img {
  width: 150px;
}
main.product-details-page .brand-logo figure figcaption {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
main.product-details-page .brand-logo figure figcaption h5 {
  width: 150px;
}
main.product-details-page .brand-logo figure figcaption ul {
  display: flex;
}
main.product-details-page .brand-logo figure figcaption ul li {
  margin-right: 2rem;
}
main.product-details-page .brand-logo figure figcaption ul li a i {
  font-size: 2rem;
}
main.product-details-page .brand-logo .brands-img ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
main.product-details-page .brand-logo .brands-img ul li {
  width: 20%;
}
main.product-details-page .brand-logo .brands-img ul li:last-child {
  width: auto;
}
main.product-details-page .brand-logo .brands-img ul li:last-child h5 {
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  text-align: left;
  padding: 2rem;
  border-radius: 10px;
}
main.product-details-page .brand-logo .brands-img ul li a img {
  width: 110px;
}
main.products .wrapper {
  display: flex;
}
main.products .wrapper .filter {
  width: 250px;
  border-right: 1px solid rgba(112, 112, 112, 0.4784313725);
  margin-right: 30px;
}
main.products .wrapper .filter .accordion-wrapper {
  position: sticky;
  top: 12%;
}
main.products .wrapper .filter .accordion-wrapper h4.title {
  font-weight: 800;
}
main.products .wrapper .filter ul li {
  font-size: 0.875rem;
  font-weight: 400;
  list-style: none;
  position: relative;
  padding: 3px 23px;
  cursor: pointer;
}
main.products .wrapper .filter ul li:hover {
  background-color: #86778A;
  color: #242424;
  border-radius: 10px;
  text-decoration: underline;
}
main.products .wrapper .filter ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background-color: rgba(35, 35, 35, 0.7490196078);
  position: absolute;
  top: 12px;
  left: 12px;
}
main.products .wrapper .filtered-product {
  width: 100%;
}
main.products .wrapper .filtered-product .cards {
  width: 240px;
  background: #f6f6f6;
  border-radius: 20px;
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
  min-height: 300px;
  height: auto;
  float: left;
}
main.products .wrapper .filtered-product .cards a {
  text-decoration: none;
}
main.products .wrapper .filtered-product .cards a .header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
main.products .wrapper .filtered-product .cards a .header h5 {
  color: #515151;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 300;
}
main.products .wrapper .filtered-product .cards a .header img {
  width: 20px;
  position: absolute;
  right: 18px;
}
main.products .wrapper .filtered-product .cards a .footer {
  padding: 8px 0;
}
main.products .wrapper .filtered-product .cards a .footer h6 {
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
  color: #585858;
  margin-bottom: 0;
}
main.products .wrapper .filtered-product .cards a .footer p {
  font-size: 0.875rem;
  color: #585858;
  font-weight: 200;
  text-align: center;
  margin: 0;
}
main.products .wrapper .filtered-product .cards a .footer img {
  width: 25px;
  position: absolute;
  bottom: 17px;
  right: 10px;
}
main.products .wrapper .filtered-product .cards .star-popup {
  display: none;
  position: absolute;
  top: 43px;
  right: -16px;
  background: #fff;
  width: 320px;
  border: 1px solid rgba(112, 112, 112, 0.4784313725);
  border-radius: 15px;
  padding: 10px;
  z-index: 1;
}
main.products .wrapper .filtered-product .cards .star-popup input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: none;
  background: #cdcdcd;
  text-align: center;
  outline: none;
}
main.products .wrapper .filtered-product .cards .star-popup .category,
main.products .wrapper .filtered-product .cards .star-popup .project {
  border-bottom: 1px solid silver;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
main.products .wrapper .filtered-product .cards .star-popup .category h6,
main.products .wrapper .filtered-product .cards .star-popup .project h6 {
  font-size: 1rem;
  font-weight: 400;
  color: #242424;
  line-height: 40px;
  text-align: center;
}
main.products .wrapper .filtered-product .cards .star-popup .category ul li,
main.products .wrapper .filtered-product .cards .star-popup .project ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
main.products .wrapper .filtered-product .cards .star-popup .category ul li span.names,
main.products .wrapper .filtered-product .cards .star-popup .project ul li span.names {
  display: flex;
}
main.products .wrapper .filtered-product .cards .star-popup .category ul li span.names ul.users,
main.products .wrapper .filtered-product .cards .star-popup .project ul li span.names ul.users {
  display: flex;
  margin-left: 10px;
}
main.products .wrapper .filtered-product .cards .star-popup .category ul li span.names ul.users li,
main.products .wrapper .filtered-product .cards .star-popup .project ul li span.names ul.users li {
  margin-bottom: 0px;
}
main.products .wrapper .filtered-product .cards .star-popup .category ul li span.names ul.users li small,
main.products .wrapper .filtered-product .cards .star-popup .project ul li span.names ul.users li small {
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 800;
  background: #999999;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #fff;
  position: relative;
  left: -5px;
}
main.products .wrapper .filtered-product .cards .star-popup .category ul li span.names ul.users li small.user-bg,
main.products .wrapper .filtered-product .cards .star-popup .project ul li span.names ul.users li small.user-bg {
  background: #e5e5e5;
}
main.products .wrapper .filtered-product .cards .star-popup .category ul li span.names ul.users li small.user-icon,
main.products .wrapper .filtered-product .cards .star-popup .project ul li span.names ul.users li small.user-icon {
  background: #999999;
}
main.products .wrapper .filtered-product .cards .star-popup .category ul li span.names ul.users li i,
main.products .wrapper .filtered-product .cards .star-popup .project ul li span.names ul.users li i {
  color: #fff;
}
main.products .wrapper .filtered-product .cards .star-popup .category ul li span.names ul.users li:first-child small,
main.products .wrapper .filtered-product .cards .star-popup .project ul li span.names ul.users li:first-child small {
  left: 0px;
}
main.products .wrapper .filtered-product .cards .star-popup .category ul li img,
main.products .wrapper .filtered-product .cards .star-popup .project ul li img {
  width: 20px;
}
main.products .wrapper .filtered-product .cards .star-popup .project ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.products .wrapper .filtered-product .cards .star-popup .project ul li {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
main.products .wrapper .filtered-product .cards .star-popup .project ul li span {
  display: flex;
}
main.products .wrapper .filtered-product .cards .star-popup .project ul li span ul.users {
  display: flex;
  margin-left: 10px;
  flex-wrap: nowrap;
}
main.products .wrapper .filtered-product .cards .star-popup .project ul li span ul.users li small.user-icon {
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 800;
  background: #999999;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #fff;
  position: relative;
  left: -5px;
}
main.products .wrapper .filtered-product .cards .star-popup .project ul li span ul.users li small.user-icon i {
  color: #fff;
}
main.products .wrapper .filtered-product .cards .star-popup .add-category ul li {
  margin-bottom: 10px;
}
main.products .wrapper .filtered-product .cards .star-popup .add-category ul li button {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
main.products .wrapper .filtered-product .cards .star-popup .add-category ul li span {
  width: 30px;
  height: 30px;
  background: #cdcdcd;
  color: #fff;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-right: 10px;
}
main.products .wrapper .cards .footer h6, main.products .wrapper .cards .footer p {
  text-align: left !important;
}
main.vendor header {
  padding-bottom: 0;
  border-bottom: 0;
}
main.vendor h1,
main.vendor h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #383838;
  margin-bottom: 9px;
  letter-spacing: normal;
}
main.vendor h1 {
  margin-top: 3rem;
  color: #967c2d;
}
main.vendor p.sub-txt {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: normal;
}
main.vendor p.sub-txt.txt-indent {
  position: relative;
  margin-bottom: 13rem;
  color: #232323;
}
main.vendor small.header {
  font-size: 1rem;
  font-weight: 200;
  width: 100%;
  display: inline-block;
}
main.vendor header img.fav-logo {
  margin-top: 1rem;
  width: 300px;
}
main.vendor .sub-header {
  padding-left: 0.9rem;
  margin-top: 1rem;
  text-align: center;
}
main.vendor .sub-header p {
  font-size: 38px;
  color: #383838;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
main.vendor .sub-header span {
  font-size: 1.375rem;
  color: #383838;
  font-weight: 100;
}
main.vendor .mainSlider .furniture-design {
  position: relative;
  top: 50px;
  display: flex;
  justify-content: space-between;
}
main.vendor .mainSlider .furniture-design img {
  width: 50%;
}
main.vendor .mainSlider .furniture-design .back-circle-img::after {
  content: "";
  width: 600px;
  height: 600px;
  background-color: rgba(150, 124, 45, 0.3882352941);
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  left: 20%;
  top: -5px;
}
main.vendor .mainSlider .furniture-design .furniture-txt {
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  width: 800px;
  flex-direction: column;
  justify-content: center;
}
main.vendor .mainSlider .furniture-design .furniture-txt small {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0.5px;
  position: relative;
  top: 20px;
}
main.vendor .mainSlider .furniture-design .furniture-txt h5 {
  position: relative;
  font-size: 1.75rem;
  font-weight: 500;
  color: #242424;
  line-height: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  top: 10px;
}
main.vendor .mainSlider .furniture-design .furniture-txt h5 img {
  width: 142px !important;
  margin-left: 7px;
  padding-bottom: 14px;
}
main.vendor .mainWrapper {
  margin-top: 6rem;
}
main.vendor .mainWrapper .brands small {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0.5px;
}
main.vendor .mainWrapper .wrapper figure {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
main.vendor .mainWrapper .wrapper figure video {
  width: 50%;
  height: 100%;
}
main.vendor .mainWrapper .wrapper figure figcaption {
  padding: 2rem;
  background: #e0dee3;
  border-radius: 1rem;
  margin-left: 5rem;
  padding-top: 3rem;
}
main.vendor .mainWrapper .wrapper .onilne-product {
  margin-top: 1rem;
}
main.vendor .mainWrapper .wrapper .onilne-product .first-sec {
  padding-top: 3.6rem;
}
main.vendor .mainWrapper .wrapper .onilne-product small {
  color: #000000;
  font-weight: 300;
}
main.vendor .mainWrapper .wrapper .onilne-product h3 {
  color: #7c623d;
}
main.vendor .mainWrapper .wrapper .onilne-product img {
  width: 80%;
}
main.vendor .mainWrapper .wrapper .onilne-product p.sub-txt {
  padding-right: 4rem;
}
main.vendor .mainWrapper .wrapper .our-mission {
  margin-bottom: 3rem;
}
main.vendor .mainWrapper .wrapper .our-mission .mission-wrap {
  padding-top: 2rem;
}
main.vendor .mainWrapper .wrapper .our-mission .mission-wrap .mission-head {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 600;
  line-height: 60px;
}
main.vendor .mainWrapper .wrapper .our-mission .mission-wrap img {
  width: 160px;
}
main.vendor .mainWrapper .wrapper .our-mission .mission-wrap .mission-text {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 300;
  text-align: center;
  padding: 0 88px;
}
main.vendor .mainWrapper .wrapper .vendorWrap {
  border-radius: 30px;
  background-color: #f5f1e6;
  padding: 20px;
  height: 100%;
}
main.vendor .mainWrapper .wrapper .vendorWrap .venderIcon img {
  width: 110px;
}
main.vendor .mainWrapper .wrapper .vendorWrap .vendorText h4 {
  font-size: 1.2rem;
  text-transform: capitalize;
  padding: 0 5px;
}
main.vendor .mainWrapper .wrapper .vendorWrap .vendorText p {
  font-size: 1.2rem;
  font-weight: 200;
}
main.vendor .mainWrapper .four-boxs {
  background: #f7f7f7;
  margin: 0;
  position: relative;
  padding-top: 3rem;
}
main.vendor .mainWrapper .four-boxs .figureWrapper {
  height: 370px;
  width: 280px;
  background: rgba(1, 1, 1, 0.031372549);
  border-radius: 10px;
  padding: 15px;
  padding-top: 2.5rem;
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.0705882353);
}
main.vendor .mainWrapper .four-boxs .figureWrapper .icons img {
  width: 60px;
  padding: 10px;
  background: rgba(1, 1, 1, 0.031372549);
  border-radius: 50px;
}
main.vendor .mainWrapper .four-boxs .figureWrapper .box-txt p {
  font-size: 1.75rem;
  font-weight: 600;
  color: #242424;
  line-height: normal;
  text-transform: uppercase;
}
main.vendor .mainWrapper .four-boxs .figureWrapper .box p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #242424;
  line-height: 24px;
}
main.vendor .vendorEffectsWrap {
  padding: 5rem 0;
  background: #f7f7f7;
}
main.vendor .vendorEffectsWrap .vendorHowitEffects h4 {
  font-size: 2rem;
  color: #2d2d2d;
  font-weight: 600;
  margin-bottom: 2rem;
}
main.vendor .vendorEffectsWrap .vendorHowitEffects ul li {
  font-size: 1rem;
  padding-right: 16rem;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
main.vendor .vendorEffectsWrap .vendorHowitEffects ul li::before {
  content: "";
  width: 5px;
  height: 6px;
  border-radius: 50px;
  border: 1px solid black;
  position: absolute;
  top: 10px;
  left: 0;
}
main.categories section h4.title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #515151;
  line-height: normal;
  margin-bottom: 1rem;
}
main.categories section.categories-content {
  padding: 20px 50px;
  background: #e0dee3;
  border-radius: 10px;
  margin-bottom: 3rem;
  margin-top: 2rem;
}
main.categories section.categories-content h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #86778A;
  line-height: normal;
}
main.categories section.categories-content p {
  font-size: 1rem;
  font-weight: 300;
  color: #86778A;
  line-height: normal;
}
main.categories section.categories-cards {
  margin-bottom: 4rem;
}
main.categories section.categories-cards .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
main.categories section.categories-cards .wrapper .card {
  width: 300px;
  border: none;
}
main.categories section.categories-cards .wrapper .card figure {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
main.categories section.categories-cards .wrapper .card figure figcaption {
  background: #f6f6f6;
}
main.categories section.categories-cards .wrapper .card figure figcaption h5 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #515151;
  line-height: normal;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  text-transform: capitalize;
}
main.categories section.categories-cards .wrapper .card ul {
  padding: 0 22px;
}
main.categories section.categories-cards .wrapper .card ul li {
  list-style: disc;
  color: #515151;
}
main.categories section.browse-by-brand .carousel-wrapper .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .cards {
  background: transparent;
}
main.categories section.browse-by-brand .carousel-wrapper .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .cards .body img {
  height: 350px;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 15px;
}
main.categories section.browse-by-brand .carousel-wrapper .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .cards .footer h6 {
  font-weight: 500;
  font-size: 1.25rem;
}
main.categories section.editors-choice,
main.categories section .on-sale {
  margin-top: 3rem;
}
main.categories section.editors-choice ul.nav,
main.categories section .on-sale ul.nav {
  border-bottom: 0;
  margin-bottom: 1rem;
}
main.categories section.editors-choice ul.nav li.nav-item button.nav-link,
main.categories section .on-sale ul.nav li.nav-item button.nav-link {
  font-size: 1rem;
  font-weight: 400;
  color: #515151;
  line-height: normal;
  letter-spacing: 0.5px;
  border: none;
}
main.categories section.editors-choice ul.nav li.nav-item button.active,
main.categories section .on-sale ul.nav li.nav-item button.active {
  border-bottom: 3px solid #86778A;
  font-weight: 600;
}
main.categories section.on-sale {
  margin-top: 3rem;
}
main.brand .sort-drop-down {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2rem;
}
main.brand section h4.title {
  margin: 1rem 1rem;
  font-size: 20px;
}
main.brand section h4.title button {
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  margin-left: 1rem;
  text-decoration: underline;
}
main.brand section.banner figure {
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
main.brand section.profile p.descr {
  font-size: 1rem;
  font-weight: 400;
  color: #515151;
  line-height: normal;
}
main.brand section.profile ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  top: -70px;
}
main.brand section.profile ul li figure {
  width: 150px;
  overflow: hidden;
  height: 150px;
  border: 2px solid #AEAEAE;
  border-radius: 10px;
}
main.brand section.profile ul li figure img {
  height: 100%;
  background-color: #fff;
  -o-object-fit: contain;
     object-fit: contain;
}
main.brand section.profile ul li button {
  border-radius: 10px;
  border: 1px solid silver;
  background: #efeeee;
  color: #515151;
  transition: all 0.75s ease-in-out;
  padding: 5px 20px;
  font-size: 1rem;
  font-weight: 600;
}
main.brand section.profile ul li button:hover {
  background: #efeeee;
  color: #515151;
}
main.brand section.profile ul li:last-child {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
main.brand section.profile ul li:last-child i {
  font-size: 1.5rem;
  color: #515151;
}
main.brand section.profile h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #515151;
  line-height: normal;
}
main.brand section.profile .social-icon i {
  font-size: 1.5rem;
  font-weight: 500;
  color: #515151;
  line-height: normal;
  margin: 0 5px;
}
main.brand section.linking ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 15px;
}
main.brand section.linking ul li {
  width: 100%;
  height: 100%;
  background: #efeeee;
  padding: 15px;
  text-align: center;
}
main.brand section.linking ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
main.brand section.linking ul li:hover {
  background: #dcdcdc;
}
main.brand section.categories-cards, main.brand section.view-collection {
  margin-bottom: 3rem;
}
main.brand section.categories-cards .wrapper, main.brand section.view-collection .wrapper {
  display: flex;
}
main.brand section.categories-cards .wrapper .card, main.brand section.view-collection .wrapper .card {
  margin: 0 5px;
  border-radius: 15px;
  overflow: hidden;
}
main.brand section.categories-cards .wrapper .card figure, main.brand section.view-collection .wrapper .card figure {
  margin: 0;
}
main.brand section.categories-cards .wrapper .card figure figcaption h5, main.brand section.view-collection .wrapper .card figure figcaption h5 {
  background: #efeeee;
  margin: 0;
  padding: 12px;
  text-align: center;
}
main.brand section.view-project {
  /* Responsive layout - makes a two column-layout instead of four columns */
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
}
main.brand section.view-project .grid-image {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
main.brand section.view-project .grid-image .column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
main.brand section.view-project .grid-image .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 800px) {
  main.brand section.view-project .column {
    flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  main.brand section.view-project .column {
    flex: 100%;
    max-width: 100%;
  }
}
main.regitration-page {
  font-family: "Axiforma-Regular" !important;
}
main.regitration-page .header {
  z-index: 2;
  height: 100px;
  position: absolute;
  width: 100%;
  padding: 2rem 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.regitration-page .header .logo img {
  width: 200px;
}
main.regitration-page .header .action-btn ul {
  display: flex;
}
main.regitration-page .header .action-btn ul li {
  padding-right: 1rem;
}
main.regitration-page .header .action-btn ul li a {
  color: #fff;
  padding: 5px 0;
  border: 1px solid silver;
  border-radius: 5px;
  z-index: 2;
  position: relative;
  width: 100px;
  display: inline-block;
  text-align: center;
  background: rgba(135, 120, 139, 0.7215686275);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.56);
  transition: all 0.25s ease;
}
main.regitration-page .header .action-btn ul li a:hover {
  transform: translate(0px, -3px);
}
main.regitration-page .header .action-btn ul li:last-child a {
  background: rgba(200, 179, 148, 0.5607843137);
}
main.regitration-page section.sectionOne {
  height: 100vh;
}
main.regitration-page section.sectionOne .banner {
  height: 100%;
}
main.regitration-page section.sectionOne .banner .video video {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
main.regitration-page section.sectionOne .banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(135, 120, 139);
  background: linear-gradient(140deg, rgba(135, 120, 139, 0.557882528) 32%, rgba(212, 204, 189, 0) 66%);
}
main.regitration-page section.sectionOne .banner .wrapper {
  height: 100%;
  padding-top: 15rem;
  z-index: 1;
  position: relative;
  width: 80%;
}
main.regitration-page section.sectionOne .banner .wrapper span {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  line-height: normal;
}
main.regitration-page section.sectionOne .banner .wrapper span i {
  margin-right: 10px;
}
main.regitration-page section.sectionOne .banner .wrapper h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: normal;
  margin: 1rem 0 3rem 0;
  font-family: "Axiforma-Bold";
  width: 900px;
}
main.regitration-page section.sectionOne .banner .wrapper .search {
  width: 55%;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 0px 4px;
}
main.regitration-page section.sectionOne .banner .wrapper .search input {
  width: 90%;
  height: 100%;
  padding: 14px;
  border: none;
  font-size: 1rem;
  text-transform: capitalize;
  outline: none;
}
main.regitration-page section.sectionOne .banner .wrapper .search button {
  position: relative;
  top: -0.5px;
  font-size: 1rem;
  border-radius: 10px;
  border: none;
  font-weight: bold;
  background: #87788b;
  color: #fff;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  width: 140px;
  font-family: "Axiforma-Bold";
  transition: all 0.25s ease;
}
main.regitration-page section.sectionOne .banner .wrapper .search button i {
  margin-left: 5px;
  font-size: 1rem;
  position: absolute;
  right: 20px;
  transition: all 0.25s ease;
}
main.regitration-page section.sectionOne .banner .wrapper .search button:hover i {
  right: 10px;
}
main.regitration-page section.sectionTwo .wrapper {
  height: 100%;
}
main.regitration-page section.sectionTwo .wrapper .textPara {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 400px;
}
main.regitration-page section.sectionTwo .wrapper .textPara h3 {
  font-family: "Axiforma-Heavy";
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  font-family: "Axiforma-Heavy";
  background: #87788b;
  background: linear-gradient(to top right, #87788b 29%, #c8b394 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.155));
  margin-bottom: 2rem;
}
main.regitration-page section.sectionTwo .wrapper .textPara p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #242424;
  line-height: 40px;
  text-align: center;
}
main.regitration-page section.sectionTwo .wrapper .weHelp {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
main.regitration-page section.sectionTwo .wrapper .weHelp h3 {
  font-size: 40px;
  font-weight: bold;
  color: #242424;
  line-height: 60px;
  font-family: "Axiforma-Heavy";
  text-align: center;
  padding: 0 20rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
main.regitration-page section.sectionTwo .wrapper .weHelp h3 img {
  width: 50px;
}
main.regitration-page section.sectionTwo .wrapper .weHelp ul {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
main.regitration-page section.sectionTwo .wrapper .weHelp ul li {
  width: 33.3333333333%;
}
main.regitration-page section.sectionTwo .wrapper .weHelp ul li p {
  font-size: 30px;
  font-weight: 400;
  color: #242424;
  line-height: normal;
  text-align: left;
  padding: 0 35px;
}
main.regitration-page section.sectionTwo .wrapper .weHelp ul li p span {
  font-family: "Axiforma-Heavy";
  background: #87788b;
  background: linear-gradient(to top right, #87788b 29%, #c8b394 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.155));
  font-family: "Axiforma-Bold";
}
main.regitration-page section.sectionThree {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
main.regitration-page section.sectionThree h2 {
  font-size: 40px;
  font-weight: bold;
  color: #242424;
  line-height: normal;
  margin-bottom: 3rem;
}
main.regitration-page section.sectionThree ul li {
  transition: all 0.25s ease;
  display: flex;
  align-items: flex-start;
  min-height: 110px;
  padding-right: 6rem;
  text-align: justify;
}
main.regitration-page section.sectionThree ul li img {
  width: 50px;
  border: none;
  padding: 0;
  border-radius: 0;
}
main.regitration-page section.sectionThree ul li h5 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #242424;
  line-height: 34px;
  padding-left: 1rem;
  margin-bottom: 2rem;
  cursor: pointer;
  font-family: "Axiforma-Bold";
}
main.regitration-page section.sectionThree ul li h5 small {
  display: none;
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  line-height: 22px;
  margin-top: 12px;
}
main.regitration-page section.sectionThree .hoverImage.isActive {
  transition: all 0.25s ease;
}
main.regitration-page section.sectionThree .hoverImage.isActive h5 small {
  display: block;
  font-family: "Axiforma-Regular";
}
main.regitration-page section.sectionFour .wrapper .four-boxs {
  margin: 0;
  position: relative;
}
main.regitration-page section.sectionFour .wrapper .four-boxs .figureWrapper {
  height: 325px;
  width: 305px;
  background: rgba(135, 120, 139, 0.22);
  border-radius: 10px;
  padding: 15px;
  padding-top: 2.5rem;
  box-shadow: 3px 1px 8px rgba(0, 0, 0, 0.0705882353);
  transition: all 0.25s ease;
}
main.regitration-page section.sectionFour .wrapper .four-boxs .figureWrapper .icons {
  text-align: center;
}
main.regitration-page section.sectionFour .wrapper .four-boxs .figureWrapper .icons img {
  width: 100px;
  padding: 10px;
  transition: all 0.25s ease;
}
main.regitration-page section.sectionFour .wrapper .four-boxs .figureWrapper .icons img.third-icon {
  padding: 16px;
}
main.regitration-page section.sectionFour .wrapper .four-boxs .figureWrapper .box-txt p {
  font-size: 1.125rem;
  font-weight: 600;
  color: #242424;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  font-family: "Axiforma-Bold";
}
main.regitration-page section.sectionFour .wrapper .four-boxs .figureWrapper .box p {
  font-size: 18px;
  font-weight: 400;
  color: #242424;
  line-height: 24px;
  text-align: center;
}
main.regitration-page section.sectionFour .wrapper .four-boxs .figureWrapper:hover {
  transform: scale(1.01);
  box-shadow: 6px 8px 11px rgba(135, 120, 139, 0.6);
  background: rgb(255, 255, 255);
}
main.regitration-page section.sectionFour .wrapper .four-boxs .figureWrapper:hover .icons > img {
  width: 120px;
}
main.regitration-page section.sectionFour .wrapper .four-boxs .col1 .figureWrapper {
  background: rgba(135, 120, 139, 0.66);
}
main.regitration-page section.sectionFour .wrapper .four-boxs .col2 .figureWrapper {
  background: #E0DEE2;
}
main.regitration-page section.sectionFour .wrapper .four-boxs .col3 .figureWrapper {
  background: #F4F3E7;
}
main.regitration-page section.sectionFour .wrapper .four-boxs .col4 .figureWrapper {
  background: rgba(230, 212, 172, 0.6392156863);
}
main.regitration-page section.sectionFive {
  margin-bottom: 7rem;
  padding-top: 3rem;
}
main.regitration-page section.sectionFive .row {
  height: 600px;
  overflow: hidden;
}
main.regitration-page section.sectionFive .row h3 {
  width: 115%;
  font-size: 1.75rem;
  font-weight: 700;
  color: #242424;
  line-height: normal;
  font-family: "Axiforma-Bold";
  margin-bottom: 2rem;
}
main.regitration-page section.sectionFive .row h3 img {
  width: 40px;
  margin-right: 17px;
}
main.regitration-page section.sectionFive .row .col-6 {
  display: flex;
  justify-content: center;
  align-items: center;
}
main.regitration-page section.sectionFive .wrapper small {
  font-size: 0.75rem;
  font-weight: 300;
  color: #242424;
  line-height: normal;
}
main.regitration-page section.sectionFive .wrapper p {
  font-size: 1rem;
  font-weight: 400;
  color: #242424;
  line-height: normal;
}
main.regitration-page section.sectionFive .wrapper a {
  font-size: 1.5rem;
  font-weight: 400;
  color: #242424;
  line-height: 24px;
}
main.regitration-page section.sectionFive .wrapper h5 {
  margin: 25px 0px;
}
main.regitration-page section.sectionFive .wrapper ul {
  padding-left: 1rem;
}
main.regitration-page section.sectionFive .wrapper ul li {
  list-style: none;
  position: relative;
  padding-bottom: 1rem;
  text-align: justify;
}
main.regitration-page section.sectionFive .wrapper ul li::after {
  content: "";
  background: url("/resource/images/icons/check-mark.png") no-repeat;
  background-size: 100%;
  width: 10px;
  height: 10px;
  display: inline;
  position: absolute;
  top: 7px;
  left: -17px;
}
main.regitration-page section.sectionFive .wrapper ul li h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #242424;
  line-height: 24px;
}
main.regitration-page section.sectionFive .wrapper ul li p {
  font-size: 18px;
  font-weight: 400;
  color: #242424;
  line-height: normal;
  margin-bottom: 0;
}
main.regitration-page section.sectionFive .wrapper ul li p b {
  font-family: "Axiforma-Bold";
}
main.regitration-page section.sectionFive .sub-image {
  width: 85%;
  height: 70%;
  position: relative;
  top: 50px;
}
main.regitration-page section.sectionFive .sub-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid silver;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3607843137);
}
main.regitration-page section.sectionFive .sub-image.image2::after {
  background-color: #c8b394;
}
main.regitration-page section.sectionFive .sub-image.image3::after {
  background-color: #dfe2e1;
}
main.regitration-page section.sectionSix {
  margin: 6rem;
}
main.regitration-page section.sectionSix .wrapper::after {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(280deg, rgba(0, 0, 0, 0) 58%, rgba(223, 226, 225, 0.8211878501) 81%);
}
main.regitration-page section.sectionSix .wrapper .owl-carousel::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
main.regitration-page section.sectionSix .wrapper .owl-carousel::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  display: none;
}
main.regitration-page section.sectionSix .wrapper .owl-carousel .owl-stage-outer .owl-item.active {
  background: #fff;
}
main.regitration-page section.sectionSix .wrapper .owl-carousel .owl-stage-outer .owl-item .item {
  background: #fff;
}
main.regitration-page section.sectionSix .wrapper .owl-carousel .owl-stage-outer .owl-item .item .wrapper {
  border-radius: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
  padding: 5px;
}
main.regitration-page section.sectionSix .wrapper .owl-carousel .owl-stage-outer .owl-item .item .wrapper:hover {
  border: 2px solid #C8B394;
}
main.regitration-page section.sectionSix .wrapper .owl-carousel .owl-stage-outer .owl-item .item .wrapper span {
  font-size: 0.75rem;
  font-weight: 500;
  color: #242424;
  line-height: normal;
  padding: 10px;
  white-space: nowrap;
}
main.regitration-page section.sectionSix .wrapper .owl-carousel .owl-stage-outer .owl-item .item .wrapper img {
  width: 150px;
  height: 150px;
  aspect-ratio: 2/3;
}
main.regitration-page section.sectionSix .wrapper .owl-carousel .owl-nav {
  position: absolute;
  top: 21%;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
main.regitration-page section.sectionSix .wrapper .owl-carousel .owl-nav .owl-prev,
main.regitration-page section.sectionSix .wrapper .owl-carousel .owl-nav .owl-next {
  font-size: 2rem;
  background: #fff;
  padding: 0;
  border: 1px solid silver;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
}
main.regitration-page section.sectionSix .wrapper .owl-carousel .owl-nav .owl-prev:hover,
main.regitration-page section.sectionSix .wrapper .owl-carousel .owl-nav .owl-next:hover {
  color: #000;
}
main.regitration-page section.sectionSix .wrapper .owl-carousel .owl-nav .owl-prev {
  left: -35px;
}
main.regitration-page section.sectionSix .wrapper .owl-carousel .owl-nav .owl-next {
  right: -60px;
}
main.regitration-page section.sectionEight .italic-text {
  font-size: 1rem;
  font-weight: normal;
  color: #242424;
  line-height: normal;
  padding: 0 10rem;
  text-align: center;
  margin-bottom: 3rem;
}
main.regitration-page section.sectionEight .wrapper h5 {
  font-size: 30px;
  font-weight: bold;
  color: #242424;
  line-height: normal;
  width: 100%;
  text-align: center;
}
main.regitration-page section.sectionEight .wrapper .carosuelWrapper {
  background: linear-gradient(140deg, rgba(212, 204, 189, 0.5046612395) 12%, rgba(135, 120, 139, 0.5046612395) 47%, rgba(223, 226, 225, 0.4990589986) 85%);
  padding: 3rem 7rem;
  margin: 0 10rem;
  border-radius: 10px;
  margin-bottom: 5rem;
}
main.regitration-page section.sectionEight .wrapper .carosuelWrapper .owl-carousel .owl-nav {
  position: absolute;
  top: 31%;
  left: -61px;
  width: 116%;
  display: flex;
  justify-content: space-between;
}
main.regitration-page section.sectionEight .wrapper .carosuelWrapper .owl-carousel .owl-nav button {
  width: 50px;
  background: #87788b;
  color: #fff;
  font-size: 1.5rem;
}
main.regitration-page section.sectionEight .wrapper .carosuelWrapper .owl-carousel .owl-dots .owl-dot span {
  background: #dfe2e1;
}
main.regitration-page section.sectionEight .wrapper .carosuelWrapper .owl-carousel .owl-dots .owl-dot.active span {
  background: #87788b;
}
main.regitration-page section.sectionEight .wrapper .carosuelWrapper .owl-carousel .item ul {
  display: flex;
  align-items: center;
}
main.regitration-page section.sectionEight .wrapper .carosuelWrapper .owl-carousel .item ul li:first-child {
  display: flex;
  align-items: center;
  margin-right: 5rem;
  flex-direction: column;
  justify-content: center;
  width: 200px;
}
main.regitration-page section.sectionEight .wrapper .carosuelWrapper .owl-carousel .item ul li img {
  width: 100px;
  border-radius: 10px;
}
main.regitration-page section.sectionEight .wrapper .carosuelWrapper .owl-carousel .item ul li b {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Axiforma-Bold";
}
main.regitration-page section.sectionEight .wrapper .carosuelWrapper .owl-carousel .item ul li p {
  font-size: 20px;
  line-height: normal;
  text-align: center;
}
main.regitration-page section.sectionEight .wrapper .carosuelWrapper .owl-carousel .item ul li span {
  font-size: 1rem;
}
main.regitration-page section.sectionEight .wrapper .carosuelWrapper .owl-carousel .item ul li:last-child {
  width: 400px;
}
main.regitration-page section.sectionEight .wrapper .carosuelWrapper .owl-carousel .item ul li:last-child p {
  text-align: left;
}
main.regitration-page .modal .modal-header {
  justify-content: end;
}
main.regitration-page .modal .modal-header .close {
  border: none;
  background: transparent;
  font-size: 2rem;
  height: 30px;
}
main.regitration-page .modal .modal-dialog {
  max-width: 800px;
}
main.regitration-page .footerlink .modal-dialog .modal-header {
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}
main.regitration-page .footerlink .modal-dialog .modal-header .close {
  height: auto;
}
main.shopping-cart-page h2 {
  font-size: 28px;
  padding: 2rem 0;
}
main.shopping-cart-page .table-wrapper table {
  width: 100%;
}
main.shopping-cart-page .table-wrapper table thead tr th {
  font-size: 0.875rem;
  font-weight: 600;
  color: #3b003a;
  line-height: 50px;
  border-bottom: 1px solid silver;
}
main.shopping-cart-page .table-wrapper table tbody tr td {
  padding: 10px 0;
  vertical-align: top;
}
main.shopping-cart-page .table-wrapper table tbody tr td ul.first-row {
  display: flex;
}
main.shopping-cart-page .table-wrapper table tbody tr td ul.first-row li {
  margin-right: 1rem;
}
main.shopping-cart-page .table-wrapper table tbody tr td ul li img {
  width: 130px;
  border-radius: 5px;
}
main.shopping-cart-page .table-wrapper table tbody tr td ul li.discount-price {
  font-size: 0.875rem;
  font-weight: 600;
  color: #242424;
  line-height: normal;
}
main.shopping-cart-page .table-wrapper table tbody tr td ul li.discount-price i {
  font-size: 12px;
  margin-right: 2px;
}
main.shopping-cart-page .table-wrapper table tbody tr td ul li.price {
  font-size: 1rem;
  font-weight: 600;
  color: #242424;
  line-height: normal;
}
main.shopping-cart-page .table-wrapper table tbody tr td ul li.price i {
  font-size: 14px;
  margin-right: 2px;
}
main.shopping-cart-page .table-wrapper table tbody tr td ul li.discount-percentage span {
  padding: 1px 11px;
  background: #333;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  font-weight: 200;
  position: relative;
}
main.shopping-cart-page .table-wrapper table tbody tr td ul li.discount-percentage span::after {
  content: "";
  border: 8px solid transparent;
  border-right: 8px solid #FFFFFF;
  border-right-width: 6px;
  position: absolute;
  top: 0;
  right: 0;
}
main.shopping-cart-page .table-wrapper table tbody tr td ul li.total-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #242424;
  line-height: normal;
}
main.shopping-cart-page .table-wrapper table tbody tr td ul li.total-price i {
  font-size: 17px;
}
main.shopping-cart-page .table-wrapper table tbody tr td ul li.tax-duties {
  padding-top: 5px;
}
main.shopping-cart-page .table-wrapper table tbody tr td ul li.tax-duties p {
  font-size: 10px;
  text-transform: uppercase;
  width: 85px;
}
main.shopping-cart-page .table-wrapper table tbody tr td select {
  font-size: 16px;
  border: 1px solid silver;
  border-radius: 3px;
  font-weight: 500;
}
main.shopping-cart-page .table-wrapper table tbody tr td span.delete-icon {
  cursor: pointer;
}
main.shopping-cart-page .table-wrapper table tbody tr td:last-child {
  padding-top: 2rem;
}
main.shopping-cart-page .order-summary {
  display: flex;
  flex-direction: column;
  background: #F7F8FA;
  margin: 0 3rem;
  padding: 1rem;
  align-items: flex-start;
  margin-bottom: 3rem;
}
main.shopping-cart-page .order-summary .wrapper {
  width: 100%;
}
main.shopping-cart-page .order-summary .wrapper h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #242424;
  line-height: normal;
}
main.shopping-cart-page .order-summary .wrapper table {
  width: 100%;
}
main.shopping-cart-page .order-summary .wrapper table tr, main.shopping-cart-page .order-summary .wrapper table td {
  border-bottom: 1px solid rgba(36, 34, 62, 0.1882352941);
}
main.shopping-cart-page .order-summary .wrapper table tbody tr td {
  font-size: 0.875rem;
  font-weight: 300;
  color: #242424;
  line-height: 30px;
  padding: 5px 0;
}
main.shopping-cart-page .order-summary .wrapper table tbody tr td i {
  margin-right: 5px;
  font-size: 12px;
}
main.shopping-cart-page .order-summary .wrapper .process-checkout-btn a {
  font-size: 15px;
  font-weight: 400;
  color: #EBE6D7;
  line-height: normal;
  background-color: #333;
  display: block;
  width: 100%;
  padding: 15px 20px;
  text-align: center;
  border-radius: 2px;
  text-transform: capitalize;
  margin-top: 2rem;
}
main.shopping-cart-page .order-summary .contiune-btn {
  text-align: center;
  width: 100%;
  padding-top: 1rem;
}
main.shopping-cart-page .order-summary .contiune-btn a {
  font-size: 0.875rem;
  font-weight: 300;
  color: #242424;
  line-height: normal;
}
main.shopping-cart-page .order-summary .contiune-btn a:hover {
  text-decoration: underline;
}
main.checkout-form {
  overflow: hidden;
  margin: 3rem 14rem;
}
main.checkout-form input[type=text], main.checkout-form input[type=number], main.checkout-form select {
  font-size: 0.875rem;
  font-weight: 400;
  color: #515151;
  line-height: 20px;
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
main.checkout-form input[type=submit] {
  font-size: 0.875rem;
  font-weight: 400;
  color: #EBE6D7;
  line-height: normal;
  background-color: #333;
  display: block;
  width: 40%;
  border-radius: 5px !important;
  margin: auto;
  padding: 15px 20px;
  text-align: center;
  border-radius: 2px;
  text-transform: capitalize;
  margin-top: 2rem;
}
main.checkout-form label {
  margin-bottom: 10px;
  display: block;
}
main.checkout-form .order-wrapper {
  font-size: 1.75rem;
  font-weight: 700;
  color: #515151;
  line-height: 30px;
  padding: 2rem 1rem 1rem 1rem;
  background: #F7F8FA;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
main.checkout-form .order-wrapper h4 {
  margin-bottom: 1.5rem;
}
main.checkout-form h3 {
  font-size: 1.75rem;
  font-weight: 300;
  color: #242424;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}
main.checkout-form .icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}
main.checkout-form .btn {
  background-color: #04AA6D;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}
main.checkout-form .btn:hover {
  background-color: #45a049;
}
main.checkout-form span.price {
  float: right;
  color: grey;
}
main.checkout-form .back-arrow {
  margin-left: 2rem;
}
main.checkout-form .back-arrow i {
  font-size: 2rem;
}
main.checkout-form .back-contiue-btn {
  margin: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
main.checkout-form .back-contiue-btn a[role=button] {
  font-size: 15px;
  font-weight: 400;
  color: #EBE6D7;
  line-height: normal;
  background-color: #333;
  display: block;
  width: 14%;
  border-radius: 5px !important;
  padding: 10px 0;
  text-align: center;
  text-transform: capitalize;
  margin-left: 10px;
}
main.checkout-form ul.process-icons {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 4rem;
}
main.checkout-form ul.process-icons li {
  position: relative;
}
main.checkout-form ul.process-icons li span {
  width: 60px;
  height: 60px;
  background-color: #f9f8f4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}
main.checkout-form ul.process-icons li span i {
  font-size: 2rem;
  color: rgba(52, 52, 52, 0.8901960784);
}
main.checkout-form ul.process-icons li span.active {
  background-color: #000;
}
main.checkout-form ul.process-icons li span.active i {
  color: #fff;
}
main.checkout-form ul.process-icons li::after {
  content: "";
  position: absolute;
  left: -150px;
  width: 200px;
  height: 1px;
  background-color: #000;
  top: 30px;
}
main.checkout-form ul.process-icons li:nth-child(4)::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 200px;
  height: 1px;
  background-color: #000;
  top: 30px;
}
main.checkout-form form {
  font-size: 0.875rem;
  font-weight: 400;
  color: #242424;
  line-height: normal;
}
main.checkout-form form h3 {
  font-size: 1.75rem;
  font-weight: 300;
  color: #242424;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}
main.checkout-form form .form-group {
  display: flex;
  justify-content: space-between;
}
main.checkout-form form .form-group input[type=radio] {
  margin-right: 5px;
}
main.checkout-form form .form-group .col-md-6 {
  width: 49%;
}
main.checkout-form .coupon-code {
  margin: 2rem 0;
}
main.checkout-form .coupon-code p {
  font-size: 12px;
}
main.checkout-form .coupon-code form input {
  font-size: 0.875rem;
  font-weight: 400;
  color: #515151;
  line-height: 20px;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 0;
  outline: none;
}
main.checkout-form .coupon-code form input[type=button] {
  font-size: 15px;
  font-weight: 400;
  color: #EBE6D7;
  line-height: normal;
  background-color: #333;
  display: block;
  width: 40%;
  border-radius: 5px !important;
  padding: 5px 10px;
  text-align: center;
  border-radius: 2px;
  text-transform: capitalize;
  margin-left: 10px;
}
main.checkout-form .payments {
  padding: 1rem 0;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
main.checkout-form .payments span {
  font-size: 0.75rem;
  font-weight: 700;
  color: #515151;
  line-height: 30px;
  text-transform: uppercase;
}
main.checkout-form .payments h3 {
  font-size: 1rem;
  font-weight: 400;
  color: #515151;
  line-height: 30px;
  margin-bottom: 0;
}
main.checkout-form .payments label {
  font-size: 1rem;
  font-weight: 400;
  color: #515151;
  line-height: 30px;
  margin-bottom: 0;
}
main.checkout-form .payments .icon-container i {
  font-size: 2.25rem;
}
main.checkout-form.shipping-form form .shipping-address label[for=currentaddress] {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  font-size: 14px;
  border: 1px solid #e9e9e9;
  padding: 0 10px;
  margin-top: 5px;
  margin-bottom: 2rem;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
main.checkout-form.shipping-form form .shipping-address label[for=currentaddress] input {
  margin-right: 10px;
}
main.checkout-form.shipping-form form .shipping-address ul {
  margin: 10px 0;
}
main.checkout-form.shipping-form form .shipping-address ul li {
  padding-bottom: 0.5rem;
}
main.checkout-form.order-summary p {
  font-size: 0.875rem;
  font-weight: 300;
  color: #242424;
  line-height: normal;
  margin-bottom: 10px;
}
main.checkout-form.order-summary .product-summary {
  width: 100%;
  border-collapse: collapse;
}
main.checkout-form.order-summary .product-summary th, main.checkout-form.order-summary .product-summary th, main.checkout-form.order-summary .product-summary td {
  border: 1px solid #ddd;
}
main.checkout-form.order-summary .product-summary th, main.checkout-form.order-summary .product-summary td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
main.checkout-form.order-summary .product-summary td {
  padding: 10px 9px;
}
main.checkout-form.order-summary .product-summary th {
  background-color: #f4f4f4;
}
main.checkout-form.order-summary .product-summary .product {
  display: flex;
}
main.checkout-form.order-summary .product-summary .product img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
main.checkout-form.order-summary .product-summary .product .product-details {
  flex: 1;
}
main.checkout-form.order-summary .product-summary .product .product-details h3 {
  font-size: 18px;
  font-weight: 600;
  color: #242424;
  line-height: normal;
  margin-bottom: 10px;
}
main.checkout-form.order-summary .product-summary .product .product-details .product-description {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}
main.checkout-form.order-summary .product-summary .unit-price {
  text-decoration: line-through;
  color: #999;
}
main.checkout-form.order-summary .product-summary .discounted-price {
  color: #E64A19;
}
main.checkout-form.order-summary .product-summary .discount {
  margin-left: 10px;
  color: #E64A19;
  font-size: 14px;
}
main.checkout-form.order-summary .product-summary .price {
  font-size: 16px;
}
main.checkout-form.order-summary .product-summary .shipping-info {
  font-size: 12px;
  color: #555;
}
main.checkout-form.order-summary .mini-info {
  border: 1px solid #ddd;
  border-top: none;
  padding: 1rem;
  margin-bottom: 1rem;
}
main.checkout-form.order-summary .addresses {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
main.checkout-form.order-summary .addresses .billing-address,
main.checkout-form.order-summary .addresses .delivery-address {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 48%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
main.checkout-form.order-summary .addresses .billing-address h4,
main.checkout-form.order-summary .addresses .delivery-address h4 {
  font-size: 18px;
  font-weight: 600;
  color: #242424;
  line-height: normal;
  margin-bottom: 10px;
}
main.checkout-form.order-summary .addresses .billing-address p,
main.checkout-form.order-summary .addresses .delivery-address p {
  font-size: 0.875rem;
  font-weight: 300;
  color: #242424;
  line-height: normal;
}
main.checkout-form.order-summary .addresses .billing-address .edit-details,
main.checkout-form.order-summary .addresses .delivery-address .edit-details {
  font-size: 0.875rem;
  font-weight: 400;
  color: #242424;
  line-height: normal;
}
main.checkout-form.order-summary .addresses .billing-address .edit-details:hover,
main.checkout-form.order-summary .addresses .delivery-address .edit-details:hover {
  text-decoration: underline;
}
main.checkout-form.order-summary .terms {
  display: flex;
  align-items: normal;
}
main.checkout-form.order-summary .terms input[type=checkbox] {
  margin-right: 10px;
}
main.checkout-form.order-summary .terms label {
  font-size: 12px;
  color: #555;
  line-height: 1.5;
}
main.user-projects {
  margin-top: 4rem;
}
main.user-projects .profile-image {
  text-align: center;
}
main.user-projects .profile-image img {
  width: 150px;
  height: 100%;
}
main.user-projects h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #242424;
  line-height: normal;
  text-align: center;
}
main.user-projects .user-email {
  text-align: center;
}
main.user-projects .user-email span {
  font-size: 1rem;
  font-weight: 600;
  color: #515151;
  line-height: normal;
  margin-bottom: 5px;
  display: inline-block;
}
main.user-projects .follow, main.user-projects .location {
  font-size: 1rem;
  font-weight: 600;
  color: #242424;
  line-height: normal;
  text-align: center;
}
main.user-projects .location {
  font-size: 18px;
  font-weight: 700;
  color: #515151;
  line-height: normal;
  margin-top: 10px;
}
main.user-projects .buttons {
  text-align: center;
  margin-top: 2rem;
}
main.user-projects .buttons .share-btn, main.user-projects .buttons .edit-btn {
  border-radius: 10px;
  border: 1px solid silver;
  background: #efeeee;
  color: #515151;
  transition: all 0.75s ease-in-out;
  padding: 5px 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #242424;
  line-height: normal;
  text-transform: capitalize;
}
main.user-projects .buttons .edit-btn {
  margin-left: 1rem;
}
main.user-projects .nav-tabs {
  padding-bottom: 1rem;
  border-bottom: 1px solid silver;
  margin-bottom: 2rem;
  margin-top: 2rem;
  justify-content: center;
}
main.user-projects .nav-tabs .nav-item .nav-link {
  border: none;
  font-size: 1rem;
  font-weight: 600;
  color: #242424;
  line-height: normal;
}
main.user-projects .nav-tabs .nav-item .nav-link.active {
  position: relative;
}
main.user-projects .nav-tabs .nav-item .nav-link.active::before {
  content: "";
  width: 60px;
  position: absolute;
  height: 2px;
  background: #000;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}
main.user-projects .tab-content {
  margin-bottom: 5rem;
}
main.user-projects .tab-content .cards-wrapper {
  flex-wrap: nowrap;
  gap: 2rem;
}
main.user-projects .tab-content .cards-wrapper .cards .footer {
  background: rgba(192, 192, 192, 0.1803921569);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
main.projects-category-view {
  padding-bottom: 5rem;
}
main.projects-category-view .backtocategory {
  margin-top: 1rem;
}
main.projects-category-view h5.title {
  font-size: 1.75rem;
  font-weight: 300;
  color: #242424;
  line-height: normal;
  padding: 1.5rem 0;
}
main.projects-category-view .cards-wrapper {
  flex-wrap: wrap;
  gap: 2rem;
}
main.projects-category-view .cards-wrapper .cards {
  width: 23%;
}

.checkout-footer {
  max-width: 75em;
  margin: 0 auto;
  padding: 30px 10px;
  background: transparent;
}
.checkout-footer .title {
  padding-left: 0;
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 10px;
  vertical-align: top;
  line-height: 20px;
  color: #555;
}
.checkout-footer p {
  color: #555;
  font-size: 12px;
}
.checkout-footer p a {
  color: #000;
}
.checkout-footer .link-footer {
  font-size: 13px;
  margin-top: 8px;
  margin-bottom: 20px;
  margin-left: 0;
}
.checkout-footer .link-footer li {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
}
.checkout-footer .link-footer li:after {
  content: "|";
  margin-left: 7px;
  color: #e4e4e4;
}
.checkout-footer .link-footer li a {
  font-size: 12px;
  color: #555;
  text-decoration: none;
}
.checkout-footer .link-footer li a:hover {
  text-decoration: underline;
}
.checkout-footer .link-footer .divider {
  margin: 0 0 30px 0;
}

footer {
  background: #eae5d6;
  color: #383838;
}
footer .wrapper {
  padding: 5rem 0;
}
footer .wrapper hr {
  margin: 3rem 0;
}
footer .wrapper .subscribe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .wrapper .subscribe img {
  width: 200px;
}
footer .wrapper .subscribe h5 {
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
footer .wrapper .subscribe p {
  font-size: 1rem;
  font-weight: 200;
  display: inline-block;
  padding: 0 16rem;
  text-align: center;
  margin-bottom: 2rem;
}
footer .wrapper .subscribe .send-mail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  overflow: hidden;
  width: 480px;
  background: #fff;
  box-shadow: 1px 1px 20px silver;
}
footer .wrapper .subscribe .send-mail input {
  background: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 200;
  outline: none;
  padding: 0 1rem;
  color: #5c5c5c;
  font-family: sans-serif;
}
footer .wrapper .subscribe .send-mail button {
  padding: 0;
  border: none;
  transition: all 0.3s ease-in;
  overflow: hidden;
  cursor: pointer;
}
footer .wrapper .subscribe .send-mail button i {
  background: #464646;
  color: #fff;
  padding: 15px 30px;
  font-size: 20px;
}
footer .wrapper .subscribe .checkbox {
  width: 360px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 1rem;
  color: #4f4c4e;
}
footer .wrapper .subscribe .checkbox span {
  font-size: 12px;
  text-align: center;
}
footer .footer-link .row {
  justify-content: center;
}
footer .footer-link .row ul {
  padding: 0;
}
footer .footer-link .row ul li {
  list-style: none;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}
footer .footer-link .row ul li:first-child {
  margin-bottom: 0.8rem;
}
footer .footer-link .row ul li a {
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 200;
  transition: all 0.2s linear;
  color: #2d292c;
  white-space: nowrap;
  font-size: 12px;
}
footer .footer-link .row ul li a:hover {
  text-decoration: underline;
}
footer .footer-link .row ul li span {
  text-transform: capitalize;
  font-weight: 600;
}
footer .footer-link .row ul li ul {
  display: flex;
  justify-content: flex-start;
}
footer .footer-link .row ul li ul li a i {
  font-size: 20px;
  margin-right: 20px;
}

footer.mini-footer {
  border-top: 2px solid rgba(134, 121, 139, 0.4392156863);
}
footer.mini-footer .wrapper {
  padding: 1rem 0;
}
footer.mini-footer ul {
  text-align: center;
}
footer.mini-footer ul li {
  margin-bottom: 1rem;
}
footer.mini-footer ul li a {
  margin: 0 10px;
  font-size: 1rem;
}
footer.mini-footer ul li a:hover {
  color: #242424;
  border-bottom: 1px solid silver;
}
footer.mini-footer ul li span {
  font-size: 1rem;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  min-height: 100px;
  height: 100%;
  /* Hide the images by default */
  /* Caption text */
  /* Number text (1/3 etc) */
  /* The dots/bullets/indicators */
  /* Fading animation */
}
.slideshow-container .mySlides {
  display: none;
}
.slideshow-container .mySlides h2 {
  padding-bottom: 1rem;
}
.slideshow-container .mySlides p.thank-msg {
  font-size: 1.25rem;
  font-weight: 600;
  color: #242424;
  line-height: 40px;
  text-align: center;
}
.slideshow-container .mySlides .visit-btn {
  border: 1px solid silver;
  padding: 10px 30px;
  border-radius: 4px;
  position: absolute;
  left: 41%;
  bottom: -60%;
  font-size: 1rem;
  letter-spacing: 1px;
  background: transparent;
  box-shadow: 3px 3px 3px rgba(36, 34, 62, 0.4);
  transition: all 0.25s ease;
}
.slideshow-container .mySlides .visit-btn:hover {
  transform: translate(-5px, -5px);
  box-shadow: 7px 7px 3px rgba(36, 34, 62, 0.4);
  color: #242424;
}
.slideshow-container .mySlides.lastSlide ~ .btn .next {
  display: none;
}
.slideshow-container .mySlides .formDropDown {
  display: none;
}
.slideshow-container .mySlides .formDropDown.active {
  display: block;
  background-color: transparent;
}
.slideshow-container .btns {
  /* Next & previous buttons */
}
.slideshow-container .btns .prev,
.slideshow-container .btns .next {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #967c2d;
  padding: 4px 25px;
  border-radius: 20px;
  background: #967c2d;
  color: #fff;
}
.slideshow-container .btns .prev {
  display: none !important;
}
.slideshow-container .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.slideshow-container .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.slideshow-container .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.slideshow-container .active,
.slideshow-container .dot:hover {
  background-color: #717171;
}
.slideshow-container .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.login-page {
  height: 100vh;
  font-family: "Axiforma-Regular" !important;
  overflow: hidden;
}
.login-page .banner-img img {
  height: 100vh !important;
}
.login-page .form {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.login-page .form input {
  width: 100%;
  height: 60px;
  color: #242424;
  padding: 0;
  padding-top: 25px;
  border: none;
  outline: none;
}
.login-page .form label {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0%;
  pointer-events: none;
  border-bottom: 1px solid black;
}
.login-page .form label::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #242424;
  bottom: -1px;
  left: 0px;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
.login-page .content-name {
  position: absolute;
  bottom: 5px;
  left: 0px;
  transition: all 0.3s ease;
}
.login-page .form input:focus + .label-name .content-name,
.login-page .form input:valid + .label-name .content-name {
  transform: translateY(-150%);
  font-size: 14px;
  color: #242424;
}
.login-page .form input:focus + .label-name::after,
.login-page .form input:valid + .label-name::after {
  transform: translateX(0%);
}
.login-page h4 {
  font-size: 2rem;
  margin-bottom: 3rem;
  font-weight: bold;
  text-align: center;
  padding-top: 6rem;
}
.login-page .wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.login-page .wrapper .forms {
  width: 500px;
  height: 350px;
  position: relative;
}
.login-page .wrapper .forms .btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.login-page .wrapper .forms .btns .next {
  font-size: 1rem;
  font-weight: 600;
  color: #242424;
  line-height: normal;
  border: 1px solid #242424;
  padding: 10px 25px;
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
  box-shadow: 3px 3px 3px rgba(36, 34, 62, 0.4);
  transition: all 0.25s ease;
}
.login-page .wrapper .forms .btns .next:hover {
  transform: translate(-5px, -5px);
  box-shadow: 7px 7px 3px rgba(36, 34, 62, 0.4);
  color: #242424;
}
.login-page .wrapper .forms .btns .prev:hover {
  color: #242424;
  text-decoration: underline;
}
.login-page .forms {
  margin: auto;
}
.login-page .forms .slideshow-container h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #242424;
  line-height: normal;
}
.login-page .logo-img {
  text-align: center;
  margin-left: 2rem;
  margin-top: 2rem;
}
.login-page .logo-img img {
  width: 150px;
}

.vendor-form {
  margin-bottom: 4rem;
}
.vendor-form .dropdown {
  position: relative;
}
.vendor-form .dropdown dd,
.vendor-form .dropdown dt {
  margin: 0px;
  padding: 0px;
}
.vendor-form .dropdown ul {
  margin: -1px 0 0 0;
}
.vendor-form .dropdown dd {
  position: relative;
}
.vendor-form .dropdown dd .mutliSelect ul li {
  cursor: pointer;
  font-size: 14px;
}
.vendor-form .dropdown dd .mutliSelect ul li input {
  margin-right: 10px;
}
.vendor-form .dropdown dd .mutliSelect ul li label {
  cursor: pointer;
}
.vendor-form .dropdown a,
.vendor-form .dropdown a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 12px;
}
.vendor-form .dropdown dt a {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-height: 40px;
}
.vendor-form .dropdown dt a span,
.vendor-form .multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 2px 0;
  color: #515151;
}
.vendor-form .dropdown dd ul {
  background-color: #fff;
  color: #242424;
  display: block;
  left: 0px;
  padding: 2px 15px 2px 5px;
  position: relative;
  top: 2px;
  width: 100%;
  list-style: none;
  overflow: auto;
  border: 1px solid silver;
  border-top: 0;
}
.vendor-form .dropdown span.value {
  display: none;
}
.vendor-form .dropdown dd ul li a {
  padding: 5px;
  display: block;
}
.vendor-form .dropdown dd ul li a:hover {
  background-color: #fff;
}
.vendor-form p.multiSel {
  margin-bottom: 0;
}
.vendor-form h4 {
  color: #967c2d;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: center;
  margin-top: 2rem;
}
.vendor-form .uploadfile {
  text-align: center;
  display: flex;
  justify-content: center;
}
.vendor-form .uploadfile label {
  width: 40%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #967c2d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 10px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
.vendor-form .uploadfile label span {
  color: #495057;
}
.vendor-form .uploadfile input {
  width: 33%;
  position: absolute;
  padding: 0.375rem 0.75rem;
  font-size: 11px;
  border: none;
  cursor: pointer;
}
.vendor-form .uploadfile input:focus {
  box-shadow: none;
}
.vendor-form .submit-btn {
  display: flex;
  justify-content: center;
}
.vendor-form .submit-btn button.submit {
  border: 1px solid #967c33;
  padding: 0.6rem 3.5rem;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  background-color: transparent;
}
.vendor-form .submit-btn button.submit span {
  z-index: 1;
  position: relative;
  transition: 0.2s 0.1s;
}
.vendor-form .submit-btn button.submit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  background-color: #967c33;
  transition: 0.3s ease-out;
}
.vendor-form .submit-btn button.submit:hover span {
  color: #967c33;
  transition: 0.2s 0.1s;
}
.vendor-form .submit-btn button.submit:hover::before {
  content: "";
  width: 0px;
  border: 1px solid #967c33;
  background-color: #967c33;
}
.vendor-form .vendorForm {
  padding: 3rem 0rem;
}
.vendor-form .forVendorForm {
  display: block;
}
.vendor-form .forBrandForm,
.vendor-form .forDesignerForm {
  display: none;
}

.started-register {
  height: 500px;
  position: relative;
  background: #eae5d6;
  margin-top: 5rem;
}
.started-register::before {
  content: "";
  background: url("../images/contact-bg.jpg"), #6db3f2 no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.6;
  z-index: -1;
}
.started-register::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.7;
  z-index: -1;
}
.started-register .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.started-register .wrapper h5 {
  font-size: 44px;
  font-weight: 600;
  color: #242424;
  line-height: 52px;
  font-family: "Axiforma-Bold";
}
.started-register .wrapper p {
  font-size: 1.25rem;
  font-weight: 500;
  color: #242424;
  line-height: 26px;
  margin: 25px 0;
}
.started-register .wrapper .signup {
  display: flex;
  justify-content: center;
}
.started-register .wrapper .signup a {
  font-size: 1rem;
  font-weight: 500;
  color: #242424;
  line-height: normal;
  font-size: 1rem;
  border-radius: 10px;
  border: none;
  background: #87788b;
  color: #fff;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  width: auto;
  font-family: "Axiforma-Bold";
  text-transform: capitalize;
}

.forVendorForm textarea {
  font-size: 14px;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  resize: none;
  padding: 0;
  height: 60px;
  margin-top: 2rem;
  outline: none;
}
.forVendorForm textarea::-moz-placeholder {
  width: 100%;
  color: #242424;
  padding: 0;
  padding-top: 0px;
  border: none;
  outline: none;
}
.forVendorForm textarea::placeholder {
  width: 100%;
  color: #242424;
  padding: 0;
  padding-top: 0px;
  border: none;
  outline: none;
}

.mutliSelect {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.mutliSelect ul {
  display: flex;
  flex-wrap: wrap;
}
.mutliSelect ul li {
  display: flex;
  align-items: center;
  list-style: none;
  border: 1px solid #232323;
  padding: 6px 7px;
  border-radius: 10px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  color: #232323;
}
.mutliSelect ul li label {
  cursor: pointer;
}
.mutliSelect ul li input {
  display: none;
}
.mutliSelect ul li.active_select {
  background: #232323;
}
.mutliSelect ul li.active_select label {
  color: #fff;
}
.mutliSelect ul li.active_select::before {
  content: "";
  background: url("/resource/images/icons/check-solid.svg");
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  margin-right: 5px;
  filter: invert(100%) sepia(5%) saturate(557%) hue-rotate(269deg) brightness(118%) contrast(100%);
}
.mutliSelect .form-group {
  border: 1px solid black;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mutliSelect .form-group label {
  cursor: pointer;
  padding: 4px 12px;
}
.mutliSelect .form-group input {
  visibility: hidden;
  position: absolute;
}
.mutliSelect .form-group input:checked + label {
  background-color: #000000;
  color: white;
  border-radius: 20px;
  padding: 4px 12px;
}
.mutliSelect .form-group input:checked + label::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/resource/images/icons/check-solid.svg") no-repeat;
  background-size: cover;
  margin-left: 8px;
  filter: invert(100%) sepia(5%) saturate(557%) hue-rotate(269deg) brightness(118%) contrast(100%);
}

.radio-wrapper .mini-label {
  font-size: 1.2rem;
  font-weight: 600;
  color: #242424;
  line-height: normal;
  margin-bottom: 1rem;
  white-space: nowrap;
  margin-right: 2rem;
}
.radio-wrapper ul.radio-btn {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-bottom: 1.5rem;
  align-items: center;
}
.radio-wrapper ul.radio-btn li {
  list-style: none;
}
.radio-wrapper ul.radio-btn li label {
  cursor: pointer;
  font-size: 14px;
  color: #232323;
  border: 1px solid #232323;
  padding: 5px 8px;
  border-radius: 10px;
}
.radio-wrapper ul.radio-btn li input {
  position: relative;
  top: 2px;
  left: 1px;
  accent-color: #232323;
  margin-right: 5px;
}
.radio-wrapper ul.radio-btn li input[type=radio]:not(:checked) + label:before {
  border-radius: 50%;
  border: 2px solid #5a5a5a;
}
.radio-wrapper ul.radio-btn li input[type=radio].with-gap:checked + label:before {
  border-radius: 50%;
  border: 2px solid #26a69a;
}
.radio-wrapper .category label.label_input {
  font-size: 1.2rem;
  font-weight: 600;
  padding-bottom: 1rem;
}

.hamburger .check_hamburger {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 50px;
  height: 50px;
  opacity: 0;
  z-index: 2;
}
.hamburger span {
  display: block;
  height: 3px;
  width: 30px;
  background-color: #000;
  border-radius: 2px;
  margin-bottom: 5px;
  z-index: 1;
  transition: all 0.3s ease-in;
}
.hamburger .check_hamburger:checked ~ span:nth-of-type(1) {
  transform: translate(0, 8px) rotate(45deg);
}
.hamburger .check_hamburger:checked ~ span:nth-of-type(2) {
  opacity: 0;
}
.hamburger .check_hamburger:checked ~ span:nth-of-type(3) {
  transform: translate(0, -8px) rotate(-45deg);
}

.sign-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: -2000px;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9019607843);
  transition: all 0.25s ease-in;
}
.sign-wrapper.active {
  top: 0;
}
.sign-wrapper .close-icon {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
}
.sign-wrapper .close-icon i {
  font-size: 2rem;
}
.sign-wrapper .sign-panels {
  width: 650px;
  background: #fff;
  padding: 40px 80px;
  margin: 40px auto;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.231372549);
}
.sign-wrapper .login,
.sign-wrapper .signup {
  position: relative;
}
.sign-wrapper .title {
  color: #9f9f9f;
}
.sign-wrapper .title span {
  font-size: 46px;
  font-weight: bold;
  color: #242424;
  line-height: normal;
  display: block;
}
.sign-wrapper .title p {
  font-size: 1.25rem;
  font-weight: 500;
  color: #515151;
  line-height: normal;
}
.sign-wrapper .social-icon a {
  color: #fff;
  display: inline-block;
  font-size: 25px;
  border-radius: 50px;
  text-decoration: none;
  padding: 10px 15px;
  font-weight: 500;
  margin-right: 25px;
}
.sign-wrapper .social-icon a.btn-face {
  background: #1877f2;
}
.sign-wrapper .social-icon a.btn-insta {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.sign-wrapper .social-icon a.btn-twitter {
  background: #000000;
}
.sign-wrapper .social-icon a.btn-pinterest {
  background: #e60023;
}
.sign-wrapper .or {
  margin: 35px 0;
  font-weight: 600;
  color: #9f9f9f;
}
.sign-wrapper .or:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #cecece;
  position: absolute;
  margin-top: -10px;
  z-index: 0;
}
.sign-wrapper .or span {
  display: block;
  background: #fff;
  width: 50px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.sign-wrapper .sign-panels input {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  height: 50px;
  border-radius: 50px;
  border: none;
  background: #ededed;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  color: #242424;
  font-weight: 500;
}
.sign-wrapper .sign-panels input::-moz-placeholder {
  color: #242424;
}
.sign-wrapper .sign-panels input::placeholder {
  color: #242424;
}
.sign-wrapper .sign-panels input:focus {
  outline: none;
}
.sign-wrapper .sign-panels input[type=checkbox] {
  display: none;
}
.sign-wrapper .sign-panels input[type=checkbox] + label {
  display: block;
  width: 50%;
  text-align: left;
  padding-left: 60px;
  cursor: pointer;
  color: #242424;
  font-weight: 500;
  margin-top: 10px;
  float: left;
  height: 50px;
  padding-top: 15px;
}
.sign-wrapper .sign-panels input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #dbdbdb;
  position: absolute;
  left: 30px;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 0 5px #ededed;
  transition: all 0.3s ease;
}
.sign-wrapper .sign-panels input[type=checkbox]:checked + label:before {
  background: #86778a;
  box-shadow: 0 0 0 5px #86778a;
}
.sign-wrapper .btn-signin {
  display: inline-block;
  width: 50%;
  margin-top: 10px;
  height: 50px;
  background: #86778a;
  border-radius: 50px;
  padding: 11px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.sign-wrapper .btn-reset,
.sign-wrapper .btn-member,
.sign-wrapper .btn-fade {
  font-size: 19px;
  font-weight: 500;
  color: #9f9f9f;
  display: block;
  margin: 30px auto 0;
  text-decoration: none;
}
.sign-wrapper .btn-reset.btn-member,
.sign-wrapper .btn-member.btn-member,
.sign-wrapper .btn-fade.btn-member {
  margin-top: 15px;
}
.sign-wrapper .btn-reset .fa,
.sign-wrapper .btn-member .fa,
.sign-wrapper .btn-fade .fa {
  margin-left: 6px;
}
.sign-wrapper .notification p {
  font-size: 20px;
  font-weight: 600;
  color: #9f9f9f;
}
.sign-wrapper .notification span {
  color: #ec581e;
}
.sign-wrapper .error {
  display: block;
  color: #ec581e;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
}

.modal .modal-dialog .modal-content {
  padding: 1rem 1rem;
}
.modal .modal-dialog .modal-content .vendor-form {
  margin-bottom: 2rem;
}
.modal .modal-dialog .modal-content .vendor-form .form {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.modal .modal-dialog .modal-content .vendor-form .form input {
  width: 100%;
  height: 60px;
  color: #242424;
  padding: 0;
  padding-top: 25px;
  border: none;
  outline: none;
}
.modal .modal-dialog .modal-content .vendor-form .form label {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0%;
  pointer-events: none;
  border-bottom: 1px solid black;
}
.modal .modal-dialog .modal-content .vendor-form .form label::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #242424;
  bottom: -1px;
  left: 0px;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
.modal .modal-dialog .modal-content .vendor-form .content-name {
  position: absolute;
  bottom: 5px;
  left: 0px;
  transition: all 0.3s ease;
}
.modal .modal-dialog .modal-content .vendor-form .form input:focus + .label-name .content-name,
.modal .modal-dialog .modal-content .vendor-form .form input:valid + .label-name .content-name {
  transform: translateY(-150%);
  font-size: 14px;
  color: #242424;
}
.modal .modal-dialog .modal-content .vendor-form .form input:focus + .label-name::after,
.modal .modal-dialog .modal-content .vendor-form .form input:valid + .label-name::after {
  transform: translateX(0%);
}
.modal .modal-dialog .modal-content .vendor-form .btns {
  text-align: center;
}
.modal .modal-dialog .modal-content .vendor-form .btns button {
  font-size: 14px;
  font-weight: 600;
  color: #242424;
  line-height: normal;
  border: 1px solid #242424;
  padding: 5px 15px;
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
  box-shadow: 3px 3px 3px rgba(36, 34, 62, 0.4);
  transition: all 0.25s ease;
}

@media screen and (max-width: 768px) {
  .sign-panels {
    width: 90%;
    padding: 40px;
  }
}
@media screen and (max-width: 570px) {
  .sign-panels {
    padding: 40px 20px;
  }
  .btn-face, .btn-twitter {
    width: 100%;
  }
  .btn-face {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .sign-panels input[type=checkbox] + label {
    width: 100%;
  }
  .btn-signin {
    width: 80%;
  }
  .title span {
    font-size: 36px;
  }
}/*# sourceMappingURL=style.css.map */