Untitled

mail@pastecode.io avatar
unknown
plain_text
7 months ago
12 kB
0
Indexable
Never
html {
  scroll-behavior: smooth;
}
/* Extra Section removed */
.footer-top-content,
.home-product-tiles.homepage,
.home-promos.homepage,
.home-categories.homepage,
.home-main.homepage {
  display: none;
}
/* Button CSS */
html body .button {
  padding: 13px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background-color: #930022;
  border: 1px solid #930022;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: .05rem;
  cursor: pointer;
  border-radius: 4px;
  font-family: Libre Baskerville, serif;
  font-weight: 600;
}

html body .button-container {
  margin-top: 40px;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4px;
}

html body .button.shop-best-sellers {
  color: #231f20 !important;
  background: #ffffff;
}

html body .button:hover {
  text-decoration: none;
}

html body .button.shop-best-sellers:hover {
  background: #930022;
  color: #ffffff !important;
}
html body .button.shop-all-best-sellers:hover,
html body .button.shop-all-Category:hover,
html body .button.shop-by-category:hover {
  background: #ffffff;
  color: #930022 !important;
}
.hero-image-section img {
  width: 100%;
  height: 100%;
}

/* Hero Section */
.eg-hero-section {
  padding-top: 60px;
}
.hero-content-section {
  padding-left: 15px !important;
}

.hero-content-section .hero-heading {
  font-size: 40px;
  margin-bottom: 0px;
}

.hero-content-section .hero-subheading {
  font-size: 27px;
  margin-top: 20px;
  margin-bottom: 32px;
  line-height: 1.4;
}
.eg-hero-section .hero-content-section ul {
  padding-left: 10px;
  list-style: none;
}
.eg-hero-section .hero-content-section ul li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
}
.eg-hero-section .hero-content-section ul li img {
  margin-right: 5px;
  filter: grayscale(1);
  opacity: .4;
}


/* Trust Section */
.eg-trust-content {
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  gap: 10px;
}

.eg-trust-section {
  padding: 40px 0px;
}
.eg-trust-content .eg-trust-box img {
  filter: grayscale(1);
  opacity: .3;
}
.eg-trust-content .eg-trust-box:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.eg-trust-box-inr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.eg-trust-box-inr img {
  margin-bottom: 20px;
}
.eg-trust-content .eg-trust-para {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}

.eg-trust-content .eg-trust-box {
  text-decoration: none;
}
.eg-new-slider-main .slick-arrow:before,
.eg-trust-content .slick-arrow:before{
  color: #000000;
    position: static;
    font-weight: lighter;
    font-size: 3rem;
}
.eg-new-slider-main .slick-arrow.slick-next:before,
.eg-trust-content .slick-arrow.slick-next:before {
  content: "\F105";
}
.eg-new-slider-main .slick-arrow.slick-prev:before,
.eg-trust-content .slick-arrow.slick-prev:before {
  content: "\F104";
}
.eg-trust-slider .slick-arrow {
  height: 100%;
  padding: 0px;
  background: #ffffff;
  width: 30px;
}
/* Catogery Section */
.eg-category-section {
  padding: 50px 15px;
  background: #f7f7f7;
}
.eg-category-section .eg-category-heading {
  width: 100%;
  text-align: center;
  font-size: 27px;
  font-family: Libre Baskerville, serif;
  margin-bottom: 40px;
}
.eg-category-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
}

.eg-category-content img {
  width: 100%;
}

.eg-category-content .eg-category-box {
  width: 33.33%;
  padding: 5px;
}

.eg-category-section .eg-category-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-family: Nunito, sans-serif;
}

.eg-category-section .eg-category-box a {
  display: block;
  position: relative;
  border-top: 8px solid #930022;
  margin-bottom: 30px;
}
/* .eg-category-content .eg-category-box:last-child img {
  max-height: 308px;
  object-fit: cover;
} */
.eg-category-section .eg-category-box a:hover:before {
  position: absolute;
  content: '';
  background: #c37d8b80;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.eg-category-section .eg-category-box .shop-button {
  position: absolute;
  bottom: 30px;
  z-index: 1;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background-color: #930022;
  border: 1px solid #930022;
  text-decoration: none;
  font-size: 16px;
  left: 50%;
  padding: .5rem 2rem;
  margin-bottom: 0px;
  border-radius: 4px;
  font-family: Libre Baskerville, serif;
}
.eg-category-section .button-container {
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
}

/* Shop Section */

.eg-shop-section {
  background: #930022;
  padding: 30px 15px;
}
.eg-shop-section .shop-heading {
  font-size: 27px;
  color: #ffffff;
}
.shop-left-content {
  display: flex;
  align-items: center;
}

.shop-content {
  margin-left: 30px;
}

.eg-shop-section .shop-para {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0px;
}

.eg-shop-section .row {
  justify-content: space-between;
  max-width: 1340px;
  margin: 0 auto;
  gap: 40px;
}

.shop-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.eg-shop-section .row > div {
  width: 48%;
}

.eg-shop-section .learn-more {
  width: 100%;
}

.shop-right-content .button {
  border-color: #ffffff;
  padding: 1rem;
  font-size: 20px;
  width: 100%;
  max-width: 500px;
}
.shop-right-content .button:hover{
  background: #ffffff;
  color: #930022 !important;
}


/* Why Section */
.eg-why-section {
  padding: 50px 15px;
}

.eg-why-section .eg-why-heading {
  text-align: center;
  width: 100%;
  font-size: 27px;
  margin-bottom: 0px;
}

.eg-why-section .eg-why-para {
  font-size: 18px;
  max-width: 900px;
  margin: 20px auto 40px;
  text-align: center;
  line-height: 22px;
}

.eg-why-section .eg-why-list {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

.eg-why-section .eg-why-list li {
  width: 50%;
  list-style: none;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: baseline;
}
.eg-why-section .eg-why-list li img {
  margin-right: 20px;
}
.eg-why-section .eg-why-list > li:nth-child(1), 
.eg-why-section .eg-why-list > li:nth-child(2) {
  margin-bottom: 40px;
}

/* New Slider section */
.home-product-tiles.eg-new-slider-main {
  background: #f7f7f7;
  padding: 60px 15px 0px;
}
.home-product-tiles.eg-new-slider-main .hp-product-grid {
  padding-bottom: 60px;
  margin-bottom: 0px;
}

.eg-new-slider-main .eg-heading-rule {
  text-align: center;
  font-size: 27px;
}

.eg-new-slider-main .eg-subheading-rule {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}
html body .eg-new-slider-main .button-container {
  text-align: center;
  justify-content: center;
  margin-top: 20px;
}
.eg-new-slider-main .product {
  background: #ffffff;
  text-align: center;
  padding-top: 20px;
  border-radius: 4px;
}

.eg-new-slider-main .product .tile-body {
  text-align: center;
  min-height: 110px 
}
.eg-new-slider-main .slick-arrow:before {
  color: #231f20;
}

@media screen and (min-width: 1200px) {
  .eg-trust-content.eg-trust-slider{
    display: none;
  }
  html body .eg-trust-content .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .hero-content-section {
    padding-bottom: 0px !important;
  }
  
}
@media screen and (max-width: 1199px) {
  
  html body .eg-trust-box-inr img{
    min-height: 61px;
  }
  html body .eg-hero-section .hero-content-section ul {
    padding-left: 0px;
}
  .eg-trust-content:not(.eg-trust-slider){
    display: none;
  }
  .hero-content-section .hero-heading{
    font-size: 36px;
  }
  .hero-content-section .hero-subheading{
    font-size: 26px;
  }
}
@media screen and (max-width:991px) {
  html body .eg-category-section .eg-category-box .shop-button{
    width: 150px;
    padding: 10px 20px 
  }
  html body .eg-category-content .eg-category-box{
    width: 50%;
  }
  html body .eg-shop-section .row{
    justify-content: center;
  }
  html body .eg-shop-section .row > div {
    width: 100%;
    justify-content: center;
}
.eg-why-section .eg-why-list li{
  padding: 0px 10px;
}
.eg-why-section .eg-why-list li br{
    display: none;
}

.home-product-tiles.eg-new-slider-main .hp-product-grid{
  border-bottom: 1px solid #c6c5c5;
}
}
@media screen and (min-width: 768px) {
  
  html body .eg-trust-section,
  html body .eg-hero-section{
    padding-left: 15px;
    padding-right: 15px;
  }
  .eg-why-section .eg-why-list > li:nth-child(3) {
    order: -1;
  }
  .eg-why-section .eg-why-list > li:nth-child(1) {
      order: -2;
  }
}
@media screen and (max-width: 767px) {
  
  body .eg-hero-section .hero-content-section ul {
    max-width: 342px;
    margin-left: auto;
    margin-right: auto;
  }
  body .hero-content-section .hero-heading{
    font-size: 26px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-content-section .hero-subheading br {
    display: none;
    max-width: 600px;
  }

  .hero-content-section .hero-subheading {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    text-align: center;
  }
  html body .eg-hero-section {
    padding-top: 20px;
  }
  html body .eg-hero-section .hero-content-section .hero-heading{
    font-size: 26px;
    max-width: 326px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  /* Trust Section  */
  .eg-trust-content .eg-trust-para {
    font-size: 14px;
}
  /* Catagory Section */
  html body .eg-category-section .eg-category-heading{
    font-size: 26px;
  }
  html body .eg-category-section .eg-category-box a {
    border-top: 0px;
    margin-bottom: 10px;
  }
  html body .eg-category-section .eg-category-title {
      font-size: 18px;
      margin-bottom: 0px;
      padding-top: 15px;
      padding-bottom: 15px;
      border-top: 4px solid #930022;
  }
  html body .eg-category-section .eg-category-box .shop-button {
      bottom: 10px;
      padding: 8px;
  }
  html body .eg-hero-section .button-container,
  html body .eg-category-section .button-container {
    flex-direction: column;
    width: 100%;
  }
  html body .eg-hero-section .button-container .button,
  html body .eg-category-section .button-container .button {
      width: 100%;
  }

  /* Shop Section */
  html body .eg-shop-section .row {
    margin-left: -15px;
    margin-right: -15px;
    gap: 15px;
}
html body .eg-shop-section .shop-left-content img {
    max-width: 85px;
}
html body .eg-shop-section .shop-heading {
    font-size: 24px;
}
html body .eg-shop-section .shop-para {
    font-size: 16px;
}
html body .shop-right-content .button {
    font-size: 18px;
}
/* Why Section */
html body .eg-why-section .eg-why-list li {
  width: 100%;
  margin-bottom: 29px !important;
  padding: 0px;
}
html body .eg-why-section .eg-why-para{
  font-size: 20px;  
}

html body .eg-why-section .eg-why-list li:last-child {
  margin-bottom: 0px !important;
}
}

@media screen and (max-width: 450px) {
  html body .hero-content-section .hero-heading{
    max-width: 326px;
  }
}
@media screen and (max-with: 370px) {
  .eg-hero-section .hero-content-section ul li{
    display: flex;
    align-items: flex-start;
  }
  .eg-hero-section .hero-content-section ul li img {
    margin-right: 10px;
}
}
Leave a Comment