:root {
  --purple-color: var(--theme-primary-color);
  --black-color: #000;
  --grey-color: #F5F5F5;
  --red-color: #FF4848;
  --white-color: #ffffff;
}
.owl-carousel {
    display: block !important;
  }
  :focus-visible {
      outline: none !important;
  }


/* Banner Slider */

#slider #carouselExampleCaptions{
  position: relative;
}
#slider {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#slider .container-fluid {
  overflow: hidden;
}
section#slider {
  background-image: none !important;
}
.slide-banner {
  position: relative;
  justify-content: end;
  align-items: center;
}
.slide-banner .slide_content {
	height: auto;
	position: absolute;
	left: 0;
	border-radius: 10px;
	top: 15%;
}
.banner-slider_wrapper .slide-banner .slide_content p {
	width: fit-content;
	font-family: 'Sofia Pro';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #1A1A1A;
	margin: 0 auto;
}
/* .slider-content-wrap {
    padding: 80px 40px;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
} */
.slide-img div, .slide-img div img {
    width: 100%;
}
.slide-img {
    width: 100%;
    float: right;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.banner-slider_wrapper .slide-banner .slide_content h1 {
  position: relative;
  font-family: 'IvyPresto Display';
  font-style: normal;
  font-weight: 300;
  font-size: 55px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1A1A1A;
  padding: 25px 0;
}
.side-icon-wrap {
  padding-right: 60px;
}
.banner-slider_wrapper .slide-banner .slide_content a span.text {
    font-size: 16px;
    font-family: 'Sofia Pro';
    text-align: center;
    letter-spacing: 0.6px;
    line-height: 20px;
    color: #fff;
    font-weight: 900;
}
.nav-item #pills-home-tab {
	background: none !important;
	color: #000;
}
#pills-home-tab,#pills-profile-tab,#pills-contact-tab {
	font-family: 'IvyPresto Display';
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 59px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
  color: #000 !important;
}
#product-tab-o .nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	justify-content: space-evenly;
}
.testionial-copy #slide-round-img {
	display: none;
}
#product-tab-o .owl-nav {
	position: absolute;
	top: 38%;
	width: 100%;
  display: block;
}
#product-tab-o .button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	opacity: 1 !important;
}
.added_to_cart.wc-forward {
	display: none;
}
#product-tab-o .owl-nav .owl-prev {
	left: 5px;
	position: absolute;
	height: 50px;
	width: 50px;
	background: #FFFFFF;
	border: none;
	border-radius: 50px;
	transition: 0.3s ease-in-out;
	transform: translateX(-42%);
}
#product-tab-o .owl-nav .owl-next {
  right: -17px;
  position: absolute;
  height: 50px;
  width: 50px;
  background: #FFFFFF;
  border: none;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
#product-tab-o .owl-nav .owl-prev i,#product-tab-o .owl-nav .owl-next i{
  font-size: 20px;
  line-height: 40px;
}
#product-tab-o .prod-tab .nav-pills .nav-link.active {
	background: transparent !important;
	color: #D94343 !important;
	position: relative;
	width: fit-content;
}
#product-tab-o .prod-tab .nav-pills .nav-link.active:after{
  content: "";
position: absolute;
width: 100%;
height: 15px;
background: #D94343;
opacity: 0.2;
left: 0;
bottom: 25px;
}
.banner-slider_wrapper .slide-banner .slide_content a span.btn .fa {
    font-size: 23px;
    text-align: left;
    letter-spacing: 0.57px;
    color: var(--theme-primary-color);
}
.banner-slider_wrapper .slide-banner .slide_content a span.btn {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: #FFFFFF;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.banner-slider_wrapper .slide-banner .slide_content a {
	padding: 18px;
	max-width: 220px;
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #D94343;
	border-radius: 200px;
	position: relative;
  transition: 0.3s ease-in-out;
}
#new-arrival-o .arrival-btn a::before {
	content: "";
	position: absolute;
	width: 98%;
	height: 100%;
	border-radius: 8px;
	border: 2px solid #D94343;
	bottom: -4px;
  transition: 0.3s ease-in-out;
}
#new-arrival-o .arrival-btn a:hover::before {
	transform: translateX(3.5%);
	bottom: -8px;
}
#best-sellers-o .seller-btn a:hover:before{
  transform: translateX(3.5%);
	bottom: -8px;
}
#color-artist-o .color-btn a:hover:before{
  transform: translateX(3.5%);
	bottom: -8px;
}
#color-artist-o .artist-btn a:hover:before{
  transform: translateX(3.5%);
	bottom: -8px;
}
#testimonial .testimonial-btn a:hover:before{
  transform: translateX(3.5%);
	bottom: -8px;
}
.story-content .our-story-wrap a:hover:before{
  transform: translateX(3.5%);
  bottom: -8px;
}
.insta-story-btn a:hover:before{
  transform: translateX(3.5%);
  bottom: -8px;
}
#gallery-abstract-o .gallery1-btn a:hover::before {
	transform: translateX(3.5%);
	bottom: -8px;
}
#gallery-abstract-o .gallery2-btn a:hover::before {
	transform: translateX(3.5%);
	bottom: -8px;
}
#category-o .category-btn a:hover::before {
	transform: translateX(3.5%);
	bottom: -8px;
}
section#slider .owl-nav {
	position: absolute;
	top: 46%;
	transform: translateY(-46%);
	width: 100%;
}
section#slider .owl-nav .owl-prev {
    left: -80px;
    position: absolute;
}
section#slider .owl-nav .owl-next {
	right: 60px;
	position: absolute;
	height: 50px;
	width: 50px;
	background: #FFFFFF;
	border: none;
	border-radius: 50px;
	transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-content-box .owl-dots {
    text-align: center;
}
section#slider .owl-nav .owl-prev {
	left: 80px;
	position: absolute;
	height: 50px;
	width: 50px;
	background: #FFFFFF;
	border: none;
	border-radius: 50px;
	transition: 0.3s ease-in-out;
	transform: translateX(-42%);
  display: flex;
  align-items: center;
  justify-content: center;
}
section#slider .owl-nav .owl-prev i,section#slider .owl-nav .owl-next i {
  font-size: 20px;
}
section#slider .owl-nav .owl-next:hover,section#slider .owl-nav .owl-prev:hover,section#slider .owl-nav .owl-prev:hover .fa,section#slider .owl-nav .owl-next:hover .fa{
  background: var(--theme-primary-color);
  color: #fff;
}
section#slider .owl-nav button .fa {
    font-size: 40px;
    text-align: left;
    color: #000;
    word-spacing: 1px;
    transition: 0.3s ease-in-out;
}
.slider-content-box .owl-dots {
	text-align: center;
	bottom: 5%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.slider-content-box .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: #fff;
	border: none;
	margin: 0 5px;
  opacity: 0.7;
}
.slider-content-box .owl-dots .owl-dot.active {
    width: 35px;
    background: #fff;
    opacity: 1;
}
.slider-co-btn::before {
    content: "";
    position: absolute;
}
.slider-co-btn {
	position: relative;
	max-width: 250px;
	width: 100%;
	z-index: 2;
	transition: 0.3s ease-in-out;
	margin: 0 auto;
}
.slider-co-btn:hover:before{
  transform: translateX(3.5%);
  bottom: -8px;

}
.product-wrapper .hover-items-cart .yith-wcwl-add-button a.add_to_wishlist span {
    display: none;
}


/* Our Services Section of Decore */

.our-services {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	text-align: center;
	border-radius: 10px;

}
.category-data-wrap h2 {
  font-family: 'IvyPresto Display';
font-style: normal;
font-weight: 300;
font-size: 35px;
line-height: 52px;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #272727;
position: relative;
width: fit-content;
}
.category-data-wrap h2:after{
  content: "";
position: absolute;
width: 100%;
height: 15px;
background: #D94343;
opacity: 0.2;
left: 0;
bottom: 24px;
}
.category-data-wrap p {
	font-family: 'Sofia Pro';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 36px;
	color: #4E4E4E;
}
#services-o {
	padding-top: 0px;
}
h5.trustbar-heading.p-0 {
  padding-top: 25px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1.5px !important;
}
.category-image .cat-image {
  width: 400px;
  height: 400px;
  border-radius: 8px;
}
.category-contents {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
}
.category-contents .category-image, .category-contents .category-image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
h2.main-heading {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 59px;
    letter-spacing: 0.02em;
    padding: 0px 0px 30px 18px;
    text-transform: capitalize;
}
p.category.text-center.mt-4 {
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
}
#category-o .owl-nav {
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
	width: 100%;
}
#category-o .owl-nav button.owl-prev {
	left: -15px;
	position: absolute;
	height: 50px;
	width: 50px;
	background: #fff;
	border: none;
	border-radius: 50px;
	color: #000;
	transition: 0.3s ease-in-out;
}
#category-o .owl-nav button.owl-next {
	height: 50px;
	width: 50px;
	background: #fff;
	color: #000;
	right: -15px;
	position: absolute;
	border: none;
	border-radius: 50px;
	transition: 0.3s ease-in-out;
}
#category-o .fa-solid.fa-arrow-left,#category-o .fa-solid.fa-arrow-right  {
	font-size: 20px;
  line-height: 40px
}
.category-btn {
	display: flex;
	padding-top: 30px;
}
#category-o .category-btn a {
  position: relative;
  background: #D94343;
  border-radius: 200px;
  padding: 18px 0;
  max-width: 300px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
  overflow: visible;
}
#category-o .category-btn span.text {
    color: #ffff;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
section#best-sellers-o {
    padding: 0 0 50px 0px;
}
#best-sellers-o h5.recommended-product-title {
    font-family: 'Sofia Pro';
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    padding-top: 30px;
}
.best-seller-wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
.seller-btn {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 50px;

}

#best-sellers-o .seller-btn span.text {
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffff;
}
section#new-arrival-o {
    padding: 0;
}
.arrival-wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
.arrival-wrap h5.recommended-product-title{
  text-align: center;
}
.arrival-wrap h5.recommended-product-title a {
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
}
.product-wrapper .hover-items-cart .yith-wcwl-add-button{
  display: none;
}

.arrival-btn {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 50px 0;

}
#newsletter {
	border-top: 2px solid #D1D1D6;
	border-bottom: 2px solid #D1D1D6;
  padding: 30px 0;
}
.test-img {
	max-width: 720px !important;
	height: 440px;
	width: 100%;
	object-fit: cover;
}
#new-arrival-o .arrival-btn a {
  position: relative;
  background: #D94343;
  border-radius: 10px;
  padding: 15px 12px;
  max-width: 250px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-image::after {
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
}
.category-hover-btn {
	content: "";
	position: relative;
	bottom: 50%;
	left: 50%;
	width: 104px;
	height: 36px;
	background: #D94343;
	border-radius: 6px;
	padding: 7px 6px;
  display: none;
	transform: translate(-50%, -50%);
}
.hover-cont {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.category-image:hover::after {
	opacity: 0.6;
}
.category-image{
  position: relative;
}
.category-image:hover .category-hover-btn {
	z-index: 4;
  display: block;
}
#new-arrival-o .arrival-btn span.text {
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffff;
}
.gallery-image img.cat-image {
	width: 100%;
	height: 550px;
	border-radius: 8px;
	object-fit: cover;
}
#gallery-abstract-o h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 59px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}
.gallery1-btn {
    display: flex;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 0%;
    width: 100%;
    bottom: 5%;
}
.gallery-contents {
    position: relative;
}
.artist-wrap .sales-image-box {
	text-align: center;
}
#gallery-abstract-o .gallery1-btn a {
  position: absolute;
  background: #D94343;
  border-radius: 10px;
  padding: 12px 0px;
  max-width: 296px;
  width: 100%;
}
#gallery-abstract-o .gallery1-btn span.text {
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffff;
}
#gallery-abstract-o .gallery2-btn a {
  position: absolute;
  background: #D94343;
  border-radius: 10px;
  padding: 12px 30px;
}
#gallery-abstract-o .gallery2-btn span.text {
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffff;
}
.gallery2-btn {
    display: flex;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 0%;
    width: 100%;
    bottom: 5%;
}
#gallery-abstract-o .sub-heading1 h2 {
	position: absolute;
	top: 80%;
	left: 38%;
	z-index: 3;
}
#gallery-abstract-o .sub-heading2 h2 {
    position: absolute;
    top: 80%;
    left: 37%;
    z-index: 3;
}
.sub-heading1 {
    position: relative;
}
.sub-heading2 {
    position: relative;
}
.color-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    position: relative;
}
.color {
  background-color: #FBECEC;
    height: auto;
    width: 100%;
    padding-bottom: 90px;
    border-radius: 10px;
    position: relative;
}
.color h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    padding: 20px 0;
}
.color-wrap .sales-image-box a {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFF;
}
 .color-wrap .sales-image-box h5{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.color-wrap .sales-image-box {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.artist-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.artist {
    background-color: #FBECEC;
    height: auto;
    width: 100%;
    padding-bottom: 90px;
    border-radius: 10px;
    position: relative;
}
.artist h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    padding: 20px 0;
}
 .artist-wrap .sales-image-box h5{
    text-align: center;
    padding: 20px;
}
.artist-wrap .sales-image-box a {
    font-family: 'Playfair Display';
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #403F3F;
}
.color-artist-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}
.test-customer h2 {
	font-family: 'Sofia Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	color: #272727;
}
.auth-name-date::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 80px;
  background: #D94343;
  left: 5px;
  bottom: -7px;
}
.auth-name-date {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 25px;
}
#color-artist-o .color-btn a,#color-artist-o .artist-btn a,#best-sellers-o .seller-btn a {
  position: absolute;
  background: #D94343;
  border-radius: 10px;
  padding: 12px 16px;
  max-width: 250px;
  width: 100%;
}
#color-artist-o .color-btn span.text {
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffff;
}
.color-btn {
    display: flex;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 0%;
    width: 100%;
    top: 95%;
}
.color-wrap .wp-post-image {
	border: 5px solid;
}
.page-template-our-story .banner-image .bnr-img {
    width: 100%;
}
#story-quality .d-grid {
	gap: 30px;
	grid-template-columns: repeat(2,1fr);
}
.story-qua-image {
  width: 100%
}
.story-qua-content {
  width: 100%
}
.ord-wrap.d-grid {
  gap: 30px;
	grid-template-columns: repeat(2,1fr);
}
#ord-couple .d-grid .ord-content .ord-wrapper {
  max-width: 717px;
  margin: 0 auto;
}
.ord-image {
  width: 100%
}
.ord-content {
  width: 100%
}
#ord-couple .d-grid .ord-content {
  background: #FBECEC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 885px;
  height: 580px;
}
#ord-couple .d-grid .ord-content .story-ord-wrap {
	max-width: 702px;
	margin: 0 auto;
	height: 265.62px;
}
#ord-couple .d-grid .ord-image, #ord-couple .d-grid .ord-content {
    border-radius: 10px;
    overflow: hidden;
}
#ord-couple .ord-head {
	font-family: Playfair Display;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 0.02em;
	text-align: left;
	padding-bottom: 35px;
	color: #1A1A1A;
	text-transform: capitalize;
	line-height: 52px;
}
#ord-couple .story-ord-wrap p {
	font-family: Sofia Pro;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.02em;
	text-align: left;
	color: #000;
  line-height: 36px;
}
/* .insta-story-btn a::before {
	content: "";
	position: absolute;
	width: 98%;
	height: 100%;
	border-radius: 8px;
	border: 2px solid #D94343;
	bottom: -5px;
  left: 2px;
  transition: 0.3s ease-in-out;
} */
.co-img {
	width: 885px;
	height: 580px;
}
section#features {
    padding: 0;
}
img.feature1-img {
    padding: 15px;
}
.feature1 {
    width: 580px;
    height: 429.14px;
}
.feature2 {
    width: 434.94px;
    height: 429.14px;
}
.feature3 {
	width: 423.95px;
	height: 429.14px;
}
.feature1-img {
	height: 100px;
	width: 100px;
	background: #D94343;
	border-radius: 50px;
	margin: 0 auto;
}
img.feature2-img {
	padding-top: 24px;
	padding-left: 20px;
}
.feature-2 {
  height: 100px;
	width: 100px;
	background: #D94343;
	border-radius: 50px;
	margin: 0 auto;
}
.feature-3 {
	height: 100px;
	width: 100px;
	background: #D94343;
	border-radius: 50px;
	margin: 0 auto;
}
.feature3-img {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	margin: 0 auto;
}
h2.ord-head {
    font-family: 'Playfair Display';
    font-weight: 300;
    font-size: 25px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    color: #5E341C;
    padding: 25px 0;
}
.feature1-para-wrap p {
    width: 580px;
    height: 138.14px;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #4E4E4E;
}
.three-feature.d-flex {
	display: flex !important;
	position: relative;
	align-items: flex-start;
	gap: 160px;
	padding: 0px 34px;
	justify-content: space-between;
}
.feature2-content-wrap p {
    font-family: 'Sofia Pro';
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #4E4E4E;
}
.feature3-content-wrap p {
    font-family: 'Sofia Pro';
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #4E4E4E;
}
img.story-services-image-hover {
    position: absolute;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease-in-out;
}
#story-services-o  .grid-item:hover .badge-image img.story-services-image-hover {
    opacity: 1;
}
#story-services-o  .grid-item:hover .badge-image img.story-services-image {
    opacity: 0;
}
#story-services-o .grid-item:hover .badge-image {
    background: #D94343;
}
#story-quality .d-grid .story-qua-content {
    background: #FBECEC;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#story-quality .d-grid .story-qua-content .story-qua-wrapper {
    max-width: 717px;
    margin: 0 auto;
}
#story-quality .d-grid .story-qua-content .story-qua-wrapper h2.story-head {
	font-family: Playfair Display;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 0.02em;
	text-align: left;
	padding-bottom: 35px;
	text-transform: capitalize;
}
#story-quality .d-grid .story-qua-content p {
    /* max-width: 90%; */
    font-family: Sofia Pro;
    font-size: 17px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #000;
}
#story-quality .d-grid .story-qua-image, #story-quality .d-grid .story-qua-content {
    border-radius: 10px;
    overflow: hidden;
}

section#testimonial {
    padding: 0 0 50px 0;
}
.testimonial-btn {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 50px;
}
#testimonial .testimonial-btn a {
    position: absolute;
    padding: 14px 24px;
    width: 100%;
    background: #D94343;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    height: 50px;
}
span.testimonial-text {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffff;
}
.testimonial-txt {
	padding-top: 50px;
}
.testimonial-txt p {
	font-family: 'IvyPresto Display';
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 59px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1A1A1A;
  position: relative;
width: fit-content;
}
.testimonial-txt p:after {
  content: "";
position: absolute;
width: 100%;
height: 15px;
background: #D94343;
opacity: 0.2;
left: 0;
bottom: 16px;
}
h2.main-title {
	font-family: 'Sofia Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #1A1A1A;
}
.col-xxl-12.col-xl-12.col-lg-12.col-md-12.slider-bd {
	padding: 0;
}
section#assurance{
	background: #FBECEC;
}
#testimonial .testi-data-box .owl-stage-outer {
    padding-top: 45px;
}
#testimonial-copy {
	background-color: #FBECEC;
}
.testimonial-wrap {
	display: flex;
}
img.review-img {
    width: 100%;
    max-width: 150px;
    height: 25px;
}
p.testimonial-para {
	padding: 30px 0;
	font-family: 'Sofia Pro';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	color: #4F4F4F;
  width: 80%;
}
h5.testimonial-title {
	font-family: 'IvyPresto Display';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 55px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1A1A1A;
}
span.user_prof {
  font-family: 'Sofia Pro';
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #4E4E4E;
}
.user_prof_date {
	font-family: 'Sofia Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #4E4E4E;
}
#instagram {
  padding-top: 40px !important;
  padding-bottom: 60px;
}
#testimonial .owl-nav {
	position: absolute;
	top: 31%;
	left: 10px;
	display: flex;
	justify-content: end;
	gap: 100px;
	flex-direction: column;
}
#testimonial button.owl-next {
	height: 50px;
	width: 50px;
	background: #24BDAF;
	border: none;
	border-radius: 50px;
	color: #ffff;
	transition: 0.3s ease-in-out;
	/* rotate: 90deg; */
}
#testimonial button.owl-prev {
	width: 50px;
	background: #24BDAF;
	border: none;
	border-radius: 50px;
	color: #ffff;
	transition: 0.3s ease-in-out;
	/* rotate: 90deg; */
	height: 50px;
}
.testimonial-data {
	width: 100%;
	height: 100%;
	padding-left: 150px;
	position: relative;
}
.testimonial-data::after {
  content: "\f10e";
  position: absolute;
  font-family: fontAwesome;
  width: 115px;
  height: 70px;
  right: 220px;
  bottom: 30px;
  font-size: 80px;
  color: #D943435E;
  Z-INDEX: 999;
}
#testimonial .owl-dots {
	text-align: center;
	bottom: 30%;
	position: absolute;
	right: 40%;
	transform: translatey(-40%);
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}
#testimonial .owl-dot.active {
	width: 35px;
	background: #D94343;
	height: 12px;
	border-radius: 6px;
	rotate: 90deg;
}
#testimonial .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: #B7B7B7;
	border: none;
	margin: 0 5px;
}
/* .testomonial-container.container {
         padding: 20px 0;
} */
.insta-story.d-flex {
    gap: 10px;
    padding: 0px 15px;
    justify-content: center;
}
.insta-block1-a img.inst-image1 {
    width: 336px;
    height: 336px;
}
.insta-block1-a img.inst-image2 {
    width: 336px;
    height: 336px;
}
.insta-block1-b img.inst-image3 {
    width: 336px;
    height: 336px;
}
.insta-block3 img {
    width: 336px;
    height: 336px;
}
.inst-story1 {
    display: flex;
}
.insta-wrap-co {
	position: relative;
}
.inst-story2 {
    display: flex;
}
.insta-story-btn {
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 30px 0 0;
	width: fit-content;
	margin: 0 auto;
}
.insta-story-btn a {
	background: #D94343;
	border-radius: 100px;
	padding: 10px 60px;
	position: relative;
	border: 2px solid #D94343;
    transition: 0.3s ease-in-out;
}
#story-instagram {
	padding-top: 0;
	padding-bottom: 100px;
}
.category-hover-btn::before {
	content: "";
	position: absolute;
	width: 98%;
	height: 100%;
	border-radius: 8px;
	border: 2px solid #D94343;
	bottom: -5px;
	left: 2px;
}
.ista-btn-text {
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #ffff;
}
.insta-block1-a {
    gap: 30px;
    display: grid;
}
.insta-block2-a {
    display: grid;
    gap: 30px;
}
.insta-block3 {
    display: grid;
    gap: 30px;
}

.insta-block1-b {
    padding: 162px 0px 0 38px;
}
.insta-block2-b {
  padding: 162px 0px 0px 40px;
}
img.inst-image4 {
    width: 336px;
    height: 336px;
}
img.inst-image5 {
    width: 336px;
    height: 336px;
}
img.inst-image6 {
    width: 336px;
    height: 336px;
}

#color-artist-o .artist-btn span.text {
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffff;
}
.artist-btn {
    display: flex;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 0%;
    width: 100%;
    top: 95%;
}
.asu-img {
	background-color: #fff;
	width: 120px;
	height: 120px;
	border-radius: 70px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.our-assurance {
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
img.asu-image {
	padding: 18px;
	width: 100%;
	height: 80px;
	object-fit: contain;
}
.asu-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
h5.assurance-heading {
  font-family: 'Playfair Display';
  font-weight: 300;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4e4e4e;
  padding: 20px 0 10px;
}
.asu-content p {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #4E4E4E;
  padding-top: 10px;
  width: 83%;
}
.qua-assurance {
  padding: 0 15px;
}
.qua-assurance h2 {
	font-family: 'Playfair Display';
	font-weight: 300;
	font-size: 40px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding-bottom: 50px;
	position: relative;
	width: fit-content;
	margin: 0 auto;
}
  ul.sub-menu{
    opacity: 1;
  }
.check-out-wrap{
  display: none;
}
.qua-assurance h2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 15px;
	background: #D94343;
	opacity: 0.2;
	left: 0;
	bottom: 58px;
}
.order-image-wrap {
    display: flex;
    gap: 30px;
    padding: 0 18px;

}
h2.order-title {
	font-family: 'IvyPresto Display';
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #1A1A1A;
	position: relative;
	width: fit-content;
	margin: 0 auto;
  padding-bottom: 25px;
}
h2.order-title::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	background: #D94343;
	opacity: 0.2;
	left: 0;
	bottom: 35px;
}
.order {
  position: relative;

}
#page-banner .banner_content {
	width: 100%;
	background-color: #FBECEC;
	height: auto;
	position: absolute;
	max-width: 580px;
	left: 35px;
	opacity: 0.9;
	padding: 0 60px;
}
.category {
	padding-top: 30px;
	font-family: 'Sofia Pro';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: normal;
	text-align: center;
	text-transform: capitalize;
	color: #000000;
	height: auto;
}
#page-banner {
  padding: 0px;
}
.banner-content-wrap {
	padding: 0 !important;
	max-width: 500px;
	height: 450px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner-image {
	width: 100%;
	float: right;
}
.banner-img {
    width: 100%;
}
.banner-content-wrap h2 {
    font-family: 'Playfair Display';
    font-weight: 300;
    font-size: 60px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
}
.banner-content-wrap p {
    font-family: 'Sofia Pro';
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #1A1A1A;
    line-height: 30px;
}
.trending-product-prize {
    color: #24BDAF;
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
}
.badge-image {
	position: relative;
	margin: 0 auto;
	padding-top: 21px;
	transition: 0.3s ease-in-out;
	border-radius: 61px;
	width: 100px;
	height: 100px;
  display: flex;
justify-content: center;
align-items: center;
}
img.services-image-hover {
    position: absolute;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease-in-out;
}
.story-services {
    display: flex;
    gap: 55px;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    text-align: center;
    height: 300px;
    background-color: #FBECEC;
    border-radius: 10px;
}
/* instagram */
.insta-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
}
.insta-title h2 {
	font-family: 'IvyPresto Display';
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 59px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #1A1A1A;
	position: relative;
	width: fit-content;
	margin: 0 auto;
  padding-bottom: 20px;
}
.insta-title h2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 15px;
	background: #D94343;
	opacity: 0.2;
	left: 0;
	bottom: 30px;
}
.overlay{
  transition: .5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.over-img i{
  color: #ffffff;
  font-size: 40px!important;
}
.instagram-image{
  position: relative;
}
.over-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide-wr:hover .overlay {
  opacity: 1;
}
.instagra-wrap.d-grid {
	grid-template-columns: repeat(5,1fr);
	align-items: center;
	grid-column-gap: 1.5rem;
}
.block1-b {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}
.block2-a {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}
#instagram .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
section#instagram .owl-nav .owl-prev {
	left: -15px;
	position: absolute;
	height: 50px;
	width: 50px;
	background: #FFFFFF;
	border: none;
	border-radius: 50px;
	transition: 0.3s ease-in-out;
}
section#instagram .owl-nav .owl-next {
	right: -15px;
	position: absolute;
	height: 50px;
	width: 50px;
	background: #FFFFFF;
	border: none;
	border-radius: 50px;
	transition: 0.3s ease-in-out;
}
section#instagram .owl-nav .owl-prev i,section#instagram .owl-nav .owl-next i{
  font-size: 20px;
  line-height: 40px;
}
.insta-link {
	display: flex;
	justify-content: center;
		z-index: 9;
	position: absolute;
	bottom: 16%;
	left: 50%;
	transform: translateX(-50%);
}
.insta-link .insttitle {
  font-family: 'Oswald';
font-style: normal;
font-weight: 400;
font-size: 30px;
line-height: 36px;
text-align: center;
letter-spacing: 0.2em;
text-transform: uppercase;

color: #D94343;
}
/* Our Story Section of Interior */
.story-content p {
    font-family: 'Sofia Pro';
    font-weight: 300;
    font-size: 19px;
    line-height: 36px;
    color: #1A1A1A;
    letter-spacing: 0.02em;
    padding-bottom: 25px;
}
.our-story-wrap {
    padding: 65px 60px;
}
.assurance-wrap.d-flex {
  gap: 10px;
}
.d-flex {
    display: flex!important;
    position: relative;
    align-items: center;
}
section#page-banner .d-flex {
    display: flex!important;
    position: relative;
    align-items: center;
    justify-content: end;
}
.story-content {
    background: #FBECEC;
}
.story-content h2 {
	font-family: 'IvyPresto Display';
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 59px;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1A1A1A;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.story-content p {
	padding-bottom: 25px;
	font-family: 'Sofia Pro';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #1A1A1A;
}
.story-content h2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 15px;
	background: #D94343;
	opacity: 0.2;
	left: 0;
	bottom: 25px;
}
.story-content .our-story-wrap a {
	padding: 14px 40px;
	width: 100%;
	background: #D94343;
	border-radius: 206px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 270px;
	height: 50px;
	position: relative;
	margin: 0 auto;
  transition: 0.3s ease-in-out;
}
.our-story-wrap span.text {
    font-size: 18px;
    font-family: Oswald;
    text-align: center;
    letter-spacing: 0.6px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
}
.story-content {
  border-radius: 10px;
  position: absolute;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 400px !important;
  left: 100px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
}
.our-story-wrap {
  padding: 25px 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.empty-cart #Path_11,#Path_12,#Path_13 {
	stroke: #D94343;
}
/* .story-img{
  float: left;
} */
@media screen and (min-width: 1200px) and (max-width: 1440px){
#gallery-abstract-o .sub-heading1 h2{
  left: 30%;
}
#gallery-abstract-o .sub-heading2 h2{
  left: 33%;
}
.hamburger{
  padding-left: 10px !important;
}
.color-btn{
  top: 94%;
}
.artist-btn{
    top: 94%;
}
#open_nav {
	width: fit-content;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
  right: 20px;
}
a.slider-btn{
  display: none;
}
.gallery1-btn{
  bottom: 7%;
}
.gallery2-btn{
  bottom: 7%;
}
.color-wrap{
  grid-gap: 10px;
}
.site-logo{
  margin: initial !important;
}
.assurance-wrap.d-flex {
  align-items: baseline;
}
.insta-link .insttitle{
  font-size: 20px;
}
.artist-wrap .sales-image-box a{
  font-size: 21px;
}
.artist-wrap {
	grid-gap: 10px;
}
.artist-wrap .sales-image-box h5{
  padding: 12px;
}
.side-icon{
  margin: 0 auto;
}
/* decore */
.recommended-product-title.p-0{
  font-size: 16px !important;
}
.prizzee{
  padding: 20px 0px 20px 6px !important;
}
#slide-round-img {
	position: absolute;
	width: 55px !important;
	height: 55px !important;
	top: 44% !important;
	left: -10px !important;
	object-fit: cover;
	border-radius: 50%;
	transform: translateY(-10%);
}
}
@media screen and (min-width: 991px) and (max-width: 1199px){
  .col-xxl-6.col-xl-6.col-lg-6.col-md-12.col-sm-12.col-12.faq-set1 {
	width: 50% !important;
}
.col-xxl-6.col-xl-6.col-lg-6.col-md-12.col-sm-12.col-12.faq-set2 {
	width: 50% !important;
}
.col-xxl-6.col-xl-6.col-lg-6.col-md-12.col-sm-12.col-12.faq-set3 {
	width: 50% !important;
}
.col-xxl-6.col-xl-6.col-lg-6.col-md-12.col-sm-12.col-12.faq-set4 {
	width: 50% !important;
}
.faq-lst{
	width: 52% !important;
}
.accordion {
	font-size: 14px !important;
	padding: 8px !important;
}
  .three-feature.d-flex{
    gap: 20px !important;
  }
  .feature1 {
  	width: 300px !important;
  	height: 429.14px !important;
  }
  h2.ord-head{
    font-size: 20px !important;
  }
  .feature1-para-wrap p{
  width: 300px !important;
  height: 180.14px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  }
  .feature2 {
  	width: 300.94px !important;
  	height: 429.14px !important;
  }
  .feature2-content-wrap p{
    font-size: 16px !important;
  line-height: 28px !important;
  }
  .feature3-content-wrap p{
    font-size: 16px !important;
  line-height: 28px !important;
  }
  .feature3 {
  	width: 300.95px !important;
  	height: 429.14px !important;
  }
  .ord-wrap.d-grid{
    gap: 10px;
  }
  #ord-couple .d-grid .ord-content{
    width: 500px;
height: 360px;
  }
  #ord-couple .d-grid .ord-content .story-ord-wrap {
	max-width: 702px;
	margin: 0 auto;
	height: 435.62px;
}
#ord-couple .ord-head{
  text-align: center;
}
#ord-couple .story-ord-wrap p{
  font-size: 16px;
  line-height: 36px;
}
.co-img {
	width: 885px;
	height: 360px;
}
.col-xxl-2.col-xl-2.col-lg-2.col-md-2.inst-story3 {
	width: 20%;
}
.insta-story.d-flex {
	gap: 10px;
	padding: 0px 15px;
	justify-content: center;
}
.insta-block1-a {
	gap: 10px;
	display: grid;
}
.insta-block1-a img.inst-image1 {
	width: 266px;
	height: 180px;
}
.insta-block1-a img.inst-image2{
  width: 266px;
  height: 180px;
}
.insta-block1-b img.inst-image3 {
	width: 266px;
	height: 180px;
}
.insta-block1-b {
	padding: 100px 0px 0 10px;
}
.insta-block2-a {
	display: grid;
	gap: 10px;
}
img.inst-image4 {
	width: 336px;
	height: 180px;
}
img.inst-image5 {
	width: 336px;
	height: 180px;
}
img.inst-image6 {
	width: 336px;
	height: 180px;
}
.insta-block2-b {
	padding: 100px 0px 0px 10px;
}
.insta-block3 {
	display: grid;
	gap: 10px;
}
.insta-block3 img {
	width: 336px;
	height: 180px;
}

  .check-out-wrap{
    top: 45% !important;
  }
  .product-remove{
      left: 13% !important;
    transform: translateX(-13%) !important;
  }
  form#yith-wcwl-form{
    grid-template-columns: repeat(2,1fr);
  }
  a.slider-btn{
    display: none;
  }
  .artist-wrap .sales-image-box h5{
    padding: 7px;
  }
  .artist-wrap .sales-image-box a{
    font-size: 18px;
  }
  .color-wrap{
    grid-gap: 10px;
  }
  .gallery2-btn{
    bottom: 8%;
  }
  .gallery1-btn{
    bottom: 8%;
  }
  section#slider .owl-nav .owl-prev{
    left: 3%;
  }
  .topbar {
	justify-content: center;
  }
  .insta-link .insttitle{
    font-size: 20px;
  }
  .artist-wrap {
  	grid-gap: 10px;
  }
  .site-logo{
    margin: initial !important;
  }
  .side-icon{
    margin: 0 auto;
  }
  .side-icon-wrap{
    justify-content: space-between;
  }
  #gallery-abstract-o .sub-heading1 h2{
    left: 32%;
  }
  #gallery-abstract-o .sub-heading2 h2{
    left: 26%;
  }
  #gallery-abstract-o h2{
    font-size: 35px;
  }
  .color-btn{
    top: 93%;
  }
  .artist-btn{
    top: 93%;
  }
  /* decore */
.site-logo img{
  width: 230px;
}
.category-data-wrap {
	padding: 20px 10px;
}
.main-header {
	padding: 10px 0 !important;
}
.site-logo img{
  width: 165px !important;
}
#product-tab-o .owl-nav {
	top: 40% !important;
	transform: translateY(-40%) !important;
}
#testimonial .owl-nav {
	top: 32%;
	left: -6px;
}
.testimonial-txt p{
  font-size: 35px;
}
.testimonial-txt {
	padding-top: 30px;
	padding-left: 50px;
}
.wpcf7-form.init {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
#footer .copyright a{
  font-size: 12px !important;
}
#footer .copyright p {
	font: normal 12px/22px Open Sans !important;
}
#testimonial .testi-data-box .owl-stage-outer {
	padding-top: 20px;
}
.testimonial-data{
  height: 440.87px;
}
.topbar h4 {
	font-size: 11px !important;
	letter-spacing: 2px;
}
.topbar-purchase a{
  padding: 0 0px !important;
}
.topbar-social {
	display: flex;
	align-items: center;
	gap: 20px;
}
.topbar {
	height: 50px !important;
}
.topbar-social {
	width: 30% !important;
}
.topbar-purchase{
  padding-right: 0 !important;
}
.topbar-mid {
	display: flex;
	justify-content: initial !important;
	align-items: center;
}
#newsletter .wpcf7-form-control.has-spinner.wpcf7-submit{
  top: 3px !important;
}
}
@media screen and (min-width: 768px) and (max-width: 990px){
  .slider-btn {
    display: none;
}
form#yith-wcwl-form{
  grid-template-columns: repeat(2,1fr) !important;
}
.testionial-copy .slick-dots{
  display: none !important;
}
.testimonials-img.sn.slick-active img {
	transform: none;
}
.testimonials-img.sn img {
	width: 70px;
	height: 70px !important;
	border-radius: 50%;
}
.wish-prod-wrapper .products-details .d-flex .product-name a{
  font-size: 16px !important;
}
#newsletter .wpcf7-form-control.has-spinner.wpcf7-submit{
  right: 162px;
}
#best-sellers-o .seller-btn a{
  padding: 10px 0px;
max-width: 230px;
}
.slider-co-btn{
  max-width: 210px;
}
.search-btn input {
	height: 40px;
	width: 150px;
}
.topbar-social {
	display: none !important;
}
.topbar-mid {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50% !important;
}
.topbar-purchase {
	display: flex;
	justify-content: center;
	width: 50% !important;
  padding-right: 0px !important;
}
.main-header {
	height: auto;
	padding: 10px 0 !important;
}
.srch-img {
	padding-bottom: 4px;
	width: 24px;
}
.our-services{
  display: grid;
grid-template-columns: repeat(3, 1fr);
}
.gallery-image img.cat-image{
  height: 250px;
}
#gallery-abstract-o .gallery1-btn a::before{
  bottom: -5px;
}
/* .slider-co-btn::before{
  right: 17%;
  bottom: -5px;
  width: 82%;
} */
.banner-slider_wrapper .slide-banner .slide_content h1 {
	font-size: 25px;
	line-height: 35px;
}
.slide-banner .slide_content{
  top: 5% !important;
}
.services-image {
	width: 55% !important;
}
.testimonial-txt p{
  font-size: 28px !important;
line-height: 56px !important;
}
#best-sellers-o h5.recommended-product-title{
  font-size: 16px;
}
.arrival-wrap h5.recommended-product-title a{
  font-size: 14px;
}
#gallery-abstract-o .gallery2-btn span.text{
  font-size: 16px;
}
#gallery-abstract-o .gallery1-btn span.text{
  font-size: 16px;
}
.trending-product-prize{
  font-size: 16px;
}
img.services-image-hover{
  width: 55%;
}
.gallery1-btn{
  bottom: 9%;
}
#gallery-abstract-o .gallery1-btn a{
  padding: 8px 0px;
  max-width: 240px;
}
#gallery-abstract-o .sub-heading1 h2{
  top: 70%;
  left: 30%;
}
#gallery-abstract-o .sub-heading2 h2{
  top: 70%;
}
#gallery-abstract-o h2{
  font-size: 30px;
}
#gallery-abstract-o .gallery2-btn a{
  padding: 8px 12px;
}
#gallery-abstract-o .sub-heading2 h2{
  left: 26%;
}
section#slider .owl-nav .owl-next{
  right: 20px;
}
.gallery2-btn{
  bottom: 9%;
}
.artist-wrap .sales-image-box a{
  font-size: 14px;
}
.artist-wrap .sales-image-box h5{
  padding: 0px;
}
.artist-wrap{
  gap: 10px;
}
#color-artist-o .color-btn a{
  padding: 8px 3px;
max-width: 200px;
}

.color-btn{
  top: 92%;
}
.artist-btn{
  top: 93%;
}
.color-wrap{
  gap: 10px;
}
.color h2{
  font-size: 35px;
}
.story-content h2{
  font-size: 35px;
}
.story-content p{
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 0px;
}
.assurance-wrap.d-flex {
	flex-direction: column-reverse;
}
.our-assurance{
  max-width: 740px;
}
h2.order-title{
  font-size: 22px;
}
h2.order-title{
  font-size: 18px;
  top: 0;
}
.insta-story-btn{
  left: 50%;
bottom: -5%;
}
.insta-title h2 {
  font-size: 28px !important;
  padding-bottom: 10px;
}
.insta-title h2::after {
  height: 10px !important;
}
.ista-btn-text{
  font-size: 14px !important;
}
.test-img {
	max-width: 720px !important;
	height: 250px !important;
}
.testimonial-txt {
	padding-top: 30px !important;
	padding-left: 50px !important;
}
#testimonial .owl-nav {
	top: 130px !important;
  left: 0px !important;
}
.test-customer h2{
  font-size: 18px !important;
line-height: 14px !important;
}
.slick-prev::before, .slick-next::before{
  color: #00000078 !important;
}
#testimonial .testi-data-box .owl-stage-outer {
	padding-top: 20px !important;
}
.category-contents .category-image, .category-contents .category-image img{
  height: 340px;
}
.color-wrap .sales-image-box a{
  font-size: 24px;
}
#instagram .owl-nav{
  top: 44%;
}
.insta-link .insttitle{
  font-size: 18px;
}
.asu-content p{
  width: 100%;
}
#slide-round-img {
	width: 50px !important;
	height: 50px !important;
  left: -10px !important;
}
#testimonial .owl-dots{
  right: 35%;
  bottom: 20%;
}
.shop-cat-wrap {
	display: block !important;
}
.cat-wrap {
	width: 100% !important;
}
.footer-copy {
	display: flex !important;
	gap: 0px !important;
	align-items: center !important;
	text-align: center !important;
	justify-content: center !important;
	margin: 15px auto 25px auto !important;
}
.cat-acc {
	width: 100% !important;
}
.category-data-wrap h2{
  margin: 0 auto !important;
}
.category-data-wrap p{
  width: 100% !important;
  text-align: center !important;
}
}
@media screen and (min-width: 641px) and (max-width: 767px){
  a.slider-btn{
    display: none;
  }
  #open_nav {
  	width: fit-content;
  	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
  	z-index: 9;
  	right: 20px;
  }
  .shop-cat-wrap {
    display: block !important;
  }
    .slide-banner .slide_content {
    top: 5% !important;
  }
  .banner-slider_wrapper .slide-banner .slide_content p{
    font-size: 12px !important;
  }
  .banner-slider_wrapper .slide-banner .slide_content h1 {
    line-height: 40px !important;
    font-size: 16px !important;
    text-align: center !important;
  }
  .banner-slider_wrapper .slide-banner .slide_content a {
    padding: 0px !important;
    max-width: 140px !important;
    height: 30px !important;
  }
  #pills-home-tab, #pills-profile-tab, #pills-contact-tab{
    font-size: 16px !important;
  }
  a.button, button.button, input.button{
    padding: 4px 6px;
    font-size: 12px;
  }
  .faq-cont-wrap {
  	height: 400px !important;
  	padding: 48px 100px !important;
  	width: 635px !important;
  }
  .slider-co-btn::before{
    right: 10%;
    bottom: -5px;
    width: 80%;
  }
  .site-logo{
    margin: initial !important;
  }
  .side-icon {
    margin: 0 auto;
  }
  form#yith-wcwl-form{
    grid-template-columns: repeat(1,1fr) !important;
  }
  .outer_dpage .clearfix{
    padding: 0px 10px !important;
  }
  .topbar h4 {
  	padding: 4px 0 !important;
  }
  .topbar{
    flex-direction: column !important;
  }
  .topbar-social {
  	width: 100%;
    display: none !important;
  }
  .topbar-purchase{
    justify-content: center !important;
  padding-right: 0 !important;
  width: 100% !important;
  }
  .main-header {
  padding: 10px 0 !important;
  }
    .topbar-mid {
    width: 100% !important;
  }
    .site-logo {
    width: 30% !important;
  }
    .wish-prod-wrapper .products-details .d-flex .product-name a{
      font-size: 16px !important;
    }
    .side-icon-wrap{
      gap: 26px;
    }
    .site-logo img{
    width: 170px !important;
    padding: 0px 10px !important;
    }
    .category-data-wrap {
      padding: 50px 0px !important;
    }
    .category-data-wrap h2 {
    margin: 0 auto !important;
  }
  .category-data-wrap p{
    width: 100% !important;
    text-align: center !important;
  }
  .category-btn {
    padding-bottom: 30px;
    padding-top: 0px !important;
    justify-content: center !important;
  }
  #category-o .owl-nav button.owl-next{
    right: 10px !important;
  }
  .footer-copy {
    display: flex !important;
    gap: 0px !important;
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
    margin: 15px auto 25px auto !important;
    order: 2;
  }
  .footer-imgae {
    order: 1;
    text-align: center !important;
  }
  .copyright-img {
    justify-content: center !important;
    padding-bottom: 25px !important;
    order: 3;
  }
  .copyright .row.main_sociobox {
    display: flex !important;
  }
  .fo-img {
    width: 100px !important;
  height: 100px !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
  }
  .copyright-img .fo-payment-img {
    height: 40px !important;
    position: relative !important;
    top: 50% !important;
    transform: translatey(-50%) !important;
  }
  .banner-slider_wrapper .slide-banner .slide_content h1{
    font-size: 40px;
    line-height: 56px;
    text-align: center;
  }
  .gallery-image img.cat-image{
    height: 250px !important;
  }
  .banner-slider_wrapper .slide-banner .slide_content a{
    max-width: 210px;
    height: 40px;
      padding: 18px;
  }
  #category-o .category-btn a{
    max-width: 230px;
    height: 45px;
  }
  #category-o .category-btn span.text{
    font-size: 16px;
  }
  .category-hover-btn{
    width: 140px;
  height: 38px;
  }
  .hover-cont{
    font-size: 12px !important;
  }
  .category-hover-btn{
    padding: 9px 10px;
  }
  section#slider .owl-nav .owl-prev{
    left: 15px;
  }
  #category-o .owl-nav button.owl-prev{
    width: 35px;
    height: 35px;
  }
  #category-o .owl-nav button.owl-next{
    width: 35px;
    height: 35px;
  }
  .our-services{
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  position: relative;
  height: 400px;
  gap: 20px;
  }
  .services-image {
    width: 60% !important;
  }
  .badge-image{
    width: 90px !important;
  }
  img.services-image-hover{
    width: 60% !important;
  }
  .testimonial-txt {
    padding-top: 30px !important;
    padding-left: 20px !important;
  }
  h2.main-title {
    font-size: 20px !important;
  }
  .testimonial-txt p{
    font-size: 20px !important;
  line-height: 30px !important;
  }
  .testimonial-txt p::after {
    height: 7px !important;
    bottom: 8px !important;
  }
  .testimonial-wrap {
    display: block !important;
  }
  p.testimonial-para {
    font-size: 16px !important;
    width: 560px !important;
  }
  .arrival-wrap h5.recommended-product-title a{
    font-size: 13px !important;
  }
  #slide-round-img {
    width: 50px !important;
    height: 50px !important;
    top: 50% !important;
    left: -10px !important;
    border-radius: 50% !important;
    transform: translateY(-10%);
  }
  #testimonial .owl-nav {
    top: 145px !important;
    left: 10px !important;
  }
  .testimonial-data::after {
    width: 50px !important;
    height: 60px !important;
    right: 40% !important;
    bottom: 70px !important;
  }
  #testimonial .owl-dots{
    bottom: 55% !important;
    right: -1% !important;
  }
  .insta-title h2 {
    font-size: 23px !important;
    line-height: 60px !important;
    width: 100% !important;
    height: 54px !important;
  }
  .insta-title h2::after {
    height: 10px !important;
    bottom: 15px !important;
  }
  #instagram .insta-story-btn {
    padding: 30px 0px !important;
  }
  .test-customer h2{
    font-size: 18px !important;
  line-height: 22px !important;
  }
  .auth-name-date::before {
    height: 70px !important;
    bottom: 8px !important;
  }
  .test-img {
    max-width: 600px !important;
    height: 300px !important;
  }
  h5.trustbar-heading.p-0{
    padding-top: 15px !important;
  }
  .trending-product-prize{
    font-size: 16px;
    line-height: 14px;
  }
  #gallery-abstract-o h2{
    font-size: 30px;
  }
  #gallery-abstract-o .sub-heading1 h2{
    top: 70%;
    left: 26%;
  }
  #gallery-abstract-o .sub-heading2 h2{
    top: 70%;
  left: 20%;
  }
  .gallery1-btn{
    left: 1%;
    bottom: -1%;
  }
  .gallery2-btn{
    bottom: 8% !important;
  }
  #gallery-abstract-o .gallery1-btn a::before {
    bottom: -5px;
  }
  #gallery-abstract-o .gallery2-btn a::before {
    bottom: -5px;
  }
  #gallery-abstract-o .gallery2-btn a {
    padding: 8px 10px !important;
  }
  #gallery-abstract-o .gallery1-btn a {
    padding: 8px 0px;
    max-width: 165px;
  }
  #gallery-abstract-o .gallery1-btn span.text{
    font-size: 14px !important;
  }
  #gallery-abstract-o .gallery2-btn span.text{
    font-size: 14px !important;
  }
  #best-sellers-o h5.recommended-product-title{
    font-size: 13px;
  }
  h2.main-heading{
    padding: 10px 0px 8px 10px;
    font-size: 30px;
  }
  .color h2,.artist h2{
    font-size: 30px;
  }
  .color-wrap{
    gap: 4px;
  }
  .artist-wrap{
    gap: 4px;
  }
  .color-btn {
    top: 86% !important;
  }
  .artist {
    padding-bottom: 80px !important;
  }
  .artist-btn {
    top: 86% !important;
  }
  #instagram {
    padding-top: 30px !important;
    padding-bottom: 100px !important;
  }
  .seller-btn{
    padding-top: 36px;
  }
  .color-artist-wrap{
    gap: 1rem;
  }
  .color{
    padding-bottom: 80px !important;
  }
  #color-artist-o .color-btn a, #color-artist-o .artist-btn a, #best-sellers-o .seller-btn a{
    max-width: 225px;
    padding: 10px 0px;
  }
  #best-sellers-o .seller-btn span.text{
    font-size: 16px;
  }
  .artist-wrap .sales-image-box a{
    font-size: 13px;
  }
  .artist-wrap .sales-image-box h5{
    padding: 0px;
  }
  .arrival-wrap{
    gap: 20px;
  }
  #testimonial button.owl-prev{
    width: 35px;
    height: 35px;
  }
  #testimonial button.owl-next{
    width: 35px;
    height: 35px;
  }
  .color-wrap .sales-image-box a{
    font-size: 22px;
  }
  #testimonial .testimonial-btn a{
    padding: 0px 0px;
    max-width: 200px;
  height: 40px;
  }
  h5.testimonial-title{
    font-size: 20px;
  }
  h2.main-title{
    font-size: 35px;
  }
  p.testimonial-para{
    font-size: 16px;
  }
  span.testimonial-text{
    font-size: 16px;
  }
  .testimonial-btn{
    padding-top: 30px;
  }
  .story-wrap.d-flex {
    flex-direction: column;
  }
  .story-content{
    position: unset !important;
    max-width: 625px;
    height: 270px;
  }
  .our-story-wrap {
    padding: 10px 30px;
  }
  .story-content h2{
    font-size: 38px;
    text-align: center;
  }
  .story-content p{
    font-size: 16px;
    text-align: center;
    line-height: 28px;
  }
  .our-btn {
    display: flex;
    justify-content: center;
  }
  .story-content .our-story-wrap a{
    padding: 0px 0px;
    max-width: 177px;
  height: 38px;
  }
  .our-story-wrap span.text{
    font-size: 16px;
  }
  .assurance-wrap.d-flex{
    flex-direction: column;
  }
  .our-assurance{
    max-width: 625px;
    padding-bottom: 20px;
  }
  .asu-content p{
    font-size: 16px;
  line-height: 32px;
  width: 100%;
  }
  .order{
    margin: 0px 0;
  }
  h2.order-title {
    font-size: 28px;
    top: 0px;
  }
  .order-image-wrap{
    gap: 20px;
  padding: 0 18px;
  }
  img.order-image2 {
    padding: 60px 0 0 0;
  }
  #instagram{
    padding: 0;
  }
  .insta-title h2{
    font-size: 30px;
  line-height: 52px;
  }
  .instagra-wrap.d-grid{
    grid-column-gap: 1.0rem;
  }
  .insta-link .insttitle{
    font-size: 22px;
    line-height: 46px;
  }
  .insta-link{
    bottom: -1%;
  }
  .insta-story-btn {
    padding: 4px 0px !important;
  }
  .insta-story-btn a {
    padding: 4px 20px !important;
  }
  .ista-btn-text {
    font-size: 14px !important;
  }
  a.button, button.button, input.button{
    padding: 3px 12px !important;
    font-size: 10px !important;
  }
  .prizzee{
    padding: 20px 0px 20px 0px !important;
  }
  .ratingssss {
    padding-left: 3px !important;
    font-size: 0px !important;
  }
  #instagram .owl-nav{
    top: 45%;
  }
  .banner-slider_wrapper .slide-banner .slide_content a span.text{
    font-size: 16px;
  }
  section#instagram .owl-nav .owl-prev{
    width: 30px;
    height: 30px;
  }
  section#instagram .owl-nav .owl-next{
    width: 30px;
    height: 30px;
  }
}




  @media screen and (min-width: 481px) and (max-width: 641px){
    a.slider-btn{
      display: none;
    }
    .site-logo {
    width: 50% !important;
  }
  .shop-cat-wrap {
    display: block !important;
  }
  #services-o {
    padding-top: 20px !important;
    padding-bottom: 60px !important;
  }s
  .outer_dpage{
    padding: 10px 0 !important;
  }
  .wish-prod-wrapper .products-details .d-flex .product-name a{
    font-size: 16px !important;
  }
  .footer-copy {
    display: flex !important;
    gap: 0px !important;
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
    margin: 15px auto 25px auto !important;
    order: 2;
  }
  div#footer_box .footer-cols .row div .menu-links-container #menu-links li a {
    font-size: 14px !important;
  }
  .category-data-wrap h2{
    font-size: 30px !important;
    margin: 0 auto !important;
  }
  .footer-imgae {
    order: 1;
    text-align: center !important;
  }
  .fo-img {
    width: 90px !important;
    height: 90px !important;
    top: -50px !important;
    left: 0 !important;
    transform: none !important;
  }
  .copyright-img {
    justify-content: center !important;
    padding-bottom: 25px !important;
    order: 3;
  }
  .copyright-img .fo-payment-img {
    height: 40px !important;
    position: relative !important;
    top: 50% !important;
    transform: translatey(-50%) !important;
  }
  /* .contac_form form p input{
    min-height: 50px !important;
    width: 200px !important;
  }
  .sbt-btn::before{
    bottom: 0px !important;
  }
  .sbt-btn, .sbt-btn p{
    height: 56px !important;
  } */
    #open_nav {
      width: fit-content;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 9;
      right: 20px;
    }
    .site-logo{
      margin: initial !important;
    }
    .side-icon {
      margin: 0 auto;
    }
    .side-icon-wrap{
      gap: 20px;
    }
  .slider-co-btn::before{
    width: 80%;
    right: 10%;
  }
  .banner-slider_wrapper .slide-banner .slide_content h1 {
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    padding: 0;
  }
  .main-header {
    height: auto;
    padding: 10px 0;
  }
  .banner-slider_wrapper .slide-banner .slide_content p{
    font-size: 14px;
  }
  .category-data-wrap {
    padding: 20px 20px;
  }
  .category-btn{
    justify-content: center;
  }
  .topbar h4 {
    font-size: 12px;
    letter-spacing: 2px;
    padding: 5px 0;
  }
  .topbar-social {
    display: none !important;
  }
  .topbar {
    flex-direction: column !important;
  }
  .topbar-purchase{
    width: 100%;
    padding-right: 10px !important;
    justify-content: center !important;
  }
  .main-header {
    height: auto;
    padding: 6px 0;
  }
  .side-icon-wrap{
    gap: 20px;
  }
  .qua-assurance h2{
    font-size: 30px;
  }
  #pills-home-tab, #pills-profile-tab, #pills-contact-tab{
    font-size: 20px;
  }
  .topbar-mid{
      width: 100%;
  }
    h2.main-heading{
      padding: 0px 0px 20px 20px;
      font-size: 30px;
      line-height: 30px;
    }
    #category-o .owl-nav{
      top: -50px;
    }
    #category-o .owl-nav button.owl-prev{
      height: 35px;
      width: 35px;
    }
    #category-o .owl-nav button.owl-next{
      height: 35px;
      width: 35px;
    }
    .slider-co-btn {
    display: flex;
    justify-content: center;
  }
  .banner-slider_wrapper .slide-banner .slide_content a {
    padding: 0px !important;
    max-width: 126px;
    height: 30px;
  }
  .main-header {
    height: auto !important;
    padding: 0px 0 !important;
  }
  .prizzee{
    padding: 20px 0px 20px 0px !important;
  }
  .ratingssss {
    position: absolute;
    padding-left: 0px !important;
  }
  .fa-solid.fa-star {
    font-size: 12px !important;
  }
  a.button, button.button, input.button {
    padding: 4px 4px !important;
    font-size: 10px !important;
  }
  .ista-btn-text{
    font-size: 14px !important;
  }
  .banner-slider_wrapper .slide-banner .slide_content a span.text{
    font-size: 14px;
  }
  section#slider .owl-nav{
    top: 25%;
  }
  section#slider .owl-nav .owl-prev{
    left: 12px;
  }
  section#slider .owl-nav .owl-next{
    right: 27px;
  }
  .arrival-wrap{
    grid-template-columns: repeat(2,1fr);
  }
  .category-contents .category-image, .category-contents .category-image img{
    height: 200px;
  }
  .category-btn{
    padding-bottom: 30px;
    padding-top: 14px;
  }
  .hover-cont{
    font-size: 12px;
  }
  .gallery-image img.cat-image{
    height: 340px;
  }
  #gallery-abstract-o .gallery1-btn a{
    padding: 10px 0px;
  max-width: 230px;
  }
  #category-o .category-btn a{
    max-width: 215px;
    height: 42px;
  }
  #category-o .category-btn span.text{
    font-size: 14px;
  }
  .our-services{
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  position: relative;
  height: 400px;
  gap: 20px;
  }
  .services-image {
    width: 50%;
  }
  .testimonial-txt {
    padding-top: 10px;
    padding-left: 20px;
  }
  .testimonial-txt p{
    font-size: 20px;
  }
  #slide-round-img{
    width: 45px !important;
  height: 45px !important;
  top: 50% !important;
  left: -10px !important;
  }
  img.services-image-hover{
    width: 60%;
  }
  .category-hover-btn{
    width: 104px;
  }
  .arrival-wrap h5.recommended-product-title a{
    font-size: 16px;
  }
  .sub-heading1{
    padding-bottom: 65px;
  }
  #gallery-abstract-o .sub-heading1 h2{
    top: 58%;
  left: 29%;
  }
  .gallery1-btn {
    bottom: 8%;
  }
  .sub-heading2{
    padding-bottom: 26px;
  }
  #gallery-abstract-o .sub-heading2 h2{
    top: 66%;
  left: 26%;
  }
  .gallery2-btn {
    bottom: 7%;
  }
  h5.trustbar-heading.p-0{
    padding-top: 15px !important;
  }
  #gallery-abstract-o .gallery2-btn a {
    padding: 10px 20px;
  }
  #gallery-abstract-o .gallery2-btn span.text{
    font-size: 16px;
  }
  #gallery-abstract-o h2{
    font-size: 34px;
  }
  .best-seller-wrap{
    grid-template-columns: repeat(2,1fr);
  }
  .color-artist-wrap{
    grid-template-columns: 100%;
  }
  .artist-wrap .sales-image-box a{
    font-size: 18px;
  }
  .artist-wrap .sales-image-box h5{
    padding: 0px;
  }
  .artist-wrap{
    gap: 10px;
  }
  .color-wrap{
    grid-gap: 10px;
  }
  .artist{
    padding-bottom: 80px;
  }
  #best-sellers-o .seller-btn span.text{
    font-size: 16px;
  }
  .color{
      padding-bottom: 80px;
  }
  .artist-btn{
    top: 84%;
  }
  .color-btn{
      top: 84%;
  }
  #color-artist-o .color-btn a, #color-artist-o .artist-btn a, #best-sellers-o .seller-btn a{
    max-width: 200px;
    padding: 8px 0;
  }
  #color-artist-o .artist-btn span.text{
    font-size: 16px;
  }
  .artist h2{
    font-size: 30px;
  }
  .color h2{
    font-size: 30px;
  }
  #testimonial .owl-nav{
    top: -45px;
  }
  #testimonial button.owl-prev{
    width: 30px;
    height: 30px;
  }
  p.testimonial-para{
    font-size: 16px;
      padding: 20px 0 10px 0;
      width: 380px;
  }
  .test-customer h2{
    font-size: 18px;
  }
  #instagram {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
  }
  #testimonial .owl-nav {
    top: 142px !important;
    left: 5px !important;
  }
  #testimonial .owl-dots{
  display: none;
  }
  #testimonial button.owl-next{
    width: 30px;
    height: 30px;
  }
  #testimonial .testi-data-box .owl-stage-outer {
    padding-top: 15px;
  }
  img.review-img{
    max-width: 120px;
  height: 18px;
  }
  section#testimonial{
    padding: 16px 0 50px 0;
  }
  .story-wrap.d-flex{
    flex-direction: column;
  }
  .story-content{
    position: unset;
  }
  h5.testimonial-title{
    font-size: 20px;
  }
  h2.main-title{
    font-size: 30px;
  }
  .our-story-wrap {
    padding: 20px 120px;
  }
  .story-content h2{
    font-size: 35px !important;
    text-align: center;
  }
  .story-content{
    height: auto !important;
  }
  h2.order-title{
    font-size: 25px !important;
  }
  .story-content p{
    letter-spacing: 0.02em;
  padding-bottom: 25px;
  }
  .our-btn {
    display: flex;
    justify-content: center;
  }
  .story-content .our-story-wrap a{
    padding: 0px 0px;
    max-width: 200px;
  height: 45px;
  }
  .story-content p{
    padding-bottom: 20px;
    font-size: 16px;
  line-height: 30px;
  text-align: center;
  }
  #testimonial .testimonial-btn a{
    max-width: 200px;
  height: 45px;
  padding: 0px 0px;
  }
  span.testimonial-text{
    font-size: 16px;
  }
  .assurance-wrap.d-flex{
    flex-direction: column;
  }
  .asu-content p{
    font-size: 16px;
    width: 100%;
    padding-bottom: 25px;
    line-height: 32px;
  }
  img.order-image2 {
    padding: 0 0 0 0;
  }
  .order-image-wrap{
    gap: 30px;
  padding: 0 20px;
  flex-direction: column;
  }
  .insta-title h2 {
    font-size: 18px !important;
    line-height: 112px !important;
    width: 480px !important;
    height: 80px !important;
  }
  .qua-assurance h2::after {
    height: 10px;
    bottom: 55px;
  }
  .insta-title h2::after{
    height: 10px !important;
  }
  .insta-link{
    bottom: -1%;
  }
  .insta-title{
    font-size: 24px;
  line-height: 22px;
  padding-bottom: 20px;
  }
  .instagra-wrap.d-grid {
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
  }
  .insta-link .insttitle{
    padding-top: 20px;
      font-size: 20px;
      line-height: 25px;
  }
  #instagram {
    padding-top: 0px !important;
  }
  .insta-story-btn a {
    padding: 3px 15px;
  }
  .insta-story-btn {
    padding: 40px 0px;
    bottom: -4%;
  }
  .outer_dpage h2{
    font-size: 30px !important;
    text-align: center !important;
  }
  .wish-prod-wrapper .products-details .d-flex .product-add-to-cart a{
    font-size: 14px !important;
    padding: 6px 10px !important;
  }
  .copyright .row.main_sociobox {
    display: grid !important;
    grid-template-columns: repeat(1,1fr) !important;
    gap: 10px;
  }
  .footer-copy{
    justify-content: center !important;
  }
  .fo-payment-img {
    width: 290px !important;
    height: 35px !important;
  }
  div#footer input[type="email"]{
    padding: 0px 22px !important;
  }
  div#footer .submit-btn{
    top: -10px !important;
  }
  input[type="email"]{
    padding: 0px 10px !important;
  }
  .copyright-img {
    text-align: center !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px){
  .slider-btn {
	display: none;
  }
  div#footer .submit-btn{
    top: -10px;
  }
    .sbt-btn::before{
    width: 93% !important;
    bottom: 0px !important;
  }
  .wish-prod-wrapper .products-details .d-flex .product-name a{
    font-size: 14px !important;
  }
  form#yith-wcwl-form{
    grid-template-columns: repeat(1,1fr) !important;
    gap: 0px;
  }
  .wish-prod-wrapper .products-details .d-flex .product-add-to-cart a{
    font-size: 14px !important;
    padding: 6px 10px !important;
  }
  .search-container.search-btn.row{
    display: none;
  }
  .headerbar {
    font-size: 22px !important;
  }
  section#slider .owl-nav .owl-next {
    right: 12px !important;
  }
  .fat.fa-user {
    display: none;
  }
  .far.fa-heart {
    display: none;
  }
  .menubar{
    padding: 0 0 !important;
  }
  .main-header{
    padding: 0 0 !important;
  }
  span.wishlist-counter{
    display: none;
  }
  .topbar h4 {
    font-size: 10px !important;
    letter-spacing: 1px !important;
    padding: 2px;
  }
  .topbar {
    flex-direction: column !important;
  }
  .topbar-mid {
    width: 100% !important;
  }
  .topbar-purchase {
    justify-content: center;
    padding-right: 10px !important;
    width: 100% !important;
  }
  .topbar-social {
    display: none !important;
  }
  .cart-customlocation {
      padding-left: 15px;
  }
  .navigation-bar{
    padding: 6px 0;
  }
  /* .owl-carousel .owl-item img{
    max-width: 300px;
  } */
  .slide-banner.single-item.d-flex {
    flex-direction: column-reverse;
  }
  .shop-cat-wrap {
    display: block !important;
  }
  .slider-content-box .owl-dots {
    bottom: 67% !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner-slider_wrapper .slide-banner .slide_content a {
    padding: 10px;
    max-width: 186px;
    height: 33px;
  }
  h2.main-heading{
    font-size: 26px;
    padding: 0px 0px 0px 0px;
    line-height: 64px;
  }
  .gallery-image img.cat-image{
    height: 200px;
  }
  #pills-home-tab, #pills-profile-tab, #pills-contact-tab {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  #product-tab-o .owl-nav {
    top: 35% !important;
    transform: translateY(-35%) !important;
  }
  a.button, button.button, input.button{
    padding: 6px 6px !important;
  }
  .qua-assurance h2::after {
    display: none;
  }
  .category-data-wrap h2::after{
    display: none;
  }
  #category-o .owl-nav button.owl-prev{
    height: 30px;
  width: 30px;
  }
  #category-o .owl-nav button.owl-next{
    height: 30px;
  width: 30px;
  }
  .category-hover-btn {
    display: none;
  }
  .category-btn {
    padding: 20px 0;
    justify-content: center;
  }
  #category-o .owl-nav {
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    width: 100%;
  }
  p.category.text-center.mt-4{
    font-size: 14px;
  line-height: 18px;
  }
  .arrival-wrap{
    display: grid;
  grid-template-columns: repeat(1,1fr);
  }
  #category-o .category-btn a{
    padding: 18px 0;
  max-width: 200px;
  height: 36px;
  }
  #category-o .category-btn span.text{
    font-size: 14px;
  }
  .grid-item:hover .badge-image img.services-image-hover{
    width: 60%;
  }
  .services-image {
    width: 60%;
  }
  .our-services {
    grid-template-columns: repeat(2, 1fr);
  padding: 1rem 1rem 6rem;
  display: grid;
  gap: 16px;
  }
  h5.trustbar-heading.p-0{
  padding-top: 10px !important;
  font-size: 15px;
  line-height: 19px;
  }
  .category-contents .category-image, .category-contents .category-image img{
    height: 120px;
  }
  .slider-co-btn {
    display: flex;
    justify-content: center;
  }
  .slide-img {
    width: 100%;
    float: unset;
  }
  h2.order-title{
    width: 100%;
    top: -46px;
    font-size: 24px;
  }
  .instagra-wrap.d-grid{
    grid-template-columns: repeat(1,1fr);
  }
  .insta-title h2::after{
    display: none;
  }
  .block1-a{
    padding: 20px 0;
  }
  .block1-b{
    gap: 20px;
  }
  .instagram-block2{
    padding: 20px 0;
  }
  .block2-a{
    gap: 20px;
  }
  .block2-b{
    padding: 20px 0;
  }
  .insta-link .insttitle{
    font-size: 20px;
  }
  .insta-story-btn {
    padding: 20px 0;
    bottom: -8%;
  }
  .insta-link{
    bottom: -1% !important;
  }
  .widget_wpb_social_widget .custom-social-icons{
    justify-content: center !important;
  }
  #footer .copyright a{
    font-size: 12px !important;
  }
  #new-arrival-o .arrival-btn a{
    max-width: 200px;
  }
  .ista-btn-text{
    font-size: 14px;
  }
  .story-content h2::after{
    display: none;
  }
  .footer-contact ul li {
    text-align: center;
    display: flex;
    justify-content: center !important;
  }
  .footer-imgae {
    order: 1;
    text-align: center !important;
  }
  .fo-img {
    width: 90px !important;
    height: 90px !important;
    top: -50px !important;
    left: 0 !important;
    transform: none !important;
  }
  input[type="email"]{
    height: 40px;
  }
  .order-image-wrap{
    gap: 20px;
    flex-direction: column;
  }
  img.order-image2 {
    padding: 0px 0 0 0;
  }
  .gallery-image {
    padding-top: 40px;
  }
  #gallery-abstract-o .sub-heading1 h2{
    font-size: 30px;
    top: 71%;
  left: 25%;
  }
  .gallery1-btn{
    bottom: 8%;
    left: 0;
  }
  .gallery2-btn{
    bottom: 8%;
    left: 0;
  }
  #gallery-abstract-o .gallery2-btn a::before{
    bottom: -4px;
  left: 1px;
  }
  #gallery-abstract-o .gallery1-btn a::before{
    bottom: -4px;
  }
  #gallery-abstract-o .gallery2-btn a {
    padding: 8px 8px;
  }
  #gallery-abstract-o .gallery1-btn a {
    padding: 8px 0px;
    max-width: 170px;
  }
  #gallery-abstract-o .sub-heading2 h2{
    top: 72%;
  left: 20%;
  font-size: 30px;
  }
  #gallery-abstract-o .gallery1-btn span.text{
    font-size: 14px;
  }
  #gallery-abstract-o .gallery2-btn span.text{
    font-size: 14px;
  }
  #color-artist-o .artist-btn a {
    padding: 6px 10px;
    max-width: 155px;
  }
  .artist h2{
    font-size: 26px;
  }
  .artist{
    padding-bottom: 30px;
  }
  #color-artist-o .color-btn a {
    padding: 5px 8px;
    max-width: 140px;
  }
  #color-artist-o .color-btn a::before{
    width: 98%;
    bottom: -4px;
  }
  #color-artist-o .color-btn span.text{
    font-size: 16px;
  }
  .artist-wrap{
    gap: 6px;
  }
  .artist-btn{
    top: 91%;
  }
  .artist-wrap .sales-image-box h5{
    padding: 0px;
  }
  .artist-wrap .sales-image-box a{
    font-size: 20px;
  }
  .best-seller-wrap{
    grid-template-columns: repeat(1,1fr);
  }
  .seller-btn{
    padding-top: 20px;
  }
  .color-artist-wrap{
    grid-template-columns: 100%;
  }
  .color-wrap{
    gap: 6px;
  }
  .color{
    padding-bottom: 60px;
  }
  .color-btn {
    top: 91%;
  }
  h2.main-title {
    font-size: 18px;
    padding-top: 0px;
  }
  .testimonial-txt p{
    font-size: 16px;
  line-height: 20px;
  }
  #testimonial .testi-data-box .owl-stage-outer {
    padding-top: 10px;
  }
  .testimonial-txt p::after{
    display: none;
  }
  #slide-round-img{
      display: none;
  }
  #testimonial button.owl-prev{
    width: 30px;
    height: 30px;
  }
  #testimonial button.owl-next{
    width: 30px;
    height: 30px;
  }
  #testimonial .owl-nav{
  top: 185px;
    left: -10px;
  }
  .test-img {
    height: 220px !important;
  }
  #testimonial .owl-dots{
  display: none;
  }
  .testimonial-btn{
    padding: 50px 0;
  }
  #testimonial .testimonial-btn a{
    padding: 0px 0px;
  width: 100%;
  max-width: 224px;
  height: 46px;
  }
  .story-wrap.d-flex {
    flex-direction: column;
  }
  .story-content p{
    font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 10px;
  }
  h2.order-title::after{
    display: none;
  }
  .story-content .our-story-wrap a{
    padding: 0px 0px;
    max-width: 186px;
  height: 40px;
  }
  .our-btn {
    display: flex;
    justify-content: center;
  }
  .our-btn {
    padding: 10px 0 !important;
  }
  .color h2{
    padding: 10px 0;
    font-size: 28px;
  }
  .color-wrap .sales-image-box a{
    font-size: 20px;
  }
  .color-wrap .sales-image-box h5{
    top: 42%;
  }
  .assurance-wrap.d-flex{
    flex-direction: column;
    gap: 30px;
  }
  .slider-co-btn::before{
    width: 80%;
    right: 10%;
  }
  #best-sellers-o .seller-btn a {
    padding: 6px 0px;
  max-width: 205px;
  }
  #color-artist-o .artist-btn span.text{
    font-size: 16px;
  }
}

section#our-story { width: 100%; margin: 0 auto; }
