/*
 Theme Name:   LG Store Theme New
 Description:  LG Store Theme
 Author:       Trafford Burrell
 Template:     storefront
*/

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Nunito Sans', sans-serif;
}
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;
}

.filterWrap li a,
#product-loop .products .inner .cat h3{
    text-transform: capitalize;
}


@media (max-width: 991px) {
  .mobile {
    display: block;
  }
}
/*----------------------------------------------------------------
FONTS
font-family: 'Dancing Script', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Rubik', sans-serif;
-------------------------------------------------------------------*/
body{
  font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
    font-size: inherit;
    font-family: 'Dancing Script', cursive;
}
h1 {
  font-size: 54px;
  font-weight: 700;
}
h2 {
  font-size: 54px;
  font-weight: 700;
}
h3 {
  font-size: inherit;
}
h4 {
  font-size: inherit;
}
h5 {
  font-size: inherit;
}
p,
a,
ul,
li {
  font-size: inherit;
}



/*-----------------------------------------------------------------------------------
APP
-----------------------------------------------------------------------------------*/
#nav{
  width: 100%;
  margin-bottom: 0;
}
#primary, #main{
  margin-bottom: 0;
}
#app{
  padding: 0!important;
}


/*----------------------------------------------------------------
NAV
-------------------------------------------------------------------*/
nav {
  padding: 3px 0 !important;
  background: #3D2A1BBA;
  max-height: auto;
  transition: background-color 0.3s ease;
}

nav ul{
  margin: 0 auto;
}

nav .nav-link{
  color: #FFFFFF;
  margin: 0 30px;
  transition: .3s all ease;
}

nav .nav-link:hover{
  color: #E3B75A;
  transition: .3s all ease;
}

/*----------------------------------------------------------------
HEADER
-------------------------------------------------------------------*/

#nav .alert {
  background: #E3B75A;
  padding: 0;
  height: 35px;
  FONT-VARIANT: JIS83;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #3D2A1B;
  margin-bottom: 0;
  border-radius: 0;    
}
#nav .alert .btn-close {
  height: 33px;
  padding: 0 20px 0 0!important;
}

#nav .image{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px
}

#nav .container{
  display: flex;
  justify-content: space-between;
}

@media(max-width:1400px){
  #nav .image{
      display: none;
  }
}


#nav{
  border: none !important;
  padding-top: 0;
}
#nav .container{
  display: flex;

}

#site-navigation{
  background: none;
  width: 100%;
}
#topbar{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 0 15px;
/*     display: none !important; */
}
header .right{
    display: flex;
    justify-content: flex-end;
}
.logo{
    margin-bottom: 0;
}

#topbar .site-header-cart .cart-contents {
  padding: 0;
  display: block;
  position: relative;
  background-color: transparent;
  height: auto;
  width: auto;
  color: #000;
  text-indent: 0;
   text-decoration: none;
}
#topbar .site-search{
  margin: 0 20px;
  width: auto;
}
#topbar .site-search .search-field{
  color: #656565;
  background: none;
  border: 1px solid #3D2A1B99;
  border-radius: 5px 5px 5px 5px;
  height: 37px;
  width: 300px;
  padding-left: 10px;
  padding-right: 35px;
  font-size: 16px !important;
}

#topbar .site-search .search-field::placeholder{
  color: #656565!important;
}

#topbar .site-search .widget_product_search form::before {
  top: 10px;
  right: 10px;
  font-size: 16px;
  left: auto;
  color: blue;
}
#topbar .search-field::-webkit-input-placeholder {
  color: #fff !important;
  font-family: 'Nunito Sans', sans-serif!important;
}
#topbar .search-field:-moz-placeholder {
  color: #fff;
  font-family: 'Nunito Sans', sans-serif!important;
  opacity: 1;
}
#topbar .search-field::-moz-placeholder {
  color: #fff;
  font-family: 'Nunito Sans', sans-serif!important;
  opacity: 1;
}
#topbar .search-field:-ms-input-placeholder {
  color: #fff;
  font-family: 'Nunito Sans', sans-serif!important;
}

.carts{
  display: flex;
  margin: 0 20px;
}
#topbar .account a{
  color: #fff;
  text-decoration: none;
  transition: all ease .3s;
}
#topbar .account a:hover{
  color: blue;
  transition: all ease .3s;
}

#topbar .btn i{
  margin: 0;
}

#topbar .account i{
  color: blue;
  margin-right: 10px;
  font-size: 20px;
}
#topbar .socials{
  display: flex;
  align-items: flex-end;
}
#topbar .social-link{
  margin: 0 5px;
}
#topbar .account{
  margin-right: 20px;
}

#topbar .social-link img{
  transition: all .3s;
}
#topbar .social-link:hover img{
  filter: brightness(0) invert(1);
  transition: all .3s;
}

#nav .branding img{
    padding: 5px 0;
}


#topbar .site-search .widget_product_search form::before {
  display: none;
}

#topbar .woocommerce-product-search button {
  position: relative;
  background: #3D2A1B;
  left: -30px;
  top: -1.5px;
  height: 37px;
  width: 57px;
  clip-path: none;
  color: #E3B75A;
  font-size: 15px;
  border-radius: 0 5px 5px 0;;
}

#topbar .site-header-cart {
  width: 300px;
  float: none;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #3D2A1B;
  border-right: none;
  border-radius: 5px 0px 0px 5px;
  color: #fff;
 
}

#topbar #close{
  display: none;
}

.divider{
  color: #fff;
  margin: 0;
  border-bottom: solid 1px #eee;
  padding-bottom: 5px;
  margin: 10px;
}

.right .site-search, .right .site-header-cart, .right .carts{
  display: none;
}

#topbar .site-search, #topbar .site-header-cart {
  display: block;
}
#topbar .carts{
  display: flex;
}

#topbar .socials i{
  color: #3D2A1B;
  font-size: 25px;
  transition: .3s all ease;
}

#topbar .socials a:hover i{
  color: #E3B75A;
  font-size: 25px;
  transition: .3s all ease;
}

#topbar .account{
  background: #3D2A1B;
  border: #3D2A1B 2px solid;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  transition: .3s all ease;
}

#topbar .account:hover{
  background: #fff;
  border: #3D2A1B 2px solid;
  transition: .3s all ease;
}

#topbar .account i{
  color: #fff;
  font-size: 15px;
  transition: .3s all ease;
}

#topbar .account a:hover i{
  color:#3D2A1B;
  font-size: 15px;
  transition: .3s all ease;
}

#topbar .account a{
  display: flex;
  align-items: center;
  transition: .3s all ease;
}

#topbar .account a:hover{
  color: #3D2A1B;
  transition: .3s all ease;
}

@media(max-width:1390px){
  nav .nav-link{
      margin: 0 15px;
  }
}

@media(min-width: 1300px){
  .navbar-nav .nav-item, .navbar-nav .dropdown{
    margin: 0 10px;
  }
}

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

@media(max-width: 1300px){
  #topbar .site-search .search-field{
    width: 250px;
  }
  
  #topbar .site-header-cart {
    width: 250px;
  }
}

@media(max-width: 1200px){
  #nav .container{
    width: 100%;
    max-width: 100%;
  }
  #nav .navbar-toggler{
      border: none;
  }
  #nav .navbar-toggler:hover{
      background: none;
  }
  #nav .navbar-toggler i{
      font-size: 35px !important;
      color: #fff;
  }
  #nav .navbar-nav li{
      text-align: center;
  }
  #nav .navbar-nav{
      padding: 20px 0;
      margin-left: 0;
  }
  #nav .active .nav-link{
      background: blue;
    border-bottom: 0px solid blue !important;
    transition: all ease .3s;
  }
  #nav .active .nav-link:hover{
      color: #fff;
  }
  #topbar #close{
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    background: none;
    font-size: 40px;
    color: #fff;
    padding: 0px;
    height: 100%;
  }
  #topbar form{
      margin-bottom: 0;
  }
  #topbar .site-search {
    display: flex;
    position: fixed;
    background: #656565;
    width: 100%;
    height: 10%;
    top: -100%;
    left: 0;
    z-index: 9999;
    margin: 0;
    justify-content: center;
    align-items: center;
    transition: all ease 0.3s;
  }

  #topbar .site-search.open {
      top: 0;
      transition: all ease 0.3s;
  }

  .socials-mobile ul {
      display: flex;
      list-style: none;
      justify-content: center;
      margin-left: 0;
  }
  .socials-mobile ul li {
      margin: 0 10px;
      filter:none;
      transition: all 0.3s;
  }
  .socials-mobile li:hover img {
      filter:brightness(0) invert(1);
      transition: all 0.3s;
  }
  #topbar .site-header-cart {
      display: none;
  }

  #topbar .socials i {
      color: blue;
      margin-right: 10px;
      font-size: 30px;
      margin: 0 20px;
  }
  #topbar .account {
      margin-right: 0;
  }
  #nav .right{
      display: flex;
      justify-content: flex-end;
  }
  #topbar{
      padding: 8px 0;
  }

  #nav .mobile{
    margin: 0;
    padding: 5px 0;
    background: red
  }
  #nav .mobile p{
      margin: 0;
      text-align: center;
      color: #fff;
  }
  #nav .mobile p i{
      margin-right: 10px;
      color: blue;
  }
  #nav .mobile p a{
      color: #fff;
  }
  #nav .details{
      justify-content: center;
      flex-direction: column;
      align-items: center;
      margin-bottom: 20px;
  }
  #nav .details p{
      margin: 2px 0;
      text-align: center;
      color: #fff;
  }
  #nav .details p i{
      margin-right: 10px;
      color: blue;
  }
  #nav .details p a{
      color: #fff;
  }
  #topbar .socials a{
    height: 100%;
    display: block;
  }
  #topbar .socials span{
      height: 100%;
      position: relative;
  }
  #topbar .account{
    background: none;
    border: none;
    padding: 0;
}
#topbar .socials i{
    color: #3D2A1B;
    font-size: 25px;
}
nav.navbar{
    display: flex;
    justify-content: right;
}
nav li.nav-item .nav-link {
    margin: 0;
}

#nav .active .nav-link{
    background: #3D2A1B;
}
#nav .nav-link{
    text-align: center;
}
}

#nav .socials{
  display: flex;
  justify-content: center;
  align-items: center;
}

#nav ul .socials i{
  color: #fff;
  font-size: 30px;
  margin: 0 10px;
}

@media (max-width: 767px) {
  #nav{
    padding-bottom: 0;
  }
}

@media(max-width: 500px){
  #nav .container{
    padding: 0;
  }

}

@media(max-width: 400px){

  #nav .container{
    padding: 0 5px;
  }

}
@media(max-width: 350px){
  #topbar .socials i {
    margin: 0 15px;
  }
  #nav .mobile p {
    font-size: 14px;
  }
}
/*----------------------------------------------------------------
BOTTOM BAR
-------------------------------------------------------------------*/
.bottom-bar .desktop{
  padding: 5px 0;
  background: red;
}
.bottom-bar .desktop p{
  margin: 0;
  color: #fff;
  text-align: center;
}
.bottom-bar .desktop a{
  margin: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all ease .3s;
}
.bottom-bar .desktop a:hover{
  color: blue;
  transition: all ease .3s;
}
.bottom-bar .desktop p i{
  margin-right: 10px;
  color: blue;
}


/*----------------------------------------------------------------
FOOTER
-------------------------------------------------------------------*/
footer {
  background: #3D2A1B;
  padding: 70px 0 10px;
}

footer h3 {
  font-size: 19px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}

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

footer p {
  color: #fff;
  margin: 0 0 10px;
  font-size: 16px;
}

footer span {
  color: #fff;
}

footer a{
  color: #fff!important;
  transition: .3s all ease;
}

footer a:hover{
  color: #E3B75A!important;
  transition: .3s all ease;
}

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

@media(max-width:576px){
    footer{
      text-align: center;
  }
}

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

.btn-main{
  color: #fff;
  background: #E3B75A;
  border: 1px solid #E3B75A;
  font-size: 17px;
  font-weight: 500;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  transition: .3s all ease;
}

.btn-main:hover{
  transition: .3s all ease;
  background: #fff;
  color: #E3B75A;
}

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

.btn-checkout:hover{
  color: #E3B75A!important;
}

.btn-brown{
  color: #fff;
  background: #3D2A1B;
  border: 1px solid #3D2A1B;
  font-size: 17px;
  font-weight: 500;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  transition: .3s all ease;
}

.btn-brown:hover{
  transition: .3s all ease;
  background: #fff;
  color: #3D2A1B;
}

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


.btn-alt{
  border: 1px solid #3D2A1B80;
  border-radius: 5px;
  font-weight: 500;
  color: #3D2A1B;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  transition: .3s all ease;
}

.btn-alt:hover{
  background: #3D2A1B;
  color: #fff;
  transition: .3s all ease;
}

.btn i{
  margin-left: 10px;
  font-size: 12px;
}

.click {
  margin-top: 20px;
}
/*----------------------------------------------------------------
BREADCRUMBS
-------------------------------------------------------------------*/

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


/*----------------------------------------------------------------
NEWSLETTER
-------------------------------------------------------------------*/
#newsletter{
    background: #E3B75A;
    padding: 40px;
}
#newsletter .btn{
    background: #3D2A1B;
    height: 43px;
    width: 20%;
    margin: 0 5px;
}
#newsletter form{
    display: flex;
    width: 80%;
    padding: 0;
    margin: 0;
}
#newsletter input{
    margin: 0 5px;
}
#newsletter .col-12{
    display: flex;
    align-items: center;
    justify-content: center;
}
#newsletter h3{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
}

@media(max-width: 991px){
	#newsletter .col-12 {
    flex-direction: column;
}

#newsletter form {
    width: 100%;    
    flex-direction: column;
}

#newsletter input{
    margin: 5px 0;
}
#newsletter .btn{
    width: 100%;
    margin-top: 20px;
}
}
