@import url(https://fonts.googleapis.com/css?family=Montserrat:300);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400);
@import url(https://fonts.googleapis.com/css?family=Montserrat:500);
@import url(https://fonts.googleapis.com/css?family=Montserrat:600);
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
@font-face {
  font-family: "gmob-new";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gmob-new.eot?") format("eot"), url("../fonts/gmob-new.woff2") format("woff2"), url("../fonts/gmob-new.woff") format("woff"), url("../fonts/gmob-new.ttf") format("truetype"), url('../fonts/gmob-new.svg#str-replace("gmob-new", " ", "_")') format("svg"); }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
  color: #3853a4;
  margin-bottom: 15px; }

b, strong {
  font-weight: 600; }

h1, .h1, h2, .h2 {
  font-size: 28px;
  margin: 0 0 24px;
  letter-spacing: -.28px;
  text-transform: uppercase; }

@media only screen and (max-width: 400px) {
  h2 {
    font-size: 22px; } }

p {
  margin-bottom: 21px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 18px;
  line-height: 1.2222;
  margin: -2px 0 6px; }

h5 {
  font-size: 16px;
  line-height: 1.25; }

h6 {
  font-size: 14px;
  line-height: 1.2857; }

a:focus,
a:hover {
  outline: none;
  border: 0;
  text-decoration: none; }

.text--title {
  font-size: 19px;
  line-height: 1.1579;
  letter-spacing: 0;
  color: #fff; }

.text--small, .myaccount-detail, .myaccount-detail__content p {
  font-size: 14px;
  line-height: 1.5714;
  letter-spacing: 0; }

.widget-title {
  text-transform: capitalize; }

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="search"],
textarea {
  font-weight: 300;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  padding: 3px 9px 2px;
  transition: all .3s ease-in-out;
  width: 100%;
  border-bottom: 1px solid #ddeaf6;
  line-height: 1.57;
  letter-spacing: 0;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    input[type="text"],
    input[type="number"],
    input[type="tel"],
    input[type="url"],
    input[type="email"],
    input[type="search"],
    textarea {
      padding: 7px 10px 7px; } }
  input[type="text"]::-ms-clear,
  input[type="number"]::-ms-clear,
  input[type="tel"]::-ms-clear,
  input[type="url"]::-ms-clear,
  input[type="email"]::-ms-clear,
  input[type="search"]::-ms-clear,
  textarea::-ms-clear {
    display: none; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #4d4a4c;
    opacity: 1; }
  input[type="text"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #4d4a4c;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #4d4a4c;
    opacity: 1; }
  input[type="text"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="email"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    box-shadow: none;
    outline: 0 none; }
  input.error[type="text"],
  input.error[type="number"],
  input.error[type="tel"],
  input.error[type="url"],
  input.error[type="email"],
  input.error[type="search"],
  textarea.error {
    border-color: #ec2124;
    color: #ec2124; }
    input.error[type="text"]::-webkit-input-placeholder,
    input.error[type="number"]::-webkit-input-placeholder,
    input.error[type="tel"]::-webkit-input-placeholder,
    input.error[type="url"]::-webkit-input-placeholder,
    input.error[type="email"]::-webkit-input-placeholder,
    input.error[type="search"]::-webkit-input-placeholder,
    textarea.error::-webkit-input-placeholder {
      color: #ec2124; }
    input.error[type="text"]::-moz-placeholder,
    input.error[type="number"]::-moz-placeholder,
    input.error[type="tel"]::-moz-placeholder,
    input.error[type="url"]::-moz-placeholder,
    input.error[type="email"]::-moz-placeholder,
    input.error[type="search"]::-moz-placeholder,
    textarea.error::-moz-placeholder {
      color: #ec2124; }
    input.error[type="text"]:-ms-input-placeholder,
    input.error[type="number"]:-ms-input-placeholder,
    input.error[type="tel"]:-ms-input-placeholder,
    input.error[type="url"]:-ms-input-placeholder,
    input.error[type="email"]:-ms-input-placeholder,
    input.error[type="search"]:-ms-input-placeholder,
    textarea.error:-ms-input-placeholder {
      color: #ec2124; }
    input.error[type="text"]:-moz-placeholder,
    input.error[type="number"]:-moz-placeholder,
    input.error[type="tel"]:-moz-placeholder,
    input.error[type="url"]:-moz-placeholder,
    input.error[type="email"]:-moz-placeholder,
    input.error[type="search"]:-moz-placeholder,
    textarea.error:-moz-placeholder {
      color: #ec2124; }
    input.error[type="text"]:focus,
    input.error[type="number"]:focus,
    input.error[type="tel"]:focus,
    input.error[type="url"]:focus,
    input.error[type="email"]:focus,
    input.error[type="search"]:focus,
    textarea.error:focus {
      box-shadow: 0 0 rem(5px) #ec2124;
      outline: 0 none; }
  input[disabled][type="text"],
  input[disabled][type="number"],
  input[disabled][type="tel"],
  input[disabled][type="url"],
  input[disabled][type="email"],
  input[disabled][type="search"],
  textarea[disabled] {
    cursor: not-allowed; }

textarea,
.nf-field .nf-field-element textarea {
  resize: none;
  height: 172px; }

.roundedOne input[type=checkbox],
.roundedOne .nf-field-element:after {
  border-radius: 0; }

.roundedOne .nf-field-element.checked:after {
  background: #3853a4; }

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.nf-form-content #ninja_forms_required_items,
.nf-form-content .nf-field-container {
  margin-bottom: 7px; }

.nf-field .nf-field-element textarea {
  padding: 9px; }

@media only screen and (min-width: 992px) {
  .container {
    width: 952px; } }

.text--bold, .price-situation span {
  font-weight: 600; }

.text-large {
  font-size: 19px; }

.read-more {
  display: none; }
  .read-more.is-show {
    display: block; }

.js-read-more {
  color: #3853a4;
  text-transform: capitalize;
  font-weight: 600;
  cursor: pointer; }
  .js-read-more:hover {
    text-decoration: underline; }

.close-quocte,
.open-quocte {
  color: #ec2124;
  position: absolute;
  font-size: 53px; }

.open-quocte {
  left: -19px;
  top: -13px; }
  @media only screen and (min-width: 768px) {
    .open-quocte {
      left: -30px;
      top: -5px; } }

.close-quocte {
  bottom: 6px;
  right: -33px; }
  @media only screen and (min-width: 768px) {
    .close-quocte {
      right: -36px; } }

.lowercase {
  text-transform: lowercase; }

.bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 98;
  visibility: hidden;
  transition: .2s;
  opacity: 0; }

span.wpcf7-not-valid-tip {
  font-size: 12px; }

div.wpcf7-response-output {
  display: none !important; }

div.wpcf7-mail-sent-ok {
  border: 0;
  padding: 20px 30px;
  margin: 0; }

.btn, button,
input[type='button'],
input[type='submit'],
.woocommerce a.button,
.woocommerce form.login button,
.woocommerce form.register button,
.woocommerce button.button {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.375;
  font-weight: 600;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  text-transform: capitalize;
  outline: none;
  padding: 8px 22px 5px;
  text-align: center;
  text-shadow: none;
  transition: all .3s ease;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  min-width: 125px;
  background: #3853a4;
  color: #fff;
  transition: .5s; }
  .btn--full, .myaccount-detail__item a,
  .woocommerce a.button--full,
  .woocommerce form.login button--full,
  .woocommerce form.register button--full,
  .woocommerce button.button--full {
    width: 100%; }
  .btn:focus, button:focus,
  input[type='button']:focus,
  input[type='submit']:focus, .btn:hover, button:hover,
  input[type='button']:hover,
  input[type='submit']:hover,
  .woocommerce a.button:focus,
  .woocommerce a.button:hover,
  .woocommerce form.login button:focus,
  .woocommerce form.login button:hover,
  .woocommerce form.register button:focus,
  .woocommerce form.register button:hover,
  .woocommerce button.button:focus,
  .woocommerce button.button:hover {
    background: #4d6ac2;
    color: #fff;
    transition: .5s; }

.woocommerce form.login input.woocommerce-form__input-checkbox {
  height: auto;
  margin: 0 0 0 10px; }

[class^='icon-'],
[class*=' icon-'], .tinvwl_add_to_wishlist-text:before, .image-data:before, .slick-lightbox .slick-arrow:before,
.icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: initial;
  speak: none;
  text-transform: none;
  color: #fff;
  box-sizing: border-box;
  font-size: 16px; }
  [class^='icon-']:after,
  [class*=' icon-']:after, [class^='icon-']:before,
  [class*=' icon-']:before, .tinvwl_add_to_wishlist-text:before, .image-data:before, .slick-lightbox .slick-arrow:before,
  .icon:after,
  .icon:before {
    font-family: 'gmob-new', Helvetica, Arial, sans-serif;
    font-size: inherit;
    font-weight: normal; }

.icon-wishlist:before, .tinvwl_add_to_wishlist-text:before {
  content: "\e911"; }

.icon-account:before {
  content: "\e912"; }

.icon-phone:before {
  content: "\e913"; }

.icon-cart:before {
  content: "\e914"; }

.icon-tac:before,
.icon-1683:before {
  content: "\e909"; }

.icon-swep:before,
.icon-1682:before {
  content: "\e90a"; }

.icon-onsale:before,
.icon-1680:before {
  content: "\e90b"; }

.icon-hire-avaliable:before {
  content: "\e90c"; }

.icon-free-delivery:before,
.icon-1679:before {
  content: "\e90d"; }

.icon-dva:before,
.icon-1681:before {
  content: "\e90e"; }

.icon-delivery-fee:before {
  content: "\e90f"; }

.icon-deposit-required:before {
  content: "\e910"; }

.icon-maximize:before, .image-data:before {
  content: "\e908"; }

.icon-mail-envelope-closed:before {
  content: "\e907"; }

.icon-twitter:before {
  content: "\e903"; }

.icon-brand:before {
  content: "\e903"; }

.icon-tweet:before {
  content: "\e903"; }

.icon-social:before {
  content: "\e903"; }

.icon-linkedin:before {
  content: "\e905"; }

.icon-facebook:before {
  content: "\e906"; }

.icon-facebook-f:before {
  content: "\e906"; }

.icon-keyboard_arrow_right:before, .slick-lightbox .slick-next:before, .slick-lightbox .slick-prev:before {
  content: "\e904"; }

.icon-zoom:before {
  content: "\e901"; }

.icon-lock:before {
  content: "\e902"; }

.icon-search:before {
  content: "\e900"; }

.desc-content-tab {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .desc-content-tab .woocommerce-product-details__short-description {
    padding-right: 20px; }

.site-content {
  min-height: calc(100vh - 160px - 161px); }

#secondary-left {
  margin-bottom: 40px; }

.news-content {
  padding-bottom: 20px; }

.desk-header {
  padding: 0; }
  .desk-header .list-info {
    padding: 0; }
    .desk-header .list-info ul {
      height: 85px;
      padding: 8px 5px 0; }

.user-login {
  position: relative;
  padding-left: 26px; }
  .user-login:before {
    content: '';
    background: url(../images/icon/user-icon.png) no-repeat scroll 0 0 transparent;
    border-radius: 100%;
    display: inline-block;
    width: 21px;
    height: 29px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100% auto;
    top: 50%;
    margin-top: -15px; }

.top-header {
  padding: 10px 0 18px; }
  @media only screen and (max-width: 1023px) {
    .top-header {
      padding: 0; } }

.list-info {
  padding: 23px 0 17px; }
  .list-info ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 8px 5px 0; }
    @media only screen and (max-width: 1023px) {
      .list-info ul {
        padding: 0; } }
    .list-info ul li {
      margin-left: 38px;
      position: relative; }
      .list-info ul li:before {
        position: absolute;
        top: 3px;
        right: 2px;
        color: #ec2124;
        font-size: 35px; }
        @media only screen and (max-width: 1023px) {
          .list-info ul li:before {
            font-size: 30px;
            top: 13px;
            right: 1px; } }
    .list-info ul a {
      font-size: 21px;
      color: #ec2124;
      height: 43px;
      text-decoration: none;
      padding-right: 50px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 1023px) {
        .list-info ul a {
          padding-right: 40px; } }

.menu-furniture-care-chairs-container {
  display: none;
  background: #3853a4; }

.bot-mobile {
  padding: 0; }
  @media (max-width: 1023px) {
    .bot-mobile .container {
      width: auto; } }

.show-mb-menu .mobile-header-wrap {
  background: #3853a4;
  bottom: 0;
  top: 0; }

.show-mb-menu .menu-furniture-care-chairs-container {
  display: block;
  height: calc(100vh - 108px);
  padding-bottom: 30px;
  overflow: scroll; }
  .show-mb-menu .menu-furniture-care-chairs-container a {
    color: #fff !important; }
  .show-mb-menu .menu-furniture-care-chairs-container .login-menu {
    display: none !important; }
  .show-mb-menu .menu-furniture-care-chairs-container .bot-mobile {
    background: #3853a4; }

@media (max-width: 1023px) {
  .mobile-menu li .sub-menu span i {
    width: 20px;
    height: 20px; } }

.logo-menu {
  display: none; }
  .is-sticky .logo-menu {
    display: block; }
  .logo-menu img {
    width: 52px;
    height: auto;
    padding: 2px;
    margin-right: 10px; }

.search-header {
  position: relative; }
  .search-header.is-active .search-form {
    width: 245px;
    padding: 8px;
    transition: .5s; }
  .search-header .search-form {
    position: absolute;
    right: -8px;
    top: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #3853a4;
    padding: 0;
    width: 0;
    transition: .5s;
    overflow: hidden; }

#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput {
  margin: 0; }

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
  font-size: 18px !important;
  padding: 0 10px !important; }

div.asl_m .probox .proclose {
  display: none !important; }

div.asl_m .probox .proloading {
  position: absolute;
  right: 34px;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5); }

div.asl_w .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asl_w .mCustomScrollBox .mCSBap_scrollTools {
  width: 2px !important; }

div.asl_w .mCSBap_inside > .mCSBap_container {
  margin-right: 6px !important; }

div.asl_w .mCSBap_scrollTools a + .mCSBap_draggerContainer {
  margin: 0 !important; }

div.asl_w .mCSBap_scrollTools .mCSBap_buttonUp,
div.asl_w .mCSBap_scrollTools .mCSBap_buttonDown {
  display: none !important; }

div.asl_r.vertical {
  background: #4d6ac2 !important;
  padding: 2px !important;
  border-radius: 2px !important;
  -webkit-animation-duration: inherit !important;
          animation-duration: inherit !important; }

div.asl_w .mCSBap_scrollTools .mCSBap_draggerRail {
  background-color: rgba(255, 255, 255, 0.4) !important; }

#ajaxsearchlite1 .probox, div.asl_w .probox {
  background: #4d6ac2 !important; }

div.asl_w .probox .promagnifier {
  background: #3853a4 !important; }

div.asl_w {
  border: 1px solid #4d6ac2 !important; }

@media (max-width: 767px) {
  div.asl_w .probox .proinput input.autocomplete {
    top: -6px; } }

@media (max-width: 767px) {
  div.asl_w .probox,
  div.asl_w .probox .promagnifier,
  div.asl_w .probox .proinput input {
    height: 40px !important; } }

.footer {
  background: #252525;
  color: #6c6b6d;
  height: auto;
  margin: 0;
  padding: 32px 0; }
  .footer:before, .footer:after {
    content: '';
    display: table; }
  .footer:after {
    clear: both; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 38px 0 27px; } }
  .footer__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 1023px) {
      .footer__inner {
        text-align: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @media only screen and (min-width: 1024px) {
    .footer__logo {
      margin-right: -3px; } }
  .footer__content {
    margin-bottom: 25px; }
    @media only screen and (min-width: 1024px) {
      .footer__content {
        margin: 0; } }
  .footer a {
    color: #6c6b6d; }
    .footer a:hover {
      color: #fff; }

.footer-menu {
  margin-bottom: 24px; }
  @media only screen and (max-width: 767px) {
    .footer-menu {
      margin-bottom: 13px; } }
  .footer-menu ul {
    margin: 0;
    padding: 0; }
    .footer-menu ul:before, .footer-menu ul:after {
      content: '';
      display: table; }
    .footer-menu ul:after {
      clear: both; }
    @media only screen and (max-width: 1023px) {
      .footer-menu ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .footer-menu li {
    list-style: none;
    float: left;
    margin-right: 5px;
    border-right: 1px solid #6c6b6d;
    line-height: 1;
    padding-right: 5px;
    margin-bottom: 12px; }
    @media only screen and (min-width: 768px) {
      .footer-menu li {
        margin-bottom: 12px; } }
    .footer-menu li:last-child {
      border-right: 0;
      padding-right: 0;
      margin-right: 0; }
    .footer-menu li.enter {
      clear: both; }
  .footer-menu a {
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: -.5px; }

.box-logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .box-logo a {
    display: inline-block; }
    .box-logo a:first-child {
      margin-right: 29px;
      max-width: 96px; }
      @media only screen and (min-width: 1024px) {
        .box-logo a:first-child {
          margin: -6px 33px 0 0;
          max-width: 113px; } }
    .box-logo a:last-child {
      max-width: 145px; }
      @media only screen and (min-width: 1024px) {
        .box-logo a:last-child {
          margin: 0;
          max-width: 175px; } }
  .box-logo img {
    width: 100%;
    height: auto; }

.widget-filter {
  background: #d9e8f5;
  padding-bottom: 20px;
  margin-bottom: 30px; }
  .widget-filter > .widget-title {
    margin-top: 0 !important; }
  .widget-filter .ui-slider {
    background: #fff;
    border: 0 !important;
    height: 3px;
    margin: 7px;
    position: relative; }
    .widget-filter .ui-slider:before {
      content: '';
      background: #fff;
      position: absolute;
      height: 3px;
      left: -7px;
      right: -7px;
      top: 0; }
    .widget-filter .ui-slider .ui-slider-handle {
      border-radius: 100%;
      width: 14px;
      height: 14px;
      margin-top: -1px;
      margin-left: -7px; }
    .widget-filter .ui-slider .ui-slider-range {
      height: 3px;
      background: #aaa; }
  .widget-filter section {
    margin: 0 18px 0 16px;
    border-bottom: 1px solid #3853a4; }
    .widget-filter section:last-child {
      border-bottom: 0; }
  .widget-filter .form-submit {
    margin-top: 20px; }
  .widget-filter .input-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 3px; }
    .widget-filter .input-wrap input {
      width: 50px;
      border-radius: 3px;
      padding: 3px 5px;
      font-size: 12px;
      line-height: 1; }
      .widget-filter .input-wrap input:focus {
        outline: none; }
  .widget-filter .widget .widget-title,
  .widget-filter .woocommerce-widget-layered-nav-list a {
    color: #3853a4;
    display: block;
    padding: 16px 0 11px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0;
    background: none;
    font-size: 16px; }
  .widget-filter .widget .widget-title {
    position: relative;
    cursor: pointer; }
    .widget-filter .widget .widget-title:after, .widget-filter .widget .widget-title:before {
      width: 10px;
      height: 2px;
      background: #3082ca;
      position: absolute;
      right: 0;
      top: 25px;
      content: ''; }
    .widget-filter .widget .widget-title:after {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .widget-filter .widget .widget-title.is-show:after {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
  .widget-filter .woocommerce-widget-layered-nav-list {
    padding-left: 10px;
    display: none; }
    .widget-filter .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
      margin-bottom: 10px; }
    .widget-filter .woocommerce-widget-layered-nav-list a {
      font-size: 14px; }
    .widget-filter .woocommerce-widget-layered-nav-list .count {
      display: none; }

.box-option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .box-option {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .box-option__item {
    height: 103px;
    width: 100%;
    margin: 0 0 13px; }
    @media only screen and (min-width: 768px) {
      .box-option__item {
        width: calc((100% - 30px) / 3);
        margin: 0 15px 0 0;
        height: 122px; } }
    .box-option__item:last-child {
      margin-right: 0; }
    .box-option__item span {
      display: block;
      font-size: 21px;
      line-height: normal;
      letter-spacing: 0;
      font-weight: 600; }
      @media only screen and (min-width: 768px) {
        .box-option__item span {
          width: 100%;
          text-align: center; } }
      @media only screen and (max-width: 1023px) and (min-width: 768px) {
        .box-option__item span {
          font-size: 16px; } }
    .box-option__item img {
      margin: 0 28px 0 0;
      height: 48px;
      width: auto; }
      @media only screen and (min-width: 768px) {
        .box-option__item img {
          margin: 0 0 15px; } }
      @media only screen and (max-width: 1023px) and (min-width: 768px) {
        .box-option__item img {
          width: 35px; } }
    .box-option__item a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #3853a4;
      color: #fff;
      border-radius: 4px;
      height: 100%; }
      @media only screen and (min-width: 768px) {
        .box-option__item a {
          padding: 20px 0;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }

.myaccount-sidebar {
  width: 254px; }

.woocommerce-myaccount-content {
  width: calc(100% - 255px); }

.s-btn input[type="submit"] {
  min-width: auto;
  text-transform: uppercase;
  padding: 6px 24px 6px 20px; }

.woocommerce ul.products li.product .onsale {
  width: 45px;
  height: 45px;
  min-width: inherit;
  min-height: inherit; }

.woocommerce ul.products li.product a img {
  max-height: 175px;
  width: auto;
  margin: 0 auto 1em auto;
  padding: 10px; }

.woocommerce span.onsale {
  display: none; }

.badge-icon-dav,
.badge-icon-avaliable-on-dva {
  background: url("../images/icon/dva.png") no-repeat scroll 0 0 transparent; }

.badge-icon-free-delivery,
.badge-icon-avaliable-on-tac {
  background: url("../images/icon/ship.png") no-repeat scroll 0 0 transparent; }

.badge-icon-hire-available,
.badge-icon-show-price-online,
.badge-icon-avaliable-on-swep,
.badge-icon-sell-online {
  background: url("../images/icon/cart.png") no-repeat scroll 0 0 transparent; }

.badges {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 17px; }
  .badges li {
    font-size: 0;
    width: 42px;
    height: 42px;
    list-style: none;
    margin-right: 5px;
    background-size: 100% auto !important; }
    @media (max-width: 767px) {
      .badges li {
        width: 28px !important;
        height: 28px !important; } }
    .badges li:nth-child(1) {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .badges li:nth-child(2) {
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .badges li:nth-child(3) {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .badges li:before {
      font-size: 42px;
      color: #3853a4; }

.type-product .badges li {
  width: 28px;
  height: 28px; }
  .type-product .badges li:before {
    font-size: 28px; }

.tinv-wraper {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative; }

.woocommerce .quantity .qty {
  height: 34px;
  width: 61px;
  background: #ededee;
  font-weight: 600;
  border: 0;
  margin-right: 10px; }

.single_variation_wrap .woocommerce-variation-add-to-cart {
  display: none;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.woocommerce .summary .cart .button {
  padding: 7px 21px 5px 20px;
  margin-right: 15px; }

.tinvwl_add_to_wishlist-text {
  font-size: 0;
  display: inline-block;
  background-size: 100% auto;
  line-height: 40px;
  width: 40px;
  height: 40px; }
  .tinvwl_add_to_wishlist-text:before {
    font-size: 36px;
    color: #ec2124; }

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  margin: 0; }

.tinvwl_add_to_wishlist_button:before {
  display: none !important; }

.woocommerce-account .woocommerce.tinv-wishlist {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.wc-tab table th {
  color: #3853a4;
  font-size: 14px;
  line-height: 1.77;
  padding: 8px 10px;
  text-align: center; }
  .wc-tab table th:first-child {
    text-align: left; }

.wc-tab table td {
  padding: 2px 10px;
  line-height: 1.77;
  font-size: 14px; }

.wc-tab table tbody tr:nth-child(odd) {
  background: #e4eff8; }

.wc-tab table tbody td {
  text-align: center; }
  .wc-tab table tbody td:first-child {
    text-align: left; }

.woocommerce-error {
  margin-top: 30px; }

.cat-item-none {
  padding-top: 10px; }

.tab-title {
  display: none; }

.sku_wrapper {
  margin-bottom: 15px;
  display: block; }

.role-notice {
  background: #feebe9;
  font-size: 14px;
  color: #ec2124;
  display: inline-block;
  padding: 8px 30px 7px;
  min-width: 223px;
  font-weight: 500;
  margin: 0 0 8px; }

.image-data {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%; }
  .image-data:before {
    color: #999;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 25px; }

.cat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px; }
  .cat__item {
    width: calc((100% - 31px)/ 4);
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 9px 13px 12px 14px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .cat__item > a {
      display: inline-block;
      width: 100%; }
    @media (max-width: 767px) {
      .cat__item {
        width: calc((100% - 11px) / 2); }
        .cat__item:nth-child(2n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .cat__item:nth-child(4n) {
        margin-right: 0; } }
    .cat__item .btn, .cat__item button, .cat__item
    input[type='button'], .cat__item
    input[type='submit'] {
      padding: 6px 15px 6px 11px;
      min-width: inherit; }
  .cat__title {
    color: #414042; }
    .cat__title:hover {
      color: #3853a4; }

.tab-content {
  padding-right: 10px; }

.form-list {
  border-bottom: 1px solid #3853a4; }
  .form-list.is-active {
    border: 0; }
  .form-list:last-child {
    border: 0; }
  .form-list .form-content {
    display: none; }

.news__info {
  background: #e6e7e8;
  padding: 29px 0 36px;
  font-size: 16px;
  margin-top: 28px; }
  .news__info p {
    margin-bottom: 0; }

.social-share {
  margin-top: 33px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px; }
  .social-share a {
    background: #3853a4;
    font-size: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 14px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100%; }
    .social-share a:last-child {
      margin-right: 0; }
    .social-share a i {
      font-size: 24px; }
      .social-share a i.icon-mail-envelope-closed:before {
        font-weight: bold; }

.menu-about-left-container li {
  position: relative; }
  .menu-about-left-container li ul {
    display: none;
    padding-left: 10px; }
    .menu-about-left-container li ul a {
      padding-top: 11px; }
  .menu-about-left-container li > span {
    position: absolute;
    right: -15px;
    height: 50px;
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    cursor: pointer; }
    .menu-about-left-container li > span.is-show i {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      transition: .5s; }
    .menu-about-left-container li > span i {
      color: #3853a4;
      font-size: 25px;
      transition: .5s; }

.contact-form {
  background: #cce0f2;
  margin-top: 32px; }
  @media only screen and (max-width: 1023px) {
    .contact-form {
      margin-top: 0; } }
  .contact-form .nf-form-wrap {
    padding: 16px 17px 18px; }
  .contact-form form .checkbox-wrap {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .contact-form form .checkbox-wrap label {
      font-size: 12px;
      padding-left: 10px;
      line-height: 1.2; }
  .contact-form .spam-wrap label {
    text-transform: capitalize; }

.price-situation {
  margin-bottom: 18px; }
  .price-situation span {
    background: #3853a4;
    color: #fff;
    font-size: 14px;
    line-height: 1.5714;
    min-width: 223px;
    display: inline-block;
    padding: 6px 0 6px 18px; }
  .price-situation--on span {
    background: #feebe9;
    color: #ec2124; }

.product_meta {
  margin-bottom: 10px; }

.feedback {
  background: #f2f2f2;
  margin: 41px 0 0;
  padding: 50px 0 44px; }
  @media only screen and (min-width: 768px) {
    .feedback {
      margin: 37px 0 0;
      padding: 56px 0 43px; } }
  .feedback__item blockquote {
    border: 0;
    font-size: 21px;
    margin-bottom: 25px; }
    @media only screen and (min-width: 768px) {
      .feedback__item blockquote {
        margin-bottom: 20px; } }
    .feedback__item blockquote p {
      line-height: normal;
      position: relative;
      display: inline-block;
      padding-left: 10px; }
      @media only screen and (min-width: 768px) {
        .feedback__item blockquote p br {
          display: none; } }
  .feedback__title {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 43px; }
    .feedback__title span {
      position: relative;
      padding: 0 0 0 81px;
      display: inline-block; }
      .feedback__title span img {
        position: absolute;
        top: -13px;
        left: 2px; }
  .feedback__content {
    text-align: center;
    font-size: 21px; }

.box-download {
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .box-download {
      margin-bottom: 11px; } }
  .box-download__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 35px; }
  .box-download__item {
    width: calc((100% - 61px) / 3);
    margin-right: 30px;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 10px 35px;
    box-shadow: 1px 1px 7px -2px #555; }
    @media only screen and (min-width: 1024px) {
      .box-download__item:nth-child(3n) {
        margin-right: 0; } }
    @media only screen and (max-width: 1023px) {
      .box-download__item {
        width: calc((100% - 31px) / 2); }
        .box-download__item:nth-child(2n) {
          margin-right: 0; } }
  .box-download__title {
    font-size: 16px;
    color: #000; }
  .box-download__link {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 37px;
    color: #ec2124;
    position: relative; }
    .box-download__link a {
      color: #ec2124;
      font-weight: 600;
      position: relative;
      padding-top: 70px;
      display: inline-block;
      font-size: 18px; }
      .box-download__link a:before {
        content: '';
        background: url("../images/download-icon.png") no-repeat scroll 0 0 transparent;
        width: 57px;
        height: 57px;
        position: absolute;
        left: 50%;
        margin-left: -29px;
        bottom: 38px; }

.newsletter {
  background: #d9e8f5;
  padding: 23px 25px 25px;
  margin-bottom: 52px; }
  @media only screen and (max-width: 767px) {
    .newsletter {
      margin: 0 -20px 30px;
      padding: 26px 25px 22px;
      text-align: center; } }
  .newsletter__content {
    margin-bottom: 20px; }
  .newsletter .btn, .newsletter button, .newsletter
  input[type='button'], .newsletter
  input[type='submit'] {
    min-width: inherit;
    padding: 8px 16px 5px;
    font-weight: 600;
    text-transform: uppercase; }

.information__body {
  margin-top: 38px; }
  .information__body img {
    float: none;
    margin: 0;
    width: 100%; }

.resource-content {
  margin-bottom: 40px; }
  .resource-content .entry-content {
    margin-top: 21px; }
    @media only screen and (max-width: 767px) {
      .resource-content .entry-content {
        margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    .resource-content .entry-header h1 {
      margin-bottom: 17px; } }
  .resource-content .hentry {
    margin-bottom: 16px; }
    @media only screen and (max-width: 767px) {
      .resource-content .hentry {
        margin-bottom: 22px; } }
  .resource-content h3 {
    text-transform: uppercase;
    font-size: 21px;
    color: #3853a4;
    margin-bottom: 25px;
    margin-top: 0; }

.banner__item {
  position: relative; }
  @media (min-width: 768px) {
    .banner__item {
      height: 400px; } }
  @media (min-width: 1440px) {
    .banner__item {
      height: 500px; } }

.banner__image {
  background-size: cover;
  background-position: 70% center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 211px; }
  @media (min-width: 768px) {
    .banner__image {
      position: absolute;
      background-position: center;
      height: 100%; } }

.banner__content {
  position: relative;
  z-index: 1;
  background: rgba(25, 25, 25, 0.8);
  padding: 25px 28px;
  color: #fff;
  max-width: 362px; }
  @media (max-width: 767px) {
    .banner__content {
      background: #474747;
      max-width: inherit;
      padding: 23px 20px 24px; } }
  .banner__content h1 {
    font-size: 16px;
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin-bottom: 17px; }

.banner__body {
  font-size: 14px;
  line-height: 1.428; }
  .banner__body p {
    margin-bottom: 10px;
    line-height: 1.43; }

.banner__link a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 300; }

.banner .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }
  @media only screen and (min-width: 1024px) {
    .banner .container {
      width: 1003px; } }
  @media (max-width: 767px) {
    .banner .container {
      margin: 0;
      padding: 0; } }

.myaccount-detail {
  border-bottom: 1px solid #c9cacb;
  padding: 31px 0 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 991px) {
    .myaccount-detail {
      display: none; } }
  .myaccount-detail__title {
    margin: 0 0 12px;
    color: #333132;
    text-transform: capitalize; }
  .myaccount-detail__info, .myaccount-detail__billing, .myaccount-detail__ship {
    width: 28.89%; }
  .myaccount-detail__ship {
    padding-left: 4px; }
  .myaccount-detail__content {
    margin-bottom: 23px; }
    .myaccount-detail__content p {
      margin-bottom: 10px; }
  .myaccount-detail__item {
    margin-bottom: 7px; }
    .myaccount-detail__item:last-of-type {
      margin: 0; }
    .myaccount-detail__item a {
      background: #ededee;
      display: block;
      padding: 6px 0 3px 10px; }
      .myaccount-detail__item a:hover {
        background: #d3d3d3; }

.return-to-shop {
  display: block;
  width: 100%; }

.woocommerce-myaccount-content fieldset {
  padding: 3px; }
  .woocommerce-myaccount-content fieldset p {
    padding: 0 !important; }

.product-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  margin-bottom: 40px; }
  .product-list__item {
    width: calc((100% - 14px) / 3);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 9px 13px 12px 14px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    margin: 0 7px 7px 0;
    position: relative;
    text-align: center; }
    .product-list__item:nth-child(3n) {
      margin-right: 0; }
    .product-list__item:hover .product-list__remove {
      opacity: 1; }
  .product-list__remove {
    position: absolute;
    top: 3px;
    left: 3px;
    opacity: 0; }
    .product-list__remove button {
      width: 30px;
      height: 30px;
      border-radius: 100%;
      min-width: inherit;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: inherit;
      line-height: 1;
      padding: 0; }
  .product-list__name {
    line-height: 1.25 !important;
    font-size: 16px !important;
    margin-bottom: 4px !important;
    margin-top: 0 !important; }
    .product-list__name .variation {
      display: none; }
    .product-list__name a {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      color: #414042;
      font-size: 16px;
      text-transform: capitalize;
      line-height: 1.25;
      letter-spacing: 0; }
  .product-list__price {
    color: #ec2124;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    margin-bottom: .5em; }
  .product-list__links {
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: auto;
    width: 100%;
    padding-top: 7px; }
    .product-list__links .btn, .product-list__links button, .product-list__links
    input[type='button'], .product-list__links
    input[type='submit'] {
      min-width: inherit;
      text-transform: uppercase;
      padding: 6px 15px 6px 11px;
      color: #fff; }

.view-wishlist .product-list__remove {
  display: none; }

.view-wishlist__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 18px;
  margin-bottom: 20px; }
  .view-wishlist__header .btn, .view-wishlist__header button, .view-wishlist__header
  input[type='button'], .view-wishlist__header
  input[type='submit'] {
    color: #fff;
    background: #ec2124; }
  .view-wishlist__header .block-title {
    color: #ec2124;
    font-weight: 500;
    text-transform: capitalize;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 19px;
    margin: 0; }
    .view-wishlist__header .block-title:before {
      content: '';
      width: 40px;
      height: 40px;
      background: url("../images/icon/wishlist-icon.jpg") no-repeat scroll 0 0 transparent;
      background-size: 40px 40px;
      background-position: center left;
      display: inline-block;
      margin-right: 10px; }

.woocommerce ul.products li.product a {
  display: block;
  width: 100%; }

.woocommerce-page ul.products li.product-type-hire {
  min-width: calc((100% - 22px) / 4) !important;
  margin-right: 7px !important;
  margin-bottom: 7px !important; }
  @media (max-width: 767px) {
    .woocommerce-page ul.products li.product-type-hire {
      width: calc((100% - 21px) / 2) !important;
      min-width: inherit;
      margin-right: 10px !important;
      margin-bottom: 10px !important; }
      .woocommerce-page ul.products li.product-type-hire:nth-child(2n) {
        margin-right: 0 !important; } }
  @media (max-width: 360px) {
    .woocommerce-page ul.products li.product-type-hire {
      width: 100% !important;
      margin-right: 0 !important; } }
  @media (min-width: 768px) {
    .woocommerce-page ul.products li.product-type-hire:nth-child(3n) {
      margin-right: 7px !important;
      margin-bottom: 7px !important; }
    .woocommerce-page ul.products li.product-type-hire:nth-child(4n) {
      margin-right: 0 !important; } }
.product-type-simple .lightbox-wrap,
.product-type-enquiry .lightbox-wrap,
.product-type-hire .lightbox-wrap  {
  display: block !important;
}
.lightbox-wrap {
  display: none;
  margin-right: 10px;
  margin-top: 3px; }
  .lightbox-wrap.is-show .lightbox,
  .lightbox-wrap.is-show .bg-overlay {
    opacity: 1;
    visibility: visible;
    transition: .2s; }
  .lightbox-wrap + .tinv-wraper.tinv-wishlist {
    position: relative;
    top: -4px; }

.lightbox-wrap .lightbox {
  background: #ffffff;
  transition: .2s;
  visibility: hidden;
  z-index: 2;
  opacity: 0;
  position: fixed;
  top: 50% !important;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  width: calc(100% - 41px);
  max-width: 700px;
  min-height: 530px; }
  .lightbox-wrap .lightbox .sent .form-enquire__content {
    display: none; }
  .lightbox-wrap .lightbox .sent .form-enquire__sent {
    display: block; }

.lightbox .slick-lightbox-close {
  height: 25px;
  margin-top: 3px;
  width: 25px;
  padding: 1px 16px;
  right: 20px; }

.lightbox__title {
  background: #3853a4;
  text-align: center;
  text-transform: uppercase;
  padding: 12px;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  margin: 0;
  padding: 15px;
  letter-spacing: 1px; }

.lightbox__content {
  padding: 24px 30px; }

.form-enquire p {
  margin-bottom: 10px; }

.form-enquire__inner {
  padding: 24px 30px; }

.form-enquire__sent {
  display: none; }

.form-enquire__description {
  margin-bottom: 33px; }

.form-enquire .submitted {
  font-weight: bold;
  margin-bottom: 10px; }

.form-enquire .btn--continue {
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-transform: uppercase; }

.form-enquire__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .form-enquire__wrap .form-item {
    width: 100%;
    margin-bottom: 17px; }
    .form-enquire__wrap .form-item:nth-child(1) {
      margin-right: 20px; }
    .form-enquire__wrap .form-item:nth-child(1), .form-enquire__wrap .form-item:nth-child(2) {
      width: calc((100% - 21px) / 2); }

.form-enquire .form-actions {
  text-align: right;
  margin-bottom: 4px;
  margin-top: 4px;
  position: relative; }
  .form-enquire .form-actions .ajax-loader {
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.form-enquire input[type='text'],
.form-enquire input[type='email'],
.form-enquire input[type='tel'],
.form-enquire textarea {
  background: #ededee;
  border: 1px solid #ededee;
  min-height: 40px;
  font-size: 14px;
  color: #333132;
  padding: 8px 15px; }
  .form-enquire input[type='text']::-webkit-input-placeholder,
  .form-enquire input[type='email']::-webkit-input-placeholder,
  .form-enquire input[type='tel']::-webkit-input-placeholder,
  .form-enquire textarea::-webkit-input-placeholder {
    color: #333132; }
  .form-enquire input[type='text']::-moz-placeholder,
  .form-enquire input[type='email']::-moz-placeholder,
  .form-enquire input[type='tel']::-moz-placeholder,
  .form-enquire textarea::-moz-placeholder {
    color: #333132; }
  .form-enquire input[type='text']:-ms-input-placeholder,
  .form-enquire input[type='email']:-ms-input-placeholder,
  .form-enquire input[type='tel']:-ms-input-placeholder,
  .form-enquire textarea:-ms-input-placeholder {
    color: #333132; }
  .form-enquire input[type='text']:-moz-placeholder,
  .form-enquire input[type='email']:-moz-placeholder,
  .form-enquire input[type='tel']:-moz-placeholder,
  .form-enquire textarea:-moz-placeholder {
    color: #333132; }

.form-enquire textarea {
  min-height: 183px; }

.form-enquire__form {
  margin-top: 21px; }
  .form-enquire__form .form-item {
    margin-bottom: 13px;
    padding: 0 3px; }
  .form-enquire__form input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: rem(1px);
    margin: rem(-1px);
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: rem(1px); }
    .form-enquire__form input[type="radio"] + label {
      font-weight: 400;
      cursor: pointer;
      display: block;
      position: relative;
      overflow: hidden;
      padding: 2px 0 2px 36px;
      letter-spacing: 0; }
      .form-enquire__form input[type="radio"] + label:focus, .form-enquire__form input[type="radio"] + label:hover, .form-enquire__form input[type="radio"] + label:active {
        border-color: #ccc; }
      .form-enquire__form input[type="radio"] + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: #ededee; }
      .form-enquire__form input[type="radio"] + label:after {
        content: "";
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        transition: opacity .3s ease;
        left: 6px; }
    .form-enquire__form input[type="radio"]:checked + label:before {
      border-color: #000; }
  .form-enquire__form input[type="radio"]:checked + label:after {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #0065be; }

.is-hidden {
  display: none; }

.delivery-date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px 30px; }
  .delivery-date input {
    margin: 0 10px;
    background: url("../images/date.png") no-repeat scroll calc(100% - 15px) center #ededee !important; }

.important-note {
  background: #f8372b;
  color: #fff;
  padding: 4px 20px 4px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }
  .important-note i {
    font-size: 50px;
    margin-right: 19px; }

.condition {
  margin-bottom: 25px; }

.signup-form {
  background: #D9E8F2;
  padding: 23px 25px 25px;
  margin-bottom: 52px; }
  @media (max-width: 767px) {
    .signup-form {
      margin-left: -20px;
      margin-right: -20px; } }
  .signup-form input[type='text'],
  .signup-form input[type='email'] {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    margin-right: 10px; }
    @media (max-width: 479px) {
      .signup-form input[type='text'],
      .signup-form input[type='email'] {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%; } }
  .signup-form .form-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 479px) {
      .signup-form .form-content {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .signup-form .form-content span {
      margin-right: 15px; }
      @media (max-width: 479px) {
        .signup-form .form-content span {
          margin-right: 0;
          width: 100%; } }
    .signup-form .form-content .ajax-loader {
      display: none; }

.hire .quantity,
.hire .single_add_to_cart_button,
.hire .tinv-wishlist,
.hire .make-selection {
  display: none !important; }

.slick-lightbox {
  background: #000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity .5s ease;
  width: 100%;
  z-index: 9999; }
  .slick-lightbox .slick-loading .slick-list {
    background-color: transparent; }
  .slick-lightbox .slick-arrow {
    background-color: #999;
    border-radius: 100%;
    border: 0 none;
    font-size: 0;
    height: 42px;
    line-height: inherit;
    margin-bottom: 0;
    min-width: inherit;
    opacity: .65;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: .5s;
    width: 42px;
    z-index: 1; }
    .slick-lightbox .slick-arrow:before {
      font-size: 30px;
      position: relative;
      text-indent: 0;
      top: -1px; }
    .slick-lightbox .slick-arrow:hover, .slick-lightbox .slick-arrow:focus {
      color: #fff;
      cursor: pointer;
      outline: none;
      transition: .5s;
      opacity: 1; }
  .slick-lightbox .slick-next {
    right: 20px; }
  .slick-lightbox .slick-prev {
    left: 20px; }
    .slick-lightbox .slick-prev:before {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg);
      display: block; }
  .slick-lightbox .slick-slide img {
    cursor: pointer; }

.slick-lightbox-hide {
  opacity: 0; }

.slick-lightbox-hide .slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0; }

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden; }
  .slick-lightbox-slick-item::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em; }

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center; }

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  cursor: pointer; }

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: #fff; }

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 30px;
  display: block;
  height: 50px;
  width: 28px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: 0;
  z-index: 1;
  min-width: inherit; }
  .slick-lightbox-close:focus, .slick-lightbox-close:hover {
    outline: none;
    background-color: transparent; }
  .slick-lightbox-close:before, .slick-lightbox-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #fff; }
  .slick-lightbox-close:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .slick-lightbox-close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.product-type-simple.enquiry form.cart {
  display: none; }

.product.hire .quantity,
.product.hire .single_add_to_cart_button {
  display: none; }

.product.hire .hire-add-to-cart {
  display: block; }

.products .price-situation {
  width: 100%; }
  .products .price-situation span {
    min-width: inherit;
    padding: 6px 5px 6px; }
    @media only screen and (min-width: 992px) {
      .products .price-situation span {
        margin: 0 -7px; } }
