/*
 Theme Name:   LG Store Theme
 Description:  LG Store Theme
 Author:       Keiran Martin
 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;
}

@media (max-width: 991px) {
  .mobile {
    display: block;
  }
}

/*----------------------------------------------------------------
FONTS
-------------------------------------------------------------------*/
#page button {
  font-family: 'Petrona', serif;
}

#page input {
  font-family: 'Petrona', serif;
}

body{
  font-family: 'Petrona', serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: inherit;
}

h1 {
  font-size: 40px;
  line-height: 43px;
  font-weight: 800;
  color: #515153;
}

h2 {
  font-size: inherit;
}

h3 {
  font-size: inherit;
}

h4 {
  font-size: inherit;
}

h5 {
  font-size: inherit;
}

p,
a,
ul,
li {
  font-size: inherit;
}



/*-----------------------------------------------------------------------------------
APP
-----------------------------------------------------------------------------------*/
#nav {
  position: fixed;
  width: 100%;
  margin-bottom: 0;
}

#primary,
#main {
  margin-bottom: 0;
}

#app {
    margin-top: 120px;
}

section, #breadcrumbs{
    margin: 0 auto;
    max-width: 2200px;
}


/*----------------------------------------------------------------
NAV
-------------------------------------------------------------------*/

#nav nav {
  background: transparent linear-gradient(180deg, #006B85 0%, #008DAF 79%, #04A9D2 100%) 0% 0% no-repeat padding-box;;
  max-height: auto;
  transition: background-color 0.3s ease;
}

.scrolled {
  -webkit-box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 5%);
  box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 5%);
  transition: background-color 0.3s ease;
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-light .navbar-toggler i {
  font-size: 30px !important;
}

button:focus {
  outline: 0;
}

/* .current_page_item {
  color: rgba(0, 0, 0, 0.9);
  border-bottom: 4px solid #b0f1cf !important;
}

.current_page_item a span {
  font-weight: bold;
} */

@media (max-width: 991px) {
  nav .navbar-collapse {
    padding: 20px 0;
  }
	.navbar-nav a{
		text-align: center;
	}
}

/*----------------------------------------------------------------
HEADER
-------------------------------------------------------------------*/
#nav {
  background: #262626;
  border: none !important;
  padding-top: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#nav .container-fluid {
  padding: 0;
}

#nav .container {
  display: flex;

}

#nav .right {
  width: 100%;
  flex-direction: column;
}

#site-navigation {
  background: none;
  width: 100%;
}

#topbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 0 30px;
  background: transparent linear-gradient(180deg, #77787A 0%, #9C9DA0 100%) 0% 0% no-repeat padding-box;
}

header .right {
  display: flex;
  justify-content: flex-end;
}

.logo {
  margin-bottom: 0;
}

#topbar .account a {
  color: #fff;
  text-decoration: none;
  transition: all ease .3s;
}

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

#topbar .account i {
  color: #fff;
  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 {
  position: absolute;
}

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

#nav .nav-link {
  color: #fff;
  font-weight: 400;
  transition: all ease .3s;
}

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

/* #nav .active .nav-link{
   border-bottom: 4px solid blue !important;
  transition: all ease .3s;
} */


#nav .dropdown-menu.columns-3 {
  min-width: 800px;
  width: 100%;
}

#nav .dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 300;
}

#nav .multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#nav .navbar {
  justify-content: flex-end;
  border-top: 3px solid #fff;
}

#topbar .site-search .widget_product_search form::before {
  display: none;
}
#nav .dropdown-menu {
  min-width: 200px;
  background: #fff;
  padding: 15px 10px;
}

#nav .multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1;
  color: #000;
  white-space: normal;
}

#nav .multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #515153;
}
#topbar .woocommerce-product-search button {
  position: relative;
  left: -30px;
  top: 1px;
  height: auto;
  width: auto;
  clip-path: none;
  background: none;
  color: #000000;
  font-size: 20px;
  padding: 0 1px;
}

#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 {
  padding: 15px 100px;
}

#nav .branding {
  position: absolute;
  left: 100px;
  top: 5px;
}

#nav .branding img {
  height: 60px;
}

#topbar .site-search {
  margin: 0 20px;
  width: auto;
}

#topbar .site-search .search-field {
  color: #14243C;
  background: #fff;
  border: none;
  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 i {
  color: #211E4D;
}

#topbar .site-search .widget_product_search form::before {
  top: 10px;
  right: 10px;
  font-size: 16px;
  left: auto;
  color: #211E4D;
}

#topbar .search-field::-webkit-input-placeholder {
  color: #14243C !important;
  font-family: 'Nunito Sans', sans-serif !important;
}

#topbar .search-field:-moz-placeholder {
  color: #14243C;
  font-family: 'Nunito Sans', sans-serif !important;
  opacity: 1;
}

#topbar .search-field::-moz-placeholder {
  color: #14243C;
  font-family: 'Nunito Sans', sans-serif !important;
  opacity: 1;
}

#topbar .search-field:-ms-input-placeholder {
  color: #14243C;
  font-family: 'Nunito Sans', sans-serif !important;
}

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

}

#topbar .site-header-cart .cart-contents {
  padding: 0;
  display: block;
  position: relative;
  background-color: #fff;
  height: auto;
  width: auto;
  color: #000000;
  text-indent: 0;
  text-decoration: none;
}

.carts {
  display: flex;
  margin: 0 20px;
}

#nav .contact {
  display: flex;
}

#nav .contact a {
  display: flex;
  align-items: center;
  margin: 0 15px;
  color: #fff;
  font-weight: 600;
}

#nav .contact a:hover {
  color: #14243C;
}

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

#nav .contact i {
  margin-right: 5px;
  color: #fff;
}

#nav nav {
  padding: 5px 100px;
}

#nav ul {
  margin: 0;
}

#nav .nav-link {
  font-weight: 600;
}



#nav .socials {
  display: none !important;
}

#nav .socials-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

#nav .socials-mobile li {
  font-size: 25px;
  margin: 0 5px;
}

#nav .socials-mobile li a {
  color: #000;
  margin: 0;
}


@media(min-width: 1300px) {

  .navbar-nav .nav-item,
  .navbar-nav .dropdown {
    margin: 0 10px;
  }

}

@media(min-width: 1200px) {
  #nav .container {
    max-width: 1500px;
  }
  #navbarSupportedContent {
    display: flex;
    justify-content: space-between;
  }
}

@media(max-width: 1400px) {
  #nav nav {
    padding: 5px 15px;
  }
}
@media(max-width: 1300px) {
  #topbar .site-search .search-field {
    width: 250px;
  }

  #nav .branding {
    left: 80px;
  }

  #topbar .site-header-cart {
    width: 250px;
  }
}

@media(max-width: 1200px) {
  #nav .branding img {
    height: 45px;
  }
  #nav .branding {
    left: 15px;
  }
  #nav .socials{
    display: flex !important;
  }
  #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;
  }

  #topbar .site-search {
    display: flex;
    position: fixed;
    background: #14243C;
    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 #close {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    background: none;
    font-size: 40px;
    color: #fff;
    padding: 0px;
    height: 100%;
     border:none;
  }

  #topbar form {
    margin-bottom: 0;
  }



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

@media(max-width: 1200px) {
  .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: #fff;
    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 .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
#nav .contact a{
    margin: 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: #fff;
  }

  #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;
  }

  #nav .dropdown-menu.columns-3 {
    min-width: 800px;
    width: 100%;
    position: static;
    overflow-y: scroll;
  }

  #topbar .socials a {
    height: 100%;
    display: block;
  }

  #topbar .socials span {
    height: 100%;
    position: relative;
  }
}

@media (max-width: 767px) {

  #nav {
    padding-bottom: 0;
  }


}

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

  #nav .show,
  #nav .collapsing {
    top: 59px;
  }
}

@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 {
  display: none;
}

.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: transparent linear-gradient(180deg, #77787A 0%, #9C9DA0 100%) 0% 0% no-repeat padding-box;
}
footer img {
    padding: 5px 0;
}
footer .left,
footer .middle,
footer .middle2,
footer .right {
  padding-top: 50px;
  color: #000000;
}

footer h3 {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}

footer p {
  color: #000000;
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
}
footer #menu-footer a{
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
footer .middle {
  display: flex;
  flex-direction: column;
  font-size: 18px;

}

footer .middle .number {
  margin-bottom: 20px;
}

footer .middle i {
  margin-right: 10px;
}

footer .middle a {
  text-decoration: none;
  color: #000000;
  transition: .3s all;
}

footer .middle a:hover {
  text-decoration: none;
  color: #243F67;
  transition: .3s all;
}

footer .right img {
  display: block;
  margin: 0 auto;
}

footer span {
  color: #000000;
}

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

footer span a:hover {
  color: #000000;
  text-decoration: none;
}
footer h2{
  color: #000000;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
footer .contact a{
  display: flex;
  color: #000000;
  font-size: 18px;
  margin: 7px 0;
  transform: scale(1);
  transition: all ease .3s;
}

footer .contact i{
  margin-right: 10px; 
}
footer ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul a{
  color: #000000;
  font-size: 18px;
  font-weight: 200;
  font-weight: 600;
}
footer a:hover, footer ul :hover{
  color: #000000;
  transform: scale(1.02);
  transition: all ease .3s;
}
footer .contact .socials-mobile ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start!important;
}

@media (min-width: 1200px) {
  footer .container {
    max-width: 1500px;
    padding: 0 30px;
  }
}
@media(max-width: 767px){
  footer .left img{
    margin: 0 auto;
  }
}

/*----------------------------------------------------------------
BUTTONS
-------------------------------------------------------------------*/
.btn-main {
  color: #515153;
  background: transparent;
  width: 250px;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  font-weight: 600;
  transition: .3s all ease;
  border: 1px #515153 solid;
  border-radius: 0;
}
.btn-main:hover {
  text-decoration: none;
  background: #515153;
  color: #fff;
  border: 1px #fff solid;
  text-shadow: none;
  transition: .3s all ease;
}

.btn-alt {
  color: #fff;
  background: transparent;
  width: 250px;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  font-weight: 600;
  transition: .3s all ease;
  border: 1px #fff solid;
    border-radius: 0;
}
.btn-alt:hover {
  text-decoration: none;
  background: #fff;
  color: #515153;
  border: 1px #fff solid;
  text-shadow: none;
  transition: .3s all ease;
}
.btn::after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f054";
    font-size: 14px;
    margin-left: 10px;
 }
 .btn-main-second{
    background: #515153;
    color: #fff;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #515153;
}
.btn-main-second:hover{
    background: #fff;
    color: #515153;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #515153;
}

.btn-checkout {
  background: #515153;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  transition: .3s all ease;
}

.btn-checkout:hover {
  color: #262626;
  background: #fff;
  text-shadow: none;
  transition: .3s all ease;
}

#submit_worldpay_payment_form{
  color: #fff;
background:#515153;
  width: 250px;
  font-size: 18px;
  font-weight: 600;
  transition: .3s all ease;
  border: 1px #515153 solid;
  border-radius: 0;
}

#submit_worldpay_payment_form:hover{
  color: #515153;
background:#fff;
  transition: .3s all ease;
}


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


/*----------------------------------------------------------------
BREADCRUMBS
-------------------------------------------------------------------*/

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


/*----------------------------------------------------------------
PROD
-------------------------------------------------------------------*/
.count{
    display: none;
}
.prod h4{
    font-size: 27px;
    font-weight: 600;
}
.prod .attachment-woocommerce_thumbnail{
    height: 320px;
}
.prod .inner{
    min-height: 400px;
}
.prod .price-wrap .price{
    display: none !important;
}
.prod .price-wrap .label strong{
    display: none;
}
.prod .price-wrap{
    display: none;
}
.prod .woocommerce-loop-product__title{
    text-align: center;
    font-weight: 700 !important;
    color: #262626;
    font-size: 24px !important;
    margin-bottom: 0 !important;
}
.prod{
    background : #fff;
    box-shadow: 0px 1px 2px #00000029;
    padding: 20px;
}
.prod a{
    text-decoration: none !important;
}
.prod {
    background: #fff;
    width: calc(100% / 4) !important;
    margin: 0 !important;
    padding: 10px;
    background: 0;
    box-shadow: none;
}
.prod .inner{
    width: 100%;
    height: 100%;
    padding: 10px;
    background:  #fff;
    border: 1px solid #B8B8B8;
}
.prod .inner img{
    height: 250px;
    margin: 0 auto 20px !important;
    width: auto;
    border-radius: 0 !important;
}
.prod .btn-main{
    padding: 5px 0;
    margin: 10px auto;
    width: 200px;
}
.prod p{
    font-weight: 600;
    color:#262626;
}
#product-loop{
    background:#F1F1F1;
	padding: 10px 0;
}
ul.products{
    display: flex;
    flex-wrap: wrap;
}
@media(max-width: 1200px){
    .prod {
        width: calc(100% / 3) !important;
    }
}
@media(max-width: 991px){
    .prod {
        width: calc(100% / 2) !important;
    }
}
@media(max-width: 767px){
    .prod {
        width: 100% !important;
        padding: 10px 0;
    }
}