/*
 Theme Name:   LG Store Theme
 Description:  LG Store Theme
 Author:       Keiran Martin
 Template:     storefront
*/

/* @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,900&display=swap');
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Nunito Sans', sans-serif;
  color: #2D2D2D;
}
html,
body,
#app {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
.mobile {
  display: none;
}
.temp{
    height: 20px;
    position: relative;
    margin: 0 !important;
    overflow: hidden;
    background: #9891e3;
    color: white;
}
.screen-reader-only {
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}
a:focus{
    border: 2px solid #000000;
}
.slick-autoplay-toggle-button{
  display: none !important;
}

@media (max-width: 991px) {
  .mobile {
    display: block;
  }
}
/*----------------------------------------------------------------
FONTS
-------------------------------------------------------------------*/
#page button{
  font-family: 'Nunito Sans', sans-serif;
}
#page input{
  font-family: 'Nunito Sans', sans-serif!important;
}
h1,
h2,
h3,
h4,
h5 {
    font-size: inherit;
    font-family: 'Oswald', sans-serif;
}
h1 {
  text-transform: uppercase;
  font-size: 33px;
  line-height: 38px;
  font-weight: 800;
  color: #2D2D2D;
}
h1.woocommerce-products-header__title.page-title {
    background: #f7f7f7;
    padding: 15px 0;
}
h2 {
  font-size: inherit;
}
h3 {
  font-size: inherit;
}
h4 {
  font-size: inherit;
}
h5 {
  font-size: inherit;
}
p,
a,
ul,
li {
  font-size: inherit;
}

.h2{
  font-size: 22px;
   font-weight: 600;
   color: #2D2D2D;
   margin-bottom: 30px;
   border-bottom: 1px solid #007BBE; 
   padding: 0 0 15px;
   text-align: center;
}


/*-----------------------------------------------------------------------------------
APP
-----------------------------------------------------------------------------------*/
#nav{
  position: fixed;
  width: 100%;
  margin-bottom: 0;
}
#primary, #main{
  margin-bottom: 0;
}
#app{
  margin-top: 172px;
}

@media(max-width: 767px){
  #app{
    margin-top: 134px;
  }
}
@media(max-width: 500px){
  #app{
    margin-top: 93px;
  }
}

/*----------------------------------------------------------------
BOTTOM BAR
-------------------------------------------------------------------*/
.bottom-bar .desktop{
  padding: 10px 0;
  background: #F5F5F5;
}
.bottom-bar .desktop p{
  margin: 0;
  color: #2D2D2D;
  text-align: center;
}
.bottom-bar .desktop a{
  margin: 0;
  color: #2D2D2D;
  text-align: center;
  text-decoration: none;
  transition: all ease .3s;
}
.bottom-bar .desktop a:hover{
  color: #8DC544;
  transition: all ease .3s;
}
.bottom-bar .desktop p i{
  margin-right: 10px;
  color: #8DC544;
}
.bottom-bar .mobile{
  padding: 0;
  background: #F5F5F5;
}
.bottom-bar .mobile p{
  margin: 0;
  color: #2D2D2D;
  text-align: center;
}
.bottom-bar .mobile p i{
  margin-right: 10px;
  color: #8DC544;
}

/*----------------------------------------------------------------
FOOTER
-------------------------------------------------------------------*/
footer{
  background: #2D2D2D;
}

footer .left,
footer .middle,
footer .right{
  padding-top: 50px;
  color: #fff;
}

footer h4{
  font-size: 20px;
    line-height: 27px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

footer span{
  color: #fff;
}

footer span a{
  color: #fff;
  text-decoration: none;
}

footer ul{
    list-style: none;
    margin: 0;
}

footer li{
    margin: 10px 0;
}

footer li a{
    color: #fff !important;
}

footer i{
    color: #7FCC29 !important;
}

footer .contact a{
    margin: 10px 0 !important;
    display: block;
}

footer span a:hover{
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1200px){
  footer .container {
      max-width: 1500px;
  }
}

/*----------------------------------------------------------------
BUTTONS
-------------------------------------------------------------------*/

.btn-main{
  color: #fff;
  background: #8DC544;
  width: 230px;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  font-weight: 800;
  transition: .3s all ease;
  text-transform: uppercase;
  border: 1px #8DC544 solid;
  border-radius: 0;
}

.btn-main:hover{
  text-decoration: none;
  background: #fff;
  color: #8DC544;
  border: 1px #8DC544 solid;
  text-shadow: none;
  transition: .3s all ease;
}

.btn-checkout{
  background: blue;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
  text-shadow: 1px 1px 1px #00000036;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  transition: .3s all ease;
}
.btn-checkout:hover{
  color: pink;
  background: #fff;
  text-shadow: none;
  transition: .3s all ease;
}

@media (max-width:576px){
  .btn-main{
    width: 100%;
  }
}

.btn-alt{
  text-shadow: 0px 1px 2px #00000063;
  color: #000;
  background: #fff;
  width: 300px;
  font-size: 18px;
  display: block;
  border: 1px #000 solid;
  margin: 0 auto;
  font-weight: 800;
  transition: .3s all ease;
  text-transform: uppercase;
}

.btn-alt:hover{
  text-decoration: none;
  background: #000;
  color: #fff;
  border: 1px #fff solid;
  text-shadow: none;
  transition: .3s all ease;
}
/*----------------------------------------------------------------
BREADCRUMBS
-------------------------------------------------------------------*/

#breadcrumbs{
  padding: 10px 20px;
  color: #000;
}
#breadcrumbs a{
  color: #000;
}


/*----------------------------------------------------------------
PRODUCTS
-------------------------------------------------------------------*/

ul.products li.product{
  width: 25%;
  padding: 10px;
  margin-bottom: 0;
  .bottom{
      text-align: left;
  }
  .top{
    min-height: 300px;
    display: flex;
    align-items: center;
  }
  & img{
      width: 100%;
      margin: 0 !important;
  }
  .title{
      font-size: 17px;
      line-height: 23px;
      font-family: 'Oswald', sans-serif;
      font-weight: 500;
      color: #000000;
  }
  .cat{
      color: #000000;
      font-size: 16px;
      line-height: 22px;
      margin: 8px 0;
  }
  .cat::before{
      font-family: "Font Awesome 5 Free"; 
      font-weight: 900; 
      content: "\f02e";
      color: #8DC544;
      margin-right: 5px;
  }
  .price{
      color: #2D2D2D;
      font-weight: 900;
      font-size: 16px;
  }   
}


@media(max-width: 991px){
  ul.products li.product{
      width: 50%;
      margin-bottom: 0;
  }
  ul.products li.product-category {
      width: 100%;
      margin-bottom: 0;
  }
  ul.products {
      display: flex !important;
      flex-wrap: wrap;
  }
  ul.products li.product .top{
    min-height: auto;
  }
}

/* @media(max-width: 767px){
  ul.products li.product{
      width: 100%;
  }
} */


/*----------------------------------------------------------------
PRODUCT CATEGORY
-------------------------------------------------------------------*/

.product-category .woocommerce-loop-category__title{
  background: #007BBE;
  display: flex;
  justify-content: space-between;

}
.product-category .woocommerce-loop-category__title .name{
  width: 100%;
  padding: 10px 0;
  color: #fff;
}
.product-category .woocommerce-loop-category__title .arrow{
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #8DC544;
  font-size: 20px;
}