/*
Theme Name: <Insert your site name here> Child Theme
Description: A child theme for Uikit Theme
Author: Rebecca Chapman
Template: Uikit Theme
*/

/* Write custom css here */


/*code for main */
 
<style>
  body {
    font-family: 'Poppins', sans-serif;
  }

  /* Reduced section padding */
  section {
    padding: 60px 20px; /* was 100px before */
  }

  h1, h2, h3 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    line-height: 1.3;
  }


.uk-logo img {
	width:375px!important;
	padding:20px;
}

  p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .split {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
  }

  .split .text,
  .split .image {
    flex: 1 1 48%;
    padding: 10px;
  }

  .split .image img {
    max-width: 100%;
    margin-bottom: 30px;
    border-radius: 8px;
  }

.section-white {
  background-color: #ffffff;
}

.section-grey {
  background-color: #f9f9f9;
}

img {
  box-shadow: none !important;
}


.social-bar {
  background: #f9f9f9;
  padding: 10px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  border-bottom: 1px solid #eee;
}

.social-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.social-container span {
  margin-right: 10px;
  font-weight: 500;
}

.social-container a {
  color: #333;
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.social-container a:hover {
  color: #007bff;
}




  @keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-50px); }
    to { opacity: 1; transform: translateX(0); }
  }

  @keyframes slideInRight {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
  }

  .slide-in-left {
    animation: slideInLeft 1s ease-out forwards;
  }

  .slide-in-right {
    animation: slideInRight 1s ease-out forwards;
  }

  @media (max-width: 768px) {
    .split {
      flex-direction: column;
    }
    .split .text,
    .split .image {
      flex: 1 1 100%;
    }
  }
</style>


/*code for main end */


/* Override the default shadow for HOW IT WORKS image */
section.how-it-works .image img {
  box-shadow: none !important;
}
/*end*/

/* Remove box shadow for image in SERVICES section only */
section.services-section .image img {
  box-shadow: none;
}
/*end*/


/*why choose us section */

.why-choose-us section {
  padding: 60px 20px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.split .text {
  flex: 1 1 48%;
  padding: 10px;
}

.split .image {
  flex: 1 1 48%;
  padding: 10px;
}

.split .image img {
  max-width: 100%;
  display: block;
  border-radius: 8px;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

h1 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Optional animations */
@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}

.slide-in-left {
  animation: slideInLeft 1s ease-out forwards;
}

.slide-in-right {
  animation: slideInRight 1s ease-out forwards;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .split {
    flex-direction: column;
  }

  .split .text,
  .split .image {
    flex: 1 1 100%;
  }
}

/*done */



@media (min-width: 768px) {
    .woocommerce-loop-product__link img {
        object-fit: cover;
width: auto !important;
height: 250px !important;
margin:0 auto !important;
    }
}

#header{
padding-top:15px;
	padding-bottom:15px;
}

  body {
    font-family: 'Poppins', sans-serif;
  }

  h1, h2, h3, h4 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
  }

  section {
    padding: 60px 20px;
  }

  .btn-primary {
    background: #007bff;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
  }

  .btn-light {
    background: #fff;
    color: #007bff;
    font-weight: 600;
  }

  .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1000px;
    margin: auto;
  }

  .box {
    flex: 1 1 250px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    text-align: center;
  }

  .step {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 10px;
    font-weight: 600;
  }

  details summary {
    font-weight: 600;
    cursor: pointer;
  }

  details p {
    margin-top: 10px;
  }
        
.headersearch {
  position: relative;
  top: 75px;
}

.headersearch .uk-icon.uk-search-icon {
    background:red;
    height:50px;
    line-height:50px;
}

.headersearch #woocommerce-product-search-field-0 {
    background-color:#E2DEDE;
    margin-left: 10px;
    height:50px;
    line-height:50px;
    width:500px;
    color:#252526;
}

.headersearch #woocommerce-product-search-field-0::placeholder {
    color:#444;
}

.header-links {
    top:9px;
    position:relative;
}

.header-links a {
    color:#666666;
}

.header-links a:hover {
    color:#666666;
}


.uk-button.search{
    background:#5b85c4!important;
    color:#fff!important;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #fff;
    background: -moz-linear-gradient(top, #000000 0%, #222222 0%, #47494d 100%);
    background: -webkit-linear-gradient(top, #000000 0%,#222222 0%,#47494d 100%);
    background: linear-gradient(to bottom, #000000 0%,#222222 0%,#47494d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#47494d',GradientType=0 );
    background: #fff!important;
}

.uk-navbar li a,.uk-navbar .cart-text{
        color:#000;
	font-weight:bold;
         }

.uk-navbar-nav > li > a[href="#"]{
    cursor:pointer;
}

.uk-navbar-nav > li.uk-active > a{
    color:#000;
}

.uk-navbar li a:hover{
    color:#fff;
    background:#5b85c4;
}

.uk-dropdown li a {
    color:#444;
}

.slider-container{
    background:#00000080;
    padding: 25px;
}

.uk-nav > li > a:hover{
     color:#fff!important;
    background:#5b85c4;
}
#nav .uk-navbar-nav > li:hover > a, #nav .uk-navbar-nav > li > a:focus, #nav .uk-navbar-nav > li.uk-open > a{
   color:#000;
}

#nav .uk-navbar-nav > li:hover > a{
color:#fff;
}


.bar{
    margin: 20px 0px;
    margin-top: 20px;
    font-size: 130%;
    font-weight: 100;
    background-color: #e2dede;
    text-align: center;
    padding: 10px 0px;
}

.caravan-box{
   padding:10px;
    background:#fff;
    
}

.caravan-box p{
    text-align:center;
    font-weight:bold;
}

.caravan-box img{
    width:250px!important;
    margin:auto;
    display:block;
}

.caravan-box .uk-button{
    margin:auto;
    display:block;
}

.categories p{
    color:#fff;
    font-size:25px;
}

.brands{
    padding:25px;
    background: #fff;
    margin:auto;
    max-width:1200px;
}

#footersidebar{
    /*background:linear-gradient(to bottom, #000000 0%,#222222 0%,#47494d 100%);*/
    background:#fff;
    }
    
#footersidebar p{
    color:#000;
}

#footersidebar a{
    color:#000;
}

.uk-panel-title{
    color:#000;
}
.uk-button,.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background: #5b85c4;
    color: #fff;
}

.uk-button:hover,.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
        background: #F5A67C!important;
        color: #444!important;
}

#TopScroll{
    border-radius:60px;
    width: 40px;
    height: 40px;
    padding:11px;
    }

.front-page-intro {
    background: #3c3c3c;
    color: white !important;
    padding: 20px;
    border: 1px solid rgba(0,0,0,.1)!important;
}

.intro-text {
    color:white;
}

#slider .uk-overlay-panel {
    max-width:1600px;
    margin:0 auto;
}

.offersidebar {
    float: left;
    width: 26%;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 33%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 66%;
    box-sizing: border-box;
    padding-left: 20px;
}

@media screen and (max-width:1170px){
    .offersidebar {
        display:none;
    }
    
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width:50%;
    }
    
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width:50%;
    }
    
    .woocommerce div.product form.cart .variations select {
    max-width: 100% !important;
    }
}

@media screen and (max-width:750px){
    
    
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width:100%;
        float:none;
    }
    
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width:100%;
        float:none;
    }
}
a{
    color:#444;
}

a:hover{
    color:#444;
}


.up-sells.upsells.products {
    padding-bottom:30px;
}



.tab-padding{
    padding:20px;}
    
.up-sells.upsells.products h2 {
    padding-top:20px;
    padding-bottom:20px;
}



section#main {
     background: transparent;
}

#contentwrapper {
    background:white;
}

.uk-dropdown-navbar{
    width:250px;
    border:1px solid #000!important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #5b85c4;
    font-size: 1.5em;
    font-weight: bold;
    
}

.uk-dotnav>*>*{
width:15px!important;
	height:15px!important;
	
}

.uk-dotnav>.uk-active>*{
background:#5b85c4!important;
}

.variations .label {
    width:25%;
    
}

.variations .value {
     box-sizing:border-box;
     border-spacing:0px;
}

.variations .value select {
    height: 2.1em;
    line-height: 2em;
    box-sizing:border-box;
    margin:0px;
}

.uk-navbar-toggle-icon {
    line-height:80px;
    color:#fff;
}

  @media screen and (max-width: 1200px) {
.hiddenmob {
  display: none !important;
}}

.redbutton {
   background-color: #5b85c4;
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    float: right;
    margin-left: 5px;
}

.transbutton {
  color: #444;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  background-color: #C6C6C6;
  margin-left: 0px;
}

.social .hiddenmob {
    color:#eee;
    line-height:40px;
}

.uk-fixed-socialbar, #topbarnav {
    height: 47px;
    position: relative;
}

.redbutton:hover{
    color:#fff!important;
    text-decoration:none!important;
   }
   
.features-bar {
        background: #d80000;
}

.uk-text-bold{
    color:#000;
}

.centeralignmob img{
    height:180px;
}

.fslidertitle{
    min-height:68px;
}

#nav .menu-item a{
    padding:10px;
	font-size:18px;
}

.uk-navbar-nav{
    gap:0px;
   }
   
.uk-navbar-nav>li>a{
    text-transform:none;
}

.uk-dropdown{
    width:250px;
}

.wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce-checkout .wcf-order-wrap{
    width:50%!important;
}

.wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .wcf-customer-info-main-wrapper{
    width:50%!important;
}

.wcf-embed-checkout-form .wcf-custom-coupon-field{
    display:none!important;
}

#footersidebar ul{
padding-left: 0px;
    list-style: none;
	margin-bottom:0px;
}

#shiftnav-toggle-main{
top:70px!important;
}

.shiftnav .shiftnav-menu-image img {
    max-width: 50%!important;
    margin: auto;
    display: block;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target{
background:#5b85c4!important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target{
background:#5b85c4!important;
}

#footersidebar .uk-margin-bottom{
margin-bottom:0px!important;
}

#footersidebar .uk-margin-top{
margin-top:0px!important;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer{
margin:0px!important;
     padding: 0px!important;
}


@media only screen and (max-width: 600px) {
    .xoo-wsc-basket {
        width: 50px;
         height: 50px;
    }
}

@media only screen and (max-width: 640px) {
	.brands .uk-panel{
	text-align:center;
	}
	
	.uk-text-large{
	text-align:center;
	}
	
	li{
	text-align:center;
	}
	
	a{
	text-align:center;
	}
	
	p{
	text-align:center;
	}
	
	}


@media only screen and (max-width: 1200px) {
	
	.header-grid{
	display:none;
	}
	
	#header img{
	margin:auto;
		display:block;
		max-width:400px;
			}
	}

@media only screen and (max-width: 500px) {
	
		
	#header img{
	margin:auto;
		display:block;
		max-width:100%;
			}
	}

.gform_button {
    background: #5b85c4 !important;
    color: #fff !important;
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 12px;
    vertical-align: middle;
    line-height: 30px;
    min-height: 30px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    border-radius: 2px;
    min-width: 80px;
    cursor: pointer;
}

#topbarnav{
width: 1086px;
}

h1{
font-size:36px;
}

h2{
margin-top:10px;
	font-size:28px;
}

#slider{
background:#e2dede;
}

#slider .uk-position-cover{
border-bottom: 1px solid #2a90c1;
}

@media screen and (max-width: 1200px) {
    #header .uk-width-1-3\@m {
        width: 100% !important;
    }
	
	#header .uk-width-2-3\@m {
        width: 100% !important;
    }
	
	#header h2{
	text-align:center;
	}
}

h3{
margin-top: 10px;
    color: #2a90c1 !important;
    font-size: 28px;
}

/* General Styles */
body, html {
    margin: 0;
    padding: 0;
    
}

h1, h2, h3 {
    
}

/* Reset margin for all paragraph tags */
p {
    margin: 0; /* Remove margin from all paragraph tags */
    padding: 0; /* Optional: Remove padding if necessary */
}

.uk-navbar-container {
    background: #fff!important;
	border-bottom: 2px solid #2a90c1;
}

.uk-navbar {
    background: #fff;
}

/* Hero Section */
.hero {
    background-image: url('/wp-content/uploads/2025/03/new-home-banner.png'); /* Replace with your hero image URL */
    background-size: cover;
    background-position: center;
    height: 50vh; /* Reduced the height of the hero image */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.hero .text {
    background-color: rgba(255, 255, 255, 0.7); /* Light background for the text box */
    padding: 45px;
    border-radius: 8px; /* Rounded corners for the text box */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Light shadow for some depth */
    width: 475px;
}

.hero h1 {
    font-size: 2.5rem; /* Slightly smaller text size */
    margin: 0;
    color: #333; /* Dark text color */
}

.hero p {
    font-size: 1.2rem;
    color: #333; /* Dark text color */
    margin-top: 20px;
}

/* Video Section */
.video-section {
    padding: 50px 0;
    text-align: center;
 	background: #fff;
    color: white;
    justify-content: center;
}

.video-section h2 {
    color: #000;
}

.video-section video {
    max-width: 100%;
    height: auto;
}

.papimage {
    padding-top: 25px;
}

/* Parallax CTA Section */
.parallax {
    background-image: url('/wp-content/uploads/2025/03/teethwhiteparalax.png'); /* Replace with your parallax background image */
    height: 500px;
    background-attachment: fixed;
    background-size: cover;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.parallax h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.parallax p {
    font-size: 1.2rem;
    margin-bottom: 30px; /* Space between the text and button */
}

#footersidebar {
background:#fff!important;
	border-top: 2px solid #7599CD;
}

/* Styling the Button */
.parallax .btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1rem;
    background-color: black;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.parallax .btn:hover {
    background-color: #444; /* Slightly lighter black on hover */
}

/* Subscribe Section */
.subscribe-section {
    background-color: #2a90c1 !important;
    padding: 50px 0;
    text-align: center;
    color: white;
}

.subscribe-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: white;
}

.subscribe-section a {
    color: white;
}

.subscribe-section input[type="email"] {
    padding: 10px;
    font-size: 1rem;
    width: 300px;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.subscribe-section button {
    padding: 10px 20px;
    font-size: 1rem;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.subscribe-section button:hover {
    background-color: #0056b3;
}

/* Responsive Design */

@media (max-width: 744px) {
    .redbutton {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero {
        height: 60vh;
    }

    .hero .text {
        width: 90%;
        padding: 30px;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .parallax h2 {
        font-size: 2rem;
    }

    .parallax p {
        font-size: 1rem;
    }

    .subscribe-section input[type="email"] {
        width: 80%;
        margin-bottom: 10px;
    }

    .subscribe-section button {
        width: 80%;
    }
}

@media (max-width: 1008px) {
    #topbarnav {
        width: 100%!important;
    }

    .mobiileno {
        display: none;
    }
}

/* Set max-width for the form inside the Subscribe Section */
.subscribe-section .gform_wrapper {
    max-width: 600px; /* Set the maximum width of the form */
    margin: 0 auto; /* Center the form horizontally */
}

/* Set width for individual fields inside the Subscribe Section */
.subscribe-section .gform_wrapper .gform_body .gform_fields .gfield input[type="text"],
.subscribe-section .gform_wrapper .gform_body .gform_fields .gfield input[type="email"],
.subscribe-section .gform_wrapper .gform_body .gform_fields .gfield input[type="tel"],
.subscribe-section .gform_wrapper .gform_body .gform_fields .gfield textarea {
    width: 100%; /* Keep fields full width within the form container */
    max-width: 100%; /* Prevent fields from overflowing */
}

/* Optional: Set width for text/email fields to 90% inside the Subscribe Section */
.subscribe-section .gform_wrapper .gform_body .gform_fields .gfield input[type="email"],
.subscribe-section .gform_wrapper .gform_body .gform_fields .gfield input[type="text"] {
    max-width: 90%; /* Limit fields to 90% of form width */
}

/* Style for the submit button inside the Subscribe Section */
.subscribe-section .gform_wrapper .gform_footer {
    text-align: center; /* Center the submit button */
}

/* Make the button match the parallax button style */
.subscribe-section .gform_wrapper .gform_footer input[type="submit"] {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1rem;
    background-color: black;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.subscribe-section .gform_button {
    background: white !important;
    color: black !important;
}

.subscribe-section .gform_footer {
    justify-content: center;
}

.subscribe-section .gform-body {
    padding-bottom: 20px;
}

.entry-meta{
display:none;
}

#header h2{
font-size: 23px;
    font-weight: bold;
    color: #000 !important;
	line-height: 42px;
	margin-top:0px;
	font-style:italic;	
	position: relative;
    top: 37px;	
}

.red-strip{
background:#2a90c1 !important;
               padding-top: 8px;
    padding-bottom: 10px;
}

.red-strip p{
text-align:center;
	color:#fff;
	font-weight:bold;
	  }

.pap p{
padding-top:5px;
color: #000;
	max-width:825px;
	margin:auto;
	display:block;
}

.pap{
max-width:1000px;
	margin:auto; 
	display:block;
}

#header{
border-bottom:2px solid #7599CD;
}

.woocommerce button.button.alt:hover{
background:#F5A67C;
	color:#fff!important;
}

.admin-bar p.demo_store{
top:0px!important;
}

.woocommerce-demo-store .demo_store{
	padding:0px!important;
padding-top:5px!important;
	padding-bottom:5px!important;
	
}

.uk-button{
text-transform:capitalize;
}

.gform_wrapper.gravity-theme .gfield_required{
font-weight:bold!important;
	color:#F5A67C!important;
}

.woocommerce .quantity .qty{
height: 30px;
}

.woocommerce-mini-cart__buttons{
padding-top:15px;
}

#nav .uk-navbar-dropdown-nav a:hover{
background:#fff;
	color:#000;
}

.woocommerce a.remove:hover{
    background: var(--wc-red) !important;
}

.wc-block-components-product-metadata__description{
display:none;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.logo-text {
	font-size:20px!important;
}

	
  .nowrap-heading {
    white-space: nowrap;
    font-size: 2rem;
  }

  @media (max-width: 480px) {
    .nowrap-heading {
      font-size: 1.5rem;
    }
  }

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{
min-height: 10px;
}

#nav .uk-button-cart{
min-height: 10px;
}

#footersidebar section{
padding-top:10px;
padding-bottom:10px;
}

.split p{
padding-left:20px;
}