@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;900&display=swap');

h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
a, a:hover, a:focus {
	text-decoration: none;
}
ul{
    list-style-type: none;
  }
body {
  overflow-x: hidden;
  font-family: 'Jost', sans-serif;
}
.container{
	max-width: 1170px;
}	
/* General css */
.main-heading {
  font-size: 80px;
  color: #fff;
  font-weight: 700;
}
.title1 {
  font-size: 50px;
  color: #000;
  font-weight: 600;
  position: relative;
}
.paragraph {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.semiBold-text {
  font-size: 35px;
  font-weight: 600;
  color: #000;
}
.regular-text {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
/*============= Header Css Start Here================*/
header {
  padding: 10px 0 15px;
  background: #fff;
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logoSec img {
  max-width: 100px;
  object-fit: cover;
  object-position: center;
}
.allLinks .header-all-Links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.allLinks .header-all-Links li {
  padding: 0 20px;
  position: relative;
}
.allLinks .header-all-Links li a {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
.allLinks .header-all-Links li a:after {
  content: '';
  width: 0px;
  height: 0px;
  border-top: 2px solid #850c97;
  border-left: 2px solid #850c97;
  position: absolute;
  left: -5px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.allLinks .header-all-Links li a:before {
  content: '';
  width: 0px;
  height: 0px;
  border-right: 2px solid #850c97;
  border-bottom: 2px solid #850c97;
  position: absolute;
  right: -5px;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.allLinks .header-all-Links li a:hover::after {
  width: 15px;
  height: 10px;
  opacity: 1;
}
.allLinks .header-all-Links li a:hover::before{
  width: 15px;
  height: 10px;
  opacity: 1;
}
.cartlinks ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cartlinks ul li {
  padding: 12px 15px;
  transition: all 0.1s ease-in-out;
}
.cartlinks ul li:hover {
  border: 1px solid #850c97;
  border-radius: 50%;
}
.cartlinks ul li a {
  position: relative;
}
.cartlinks ul li a span {
  background: #850c97;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4px;
  right: -15px;
  font-size: 12px;
  color: #fff;
  padding: 10px;
}
.cartlinks img {
  max-width: 18px;
  object-fit: cover;
  object-position: center;
}
.toggle-btn {
  background: #850c97;
  color: #fff;
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
}
.toggle-close-btn {
  background: #fff;
  color: #000;
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
}
/* ============== Home-Banner Css Start Here ================== */
.home-banner {
  position: relative;
  background: url(../images/home-banner.png);
  background-size: cover;
  background-position: center;
}
.home-customrow {
  min-height: 700px;
  object-fit: cover;
  object-position: center;
  display: flex;
  align-items: center;
}
.home-banner-content {
  max-width: 620px;
}
.home-custom-col1 {
    width: 100%;
    max-width: 750px;
}
.home-custom-col2 {
    width: calc(100% - 750px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta {
  display: flex;
  padding: 12px 20px;
  align-items: center;
  background: #850c97;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #850c97;
  transition: all 0.3s ease-in-out;
}
.cta img {
  filter: invert(1);
}
.banner-btnSec {
  display: flex;
  align-items: center;
  margin-top: 15px;
  flex-wrap: wrap;
}
.banner-btnSec a {
  margin-right: 20px;
}
.banner-btnSec a span {
  color: #fff !important;
}
.banner-btnSec .cta:hover {
  background: #000;
}
.home-section4 .cta:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.cta i {
  background: #fff;
  font-size: 14px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
  color: #850c97;
}
.cta-bgwhite {
  background: transparent;
  border: 1px solid #fff;
}
.cta-bgwhite i {
  color: #000;
}
.cta:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.cta-bgwhite:hover {
  background: #850c97;
  border-color: #850c97;
}
.cta-bgwhite:hover i {
  color: #850c97;
}
.video-btn a i {
  background: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #850c97;
}
.video-btn {
  position: relative;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: dashed;
  margin-left: 100px;
  border-color: #fff;
}
/* ============== Home Section 2 Css Start Here ================== */
.home-section2 {
  padding: 70px 0;
  position: relative;
}
.category-slider {
  width: 1550px;
  margin: 0 0 0 auto;
  overflow: hidden;
}
.category-slider-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.category-details {
  position: absolute;
  bottom: 30px;
  text-align: center;
}
.category-details p {
  color: #fff;
}
.category-slider-content img {
  max-width: 360px;
  object-fit: cover;
  object-position: center;
}
.category-slider-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title1:after {
  position: absolute;
  content: '';
  width: 150px;
  height: 4px;
  background: #850c97;
  bottom: 2px;
  left: 0;
}
.category-sect {
  padding: 0 0 30px;
}
.cutome-prev-next {
  position: absolute;
  top: 110px;
  right: 22%;
}
.home-section2 .swiper-button-prev {
  left: auto;
  right: 60px;
}
.home-section2 .swiper-button-next:after, .home-section2 .swiper-button-prev:after {
  display: none;
}
.custom-arrowBtn i {
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 18px;
}
/* ============== Home Section 3 Css Start Here =============== */
.home-section3 {
  background: url(../images/purple-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 70px 0;
}
.suits-item {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
.content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 50px;
}
.content .title1:after {
  display: none;
}
.arrow-img1 {
  position: absolute;
  top: 48%;
  left: 34%;
  max-width: 125px;
  object-fit: cover;
  object-position: center;
}
.arrow-img2 {
  position: absolute;
  top: 48%;
  left: 57%;
  max-width: 125px;
  object-fit: cover;
  object-position: center;
}
.suits-item img {
  max-width: 160px;
  min-height: 170px;
  object-fit: none;
  object-position: bottom;
}
.content .title1 {
  color: #fff;
}
/* ================ Home Section 4 Css Start Here ================== */
.home-section4 {
  padding: 70px 0;
}
.title-2 {
  font-size: 40px;
  font-weight: 600;
}
.boldpara {
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 20px;
}
.about-content p {
  color: #000;
}
.about-image img {
  max-width: 550px;
  object-fit: cover;
  object-position: center;
}
.about-content {
  padding: 20px 0 0;
}
/* ================ Home Section 5 Css Start Here ================= */
.home-section5 {
  padding: 20px 0 50px;
}
.home-section5 .title1 {
  text-align: center;
}
.home-section5 .title1::after {
  left: 37%;
}
.product-detail {
  padding: 20px 0 0;
}
.product-detail p {
  color: #000;
}
.product-price-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-box {
  max-width: 340px;
  padding-bottom: 10px;
}
.prod-images {
  position: relative;
}
.prod-images img {
  max-width: 340px;
  object-fit: cover;
  object-position: center;
}
.rating-star i {
  color: #ff7800;
}
.products-tab {
  padding: 10px 0;
}
.products-tab .nav-tabs {
  border-bottom: 0;
  justify-content: center;
}
.products-tab .nav-tabs .nav-link.active {
  border: 0;
  color: #850c97;
}
.products-tab .nav-tabs .nav-link {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  outline: none;
  border: none;
}
.products-tab .nav-tabs .nav-link:hover{
  border: 0;
  outline: none;
}
.products-tab .nav-tabs .nav-link:focus {
  outline: none;
}
.products-tab .nav-tabs .nav-link:focus-visible {
  outline: none;
}
.home-section5 .banner-btnSec {
  justify-content: center;
}
.addto-cart {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #b2b0b39e;
  justify-content: center;
  align-items: center;
}
.addto-cart a {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: #4c4c4c;
  box-shadow: 0px 0px 12px 0px #ccccccb0;
  transition: all 0.3s ease-in-out;
}
.addto-cart a:hover{
  background: #850c97;
  color: #fff;
}
.product-box:hover .addto-cart{
  left: 0px;
  opacity: 1;
  visibility: visible;
}
.home-section5 .cta:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.filter-toggle {
  background: #850c97;
  color: #fff;
  width: 35px;
  height: 35px;
  display: none;
  justify-content: center;
  align-items: center;
}
.filter-close {
  position: absolute;
  right: 0;
  top: 5px;
  background: #850c97;
  width: 30px;
  height: 30px;
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
}
/* ================ Home Section 6 Css Start Here============= */
.home-section6 {
  padding: 50px 0;
}
.blog-content img {
  max-width: 560px;
  object-fit: cover;
  object-position: center;
}
.blog-details .paragraph {
  color: #000;
  font-size: 17px;
  font-weight: 500;
}
.blog-details .semiBold-text {
  font-size: 30px;
}
.blog-details {
  padding: 20px 0;
}
/* ================== Footer Css Start Here =================== */
.footer-top {
  background: url(../images/subscribe-banner.png);
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
.ft-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subscribe-sect {
  width: 100%;
  max-width: 700px;
}
.subscribe-inputfield {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 800px);
  border: 1px solid #868686;
}
.subscribe-sect .title1 {
  color: #fff;
}
.subscribe-sect .title1::after {
  background: #fff;
}
.subscribe-inputfield input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0px 0px 0px 20px;
  font-size: 16px;
  color: #fff;
}
.subscribe-inputfield a {
  background: #fff;
  color: #000;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscribe-inputfield input:focus {
  outline: none;
}
.ft-bottom-content {
  background: url(../images/footer-banner.png);
  background-size: 100% 100%;
  background-position: center;
  padding: 80px 0 0;
}
.footer-col2 {
  column-count: 2;
  max-width: 310px;
  min-height: 200px;
  padding: 20px 0 0;
}
.quick-links {
  font-size: 30px;
  color: #fff;
  position: relative;
}
.footer-col2 {
  padding: 20px 0 0;
}
.footer-col2 ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}
.footer-col3 {
  padding: 30px 0 0;
}
.footer-col3 ul li a {
  color: #fff;
  display: flex;
  align-items: initial;
  font-size: 19px;
  line-height: 1.8;
}
.footer-col3 ul li a span {
  padding-right: 20px;
  color: #fff;
}
.footer-social a {
  color: #fff;
  padding-right: 5px;
}
.copy-right-section {
  padding: 20px 0;
  border-top: 1px solid #666568;
}
.copy-right-section .paragraph {
  text-align: center;
  font-size: 18px;
}
/** PRODUCT DETAIL PAGE CSS START
*************************************/
.productDetail-sec2 {
  padding: 70px 0;
}
/*Swiper Slider CSS Start*/
.productDetail-sec2 .swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.productDetail-sec2 .swiper-container {
  width: 80%;
  height: 700px;
  float: left;
  transition: opacity 0.6s ease, transform 0.3s ease;
}
.productDetail-sec2 .main-slider {
  width: 75%;
  margin-left: 20px;
  overflow: hidden;
}
.productDetail-sec2 .swiper-container.nav-slider {
  width: 20%;
  overflow: hidden;
}
.productDetail-sec2 .swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.productDetail-sec2 .swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.productDetail-sec2 .swiper-container.nav-slider .swiper-slide .content {
  width: 100%;
}
.productDetail-sec2 .swiper-container.nav-slider .swiper-slide .content .title {
  font-size: 20px;
}
.productDetail-sec2 .swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.productDetail-sec2 .swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}
.productDetail-sec2 .swiper-slide {
  overflow: hidden;
}
.productDetail-sec2 .swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover !important;
  background: #f4f4f4;
  background-repeat: no-repeat;
}
.productDetail-sec2 .swiper-slide .entity-img {
  display: none;
}
.productDetail-sec2 .swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}
.productDetail-sec2 .swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}
.productDetail-sec2 .swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  transform: translateX(50px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.7s ease;
}
.productDetail-sec2 .swiper-slide .content .caption.show {
  transform: translateX(0);
  opacity: 1;
}
.productDetail-sec2 .swiper-button-prev {
  display: none;
}
.productDetail-sec2 .swiper-button-next {
  display: none;
}
.swatch .header {
  font-weight: 700;
}
.swatch .header {
  margin-bottom: 20px;
}
.swatch .header {
  display: inline-block;
  float: left;
  line-height: 13px;
  margin-bottom: 30px;
  margin-right: 20px;
  padding-bottom: 5px;
  position: relative;
}
.swatch.Color .swatch-element {
  margin-left: 0;
}
.swatch .swatch-element {
  margin-bottom: 10px;
  margin-left: -7px;
}
.swatch .swatch-element {
  float: left;
}
.swatch-element.color input:checked + label {
  border: 3px solid #850c97;
}
.swatch-element.color input:checked + label {
  outline: 0px solid #666;
}
.swatch-element.color > label {
  margin-right: 10px;
  margin-top: -6px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.swatch-element.color > label {
  background: #666666 none repeat scroll 0 0;
    background-color: rgb(102, 102, 102);
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: repeat;
    background-size: auto;
  border: medium none;
  display: block;
  float: left;
  height: 40px;
  margin-right: 13px;
  margin-top: -13px;
  padding: 0;
  position: relative;
  width: 40px;
  border: 1px solid #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swatch-element > input {
  display: none;
}
.product-right-section {
  padding: 50px 0 0;
}
.product-right-section .paragraph {
  color: #000;
  font-weight: 600;
}
.product-detail-summary {
  padding: 10px 0;
}
.product-detail-summary .paragraph {
  font-weight: 400;
}
.product-right-section .semiBold-text {
  font-size: 30px;
  line-height: 3;
}
.rating-star span {
  color: #000;
  font-size: 18px;
  padding-left: 10px;
}
.product-right-section .title-2 span {
  color: #ccc;
  padding-left: 30px;
  font-size: 25px;
  text-decoration: line-through;
}
/* Product Detail Section 2 */
.product-info-section {
  padding: 0 0 50px;
}
.prod-info-inner p {
  color: #000;
}
.info-inner1 {
  display: flex;
  align-items: initial;
  padding: 5px 0;
}
.info-inner1 .info-inner-right {
}
.info-inner-left {
  width: 100px;
}
.product-info-content {
  border: 1px solid #ccc;
  padding: 40px;
}
.product-info-content .nav-pills .nav-link{
  border: 1px solid #c2c2c2;
  color: #717171;
  border-radius: 0;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 500;
}
.product-info-content .nav-pills .nav-link.active {
  color: #fff;
  background-color: #850c97;
  border-radius: 0;
  border: 1px solid #850c97;
}
.similar-product-section {
  padding: 0 0 50px;
}
.reviews-slider-contant p {
  color: #000;
}
.reviews-slider-contant {
  text-align: center;
  padding: 30px 0;
}
.reviews-slider-contant .rating-star i {
  color: #ffb721;
  font-size: 28px;
  padding: 5px 0;
}
.reviews-slider-contant .paragraph {
  max-width: 850px;
  margin: 0 auto;
}
.reviews-slider-contant img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.customer {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}
.reviews-section .reviewSwiper {
  overflow: hidden;
}
.reviews-section .title1 {
  text-align: center;
}
.reviews-section .title1:after{
  left: 45%;
}
.reviews-section {
  padding: 20px 0 50px;
}
/*End*/
/* ============== Fabric Configurator Page Css Start Here ============= */
.fixed-slider {
  background: #efefef;
  padding: 30px 0;
  width: 160px;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
.fixed-slider::-webkit-scrollbar {
  width: 5px;
}
.fixed-slider::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fixed-slider::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}
.fabric-slide-content {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin-bottom: 10px;
}
.fabric-slide-content img {
  max-width: 50px;
  object-fit: cover;
  object-position: center;
}
.fabric-slide-content p {
  color: #000;
  font-size: 13px;
  font-weight: 500;
}
.fabric-fixed-sidebar {
  height: 900px;
}
.bgBlack {
  background: #000;
}
.bgBlack p{
  color: #fff;
}
.fixed-slider .fabricFixedslider {
  position: relative;
  padding: 0 40px;
}
.fixed-slider .fabricFixedslider .swiper-button-prev:after{
  display: none;
}
.fixed-slider .fabricFixedslider .swiper-button-next:after {
  display: none;
}
.fixed-slider .swiper-container.nav-slider {
  width: 70%;
  overflow: hidden;
}
.fixed-slider .swiper-container{
  height: 100vh;
}
.fabric-search-category {
  max-width: 440px;
  width: 100%;
  margin-left: 180px;
}
.category-select {
  display: flex;
  align-items: center;
}
.category-title-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.category-title-sec .regular-text {
  color: #000;
}
.default-text {
  font-size: 16px;
  color: #850c97;
  font-weight: 500;
  text-decoration: underline;
}
.default-text:hover{
  color: #850c97;
  text-decoration: underline;
}
.category-title-sec a i {
  color: #000;
  padding-left: 5px;
}
.fabric-search-sect form input {
  width: 100%;
  max-width: 350px;
  padding: 10px;
  border: 0;
  border-radius: 0;
}
.fabric-search-sect form input:focus-visible{
  outline: none;
}
.fabric-search-sect form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.fabric-search-sect form a {
  background: #850c97;
  width: 100%;
  max-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  color: #fff;
}
.search-category-1 {
  background: #efefef;
  padding: 20px 0;
}
.category-select-sect {
  padding: 0 20px 10px;
  border-bottom: 1px solid #c9c9c9;
}
.fabric-search-sect {
  padding: 20px 20px 0;
}
.category-select .form-select {
  border-color: #850c97;
  border-radius: 0;
  font-weight: 500;
}
.category-select .form-select:focus {
  box-shadow: none;
  border-color: #850c97;
  background: #850c97;
  color: #fff;
}
.fabric-category-items {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  padding: 10px 20px;
  border-bottom: 1px solid #d7d7d7;
}
.fabric-item-content {
  width: 100%;
  max-width: 230px;
}
.fabric-item-content .paragraph {
  color: #000;
  line-height: 1;
}
.fabric-item-content .boldpara {
  padding: 0;
}
.fabric-item-img img {
  max-width: 100px;
  object-fit: cover;
  object-position: center;
}
.fabric-item-img {
  width: 100%;
  max-width: 105px;
}
.fabric-item-info {
  width: 100%;
  max-width: 70px;
}
.search-category-2 {
  background: #fff;
  height: 600px;
  overflow-y: scroll;
}
.search-category-2::-webkit-scrollbar{
  width: 5px;
}
.search-category-2::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.search-category-2::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}
.info {
  width: 60px;
  height: 40px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.info:hover{
  border-color: #850c97;
  color: #850c97;
}
.fabric-item-info .boldpara {
  padding: 0 0 10px;
}
.fabric-productdetail {
  width: calc(100% - 620px);
  padding: 0;
}
.fabric-section1 {
  display: flex;
  justify-content: space-between;
  align-items: initial;
}
.fabric-productdetail .nav-slider {
  position: absolute;
  right: 1%;
  top: 3%;
  width: 10% !important;
  height: 560px;
}
.fabric-productdetail .main-slider {
  height: 700px;
}
.fabric-img-setting {
  position: absolute;
  bottom: 0;
  right: 5%;
}
.fabric-setting-sec1 img {
  max-width: 30px;
}
.fabric-setting-sec1 .regular-text {
  color: #000;
  text-align: center;
  font-size: 18px;
}
.product-toggle-close {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  font-size: 20px;
  padding: 5px;
  background: #850c97;
  color: #fff;
  display: none;
}
.product-toggle {
  position: absolute;
  top: 120px;
  left: 0;
  border: 0;
  font-size: 20px;
  padding: 5px;
  background: #850c97;
  color: #fff;
  display: none;
}
/* Configurator Page Css Start Here */
.configurator {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Cart Page Css Start Here */
.cart-sec1-content {
  padding: 50px 0 30px;
  max-width: 500px;
}
.cart-sec1-content p {
  color: #000;
}
.cart-sec1-content .paragraph {
  padding: 20px 0;
}
.cart-sec1-content .title1:after {
  display: none;
}
.cart-listing p {
  color: #000;
}
.cart-listing .regular-text {
  color: #000;
}
.count {
  max-width: 100px;
  width: 100%;
  border: 1px solid #b8b8b8;
  padding: 10px;
  border-radius: 5px;
}
.data-table1 tr th button {
  border: 0;
  background: none;
  font-size: 18px;
  color: #919191;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.cart-sect2 .table>thead {
  background: #f7f7f7;
}
.cart-sect2 .table>tbody {
  vertical-align: middle;
}
.order-summary-card {
  padding: 30px;
  border-radius: 5px;
  background: #f7f7f7;
  max-width: 450px;
  width: 100%;
  margin: 0 0 0 auto;
}
.order-summary-card p, span{
  color: #000;
}
.cart-inputfield {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
}
.cart-inputfield input {
  width: 100%;
  border: 0;
  padding: 0 20px;
}
.cart-inputfield a {
  background: #8b059d;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 10px;
  max-width: 60px;
  text-align: center;
}
.cart-inputfield input:focus {
  outline: none;
}
.summary-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 10px;
}
.summary-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.summary-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0;
}
.order-summary-card .cta {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.order-summary-card .cta:hover{
  background: #000;
}
.order-summary-card .cta span{
  color: #fff;
}
.cart-sect2 {
  padding: 20px 0 50px;
}
/* Shop Page Css Start Here */
.shop-sect1 {
  background: url('../images/shop-banner.png');
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 400px;
}
.shop-banner {
  max-width: 500px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.shop-banner .title1 {
  color: #fff;
}
.shop-banner .title1:after {
  display: none;
}
.shop-sect2 {
  padding: 100px 0;
}
.our-unique-collection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 10px;
}
.unique-col-right {
  display: flex;
  align-items: center;
}
.select-sort {
  display: flex;
  align-items: center;
  margin-left: 10px;
  border: 1px solid;
  padding: 0 10px;
}
.select-sort .form-select {
  border: 0;
  font-weight: 500;
}
.select-sort .form-select:focus {
  box-shadow: none;
}
.unique-col-left .paragarph {
  font-weight: 500;
}
.shop-content-left {
  width: 100%;
  max-width: 280px;
  margin-left: 20px;
}
.shop-content-right {
  width: calc(100% - 560px);
  margin-left: 30px;
}
.shop-content-wrap {
  display: flex;
  align-items: flex-start;
}
.shop-allProducts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.product-category-tabs .nav-pills .nav-link {
  background: no-repeat;
  border: 0;
  text-align: left;
  color: #000 !important;
  font-size: 18px;
  padding-left: 0;
}
.product-category-tabs .nav-pills .nav-link.active{
  background: none;
  border-bottom: 1px solid #8b059d;
  color: #8b059d !important;
  border-radius: 0;
  padding-left: 0;
}
.Product_Categories {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.Product_Categories .regular-text {
  color: #000;
}
.Product_Categories_color {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.Product_Categories_color .regular-text {
  color: #000;
}
.Product_Categories_pattern {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.Product_Categories_pattern .regular-text {
  color: #000;
}
.Product_Categories_2 {
  padding: 20px 0;
}
.Product_Categories_2 .swatch {
  padding: 20px 0 0;
}
.pattern-category {
  display: flex;
  align-items: center;
  padding: 20px 0 0;
}
.pattern-category .pattern-inner {
  margin-right: 20px;
}
.shop-allProducts .product-box {
  margin-bottom: 20px;
}
.shop-content-right .banner-btnSec{
  justify-content: center;
}
/* ==================== */
.filter-price {
  width: 280px;
  border: 0;
  padding: 0;
  margin: 0; 
}
.price-title {
  position: relative;
  color: #898686;
  font-size: 16px;
  font-weight: 600;
}
.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  padding-top: 15px;
  border-radius: 3px;
}

.price-field input[type=range] {
    position: absolute;
}

/* Reset style for input range */

.price-field input[type=range] {
  width: 100%;
  height: 2px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}

.price-field input[type=range]::-ms-track {
  width: 188px;
  height: 2px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb { 
  /* WebKit/Blink */
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -4px;
    background-color: #850c97;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb { 
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #850c97;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-ms-thumb  { 
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #872297;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track { 
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #850c97;
  border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track { 
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #850c97;
  border-radius: 5px;
}

.price-field input[type=range]::-ms-track { 
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #850c97;
  border-radius: 5px;
}

/* Style for input value block */
.price-wrap {
  display: flex;
  color: #000;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: 7px;
}
.price-wrap_line {
  margin: 0 10px;
}
.price-wrap #one, 
.price-wrap #two {
  width: 40px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background:  0;
  border: 0;
  outline: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.price-wrap label {
  text-align: right;
}
/* Style for active state input */  
.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #850c97;
  transition-duration: 0.3s;
}
.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #850c97;
  transition-duration: 0.3s;
}
.price-filter-section {
  padding: 0px 0 20px;
}
.price-filter-section .regular-text {
  color: #000;
}
/*  */

/*Measurement Modal Css Start Here */
.measurement-dialog {
  max-width: 850px;
}
.measurement-dialog p {
  color: #000;
}
.measurement-select-sect {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.measurement-select {
  max-width: 300px;
  width: 100%;
}
.measurement-select select {
  width: 100%;
  border-radius: 0;
}
.measurement-select .paragraph {
  font-weight: 500;
  padding-bottom: 10px;
}
.measurement-modalBody .title-2 {
  font-size: 28px;
  font-weight: 500;
}
.measurement-design textarea {
  width: 100%;
  height: 130px;
  margin-top: 10px;
  padding: 10px;
  resize: none;
  border-color: #c8c8c8;
}
.garment-sect {
  padding: 30px 0 0;
}
.garment-inner {
  display: flex;
  border: 1px solid #c8c8c8;
  padding: 20px;
  margin-top: 10px;
}
.garment-inner-left {
  width: 50%;
}
.garment-inner-right {
  width: 50%;
  text-align: end;
}
.garment-inner-right img {
  max-width: 350px;
  object-fit: cover;
  object-position: center;
}
.garment-inner-left ul li {
  padding: 10px 0 0px;
}
.measurement-modalBody {
  padding: 10px 30px 30px;
}
.measurement-design textarea:focus-visible {
  outline: none;
}
.measurement-select select:focus-visible {
  outline: none;
}
.measurement-dialog .title1 {
  font-size: 35px;
  text-align: center;
  width: 100%;
  font-weight: 500;
}
.measurement-dialog .title1::after {
  display: none;
}
.measurement-dialog .btn-close {
  background-image: none;
  background-color: #dfdfdf;
  color: #161616;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}


/********** blog-inner-page Start**********/
.blog-sec-1 {
  position: relative;
  background: url(../images/bannr.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  max-height: 600px;
  min-height: 600px;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-sec-1 .aboutBannerCard {
  position: absolute;
  right: 0%;
  bottom: -169px;
}
.blog-sec-2 .mainDesc {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 30px auto;
}
.blog-sec-2 .mainDesc .lightTitle {
  letter-spacing: 10px;
  font-size: 18px;
  text-align: center;
}
.blog-sec-2 .mainDesc .boldTitle {
  font-size: 39px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.blog-sec-2 {
  padding: 70px 0 70px 0;
}
.blog-sec-2 .textRed {
  text-decoration: underline;
}
.blog-card {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.blog-card:hover {
  box-shadow: 1px 0px 20px 15px #f0f1f2;
  transition: all 0.5s ease-in-out;
  padding: 0px 0 5px 0;
}
.blog-text2 {
  font-size: 15px;
  color: #6d7483;
  font-weight: 400;
  padding: 15px 0px 20px 25px;
}
.blog-card-footer ul {
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 45px 0px 6px;
  margin: 0 20px;
}
.blog-image img {
  max-width: 370px;
  min-width: 370px;
  max-height: 238px;
  min-height: 238px;
}
.blog-text1 {
  font-size: 16px;
  color:#465372;
  font-weight: 400;
  padding: 15px 0px 20px 25px;
}
.blog-card-footer ul li i {
  color: #465c72;
  font-size: 15px;
  margin-right: 8px;
}
.blog-card-footer ul li span {
  font-size: 14px;
  font-weight: 400;
  color:#465c72;
}
/**********blog-inner-page-end **********/

/* ========== Blog Detail Page Css Start========= */
.B-detail-sec1 {
  position: relative;
  padding: 60px 0 0px;
}
.detail-contImg img {
  width: 100%;
  min-height: 500px;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.detail-contSec1 {
  padding-bottom: 20px;
}
.detail-contSocial {
  padding: 20px 0 0;
}
.detail-contSocial a i {
  color: #567cef;
}
.detail-contSocial a {
  padding-right: 10px;
  color: #000;
}
.blog-title {
  font-size: 28px;
  font-weight: 700;
}
.detail-contSec2 {
  padding: 20px 0 0px;
}
.detail-contSec2 .content {
  line-height: 2;
  margin-bottom: 10px;
  margin: 0;
  text-align: left;
  max-width: 100%;
}
.content i {
  padding-right: 10px;
  color: #000 !important;
  font-size: 14px;
}
.detail-contSec3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #d3d3d3;
}
.detail-contSec3 .content span {
  font-size: 20px;
  font-weight: 600;
}
.detail-secIcons a i {
  width: 40px;
  height: 40px;
  background: #e4e4ee;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.detail-secIcons a i:hover {
  background: linear-gradient(70deg, rgba(111, 134, 241, 1) 50%, rgba(59, 113, 237, 1) 85%);
}
.detail-comments {
  display: flex;
  padding: 50px 0;
  border-bottom: 1px solid #d3d3d3;
}
.usercomment-img {
  max-width: 120px;
  width: 100%;
}
.usercomment-img img {
  max-width: 100px;
}
.replayBtn {
  max-width: 120px;
  width: 100%;
}
.usercomment-content {
  width: calc(100% - 240px);
}
.detail-contSec4 {
  padding: 50px 0 0;
}
.replayBtn .cta-btn {
  border-radius: 6px;
}
.user-comment-name .content {
  color: #2a6ded;
}
.detail-contSec5 {
  padding: 50px 0 0;
}
.detail-contSec5 .footer-left-wrap {
  padding: 50px 0 0;
}
.detail-contSec5 .footer-left-wrap input{
  background: #f6f6fb;
  max-width: unset;
  padding: 20px 30px;
  outline: none;
  box-shadow: none;
}
.detail-contSec5 .footer-left-wrap textarea{
  background: #f6f6fb;
  max-width: unset;
  width: 100%;
  padding: 20px 30px 50px;
  box-shadow: none;
}
.blog-right-sec1 {
  background: #ececec;
  padding: 15px 20px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.blog-right-sec1 input {
  padding: 5px 0;
  border: none;
  background: #ececec;
  width: 180px;
}
.blog-right-sect {
  background: #f6f6fb;
  padding: 30px;
  position: relative;
}
.blog-right-sect:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #d3d3d3;
  bottom: -15px;
  left: 0;
}
.detail-post-inner {
  display: flex;
  justify-content: initial;
  align-items: center;
  padding: 20px 0;
}
.postImg {
  padding-right: 20px;
}
.postImg img {
  max-width: 50px;
  object-fit: cover;
  object-position: center;
}
.bdetail-search {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(70deg, rgba(111, 134, 241, 1) 50%, rgba(59, 113, 237, 1) 85%);
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.blog-right-sec1 input:focus {
  outline: none;
}
.blog-portfolio li {
  list-style-type: none;
  padding: 5px 0;
}
.detail-category-sect {
  margin-bottom: 30px;
}
.blogDetail-arrow1 {
  position: absolute;
  top: 10%;
  left: 0%;
  max-width: 150px;
  object-fit: cover;
  object-position: center;
}
.blogDetail-arrow2 {
  position: absolute;
  bottom: 50%;
  right: 0%;
  max-width: 150px;
  object-fit: cover;
  object-position: center;
}
.blogDetail-arrow3 {
  position: absolute;
  bottom: 6%;
  left: 0%;
  max-width: 150px;
  object-fit: cover;
  object-position: center;
  transform: rotate(45deg);
}
.B-detail-sec1 .text-Vector2 {
  top: 30%;
}
.B-detail-sec1 .text-Vector1{
  right: 0;
  left: unset;
  top: 2%;
}
.B-detail-sec1 .detail-vector {
  right: 0;
  bottom: -10%;
  top: unset;
  left: unset;
  transform: rotate(0deg);
}
.blog-wrapper .black-heading {
  font-size: 30px;
}
.blog-wrapper .list .black-heading {
  font-size: 30px;
}
/* ========== Blog Detail Page Css End ========= */

/**********Privacy-page-start **********/
.privacy-sec-1 {
  padding: 50px 0;
}
.sec-2content .semiBold-text {
  text-align: center;
  font-size: 42px;
}
/**********Privacy-page-End **********/

/**********Contact-page-start **********/
.contact-sec-1 {
  padding: 70px 0px;
}
.contact-sec-1 .textBox .topText {
  font-size: 16px;
  color: #282828;
  line-height: 1;
  padding-bottom: 15px;
}
.contact-sec-1 .genHeading {
  font-size: 40px;
  font-weight: 700;
  color: #282828;
}
.contactRow  {
  padding-top: 40px;
  margin-bottom: 45px;
}
.contactRow .imgBox {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.contactRow .textBox .heading {
 font-size: 14px;
 color: #282828;
 font-weight: 700;
 text-transform: uppercase;
 padding-bottom: 10px;
 max-width: 300px;
 margin: 0 auto;
} 
.contactRow .col-3 {
  border-right: 1px solid #eee;
  min-height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactRow .col-3:last-of-type {
  border-right: 0;  
} 
.contactRow .textBox .desc {
  font-size: 14px;
  font-weight: 500;
  color: #888888;
  max-width: 200px;
  margin: 0 auto;
}
.socialLink {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.socialLink  a {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888888;
  background: #f7f7f7;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 5px;
}
.locationMap iframe {
  width: 100%;
}
.contact-form {
  max-width: 950px;
  margin: 0 auto;
}
.contact-form .textBox .genHeading {
  font-size: 33px;
  color: #1a1a1a;
}
.contact-form input {
  width: 100%;
  height: 60px;
  border:1px solid #bebebe;
  background: #fff;
  padding-left: 35px;
  margin-bottom: 24px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  outline: none;
}
.contact-form input::placeholder {
  color: #9b9b9b;
}
.contact-form textarea {
  width: 100%;
  height: 180px;
  border:1px solid #bebebe;
  background: #fff;
  resize: none;
  padding-top: 20px;
  padding-left: 35px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  color: #9b9b9b;
}
.contact-form .genBtn {
  margin: 0 auto;
  margin-top: 15px;
  max-width: 180px;
  font-weight: 500; 
}
.banner-btnSec .cta:hover {
  background: #000;
}
.contact-form .title1:after {
  position: absolute;
  content: '';
  width: 160px;
  height: 4px;
  background: #850c97;
  left: 27%;
  bottom: -5px;
}
.contact-sec-1 .paragraph{
  color: #000;
}
/**********Contact-page-End **********/

/**********video-css-start**********/

.video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}
::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-thumb {
  background: lightgray;
  border-radius: 5px;
}
.close-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    border: 2px solid #fff;
    background-color: white;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -25px;
    right: -25px;
}
.video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  box-shadow: 10px 10px 10px 10px black;
  z-index: 999;
}
.popup-bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}
.popup-title {
  padding: 30px;
  margin: 0 auto;
  color: red;
  text-transform: uppercase;
}

/**********video-css-End**********/


/**********whislist-css-Start**********/

.cartWrap {
  padding: 55px 0px 70px 0px;
}
.cart-sec .col-9 {
  width: 65%;
}
.cart-sec .col-3 {
  width: 35%;
}
.whishListNav-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.whishListNav-bar h1 {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  margin: 0px 10px;
}
.deactiveColor {
  color: #a3a3a3!important;
}
.table-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  max-height: 600px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table>tbody {
  vertical-align: middle;
}
.table>:not(:first-child) {
  border-top: 0;
}
.table-responsive tbody tr {
  border-bottom: 1px solid #ebebeb!important;
}
tbody, td, tfoot, th, thead, tr {
 border-bottom: 1px solid #ebebeb!important;
}
.data-table1 tr th {
  font-size: 20px;
  font-weight: 600;
  color: #444444;
  padding: 25px;
  text-align: center;
}
.data-table1 tr th a {
  font-size: 30px;
  color: #6a6a6a;
  padding-left: 40px;
}
.data-table1 tr .price {
  font-size: 18px;
  font-weight: 500;
  color: #444444;
}
.data-table1 tr .price.color-2 {
  color: #ababab;
}
.data-table1 tr td p {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  color: #444444;
}
.data-table1 tr td span {
  font-size: 14px;
  color: #a7a7a7;
}
.data-table1 tr td .rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 180px;
}
.data-table1 tr td .rating  i {
  font-size: 12px;
  color: #ffa800;
}
.data-table1 tr td .rating  p {
  font-size: 14px;
  color: #1a1a1a;
}
.data-table1 tr td button.cart-btn {
  background: #d48457;
  color: #ffff;
}
.data-table1 tr th button {
  background: #fff;
  border: 1px solid #eaeaea;
  font-size: 16px;
  color: #282828;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.data-table1 tr .featured p {
  width: 80px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #001a57;
  font-size: 11px;
  font-weight: 500;
  color: #ffff;
  text-transform: uppercase;
}
.data-table1 td.img-box {
  width: 125px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px auto;
  background: #f4f4f4;
}
.data-table1 tr img {
  max-width: 125px;
}
.data-table1 tr input {
  background: #fff;
  border: 1px solid #eaeaea;
  font-size: 18px;
  color: #282828;
  width: 60px;
  height: 60px;
  text-align: center;
  outline: none;
}
.data-table1 .quaitity-box {
  margin: 0 auto;
}
.actionBtn-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 45px;
  margin-top: 40px;
}
.cartBtn {
  background: #282828;
  max-width: 175px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  border: 0;
}
.cartBtn:hover {
  color: #ffffff; 
} 
.cartBtn.type-1 {
  max-width: 268px;
  border-radius: 5px;
}
.cartBtn.type-3 {
  background: #ececec;
  color: #b3b3b3;
}
.actionBtn-bar .actionBtnWrap {
  max-width: 370px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.genBtn {
  max-width: 155px;
  width: 100%;
  height: 45px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: #850c97;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
  transition: all 0.25s;
  border: 2px solid transparent;
  border-radius: 26px;
}
.data-table1 tr td .actionBtns .genBtn.quick-view {
  background: transparent;
  border: 1px solid #282828;
  color: #000;
}
.data-table1 tr td .actionBtns .genBtn {
  box-shadow: none;
}
.genBtn:hover {
  background: #000;
  color:#fff;
}
.data-table1 tr td .actionBtns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.data-table1 tr td .actionBtns .genBtn.quick-view {
  background: transparent;
  border: 1px solid #282828;
  color: #000;
}
.data-table1 tr td .actionBtns .genBtn.quick-view:hover {
  background:#000;
  border: 1px solid #282828;
  color: #fff;
}
/**********whishlist-css-End**********/

.swatch .form-check .form-check-label {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.swatch .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

/**********Checkout-css-Start**********/

.couponForm input, .shippingForm input, .shippingForm select {
  width: 100%;
  height: 55px;
  border: 1px solid #cbcbcb;
  outline: none;
  border-radius: 5px!important;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  margin-bottom: 20px;
  background: #fff;
}
.shippingForm input::placeholder {
  color: #9b9b9b;
}
.couponForm .cartBtn {
  background: rgb(213,213,213);
  background: radial-gradient(circle, rgba(213,213,213,1) 39%, rgba(136,136,136,1) 80%);
  font-size: 16px;
  color: #282828;
}
.totalBox {
  padding: 40px;
  background: #f8f8f8;
}
.totalBox .amount {
  font-size: 18px;
  font-weight: 600;
  color: #444444;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.shippingForm {
  padding: 20px 0px 40px 0px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom:20px;
}
.shippingForm select, .shippingForm input {
  color: #9b9b9b;
  padding-left: 20px;
  margin-bottom: 15px;
  background: #f8f8f8;
}
.shippingForm .cartBtn {
  border-radius: 5px;
  max-width: 205px;
}
.shippingForm .genheading {
  color: #1a1a1a;
}
.totalBox .genBtn {
  max-width: 100%;
  height: 55px;
}
.billingForm {
  border: 0;
  padding: 0;
}
.billingForm textarea {
 width: 100%;
 height: 195px;
 border: 1px solid #cbcbcb;
 outline: none;
 border-radius: 5px;
 padding-left: 30px;
 padding-top: 20px;
 font-size: 18px;
 font-weight: 500;
 color: #9b9b9b;
 margin-bottom: 35px;
 background: #fff;
}
.billingForm input,
.billingForm select {
  background: #ffff;
  margin: 0;
}
.billingForm .input-group {
  margin-bottom: 20px;
}
.billingForm input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border-radius: 0;
  padding-left: 0;
  margin: 0;
  margin-right: 10px;
  cursor: pointer;
}
.billingForm .couponForm .cartBtn {
  border-radius: 26px;
} 
.billingForm .input-group .desc{
  font-size: 18px;
  font-weight: 500;
  color: #9b9b9b;
}
.orderBox {
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  background: #fff;
}
.orderBox .amount {
  font-size: 16px;
}
.detailWrap {
  padding: 20px 0px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.orderBox .related-product-card {
  margin-bottom: 30px;
  border: 0; 
}
.orderBox .related-product-card .img-box {
  width: 100px;
  height: 100px;
}
.detailWrap2 {
  padding: 20px 0px;
  border-bottom: 1px solid #ebebeb;
}
.detailWrap2 form label {
  font-size: 16px;
  font-weight: 300;
  color: #444444;
  line-height: 1;
  padding-left: 5px;
}
.detailWrap2 form .form-group {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.detailWrap2 form .form-group input[type="radio"] {
  border-radius: 100%!important;
  border:1px solid transparent;
  background-color: #fff;
  -webkit-appearance: none;
  width: 16px;    
  height: 16px;
  cursor: pointer;
  border: 1px solid #282828;
}
.detailWrap2 form .form-group input[type="radio"]:checked {
  position: relative;
  width: 16px;    
  height: 16px;
}
.detailWrap2 form .form-group input[type="radio"]:checked:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 8px;
  height: 8px;
  background: #282828;
  border-radius: 100%;
}
.detailWrap2 ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 200px;
  margin-top: 20px;
}
.detailWrap2 ul li a img{
  border: 1px solid #b8b8b8;
  width: 40px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.checkBtn {
  background: #850c97;
  height: 45px;
  color: #fff;
  font-size: 16px;
  margin-top: 25px;
}
.checkBtn:hover {
  color: #fff;
}
.checkout-sec .col-9 {
  width: 62%;
}
.checkout-sec .col-3 {
  width: 38%;
}
.related-product-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0px;
  border-bottom: 1px solid #f8f8f8;
}
.orderBox .related-product-card .img-box {
  width: 100px;
  height: 100px;
}
.related-product-card .img-box img {
  max-width: 60px;
}
.related-product-card .text-box .heading {
  font-size: 14px;
  font-weight: 600;
  color: #121212;
  padding-bottom: 10px;
}
.related-product-card .img-box {
  width: 85px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  border-radius: 5px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
.billingForm .title1{
  font-size: 30px;
}
.billingForm .title1:after{
  display:none;
}
.totalBox .title1:after{
  display:none;
}
.totalBox .title1{
  font-size: 30px;
}
.billingForm .ship-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
}
/**********Checkout-css-End**********/


/* ============== Search-bar Css Start Here ================== */
.searchBar i {
  font-size: 20px;
}
.overlaySearch {
  height: 30%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}
.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.overlaySearch .closebtn {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 45px;
  cursor: pointer;
  color: white;
}
.overlaySearch .closebtn:hover {
  color: #ccc;
}
.overlaySearch input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
  box-shadow: none;
  outline: none;
}
.overlaySearch input[type=text]:hover {
  background: #f1f1f1;
}
.overlaySearch .modalBtn {
    float: left;
    width: 20%;
    padding: 15px;
    font-size: 17px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    outline: none;
    border: none;
    background: #850c97;
}
.overlaySearch .modalBtn i{
  font-size: 25px;
}
.overlaySearch .modalBtn:hover {
  color: #000000;
}
.overlaySearch .fieldWrapper{
  width: 100%;
  overflow: hidden;
  height: 55px;
  border-radius: 20px;
}
/* ============== Search-bar Css End Here ================== */

/** Login/SignUp MODALS CSS START
*********************************/
.login-signup-modal {
  z-index: 9999;
}
.user-modals .modal-header{
  position: relative;
  padding: 0;
  border: none;
}
.user-modals .modal-header .close{
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 30px;
  width: 40px;
  height: 40px;
  background: #43064c;
  border-radius: 100%;
  text-shadow: none;
  color: #fff;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  outline: none;
  border: none;
}
.user-modals .modal-header .close span {
    position: relative;
    top: 0px;
    right: 0px;
    font-size: 23px;
    color:#fff;
}
.login-signup-modal .modal-content{
  border-radius: 15px;
  margin: 15px;
}
.login-signup-modal .modal-body{
  padding: 0;
}
.login-signup-modal .modal-dialog{
  max-width: 768px;
}
.login-modal h1 {
  font-weight: bold;
  margin: 0;
  font-size: 30px;
  color: #282828;
}
.overlay-container h1{
  color: #fff;
}
.login-modal h2 {
  text-align: center;
}
.login-modal p {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin: 20px 0 30px;
  color: #fff;
}
.login-modal span {
  font-size: 12px;
}
.login-modal a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin: 15px 0;
}
.login-modal .submit {
  border-radius: 10px;
  border: 1px solid #43064c;
  background-color: #43064ced;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
  cursor: pointer;
}
.login-modal button:active {
  transform: scale(0.95);
}
.login-modal button:focus {
  outline: none;
}
.login-modal button.slide-button {
  background-color: transparent;
  border-color: #FFFFFF;
  cursor: pointer;
  transition: all 0.25s;
  background-color: #43064c;
  border-color: #43064c;
}
.login-modal button.slide-button:hover {
  background-color: transparent;
  border-color: #961823;
  color: #fff;
}
.login-modal form {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
  height: 100%;
  text-align: center;
}
.login-modal input {
  background-color: #eee;
  border: none;
  padding: 10px 15px;
  margin: 8px 0;
  width: 100%;
  outline: none;
  font-size: 15px;
}
.login-modal {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  position: relative;
  overflow: hidden;
  max-width: 768px;
  width: 100%;
  max-width: 100%;
  min-height: 480px;
}
.login-modal .form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}
.login-modal .sign-in-container {
  left: 0;
  width: 50%;
  z-index: 2;
}
.login-modal.right-panel-active .sign-in-container {
  transform: translateX(100%);
}
.login-modal .sign-up-container {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
}
.login-modal.right-panel-active .sign-up-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  animation: show 0.6s;
} 
@keyframes show {
  0%, 49.99% {
    opacity: 0;
    z-index: 1;
  }
  50%, 100% {
    opacity: 1;
    z-index: 5;
  }
}
.login-modal .overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}
.login-modal.right-panel-active .overlay-container{
  transform: translateX(-100%);
}
.login-modal .overlay {
  background: #161616;
  color: #282828;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}
.login-modal.right-panel-active .overlay {
  transform: translateX(50%);
}
.login-modal .overlay-panel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  text-align: center;
  top: 0;
  height: 100%;
  width: 50%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}
.login-modal .overlay-left {
  transform: translateX(-20%);
}
.login-modal.right-panel-active .overlay-left {
  transform: translateX(0);
}
.login-modal .overlay-right {
  right: 0;
  transform: translateX(0);
}
.login-modal .login-modal.right-panel-active .overlay-right {
  transform: translateX(20%);
}
.login-modal .social-container {
  margin: 20px 0;
}
.login-modal .social-container a {
  border: 1px solid #961823;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  transition: all 0.25s;
  color: #1b1a1a;
}
.login-modal .social-container a:hover {
  background: #961823;
  border-color: #961823; 
  color: #fff;
}
/** Login/SignUp MODALS CSS End
*********************************/

/*product-select-wrapper-start*/

.product-select-wrapper{
    display:flex;
    flex-wrap:wrap;
}
.mrr-15{
    margin-left:20px;
}
.product-select-wrapper input {
    transform: scale(1.2);
}
.product-select-wrapper .form-check {
    display: flex;
    align-items: baseline;
}
.product-select-wrapper .form-check-input:checked {
    background-color: #850c97;
    border-color: #850c97;
}

/*product-select-wrapper-end*/

/*cash-radio-start*/
.cash-radio{
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
.cash-radio input {
    width: auto;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #282828;
    transform: scale(1.2);
}
/*cash-radio-end*/