/*
Theme Name: PlayRugs
Theme URI: https://www.playrugs.co.uk/
Description: Wordpress thema voor PlayRugs
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: playrugs
*/

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Bold.woff2') format('woff2'), url('fonts/Roboto-Bold.woff') format('woff'), url('fonts/Roboto-Bold.ttf') format('truetype'), url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular.woff2') format('woff2'), url('fonts/Roboto-Regular.woff') format('woff'), url('fonts/Roboto-Regular.ttf') format('truetype'), url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Light.woff2') format('woff2'), url('fonts/Roboto-Light.woff') format('woff'), url('fonts/Roboto-Light.ttf') format('truetype'), url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.eot');
    src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Medium.woff2') format('woff2'), url('fonts/Roboto-Medium.woff') format('woff'), url('fonts/Roboto-Medium.ttf') format('truetype'), url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    margin-bottom: 15px;
    font-weight: bold;
    color: #52A6D8;
    display: inline-block;
    font-family: 'Roboto';
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: bold;
    margin-bottom: 15px;
    color: #52A6D8;
    font-family: 'Roboto';
}

h1,
h1 {
    font-size: 3rem
}

.h2,
h2 {
    font-size: 2.5rem
}

.h3,
h3 {
    font-size: 2rem
}


body {
    font-size: 16px;
    font-weight: 300;
    color: #10386A;
    font-family: 'Roboto';
    overflow-x: hidden;
    line-height: 1.5
}

p {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
}

a {
    color: #10386A;
}

a:hover {
    text-decoration: none;
    color: #10386A;
}

ul {
    padding-left: 0;
    line-height: 1.75;
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
    font-weight: 700;
	margin-bottom: 5px;
    position: relative;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 0px;
    outline: 0;
    padding:  15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #EFEFEF;
    line-height: 1;
    border: 0;
    border-bottom: 3px solid #E3E3E3;
    width: 100%;
    position: relative;
    color: #10386A;
}

select {
    background-image: linear-gradient(45deg,transparent 50%,#52A6D8 50%),linear-gradient(135deg,#52A6D8 50%,transparent 50%);
    background-position: calc(100% - 20px) 50%,calc(100% - 15px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
    padding: 20px;
}

:focus,
:active {
    outline: 0 !important;
    box-shadow: none !important;
}


input:focus,
input:active,
textarea:focus,
textarea:active {
    border-color: #10386A !important;
}

::-webkit-input-placeholder {
    color: #10386A;
}

::-moz-placeholder {
     color: #10386A;
}

:-ms-input-placeholder {
    color: #10386A;
}

::-moz-selection {
    background-color: #10386A;
    color: #ffffff
}

::selection {
    background-color: #10386A;
    color: #ffffff
}

::-moz-selection {
    background-color: #10386A;
    color: #ffffff
}


table {
    margin-bottom: 15px;
    width: 100%;
}

b,
strong {
    font-weight: bold;
}

small,
.small {
        font-size: 65%;
    font-weight: inherit;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

.btn,
.single_add_to_cart_button,
.wc-forward,
[name="woocommerce_checkout_place_order"] {
    line-height: 1.5;
    color: #ffffff;
    background: #52A6D8;
    padding: 15px 60px 15px 15px;
    display: inline-block;
    font-weight: bold;
    border: 0;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-align: left;
    position: relative;
}

.btn:after,
.single_add_to_cart_button:after,
.wc-forward:after,
[name="woocommerce_checkout_place_order"]:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f054";
    position: absolute;
    right: 22.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.btn:hover,
.single_add_to_cart_button:hover,
.wc-forward:hover,
[name="woocommerce_checkout_place_order"]:hover {
    background: #10386A;
    color: #ffffff;
}

.btn:hover:after,
.single_add_to_cart_button:hover:after,
.wc-forward:hover:after,
[name="woocommerce_checkout_place_order"]:hover:after {
    right: 15px;
}

.read-more,
.wc-backward{
    position: relative;

}

.read-more:before,
.wc-backward:before{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f053";
        color: #52A6D8;
	    margin-right: 7.5px;
}

.read-more:after,
.wc-backward:after{
       content: '';
    border-bottom: 1px solid #52A6D8;
    position: absolute;
    bottom: -3px;
    width: 100%;
    left: 0;
    right: 0;
}


.row-header {
    margin-bottom: 30px;
}

.row-header *{
    margin-bottom: 0;
}

.secondary-color {
    color: #10386A
}

/* Main styles */

header {
    border-bottom: 4px solid #F7F7F7;
}

header .navbar-header {
    background: #52A6D8;
    color: #ffffff;
}

header .navbar-header ul.navbar-header__list {
    margin-bottom: 0;
}

header .navbar-header ul.navbar-header__list li {
    display: inline-block;
}

header .navbar-header ul.navbar-header__list li a {
    padding: 12.5px 20px;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
}

header .navbar-header ul.navbar-header__list li:hover a,
header .navbar-header ul.navbar-header__list li.current-menu-item a {
    font-weight: bold;
    color: #10386A;
}
header .navbar-header ul.navbar-header__list li.cart a {
    background-color: #10386A;
	color: #ffffff;
}

header .navbar-header ul.navbar-header__list li.cart a i {
    font-size: 1.25rem;
    margin-left: 7.5px;
}

header .navbar-header ul.navbar-header__list li.mail a {
    text-decoration: underline;
    font-weight: 300;
    padding-left: 0;
}

header .navbar-header ul.navbar-header__list li.mail a i{
    color: #C9E7F8;
    margin-right: 7.5px;
}

header nav.navbar {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #ffffff;
    padding: 0;
}

header nav.navbar .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    max-width: 275px;
}



header nav.navbar .navbar-collapse {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 0;
}

header nav.navbar .navbar-nav .nav-item {
    display: inline-block;
    position: relative;
}

header nav.navbar .navbar-nav .nav-item .nav-link {
        color: #10386A;
    font-weight: 700;
    padding: 32px 0;
    position: relative;
    margin: 0 15px;
}

header nav.navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

.navbar-toggler {
    display: block;
    position: relative;
    padding: 15px;
    border: 0px;
    border-radius: 0px;
    background: #52A6D8;
    height: 48px;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler.collapsed .icon-bar {
    background-color: #ffffff;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 100%;
    margin-left: 0;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

.navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: #ffffff;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6px;
}

/*Main*/

main {
    position: relative;
}

main section,
main article {
    margin: 60px 0;
}

/* Slider */ 

section.slider {
    margin: 0 !important;
     background-color: #10386A;
}

section.slider .slick-slider {

}

section.slider .slick-slider .slider-item{

}

section.slider .slick-slider .slider-item .slider-content {
    background-color: #10386A;
   
}

section.slider .slick-slider .slider-item .slider-content:before {

}

section.slider .slick-slider .slider-item .slider-content .slider-content__inner {  
     padding: 90px 60px 90px 0;
}

section.slider .slick-slider .slider-item .slider-content .slider-content__inner h5 {
    text-transform: uppercase;
}

section.slider .slick-slider .slider-item .slider-content .slider-content__inner h1 {
    color: #ffffff;
    margin-bottom: 30px;
}

section.slider .slick-slider .slider-item .slider-content .slider-content__inner p {
    color: #ffffff;
}

section.slider .slick-slider .slider-item .slider-image {
    min-height: 300px;
    z-index: 1;
    position: relative;
}

section.slider .slick-slider .slider-item .slider-image .slider-image__inner {  
           position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px;
    width: 50vw;
}

section.slider .slick-slider .slider-item .slider-image .slider-image__inner img{  
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


section.slider .slick-slider .slick-prev,
section.slider .slick-slider .slick-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffff;
    border: none;
    outline: none;
    width: 45px;
    height: 45px;
    text-align: center;
}

section.slider .slick-slider .slick-prev {
    left: 15px;
}
section.slider .slick-slider .slick-next {
    right: 15px;
}


section.slider .slick-slider .slick-prev:before,
section.slider .slick-slider .slick-next:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
        font-size: 1.5rem;
   
}

section.slider .slick-slider .slick-prev:before {
     content: "\f060";
}
section.slider .slick-slider .slick-next:before {
     content: "\f061";
}



/* Products */

section.products {
    background-color: #F7F7F7;
    margin: 0;
    padding: 60px 0 30px 0;
}

section.products .product a {
    background-color: #ffffff;
    padding: 15px;
    border-bottom: 3px solid #E3E3E3;
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 30px;
}

section.products .product:hover a {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}

section.products .product a img{
    margin-bottom: 15px;
}

section.products .product a h2 {
    color: #10386A;
    display: block;
    margin-bottom: 7.5px;
}

section.products .product a .price {
    display: block;
    margin-bottom: 15px;
}

section.products .product a .amount {
    font-weight: bold;
    color: #52A6D8
}

section.products .product a .btn {
    width: 100%;
}

/* Product */


main article > .container > .row > [class^=col-]:nth-child(1),
section.product [class^=col-]:nth-child(2),
section.product-info [class^=col-]:nth-child(1){
    padding-right: 45px;
}

main article > .container > .row > [class^=col-]:nth-child(2),
section.product [class^=col-]:nth-child(3),
section.product-info [class^=col-]:nth-child(2) {
    padding-left: 45px;
}


section.product .gallery .images .flex-viewport {
      margin-bottom: 30px;
    border-bottom: 3px solid #E3E3E3;
}

section.product .gallery .images .flex-control-thumbs {
   
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
        padding: 0;
    margin-bottom: 0;
}

section.product .gallery .images .flex-control-thumbs li {
      position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}


section.product .gallery .images .flex-control-thumbs li img {
       cursor: pointer;
    border-bottom: 3px solid #E3E3E3;
}


section.product .summary .price{
    font-size: 2rem;
    font-weight: bold;
    color: #52A6D8;
}

section.product .summary form table {
	display: block;
	width: 100%;
}

section.product .summary form table tbody{
    display: block;
    width: 100%;
}

section.product .summary form table tbody tr{
    display: block;
    width: 100%;
}

section.product .summary form table tbody tr td {
	display: block
}

section.product .summary form .single_variation_wrap {
}

section.product .summary form .single_variation_wrap .single_variation {
	margin-bottom: 15px;
}

section.product .summary .cart {
   
}

section.product .summary .cart .quantity {
       width: 150px;
    display: inline-block;
    margin-right: 30px;
}

section.product .summary .cart .single_add_to_cart_button {
        width: calc(100% - 185px);
    padding: 15px 60px 15px 15px;
    font-size: 1.25rem;
    vertical-align: middle;
}

section.product .summary .cart .single_add_to_cart_button:after {
    content: "\f07a";
        font-weight: bold;

}

section.product .summary .cart button {

}

section.product-info {
    background-color: #F7F7F7;
    margin: 0;
    padding: 60px 0;
}


section.product-info .woocommerce-tabs {
     
}

section.product-info .woocommerce-tabs ul.tabs {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section.product-info .woocommerce-tabs ul.tabs li{
    display: inline-block;
    background-color: #52A6D8;

    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
        margin-right: 5px;
        -webkit-transition: all 0.4s;
    transition: all 0.4s;
    
}

section.product-info .woocommerce-tabs  ul.tabs li:last-child {
     margin-right: 0;
}

section.product-info .woocommerce-tabs  ul.tabs li.active {
    background-color: #ffffff;

}

section.product-info .woocommerce-tabs  ul.tabs li a {
    font-weight: bold;
    color: #ffffff;

     padding: 15px;
      display: inline-block;
          width: 100%;
    text-align: center;
}

section.product-info .woocommerce-tabs  ul.tabs li.active a {
    color: #52A6D8;
}

section.product-info .woocommerce-tabs .panel {
    background: #ffffff;
    padding: 15px;
}

section.product-info .woocommerce-tabs table tr th {
	display: block;
	color: #52A6D8;
}
section.product-info .woocommerce-tabs table tr td {
	display: block;
}

.woocommerce-message {
         background: #EFEFEF;
    line-height: 3.5;
    border: 0;
    border-bottom: 3px solid #E3E3E3;
    padding: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}


.woocommerce-message::after {
    display: block;
    clear: both;
    content: "";
}

.woocommerce-message a {
    float: right;
}


/* Woocommerce cart */

body.woocommerce-cart {
        background-color: #F7F7F7;
}


.woocommerce form.woocommerce-cart-form {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.woocommerce form.woocommerce-cart-form table.shop_table {
    border-collapse: separate;
    border-spacing: 0 15px;

}
.woocommerce form.woocommerce-cart-form table.shop_table thead {
    display: none;
}
.woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item {
      border-bottom: 3px solid #E3E3E3;
      background-color: #ffffff
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td {
    padding: 15px 7.5px;
        white-space: nowrap;
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td:first-child {
    padding-left: 30px
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td:last-child {
    padding-right: 30px
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-remove a i {
    color: #E3E3E3
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-remove a i:hover {
    color: #BF0000
}
.woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-thumbnail img{
    max-width: 100px
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-name a{
    font-weight: bold;
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-quantity .quantity {
    max-width: 75px;
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-subtotal{
        font-weight: bold;
    color: #52A6D8;
}

.woocommerce .cart-collaterals h2 {
    display: none;
}


.woocommerce .cart_totals {
        max-width: 50%;
    display: block;
    margin-left: auto;
}

.woocommerce .cart_totals table tr {
        border-bottom: 1px solid #52A6D8;
}

.woocommerce .cart_totals table tr th {
    padding: 15px 0;
}

.woocommerce .cart_totals table tr td {
    text-align: right;
    padding: 15px 0;
}

.woocommerce .cart_totals table tr td ul {
    margin-bottom: 0;
}
.woocommerce .cart_totals table tr.order-total {
    border-bottom: 0;
    font-size: 1.5rem;
}

.woocommerce .cart_totals table tr.order-total td{
    color: #52A6D8;
}
.woocommerce .cart_totals .wc-proceed-to-checkout a {
    width: 100%;
}

/* Woocommerce checkout */

body.woocommerce-checkout {
        background-color: #F7F7F7;
}


.woocommerce form.woocommerce-checkout .customer_details .customer_details__inner {
    background-color: #ffffff;
    padding: 30px;
    height: 100%;
}

.woocommerce form.woocommerce-checkout .customer_details .customer_details__inner .form-row label {
    display: none;
}

.woocommerce form.woocommerce-checkout .customer_details .customer_details__inner .form-row .woocommerce-input-wrapper {
    position: relative;
}

.woocommerce form.woocommerce-checkout .customer_details .customer_details__inner .form-row.validate-required .woocommerce-input-wrapper:before {
        content: '*';
    position: absolute;
    right: 10px;
    top: 5px;
    color: #52A6D8;
    z-index: 1;
    line-height: 0;
}


.woocommerce form.woocommerce-checkout .customer_details .customer_details__inner #billing_country_field {
	-moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 0px;
    outline: 0;
    padding: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #EFEFEF;
    line-height: 1;
    border: 0;
    border-bottom: 3px solid #E3E3E3;
    width: 100%;
    position: relative;
    color: #10386A;
}

.woocommerce form.woocommerce-checkout .customer_details .customer_details__inner #billing_country_field.form-row.validate-required .woocommerce-input-wrapper:before {
	content: unset;
}

.woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
        background-color: #ffffff;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li label svg {
	float: left !important;
	margin-right: 7.5px;
}


.woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .place-order {
	padding: 0 15px;
}

.woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .place-order button {
        margin-left: auto;
    display: block;
}



label span:first-of-type {
  cursor: pointer;
  display: inline;
  line-height: 20px;
  vertical-align: top;
  clear: both;
      padding-left: 7.5px;
          font-weight: normal;
}

label input + span:first-of-type:before, label span:first-of-type:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
label input + span:first-of-type:before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #52A6D8;
  border-radius: 3px;
  cursor: pointer;
  transition: background .3s;
}
label input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 20px;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
label input[type="checkbox"]:checked + span:first-of-type:before {
  background: #52A6D8;
  border: none;
}
label input[type="checkbox"]:checked + span:first-of-type:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #ffffff;
  border-top-style: none;
  border-right-style: none;
}



/* USP's */

section.usps {
        margin: 30px 0;
}

section.usps .usp-list{
    
}

section.usps .usp-list .usp-list__item{
    text-align: center;
        font-size: 1.125rem;
    font-weight: 400;
}

section.usps .usp-list .usp-list__item:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f00c";
    margin-right: 7.5px;
    color: #52A6D8;
}

article {

}

article aside {
    background-color: #52A6D8;
    padding: 30px;
    color: #ffffff
}

article aside ul {
    margin-bottom: 0;
}

article aside * {
    color: #ffffff
}


body:not(.woocommerce-cart):not(.woocommerce-checkout) article ul:not(.contact-list) {
    padding-left: 20px;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout) article ul:not(.contact-list) li {
    list-style: disc
}

article .gallery-thumbnails {
    margin-top: 30px;
}

article .gallery-thumbnails .gallery-thumbnails__item {
    cursor: pointer;
}


/* Google Maps */
section.google-maps {
    margin: 0;
}

section.google-maps .acf-map {
    width: 100%;
    height: 500px;
}

section.google-maps .acf-map img {
   max-width: inherit !important;
}


.breadcrumbs {
    margin-bottom: 30px;
}
.breadcrumbs a{
    color: #CBCBCB
}

.breadcrumbs span.breadcrumb_last {
    color: #52A6D8
}

.pswp__bg,
.fancybox-bg {
    background: rgba(16, 56, 106, 0.75);
}

.fancybox-is-open .fancybox-bg {
    opacity: 1;
    }
/* Social media */

ul.social-media {
    position: relative;
    margin-bottom: 0
}

ul.social-media li {
    display: inline-block;
    margin-right: 7.5px;
}

ul.social-media li a {
    display: inline-block;
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
}

ul.social-media li a i {
    color: #52A6D8;
}


/* Cookies */

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 99999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    background: #ffffff;
    padding: 15px 0;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, .1);
    text-align: center;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
  margin-left: 15px;
}


/* Footer */

footer {
    position: relative;
    padding: 60px 0 0 0;
    background-color: #10386A;
    color: #ffffff;
}

footer .mainfooter {
    padding-bottom: 60px;
}


footer .mainfooter h6{
        color: #52A6D8;
    font-weight: 500;
}

footer .mainfooter ul.contact-list,
footer .mainfooter ul.footer-list {
    position: relative;
    display: block;
    margin-bottom: 0;

    -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

footer .mainfooter ul li {

}

footer .mainfooter ul.contact-list li a{
    color: #52A6D8;
    text-decoration: underline;
}

footer .mainfooter ul.footer-list li a {
    position: relative;
    display: block;
    color: #ffffff
}

footer .mainfooter ul.footer-list li a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f054";
    margin-right: 7.5px;
    color: #52A6D8
    
}


footer .subfooter {
    background: #102F57;
}

footer .subfooter ul {
/*     display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    margin-bottom: 0;
}

footer .subfooter ul li {
    display: inline-block;
}

footer .subfooter ul li a {
    position: relative;
    color: #ffffff;

        padding: 12.5px;
        display: inline-block;
        

}

footer .subfooter ul li:not(:first-child) a {
    text-decoration: underline;
}

footer .subfooter ul li:nth-child(2) {
    margin-left: auto;
}

/* Responsive */

@media (max-width: 992px) {
    .container {
        max-width: 100%;
    }
    
    .h1,
    h1 {
        font-size: 2.5rem
    }

    .h2,
    h2 {
        font-size: 2rem
    }

    .h3,
    h3 {
        font-size: 1.75rem
    }

    .h4,
    h4 {
        font-size: 1.5rem
    }

    .h5,
    h5 {
        font-size: 1.25rem
    }

    .h6,
    h6 {
        font-size: 1rem
    }
    
    main [class^="col-12"]:not(:last-child),
    footer [class^="col-12"]:not(:last-child) {
        margin-bottom: 15px;
    }
    
    main section,
    main article {
        margin: 30px 0;
    }

    header nav.navbar .navbar-brand {
        max-width: 200px;
    }

    header .navbar-header ul.navbar-header__list li a {
        padding: 12.5px 7.5px;
        font-size: 0.875rem;
    }

    header .navbar-header ul.navbar-header__list li.cart a i {
        font-size: 1.125rem;
        margin-left: 5px;
    }

    header nav.navbar .navbar-nav .nav-item .nav-link {
        padding: 15px 0;
        margin: 0;
    }

    section.slider .slick-slider .slider-item .slider-content .slider-content__inner {
        padding: 60px 0 45px 0;
    }

    section.slider .slick-slider .slider-item .slider-image .slider-image__inner {
        width: 100vw;
    }

    section.slider .slick-slider .slick-prev, section.slider .slick-slider .slick-next {
        top: 75%;
    }
	
	.breadcrumbs {
		margin-bottom: 15px;
	}

    section.products {
        padding: 30px 0 15px 0;
    }

    section.products .product a {
        margin-bottom: 15px;
    }


    main article > .container > .row > [class^=col-]:nth-child(1),
    section.product [class^=col-]:nth-child(2),
    section.product-info [class^=col-]:nth-child(1){
        padding-right: 15px;
    }

    main article  .container .row > [class^=col-]:nth-child(2),
    section.product [class^=col-]:nth-child(3),
    section.product-info [class^=col-]:nth-child(2) {
        padding-left: 15px;
    }
	
	footer {
		padding: 30px 0 0 0;
	}
	footer .mainfooter {
        padding-bottom: 30px;
    }
    .cookiealert .acceptcookies {
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
    }
}

@media (min-width: 1199px) {
    header nav.navbar .navbar-nav>.nav-item>.nav-link:before {
        content: '';
        height: 4px;
        width: 100%;
        width: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -4px;
        background: #52A6D8;
    }
    header nav.navbar .navbar-nav>.nav-item>.nav-link:hover:before,
    header nav.navbar .navbar-nav>.nav-item>.nav-link.active:before {
        width: 100%;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 100%;
    }
}

