/*
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 */


@media (min-width: 768px) {
    .woocommerce-loop-product__link img {
        object-fit: cover;
width: auto !important;
height: 250px !important;
margin:0 auto !important;
    }
}

        
.headersearch {
  position: relative;
    top: 45px;
}

.headersearch .uk-icon.uk-search-icon {
    background:red;
    height:50px;
    line-height:50px;
	color:#000;
}

.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 {
   	position: relative;
    top: 21px;
}

.header-links a {
    color:#666666;
}

.header-links a:hover {
    color:#666666;
}


.uk-button.search{
    background:#e62100!important;
    color:#fff!important;
}

.uk-button:hover{
    background-color: #eeeeee!important;
}


.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #000000;
    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: #252526;
}

.uk-navbar li a,.uk-navbar .cart-text{
        color:#fff;
         }

.uk-navbar-nav > li > a[href="#"]{
    cursor:pointer;
}

.uk-navbar-nav > li.uk-active > a{
    color:#fff;
}

.uk-navbar li a:hover{
    color:#fff;
    background:#e62100;
}

.uk-dropdown li a {
    color:#444;
}

.slider-container{
    background:#00000080;
    padding: 25px;
}

.uk-nav > li > a:hover{
     color:#fff!important;
    background:#e62100;
}
#nav .uk-navbar-nav > li:hover > a, #nav .uk-navbar-nav > li > a:focus, #nav .uk-navbar-nav > li.uk-open > 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:#252526;
    }
    
#footersidebar p{
    color:#fff;
}

#footersidebar a{
    color:#fff;
}

.uk-panel-title{
    color:#444;
}
.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: #e62100;
    color: #fff;
	width: 160px;
    margin: auto;
}

.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: #d62100;
        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: 40%;
    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: #e2dede;
}

#contentwrapper {
    background:white;
}

.uk-dropdown-navbar{
    width:250px;
    border:1px solid #000!important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #e62100;
    font-size: 1.5em;
    font-weight: bold;
    
}

.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: #CB0038;
    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: 40px;
    position: relative;
}

.redbutton:hover{
    color:#fff!important;
    text-decoration:none!important;
   }
   
.features-bar {
        background: #d80000;
}

.uk-text-bold{
    color:#fff;
}

.centeralignmob img{
    height:180px;
}

.fslidertitle{
    min-height:68px;
}

#nav .menu-item a{
    padding:10px;
}

.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:#CB0038!important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target{
background:#CB0038!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;
	}
	}

.gform_button {
    background: #CB0038 !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;
}

.uk-dotnav>*>*{
width: 20px;
height: 20px;
background:#000;
}

.woocommerce .quantity .qty{
    height: 29px;
}

.uk-dotnav>.uk-active>* {
        background:#CB0038 ;
}

.product_meta{
display:none;
}

.slider-content{
position: relative;
    bottom: 85px;

}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.productt{
      border: solid 2px #000;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    border-top-right-radius: 15px;
        margin: 0 0.82% 0.992em 0;
	padding:10px;
	   }

.woocommerce ul.products li.product a{
text-transform: capitalize;
}

h4{
margin-top:0px;
font-size:24px;
}

.woocommerce ul.products{
margin-bottom:0px;
}

.page-id-14887 .cart {
    display: flex;
	}

.woocommerce ul.products li.product .button{
margin-top:0px;
}
