/**
  Theme Name: Basement Hire
  Version: 2
  Author: Amica Live
  Author URI: http://www.amicalive.co.uk
  */

/* =======================
-------- Contents --------
==========================

1.0 Normalize
2.0 Page Layout & Styles
3.0 ???
4.0 Media Queries

========================== */

/* =============================================
1.0  Normalize ---------------------------------
============================================= */

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}


/* =============================================
2.0  Page Layouts & Styles ---------------------
============================================= */

/* =WordPress Core
-------------------------------------------------------------- */
.vatnote2 {
  font-size: 10px !important;
}
.alignnone {
	margin: 5px 20px 20px 0;
}
.imagetest {
  width: 100%;
  height: 200px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.post-edit-link{
	position: fixed;
	z-index: 9999999;
	bottom:0;
	left: 0;
	width: 80px;
	display: block;
	background:#800;
	color: white;
	font-size: 14px;
	padding: 7px;
	text-align: center;
}

/* ===============================
----------- Contents -------------
==================================

1.0 Generic Styles
2.0 Header
  2.1 Header Styles
  2.2 Navigation
  2.2 Slider
3.0 Call Out
4.0 Contact Bar
5.0 Map
6.0 Footer

================================== */
/* ============================================================================================================
0.0  Clearfix ------------------------------------------------------------------------------------
=============================================================================================================== */

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


/* ============================================================================================================
1.0  Generic Styles --------------
=============================================================================================================== */
*{
	box-sizing: border-box;
}
a{
	text-decoration: none;
  color: #3468b8;
}
a:hover {
  color: #0e1825;
}
a[href^="tel"]{
  color:inherit;
  text-decoration:none;
}
body {
  background: #0f2031;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  overflow-x: hidden;
}
p {
  font-size: 15px;
}
h2 {
  font-weight: 400;
  margin: 0;
}
h1 {
  margin: 0 0 35px 0;
}
h6 {
  font-weight: normal;
  font-size: 11px;
}
input, select, textarea {
  font: inherit;
  margin: 3px;
  border: 2px solid #3468b8;
  padding:  10px 5px;
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
  background: #3468b8;
  color: white;
  padding: 5px 30px;
}
[type=reset]:hover, [type=submit]:hover, button, html [type=button]:hover {
  -webkit-appearance: button;
  background: #0e1825;
  color: white;
  padding: 5px 30px;
  border: 2px solid #0e1825;
}
/* ============================================================================================================
2.0  Header --------------
=============================================================================================================== */
header {
  position: absolute;
  /*z-index: 2000; Removed - Caused content to go over the NAV bar*/
  width: 100%;
  padding: 0 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.header2 {
  position: relative;
  z-index: 2000;
  width: 100%;
  padding: 0 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
/* ============================================================================================================
2.1  Header styles --------------
=============================================================================================================== */
.logo {
  width: 400px;
  height: auto;
  position: relative;
  z-index: 1000;
}
.socialicons {
  position: relative;
  right: 0;
  display: block;
  top: 30px;
}
.socialicons a {
  background: rgba(255, 255, 255, 0.5);
  padding: 7px;
  width: 30px;
  height: auto;
  color: black;
  text-align: center;
  display: inline-block;
}
.socialicons a:hover {
  background: #4284c5;
  color: white;
}
/* ============================================================================================================
2.2  Navigation --------------
=============================================================================================================== */
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0 100px 0 0px;
  display: flex;
  flex-wrap: nowrap;
  background: white;
  position: absolute;
  right: 0;
  z-index: 2000;
  bottom: 100px;
  border: 1px solid #ccc;
}
nav li a {
  padding: 15px 15px;
  display: block;
  color: #0f2031;
  font-weight: 700;
  text-transform: uppercase;
}
nav li a:hover {
  background-color: #4284c5;
  color: white;
}

/* ============================================================================================================
2.3  Slider --------------
=============================================================================================================== */
.slidersection {
  position: relative;
  top: 0;
  height: 100vh;
  width: 100%;
}
.slider,
.slider ul{
  /* THE SLIDER CONTAINER */
  /*slider styles here...  height width etc */
  height: 100vh;
  width: 100%;
}
.slider ul{
  list-style: none;
}
.slider ul li{
  height: 100vh;
}

/* styles for slider navigation (arrows/next/prev) */
.unslider{
  position: relative;
}
.unslider-arrow{
  position: absolute;
  /*top:50%;
  transform: translateY(-50%);*/
  bottom: 100px;
  margin-left: 50px;
} 
.next{
  left: 80px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.5);
  color: white;
}
.next:hover{
  background: #4284c5;
}
.prev{
  left: 30px;
  background-color: white;
  padding: 15px;
  background: rgba(255, 255, 255, 0.5);
  color: white;
}
.prev:hover{
  background: #4284c5;
}
.unslider-nav ol {
  display: none;
}
/* ============================================================================================================
3.0  Home Content --------------
=============================================================================================================== */
.content {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 100px;
  align-items: center;
}
.contentleft {
  background: url(images/bh.svg) white;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 70%;
  text-align: center;
  padding: 80px 203px 80px 74px;

}
.contentright {
  width: 34%;
}
.contentright img {
  width: 100%;
  position: relative;
  right: 61px;
}
.lighticon {
  position: absolute;
  width: 10%;
  right: 6%;
  bottom: 0.5%;
}
.lighticon2 {
  position: absolute;
  width: 7%;
  left: 6%;
  bottom: 0.5%;
}
.cta {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 100px 50px;
  background: url(images/splash.png);
  background-position: center right;
  background-size: 66%;
  background-repeat: no-repeat;
}
.cta p {
  color: white;
  font-size: 20px; 
  font-weight: 300;
  width: 32%;
}
.basementhire {
  width: 28%;
}
.cta a {
  position: relative;
  top: 20px;
  background: #1c3b4f;
  padding: 10px;
  color: white;
  font-weight: 700;
  font-size: 18px;
}
.cta a span {
  font-weight: 300;
}
.cta a:hover {
  background: #4284c5;
}
.content2 {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.contentright2 {
  background: url(images/bh.svg) white;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 70%;
  text-align: center;
  padding: 83px 92px 80px 145px;

}
.contentleft2 {
  width: 34%;
}
.contentleft2 img {
  width: 100%;
  position: relative;
  left: 61px;
}
/* ============================================================================================================
2.2  Bundles --------------
=============================================================================================================== */
.bundlescontainer {
  overflow: hidden;
  width: 100%;
  margin: 50px 0;
}
.bundles {
  margin: 70px 0;
  padding: 50px;
  background: #21374b;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  min-height:200px;
  position: relative;
}
.bundles:before {
  position: absolute;
  content: " ";
  width: 120%;
  height: 50px;
  transform:translateX(-50%) rotate(-1deg);
  background: #21374b;
  z-index: 10;
  left: 50%;
  top: -25px;
}
.bundles:after {
  position: absolute;
  content: " ";
  width: 120%;
  height: 50px;
  transform:translateX(-50%) rotate(-1deg);
  background: #21374b;
  z-index: 10;
  left: 50%;
  bottom: -25px;
}

.bundlescontent {
  position: relative;
  z-index: 20;
  width: calc(33% - 10px);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 20px;
}

.bundlescontent:hover .bundleimage {
  filter: none;
  transition: all ease-in-out 0.4s;
  width: 110%;
}

.bundlelink {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  transition: all ease-in-out 0.4s;
}
.bundle-container {

}
.bundleitem{
  width: 100%;
  height: 265px;
  position: relative;
}
.bundleimage{
  width: 100%;
  height: 265px;
  filter: brightness(55%);
  transition: all ease-in-out 0.4s;
  position: relative;
}
.bundleitem p {
  color: white;
  display: block;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  bottom: 20px;
  z-index: 5;
  width: 100%;
  text-align: center;
}
.bundleitem p span {
  font-weight: 300;
}
.bundlebttn {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.bundlebttn a {
  background: #0f2031;
  padding: 15px;
  color: white;
  text-align: center;
  font-weight: 700;
}
.bundlebttn a span {
  font-weight: 300;
}
.bundlebttn a:hover {
  background: #1a86d4;
}
/* ============================================================================================================
2.2  Equipment --------------
=============================================================================================================== */
.equipment {
  margin: 0;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  min-height:200px;
  position: relative;
}
.equipmentcontent {
  position: relative;
  z-index: 20;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  padding: 0 50px;
  justify-content: center;
}
.equipmentitem{
  width: calc(25% - 10px);
  min-width: 200px;
  background: red;
  height: 225px;
  position: relative;
  margin: 5px;
}
.product1 {

}
.product2 {
  background: url(images/2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.product3 {
  background: url(images/3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.product4 {
  background: url(images/4.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.equipmentitem p {
  background: #1a86d4;
  color: white;
  display: block;
  font-weight: 400;
  font-size: 15px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  margin: 0;
}
.equipmentitem p span {
  font-weight: 300;
}
.equipmentitem p:hover {
  background: #1f3042;
}
.equipmentbttn {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.equipmentbttn a {
  background: #1e3041;
  padding: 15px;
  color: white;
  text-align: center;
  font-weight: 700;
}
.equipmentbttn a span {
  font-weight: 300;
}
.equipmentbttn a:hover {
  background: #1a86d4;
}
.booking {
  background: #1a86d4;
  margin: 40px 0 0;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.booking h2 {
  color: white;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.booking h2 span {
  font-weight: 300;
}
.bookingcontent {
  position: relative;
  z-index: 20;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.bookingitem{
  width: calc(25% - 10px);
  background: #1a86d4;
  height: 50px;
  position: relative;
}
.bookingitem p {
  background: #209dde;
  color: white;
  display: block;
  font-weight: 400;
  font-size: 15px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}
.bookingitem p span {
  font-weight: 300;
}
.bookingitem p:hover {
  background: #1f3042;
}
.map {
  background: url(images/bh-map.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}
.findus {
  background: rgba(0, 0, 30, 0.5);
  width: 30%;
  height: 100%;
  padding: 100px 50px;
  text-align: center;
  display: flex;
  align-items: center
  flex-wrap: wrap;
}
.findus h2 {
  color: white;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.findus h2 span {
  font-weight: 300;
}
.findus img {
  width: 70%;
}
.findus p {
  color: white;
  margin: 0;
  line-height: 22px;
  font-weight: 300;
}
/* ============================================================================================================
4.0  Footer Content --------------
=============================================================================================================== */
footer {
  width: 100%;
  padding: 50px 50px;
  text-align: center;
  display: block;
  color: white;
}
footer img {
  width: 20%;
  margin: 0 0 20px 0
}
footer a {
  color: white;
  margin: 0 15px;
  font-weight: 300;
}
footer a:hover {
  color: #209dde;
}
.copyright {
  background: black;
  color: white;
  width: 100%;
  height: auto;
  padding: 15px 50px;
  font-weight: 700;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.copyright p {
  font-size: 12px;
}
.copyrightnotice {
  display: inline-block;
}
.copyrightlinks {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  margin-left: 20px;
}
.copyrightlinks a {
  color: white;
  padding: 0 15px;
}
.copyrightlinks a:hover {
    color: #3468b8!important;
}
.copyrightright {
  font-size: 12px;
  padding: 15px 50px;
}
.copyrightright a {
  color: white;
}
.copyrightright a:hover {
  color: #e63575;
}
/* =============================================
4.0  General Page Styles --------------------
============================================= */
.nav2 ul {
  bottom: 0px;
}
.page-content {
  background-color: white;
  padding: 50px;
  margin: 0 4%;
}
.page-title {
  margin: 4% 0 0 4%;
  color: #407cc3;
}
/* =============================================
5.0  Breadcrumbs --------------------
============================================= */
.breadcrumbs {
  color: white;
  display: flex;
  margin: 0 3.5% 1%;
  font-size: 12px;
}
.breadcrumbs a,
.breadcrumbs:last-child {
  color: white;
  padding: 10px 10px;
}
.breadcrumbs a:hover {
  color: #3468b8;
}
.breadcrumb-child:last-child {
  padding-left: 10px;
}
.breadcrumb-link {
  padding: 0;
}
.breadcrumb .current,
.breadcrumb .current-item {
  padding: 10px 10px;
}
.breadcrumbs .current,
.breadcrumbs .current-item{
  padding-left: 10px;
}
/* =============================================
5.0  Bundles Single --------------------
============================================= */
.bundlecontent {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.bundlesleft {
  width: 50%;
  padding-right: 20px;
}
.bundlesleft h2 {
  text-transform: uppercase;
}
.bundlesright {
  width: 50%;
}
.bundlesright img {
  width: 100%;
}
.bookbttn {
  background: #3468b8;
  padding: 15px;
  color: white;
  display: inline-block;
  margin-top: 20px;
  width: 150px;
  text-align: center;
}
.callnowbttn {
  background: #3468b8;
  padding: 15px;
  color: white !important;
  display: inline-block;
  margin-top: 20px;
  width: 150px;
  text-align: center;
}
.bookbttn:hover {
  background: #0e1825;
  color: white;
}
.callnowbttn:hover {
  background: #0e1825;
  color: white;
}
.eqpricingsection {
  background: #ebebeb;
  padding: 75px 50px;
  margin: 0 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eqpricingsection h2 {
  font-size: 27px;
  font-weight: 900;
}
.bundlesleft h2 {
  font-size: 27px;
  font-weight: 900;
}
.eqpricingsection p{
  margin: 0;
}
.bundlepricingsection {
  background: #ebebeb;
  padding: 75px 50px;
  margin: 0 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bundlepricingsection h2 {
  font-size: 27px;
  font-weight: 900;
}
.bundlepricingsection p{
  margin: 0;
}
.pricingleft {
  width: 70%;
}
.pricingright {
  width: 30%;
}
.prices{
  display:flex;
  justify-content:flex-start;
  flex-wrap:nowrap;
  margin-top: 20px;
}
.price-box{
  width:126px;
  margin-right:10px;
}
.price-box .name{
  width: 100%;
  background: #3468b8;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.price-box .price{
  width: 100%;
  background: #0e1825;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
}
.price-box .tradeprice{
  width: 100%;
  background: #82b43f;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 12px;
}
.bundleincludedsection {
  background: #ffffff;
  padding: 75px 50px;
  margin: 0 4%;
}
.bundleincludedsection h2 {
  font-size: 27px;
  font-weight: 900;
}
.bundleincludedsection p {
  margin: 0;
}
.bundleincludesequipt{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.bundleincludesequipt li{
  width: 130px;
  margin-right: 10px;
}
.bundleincludesequipt li a{
  width: 100%;
  display: block;
  transition: 0.4s all ease-in-out;
  transform: scale(1);
}
.bundleincludesequipt li a:hover{
  transform: scale(1.02);
}
.bundleincludesequipt li a img{
  width: 100%;
}
.bundlegallerysection {
  background: #ebebeb;
  padding: 14px;
  margin: 0 4%;
}
.equipmentgallerysection {
  background: #ffffff;
  padding: 14px;
  margin: 0 4%;
}
.bunglegalleryimages{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  overflow: hidden;
  height: 257px;
}
.bunglegalleryimages li{
  width: calc(33% - 10px);
  margin-right: 10px;
}
.bunglegalleryimages li a{
  width: 100%;
  display: block;
  transition: 0.4s all ease-in-out;
  transform: scale(1);
}
.bunglegalleryimages li a:hover{
  transform: scale(1.02);
}
.bunglegalleryimages li a img{
  width: 100%;
}
/*.bunglegalleryimages {
  background: #ebebeb;
  }*/
  .bundlecta {
    padding: 50px;
    margin: 0 4%;
    color: white;
    text-align: center;
  }
  .bundlecta h2 {
    font-size: 30px;
    font-weight: 700;
  }
  .pricingbundlecta {
    padding: 20px;
    margin: 0 4%;
    color: #407cc3;
    text-align: center;
    background: white;
    border: 1px solid #e0e0e0;
  }
  .pricingbundlecta h2 {
    font-size: 27px;
    font-weight: 700;
  }
  .pricingbundlecta p {
    margin-bottom: 20px;
  }
  .morebttn {
    color: white;
    background: #3468b8;
    padding: 15px 30px;
    display: block;
    width: 145px;
    margin: auto;
    font-size: 13px;
    font-weight: 600;

  }
  .morebttn:hover {
    color: #0e1825;
    background: #ffffff;
  }
  /* Acordeon styles /*/
  .accordion {
    background-color: #fff;
    color: #444;
    font-weight: 700;
    cursor: pointer;
    padding: 15px 20px 7px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    text-transform: uppercase;
    position: relative;
  }
  .accordion::before {
    position: absolute;
    left: -20px;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;

    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    content: "+";
  }
  .panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
  }
  .panel p{
    width: 20%;
  }
  .panel p i{
    color: green;
    margin-right: 5px;
  }
  .pget {
    margin-left: 20px !important;
  }
  .title{
    font-weight: 700;
    display: block;
  }
  .subtitle{
    font-weight: 400;
    display: block;
    text-transform: none;
    font-size: 14px;
  }
  #box-container{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 50px 0 0;
  }
  .categorybox{
    width: calc(33% - 10px);
    margin: 0 10px 10px 0;
/*    border: 1px solid #f6f6f6;*/
    border: 10px solid #e6e6e6;
    padding-bottom: 20px;
    background: #f6f6f6;
  }
  .categorybox:nth-child(3n){
    margin: 0 0px 10px 0;
  }
  .categroyimagelink{
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 250px;
  }
  .categroyimagelinkoverlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    display: block;
    transition: all ease-in-out 0.4s;
  }
  .categroyimagelink:hover .categroyimagelinkoverlay {
    background: rgba(14, 25, 37, 0.8);

  }
  .categroyimagelinkoverlay img {
    width: 20%;
    opacity: 0;
  }
  .categroyimagelink:hover .categroyimagelinkoverlay img {
    opacity: 1;
  }
/*.categroyimagelinkoverlay{
  background: rgba(0,0,0,0.4);
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  }*/
/*.categroyimagelinkoverlaye{
  background: rgba(0,0,0,0.2);
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  }*/
  .categroyimagelink img{
    position: absolute;
    height: 100%;
    top: 50%;
    left:50%;
    transform: scale(1) translateX(-50%) translateY(-50%);
    transition: all ease-in-out 0.4s;
    z-index: 10;
    border-bottom: 1px solid #d6d4d4;
  }
  .categroyimagelink:hover img {
    transform: scale(1.05) translateX(-50%) translateY(-50%);
  }
  .categoryboxtitle{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 30;
    color: white;
    font-size: 16px;
    background: rgba(52, 104, 184, 0.84);
/*    border-radius: 10px 10px 0 0;*/
    padding: 10px 0;
  }
  .categoryboxtitle strong{
    font-weight:300;
  }
  .categorydescription {
    text-align: center;
    padding: 5px 20px;
    min-height: 70px;
  }
  .categorybttn {
    background: #3468b8;
    color: white;
    padding: 20px 20px;
    display: block;
    margin: auto;
    text-align: center;
    width: 200px;
    font-size: 13px;
  }
  .categorybttn span {
    font-weight: 300;
  }
  .categorybttn:hover {
    background: #0e1825;
    color: white;
  }
  .pricingtitlemain {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    color: #ffffff;
    margin: 0px 0px 5px;
    background: #407cc3;
    width: 100%;
    padding: 5px 18px;
  }
  .pricingtitlemain:hover {
    color: #2954ab;
  }
    .pricingtitlesub {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    color: #6d6d6d;
    margin: 0px 0px 5px;
    background: #e0e0e0;
    width: 100%;
    padding: 5px 17px 5px;
  }
  .pricingtitlesub:hover {
    color: #2954ab;
  }
  .vat-details{
    width: 100%;
    text-align:right;
  }
  .vat-details p{
    margin:20px 0 7px;
    color: #777;
    font-size: 0.8em;
    font-weight: 600;
  }
  .pricelist{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-bottom:5px;
    margin-top: 5px;
        border: 10px solid #e6e6e6;
  }
  .pricelist-row{
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    border-bottom: 1px solid #dedede;
  }
  .pricelist-product{
    width: 58%;
    margin-left: 31px;
  }
  .pricelist-price{
    width: 13%;
    text-transform: uppercase;
    text-align: center;
  }
  .pricelist-resp-header{
    display: none;
  }
  .pricelist-header {
    font-weight: 900;
    background: #0d1825;
  }
  .pricelist-header p {
    font-size: 18px;
    color: white;
  }
  .price-page-content{
    width: 100%;
    margin-top:40px;
  }

  @media screen and (max-width: 500px){
    .pricelist-header{
      display: none;
    }
    .pricelist-row{
      flex-wrap: wrap;
      text-align: center;
    }
    .pricelist-product{
      width: 100%;
    }
    .pricelist-price{
      width: 100%;
    }
    .pricelist-resp-header{
      display: inline-block;
      margin-right: 10px;
    }
  }
  /*TRADE USER INFOMATION*/

  .tradeuserinfoall {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 25px;
  }
  .tradegroup {
    width: calc(25% - 10px);
    width: calc(25% - 10px);
    text-align: center;
    border: 1px solid #d6d6d6;
    margin-bottom: 35px;
  }
  .tradeuserinfotitle {
    background: #0d1825;
    padding: 10px 0;
    font-weight: 500;
    color: white;
  }
  .tradeuserinfoanswer {
    padding: 20px 0;
    font-size: 13px;
    background: #407cc3;
    color: white;
  }
  .tradeuserinfoanswer a{
    color: white;
  }
  .tradeuserintro {
    font-size: 20px;
    font-weight: 700;
    color: #407cc3;
  }

  .tradepricingintro {
    font-size: 20px;
    font-weight: 700;
    color: #407cc3;
  }
  .tradeuserback {
    background-color: #ebebeb;
    padding: 50px;
    margin: 0 4%;
  }
  .loginlabel {
    width: 94px;
    display: inline-block;
  }
  .loginbttntrade {
    margin-left: 97px;
  }
  .contactpagemain {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
  }
  .contactcontents {
    width: 50%;
    padding-right: 90px;
  }
  .contactformmain {
    width: 50%;
  }
  .tml .message {
    display: none;
  }
  .filedownloads {
    border: 1px solid #e6e6e6;
    padding: 0px 20px 20px 20px;
    background: #f7f7f7;
    margin-top: 20px;
  }
  .quickrefpdf {
    padding: 0 0 20px 0;
  }
  .quickrefpdf:before {
    font-family: "Font Awesome 5 Free";content: "\f1c1";
    font-variant: normal;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
  }
  .manualpdf {

  }
  .manualpdf:before {
    font-family: "Font Awesome 5 Free";content: "\f1c1";
    font-variant: normal;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
  }
  p.categoryfromprice {
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #407cc3;
    margin:0;
  }
  .categoryfrompricet {
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #74a729;
  }
  .categoryfrompricec {
    margin-bottom: 10px;
  }
.pricedesc {
  font-size: 13px;
}
.orgprice {
  font-size: 13px;
  display: inherit;
  text-decoration: line-through;
}
#html5-watermark {
  display: none !important;
}
.subcats {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.subcatseach {
  background: #407cc3;
  padding: 10px 20px;
  margin: 5px;
  color: white;
}
.subcatseach:hover {
  background: #0e1825;
  color: white;
}
.subcatseach:first-child {
  margin-left: 0px;
}
.subcatshead {
      font-size: 27px;
    font-weight: 900;
}
.suggestedequip {
  background: #ebebeb;
  padding: 75px 50px;
  margin: 0 4%;
}
.suggestedequip h2 {
  font-size: 27px;
  font-weight: 900;
}
.suggestedequip p{
  margin: 0;
}
.suggestedequipment {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.suggestedequipment li{
  width: calc(33% - 10px);
  margin-right: 10px;
  border: 1px solid #dadada;
  background: white;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.suggestedequipment li a{
  width: 100%;
  display: block;
  transition: 0.4s all ease-in-out;
  transform: scale(1);
}
.suggestedequipment li a:hover{
  transform: scale(1.02);
}
.suggestedequipment li a img{
  width: 100%;
  margin-bottom: -5px;
}
.suggestdesc {
  font-size: 13px;
  background: white;
  text-align: center;
  padding: 10px;
  height: 80px;
}
.suggestedequiptitle {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  background: #407cc3;
  color: white;
  padding: 10px 0;
}
.suggestequipbttn {
    background: #3468b8;
    color: white;
    padding: 20px 20px;
    display: block;
    margin: auto;
    text-align: center;
    max-width: 200px;
    font-size: 13px;
  }
  .suggestequipbttn span {
    font-weight: 300;
  }
  .suggestequipbttn:hover {
    background: #0e1825;
    color: white;
  }
  .suggestedbundles {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.suggestedbundles li{
  width: calc(33% - 10px);
  margin-right: 10px;
}
.suggestedbundles li a{
  width: 100%;
  display: block;
  transition: 0.4s all ease-in-out;
  transform: scale(1);
}
.suggestedbundles li a:hover{
  transform: scale(1.02);
}
.suggestedbundles li a img{
  width: 100%;
  margin-bottom: -5px;
}
.headerstick{
    position: fixed;
    z-index: 9999999999999999999;
    top: 115px;
    display: block;
    right: 0;
    margin-top: 50px;
  }
  .headerstick2 {
    position: fixed;
    z-index: 9999999999999999999;
    top: 60px;
    display: block;
    right: 0;
  }
.tribe-events-list .type-tribe_events {
    text-align: center;
}
.tribe-events-single-section {
    background: #ececec;
    height: 301px;
}
#tribe-events .tribe-events-button {
  display: none;
}
.tribe-events-event-meta .tribe-events-meta-group {
    width: 50%;
  }
.tribe-events-list .tribe-events-loop .tribe-events-content {
  display: none;
}
/* ============================================================================================================
2.2  RESPONSIVE --------------
=============================================================================================================== */

@media screen and (max-width: 1316px) {
.nav2 ul {bottom: -32px;}
}
@media screen and (max-width: 1260px) {
  .lighticon {width: 13%;}
  .lighticon2 {width: 11%;}
}
@media screen and (max-width: 1136px) {
    .unslider-arrow {bottom: 200px;}
    /*.logo {width: 50%;}*/
}

@media screen and (max-width: 975px) {
  #homepagenav {display: none;}
  .socialicons {right:70px;}
  button#responsive-menu-button {width: 55px;height: 55px;position: fixed;top: 20px !important;right: 5%;background: #407cc3 !important;}
 /* .logo {width: 40%}  */
  .unslider-arrow {bottom: 40px;}
  .content {flex-wrap: wrap; padding-top: 0;}
  .content2 {flex-wrap: wrap; padding-top: 0;}
  .contentleft {width: 100%; padding: 30px 2%;}
  .contentright {width: 100%;}
  .contentright img {right: 0;}
  .contentright2 {width: 100%; padding: 30px 2%;}
  .contentleft2 {width: 100%;}
  .contentleft2 img {left: 0;}
  .lighticon {width: 27%;bottom: -6.5%;}
  .bookingcontent {flex-wrap: wrap;}
  .bookingitem { width: 48%;margin: 0 1%;}
  .nav2 {display: none;}
}
@media screen and (max-width: 768px) {
  .bundlecontent {flex-wrap: wrap;}
  .bundlesleft {width: 100%;}
  .bundlesright {width: 100%; margin-top: 15px;}
  .bundlepricingsection {flex-wrap: wrap;}
  .pricingleft {width: 100%;}
  .pricingright {width: 100%;}
  .pricingbundlecta {margin: 15px 0; border: 0;}
  .bunglegalleryimages {flex-wrap: wrap; overflow: visible; height: auto;}
  .bunglegalleryimages li {width: 100%;}
}
@media screen and (max-width: 600px){
  .unslider-arrow {bottom: 40px; margin-left: 0px;}
  .socialicons {position: absolute; top: 90vh;}
  .cta {background: none;padding: 30px 50px;}
  .cta p {width: 100%; text-align: center;}
  .basementhire {width: 100%;}
  .cta a {left: 50%;width: 150px;transform: translateX(-50%);display: block;text-align: center;}
  .bundlescontent {width: 100%; margin-bottom: 10px;}
  .equipmentitem {width: 100%;margin-bottom: 10px;}
  .equipmentcontent {flex-wrap: wrap; padding: 0;}
  .findus {width: 50%;}
  .footerlinks {font-size: 15px;}
  .copyrightlinks {flex-wrap: nowrap;display: flex;justify-content: flex-start;margin: 0;}
  .copyrightlinks a {padding: 0 7px;}
  .copyright {flex-wrap: wrap;}
  .copyrightright {padding: 15px 0;}
  .categorybox {width: 100%;}
  .categorybox:nth-child(3n) {margin: 0 10px 10px 0;}
  .page-content {padding: 20px;}
  .header2 {padding: 20px;}
  .logo {left: -14px;}
  .socialicons {display: none;}
  .pricelist-product {margin-left: 0;}

}
@media screen and (max-width: 550px) {
  .bookingitem{width: 100%;}
  .findus {width: 100%;}
  /*.copyrightlinks {display: none;}*/
}

@media screen and (max-width: 414px) {
  header {padding: 0 10px;}
  .bundleleft {width: 100%;}
  .prices {flex-wrap: wrap;}
  .price-box {margin-bottom: 10px;}
  .bookbttn {width: 130px;}
  .callnowbttn {width: 130px;}
}
@media screen and (max-width: 390px) {
  .socialicons {position: absolute; top: calc(100vh - 50px); transform: translateY(-100%);}
}


/* 3 becomes 2 Columns responsive on medium devices. Julian*/
@media screen and (max-width: 992px) { 
  .suggestedequipment li {width: 47%;}
  /*47% because 50 caused overflow. Julian*/
}

/*Max Width Was 375 - now 576 for modern phone sizes. Julian.*/
@media screen and (max-width: 576px){
    .bookbttn {width: 130px;}
  .callnowbttn {width: 130px;}
  .bundlesleft h2 {font-size: 23px;}
  .page-title {font-size: 23px; margin-bottom: 15px;}
  .breadcrumbs {display: none;}
    .eqpricingsection {flex-wrap: wrap;}
      .bundleleft {width: 100%;}
  .prices {flex-wrap: wrap;}
  .price-box {margin-bottom: 10px; width: 45%;}
  .bookbttn {width: 134px;}
  .callnowbttn {width: 134px;}
  .suggestedequipment li {width: 100%;}
.contactcontents {width: 100%; padding: 0;}
.contactpagemain {flex-wrap: wrap;}
.contactformmain {width: 100%;}
.panel {padding: 0;}
}

/* ============================================================================================================
2.2  RESPONSIVE MENU SOCIAL ICONS --------------
=============================================================================================================== */


.socialiconsmobile {
  display: block;
}
.socialiconsmobile a {
  background: rgba(255, 255, 255, 0.5);
  padding: 7px !important;
  width: 30px;
  height: auto;
  color: black;
  text-align: center;
  display: inline-block;
}
.socialiconsmobile a:hover {
  background: #4284c5;
  color: white;
}
.vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
  background-color: #407cc3 !important;
  }


/* ============================================================================================================
2.2  WooCommerce Styles --------------
=============================================================================================================== */


.woocommerce-product-gallery {
    width: 50%;
    max-width: 750px;
    display: flex;
}

div.product {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.summary.entry-summary {
    width: 50%;
    padding: 30px 50px;
}

h1.product_title.entry-title {
    font-size: 2.63em;
    margin-bottom: 5px;
}

p.price span.woocommerce-Price-amount.amount {
    font-size: 2em;
}

p.price small.woocommerce-price-suffix {
  /*  font-size: 1.2em;*/
}

.woocommerce-variation-price small.woocommerce-price-suffix {
    font-size: 1em;
}

.woocommerce-variation-price span.woocommerce-Price-amount.amount {
    font-size: 1.5em;
}
.woocommerce-Tabs-panel p {
    width: 100%;
}
.summary p.price{
    width:100%;
    border-top:2px solid #3468b8;
    border-bottom:2px solid #3468b8;
    padding:10px 0;
    /*font-size: 2em;*/
}

section.related.products {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    border: 1px solid #dedede;
    padding: 20px 20px 20px;
    background: #f6f6f6;
}

section.related.products h2 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

section.related.products ul.products.columns-4 {
    width: 100%;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
}

section.related.products ul.products.columns-4 li.product {
    width: calc(25% - 10px);
    border: 1px solid #dedede;
    padding: 16px 20px 20px;
    margin: 5px;
    text-align: center;
    background: #fff;
}
section.related.products ul.products.columns-4 li.product a{
  width: 100%;
}
section.related.products ul.products.columns-4 li.product a.button{
    width: 100%;
    background: #3468b8;
    color: white;
    padding: 15px 20px;
    display: block;
    margin: auto;
    text-align: center;
    max-width: 200px;
    /* Changed to max width due to button overflowing. Julian. */
    font-size: 15px;
    margin: 0 auto;
}

/*Overriding product list item button to stop it overflowing its container. Julian.*/
ul.products.columns-5 li.product a.button {
    width: 100% !important;
    /* Overrides width: 200px - We need width of 100% any way. Julian.*/
    max-width: 200px;
}




section.related.products ul.products.columns-4 li.product h2 {
    width: 100%;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    text-align: center;
    min-height: 50px;
}
section.related.products ul.products.columns-4 li.product span.price {
    margin-bottom: 20px;
    display: block;
    color: #333;
}
section.related.products ul.products.columns-4 li.product img{
  width: 100%;
  height: auto;
  border-bottom: 10px solid #3468b8;
}
@media screen and (max-wdith:400px){
  div.pp_overlay,
  div.pp_pic_holder {
    display:none !important;
  }
}
.product_meta {
    margin-top: 30px;
}

.product_meta span {
    margin-right: 15px;
}

.quantity{
    position: relative;
    padding-left: 100px;
    margin-bottom: 15px;
}
.quantity:before {
    position: absolute;
    content:"Quantity: ";
    width: 100px;
    display:inline-block;
    left:0;
    top:7px;
    transform:translateY(50%);
}
.woocommerce-variation.single_variation {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    border: 1px solid #dedede;
    border-left: 0 solid #fff;
    margin: 15px 0 15px;
    border-right: 0 solid #fff;
}

.woocommerce-variation.single_variation p {
    margin: 0 0px 2px 0;
}

.woocommerce-variation.single_variation div {
    margin: 5px 40px 3px 0px;
    padding: 5px 0 5px;
}

.woocommerce-variation.single_variation div:first-child {
    margin: 0;
    padding: 0;
}
td.label {
    width: 100px;
}

td.value {
    width: 250px;
}
td.value select {
    min-width: 200px;
}
button.single_add_to_cart_button.button{
  width: 100%;
  background: #3468b8;
    color: white;
    padding: 15px 20px;
    display: block;
    margin: auto;
    text-align: center;
    width: 250px;
    font-size: 15px;
    margin: 10px 0;
    border: 0px solid #fff;
}

.woocommerce-product-gallery {
position: relative;
margin-bottom: 3em
}

.woocommerce-product-gallery figure {
margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}

.woocommerce-product-gallery img {
display: block
}
ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 0 10px;
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 100%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 100%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 100%
}

.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
left: 1em;
z-index: 99;
}

a.woocommerce-product-gallery__trigger {
text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
left: .875em;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #fff;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #fff;
border-color: #fff;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}

.woocommerce-product-gallery__image.flex-active-slide {
    height: 450px;
    object-fit: cover;
    background-size: cover;
}
.woocommerce-product-gallery img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.flex-viewport {
    height: 460px !important;
}

figure.woocommerce-product-gallery__wrapper {
    height: 460px;
}

.woocommerce-product-gallery__image a {
    display: block;
    width: 100%;
    height: 460px;
}

img.zoomImg {}

img.wp-post-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.flex-viewport {}

ul.tabs.wc-tabs {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

.wc-tabs li {
    border: 1px solid #dedede;
    padding: 10px 20px;
    margin-right: 5px;
}

.wc-tabs li.active {
    background: #3468b8;
    color: white;
}

.description_tab.active a {
    color: white;
}

.woocommerce-Tabs-panel {
    padding: 30px 40px 70px;
    border: 1px solid #dedede;
}
.footbutton{
    width: 90px;
    height: 90px;
    position: fixed;
    z-index: 9999999;
    bottom: 60px;
    right: 30px;
}
a.footer-basket {
    color: #fff;
    background: #3468b8;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid #fff;
    outline: none;
    padding: 28px;
    cursor: pointer;
}
a.footer-basket svg {
    width: 100%;
    cursor: pointer;
}
a[onclick], a:not([name]), a { cursor: pointer }
.product-image-respo{
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
}
@media screen and (max-width:1350px){
    .woocommerce-product-gallery {
        flex-wrap: wrap;
    }

    ol.flex-control-nav.flex-control-thumbs {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        padding: 10px 0 0 0px;
        width: 100%;
        justify-content: space-between;
    }
    .woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
        width: calc(25% - 6px);
    }

    .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
        width: calc(25% - 6px);
    }

    .woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
        width: calc(20% - 6px);
    }
}
@media screen and (max-width:1000px){
    .woocommerce-product-gallery {
        width: 100%;
        order:3;
        max-width: 1000px;
        margin:40px auto 0;
    }
    .product-image-respo{
        display: inline-block;
        width: 50%;
        order: 2;
    }
    .product-image-respo p{
        width: 100%;
        border:1px solid #dedede;
        background: #f6f6f6;
        color: #aaa;
        padding:10px;
        font-size: 14px;
        margin: 0;
        text-align: center;
    }
    .product-image-respo img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .summary.entry-summary{
        width: 50%;
        order:1;
        padding: 0px 30px 40px 0px;
    }
    h1.product_title.entry-title {
        font-size: 1.7em;
        margin-bottom: 5px;
    }
    p.price span.woocommerce-Price-amount.amount {
        font-size: 1.5em;
    }
    .woocommerce-tabs.wc-tabs-wrapper{
        order: 2;
    }
    section.related.products{
        order: 4;
    }
    .woocommerce-product-gallery__image.flex-active-slide, .woocommerce-product-gallery__image a, figure.woocommerce-product-gallery__wrapper, .flex-viewport {
        height: auto !important;
    }
}
@media screen and (max-width:950px){

    .summary.entry-summary{
        width: 100%;
    }
    .product-image-respo{
        width: 100%;
        margin-bottom: 40px;
    }
}
@media screen and (max-width:1080px){

    ul.products.columns-4 li.product {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width:500px){

    ul.products.columns-4 li.product {
        width: calc(100% - 10px);
    }
    ul.products.columns-4 li.product:nth-child(3),
    ul.products.columns-4 li.product:nth-child(4),
    ul.products.columns-4 li.product:nth-child(5) {
        display: none;
    }
}



