@media (max-width: 575px) {
  .productByCategory .categryFilter .filterOptions > label {
    width: 100%;
    margin-bottom: 5px;
  }
}
.productByCategory .categryFilter .filterOptions .select-control {
  position: relative;
}
@media (max-width: 767px) {
  .productByCategory .categryFilter .filterOptions .select-control {
    margin-bottom: 4px;
  }
}
@media (max-width: 991px) {
  .productByCategory .categryFilter .clear-filter {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .secpadding {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .owl-carousel .owl-nav {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .topbar .grid-container {
      max-width: 100%;
  }
  .grid-container, .container {
    max-width: 540px;
  }

  .grid-smcloum-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%;
  }

  .grid-smcloum-6 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .topbar .grid-container {
    max-width: 100%;
  }
  .grid-container, .container,.grid-container.product-container {
    max-width: 720px;
  }
  .grid-container.product-container {
    max-width: 600px;
  }
  .product-area .prdslider-wrp {
    width: 100%;
    max-width: 600px;
  }
  .container.cart-container,.container.checkout-container {
    width: 100%;
    max-width: 980px;
  }
  .grid-mdcloum-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%;
  }

  .grid-mdcloum-6 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .grid-cloum-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%;
  }

  .grid-cloum-6 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
  }

  .grid-container, .container, .container.cart-container {
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .grid-container.product-container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .grid-container, .container, .grid-container.product-container, .container.cart-container, .topbar .grid-container {
    max-width: 1200px;
  }
  .owl-carousel .owl-item img.hero-slider-img {
    width: 60%;
  }
  .hero-inforwrp h1 {
    font-size: 5em;
  }
}
@media (min-width: 1280px) {
  .search-group {
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 640px) {
  .home-layout .panel-box {
    grid-column: auto/span 2;
  }

  .home-layout {
    display: grid;
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 2fr 2fr 1fr 1fr;
  }
}
@media screen and (min-width: 640px) {
  .home-layout .panel-c,
.home-layout .panel-d {
    grid-column: auto/span 3;
  }
}
@media (min-width: 1500px) {
  .bestseller-section .grid-container {
    max-width: 1440px;
  }
}
@media (max-width: 991px) {
  .topbar-wrp {
    min-height: 0;
    padding: 10px 0;
  }
  .topbar-wrp .fllogo {
    max-width: 120px;
    margin-left: 40px;
  }
  .topbar-nav-wrapper {
    flex-direction:row-reverse;
    width: auto;
    flex-grow: 1;
    padding-left: 2em;
  }
  .topbar-wrp .top-contact {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .topbar-wrp .fllogo {
    max-width: 100px;
  }
  .topbar-wrp .top-contact {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .topbar-wrp .top-contact .contact > a {
    font-size: 12px !important;
  }
}
.topbar-wrp .top-mail {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #3E1430;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .topbar-wrp .top-mail {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .topbar-wrp .topbar-icon {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .navwrp .navbar-brand {
    display: none;
  }
}
@media (max-width: 991px) {
  .navitems {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #FBF8FA;
    z-index: 100;
    width: 250px;
    height: 100%;
    padding: 15px 20px;
    min-height: 100vh;
    transform: translateX(-100%);
    transition: all 0.4s;
    border-right: 1px solid #ddd;
    overflow-y: scroll;
  }
  .mobile-menu-show > .navitems {
    transform: translateX(0%);
  }
  .nav-overlay {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: block;
    opacity: 0;
    background: #000;
    transition: opacity .3s, left 0s .3s;
  }
  .mobile-menu-show > .nav-overlay {
    left: 0;
    transition: opacity .3s, left 0s;
    opacity: .5;
  }
}
@media (min-width: 992px) {
  .navitems ul {
    align-content: center;
    align-items: center;
    grid-auto-flow: column;
    grid-gap: 1.25em;
    justify-content: center;
  }
  .navitems > ul > li > a:hover, .navitems > ul > li:hover > a {
    background-color: transparent;
    color: #EEBAD0;
  }
  .navitems > ul > li > a::before {
    content: '';
    width: auto;
    left: -5px;
    right: -5px;
    height: 2px;
    position: absolute;
    bottom: .7em;
    background-color: transparent;
    transition: background-color .3s;
  }
  .navitems > ul > li > a:hover::before, .navitems > ul > li:hover > a::before {
    background-color: #EEBAD0;
  }
  .navitems > ul > li.dropdown:hover > a, .navitems li.dropdown > a {
    border-bottom: none;
  }
}
@media (min-width: 991px) {
  .navitems ul {
    grid-gap: 1.75em;
  }
}
@media (min-width: 768px) {
  .navitems ul li:hover > ul, .topbar-wrp .topbar-icon ul li.account-dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
  }
}
@media (max-width: 991px) {
  .navitems ul li a {
    padding: 5px 0;
  }
  .navitems li.dropdown > a::after {
    content: '';
  }
}
@media (min-width: 992px) {
  .navitems ul li ul {
    position: absolute;
    left: 0;
    top: calc(100% + 0px);
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.2s;
  }
  .topbar-wrp .topbar-icon ul li.account-dropdown ul {
    position: absolute;
    right: 0;
    top: 100%;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.2s;
    min-width: 180px;
  }
}
@media (max-width: 991px) {
  .navitems ul li ul li {
    padding-left: 20px;
  }
  .navitems ul li ul {
    display: block;
    position: relative;
    background-color: transparent;
    border: none;
  }
  .topbar-wrp .topbar-icon ul li.account-dropdown ul {
    position: absolute;
    right: -50px;
    min-width: 175px;
    background-color: #fbfbfb;
    border: 1px solid #DDD;
  }
  .topbar-wrp .topbar-icon ul li.account-dropdown ul li:not(:first-child) {
    border-top: 1px solid #EEE;
  }
  .topbar-wrp .topbar-icon ul li.account-dropdown ul li a {
    color: #000;
  }
}
@media (min-width: 1200px) {
  .navitems ul li a {
    font-size: 20px;
  }
  .navitems ul {
    grid-gap: 2em;
  }
}
/* Tablet to Desktop */
@media (min-width: 992px) {
  .mobile-btn, .nav-mobile-top {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-inforwrp h1 {
    margin-bottom: 10px;
    font-size: 6.5vw;
  }
}
@media (max-width: 991px) {
  .hero-inforwrp p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width:768px) {
  .heroslide-item {
    background-image: none !important;
  }
  .owl-carousel .owl-item img.hero-slider-img {
    display: block;
  }
  .heroslide-item::before {
    content: "";
    transform: skewX(-45deg);
    background-color: #fff;
    position: absolute;
    right: -28vw;
    top: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(#FFF 0%, #EEBAD0 100%);
  }
}
@media (min-width: 1100px) {
  .heroslide-item::before {
    content: "";
    transform: skewX(-45deg);
    background-color: #fff;
    position: absolute;
    right: -370px;
    right: -35vw;
    top: 0;
    width: 75%;
    height: 100%;
    background: linear-gradient(#FFF 0%, #EEBAD0 100%);
  }
}
@media (max-width: 991px) {
  .heroslide-item .grid-row {
    height: 425px;
  }
  .heroslide-item .grid-container {
    max-width: 100%;
  }
}
@media (max-width: 1099px) {
  .heroslide-item .grid-row .grid-mdcloum-6 {
    width: 80%;
    flex-basis: 80%;
  }
}
@media (max-width: 767px) {
  .heroslide-item {
    background-position: left center;
  }
  .heroslide-item .grid-row .grid-mdcloum-6 {
    margin-left: initial;
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
    padding-left: 0px;
  }
  .hero-inforwrp {
    background-color: rgba(255,255,255,.95);
    padding: 20px;
    text-align: center;
  }
  .hero-inforwrp h1 {
    font-size: 3.5em;
  }
  .hero-inforwrp p {
    color: #666;
  }
  .hero-social {
    
display: inline-flex;
  }
}

@media (max-width: 575px) {
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }
  .hero-inforwrp h1 {
    font-size: 10vw;
  }
}
.hero-section .owl-carousel .owl-nav button.owl-next {
  right: 30px;
  background-color: transparent;
}
@media (max-width: 575px) {
  .hero-section .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}
@media (max-width: 1199px) {
  .content-wrp {
    display: block;
  }
}
@media (min-width: 1200px) {
  .flsection-titleinfo {
    width: 25%;
    margin-bottom: 0px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .collection-wrp {
    display: block;
  }
  .plant-wrp {
    margin-top: 30px;
    height: 250px;
  }
  .plant-wrp-img {
    background-position: center 25%;
  }
  .plant-wrp-img .plant-wrp-info {
      padding-bottom: 10%;
  }
}
@media (min-width: 1100px) {
  .tradition-wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1100px) {
  .tradition-wrp-img {
    width: 57%;
  }
}
@media (min-width: 1100px) {
  .tradition-wrp-info {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .flpdinfo-wrp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    grid-auto-rows: minmax(100px, auto);
  }
}
@media (max-width: 1023px) {
  .flpdinfo-wrp .single-info {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .flclient-wrp {
    grid-template-columns: repeat(auto-fill, calc(100% / 3 - 10px));
  }
}
@media (max-width: 575px) {
  .flclient-wrp {
    grid-template-columns: repeat(auto-fill, calc(50% - 5px));
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .newslatter-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0px 60px;
  }
}
@media (min-width: 768px) {
  .newslatter-wrp .nstlatter-title {
    width: 30%;
    margin-bottom: 0px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .newslatter-wrp .nslatter-filed {
    width: 60%;
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .footer-wrp {
    flex-wrap: wrap;
  }
  .footer-wrp-info {
    width: 45%;
    padding-bottom: 40px;
  }
  .footer-logo.footer-logo-pad {
    display: block;
  }
  .productByCategory .column {
    width: calc(100% / 3);
  }
  .footer-location-box {
    width: 520px;
  }
  .footer-location-wrapper {
    grid-gap: 20px;
  }
  .footer-location-img {
    width: 53%;
  }
}
@media (max-width: 767px) {
  .footer-wrp {
    margin: 0 -10px;
  }
  .footer-wrp-info {
    width: 50%;
    padding: 0 10px 40px 10px;
  }
  .footer-content ul li span.ni {
    font-size: 14px;
  }
  .footer-content ul li a, .footer-content ul li .footer-contact-text {
    font-size: 13px;
  }
  .gridColumn .column {
    width: 50%;
    float: left;
    padding: 10px 5px;
  }
  .footer-location-box {
    width: 420px;
  }
  .footer-location-wrapper {
    display: flex;
    flex: auto;
    grid-gap: 20px;
    flex-direction: column-reverse;
  }
  .footer-location-img {
    display: none;
  }
}
@media (max-width: 640px) {
  .footer-location-box {
    width: 100%;
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 575px) {
  .footer-wrp {
    display: table;
    margin: 0 auto;
    text-align: center;
  }
  .footer-logo {
    margin: 0 auto 10px auto;
  }
  .footer-logo.footer-logo-pad {
    display: none;
  }
  .footer-wrp-info {
    width: 100%;
  }
  .footer-content ul li span.ni {
    font-size: 20px;
  }
  .footer-content ul li a, .footer-content ul li .footer-contact-text {
    font-size: 16px;
  }
  .footer-location-info {
    font-size: .9em;
  }
}
@media (min-width: 992px) {
  .product-area {
    padding: 100px 0 40px 0;
    display: block;
    margin: 0 auto;
  }
  .product-area::after {
    content: '';
    clear: both;
    display: block;
  }
  .product-area .prdslider-wrp {
    max-width: 100%;
    width: 550px;
    float: left;
  }
  .product-area .flproductinfo-details {
    width: calc(100% - 580px);
    margin-top: 0px;
    float: left;
    margin-left: 30px;
    padding: 0 20px 0 10px;
  }
  .product-add-top-wrapper {
    display: none;
  }
}
@media (min-width: 1200px) {
  .product-area .prdslider-wrp {
    width: 550px;
    float: left;
  }
  .product-area .flproductinfo-details {
    width: calc(100% - 610px);
    margin-top: 0px;
    float: left;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .tabcontent-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .tabcontent-wrp .tabcontent-des {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .tabcontent-wrp .flpdinfo-wrp {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .subhero-sec {
    min-height: 310px;
  }
}
@media (min-width:361px) and (max-width:767px) {
  figure.gridColumn {
    display: inline;
  }
  .gridColumn .column {
      width: 50%;
      float: left;
      padding: 10px 5px;
  }
  .gridColumn:nth-child(even)::after {
      display:block; content:''; clear: both;
  }
  .productsLoadingMore {
    position: relative;
    top: 40px;
    margin-bottom: 40px;
    margin-top: 0;
    clear: both;
  }
  button.productsLoadMore {
    position: relative;
    top: 40px;
    margin-bottom: 40px;
    margin-top: 0;
  }
  .back-to-categories {
    clear: both;
  }
  .productByCategory .flcard-info .cardimg.cropped-img-wrapper {
    min-height:0;
    margin-bottom: 0;
  }
  .gridColumn:nth-child(odd) .column:nth-child(odd),
  .gridColumn:nth-child(even) .column:nth-child(even) {
      clear: left;
      padding-left: 0;
  }
  .gridColumn:nth-child(even) .column:nth-child(odd),
  .gridColumn:nth-child(odd) .column:nth-child(even) {
      padding-right: 0;
  }
  .productByCategory .flcard-info .card-details {
      height: auto;
  }
}
@media (min-width:361px) and (max-width:575px) {
  .productByCategory .flcard-info .card-details h3 a {
    margin: 0;
    font-size: 18px;
  }
  .productByCategory .flcard-info .card-details a,
  .productByCategory .flcard-info .card-details p span {
      line-height: normal;
  }
}
/* OTHER RESPONSIVE */
@media (max-width: 1023px) {
  .grid-container .category-wrapper > .flcard-info, .shop-category {
    width: calc(100% / 3);
  }
}
@media (max-width:991px) {
  .cart_left {
    width: 60%;
  }
  #cart_total_price_summary_wrapper.right {
    width: 40%;
  }
  .copyright-wrp-info.payments-footer {
    top: 70px;
  }
  .home-category-text h3 {
    font-size: 1.5em;
  }
  .home-icons-wrapper {
    display: block;
  }
  .home-icon {
    display: flex;
    align-items: flex-start;
    flex: 1 1 100%;
    flex-wrap: wrap;
  }
  .home-icon h3 {
    padding-left: 10px;
    margin: 10px 0;
  }
  .home-icon p {
    text-align: left;
    padding-left: 90px;
    position: relative;
    z-index: 2;
    top: -40px;
  }
  .occasion-wrp {
    flex: 100% 1 1;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 80px;
  }
  .home-occasion-content {
      width: 100%;
  }
  .home-occasion {
      width: 45%;
  }
  a.home-scroll-down {
      position: absolute;
      bottom: 20px;
  }
}
@media (max-width: 767px) {
  .grid-container .category-wrapper > .flcard-info, .shop-category {
    width: 50%;
  }
  .cart_left, #cart_total_price_summary_wrapper.right {
    width: 100%;
  }
  .checkout-container .col_flag {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .login-wrapper, .forgot-wrapper {
    width: 100%;
    max-width: 300px;
  }
  .login-left,.login-right {
    padding: 20px;
    float: none;
    width: 100%;
    border: none;
  }
  .login-left {
    border-bottom: 1px dotted #000; 
  }
  .login-left::after {
    content:'';display: block; clear: both;
  }
  .subscribe #email, .subscribe #password {
    width: 100%;
  }
  .contact_us .col-lg-6 {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  main.about .container table {
    max-width: 100% !important;
    width: 100%;
  }
  main.about .container td {
    display: block;
    width: 100%;
  }
  .home-categories-wrapper {
    display: block;
  }
  .home-category-wrapper {
      width: 100%;
      margin: 10px 0;
  }
  .home-category-text h3 {
    font-size: 2em;
  }
  .best-seller-btn {
    font-size: 1em;
  }
  .home-about-wrapper h2 {
      line-height: 1;
  }
  .about-section-mid .grid-container {
      display: block;
      padding: 60px 0;
  }
  .home-video-wrapper {
      width: 210px;
      float: left;
      margin:  0 20px 20px 0;
  }
  .home-video-info {
      max-width: 100%;
  }
  .home-video-info h2 {
      font-size: 2em;
  }
}
@media (max-width:575px) {
  .content-wrp,
  .collection-content-details,
  .collection-content-details p,
  .sectitle h2 {
      text-align: center;
  }
  .sectitle,
  .tradition-wrp-info,
  .flpdinfo-wrp {
      text-align: center;
  }
  .sectitle a,
  .sectitle {
      display: block;
  }
  .dblemenu ul li {
      width: 100%;
      margin-bottom: 10px;
  }
  .footer-wrp-info, .footercontact-content > ul > li, .footercontact-content > ul > li a, .dblemenu ul li a {
      text-align: center;
      font-size: 16px;
  }
  .ftr-title h2 {
    font-size: 21px;
  }
  .card-details,
  .shop-category h4, .shop-category h4 a,
  .back-to-categories-inner.container {
      text-align: center;
      font-size: 18px;
  }
  .product-area .flproductinfo-details {
      text-align: center;
  }
  .product-colorwrp, .final-touches, .product-descntwrp {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
  }
  .prstock {
    display: inline-block;
  }
  .pdtwosz {
    margin-left: 0;
  }
  .product-offers .product-selectcolor {
    text-align: left;
  }
  .product-option-adv > label {
    text-align: left;
  }
  .product-option-adv.product-option-recommended::before {
    font-size: .9em;
    left: -1.2em;
  }
  .pdtwosz .check-field {
    width: 100%;
    position: relative;
    height: auto;
    text-align: left;
    padding-left: 25px;
  }
  .product-colorwrp .check-field input {
    opacity: 1;
    float: left;
    left: 0;
    top: 13px;
    z-index: 5;
    display: inline;
    position: absolute;
  }
  .pdtwosz .check-field .checkmark {
    display: none;
  }
  .product-sizewrp .size {
    padding: 0;
    text-align: left;
    line-height: 1;
    position: static;
  }
  .product-offers .check-field p {
    margin: 0;
    display: inline-block;
  }
  .bestseller-section .product-details h3 {
    font-size: 1.25em;
  }
  .about-section-mid .grid-container {
      padding: 60px 20px;
  }
  .home-video-wrapper {
    display: block;
    float: none;
    width: 100%;
  }
  .home-about-wrapper h2 {
    font-size: 2.5em;
  }
  .shop-products-section .cat-product .product-details {
    font-size: .8em;
  }
}
@media (max-width: 480px) {
  .topbar-wrp .fllogo {
      margin: 0;
  }
  .topbar-nav-wrapper {
    justify-content: space-between;
    flex-grow: 0;
    padding-left: 0;
  }
  .topbar-wrp .top-contact {
    display: flex;
    flex-wrap: wrap;
  }
  .topbar-wrp .topbar-icon ul li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
  }
  .topbar-wrp .topbar-icon ul li > a > span {
    font-size: 16px;
    line-height: 24px;
    width: 24px;
    height: 24px;
  }
  .topbar-wrp .topbar-icon ul li.topbar-search > a > span {
      font-size: 14px;
      line-height: 24px;
  }
  .search-group {
    width: 92px;
  }
  .topbar-wrp .top-contact .contact {text-align: center;word-spacing: 20px;}
  .topbar-wrp .top-contact .contact > a {
    white-space: nowrap;
    display: inline-block;
    margin-right: 0;
    word-spacing: normal;
  }
  .collection-content-details p {
    line-height: 1.25;
  }
  .collection-content-details p br {
    display: none;
  }
  .shop-category {
    width: 100%;
  }
  .shop-categories {
    padding: 0;
  }
  .flwbtn {padding: 0 20px;}
  .product-area .flproductinfo-details .price {
    font-size: 20px;
  }
  .login-left, .login-right {
    padding: 20px 0;
  }
  .footer-wrp-info, .ftr-title h2,.footercontact-content > ul > li, .footercontact-content > ul > li a, .dblemenu ul li a {
    font-size: 14px;
  }
  .flcard-info .card-details h3 a {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 1;
  }
  .flcard-info .card-details .rgprice {
    line-height: normal;
  }
  .quantity {
    align-items: flex-end;
  }
  .quantity-wrapper .price-wrapper {
    margin-bottom: 8px;
  }
  .quantity .main {
    margin: 0;
    padding: 5px;
  }
  .quantity .btn-info, .quantity .counter {
    width: 24px;
    height: 24px;
  }
  .quantity .btn-info .ni {
    line-height: 24px;
  }
  .quantity .flwbtn {
    font-size: 1em;
    padding: 0 14px;
    height: 42px;
    min-height: 42px;
    line-height: 40px;
  }
  .home-category {
    padding-left: 15px;
  }
  .home-category-text h3 {
    font-size: 1.35em;
  }
  .home-icon {
    display: block;
  }
  .home-icon h3 {
    padding-left: 0;
  }
  .home-icon p {
    text-align: center;
    padding-left: 0;
    position: static;
    margin-bottom: 40px;
  }
  .best-seller-nav {
    grid-column-gap: 5px;
    margin-top: 20px;
  }
  .bestseller-titleinfo p {
    font-size: 1.25em;
  }
  .best-seller-btn {
      font-size: .8em;
      height: 36px;
      padding: 0 5px;
  }
  .home-products-wrapper .product-cardwrp {
      margin: 20px auto;
  }
  .bestseller-section .product-details h3 {
      font-size: 1em;
      line-height: 1;
  }
  .bestseller-section .product-details p {
    font-size: .9em;
  }
  .product-shop-btn {
      font-size: .9em;
      padding: 0 10px;
  }
  .occasion-content-details {
    padding: 0;
    text-align: center;
  }
  .home-occasion {
    width: 100%;
  }
  a.home-scroll-down {
    left: 0;
    right: 0;
  }
  .ig-follow-wrapper h2 {
    font-size: 10vw;
  }
}