/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&amp;display=swap"); */
@keyframes btnAnimation {
  0% {
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/* google-font */
* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  background: #f8f8f8;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  color: #232532;
  font-family: "Jost", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 7rem;
}
@media (max-width:767px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 5.6rem;
}

h3 {
  font-size: 4.2rem;
}

h4 {
  font-size: 3.4rem;
}

h5 {
  font-size: 3rem;
  margin-bottom: 0;
}

a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #232532;
  text-decoration: none;
  font-family: "Jost", sans-serif;
}
a .list-text {
  color: #FFFFFF;
  font-size: 1.6rem;
}
a span {
  font-size: 14px;
  font-weight: 500;
}

p {
  font-size: 15px;
  color: #797979;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 0;
}

ul {
  padding-left: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

iframe {
  width: 100%;
}

.container,
.page-header .row{
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 4% !important;
}
@media (min-width: 1650px){
	.container,
.page-header .row {
    max-width: 1650px !important;
	width: 1650px !important;
	padding: 0 !important;
  }
}
input {
  font-size: 1.3rem;
}

input[type=checkbox] {
  accent-color: #AE1C9A;
}

button {
  border: none;
  outline: none;
  background: transparent;
}



  .wrapper-heading {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-left: solid;
    line-height: normal;
    padding-left: 10px;
}
.sidebar-section {
    padding: 30px;
    border: solid 1px #eee;
}
.sidebar-list a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: block;
    padding: 10px 5px;
    transition: all 0.3sease;
    border-top: solid 1px #eee;
}
.sidebar-list li {
    margin-bottom: 0;
}
.sidebar-list a:hover, .sidebar-list a.active {
    color: #294c90;
}

.product-sidebar-section h2 {
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 20px;
}
.product-sidebar-section p {
    font-size: 17px;
    color: #000;
    font-weight: 300;
}
.product-sidebar-section .row.g-5 {
    margin-top: 40px !important;
}
.product-wrapper .product-img {
    height: initial !important;
    position: relative;
/*     padding: 20px 0px; */
}
.product-wrapper {
    width: 100%;
    height: initial;
    padding: 0;
    border-radius: 1.2rem;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}
.product-wrapper .product-info {
    margin: 0 !important;
    background: #059cd50d;
    padding: 20px;
}
.product-wrapper .product-info h3 {
    font-weight: 600;
    font-size: 20px;
}
.product-wrapper .product-info p {
     font-size: 16px;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px;
    color: #797979;
}
section.product.weekly-sale.weekly-sale-three {
    padding-bottom: 5rem;
}