/*
Theme Name: iBlue Mobile
Author: Seven Hills Creative
Author URI: https://www.sevenhillscreative.co.uk
Description: Another custom theme for a happy customer!
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2022.1
Requires at least: 5.2
Requires PHP: 7.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* ///// BASE ///// */
/* ///// BASE ///// */
/* ///// BASE ///// */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #1B1C1F;
    box-sizing: border-box;
    font-family: bRandon-grotesque, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    transition: all 0.4s ease;
    /*outline: 1px solid red !important;*/
}

html{
  overflow-x: hidden !important;
}

body{
  font-family: bRandon-grotesque, sans-serif;
  overflow-x: hidden !important;
  position: relative;
}


/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */

nav img{
  align-self: center;
  border-radius: 0;
  max-width: 100%;
}

nav.iblue-menu{
  align-self: start;
  background-color: #FBF9F9;
  display: grid;
  grid-template-columns: 250px 1fr;
  font-family: bRandon-grotesque, sans-serif;
  padding: 0.5em 2em;
  width: 100%;
}

nav.iblue-fixed-menu{
  align-self: start;
  background-color: #69C2F9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-columns: 250px 1fr;
  font-family: bRandon-grotesque, sans-serif;
  height: 1px;
  opacity: 0;
  width: 100%;
  z-index: 999999;
}

nav.iblue-fixed-menu img{
  max-width: 250px;
}

nav.iblue-fixed-menu a{
  color: #000;
}

nav.iblue-fixed-menu a:hover{
  color: #fff;
}

nav.iblue-fixed-menu img{
  align-self: center;
  max-width: 90px;
}

nav.iblue-fixed-menu .main-nav{
  align-self: center;
  margin: 0;
}

nav.iblue-fixed-menu #nav-icon span {
  background-color: #fff;
}

.main-nav{
  align-self: center;
  justify-self: end;
}

.main-nav a{
  color:  #000;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  padding: 4px 1em;
  text-transform: uppercase;
}

.main-nav a:hover{
  color: #69C2F9;
}

.current-menu-item a{
  color: #032BF4;
}

.main-nav li{
  display: inline-block;
}

.nav-btn{
  display: none;
}

.side-nav {
  align-items: start;
  display: grid;
  color: #000;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
  background: #69C2F9;
  overflow-x: hidden;
  transition: 0.4s;
  padding: 60px 0 0 0 !important;
  list-style-type: none;
  z-index: 320;
}

.side-nav a {
  color: #000;
  text-decoration: none;
  font-size: 1.5em;
  display: block;
  transition: 0.4s;
  text-align: center;
}

.side-nav a:hover{
  border-bottom: 0;
  padding-bottom: 0;
}

.side-nav img{
  margin: 0 auto;
  height: auto;
  width: 200px;
}

.side-nav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  margin-top: 70px;
}

.nav-btn{
    color: #000;
    font-size: 1.5em;
    justify-self: end;
    cursor: pointer;
    padding: 10px 0;
    width: 61px;
}

#nav-icon {
  width: 61px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  background-color: #69C2F9;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  border-radius: 4px;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 8px;
}

#nav-icon span:nth-child(3) {
  top: 16px;
}

.sub-menu{
  display: none;
}

.menu-item-has-children{
  position: relative;
}

.menu-item-has-children:hover>.sub-menu{
  background-color: #000;
  display: block;
  position: absolute;
  width: 10em;
}

.sub-menu li{
  display: block;
  border-bottom: #dddddd 1px solid;
}

.sub-menu li:last-of-type{
  border: 0;
}

.sub-menu a{
  color: #000;
  display: block;
  font-size: 0.6em;
  padding: 8px 1em;
  text-transform: none;
}

.sub-menu a:hover{
  padding-left: 1.5em;
}

.sub-menu a:after{
  content: "";
}

.side-nav li ul li a{
  color: #000;
  font-size: 1em;
  padding: 4px 4px 4px 48px;
}

.side-nav li ul li a:hover{
  padding-left: 48px;
}

.side-nav li ul li {
  border: 0;
}

/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

main,body,article{
  display: grid;
}

section{
  display: grid;
  justify-self: center;
  padding: 5em 2em;
  max-width:  1100px;
  width: 100%;
}

footer{
  background-color: #69C2F9;
  display: grid;
  grid-template-columns: 65% 1fr 1fr;
  grid-gap: 2em;
  width: 100%;
  padding: 3em 8%;
}

footer h2{
  color: #fff;
  font-size: 1.2em;
  text-align: left;
  justify-self: start;
}

footer p{
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  justify-self: start;
}

.footer-column{
  display: grid;
}

.footer-column img{
  max-width: 150px;
}


/* ///// TEXT ///// */
/* ///// TEXT ///// */
/* ///// TEXT //// */

h1, h2, h3, h4, h5, h6{
  color: #000;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0.3em 0;
  justify-self: center;
  text-align: center;
}

h1{
  font-size: 3.5em;
  line-height: 1.2em;
}

h2{
  font-size: 2.5em;
}

h3{
  font-size: 1.6em;
}

h4{
  font-size: 1.4em;
}

h5{
  font-size: 1.2em;
}

h6{
  font-size: 1.1em;
}


p{
  color: #000;
  font-family: bRandon-grotesque, sans-serif;
  font-weight: 390;
  justify-self: center;
  margin-bottom: 0.8em;
  max-width: 660px;
}

label{
  color:#000;
}

ul,ol{
  font-family: bRandon-grotesque, sans-serif;
  margin: 1.2em 0;
  padding: 0 6%;
}

ul {
  list-style: none;
}

ul li::before {
  content: "\2022";
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

ul.post-categories{
  margin: 0;
  padding: 0;
}

ul.post-categories li::before, ul.main-nav li::before, footer li::before, li.product::before, ul.page-numbers li::before {
  content: "";
  width: 0;
  margin-left: 0;
}

ul.main-nav{
  padding: 0;
}

ol{
  list-style-type: decimal;
}

li{
  color: #000;
}

strong{
  font-weight: 700;
}

em{
  color: #000;
  font-style: italic;
}

.underline{
  text-decoration: underline;
}

a{
  color: #000;
  cursor: pointer !important;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}

blockquote{
  grid-gap: 0.5em;
  justify-self: center;
  display: grid;
}

blockquote p{
  color: #000;
  font-family: bRandon-grotesque, sans-serif;
  line-height: 1.8em;
  font-weight: 400;
  justify-self: center;
  text-align: center;
}

cite{
  color: #000;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  justify-self: center;
}

hr{
  background-color: #000;
  border: 0;
  height: 1px;
  justify-self: center;
  margin: 2em 0;
  width: 80%;
}

/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

.sticky {
  height: auto !important;
  position: fixed;
  opacity: 1 !important;
  padding: 1em 2em;
  top: 0;
  width: 100%;
}

a.button{
  background-color: #032BF4 !important;
  border: 1px solid transparent !important;
  color: #fff !important;
  font-weight: 400 !important;
  justify-self: start;
  padding: 0.6em 3.8em !important;
}

a.button:hover{
  border: 1px solid #032BF4;
  background-color: rgba(255,255,255,0.6);
  color: #032BF4;
}

.banner{
  background: linear-gradient(108.98deg, #69C2F9 13.89%, rgba(105, 194, 249, 0.75) 81.17%);
  max-width: 100%;
  padding: 74px 0 5em;
}

.banner-wrapper{
  display: grid;
  grid-column-gap: 2em;
  grid-template-columns: 1fr 1fr;
  justify-self: center;
  margin: 3em 0;
  max-width: 1100px;
  width: 100%;
}

.page-template-page-repairs .banner-wrapper, .page-template-page-repairs-apple .banner-wrapper, .page-template-page-repairs-samsung .banner-wrapper{
  grid-template-columns: 1fr;
  margin-bottom: 0;
}

.page-template-page-repairs .banner-wrapper .banner-content, .page-template-page-repairs-apple .banner-wrapper .banner-content, .page-template-page-repairs-samsung .banner-wrapper .banner-content{
  justify-content: unset;
}

.page-template-page-repairs .banner-wrapper h1, .page-template-page-repairs-apple .banner-wrapper h1, .page-template-page-repairs-samsung .banner-wrapper h1{
  margin: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.banner-content{
  align-content: center;
  display: grid;
  grid-row-gap: 0.5em;
  justify-content: start;
}

.banner-content h1, .banner-content p{
  color: #fff;
  text-align: left;
  justify-self: start;
  max-width: 320px;
}

.banner-content h1{
  line-height: 0.9em;
  margin: 0;
}

.banner-content a.button:hover{
  background-color: transparent;
}

.banner img{
  justify-self: center;
}

.cta{
  background: #69C2F9;
  justify-content: start;
}

.cta h2, .cta p{
  color: #fff;
  max-width: 320px;
  text-align: left;
  width: 100%;
}

.cta{
  padding: 8em 8%;
}

.device-search{
  background-color: #FBF9F9;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
  max-width: 100%;
  padding: 2em;
}

.device-search label {
  align-self: center;
  font-size: 1.5em;
  font-family: 'helvetica neue', sans-serif;
  font-weight: 700;
  justify-self: end;
}

.device-search form{
  grid-template-columns: 1fr 1fr;
  justify-self: start;
  padding: 0;
}

.device-search form select{
  padding: 1em;
}

.device-search form select{
  align-self: stretch;
  border: 2px solid #000;
  border-width: 2px 1px 2px 2px;
  border-radius: 0;
}

.custom-form input[type="text"]{
  align-self: stretch;
  border: 2px solid #000;
  border-width: 2px 2px 2px 1px;
  border-radius: 0;
}

.device-search form input[type="search"]{
  align-self: stretch;
  border: 2px solid #000;
  border-width: 2px 2px 2px 1px;
  border-radius: 0;
}

.full-width{
  max-width: 100%;
}

.full-width.cta form{
  padding: 2em 0;

}

.full-width-wrapper{
  display: grid;
  justify-self: center;
  max-width: 1100px;
}

.grey{
  background: #fbf9f9;
}

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

.logo-container{
  background-color: #FBF9F9;
  padding: 2em;
  max-width: 100%;
}

.logo-container h2{
  margin-bottom: 1.2em;
}

.logo-container-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  justify-self: center;
  grid-gap: 1em;
}

.logo-container-wrapper img{
  max-width: 250px;
  width: 100%;
}

.repair-model-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1.5em;
  grid-row-gap: 1em;
  justify-self: center;
  max-width: 840px;
  width: 100%;
}

.repair-model{
  background-color: #fbf9f9;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  display: grid;
  grid-template-columns: 50px 1fr 120px;
}

.repair-model.category-select{
  grid-template-columns: 1fr;
  padding: 2em;
}

.repair-model.category-select label{
  font-size: 2em;
  display: block;
  width: 100%;
  text-align: center;
}

.repair-model a.button{
  align-content: center;
  border-radius: 0 4px 4px 0;
  display: grid;
  justify-content: center;
  padding: 0.6em !important;
  width: 100%;
}

.repair-model img{
  align-self: center;
  justify-self: center;
  margin: 0.75em 0;
  width: 40px;
}

.repair-model-detail{
  padding: 0.75em;
}

.repair-model-detail label{
  font-size: 1.2em;
  font-weight: 700;
  line-height: 20px;
}

.repair-model a .woocommerce-Price-amount bdi,.repair-model a .woocommerce-Price-amount bdi span{
  color: #fff !important;
}

.review-container{
  background-color: #FBF9F9;
  padding: 2em;
  max-width: 100%;
}

.review-container h2{
  margin-bottom: 1.2em;
}

.review-container-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
  justify-self: center;
  max-width: 1100px;
  width: 100%;
}

.review-item{
  display: grid;
}

.review-stars{
  color: #EF8966;
  font-size: 1.3em;
  justify-self: center;
}

.services-container{
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
}

.service-box{
  background: #FBF9F9;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  max-width: 415px;
  padding: 1em 0;
}

.service-box:nth-child(odd){
  justify-self: end;
}

.service-box:nth-child(even){
  justify-self: start;
}

.shop-listing-container{
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
}

.shop-listing-container h2{
  grid-column-start: span 3;
}

.shop-listing{
  background: #FBF9F9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-row-gap: 0.5em;
  padding: 1.5em;
}

.shop-listing a.button, .shop-listing span.price{
  justify-self: center;
}

.shop-listing p, .shop-listing span.price{
  font-weight: bold;
}

.shop-listing.alt{
  grid-template-columns: 1fr 1fr;
  padding: 1.5em 0 0;
}

.shop-listing.alt img, .shop-listing.alt h3, .shop-listing.alt p, .shop-listing.alt span.price{
  grid-column-start: span 2;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.shop-listing.alt a.button{
  align-content: center;
  justify-content: center;
  display: grid;
  justify-self: stretch;
  min-height: 63px;
  padding: 0 5px;
  width: 100%;
}

.shop-listing.alt a.button.alt{
  background-color: #FBF9F9;
  border-top: 1px solid #e5e5e5;
  color: #000000;
  text-align: center;
}

.shop-listing.alt a.button.alt:hover{
  background-color: #69C2F9;
  border: 1px solid #e5e5e5;
  color: #ffffff;
}

.split{
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
}

.split-content{
  align-self: center;
  display: grid;
}

.split img{
  align-self: center;
}


/* ///// ACCORDION ///// */
/* ///// ACCORDION ///// */
/* ///// ACCORDION ///// */

.accordion-container{
  background-color: #e5e5e5;
  border-radius: 4px;
  display: grid;
  justify-self: center;
  max-width: 920px;
  margin: 2em 0;
  padding: 2em;
  width: 100%;
}

.accordian-container h2{
  justify-self: start;
  text-align: left;
}

.accordion-wrapper{
    display: grid;
    justify-self: center;
    max-width: 600px;
    width: 90%;
}

.accordion{
  border-bottom: 1px solid #000;
  color: #000;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 10%;
  padding: 1.5em 0;
  width: 100%;
  text-align: left;
  transition: 0.4s;
}

.accordion b{
  color: #000;
  font-size: 1.5em;
  font-weight: 400;
}

.accordion label{
  color: #000;
  font-size: 2em;
  justify-self: center;
}

.accordion-panel {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-panel p{
  color: #000;
  font-weight: 700;
  margin: 1.5em 0;
  max-width: 100%;
}

/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */

.wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {width:100% !important;}

form{
  align-items: start;
  display: grid;
  grid-row-gap: 1.5em;
  padding: 1.5em;
  justify-self: center;
  width: 100%;
  max-width: 410px;
  z-index: 10;
}

form label{
  color: #000;
  display: grid;
}

input,textarea{
  background-color: #fff;
  border: 1px solid #e8e6e6;
  border-radius: 4px;
  padding: 1em;
}


input::placeholder, textarea::placeholder{
  color: #032BF4;
  font-size: 1em;
  font-family: brandon-grotesque, sans-serif;
  font-weight: #700;
  text-align: center;
}

input[type="submit"]{
  background-color: #032BF4;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  justify-self: center;
  padding: 0.8em 1.25em;
  text-transform: uppercase;
}

input[type="submit"]:hover{
  background-color: #fff;
  border: 1px solid #032BF4;
  color: #032BF4;
}

div.custom-form{
  display: grid;
  height: 100%;
}


/* ///// WP ///// */
/* ///// WP ///// */
/* ///// WP ///// */

.has-text-align-left{
  text-align: left !important;
}

.has-text-align-right{
  text-align: right !important;
}

.has-text-align-center{
  text-align: center !important;
}

/* ///// WOO ///// */
/* ///// WOO ///// */
/* ///// WOO ///// */

body.single-product h1 .price bdi{
  font-size: 1.5em;
  font-weight: 700;
}

button.button{
  background-color: #032BF4;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  justify-self: center;
  padding: 0.8em 1.25em;
  text-transform: uppercase;
}

button.button:hover{
  background-color: #fff;
  border: 1px solid #032BF4;
  color: #032BF4;
}

/* ///// WOO ///// */
/* ///// WOO ///// */
/* ///// WOO ///// */

/* GENERAL */

.product-category a:hover, .kit-social a:hover{
  border-bottom: 0;
  padding-bottom: 0;
}

.dc-woo{
  padding: 2em;
}

.dc-woo h1{
  margin-bottom: 1em;
}

h1.woocommerce-products-header__title,h1.page-title,.dc-woo h1{
  color: #69C2F9;
}

nav.woocommerce-breadcrumb{
  background: transparent;
  display: block;
  border-bottom: 1px solid #69C2F9;
  padding-bottom: 0.5em !important;
}

form.cart{
  display: block;
}

.woocommerce-message{
  border-top-color: #69C2F9;
}

.variations_form p{
  text-align: center;
}

select#colour{
  padding:  0.5em 0.25em;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
  background-color: #69C2F9;
}

/* SHOP */

mark{
  background-color: transparent;
}

.woocommerce-loop-product__title{
  text-align: center;
}

p.woocommerce-result-count{
  color: #69C2F9;
  padding: 0;
}

select.orderby{
  border-radius: 0;
  color: #69C2F9;
  padding: 0.5em;
}

.attachment-woocommerce_thumbnail{
  margin-bottom: 0 !important;
}

h2.woocommerce-loop-product__title{
  font-size: 1.5em !important;
}

span.price{
  text-align: center;
}

a.added_to_cart{
  justify-self: center;
}

li.product{
  display: grid;
}

li.product a.button{
  padding: 0.8em 0 !important;
  width: 100% !important;
  text-align: center !important;
}

bdi{
  color: #000;
  font-size: 1.2em !important;
}

bdi span{
  color: #000 !important;
}

.repair-model-detail a.button span.amount span{
  color: #fff !important;
}

.qty{
  padding: 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #69C2F9;
    border:  1px solid transparent;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background-color: #fff;
  border:  1px solid #69C2F9;
  color: #69C2F9;
}

.wc-tabs a:hover{
  border-bottom: 0;
}

.woocommerce .woocommerce-ordering{
  margin: 0  0 3em;
}

/* SINGLE */

div.quantity{
  float: none !important;
  margin-bottom: 0.5em !important;
  width: 3.631em !important;
}

div.quantity input[type="number"]{
  border: 1px solid #69C2F9 !important;
  color: #69C2F9 !important;
}

h1.product_title{
  color: #000;
  text-align: left;
}

p.price, .woocommerce-product-details__short-description p, p.woocommerce-noreviews,.comment-form-rating label,p.stars,p.comment-form-comment{
  padding: 0 !important;
}

p.price{
  justify-self: start;
  text-align: left;
}

span.posted_in{
  color: #69C2F9;
}

.woocommerce-tabs ul.tabs::before{
  border-bottom: 1px solid #69C2F9 !important;
  border-radius:  0 !important;
  box-shadow:  0 !important;
}

.woocommerce-tabs ul.tabs li{
  border: 1px solid #69C2F9 !important;
  border-radius:  0 !important;
  box-shadow:  0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  border-bottom: 1px solid #fff !important;
  border-radius:  0 !important;
  box-shadow:  0 !important;
}

.woocommerce-tabs ul.tabs li: before{
  border-bottom-right-radius: 0 !important;
  box-shadow:  0 !important;
}

.woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
  border: 0 !important;
  box-shadow:  0 !important;
  border-radius:  0 !important;
}

.woocommerce-product-details__short-description p{
  text-align: left;
}

.woocommerce-Tabs-panel--description{
  display: grid;
}

#comments p,.comment-form-rating p,.comment-form-comment{
  text-align: left;
}

#commentform{
  display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
  background-color: #fff;
  font-size: 1.2em;
}

section.related.products{
  padding-top: 0;
}

section.related.products h2{
  text-align: left;
  justify-self: start;
  margin-bottom: 20px;
}

.woocommerce div.product div.images img{
  margin: 0 auto;
  max-width: 400px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{
  border: 0;
}

input.input-text.qty.text{
  color: #000;
  font-size: 1.2em;
}

span.sku_wrapper{
  display: none;
}

span.posted_in{
  font-size: 1.2em;
}

li.type-product{
  background: #FBF9F9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 1.5em !important;
}

li.type-product h2{
  text-align: center !important;
}

div.product_cat-repairs{
  display: grid;
}

div.product_cat-repairs .summary.entry-summary{
  width: 100% !important;
}

div.product_cat-repairs .woocommerce-product-gallery{
  justify-self: center;
}

div.product_cat-repairs h1.product_title, div.product_cat-repairs p.price, div.product_cat-repairs div.woocommerce-product-details__short-description p{
  text-align: center;
  max-width: 100%;
}

.woocommerce-product-gallery__image{
  display: grid;
}

.woocommerce-product-gallery__image a{
  justify-self: centre;
}

/* BASKET */

form.woocommerce-cart-form,form.woocommerce-checkout,form.woocommerce-EditAccountForm,form.woocommerce-ordering{
  max-width: 100%;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
  
  background: #69C2F9 !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  color: #fff !important;
  cursor: pointer !important;
  font-family: 'Caviar dreams', sans-serif !important;
  font-size: 1em !important;
  justify-self: center !important;
  padding: 0.3em 0.7em !important;
  max-width: 276px !important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover{
  background: transparent !important;
  border: 1px solid #69C2F9 !important;
  color: #69C2F9 !important;
}

/* CHECKOUT */

.woocommerce-info {
    border-top-color: #69C2F9 !important;
}

.woocommerce-info::before{
  color: #69C2F9 !important;
}

.woocommerce-billing-fields h3,.woocommerce-additional-fields h3{
  color: #69C2F9 !important;
}

.woocommerce-billing-fields__field-wrapper label {
  padding: 0;
}

/* ACCOUNT */

nav.woocommerce-MyAccount-navigation{
  padding: 1em;
}

nav.woocommerce-MyAccount-navigation ul{
  list-style-type: none;
}

nav.woocommerce-MyAccount-navigation a{
  color: #fff;
}

form.woocommerce-EditAccountForm{
  display: block;
  margin-top: 0;
}

form.woocommerce-EditAccountForm label,form.woocommerce-EditAccountForm p{
  padding: 0;
}

legend{
  padding: 3px;
}

div.page-description{
  display: grid;
  margin-bottom: 2em;
}

/* ///// SWATCH ///// */
/* ///// SWATCH ///// */
/* ///// SWATCH ///// */

th.label{
  width: 20%;
}

form.variations_form.cart{
  padding: 0;
  justify-self: unset;
  max-width: 100%;
}

section.dc-woo{
  max-width: 1400px;
}

div.pro-swatches-wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.pro-swatches-label div{
  font-size: 1.2em;
  font-weight: bold;
}

table.variations tbody tr{
  display: grid;
}



@media only screen and (max-width: 960px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */

nav.iblue-menu,nav.iblue-fixed-menu{
  grid-template-columns: 150px 1fr;
}

.main-nav, #blank{
  display: none;
}

.iblue-menu img{
  justify-self: start !important;
  margin-bottom: 0;
  width: 75px;
}

.nav-btn{
  align-self: center;
  display: block;
  justify-self: end;
  z-index: 100;
}



/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */



}

@media only screen and (max-width: 860px) {

div.pro-swatches-wrapper{
  grid-template-columns: repeat(2, 1fr);
}

}

@media only screen and (max-width: 760px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */



/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

footer{
  grid-template-columns: 1fr;
}


/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

.banner-wrapper{
  grid-template-columns: 1fr;
}

.banner-content{
  justify-content: center;
}

.banner-content h1, .banner-content p{
  justify-self: center;
  text-align: center;
  width: 100%;
}

.banner-content a.button{
  justify-self: center;
}

.device-search{
  grid-template-columns: 1fr;
}

.device-search label{
  justify-self: center;
}

.repair-model-wrapper{
  grid-template-columns: 1fr;
}

.services-container{
  grid-template-columns: 1fr;
}

.service-box:nth-child(odd){
  justify-self: center;
}

.service-box:nth-child(even){
  justify-self: center;
}

.shop-listing-container{
  grid-template-columns: 1fr;
}

.shop-listing-container h2{
  grid-column-start: span 1;
}

.shop-listing{
  max-width: 285px;
  justify-self: center;
}

.split{
  grid-template-columns: 1fr;
}

.split img{
  grid-template-columns: 1fr;
}

/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */




}


@media only screen and (max-width: 660px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */



/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */

h1{
  font-size: 2em;
}

h2{
  font-size: 1.5em;
}

h3{
  font-size: 1.3em;
}

h4{
  font-size: 1.1em;
}

h5{
  font-size: 1em;
}

section{
  padding: 4em 1.5em;
}

.listing-container-alt .listing-container-wrapper{
  margin: 0 1.5em;
}




/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

.review-container-wrapper{
  grid-template-columns: 1fr;
}

.review-item{
  justify-self: center;
  max-width: 400px;
}

.repair-model a.button{
  padding: 0.6em !important;
}

.repair-model-detail a.button span.amount span{
  font-size: 1em !important;
}

/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */


}



@media only screen and (max-width: 560px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */


/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */



/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */



/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */




}

@media only screen and (max-width: 460px) {

/* ///// MENU ///// */
/* ///// MENU ///// */
/* ///// MENU ///// */




/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */
/* ///// LAYOUT ///// */


/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */
/* ///// ELEMENTS ///// */

div.pro-swatches-wrapper{
  grid-template-columns: 1fr;
}

.repair-model{
  grid-template-columns: 50px 1fr 65px;
}

.repair-model-detail{
  padding: 0.5em;
}


/* ///// FORMS ///// */
/* ///// FORMS ///// */
/* ///// FORMS ///// */


}






@media only screen and (max-width: 320px) {

    body, header, main, section, footer {
    width: 320px;
    
    }

}

