:root {
  --theme-red: #EF4036;
  --theme-yellow: #FBAF3F;
  --theme-dark: #303031;
  --theme-light-red: #F1E9D4;
  --theme-light: #f3efec;
  --theme-white: #ffffff;
  --theme-black: #000000;
}

body {
  font-family: "Open Sans", sans-serif;
}

.intro {
  background-color: var(--theme-light-red);
  padding: 0 0 3rem;
}
.intro .content{
  padding: 30px 0;
}
.intro .content .logo{
  display: inline-block;
  margin-bottom: 40px;
}
.intro .content img {
  width: 200px;
}

.intro .content .headline {
  font-weight: 700;
  color: var(--theme-red);
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.intro .content .headline .color-dark{
  color: var(--theme-dark);
}
.intro .content .headline .color-yellow{
  color: var(--theme-yellow);
}

/* .intro .content .description {
  color: var(--theme-white);
  font-size: 28px;
  line-height: 1;
} */

.intro .content .btn-theme {
  color: var(--theme-white);
  background-color: var(--theme-red);
  border-color: var(--theme-red);
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  padding:10px 30px;
}

.intro .content .btn-theme:hover {
  background-color: var(--theme-dark);
  border-color: var(--theme-dark);
}

.cta {
  background: var(--theme-light-red);
}

.cta .container {
  background-color: var(--theme-red);
  border-radius: 16px;
  width: 94%;
}

.cta .container .row {
  padding: 25px;
}

.cta .content .headline {
  color: var(--theme-white);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.cta .content .description {
  font-size: 16px;
  color: var(--theme-white);
  line-height: 1.3;
  margin-bottom: 30px;
}

.cta .content .btn-theme {
  color: var(--theme-white);
  background-color: var(--theme-yellow);
  border-color: var(--theme-yellow);
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.cta .content .btn-theme:hover {
  background-color: var(--theme-dark);
  border-color: var(--theme-dark);
}

.cta .cta-img {
  position: relative;
}

.cta .cta-img img:not(.cta-badge) {
  width: 290px;
  height: 290px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.cta .cta-img .cta-badge {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 75px;
  height: 75px;
  z-index: 1;
}


.products {
  background-color: var(--theme-light-red);
  padding: 64px 0;
}

.products .headline {
  color: var(--theme-dark);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}

.products .product-list .product-card {
  background-color: var(--theme-white);
  border: 1px solid #CDCDCD;
  max-width: 250px;
}

.products .product-list .product-card .product-badge {
  padding: 12px;
  background-color: var(--theme-yellow);
  color: var(--theme-white);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.products .product-list .product-card .product-inner {
  padding: 16px;
}

.products .product-list .product-card .product-inner .product-media img {
  display: block;
  margin: 0 auto;
  width: 165px;
  height: 165px;
  object-fit: cover;
}

.products .product-list .product-card .product-inner .product-content .product-price {
  margin-bottom: 6px;
}

.products .product-list .product-card .product-inner .product-content .product-price b {
  font-size: 18px;
  line-height: 1.2;
}

.products .product-list .product-card .product-inner .product-content .product-price small {
  font-size: 12px;
  color: #898989;
}

.products .product-list .product-card .product-inner .product-content .product-title {
  min-height: 45px;
}

.products .product-list .product-card .product-inner .product-content .product-title h4 {
  margin-bottom: 0;
}

.products .product-list .product-card .product-inner .product-content .product-title h4 a {
  text-decoration: none;
  font-size: 16px;
  color: #898989;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.products .product-action {
  margin: 48px auto 0;
}

.products .product-action .btn-outline-theme {
  color: var(--theme-black);
  border-color: var(--theme-black);
  border-radius: 0px;
  border-width: 2px;
}

.products .product-action .btn-outline-theme:hover {
  color: var(--theme-white);
  background-color: var(--theme-black);
  border-color: var(--theme-black);
}

footer {
  background-color: var(--theme-dark);
  padding: 40px 0;
}
footer .logo{
  display: inline-block;
  margin-bottom: 10px;
}

footer .call a {
  color: var(--theme-yellow);
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
}

footer .social-media {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 10px 0;
}

footer .social-media div {
  margin: 0 10px;
}

footer .nav {
  margin: 20px 0;
}

footer .nav li {
  border-right: 1px solid var(--theme-white);
}

footer .nav li:last-child {
  border-right: none;
}

footer .nav li a {
  font-size: 13px;
  color: var(--theme-white);
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}

footer .nav li a:hover {
  color: var(--theme-yellow);
}

footer p {
  margin-bottom: 0;
}

footer p small {
  display: block;
  color: var(--theme-white);
  line-height: 1.4;
  font-size: 12px;
}
.new_christmas_body .intro
{ 
  background-color: #EF4036;
  padding-top: 40px;
}
.new_christmas_body .intro h1
{
  color: #F4EFEB !important;
  font-weight: 900 !important;  
  font-style: italic;
  line-height: 75px !important;
  margin-bottom: 0 !important;
}
.new_christmas_body .intro .description
{
 color: #F4EFEB;
 /*font-size: 32px;*/
 font-size: 26px;
 line-height: 45px;
}
.new_christmas_body .cta .container
{
  background-color: #FFFFFF ;
}
.new_christmas_body .cta .content .headline
{
  color: #EF4036;
  font-size: 41px;
  font-weight: 900;
  line-height: 44px;
}
.new_christmas_body .cta .content .description
{
  color: #303031;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
.new_christmas_body .cta .content .btn-theme
{
  background-color: #EF4036;
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  border-radius: 33px;
  padding: 12px 30px;
  margin-top: 10px;
  border:0;
}
.new_christmas_body .cta .content .btn-theme:hover
{
  border-color: unset;
  border:0;
}
.new_christmas_body .intro .content .btn-theme
{
  background-color: #FBAF3F;
  color: #ffffff;
  padding: 12px 68px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  border:0;
}
.new_christmas_body .intro .content .btn-theme:hover
{
  border-color: unset !important;
  border: 0;
}
.new_christmas_body .cta
{
  background-color: #F3EFEC;
  position: relative;
  z-index: 9;
}
.new_christmas_body .cta::before
{
  background-color: #EF4036;
  position: absolute;
  top: -5px;
  content: "";
  width:100%;
  height: 240px;
  z-index: -1;
}
.new_christmas_body .intro .col-xl-7
{
  z-index: 99;
}
.new_christmas_body .products
{
   background-color: #F3EFEC;
}
.new_christmas_body .products .headline
{
  color: #303031;
  font-weight: 900;
  font-size: 26px;
}
.new_christmas_body .products .product-action .btn-outline-theme
{
  background-color: #EF4036;
  color: #ffffff;
  border:0;
  font-size: 16px;
  font-weight: bold;
  border-radius: 32px;
  padding:12px 30px;
}
.new_christmas_body .products .product-list .product-card .product-inner .product-content .product-price b
{
  color: #EF4036;
  font-weight: bold;
  font-size: 25px;
}
.new_christmas_body .products .product-list .product-card .product-inner .product-content .product-title
{
  min-height: 40px;
  margin-top: 10px;
}
.new_christmas_body .products .product-list .product-card .product-inner .product-content .product-title h4 a
{
  font-size: 13px;
}

@media only screen and (min-width: 768px){
  .cta .container .row {
    padding: 48px;
  }
  .cta .cta-img img:not(.cta-badge) {
    width: 100%;
    height: auto;
  }
  .cta .cta-img .cta-badge {
    top: -5%;
    right: -5%;
    width: 100px;
    height: 100px;
  }
  .products .product-list .product-card{
    max-width: 100%;
  }

}
@media only screen and (min-width: 992px){
  .intro .content{
    padding: 30px 0 30px 40px;
  }
  .products .product-list{
    max-width: 1024px;
    margin: 0 auto;
  }
  .products .product-list .product-card{
    width: 225px;
  }
}
@media only screen and (min-width: 1280px){
  .intro{padding: 0;}
  .intro .content{
    padding: 4rem 0 4rem 7rem;
  }
  .intro .content img{
    width: 280px;
  }
  .intro .content .headline{
    font-size: 62px;
  }
  /* .intro .content .description{
    font-size: 40px;
  } */
  .cta .content .headline{
    font-size: 40px;
  }
  .cta .content .description{
    font-size: 18px;
  }
  .cta .cta-img .cta-badge {
    top: -10%;
    right: -5%;
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 1440px){
  .intro .content{
    padding: 3rem 0 3rem 4rem;
  }
  .cta .container .row{
    padding: 4rem;
  }
  .cta .cta-img .cta-badge {
    top: -10%;
    right: -5%;
    width: 165px;
    height: 165px;
  }
}
@media only screen and (min-width: 1920px){
  .intro .content{
    padding: 3rem 0 3rem 18rem;
  }
}


@media only screen and (max-width: 767px){
  .new_christmas_body .intro{
   padding-top: 0;
   padding-bottom: 0 !important;
  }
  .new_christmas_body .intro h1
  {
    font-size: 55px !important;
    line-height: 50px !important;
  }
  .new_christmas_body .intro .description br
  {
    display: none;
  }
  .new_christmas_body .intro .description
  {
    font-size: 22px;
    line-height: 30px;
    margin-top: 15px;
  }
  .new_christmas_body .cta .container .row
  {
    padding: 15px;
  }
  .new_christmas_body .cta .content .btn-theme
  {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 25px;
  }
  .new_christmas_body .products .product-list .product-card .product-inner .product-media img
  {
    width: 135px;
    height: 135px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px)  {
  .new_christmas_body .intro
  {
    padding-bottom: 0 !important;
  }
}




.footersectionstarted a.logo svg{
  width: 11.25rem;
    height: auto;
}
img.footer_wallet_paylogo{
  max-width: 200px;
}
p.c_price{
  padding-top: 5px;
  font-size: 12px;
  color: #898989; 
}