/*-------------- media section ---------------*/
@media screen and (max-width: 1241px){
  .side-navigation ul li:hover > ul{
    animation:unset;
  }
  /* .ham-toggle .side-navigation ul#menu-primary-menu-1 li:hover > ul.sub-menu{
    display: block;
    opacity: 1;
  } */
  .side-navigation ul#menu-primary-menu-1 {
  	display: flex !important;
  	flex-direction: column;
  	justify-content: start;
  	align-items: flex-start;
  }
  ul.primary-menu {
    display: none !important;
  }
  .side-navigation ul li {
  	width: 100%;
  	text-align: left;
  }
  .primary-menu .current-menu-item a {
    color: #FF0000!important;
  }
  .headerbar, .side-navigation,
  .side-navigation ul ul li,
  .current_page_item{
    display: block;
  }
  .headerbar:focus,.hamburger:focus{
    outline: none;
  }
  .hamburger {
    padding: 0px;
    line-height: 0;
    text-align: left;
    color: #000;
    margin: 4px 0;
  }
  .side-navigation ul li a {
    padding: 5px 8px;
    color: #fff !important;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
  }
  .side-navigation ul ul li a{
    border: 0;
  }
  amp-sidebar#sidebar1 {
    background: var(--theme-primary-color);
    width: 100%;
  }
  #sidebar1 {
  	/* height: 100%; */
  	width: 0;
  	position: fixed;
  	z-index: 9999999;
  	right: 0;
  	overflow-x: hidden;
  	transition: .5s;
  	width: 100% !important;
  	/* height: 100% !important; */
  	overflow-y: scroll;
  	top: 0;
  }
  .side-navigation ul li ul, .side-navigation ul li ul ul {
    display: block !important;
  }
  .side-navigation ul ul,.side-navigation ul ul li {
    background: var(--transparent) !important;
  }
  .side-navigation ul ul {
    position: static;
    width: 100%;
    box-shadow: none;
    margin: 0;
  }
  .side-navigation ul ul li{
    padding-left: 5px;
      }
  .side-navigation ul.sub-menu li a:before{
    content: none;
  }
  .side-navigation ul>li.menu-item-has-children>a:after{
    margin-top: 0;
  }
	iframe {
    width: 100%;
    height: auto;
	}
  .menubar-box{
    padding: 0px;
  }
  .header-content-btn a{
    margin: 0px 28px;
  }
  .latest-product-grid {
    grid-template-rows:200px;
  }
  #our-facilty{
    padding: 0;
  }
  #our-product .hover-items-cart,
  #trending_products .trending-hover-cart {
  transform: translate(0px, 0px);
  opacity: 1;
  }
}
@media screen and (max-width: 575px){
  h3.slider-main-heading {
    font: bold 20px/52px Source Sans Pro;
  }
  #slider .carousel-indicators{
    margin-bottom: 0rem;
  }
  #slider .carousel-indicators [data-bs-target]{
    height: 5px;
    width: 5px;
  }
  .slider-button a{
    font: 600 12px/22px Open Sans;
    padding: 5px 8px;
    margin-top: 0px;
  }
  #slider .carousel-caption{
    width: 100%;
    right: auto;
    top: -35px;
  }
  #main-sales .main-sales-product-name{
    font: bold 20px/25px Source Sans Pro;
  }
  #main-sales .main-sales-buy-btn, a.new-arrival-shop-btn, .view-detail-button, #recommended-products .recommended-view-more-btn{
    padding: 11px 18px;
  }
  .recommended-sec-main-heading,h3.our-porduct-main-heading,.trending-heading h2,h2.testimonial-heading,.blog-main-heading{
    font: bold 22px/42px Source Sans Pro;
  }
  .main-sale-image-container,#trending_products .trending-img-container,#our-product .product-image-bg{
    height: auto;
  }
  .recommended-product-grid{
    grid-template-rows: repeat(2, auto);
  }
  .new-arrival-product-content{
    padding: 7% 4%;
  }
  #our-product .features_title{
    font: 600 12px/28px Open Sans;
  }
  #our-product .nav-pills .nav-link{
    padding: 10px 9px;
  }
  .main-sales-grid-item:nth-child(4) img {
    transform: unset;
  }
  #trending_products .trending-heading {
    margin-top: 0;
    text-align: center;
  }
  #trending_products .owl-nav.disabled{
    position: relative;
    text-align: center;
    left: auto;
  }
  #testimonials {
    background-size: auto;
  }
  #testimonials .owl-nav button{
    height: 40px;
    width: 40px;
  }
  #testimonials .owl-prev{
    left: -10px;
  }
  #testimonials .owl-next{
    right: -10px;
  }
  #testimonials i {
    font-size: 15px;
  }
  .blog-title .blog-heading{
    font: bold 17px/31px Source Sans Pro;
  }
  #offer .offer-text{
    font: bold 25px/42px Source Sans Pro;
  }
  .footer-main-grid {
    grid-template-columns: 100%;
    text-align: center;
  }
  .foot-product-image img{
    height: 120px;
  }
  h5.footer-product-heading {
    font: bold 18px/30px Source Sans Pro;
    width: 57%;
  }
  .search-container.search-btn.row {
    padding: 0 15px;
  }
  .recommended-product-grid,  .new-arrival-product-content, .latest-product-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .our-facilty-grid {
    grid-template-columns: 1fr;
    height: unset;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px){
  h3.slider-main-heading {
    font: bold 25px/52px Source Sans Pro;
  }
  #slider .carousel-caption{
    top: -17px;
  }
  .main-sale-image-container{
    height: 71%;
  }
  .main-sale-product-title-image {
    margin-bottom: 25px;
  }
  #slider .carousel-caption{
    width: 100%;
    left: 0;
    right: 0;
  }
  .product-image-bg img {
    width: auto !important;
    margin: 0 auto;
  }
  .recommended-product-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  #trending_products .trending-heading {
    margin-top: 0;
  }
  .footer-main-grid{
    grid-template-columns: 2fr 2fr;
  }
  h5.trustbar-heading {
    font: bold 19px/30px Source Sans Pro;
  }
  .our-facilty-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .badge-image-bg{
    height: 55px;
    width: 55px;
    line-height: 18px;
  }
  h5.footer-product-heading{
    font: bold 19px/42px Source Sans Pro;
  }
  .footer-grid-column {
    margin-bottom: 20px;
  }
  .main-sales-grid-item:nth-child(4) img {
    transform: unset;
  }
}
@media screen and (max-width: 767px){
  .new-arrival-main-grid{
    grid-template-columns: repeat(1, 1fr);
  }
  .slider-category .slider-category-list{
    width: auto;
  }
  .slider-category{
    position: unset;
  }
  p.slider-description-text{
    display: none;
  }
  #main-sales .main-sales-grid{
    grid-template-columns: 100%;
  }
  #recommended-products .star-rating,#our-product .star-rating,.trending-main-box .star-rating,#our-product ul{
    margin: 0 auto;
  }
  h3.our-porduct-main-heading{
    margin-bottom: 40px;
  }
  #our-product .our-porduct-main-heading:after, #testimonials .testimonial-heading:after{
    right: 0;
  }
  #topabr{
    line-height: unset;
  }
  .main-sale-product-title-image,.trending-main-cont,.trending-main-box,#footer .copyright p,.logoboxx, .menu-top-menu-container, .new-arrival-product-content, .our-porduct-main-heading, .latest-right-content, .latest-left-content{
    text-align: center;
  }
  #top-header .middle-header-row{
    height: 150px;
  }
  .middle-header-row>div {
    padding: 5px 0;
  }
  .topbar-menu-cont, .topbar-center-para, .topbar-right-para{
    padding: 5px 0;
    border-bottom: 1px solid #efefef40;
  }
  .category-image{
    margin: 0 auto;
  }
  .main-sales-grid {
    grid-template-columns: 100%;
    /* grid-template-rows: repeat(4,auto); */
  }
  .main-sales-grid-item:nth-child(4){
    grid-column:unset;
    grid-row:unset;
  }

  .main-sale-product-title-image:last-child {
    margin-bottom: 50px;
  }
  .latest-product-grid{
    grid-template-rows:unset;
    display: flex;
    flex-flow: column;
  }
  .latest-product-grid .latest-product-image{
    order: 2;
  }
  .main-sales-grid-item:nth-child(3){
    grid-column: unset;
    grid-row: unset;
  }
  .main-sales-grid-item:nth-child(4){
    grid-template-columns: 60% 40%;
  }
  .scrollup{
    bottom: 10px;
    right: 10px;
    padding: 7px 13px;
    height: 40px;
    width: 40px;
  }
  .foot-offer-text{
    top: 0;
  }
  .new-arrival-product-content{
    height: auto;
  }
  #upcoming-sale {
    /* background: #face02 !important; */
    padding: 4em 0;
  }
}
@media screen and (max-width: 360px) {
  .nav-link {
    padding: 0.5rem;
  }
  #our-product ul{
    margin: 0;
  }
  #our-product .heading-tab-row div:nth-child(2){
      justify-content:center;
  }
  .page-content.page404 h1{
    font-size:11em;
  }

}
@media screen and (max-width: 480px) {
  .slider-category .slider-category-list{
    height:522px;
  }
  .main_title h1{
    text-align:center;
  }
  .contact-box .contac_form input[type="submit"]{
    display:block;
    margin:auto;
  }
  #new-arrival .new-product-image{
    margin-bottom: 13px;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
  #our-facilty{
    padding: 27px 0;
    height: auto;
  }
  .our-facilty-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #main-sales .main-sales-grid {
    grid-template-columns: 50% 50%;
  }
  .main-sales-grid-item:nth-child(3){
    grid-column: 2/3;
  }
  .main-sales-grid-item:nth-child(4){
    grid-column: 1/3;
    grid-row: 3/4;
  }
  .recommended-product-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .main-sale-image-container{
    height: 75%;
  }
  #our-product .nav-link{
    padding: 0.5rem 0.8rem;
  }
  #trending_products .trending-img-container{
    height: 300px;
  }
  .foot-offer-text {
    top: 3px;
  }
  .slider-category{
    top: 9%;
    left: 5%;
  }
  .slider-category .slider-category-list{
    width: 220px;
    height: 235px;
  }
  .slider-category .slider-category-list .slider-cat-heading{
    padding: 6px 15px;
  }
  .slider-category-list > li{
    padding: 8px 0;
  }
  .slider-category-list > li:nth-child(2){
    margin-top: 40px;
  }
  #slider .carousel-caption{
    width: 31%;
    top: 6%;
  }
  h3.slider-main-heading {
    font: bold 20px/33px Source Sans Pro;
  }
  .slider-button a{
    font: 600 14px/22px Open Sans;
    margin-top: 9px;
    padding: 9px 11px;
  }
  .new-arrival-product-content{
    padding: 8% 4%;
  }
  .new-arrival-porduct-title{
    font: bold 17px/30px Source Sans Pro;
  }
  a.new-arrival-shop-btn{
    padding: 8px 25px;
  }
  #our-product .features_title{
    font: 600 14px/28px Open Sans;
  }
  #our-product .nav-pills .nav-link{
    padding: 10px 8px;
  }
  #our-product ul{
    align-content: center;
    height: 48px;
  }
  h3.left-card-heading {
    font: bold 23px/31px Source Sans Pro;
  }
  #latest-arrival .latest-bagde{
    font: 600 12px/22px Open Sans;
  }
  .trending-heading h2 {
    font: bold 20px/33px Source Sans Pro;
  }
  #trending_products .owl-nav.disabled{
    left: -17em;
  }
  h5.footer-product-heading{
    font: bold 16px/35px Source Sans Pro;
  }
  .footer-grid-column {
    margin-bottom: 30px;
  }
  .footer-main-grid{
    grid-template-columns: 2fr 2fr;
  }
  h3.trending-product-name{
    font: bold 18px/31px Source Sans Pro;
  }
  .blog-title .blog-heading{
    font: bold 17px/31px Source Sans Pro;
  }
  #main-sales .main-sales-product-name{
    font: bold 23px/35px Source Sans Pro;
  }
  ul.card-accept li{
    padding-left: 15px !important;
  }
  #upcoming-sale .container-fluid.text-center {
    position: relative;
    top: -28px;
  }
  #upcoming-sale .view-detail-button{
    padding: 9px 30px;
  }
  h2.upcoming-heading {
    font: bold 25px/52px Source Sans Pro;
  }
  .new-arrival-product-content{
    height: auto;
  }
  .main-sale-product-title-image,.trending-main-cont,.trending-main-box,#footer .copyright p,.logoboxx, .menu-top-menu-container, .new-arrival-product-content, .our-porduct-main-heading, .latest-right-content, .latest-left-content{
    text-align: center;
  }
  #recommended-products .star-rating,#our-product .star-rating,.trending-main-box .star-rating,#our-product ul{
    margin: 0 auto;
  }
  #slider h1.slider-main-heading{
      font-size:1.6em;
  }
  #upcoming-sale{
    padding: 4em 0;
  }
}
@media screen and (min-width:992px) and (max-width:1024px){
  #upcoming-sale{
    padding: 4em 0;
  }
  p.slider-description-text{
    font: normal 14px/22px Open Sans;
  }
}
@media screen and (min-width:1025px) and (max-width:1199px){
  #upcoming-sale{
    padding: 6em 0 0;
  }
  .side-navigation li{
    padding:10px 15px 10px 0;
  }
}
@media screen and (min-width:992px) and (max-width:1199px){
  span.topbar-middle-text {
    font: normal 14px/22px var(--sofia-pro-font);
  }
  span.topbar-right-text {
    font: normal 13px/22px var(--sofia-pro-font);
  }
  #menu-top-menu li a {
    font: normal 14px/22px var(--sofia-pro-font);
  }
  p.main-header-right-text{
    font: 600 14px/22px Open Sans;
  }
  .slider-category{
    left: 3%;
  }
  .slider-category .slider-category-list{
    width: 250px;
    height: 280px;
  }
  #slider .carousel-caption{
    width: 30%;
    top: 14%;
  }
  h3.slider-main-heading{
    font: bold 28px/36px Source Sans Pro;
  }
  .badge-image-bg{
    height: 55px;
    width: 55px;
    line-height: 17px;
  }
  #main-sales .main-sales-product-name{
    font: bold 26px/35px Source Sans Pro;
  }
  .main-sale-image-container{
    height: 68%;
  }
  h5.recommended-product-title a{
    font: bold 16px/31px Source Sans Pro;
  }
  .recommended-product-grid{
    grid-template-rows: repeat(2, 500px);
  }
  .new-arrival-porduct-title{
    font: bold 22px/42px Source Sans Pro;
  }
  .new-arrival-product-content{
    padding: 7% 4%;
  }
  #our-product .features_title{
    font: 600 14px/28px Open Sans;
  }
  h3.left-card-heading,.right-card-heading{
    font: bold 20px/42px Source Sans Pro;
  }
  .latest-product-grid{
    padding: 35px 25px;
  }
  #upcoming-sale{
    height: auto;
  }
  h2.upcoming-heading{
    font: bold 30px/52px Source Sans Pro;
  }
  p.upcoming-para{
    font: normal 14px/26px Open Sans;
  }
  #trending_products .trending-heading{
    margin-top: 18%;
  }
  #trending_products .trending-img-container{
    height: 325px;
  }
  h3.trending-product-name{
    font: bold 18px/31px Source Sans Pro;
  }
  .foot-offer-text{
    top: 21px;
  }
  h5.footer-product-heading{
    font: bold 16px/42px Source Sans Pro;
  }
  .side-navigation li{
    padding: 10px 35px 10px 0px;
  }
  .new-arrival-product-content{
    height: 320px;
  }
  #upcoming-sale{
    padding: 4em 0;
  }
  #recommended-products .yith-wcwl-add-button a{
    font-size:13px;
  }
}
@media screen and (min-width:1200px) and (max-width:1440px){
  .slider-category{
    left: 4%;
  }
  .slider-category .slider-category-list{
    height: 322px;
  }
  #slider .carousel-caption{
    top: 20%;
  }
  h3.slider-main-heading{
    font: bold 29px/52px Source Sans Pro;
  }
  h5.trustbar-heading {
    font: bold 23px/30px Source Sans Pro;
  }
  span.topbar-right-text {
    font: normal 15px/22px var(--sofia-pro-font);
  }
  h5.footer-product-heading{
    font: bold 19px/42px Source Sans Pro;
  }
  .foot-offer-text{
    top: 30px;
  }
  .latest-product-grid{
    padding: 35px 25px;
  }
  .new-arrival-product-content{
    height: 400px;
  }
  #upcoming-sale{
    padding: 6em 0;
  }
}
@media screen and (min-width:1441px) and (max-width:1600px){
  .slider-category{
    left: 9%;
  }
  h3.slider-main-heading{
    font: bold 37px/52px Source Sans Pro;
  }
}



@media screen and (min-width:1310px) and (max-width:1600px){
  .owl-nav .owl-prev, .owl-nav .owl-next  {
    height: 45px !important;
    width: 45px !important;
  }
  section#slider .owl-nav .owl-next {
    right: 120px;
  }
  .owl-nav .owl-prev i,.owl-nav .owl-next i {
    font-size: 19px !important;
  }
  html{margin: 0 !important;}
  .main-header {
    padding: 15px 0;
  }
  .topbar h4 {
    font-size: 14px;
  }
  .topbar-social a {
    font-size: 16px !important;
  }
  .main-header ul#menu-primary-menu li a {
    padding: 16px 16px;
  }
  .side-icon-wrap {
    gap: 33px;
    padding-right: 40px;
  }
  .site-logo img {
    width: 200px;
    padding: 0;
  }
  .banner-slider_wrapper .slide-banner .slide_content h1 {
    font-size: 45px;
    line-height: 25px;
  }
  .category-data-wrap {
    padding: 20px;
  }
  .category-data-wrap h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .category-data-wrap p {
    line-height: 30px;
  }
  .category-data-wrap h2:after {
    height: 13px;
    bottom: 14px;
  }
  #category-o .category-btn a {
    max-width: 220px;
    height: 43px;
  }
  #category-o .category-btn span.text {
    font-size: 16px;
  }
  .asu-content p {
    font-size: 16px;
    width: 375px;
    padding: 0 10px;
  }
  img.asu-image {
    padding: 20px;
    height: 75px;
  }
  .asu-img {
    width: 100px;
    height: 100px;
  }
  h5.assurance-heading {
    font-size: 24px;
  }
  #pills-home-tab, #pills-profile-tab, #pills-contact-tab {
    font-size: 35px;
    line-height: 20px;
  }
  #product-tab-o .prod-tab .nav-pills .nav-link.active:after {
    bottom: 5px;
  }
  .insta-story-btn a {
    padding: 7px 30px;
  }
  .ista-btn-text {
    font-size: 16px;
  }
  h6.recommended-collection-title.p-0 {
    padding-top: 10px !important;
  }
  #product-tab-o .nav {
    justify-content: space-between !important;
  }
  .news-left h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .insta-story-btn {
    padding: 40px 0 0;
  }
  .story-content {
    width: 100%;
    height: 360px;
    max-width: 560px;
  }
  .our-story-wrap {
    padding: 20px 30px;
  }
  .story-content .our-story-wrap a {
    padding: 9px 29px;
    max-width: 230px;
    height: 40px;
  }
  .our-story-wrap span.text {
    font-size: 16px;
  }
  h2.order-title {
    font-size: 37px;
    top: 0px;
  }
  .story-content p {
    font-size: 17px;
    line-height: 30px;
  }
  .sec-title-wrapper h2 {
    font-size: 37px !important;
  }
  .story-content h2 {
    font-size: 37px !important;
    line-height: 45px !important;
  }
  .sec-title-wrapper h2::after {
    width: 550px !important;
    height: 16px !important;
  }
  .testimonial-data::after {
    font-size: 70px;
    right: 210px;
    bottom: 25px;
  }
  .insta-title h2 {
    font-size: 37px;
    line-height: 45px;
  }
  h2.order-title::after {
    height: 16px;
  }
  .order-image-wrap {
    display: flex;
    gap: 25px;
    padding: 0 10px;
  }
  .story-content h2::after {
    height: 14px;
    bottom: 20px;
  }
  .over-img img {
    width: 100%;
    max-width: 60px;
  }
  input[type="email"]{
    height: 45px !important;
  }
  #newsletter .wpcf7-form-control.has-spinner.wpcf7-submit {
    height: 40px !important;
    right: 75px !important;
    bottom: 28px !important;
    font-size: 16px !important;
    width: 150px !important;
  }
  .copyright-img .fo-payment-img {
    width: 50% !important;
  }
  .copyright-img {
    padding-top: 60px;
  }
  div#footer_box {
    padding: 10px 0 85px;
  }
  .fo-img {
    width: 125px;
    height: 150px;
    object-fit: contain;
    position: relative;
    top: -75px !important;
  }
  .container.footer-cols {
    padding: 0 10px 0 30px;
  }
  p.wc {
    font-size: 20px;
  }
  .footer-copy a {
    font-size: 19px;
  }
  .cart_btn {
    bottom: 10px !important;
    right: 5px !important;
  }
  .footer-imgae {
    position: absolute;
  }
  .footer-copy {
    padding-top: 60px;
    }
}

@media (max-width:1200px){
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    overflow: hidden;
  }
  .slide-banner .slide_content{
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .banner-slider_wrapper .slide-banner .slide_content p {
    color: #000000 !important;
  }
}

@media screen and (min-width:960px) and (max-width:1300px){
  .testionial-copy .slick-dots{
    display: none !important;
  }
  .testimonials-img.sn.slick-active img {
    transform: none;
  }
  img.review-img {
    width: 100%;
    max-width: 120px;
    height: 22px;
  }
  h5.testimonial-title {
    line-height: 20px;
    padding: 0px 0px 15px;
  }
  .testionial-copy {
    padding-top: 30px;
  }
  .testimonial-data::after {
    right: 7%;
    bottom: 16%;
    width: 100px;
    font-size: 60px;
  }
  #testimonial-copy .slick-prev.slick-arrow {
    position: absolute;
    top: 68px;
    left: 52px;
    z-index: 9999;
  }
  #testimonial-copy .slick-next {
    left: 50px;
    z-index: 9999;
    top: 335px;
  }
  .test-img {
    max-width: 720px !important;
    height: 320px;
    width: 100%;
    object-fit: cover;
  }
  .auth-name-date {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    max-height: 100px;
  }
  #testimonial-copy {
    background-color: #FBECEC;
    padding: 50px 0 0;
  } 
  .testionial-copy .slick-dots {
    bottom: 50% !important;
    right: -4% !important;
    gap: 20px !important;
  }
  .sec-title-wrapper h2 {
    font-size: 35px;
    margin: 0px auto 20px;
  }
  .sec-title-wrapper h2::after {
    width: 520px;
    height: 15px;
  }
  .sec-title-wrapper p {
    font-size: 16px;
    line-height: 15px;
  }
  .test-customer h2 {
    line-height: 30px;
  }
  .auth-name-date {
    padding-left: 20px;
  }
  .auth-name-date::before {
    width: 4px;
    height: 70px;
    left: 2px;
    bottom: 30px;
  }
  p.testimonial-para {
    font-size: 22px;
    line-height: 35px;
    width: 460px;
    padding: 23px 0;
  }
  .testimonials-img.sn img {
    width: 70px;
    height: 70px !important;
    border-radius: 50%;
  }
  .owl-nav .owl-prev, .owl-nav .owl-next{width: 40px !important; height: 40px !important;} 
  .footer-copy {
    padding-top: 60px;
  }
  input[type="email"]{
    height: 50px !important;
  }
  .news-left {
    justify-content: center;
    padding-bottom: 10px;
  }
  #newsletter .wpcf7-form-control.has-spinner.wpcf7-submit {
    height: 45px !important;
    right: 75px !important;
    top: 18px !important;
  }
  .newsletter-submit p {
    padding-top: 15px !important;
  }
  .insta-story-btn a {
    padding: 5px 20px;
  }
  h6.recommended-collection-title.p-0 {
    padding-top: 15px !important;
  }
  .ista-btn-text {
    font-size: 15px;
  }
  .our-services {
    gap: 50px;
  }
  #footer ul li a{
    font-size: 17px !important;
  }
  #footer h3.widget-title {
    font: bold 22px / 31px Source Sans Pro;
  }
  .badge-image {
    padding-top: 0;
  }
  .recommended-product-title.p-0 {
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: left !important;
    padding: 15px 0 0px !important;
  }
  h5.trustbar-heading {
    font: 16px / 20px Source Sans Pro !important;
    padding-top: 0 !important;
  }
  .over-img img {
    width: 100%;
    max-width: 50px;
  }
  .insta-title h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .insta-story-btn {
    padding: 35px 0 0;
  }
  .prizzee{
    text-align: left !important;
    padding: 12px 0px !important;
  }
  .category-data-wrap p {
    font-size: 16px;
    line-height: 25px;
  }
  h5.assurance-heading{
    font-size: 18px;
  }
  .our-assurance {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  #pills-home-tab, #pills-profile-tab, #pills-contact-tab{
    font-size: 30px;
    padding: 0 !important;
    line-height: 35px;
  }
  .story-content .our-story-wrap a {
    height: 40px;
    padding: 14px 30px; 
  }
  h2.order-title {
    font-size: 35px;
  }
  h2.order-title::after {
    height: 15px;
  }
  .order-image-wrap {
    display: flex;
    gap: 20px;
    padding: 0;
  }
  .story-content {
    max-width: 480px;
    border-radius: 10px;
    height: 290px;
  }
  .story-content h2::after {
    bottom: 20px;
  }
  .story-content h2 {
    font-size: 35px !important;
    line-height: 45px !important;
  }
  .story-content p {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 27px;
  }
  .our-story-wrap {
    padding: 12px 12px;
  }
  #product-tab-o .nav {
    justify-content: space-between !important;
    margin: 0;
  }
  #product-tab-o .prod-tab .nav-pills .nav-link.active:after {
    bottom: 4px;
  }
  .asu-img {
    width: 90px;
    height: 90px;
  }
  .asu-content p {
    font-size: 15px;
    line-height: 23px;
  }
  .assurance-wrap.d-flex {
    width: 100% !important;
    margin: 0 auto !important;
    align-items: baseline !important;
    padding-top: 15px;
  }
  img.asu-image {
    padding: 22px;
    width: 100%;
    height: 75px;
  }
  .qua-assurance h2 {
    font-size: 35px !important;
    padding-bottom: 15px !important;
  }
  .qua-assurance h2::after {
    bottom: 23px !important; 
  }
  .category-data-wrap h2{
    font-size: 27px;
  }
  #category-o .category-btn a {
    max-width: 230px !important;
    height: 40px !important;
  }
  .category-data-wrap h2:after {
    height: 12px !important;
    bottom: 26px !important;
  }
  #category-o .category-btn span.text {
    font-size: 16px !important;
  }
  .banner-slider_wrapper .slide-banner .slide_content h1 {
    font-size: 35px;
    padding: 13px 0;
  }
  .banner-slider_wrapper .slide-banner .slide_content a {
    padding: 0 !important;
    max-width: 200px !important;
    height: 36px !important;
  }
  .slide-banner .slide_content {
    left: 0;
    top: 10%;
  }
  .owl-nav .owl-prev i,.owl-nav .owl-next i {
    font-size: 17px !important;
  }
  .copyright-img .fo-payment-img {
    width: 65% !important;
  }
  .copyright-img {
    padding-top: 60px;
  }
  div#footer_box {
    padding: 10px 0 85px;
  }
  .fo-img {
    width: 125px;
    height: 150px;
    object-fit: contain;
    position: relative;
    top: -75px !important;
  }
  .footer-imgae {
    position: absolute;
  }
  .topbar-mid {
    justify-content: left !important;
  } 
  html {
    margin: 0 !important;
  }
  .side-icon-wrap {
    padding-right: 0;
  }
  .side-icon-wrap {
    justify-content: center !important;
    width: 100%;
    gap: 30px !important;
  }
  .main-header {
    align-items: center !important; 
  }
  .search-btn input {
    height: 40px;
    width: 150px !important;
  }
  #header button.search-submit {
    top: -4px !important;
    font-size: 22px;
    right: 3px !important;
    padding: 7px 0 0 !important;
  }
  .side-icon-wrap img {
    width: 100%;
    max-width: 17px !important;
  }
  .side-icon i {
    font-size: 17px !important;
    margin-top: 9px !important;
  }
  .ps-lg-0.pe-lg-0 {
    margin-top: 10px !important;
  }
  .cart-counter {
    height: 15px !important;
    width: 15px !important;
    line-height: 17px !important;
    text-align: center;
    font-size: 11px !important;
    bottom: 3px !important;
    right: -22px !important;
    font-weight: 600 !important;
  }
  input.search-input::placeholder {
    font-size: 18px !important;
  }
  .srch-img {
    padding-bottom: 0 !important;
    width: 17px !important;
    margin-top: -10px !important;
  }  
  .headerbar {padding-left: 10px !important;}
  .side-icon {
    padding-left: 0px !important; 
  }
  .site-logo img{
    width: 175px !important;
    padding: 0 !important;
  }
}

@media screen and (min-width:660px) and (max-width:950px){
  #category-o .owl-nav button.owl-prev, #category-o .owl-nav button.owl-next {
    height: 40px !important;
    width: 40px !important;
  }
  #category-o .fa-solid.fa-arrow-left, #category-o .fa-solid.fa-arrow-right {
    font-size: 17px !important;
  }
  #product-tab-o .owl-nav button.owl-prev, #product-tab-o .owl-nav button.owl-next {
    height: 40px !important;
    width: 40px !important;
  }
  #product-tab-o .fa-solid.fa-arrow-left, #product-tab-o .fa-solid.fa-arrow-right {
    font-size: 17px !important;
  }
  .topbar-mid {
    justify-content: left !important;
  } 
  html {
    margin: 0 !important;
  }
  .side-icon-wrap {
    padding-right: 0;
  }
  .side-icon-wrap {
    width: 100%;
    gap: 25px !important;
    padding-right: 30px  !important;
  }
  .search-btn input {
    height: 40px;
    width: 115px !important;
  }
  .site-logo {
    justify-content: right !important;
    padding: 0 30px 0 0 !important;
  }
  #header button.search-submit {
    top: -4px !important;
    font-size: 22px;
    right: 8px !important;
    padding: 7px 0 0 !important;
  }
  .side-icon-wrap img {
    width: 100%;
    max-width: 17px !important;
  }
  .side-icon i {
    font-size: 17px !important;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    margin-top: 9px !important;
  }
  .ps-lg-0.pe-lg-0 {
    display: none;
  }
  .cart-counter {
    height: 15px !important;
    width: 15px !important;
    line-height: 17px !important;
    text-align: center;
    font-size: 11px !important;
    bottom: 3px !important;
    right: -22px !important;
    font-weight: 600 !important;
  }
  input.search-input::placeholder {
    font-size: 16px !important;
  }
  .srch-img {
    padding-bottom: 0 !important;
    width: 17px !important;
    margin-top: -10px !important;
  }  
  .headerbar {padding-left: 10px !important;}
  .side-icon {
    padding-left: 0px !important; 
  }
  .site-logo img{
    width: 175px !important;
    padding: 0 !important;
  }
  .main-header {
    align-items: center;
  }
  img.slide-image {
    width: 100% !important;
    height: 100% !important;
    min-height: 340px !important;
    object-fit: cover !important;
  }
  .banner-slider_wrapper .slide-banner .slide_content p {
    font-size: 15px !important;
    line-height: 25px;
  }
  .banner-slider_wrapper .slide-banner .slide_content h1 {
    font-size: 28px;
    line-height: 30px;
    padding: 3px 0 10px;
  }
  .banner-slider_wrapper .slide-banner .slide_content a {
    padding: 0 !important;
    max-width: 190px !important;
    height: 35px !important;
  }
  section#slider .owl-nav .owl-prev {
    height: 35px !important;
    width: 35px !important;
  }
  section#slider .owl-nav .owl-prev {
    left: 20px;
  }
  section#slider .owl-nav .owl-next {
    height: 35px !important;
    width: 35px !important;
  }
  section#slider .owl-nav .owl-next {
    right: 20px;
  }
  section#slider .owl-nav .owl-prev i, section#slider .owl-nav .owl-next i {
    font-size: 16px;
  }
  #category-o .category-btn a {
    max-width: 200px !important;
    height: 35px !important;
  }
  .category {
    padding-top: 20px !important;
  }
  #category-o .category-btn span.text {
    font-size: 16px !important;
  }
  .category-btn {
    display: flex;
    justify-content: center !important;
    PADDING: 5PX 0 25px !important;
  }
  section#assurance {
    padding: 30px 0 50px !important;
  }
  .qua-assurance h2 {
    font-size: 35px !important;
    padding-bottom: 25px !important;
  }
  .qua-assurance h2::after {
    bottom: 35px !important;
  }
  #product-tab-o .prod-tab .nav-pills .nav-link.active::after {
    bottom: 12px;
    height: 10px;
  }
  a.button, button.button, input.button {
    padding: 8px 12px !important;
    font-size: 14px !important;
    line-height: 16px !important;
    height: 35px !important;
  }
  .cart_btn {
    height: 35px !important;
  }
  .story-content .our-story-wrap a {
    max-width: 240px !important;
    height: 35px !important;
    padding: 15px !important;
  }
  .our-story-wrap span.text {
    font-size: 16px !important;
  }
  .recommended-product-title.p-0 {
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: left !important;
    padding: 15px 0 0px !important;
  }
  #pills-home-tab, #pills-profile-tab, #pills-contact-tab{
    font-size: 24px;
    line-height: 40px;
    padding: 0 !important;
  }
  .prizzee{
    text-align: left !important;
    padding: 10px 0px 8px !important;
  }
  h6.recommended-collection-title.p-0 {
    padding-top: 15px !important;
  }
  .fa-solid.fa-star {
    font-size: 18px !important;
  }
  .insta-story-btn {
    padding-top: 35px !important;
    padding-bottom: 0 !important;
  }
  .artist h2{
    font-size: 35px !important;
  }
  #product-tab-o .nav {
    justify-content: space-between !important;
  }
  .our-story-wrap {
    padding: 10px 30px !important; 
  }
  h2.order-title {
    font-size: 35px !important;
    top: 0;
    padding-bottom: 15px !important;
  }
  .story-content {
    max-width: 400px !important;
    height: 270px !important;
  }
  h2.order-title::after {
    height: 15px !important;
    bottom: 25px !important;
  }
  .order-image-wrap {
    gap: 13px !important;
    padding: 0;
  }
  .over-img img {
    width: 100%;
    max-width: 50px;
  }
  section#instagram .owl-nav .owl-prev, section#instagram .owl-nav .owl-next {
    height: 40px !important;
    width: 40px !important;
  }
  .our-services {
    gap: 10px !important;
  }
  h5.trustbar-heading.p-0 {
    padding-top: 10px !important;
    font-size: 15px !important;
  }
  .sec-title-wrapper h2 {
    font-size: 35px !important;
  }
  .sec-title-wrapper h2::after {
    width: 520px !important;
    height: 15px !important; 
  }
  .testimonial-data::after {
    bottom: 0px;
    font-size: 50px !important;
    left: 85% !important;
  }
  #testimonial-copy .slick-prev.slick-arrow {
    top: 55px !important;
    left: 50px !important;
  }
  .auth-name-date::before {
    height: 55px !important;
    left: 0px !important;
    bottom: 5px !important;
  }
  p.testimonial-para {
    padding: 20px 65px 20px 0 !important;
    font-size: 14px !important;
    line-height: 23px !important;
    width: 100%;
  }
  h5.testimonial-title {
    line-height: 30px !important;
  }
  img.review-img {
    width: 100%;
    max-width: 130px !important;
    height: 20px !important;
  }
  .our-btn {
    padding-top: 10px;
  }
  .testimonials-img.sn {
    margin: 30px 0;
    padding-left: 35px;
  }
  .slick-prev::before, .slick-next::before  {
    font-size: 24px !important;
  }
  #testimonial-copy .slick-next {
    top: 240px !important;
    left: 50px !important;
  }
  .auth-name-date {
    padding-left: 15px !important;
  }
  .slick-dots li button {
    width: 15px !important;
    height: 15px !important;
    padding: 0px !important;
  }
  .testionial-copy .slick-dots li button::before {
    font-size: 13px !important; 
    line-height: 50px !important;
    width: 10px !important;
    height: 10px !important;
  }
  .testionial-copy .slick-dots {
    bottom: 38% !important;
    right: -3% !important;
    display: flex !important;
    gap: 15px !important; 
  }
  #newsletter .wpcf7-form-control.has-spinner.wpcf7-submit {
    right: 75px !important;
  }
  section#instagram .owl-nav .owl-prev i, section#instagram .owl-nav .owl-next i {
    font-size: 16px;
    line-height: 30px;
  }
  .slick-dots li {
    height: 12px !important;
    margin: 0 5px !important;
  }
  li.slick-active button {
    width: 10px !important;
    height: 25px !important;
    right: -1px !important;
    top: 15px !important;
  }
  .footer_col_extra:nth-child(1) {
    width: 50%;
    margin: 0 !important;
  }
  .footer_col_extra:nth-child(2), .footer_col_extra:nth-child(3), .footer_col_extra:nth-child(4) {
    width: 50%;
  }
  div#footer_box {
    padding: 15px 0 10px;
  }
  #footer h3.widget-title {
    padding-bottom: 10px;
  }
  #footer ul li a, #footer a.contributor-btn, #footer ul li p.post-date {
    line-height: 35px;
  }
  .footer-imgae {
    order: 1;
    position: absolute;
  }
  .footer-copy {
    order: 2;
    padding-top: 60px;
  } 
  .copyright-img {
    align-items: center;
    display: flex;
    justify-content: center;
    order: 3;
    padding-bottom: 20px;
  }
  .fo-img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    position: relative;
    top: -50px;
  }
  input[type="email"]{
    height: 50px !important;
  }
  #newsletter .wpcf7-form-control.has-spinner.wpcf7-submit {
    height: 45px !important;
    right: 75px !important;
    top: 18px !important;
  }
  .newsletter-submit p {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 650px){
  .banner-slider_wrapper .slide-banner .slide_content p {
    font-size: 14px;
    line-height: 20px;
  }
  .banner-slider_wrapper .slide-banner .slide_content h1 {
    font-size: 25px;
    line-height: 38px;
    text-align: center;
    padding: 5px 0;
    font-weight: 500;
  }
  .testimonial-data::after{
    display: none;
  }
  #product-tab-o .prod-tab .nav-pills .nav-link.active::after {
    display: none;
  }
  .top-main-wrapper #site-sticky-menu .menubar-i {
    width: 100%;
    padding: 10px 0;
  }
  .cart-counter {
    position: absolute;
    background: var(--purple-color);
    color: #fff;
    border-radius: 0;
    height: 15px;
    width: 15px;
    line-height: 17px;
    text-align: center;
    font-size: 11px;
    bottom: 3px;
    right: -20px;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    font-weight: 600;
  }
  .side-icon-wrap img {
    width: 100%;
    max-width: 15px !important;
  }
  .side-icon {
    min-height: unset !important;
    padding-right: 30px !important;
  }
  .side-icon-wrap {
    gap: 0px !important;
    justify-content: left !important;
    padding-right: 0 !important;
    padding-left: 10px !important;
  }
  .site-logo img {
    width: 135px !important;
    padding: 0 !important;
  }
  .sec-title-wrapper h2 { font-size: 23px !important; text-align: center !important;    padding-bottom: 20px !important; padding-top: 5px !important;}
  .sec-title-wrapper{padding: 0 !important;}
  .sec-title-wrapper h2::after{display: none;}
  .sec-title-wrapper p {
    text-align: center !important;
    line-height: 30px !important;
  }
  img.slide-image {
    width: 100% !important;
    height: 100% !important;
    min-height: 270px !important;
    object-fit: cover !important;
  }
  .cart_btn {
    bottom: 0px !important;
  }
  html {margin: 0 !important;}
  .topbar-purchase { display: none; }
  .topbar-mid { padding: 5px 0; }
  section#category-o {  padding: 30px 0 0 !important;}
  section#slider .owl-nav .owl-prev i, section#slider .owl-nav .owl-next i { font-size: 14px; }
  section#slider .owl-nav .owl-prev { left: 10px !important; height: 30px; width: 30px; }
  section#slider .owl-nav .owl-next{ right: 16px !important; height: 30px; width: 30px; }
  section#slider .owl-nav{ top: 45%; }
  .story-content { position: relative; width: 100%; height: 100%; max-width: 100%; left: 0; }
  .our-story-wrap { padding: 20px 0 0 0; }
  .testionial-copy .slick-dots { position: relative; }
  .slider-nav.slick-initialized.slick-slider.slick-vertical { position: relative !important; left: 0 !important; transform: translateY(0%) !important; top: 0 !important; }
  #our-story .row { width: 100%; margin: 0 auto; }
  .testionial-copy .slick-dots { position: relative !important; transform: translateX(-100%) !important; left: 100%; margin-top: -15px; width: 100%; justify-content: center; }
  #product-tab-o .owl-nav .owl-next,section#instagram .owl-nav .owl-next { right: -10px }
  .banner-slider_wrapper .slide-banner .slide_content a span.text{ font-size: 16px; line-height: 30px; }
  .slider-content-box .owl-dots { display: none; }
  .category-data-wrap { padding: 0px 0px; }
  .category-data-wrap h2{ font-size: 26px; width: 100%; text-align: center; padding: 0; }
  .category-data-wrap p{ max-width: 100% !important; height: auto !important; width: 100%; font-size: 14px !important; line-height: 25px; text-align: center; }
  .category { padding-top: 15px; font-size: 16px; }
  section#assurance { margin: 30px 0; }
  section,#upcoming-sale{ padding: 30px 0; padding: 30px 0; }
  .qua-assurance { padding: 0 0px; }
  .qua-assurance h2 { font-size: 26px !important; padding-bottom: 25px; width: 100%; }
  h5.assurance-heading { font-size: 22px; }
  .asu-content p{ font-size: 14px; line-height: 22px; width: 100%; }
  #product-tab-o .nav { margin: 0; }
  .owl-nav .owl-next, .owl-nav .owl-prev { width: 30px !important; height: 30px !important; }
  .owl-nav .owl-prev i, .owl-nav .owl-next i { font-size: 14px !important;  line-height: 30px !important; }
  .cart_btn { opacity: 1; }
  .recommended-product-title.p-0 { font-size: 17px; line-height: 24px; text-align: left;padding-top: 15px !important; }
  .prizzee { font-size: 18px; line-height: 22px; padding: 10px 0px 10px 0px; text-align: left; }
  .cart_btn a { font-size: 12px; padding: 7px !important; }
  .ratingssss { bottom: 2%; }
  .insta-story-btn a { padding: 5px 15px; }
  .insta-story-btn { padding-bottom: 0; padding-top: 30px !important;  }
  section#our-story { padding: 30px 0 !important; }
  .our-story-wrap { display: block; }
  .our-story-wrap span.text { font-size: 16px; line-height: 26px; }
  h2.order-title { font-size: 26px; top: 0px; width: 100%; padding-bottom: 20px; }
  .story-content h2{ font-size: 26px; line-height: 34px; text-align: center; }
  .order-image-wrap { padding: 0; }
  .newsletter-submit p { display: block !important; }
  h6.recommended-collection-title.p-0 {  padding-top: 10px !important; }
  .copyright .row.main_sociobox {
    display: grid;
    grid-template-columns: repeat(1,1fr) !important;
    gap: 0px;
  }
  .footer-copy{
    justify-content: center !important;
  }
  .footer-copy {
    display: flex !important;
    gap: 0px !important;
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
    margin: -40px auto 5px auto !important;
    order: 2;
  }  
  #newsletter {
    padding: 30px 0 0 !important;
  }
  #footer h3.widget-title {
    padding-bottom: 10px !important;
  }
  .footer-text {
    font-size: 18px !important;
  }
  #footer h3.widget-title {
    font-weight: 600 !important;
  }
  input[type="email"] {
    padding-bottom: 0px !important;
    padding: 0px 8px !important;
    font-size: 14px !important;
  }
  .right-news {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .news-left h2 {
    font-size: 14px !important;
    line-height: 20px !important;
    padding-bottom: 15px !important;
  }
  #newsletter .wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 120px !important;
    height: 34px !important;
    font-size: 14px !important;
    right: 3px !important;
    top: 3px !important;
  } 
  .our-services{ height: 100%; padding: 0; }
  #services-o { padding-top: 30px; padding-bottom: 30px; }
  section#testimonial-copy { margin: 30px 0 !important;    padding-bottom: 45px !important;  }
  .slider-nav { display: none !important; }
  #testimonial-copy .slick-next,#testimonial-copy .slick-prev { display: none !important; }
  .testimonial-wrap { display: block !important; }
  .testimonial-data { width: 100%; height: 100%; padding-left: 0px; position: relative; padding-bottom: 20px; text-align: center; }
  h5.testimonial-title{ font-size: 22px; line-height: 34px; text-align: center; }
  .review-img{ max-width: 110px !important; height: 20px !important; margin: 0 auto; }
  p.testimonial-para{ font-size: 14px; width: 100%; line-height: 24px; padding: 15px 0; }
  .auth-name-date { width: 100%; }
  .test-customer h2 { font-size: 20px; line-height: 26px; }
  .testionial-copy .slick-dots { flex-direction: row !important; }
  .testimonials-content li.slick-active button { transform: rotate(90deg); }
  #instagram{ padding-top: 30px !important; padding-bottom: 30px; }
  .insta-title h2 { font-size: 20px; line-height: 26px; width: 100%; height: 100%; padding-bottom: 30px; }
  section#instagram .owl-nav .owl-next,section#instagram .owl-nav .owl-prev { width: 35px; height: 35px; }
  section#instagram .owl-nav .owl-prev i, section#instagram .owl-nav .owl-next i { font-size: 16px; line-height: 36px; }
  section#instagram .owl-nav .owl-prev { left: 0; }
  .menu-primary-menu-container {
    display: flex;
    justify-content: center !important;
    align-items: center;
  }
  .copyright .container {
    overflow: visible;
  }
  img.fo-payment-img {
    width: 100%;
    max-width: 60%;
  }
  .copyright-img {
    justify-content: center !important;
    padding-bottom: 20px !important;
    order: 3;
    padding-top: 5px !important;
    text-align: center !important;
  }
  #product-tab-o .yith-wcwl-icon.fa.fa-heart-o {
    font-size: 17px !important; 
  }
}