/*
 Theme Name: princess_parts
 Author: Rob Waddington
 Description: princess_parts Template
 Version: 1.0
 */
/*Fonts*/
/*Screens*/
/*Widths*/
/*Colors*/
html {
  height: 100%;
}
body {
  background: #FFF;
  height: 100%;
  margin: 0;
  font-size: 14px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  line-height: 26px;
  opacity: 0;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  text-rendering: optimizeLegibility;
}
body.loaded {
  opacity: 1;
}
button {
  font-family: "Gotham A", "Gotham B", sans-serif;
}
p {
  margin: 0 0 20px;
  line-height: 26px;
  padding: 0;
}
p.center {
  text-align: center;
}
img {
  display: block;
}
img.payment {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  cursor: pointer;
  color: #4B4B4B;
  text-decoration: none;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
a.border {
  display: block;
  border: 3px solid #042B38;
  padding: 10px 20px;
  margin: 15px 0;
  text-align: center;
}
a.border:hover {
  background: #4B4B4B;
  color: #E8E2D9;
}
a.menu {
  display: block;
  text-indent: -99999em;
  width: 46px;
  height: 20px;
  background: url(../images/menu@2x.png) no-repeat;
  background-size: 20px;
  background-position: 0 0;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: fixed;
  z-index: 999999;
  top: 121px;
  left: 20px;
}
a.more {
  background: #001845;
  color: #FFF;
  padding: 10px 20px;
  text-transform: uppercase;
  display: inline-block;
}
a.more:hover {
  background: #FFF;
  color: #001845;
}
a.more.white {
  background: #FFF;
  color: #001845;
  border: 1px solid #001845;
}
a.more.white:hover {
  background: #001845;
  color: #FFF;
}
a.hidden {
  display: none;
}
#content a {
  width: auto;
  color: #001845;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}
.blockquote {
  font-style: italic;
}
fieldset {
  border: none;
  padding: 0;
  margin: 30px 0;
}
.clear {
  clear: both;
}
#wpadminbar {
  z-index: 999999 !important;
}
.image-container {
  width: 100% !important;
  overflow: hidden;
  position: relative;
  padding-top: 65%;
  margin-bottom: 20px !important;
}
.image-container .b-lazy {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
.clickable-block {
  cursor: pointer;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  overflow: hidden;
}
.clickable-block:hover .b-lazy {
  -moz-transform: scale(1.2) rotate(0.5deg);
  -webkit-transform: scale(1.2) rotate(0.5deg);
  -ms-transform: scale(1.2) rotate(0.5deg);
  -o-transform: scale(1.2) rotate(0.5deg);
  transform: scale(1.2) rotate(0.5deg);
}
.text-right {
  text-align: center;
}
.acf-map {
  width: 100%;
  min-height: 530px;
  margin: 0;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
.centered {
  text-align: center;
  padding: 0 40px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table tr {
  border-bottom: 1px solid #f1f1f1;
}
table tr:first-child {
  font-family: "Gotham A", "Gotham B", sans-serif;
}
table tr td {
  text-align: right;
  padding: 15px;
}
table tr td:first-child {
  text-align: left;
}
table tr:nth-child(even) {
  background: #F1F1F1;
}
table tr:nth-child(odd) {
  background: #FFFFFF;
}
.show {
  margin-bottom: 40px;
}
.show img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  align-self: center;
}
#search-popup {
  display: none;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 98px 20px 20px;
}
#search-popup .search-popup-tint {
  background: #333333;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#search-popup .woocommerce-product-search {
  display: block;
}
#search-popup .woocommerce-product-search input {
  padding: 24px 10px;
}
#search-popup .woocommerce-product-search button {
  top: 24px;
  right: 14px;
  width: 20px;
  height: 20px;
  background-size: 20px;
}
#search-popup.active {
  display: block;
}
@media screen and (min-width: 768px) {
  .text-right {
    text-align: right;
  }
  a.menu {
    display: none;
  }
}
/* Sheet for all animations....just add class 'animatable' to element */
@media screen and (min-width: 1024px) {
  /* show objects being animated */
  /* CSS Animations (extracted from http://glifo.uiparade.com/) */
  .animatable {
    /* initially hide animatable objects */
    visibility: hidden;
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
  }
  .animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @-moz-keyframes fadeInDown {
    0% {
      opacity: 0;
      -moz-transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      -moz-transform: translateY(0);
    }
  }
  @-o-keyframes fadeInDown {
    0% {
      opacity: 0;
      -o-transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      -o-transform: translateY(0);
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    60% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes bounceInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
    }
    60% {
      -webkit-transform: translateX(20px);
    }
    80% {
      -webkit-transform: translateX(-5px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
  }
  @-moz-keyframes bounceInLeft {
    0% {
      opacity: 0;
      -moz-transform: translateX(-2000px);
    }
    60% {
      -moz-transform: translateX(20px);
    }
    80% {
      -moz-transform: translateX(-5px);
    }
    100% {
      opacity: 1;
      -moz-transform: translateX(0);
    }
  }
  @-o-keyframes bounceInLeft {
    0% {
      opacity: 0;
      -o-transform: translateX(-2000px);
    }
    60% {
      opacity: 1;
      -o-transform: translateX(20px);
    }
    80% {
      -o-transform: translateX(-5px);
    }
    100% {
      opacity: 1;
      -o-transform: translateX(0);
    }
  }
  @keyframes bounceInLeft {
    0% {
      opacity: 0;
      transform: translateX(-2000px);
    }
    60% {
      transform: translateX(20px);
    }
    80% {
      transform: translateX(-5px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-webkit-keyframes bounceInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(2000px);
    }
    60% {
      -webkit-transform: translateX(-20px);
    }
    80% {
      -webkit-transform: translateX(5px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
  }
  @-moz-keyframes bounceInRight {
    0% {
      opacity: 0;
      -moz-transform: translateX(2000px);
    }
    60% {
      -moz-transform: translateX(-20px);
    }
    80% {
      -moz-transform: translateX(5px);
    }
    100% {
      opacity: 1;
      -moz-transform: translateX(0);
    }
  }
  @-o-keyframes bounceInRight {
    0% {
      opacity: 0;
      -o-transform: translateX(2000px);
    }
    60% {
      -o-transform: translateX(-20px);
    }
    80% {
      -o-transform: translateX(5px);
    }
    100% {
      opacity: 1;
      -o-transform: translateX(0);
    }
  }
  @keyframes bounceInRight {
    0% {
      opacity: 0;
      transform: translateX(2000px);
    }
    60% {
      transform: translateX(-20px);
    }
    80% {
      transform: translateX(5px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @-moz-keyframes fadeInUp {
    0% {
      opacity: 0;
      -moz-transform: translateY(20px);
    }
    100% {
      opacity: 1;
      -moz-transform: translateY(0);
    }
  }
  @-o-keyframes fadeInUp {
    0% {
      opacity: 0;
      -o-transform: translateY(20px);
    }
    100% {
      opacity: 1;
      -o-transform: translateY(0);
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes bounceIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.3);
    }
    50% {
      -webkit-transform: scale(1.05);
    }
    70% {
      -webkit-transform: scale(0.9);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
    }
  }
  @-moz-keyframes bounceIn {
    0% {
      opacity: 0;
      -moz-transform: scale(0.3);
    }
    50% {
      -moz-transform: scale(1.05);
    }
    70% {
      -moz-transform: scale(0.9);
    }
    100% {
      opacity: 1;
      -moz-transform: scale(1);
    }
  }
  @-o-keyframes bounceIn {
    0% {
      opacity: 0;
      -o-transform: scale(0.3);
    }
    50% {
      -o-transform: scale(1.05);
    }
    70% {
      -o-transform: scale(0.9);
    }
    100% {
      opacity: 1;
      -o-transform: scale(1);
    }
  }
  @keyframes bounceIn {
    0% {
      opacity: 0;
      transform: scale(0.3);
    }
    50% {
      transform: scale(1.05);
    }
    70% {
      transform: scale(0.9);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  @-webkit-keyframes moveUp {
    0% {
      opacity: 1;
      -webkit-transform: translateY(40px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @-moz-keyframes moveUp {
    0% {
      opacity: 1;
      -moz-transform: translateY(40px);
    }
    100% {
      opacity: 1;
      -moz-transform: translateY(0);
    }
  }
  @-o-keyframes moveUp {
    0% {
      opacity: 1;
      -o-transform: translateY(40px);
    }
    100% {
      opacity: 1;
      -o-transform: translateY(0);
    }
  }
  @keyframes moveUp {
    0% {
      opacity: 1;
      transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes fadeBgColor {
    0% {
      background: none;
    }
    70% {
      background: none;
    }
    100% {
      background: #464646;
    }
  }
  @-o-keyframes fadeBgColor {
    0% {
      background: none;
    }
    70% {
      background: none;
    }
    100% {
      background: #464646;
    }
  }
  @keyframes fadeBgColor {
    0% {
      background: none;
    }
    70% {
      background: none;
    }
    100% {
      background: #464646;
    }
  }
  @-webkit-keyframes blur {
    0% {
      -webkit-filter: blur(0px);
      filter: blur(0px);
    }
    70% {
      -webkit-filter: blur(2.5px);
      filter: blur(2.5px);
    }
    100% {
      -webkit-filter: blur(5px);
      filter: blur(5px);
    }
  }
  @-o-keyframes blur {
    0% {
      -webkit-filter: blur(0px);
      filter: blur(0px);
    }
    70% {
      -webkit-filter: blur(2.5px);
      filter: blur(2.5px);
    }
    100% {
      -webkit-filter: blur(5px);
      filter: blur(5px);
    }
  }
  @keyframes blur {
    0% {
      -webkit-filter: blur(0px);
      filter: blur(0px);
    }
    70% {
      -webkit-filter: blur(2.5px);
      filter: blur(2.5px);
    }
    100% {
      -webkit-filter: blur(5px);
      filter: blur(5px);
    }
  }
  .animated.animationDelay {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
  }
  .animated.animationDelayMed {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
  }
  .animated.animationDelayLong {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
  }
  .animated.fadeBgColor {
    -webkit-animation-name: fadeBgColor;
    -moz-animation-name: fadeBgColor;
    -o-animation-name: fadeBgColor;
    animation-name: fadeBgColor;
  }
  .animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
  }
  .animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
  }
  .animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
  }
  .animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  .animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  .animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .animated.moveUp {
    -webkit-animation-name: moveUp;
    -moz-animation-name: moveUp;
    -o-animation-name: moveUp;
    animation-name: moveUp;
  }
  .animated.blur {
    -webkit-animation-name: blur;
    -moz-animation-name: blur;
    -o-animation-name: blur;
    animation-name: blur;
  }
}
.b-lazy {
  background-size: cover !important;
  background-position: center center !important;
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}
.b-lazy.b-loaded {
  opacity: 1;
  background-repeat: no-repeat !important;
}
body {
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #4B4B4B;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-style: normal;
}
h1, h2, h3, h4, h5, legend {
  color: #001845;
  font-family: "Gotham A", "Gotham B", sans-serif;
  margin: 0;
  font-weight: 100;
  font-style: normal;
}
h1.center, h2.center, h3.center, h4.center, h5.center, legend.center {
  width: 80%;
  margin: 0 auto 20px;
  text-align: center;
}
h1 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
}
h2 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
}
h2 p {
  line-height: 35px;
}
h3 {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
}
h4 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}
h4.team-title {
  font-size: 23px;
  line-height: 27px;
  text-transform: none;
  margin-bottom: 0;
}
h5 {
  font-size: 18px;
  line-height: 20px;
}
input {
  font-family: "Gotham A", "Gotham B", sans-serif;
  text-transform: uppercase;
}
.subtitle {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
  }
  h1.center, h2.center, h3.center, h4.center, h5.center, legend.center {
    width: 80%;
    max-width: 565px;
    margin: 0 auto 50px;
  }
  h1 {
    font-size: 34px;
    line-height: 42px;
  }
  h2 {
    font-size: 34px;
    line-height: 45px;
  }
  h3 {
    font-size: 30px;
    line-height: 35px;
  }
  h3 p {
    line-height: 35px;
  }
  h5 {
    font-size: 15px;
    line-height: 22px;
  }
}
.site-header {
  background: #FFFFFF;
  position: fixed;
  z-index: 999999;
  padding: 20px 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.site-header #header-content .column.right {
  display: none;
}
.site-header .account-details li {
  display: inline-block;
  text-align: right;
  margin-right: 20px;
}
.site-header .account-details li:last-child {
  margin-right: 0px;
}
.site-header .account-details li a {
  color: #001845;
}
.site-header input.search-field {
  padding: 10px;
  line-height: 22px;
}
#mobile-nav {
  position: fixed;
  z-index: 999998;
  top: 97px;
  left: 0;
  right: 0;
  background: #EFEFEF;
  padding: 20px;
}
#mobile-nav .account-details {
  text-align: right;
}
#mobile-nav .account-details li {
  display: inline-block;
  text-align: right;
  margin-right: 20px;
  vertical-align: middle;
  height: 24px;
}
#mobile-nav .account-details li:last-child {
  margin-right: 0px;
}
#mobile-nav .account-details li a {
  color: #001845;
}
#mobile-nav .account-details li a.cart-contents {
  padding-right: 20px;
}
#mobile-nav .account-details li button {
  border: none;
  width: 20px;
  height: 20px;
  background: url(../images/search@2x.png) no-repeat;
  background-size: 20px;
  text-indent: -9999em;
}
@media screen and (min-width: 768px) {
  .site-header {
    padding: 25px 0 0;
  }
  .site-header #header-content {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  .site-header #header-content .column {
    width: 48%;
  }
  .site-header #header-content .column.right {
    display: block;
    text-align: right;
  }
  .site-header.shrink {
    padding: 15px 0 0;
  }
  .site-header.shrink .logo {
    width: 300px;
    height: 61px;
    background-size: 300px;
  }
  #mobile-nav {
    display: none;
  }
}
#primary-mmenu-container .mm-panel_has-navbar {
  padding-top: 0px;
}
#primary-mmenu-container .mm-listview .mm-btn_next:after, #primary-mmenu-container .mm-btn:after, #primary-mmenu-container .mm-btn:before {
  border-color: #001845;
}
#primary-mmenu-container .mm-listview {
  margin-top: 78px;
  border-top: 1px solid #f1f1f1;
}
#primary-mmenu-container .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
  width: 28px;
}
#primary-mmenu-container .mm-listitem:after {
  left: 0;
}
#primary-mmenu-container .mm-panels {
  background: #FFF;
}
#primary-mmenu-container .mm-panels .mm-navbar__title {
  display: none;
}
#primary-mmenu-container .mm-panels li a {
  color: #001845;
  padding: 22px 10px 22px 20px;
}
#navigation {
  display: none;
}
#navigation ul {
  padding: 0;
}
#navigation ul li {
  text-transform: uppercase;
}
#navigation ul li a {
  color: #001845;
}
@media screen and (min-width: 768px) {
  #top-nav {
    background: #E3E3E3;
    padding: 0;
  }
  #top-nav .container {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #navigation {
    display: block;
    margin-left: -25px;
  }
  #navigation ul li {
    position: relative;
    display: inline-block;
    font-weight: 500;
  }
  #navigation ul li a {
    padding: 25px;
    display: block;
  }
  #navigation ul li ul {
    display: none;
    background: #EFEFEF;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px !important;
    width: 300px;
  }
  #navigation ul li ul li {
    margin-bottom: 10px;
    display: block;
    background: #EFEFEF;
  }
  #navigation ul li ul li a {
    padding: 5px 0;
    background: #EFEFEF;
  }
  #navigation ul li:last-child {
    margin-right: 0;
  }
  #navigation ul li:hover a, #navigation ul li:focus a {
    background: #EFEFEF;
  }
  #navigation ul li:hover ul, #navigation ul li:focus ul {
    display: block;
  }
}
.cart-contents {
  background: url(../images/basket@2x.png) no-repeat;
  background-position: right;
  background-size: 17px;
  padding-right: 30px;
  height: 24px;
  display: block;
  text-align: center;
  position: relative;
}
.cart-contents .cart-contents-count {
  position: absolute;
  top: 2px;
  right: 0px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  width: 17px;
}
.woocommerce-product-search {
  display: none;
  position: relative;
}
.woocommerce-product-search input, .woocommerce-product-search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.woocommerce-product-search input {
  border-radius: 0px;
  border: 1px solid #EFEFEF;
  width: 100%;
  margin: 0;
  padding: 10px;
}
.woocommerce-product-search input:focus {
  outline: none;
}
.woocommerce-product-search input:focus::-moz-placeholder {
  color: #FFF;
}
.woocommerce-product-search input:focus::-webkit-input-placeholder {
  color: #FFF;
}
.woocommerce-product-search input:focus:-ms-input-placeholder {
  color: #FFF;
}
.woocommerce-product-search input::-moz-placeholder {
  color: #001845;
}
.woocommerce-product-search input::-webkit-input-placeholder {
  color: #001845;
}
.woocommerce-product-search input:-ms-input-placeholder {
  color: #001845;
}
.woocommerce-product-search button {
  border: none;
  width: 15px;
  height: 15px;
  background: #FFF url(../images/search@2x.png) no-repeat;
  background-size: 15px;
  text-indent: -9999em;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (min-width: 769px) {
  .woocommerce-product-search {
    display: block;
  }
  .woocommerce-product-search input {
    width: 300px;
  }
}
.wpcf7 {
  margin: 0;
}
.wpcf7 input, .wpcf7 textarea {
  padding: 12px;
  background: #FFF;
  border: 1px solid #cccccc;
  border-radius: 0px;
  text-transform: none;
  line-height: 20px;
  font-size: 14px;
  width: 100%;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  outline: none;
}
.wpcf7 input:focus::-webkit-input-placeholder, .wpcf7 textarea:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}
.wpcf7 input:focus::-moz-placeholder, .wpcf7 textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.wpcf7 input:focus:-ms-input-placeholder, .wpcf7 textarea:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}
.wpcf7 input:focus:-moz-placeholder, .wpcf7 textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
.wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
}
.wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
}
.wpcf7 input:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
}
.wpcf7 input:-moz-placeholder, .wpcf7 textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
}
.wpcf7 select {
  padding: 12px;
  background: #FFF url(../images/select-arrow.png) no-repeat 97% 50%;
  background-size: 10px;
  border: 1px solid #506C62;
  border-radius: 0px;
  text-transform: none;
  line-height: 20px;
  font-size: 14px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 input[type=checkbox] {
  height: auto;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid #506C62;
  padding: 5px;
}
.wpcf7 input[type=checkbox]:checked {
  background: #506C62;
}
.wpcf7 input[type=submit] {
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: none;
  background: #001845;
  color: #FFF;
  padding: 20px 30px;
  text-transform: uppercase;
  width: 200px;
  cursor: pointer;
}
.wpcf7 input[type=submit]:hover {
  background: #CCC;
  color: #001845;
}
.wpcf7 ul li.field_description_below div.ginput_container_checkbox {
  margin-top: 0px !important;
}
.wpcf7 li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0px !important;
}
.wpcf7 ul.gform_fields li.gfield {
  padding-right: 0px !important;
  width: 100%;
  margin-right: 0px;
  display: inline-block;
  vertical-align: top;
}
.wpcf7 ul.gform_fields li#field_1_2 {
  margin-right: 0px;
}
.wpcf7 ul.gform_fields li#field_1_3 {
  margin-right: 0px;
}
.wpcf7 .validation_error, .wpcf7 .validation_message {
  display: none;
}
.wpcf7 li.gfield.gfield_error {
  background-color: transparent !important;
  margin-bottom: 0px !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 0px !important;
  max-width: 100% !important;
  padding-top: 0px !important;
}
.wpcf7 li.gfield.gfield_error input {
  border: 1px solid #D42D13;
}
#gform_wrapper_2 .gform_fields, #gform_wrapper_4 .gform_fields, #gform_wrapper_5 .gform_fields {
  text-align: center;
  max-width: 600px;
  margin: 0 auto !important;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px !important;
}
#gform_wrapper_2 {
  max-width: 500px;
  margin: 0 auto;
}
#gform_wrapper_2 .gform_heading {
  text-align: center;
  color: #333;
}
#gform_wrapper_2 .gform_heading h3 {
  font-size: 34px;
  line-height: 42px;
}
#gform_wrapper_2 textarea {
  height: 200px;
}
#gform_wrapper_2 .gfield_html {
  text-align: left;
  color: #333;
}
#gform_wrapper_2 input, #gform_wrapper_2 textarea, #gform_wrapper_2 select {
  width: 100%;
  position: relative;
}
#gform_wrapper_2 ul.gfield_radio {
  text-align: left;
}
#gform_wrapper_2 li#field_2_11 {
  width: 30px;
  float: left;
  text-align: left;
  clear: none;
  margin-top: 5px;
}
#gform_wrapper_2 li#field_2_12 {
  float: left;
  max-width: 400px;
  clear: none;
  font-size: 12px;
}
#gform_wrapper_2 input[type=submit] {
  max-width: 150px;
}
#gform_wrapper_1 #field_1_4 {
  max-width: 600px;
  width: 90%;
  margin-right: 0px;
}
@media screen and (min-width: 769px) {
  #gform_wrapper_1 ul.gform_fields li.gfield {
    width: 48%;
    margin-right: 20px;
  }
}
.slick {
  width: 100%;
}
.slick .slick-slide {
  position: relative;
  padding: 10vh 0;
  max-height: 500px;
  background-size: cover !important;
  background-position: center center !important;
}
.slick .slick-slide #hero-content .content {
  background: #001845;
  background: rgba(0, 24, 69, 0.6);
  padding: 20px;
  max-width: 500px;
}
.slick .slick-slide #hero-content .content h1 {
  color: #FFF;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}
.slick .slick-slide #hero-content .content p {
  color: #FFF;
  font-size: 20px;
}
.slick .slick-slide #hero-content .content a {
  color: #FFF;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #FFF;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.slick .container {
  z-index: 999999;
}
.slick img {
  width: 100%;
  height: auto;
}
.slick .slick-list, .slick .slick-track {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .slick .slick-slide #hero-content .content {
    padding: 50px;
  }
  .slick .slick-slide #hero-content .content h1 {
    font-size: 50px;
  }
  .slick .slick-prev, .slick .slick-next {
    display: block !important;
  }
}
.logo {
  display: block;
  text-indent: -99999em;
  background: url(../images/logo@2x.png) no-repeat;
  background-position: center center !important;
  width: 306px;
  height: 57px;
  background-size: 306px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .logo {
    width: 513px;
    height: 92px;
    background-size: 513px;
    margin: 0;
  }
}
.site {
  overflow: hidden;
}
.container {
  max-width: 1110px;
  padding: 0 20px;
  margin: 0 auto;
}
.container.small {
  max-width: 840px;
}
.container.center {
  text-align: center;
}
.site-content {
  padding-top: 163px;
}
.row {
  margin-bottom: 20px;
  margin-top: 20px;
}
.row.with-bg {
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
}
.row.thumbnails {
  background: #EFEFEF;
}
.row .woocommerce {
  width: 80%;
  margin: 0 auto;
}
.centered-text {
  position: relative;
  z-index: 999997;
}
.centered-text img {
  width: 100%;
  height: auto;
}
.centered-text.text-white {
  color: #FFF;
}
.centered-text.text-white h2, .centered-text.text-white h3, .centered-text.text-white h4 {
  color: #FFF;
}
.centered-text.text-blue {
  color: #333;
}
.centered-text.text-blue h2, .centered-text.text-blue h3, .centered-text.text-blue h4 {
  color: #333;
}
.centered-text .more {
  margin-top: 15px;
}
.general-content img {
  width: 100%;
  height: auto;
}
.general-content iframe {
  width: 100%;
  min-height: 400px;
  height: auto;
}
#background-image {
  background-size: cover;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .container {
    width: 90%;
  }
  .container.small {
    width: 60%;
  }
  .site-content {
    padding-top: 221px;
  }
  .row {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .row.with-bg {
    padding: 40px 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#full-width-image {
  width: 100%;
  height: 100%;
  background-position: 0 260px !important;
  background-size: contain !important;
}
#full-width-image img {
  width: 100%;
  height: auto;
}
#full-width-image #image-overlay {
  min-height: 200px;
  background: #333;
  width: auto;
  text-align: center;
  padding: 30px;
  color: #FFF;
}
#full-width-image #image-overlay h2 {
  color: #FFF;
}
@media screen and (min-width: 769px) {
  #full-width-image {
    background-position: center center !important;
    background-size: cover !important;
    min-height: auto;
  }
  #full-width-image #image-overlay {
    background: rgba(0, 0, 0, 0.4);
    width: calc(50% - 100px);
    padding: 150px 50px;
  }
}
#category-boxes {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
}
#category-boxes .category {
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 35% 0;
  display: flex;
  align-items: center;
}
#category-boxes .category .tint {
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
}
#category-boxes .category a {
  margin: 0 auto;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 0;
}
#category-boxes .category .image-holder {
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover !important;
  background-position: center center !important;
}
#category-boxes .category:hover .image-holder {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#category-boxes .category:hover .tint {
  opacity: 0;
}
#category-boxes .category:hover a {
  background: #001845;
  color: #FFF;
}
@media screen and (min-width: 600px) {
  #category-boxes {
    flex-direction: row;
    justify-content: space-between;
  }
  #category-boxes .category {
    width: 48%;
    margin-bottom: 25px;
    padding: 16% 0;
  }
}
@media screen and (min-width: 769px) {
  #category-boxes {
    flex-direction: row;
    justify-content: flex-start;
  }
  #category-boxes .category {
    width: calc(33.33% - 30px);
    margin-right: 30px;
    margin-bottom: 25px;
    padding: 11% 0;
  }
  #category-boxes .category:nth-child(3n) {
    margin-right: 0;
    width: 33.33%;
  }
}
.thumbnail-holder {
  position: relative;
}
#thumbnail-slider, .related ul, .upsells ul {
  display: block !important;
  margin-bottom: 60px;
  height: auto;
}
#thumbnail-slider .slick-prev, #thumbnail-slider .slick-next, .related ul .slick-prev, .related ul .slick-next, .upsells ul .slick-prev, .upsells ul .slick-next {
  display: none !important;
}
#thumbnail-slider .slick-slide, .related ul .slick-slide, .upsells ul .slick-slide {
  display: inline-block !important;
  float: none;
  vertical-align: top;
  margin: 0 15px;
  padding: 30px 0;
  text-transform: uppercase;
  position: relative;
}
#thumbnail-slider .slick-slide:focus, .related ul .slick-slide:focus, .upsells ul .slick-slide:focus {
  outline: none;
}
#thumbnail-slider .slick-slide img, .related ul .slick-slide img, .upsells ul .slick-slide img {
  margin: 0 auto;
  height: auto;
  width: 100%;
}
#thumbnail-slider .slick-slide img:focus, .related ul .slick-slide img:focus, .upsells ul .slick-slide img:focus {
  outline: none;
}
#thumbnail-slider .slick-list, .related ul .slick-list, .upsells ul .slick-list {
  margin: 0 -15px;
}
#thumbnail-slider .slick-dots, .related ul .slick-dots, .upsells ul .slick-dots {
  bottom: -40px;
  left: 20px;
  right: 20px;
  width: auto;
}
#thumbnail-slider .slick-dots li button, .related ul .slick-dots li button, .upsells ul .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #C1C5CE;
}
#thumbnail-slider .slick-dots li button:before, .related ul .slick-dots li button:before, .upsells ul .slick-dots li button:before {
  font-size: 0px;
}
#thumbnail-slider .slick-dots li.slick-active button, .related ul .slick-dots li.slick-active button, .upsells ul .slick-dots li.slick-active button {
  background: #001845;
}
.next, .prev {
  display: none !important;
  width: 50px;
  height: 50px;
  border: none;
  text-indent: -9999em;
  cursor: pointer;
  background: url(../images/arrow-right.png) no-repeat;
  background-size: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: -50px;
}
.next:focus, .prev:focus {
  outline: none;
}
.prev {
  background: url(../images/arrow-left.png) no-repeat;
  background-size: 50px;
  right: auto;
  left: -50px;
}
@media screen and (min-width: 769px) {
  #thumbnail-slider {
    margin-bottom: 80px;
  }
  #thumbnail-slider .slick-dots {
    bottom: -50px;
  }
  .next, .prev {
    display: block !important;
  }
}
#product-container {
  background: #F8F8F8;
  padding-top: 30px;
  padding-bottom: 60px;
}
#product-container .woocommerce-products-header {
  text-align: center;
  padding: 20px 0 40px;
}
#product-container .woocommerce-products-header .term-description {
  width: 85%;
  max-width: 600px;
  margin: 0 auto;
}
#related {
  background: #EFEFEF;
  padding: 30px 0;
}
ul.products {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
ul.products:before, ul.products:after {
  display: none !important;
}
ul.products .clickable-block {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
ul.products .clickable-block img {
  width: 100%;
}
ul.products .clickable-block .b-lazy {
  padding-top: 100%;
}
ul.products .clickable-block .image-container {
  margin-bottom: 0 !important;
  min-height: 340px;
  padding-top: 0;
}
.product-info {
  background: #FFF;
  padding: 30px;
}
.product-info h4 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  min-height: 75px;
}
.product-info h5 {
  margin-bottom: 5px;
}
.product-info .price {
  font-weight: bold;
  display: block;
  color: #001845;
  font-size: 20px;
}
.product-info .price ins {
  text-decoration: none;
  margin-left: 5px;
  color: #FF4D4D;
}
.product-info .price ins:before {
  content: "Now ";
}
.product-info .sku {
  display: block;
  color: #001845;
  margin-bottom: 20px;
}
.clearance {
  background: #FF4D4D;
  color: #FFF;
  font-weight: bold;
  padding: 5px 10px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 10px;
}
.single-product #single-product-main {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 45px;
}
.single-product .woocommerce-variation-price {
  display: none;
}
.single-product .slider-container, .single-product .product-slider, .single-product .summary {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.single-product .slider-container h1, .single-product .product-slider h1, .single-product .summary h1 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
}
.single-product .slider-container ins, .single-product .product-slider ins, .single-product .summary ins {
  text-decoration: none;
  margin-left: 5px;
  color: #FF4D4D;
}
.single-product .slider-container ins:before, .single-product .product-slider ins:before, .single-product .summary ins:before {
  content: "Now ";
}
.single-product .slider-container .posted_in, .single-product .slider-container .tagged_as, .single-product .product-slider .posted_in, .single-product .product-slider .tagged_as, .single-product .summary .posted_in, .single-product .summary .tagged_as {
  display: none;
}
.single-product .slider-container .price, .single-product .product-slider .price, .single-product .summary .price {
  font-weight: bold;
  font-size: 29px;
  color: #001845;
}
.single-product .slider-container .cart, .single-product .product-slider .cart, .single-product .summary .cart {
  margin: 30px 0;
}
.single-product .slider-container .cart .quantity, .single-product .product-slider .cart .quantity, .single-product .summary .cart .quantity {
  margin-bottom: 30px;
}
.single-product .slider-container .cart .quantity:before, .single-product .product-slider .cart .quantity:before, .single-product .summary .cart .quantity:before {
  content: "Quantity: ";
}
.single-product .slider-container .cart .qty, .single-product .product-slider .cart .qty, .single-product .summary .cart .qty {
  height: 20px;
  width: 44px;
  border-radius: 0px;
  border: 1px solid #E3E3E3;
  font-weight: 500;
  font-size: 14px;
}
.single-product .slider-container .cart .qty:focus, .single-product .product-slider .cart .qty:focus, .single-product .summary .cart .qty:focus {
  outline: none;
}
.single-product .slider-container .cart select, .single-product .product-slider .cart select, .single-product .summary .cart select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  padding: 15px 30px 15px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: #001845;
  background: #FFF url(../images/arrow-down.png) no-repeat;
  background-size: 12px;
  background-position: 95% center;
  width: 85%;
}
.single-product .slider-container .cart .reset_variations, .single-product .product-slider .cart .reset_variations, .single-product .summary .cart .reset_variations {
  font-size: 9px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 0px !important;
  margin-left: 5px;
  display: block;
}
.single-product .slider-container .cart table.variations, .single-product .product-slider .cart table.variations, .single-product .summary .cart table.variations {
  margin-bottom: 30px;
}
.single-product .slider-container .cart table.variations tr, .single-product .product-slider .cart table.variations tr, .single-product .summary .cart table.variations tr {
  background: none;
}
.single-product .slider-container .cart table.variations td, .single-product .product-slider .cart table.variations td, .single-product .summary .cart table.variations td {
  padding: 0px;
}
.single-product .slider-container .product_meta, .single-product .product-slider .product_meta, .single-product .summary .product_meta {
  font-size: 12px;
}
.single-product .related, .single-product .upsells {
  background: #efefef;
  padding: 60px 0 80px;
}
.single-product .related h2, .single-product .upsells h2 {
  text-align: center;
}
.single-product .related ul, .single-product .upsells ul {
  max-width: 1110px;
  padding: 0 20px;
  margin: 0 auto;
}
.single-product .related ul li, .single-product .upsells ul li {
  display: inline-block !important;
  float: none !important;
  vertical-align: top !important;
  margin: 0 15px !important;
  text-transform: uppercase !important;
  position: relative !important;
  background: #FFF !important;
}
.single-product .related ul li .onsale, .single-product .upsells ul li .onsale {
  display: none;
}
.single-product .related ul li img, .single-product .upsells ul li img {
  margin-bottom: 20px !important;
}
.single-product .related ul li h2, .single-product .upsells ul li h2 {
  padding: 0 20px !important;
  min-height: 75px;
  font-size: 20px !important;
  line-height: 25px !important;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px !important;
}
.single-product .related ul li .price, .single-product .upsells ul li .price {
  padding: 0 20px 20px;
  font-weight: bold !important;
  color: #001845 !important;
  font-size: 15px !important;
}
.single-product .related ul li .price ins, .single-product .upsells ul li .price ins {
  text-decoration: none;
  margin-left: 5px;
  color: #ff4d4d;
}
.single-product .related ul li .add_to_cart_button, .single-product .upsells ul li .add_to_cart_button {
  display: none;
}
.single-product .related ul.slick-dots, .single-product .upsells ul.slick-dots {
  bottom: -55px;
}
.single-product .related ul.slick-dots li, .single-product .upsells ul.slick-dots li {
  background: none !important;
}
.single-product #further-details {
  margin-top: 30px;
}
.single-product .product-slider, .single-product .slick-lightbox {
  margin-bottom: 7px;
}
.single-product .product-slider .slick-prev, .single-product .product-slider .slick-next, .single-product .slick-lightbox .slick-prev, .single-product .slick-lightbox .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 999998;
  top: 50%;
  display: block;
  width: 50px;
  height: 160px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #001845 url(../images/arrow-left-white.png) no-repeat;
  background: rgba(0, 24, 69, 0.5) url(../images/arrow-left-white.png) no-repeat;
  background-size: 40px;
  background-position: center center;
}
.single-product .product-slider .slick-next, .single-product .slick-lightbox .slick-next {
  right: 0px;
  background: #001845 url(../images/arrow-right-white.png) no-repeat;
  background: rgba(0, 24, 69, 0.5) url(../images/arrow-right-white.png) no-repeat;
  background-size: 40px;
  background-position: center center;
}
.single-product .product-slider .slick-prev, .single-product .slick-lightbox .slick-prev {
  left: 0px;
}
.single-product .product-slider .slick-slide, .single-product .slick-lightbox .slick-slide {
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.single-product .product-slider .slick-slide img, .single-product .slick-lightbox .slick-slide img {
  width: 100%;
}
.single-product .slider-nav-thumbnails .slick-track {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  width: 100% !important;
}
.single-product .slider-nav-thumbnails .slick-track:before, .single-product .slider-nav-thumbnails .slick-track:after {
  display: none;
}
.single-product .slider-nav-thumbnails .slick-slide {
  width: calc(25% - 5px) !important;
  margin-right: 5px;
}
.single-product .slider-nav-thumbnails .slick-slide img {
  max-width: 150px;
  height: auto;
  cursor: pointer;
}
.single-product .slider-nav-thumbnails .slick-slide:focus {
  outline: none;
}
h3.further-details {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0px;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #D1D1D1;
  color: #4B4B4B;
}
#accordion {
  margin: 30px 0;
  padding: 0px;
  list-style: none;
  border-top: 1px solid #D1D1D1;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
#accordion h4 {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0px;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #D1D1D1;
  color: #4B4B4B;
  background: url(../images/arrow-down@2x.png) no-repeat;
  background-size: 10px;
  background-position: right center;
  cursor: pointer;
}
#accordion h4.active {
  background: url(../images/arrow-up@2x.png) no-repeat;
  background-size: 10px;
  background-position: right center;
}
#accordion li {
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
#accordion li .content {
  display: none;
  padding: 15px 0;
}
@media screen and (min-width: 600px) {
  ul.products {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
  }
  ul.products .clickable-block {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
  ul.products .clickable-block:nth-child(2n) {
    margin-right: 0;
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  ul.products {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
  }
  ul.products .clickable-block {
    width: calc(33.33% - 30px);
    margin-right: 30px;
  }
  ul.products .clickable-block:nth-child(2n) {
    width: calc(33.33% - 30px);
    margin-right: 30px;
  }
  ul.products .clickable-block:nth-child(3n) {
    margin-right: 0;
    width: 33.33%;
  }
  .single-product #single-product-main {
    flex-direction: row;
  }
  .single-product .slider-container {
    width: 60%;
  }
  .single-product .summary {
    width: calc(40% - 60px);
    padding: 30px 0 0 60px;
  }
  .single-product #related {
    padding: 80px 0;
  }
  .single-product #further-details {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
  }
  .single-product #further-details .column {
    width: 48%;
  }
}
#downloads .download-info {
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
}
#downloads .download-info h4 {
  font-size: 17px;
  float: left;
  margin-bottom: 0;
}
#downloads .download-info a {
  float: right;
  border-bottom: 0px;
  padding-bottom: 0px;
}
#downloads .download-info:hover {
  padding: 10px 10px;
  background: #F7F7F7;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label {
  text-align: right;
  font-weight: bold;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label img {
  display: inline-block !important;
  float: right !important;
}
.woocommerce .woocommerce-message {
  background: #f1f1f1 !important;
  line-height: 50px !important;
}
.woocommerce table.shop_table {
  border: 1px solid #CCC;
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
  margin: 0 0 20px !important;
}
.woocommerce .woocommerce-breadcrumb a {
  text-decoration: none;
  border-bottom: none !important;
}
.woocommerce .woocommerce-ordering {
  display: none;
}
.woocommerce input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: 1px solid #ccc;
}
.woocommerce input[type="checkbox"] {
  background: #FFF;
  border: 2px solid #001845;
  width: 10px;
  height: 10px;
}
.woocommerce input[type="checkbox"]:checked {
  background: #001845;
}
.woocommerce input[type="radio"] {
  background: #FFF;
  border: 2px solid #001845;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.woocommerce input[type="radio"]:checked {
  background: #001845;
}
.woocommerce form .form-row textarea {
  min-height: 200px;
  border: 1px solid #ccc;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}
.woocommerce .select2-container--default, .woocommerce .select2-selection--single, .woocommerce .select2-selection__rendered {
  height: 45px;
  line-height: 45px;
}
.woocommerce .select2-selection__arrow {
  top: 11px !important;
}
.woocommerce a.button.continue {
  background: #e3e3e3 !important;
  border: 0 !important;
  color: #001845 !important;
  font-size: 1.25em !important;
  padding: 15px 50px !important;
  display: block !important;
  margin-bottom: 20px !important;
  width: auto !important;
  text-align: center !important;
}
.woocommerce a.button.continue:hover {
  background: #DEDEDE !important;
}
.woocommerce button.alt, .woocommerce a.button.alt, .woocommerce a.button, .woocommerce button.button {
  background-color: #0059FF !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  padding: 15px 50px !important;
  display: block;
  width: 100%;
  margin: 0;
  color: #FFF !important;
  padding-bottom: 15px !important;
}
.woocommerce button.alt:disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button:disabled, .woocommerce button.button:disabled {
  padding: 15px 50px !important;
  padding-bottom: 15px !important;
}
.woocommerce a.button {
  width: auto !important;
  display: inline-block;
}
.woocommerce a.remove {
  border: none !important;
}
.woocommerce .select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: 1px solid #ccc;
}
.woocommerce .actions button.button {
  width: auto;
  margin-right: 20px;
}
.woocommerce .actions .coupon .input-text {
  width: 200px !important;
  padding: 14px !important;
}
.woocommerce .cart-empty, .woocommerce .return-to-shop {
  text-align: center;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  text-align: center;
  margin: 0 0 2em;
  position: relative;
  background-color: transparent;
  color: #001845;
  border-top: none !important;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  font-weight: 500;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
  display: none;
}
.woocommerce form.login, .woocommerce form.register, .woocommerce form.checkout_coupon {
  border-radius: 0px;
}
.woocommerce form.login input, .woocommerce form.register input, .woocommerce form.checkout_coupon input {
  padding: 15px;
}
.woocommerce form.login input[type="checkbox"], .woocommerce form.register input[type="checkbox"], .woocommerce form.checkout_coupon input[type="checkbox"] {
  padding: 5px;
  margin: 0;
}
.woocommerce form.login input[type="checkbox"]:checked, .woocommerce form.register input[type="checkbox"]:checked, .woocommerce form.checkout_coupon input[type="checkbox"]:checked {
  background: #001845;
}
.woocommerce .input-text {
  padding: 15px;
}
.woocommerce table.shop_table {
  border-radius: 0px;
}
.woocommerce table.shop_table th {
  text-align: right;
}
.woocommerce table.shop_table td {
  padding: 15px;
}
.woocommerce .woocommerce-checkout #payment {
  border-radius: 0px;
  background: #EFEFEF;
}
.woocommerce .woocommerce-MyAccount-navigation li {
  margin-bottom: 10px;
}
ul.products li a {
  border: none !important;
  display: block;
}
ul.products li a:focus {
  outline: none;
}
.no-dhl #shipping_method li:nth-child(2), .no-dhl #shipping_method li .woocommerce-shipping-destination {
  display: none;
}
.woocommerce-shipping-fields {
  margin-top: 30px;
}
.woocommerce-shipping-fields h3 {
  font-size: 25px;
  line-height: 30px;
}
@media screen and (min-width: 769px) {
  .woocommerce .woocommerce-breadcrumb {
    display: block;
  }
  .woocommerce form.login, .woocommerce form.register {
    width: 50%;
  }
}
#footer-top {
  padding: 30px 20px;
}
#footer-top p {
  font-size: 20px;
  width: 80%;
  margin: 0 0 30px 0;
}
.site-footer {
  padding: 40px 0 0;
  background: #001845;
  width: 100%;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 14px;
}
.site-footer .column {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
.site-footer .column h3 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 0;
}
.site-footer .column ul#footer-menu {
  display: block;
  font-size: 10px;
}
.site-footer a {
  color: #FFF;
}
#outro {
  text-align: center;
  padding: 0 0 30px 0;
  font-size: 20px;
}
#outro span {
  display: block;
  font-size: 14px;
  color: #808CA2;
}
@media screen and (min-width: 769px) {
  #footer-top {
    padding: 80px 0;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer-top p {
    margin: 0 auto 30px;
  }
  #footer-top .column {
    text-align: center;
  }
  #footer-top .column {
    width: 48%;
  }
  .site-footer {
    padding: 60px 0 0;
    text-align: left;
  }
  .site-footer .footer-container {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .site-footer .column {
    width: 25%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
  }
  .site-footer .column h3 {
    margin-bottom: 10px;
  }
  .site-footer .column ul {
    display: block;
  }
  .site-footer .column.contact, .site-footer .column.payment {
    padding-top: 45px;
  }
  .site-footer #footer-bottom {
    margin-top: 20px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 30px 0;
    font-size: 13px;
  }
  .site-footer #footer-bottom .column:first-child {
    width: 60%;
  }
  .site-footer #footer-bottom .column:last-child {
    width: 40%;
  }
  .site-footer #footer-menu {
    text-align: right;
  }
  .site-footer #footer-menu li {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
  }
  .site-footer #footer-menu li:last-child {
    margin-right: 0px;
  }
  #outro {
    padding: 60px 0;
  }
}
