@charset "UTF-8";
@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Regular.ttf); }
@font-face {
  font-family: "LatoBold";
  src: url(../fonts/Lato-Bold.ttf); }
@font-face {
  font-family: "LatoBlack";
  src: url(../fonts/Lato-Black.ttf); }
body[style*='padding'] {
  opacity: 1;
  transition: all 0.25s ease; }

body {
  font-family: "Lato" !important;
  font-size: 14px;
  color: #333; }

label {
  font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 0;
  font-family: "LatoBold"; }

h2 {
  font-size: 30px; }

.nopaddingLR {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.nopaddingL {
  padding-left: 0 !important; }

.padding {
  padding: 0 8px !important; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes slide-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-100%); } }
@-moz-keyframes slide-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(0); }
  100% {
    opacity: 1;
    -moz-transform: translateX(-100%); } }
.gmaps iframe, .gmaps .mapouter, .gmaps .gmap_canvas {
  width: 100% !important; }

body.common-home .main-wrapper {
  max-width: 100%;
  width: 100%; }
  body.common-home .main-wrapper .slideshow .slider-dots {
    right: 15px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 20px; }
    body.common-home .main-wrapper .slideshow .slider-dots .owl-dot.active {
      background: #eb3039; }
    body.common-home .main-wrapper .slideshow .slider-dots .owl-dot {
      border-radius: 30px !important; }
  body.common-home .main-wrapper .slideshow .slider-slideshow-description.background-type-light_image, body.common-home .main-wrapper .slideshow h3 {
    color: #fff; }
  body.common-home .main-wrapper .slideshow h3 {
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 700; }

#cartSummary tbody tr td {
  vertical-align: middle !important; }

.view-password {
  top: 37px !important; }

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control,
input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control,
input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control,
input[type="number"].form-control, input[type="email"].form-control,
input[type="url"].form-control, input[type="search"].form-control,
input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 14px;
  border-radius: 0;
  padding: 10px; }

select.form-control, input[type="text"].form-control, input[type="password"].form-control,
input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control,
input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control,
input[type="number"].form-control, input[type="email"].form-control, input[name="email"].form-control,
input[type="url"].form-control, input[type="search"].form-control,
input[type="tel"].form-control, input[type="color"].form-control {
  height: 45px !important; }

#top-header {
  background: #474647;
  padding-top: .3rem;
  padding-bottom: .3rem; }
  #top-header .my-account {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #top-header .header-top {
    padding: 5px 0;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    #top-header .header-top a.cart-dropdown, #top-header .header-top a.alink {
      color: #fff;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-left: 4rem; }
      #top-header .header-top a.cart-dropdown .badge, #top-header .header-top a.alink .badge {
        background: #eb3039 !important;
        padding: 4px 12px;
        border-radius: 30px; }

.sm-nowrap {
  display: none !important; }

#content #product-filter-replace .compare-products {
  display: none; }
#content #product-filter-replace .filters {
  text-align: right;
  padding: 0 15px;
  float: right; }
  #content #product-filter-replace .filters .sorts {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%; }
    #content #product-filter-replace .filters .sorts select {
      display: inline-block;
      width: 100%;
      cursor: pointer;
      padding: 10px 15px;
      outline: 0;
      border: 1px solid #ccc;
      border-radius: 0px;
      background: #ffffff;
      color: #333;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 45px;
      font-size: 14px; }
      #content #product-filter-replace .filters .sorts select::-ms-expand {
        display: none; }
      #content #product-filter-replace .filters .sorts select:hover, #content #product-filter-replace .filters .sorts select:focus {
        color: #333333;
        background: #ffffff; }
      #content #product-filter-replace .filters .sorts select:disabled {
        opacity: 0.5;
        pointer-events: none; }
      #content #product-filter-replace .filters .sorts select:hover ~ .select_arrow, #content #product-filter-replace .filters .sorts select:focus ~ .select_arrow {
        border-top-color: #333333; }
      #content #product-filter-replace .filters .sorts select:disabled ~ .select_arrow {
        border-top-color: #cccccc; }
    #content #product-filter-replace .filters .sorts .select_arrow {
      position: absolute;
      top: 20px;
      right: 15px;
      pointer-events: none;
      border-style: solid;
      border-width: 8px 5px 0px 5px;
      border-color: #333333 transparent transparent transparent; }
      #content #product-filter-replace .filters .sorts .select_arrow i {
        font-weight: 700;
        font-size: 18px; }

.header-top .estore-menu ul, .header-top .products-menu ul, .header-top .sub-arrow, #main-menu .estore-menu ul, #main-menu .products-menu ul, #main-menu .sub-arrow {
  display: none !important; }

#side-price .ui-slider-range {
  background: #eb3039;
  border: 0px solid #eb3039 !important;
  top: 0px; }

.product-image-column .magnify {
  width: 100% !important;
  height: 100% !important; }
  .product-image-column .magnify .magnify-lens {
    height: 300px !important;
    width: 300px !important; }
  .product-image-column .magnify img {
    margin: 0 auto; }
.product-image-column .slick-initialized.slick-slider .slick-slide {
  padding: 0 !important; }

.product-information {
  margin-top: 2rem;
  /*.points{
  	margin-left: 5px;
  }*/ }
  .product-information h3 {
    color: #333 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 3px; }
  .product-information .product-attributes .contents ul {
    padding-left: 15px; }
  .product-information .with-tax {
    color: #9a9595;
    font-weight: 700;
    margin-top: 10px; }
  .product-information .brand-name {
    font-size: 18px;
    color: #333;
    font-family: "LatoBold" !important;
    margin-bottom: 10px; }
  .product-information .product-special-price.new-prices {
    font-size: 28px;
    color: #ae1917;
    font-family: "LatoBold" !important; }
  .product-information .product-description {
    margin: 4rem 0;
    font-weight: 700; }
    .product-information .product-description .description {
      text-transform: uppercase; }
  .product-information .product-price.old-prices {
    font-size: 28px;
    color: #333;
    font-family: "LatoBold" !important; }
  .product-information .old-prices.old {
    font-size: 22px;
    color: #333;
    margin: 10px 0; }
  .product-information #product label, .product-information #product span {
    font-size: 15px;
    font-weight: 700; }
  .product-information #product .equal-heights {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .product-information #product .equal-heights div.cols {
      display: flex;
      flex-direction: column;
      justify-content: center; }
  .product-information #product .select {
    float: right;
    position: relative;
    display: inline-block; }
    .product-information #product .select select {
      display: inline-block;
      width: 100%;
      cursor: pointer;
      padding: 10px 15px;
      outline: 0;
      border: 1px solid #ccc;
      border-radius: 0px;
      background: #ffffff;
      color: #333;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 45px;
      font-size: 14px; }
      .product-information #product .select select::-ms-expand {
        display: none; }
      .product-information #product .select select:hover, .product-information #product .select select:focus {
        color: #333333;
        background: #ffffff; }
      .product-information #product .select select:disabled {
        opacity: 0.5;
        pointer-events: none; }
      .product-information #product .select select:hover ~ .select_arrow, .product-information #product .select select:focus ~ .select_arrow {
        border-top-color: #333333; }
      .product-information #product .select select:disabled ~ .select_arrow {
        border-top-color: #cccccc; }
    .product-information #product .select .select_arrow {
      position: absolute;
      top: 20px;
      right: 15px;
      pointer-events: none;
      border-style: solid;
      border-width: 8px 5px 0px 5px;
      border-color: #333333 transparent transparent transparent;
      right: 30px !important; }
      .product-information #product .select .select_arrow i {
        font-weight: 700;
        font-size: 18px; }
  .product-information #product .qty .input-number {
    height: 45px;
    /*width: 137px;*/ }
  .product-information #product .qty .input-group-btn .btn {
    background: #333 !important;
    border: 1px solid #333;
    box-shadow: none;
    color: #fff !important;
    padding: 1rem 2rem !important; }
    .product-information #product .qty .input-group-btn .btn.btn-minus {
      border-right: 0 !important; }
    .product-information #product .qty .input-group-btn .btn.btn-plus {
      border-left: 0 !important; }
  .product-information #product .btn-actions {
    margin: 1rem 0 0;
    width: 100%;
    float: left; }
    .product-information #product .btn-actions #button-cart, .product-information #product .btn-actions #button-enquiry, .product-information #product .btn-actions .download {
      background: #eb3039;
      border: 1px solid #eb3039;
      padding: 1rem 3rem !important;
      border-radius: 40px;
      color: #fff;
      text-transform: uppercase; }

.product-image-main.slick-slider {
  border: 1px solid #ececec; }
  .product-image-main.slick-slider .fa {
    font-size: 2rem !important; }

.featured .slick-no-slide .product-block .product-image-block .product-button {
  padding: 0 2rem !important; }

.product-product .product-image-additional-container img {
  border: 1px solid #ececec !important; }

body.product-product .row {
  margin: 0 !important; }

#waiting_list {
  width: 100%;
  float: left; }
  #waiting_list .waiting_list_container {
    border: 0; }
    #waiting_list .waiting_list_container .flex-group input {
      margin-right: 0;
      border: 1px solid #dcdcdc;
      padding: 10px; }

#waiting_list_submit {
  background: #eb3039 !important;
  border: 1px solid #eb3039 !important;
  border-radius: 40px;
  margin-top: 1.5rem; }
  #waiting_list_submit:hover {
    background: #333 !important;
    border: 1px solid #333 !important; }

#product-tabs {
  /*border-top: 1px solid $dim_gray;
  border-bottom: 1px solid $dim_gray;*/
  margin-top: 2rem !important;
  border: 0 !important; }
  #product-tabs li a {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    border: 0 !important;
    padding-left: 0 !important;
    	/*margin-right: 30px;
    	border-bottom: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid transparent;
        border-left: 4px solid transparent;*/ }
  #product-tabs li.active a, #product-tabs li:hover a {
    color: #eb3039 !important;
    background: transparent !important; }

.waiting_list_container .waiting_list_description {
  color: #333;
  font-weight: 700; }

.featured-module.featured_related_products_ {
  margin: 3rem 0 0; }
  .featured-module.featured_related_products_ .heading-title {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3rem; }
  .featured-module.featured_related_products_ h2 {
    display: block !important;
    margin-bottom: 1rem !important;
    color: #333; }
    .featured-module.featured_related_products_ h2:after {
      display: none !important; }
  .featured-module.featured_related_products_ .slick-initialized.slick-slider .slick-slide {
    padding: 0 !important; }
  .featured-module.featured_related_products_ .slick-nav .position-center-center {
    top: 30% !important; }
  .featured-module.featured_related_products_ .slick-nav i {
    font-size: 25px !important; }

#products-attributes {
  padding: 2rem 0; }

#side-price .ui-slider-handle {
  background: #eb3039;
  width: 18px;
  height: 18px; }
  #side-price .ui-slider-handle:before {
    color: #eb3039;
    font-family: 'slick';
    content: '•';
    font-size: 50px;
    position: absolute;
    top: -1px;
    left: 0px; }

#side-price #slider-price {
  background: #888888;
  height: 3px !important; }

#side-price {
  padding-right: 1rem; }

#side-price #price_max, #side-price #price_min {
  text-align: left;
  border: 0;
  box-shadow: none;
  font-size: 15px;
  padding-left: 0;
  font-weight: 700;
  background: transparent !important;
  width: 60px; }

#side-manufacturer label {
  font-size: 15px;
  font-weight: 700;
  color: #7a7a7a;
  margin-bottom: 15px; }
#side-manufacturer input[type=checkbox] {
  display: none; }

#side-price .price-container > * .input-group-addon {
  padding-right: 0;
  font-size: 15px;
  font-weight: 700; }

#ToTop, #ToTopHover {
  z-index: 10;
  right: 5px;
  width: 40px;
  height: 40px;
  background-size: cover; }

.product-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.product-block {
  border: 0 !important;
  padding: 5px;
  margin-bottom: 40px;
  background: transparent;
  position: relative; }
  .product-block .product-wrapper {
    background: #fff;
    height: 100%;
    position: relative;
    border: 1px solid #f1ecec; }
    .product-block .product-wrapper:hover {
      -webkit-box-shadow: 2px 3px 14px 5px rgba(0, 0, 0, 0.38);
      -moz-box-shadow: 2px 3px 14px 5px rgba(0, 0, 0, 0.38);
      box-shadow: 2px 3px 14px 5px rgba(0, 0, 0, 0.38); }
  .product-block .btn-cart-actions {
    position: absolute;
    width: 100%;
    bottom: 30px;
    padding: 0 30px; }
    .product-block .btn-cart-actions button {
      width: 100%;
      background: #eb3039;
      border: 1px solid #eb3039;
      color: #fff;
      outline: none;
      font-size: 13px !important;
      border-radius: 40px !important; }
      .product-block .btn-cart-actions button:hover {
        background: #474647 !important;
        color: #fff !important;
        border: 1px solid #474647 !important; }
  .product-block .product-name p {
    margin-bottom: 0; }
    .product-block .product-name p.product-brand {
      font-weight: 700; }
    .product-block .product-name p.product-description {
      font-size: 12px; }
  .product-block .product-name a {
    color: #333;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase; }
    .product-block .product-name a:hover {
      color: #333 !important; }
  .product-block .product-details {
    padding: 0 !important;
    margin-bottom: 95px;
    position: relative;
    margin-top: 10px; }
    .product-block .product-details .price-new {
      color: #333 !important;
      font-weight: 700; }
    .product-block .product-details .price-old.sale {
      text-decoration: line-through;
      color: #a50e11 !important;
      font-size: 19px !important; }
  .product-block .price {
    font-size: 22px !important;
    color: #333;
    font-weight: 700; }
  .product-block .product-image-block {
    position: relative;
    padding: 0 2rem; }
    .product-block .product-image-block .is_special {
      position: absolute;
      top: 0;
      left: 0; }
      .product-block .product-image-block .is_special:before {
        content: "";
        background: url(../../image/icon_promotion.png) no-repeat;
        width: 35px;
        height: 35px;
        position: absolute; }
    .product-block .product-image-block .product-button .btn-compare, .product-block .product-image-block .product-button .btn-wishlist {
      display: none; }
    .product-block .product-image-block .product-button .btn-add-cart, .product-block .product-image-block .product-button .btn-add-enquiry, .product-block .product-image-block .product-button .btn-viewmore {
      background: transparent !important;
      border: 0 !important;
      border-radius: 0 !important;
      box-shadow: none !important;
      outline: none; }
      .product-block .product-image-block .product-button .btn-add-cart:hover, .product-block .product-image-block .product-button .btn-add-enquiry:hover, .product-block .product-image-block .product-button .btn-viewmore:hover {
        opacity: 0.8; }
      .product-block .product-image-block .product-button .btn-add-cart:after, .product-block .product-image-block .product-button .btn-add-enquiry:after, .product-block .product-image-block .product-button .btn-viewmore:after {
        width: 25px;
        height: 25px; }
    .product-block .product-image-block .product-button .btn-add-cart:after {
      content: "";
      background: url(../../image/icon_product-cart.png) no-repeat; }
    .product-block .product-image-block .product-button .btn-add-enquiry:after {
      content: "";
      background: url(../../image/icon_product-mail.png) no-repeat; }
    .product-block .product-image-block .product-button .btn-viewmore:after {
      content: "";
      background: url(../../image/icon-search.png) no-repeat;
      background-size: cover; }

body.product-product .product-status {
  font-size: 16px !important;
  margin-bottom: 15px; }

body.product-product .product-status .special {
  color: #ae1917 !important; }

.product-status {
  font-weight: 700;
  text-transform: uppercase; }
  .product-status p {
    margin-bottom: 0; }
  .product-status .out-of-stock {
    color: #3817ec !important; }
  .product-status .special {
    color: #a50e11 !important; }
  .product-status .available {
    color: #0b8927 !important; }
  .product-status .enquire {
    color: #e3a537 !important; }

#filter-groups {
  color: #373737;
  padding-left: 15px;
  z-index: 9999 !important;
  /* Base for label styling */
  /*[type="checkbox"]:last-of-type:checked + label{
  	margin-bottom: 0!important;
  }*/
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */ }
  #filter-groups .item-header {
    font-size: 20px;
    padding: .5rem 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: "LatoBold" !important; }
  #filter-groups #side-manufacturer {
    margin-bottom: 3rem; }
    #filter-groups #side-manufacturer .list-group-item {
      padding: 7px 0; }
  #filter-groups #side-categories {
    margin-bottom: 3rem; }
    #filter-groups #side-categories .item.level-1 {
      margin: 1rem 0; }
      #filter-groups #side-categories .item.level-1 a {
        color: #fff;
        text-decoration: none;
        background: #eb3039;
        padding: .5rem 1rem;
        text-transform: uppercase; }
      #filter-groups #side-categories .item.level-1:hover a, #filter-groups #side-categories .item.level-1:hover .toggle.level-1, #filter-groups #side-categories .item.level-1.active a, #filter-groups #side-categories .item.level-1.active .toggle.level-1 {
        background: #474647 !important; }
  #filter-groups .list-group-item {
    border: 0 !important; }
    #filter-groups .list-group-item div.side-categories-level-1 {
      border: 0 !important;
      padding-right: 20px; }
      #filter-groups .list-group-item div.side-categories-level-1:last-of-type {
        margin-bottom: 1.5rem; }
    #filter-groups .list-group-item .level-2 {
      border: 0 !important; }
      #filter-groups .list-group-item .level-2 .group {
        padding-left: 10px; }
        #filter-groups .list-group-item .level-2 .group .item a {
          background: transparent !important;
          color: #696867 !important;
          padding: .5rem 1rem; }
        #filter-groups .list-group-item .level-2 .group .item:hover a, #filter-groups .list-group-item .level-2 .group .item.active a {
          color: #eb3039 !important;
          background: transparent !important; }
  #filter-groups [type="checkbox"]:not(:checked),
  #filter-groups [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  #filter-groups [type="checkbox"]:not(:checked) + label,
  #filter-groups [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%; }
  #filter-groups [type="checkbox"]:not(:checked) + label:before,
  #filter-groups [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #cccccc;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
  #filter-groups [type="checkbox"]:not(:checked) + label:after,
  #filter-groups [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 3px;
    left: 5px;
    line-height: 1.2;
    color: #696867;
    transition: all .2s; }
  #filter-groups [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  #filter-groups [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  #filter-groups [type="checkbox"]:disabled:not(:checked) + label:before,
  #filter-groups [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #999999;
    background-color: #dddddd; }
  #filter-groups [type="checkbox"]:disabled:checked + label:after {
    color: #999999; }
  #filter-groups [type="checkbox"]:disabled + label {
    color: #aaaaaa; }
  #filter-groups [type="checkbox"]:checked:focus + label:before,
  #filter-groups [type="checkbox"]:not(:checked):focus + label:before {
    border: 2px dotted #0000ff; }
  #filter-groups label:hover:before {
    border: 2px solid #4778d9 !important;
    background: #ffffff; }

#side-categories .group:not(:last-child) {
  border-bottom: 0 !important; }

#side-price .list-group-item.item-header {
  margin-bottom: 10px !important; }

#side-price .list-group-item:not(.item-header) {
  padding: 0 !important; }

.no-products {
  text-align: center;
  padding-top: 9rem; }

.pagination li {
  background: transparent !important; }
  .pagination li a {
    color: #333 !important;
    background: transparent !important;
    border: 0 !important;
    font-weight: 700;
    margin: 0 6px; }
  .pagination li a, .pagination li span {
    padding: 6px !important;
    border: 1px solid transparent !important; }
  .pagination li.active span, .pagination li.active a, .pagination li:hover span, .pagination li:hover a, .pagination li:focus span, .pagination li:focus a, .pagination li:active span, .pagination li:active a {
    color: #eb3039 !important;
    background: transparent !important;
    border: 1px solid #eb3039;
    border-radius: 30px;
    padding: 4px 11px;
    font-weight: 700; }

body.account-forgotten #content p {
  text-align: center; }

.account-account .account-container a:hover, .account-account .account-container a:focus {
  border: 1px solid #eb3039; }

.account-account .account-container a:hover .icon-font:before, .account-account .account-container a:focus .icon-font:before {
  color: #eb3039; }

form fieldset legend {
  padding-bottom: 20px; }

.btn-primary {
  background: #eb3039;
  border: 1px solid #eb3039; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #474647 !important;
    border: 1px solid #474647 !important;
    color: #fff !important; }
  .btn-primary.disabled {
    background: #ececec !important;
    color: #ccc !important;
    border: 1px solid #ececec !important; }

button[disabled=disabled], a[disabled=disabled] {
  background: #ececec !important;
  color: #ccc !important;
  border: 1px solid #ececec !important; }

.btn-default {
  background: #e8e8e8;
  border: 1px solid #c5c5c5;
  text-shadow: none !important; }
  .btn-default:hover {
    background: #dedada !important; }

#enquiry.slide-out-cart.open-custom .dropdown-menu, #cart.slide-out-cart.open-custom .dropdown-menu {
  color: #333; }

.search_container, #menu-container {
  animation: fadeIn .5s ease-in both; }

.search_container .search-custom .search-box {
  width: 300px; }
.search_container input[type="text"].form-control {
  height: 34px !important; }

#header-sticky-wrapper {
  z-index: 9999 !important;
  width: 100%;
  position: absolute;
  top: 0; }
  #header-sticky-wrapper.sticky-wrapper.is-sticky #header {
    background-color: #fff !important;
    background: #fff !important;
    position: relative !important; }
    #header-sticky-wrapper.sticky-wrapper.is-sticky #header #main-menu li a {
      color: #353535 !important;
      border-radius: 0 !important; }
    #header-sticky-wrapper.sticky-wrapper.is-sticky #header #main-menu li.active a, #header-sticky-wrapper.sticky-wrapper.is-sticky #header #main-menu li:hover a, #header-sticky-wrapper.sticky-wrapper.is-sticky #header #main-menu li:focus a {
      color: #eb3039 !important; }
    #header-sticky-wrapper.sticky-wrapper.is-sticky #header .header-top a i {
      color: #353535 !important; }
    #header-sticky-wrapper.sticky-wrapper.is-sticky #header .header-top a.estore {
      padding: 10px 35px;
      background: #eb3039 !important;
      text-transform: uppercase;
      color: #fff !important; }
    #header-sticky-wrapper.sticky-wrapper.is-sticky #header .search a {
      color: #353535 !important;
      background: transparent !important; }
  #header-sticky-wrapper #header {
    z-index: 99 !important;
    position: absolute;
    width: 100%;
    box-shadow: 0px 0px 3px #f1ecec; }
    #header-sticky-wrapper #header #main-menu li {
      text-align: center; }
      #header-sticky-wrapper #header #main-menu li.active a, #header-sticky-wrapper #header #main-menu li:hover a, #header-sticky-wrapper #header #main-menu li:focus a {
        color: #eb3039 !important; }
      #header-sticky-wrapper #header #main-menu li a {
        text-decoration: none;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        color: #333;
        letter-spacing: 3px; }
    #header-sticky-wrapper #header .header-top {
      color: #fff; }
    #header-sticky-wrapper #header .search-custom button {
      color: #333; }
    #header-sticky-wrapper #header .search .dropdown-menu {
      left: -170px;
      background: transparent;
      top: 85%;
      box-shadow: none;
      border: 0; }
    #header-sticky-wrapper #header .search a {
      color: #fff;
      background: transparent !important; }
    #header-sticky-wrapper #header #custom-search-btn {
      color: #fff !important;
      padding: 0 10px; }

#voucher input {
  border-radius: 0; }

body #footer-area {
  position: relative !important; }
  body #footer-area footer {
    background: #fff !important; }
    body #footer-area footer .footer-links {
      padding-left: 0 !important;
      text-align: center;
      list-style: none; }
      body #footer-area footer .footer-links li {
        list-style: none;
        list-style-type: none;
        display: inline-block;
        margin: 0 3rem; }
    body #footer-area footer .container {
      margin-top: 1rem; }
    body #footer-area footer h3 {
      color: #eb3039;
      letter-spacing: 5px;
      margin-bottom: 2rem; }
    body #footer-area footer .footer-upper-contet {
      text-transform: uppercase; }
    body #footer-area footer a {
      color: #696867; }
      body #footer-area footer a:hover {
        color: #eb3039 !important; }
    body #footer-area footer .credits {
      color: #696867;
      border-top: 1px solid #ccc;
      padding: 2rem 2rem 0;
      margin-top: 1rem; }
      body #footer-area footer .credits a {
        color: #696867;
        text-decoration: none; }

#account li a {
  font-weight: 700;
  font-size: 15px;
  padding: 5px 20px; }
#account li:hover a {
  background: transparent;
  color: #eb3039; }

.btn:not(.btn-number):not(.btn-mi):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove) {
  /*min-width: auto;*/
  cursor: pointer;
  border-radius: 40px;
  text-shadow: none !important; }

#button-login {
  min-width: 130px !important; }

div.required .control-label:hover:before {
  border: 0 !important; }

.featured .slick-no-slide {
  margin: 0 !important; }

.footer-upper-contet > *:last-child {
  flex: 1 !important; }

#mobileNav::before {
  z-index: 9999 !important; }

#mobileNav i {
  color: #fff !important; }

.desktop .max-offset {
  width: calc(100vw - 16px) !important; }

.dropdown-style {
  position: relative; }
  .dropdown-style select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 0px;
    background: #ffffff;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 45px;
    font-size: 14px; }
    .dropdown-style select::-ms-expand {
      display: none; }
    .dropdown-style select:hover, .dropdown-style select:focus {
      color: #333333;
      background: #ffffff; }
    .dropdown-style select:disabled {
      opacity: 0.5;
      pointer-events: none; }
    .dropdown-style select:hover ~ .select_arrow, .dropdown-style select:focus ~ .select_arrow {
      border-top-color: #333333; }
    .dropdown-style select:disabled ~ .select_arrow {
      border-top-color: #cccccc; }
  .dropdown-style .select_arrow {
    position: absolute;
    top: 20px;
    right: 15px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #333333 transparent transparent transparent;
    border-style: solid;
    border-width: 10px 5px 0px 5px;
    top: 20px !important;
    right: 20px !important;
    border-color: #333333 transparent transparent transparent; }
    .dropdown-style .select_arrow i {
      font-weight: 700;
      font-size: 18px; }

.radio-style {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  /*.control:hover input:not([disabled]):checked ~ .control_indicator,
  .control input:checked:focus ~ .control_indicator {
      background: #ffffff;
  }*/ }
  .radio-style .control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    cursor: pointer;
    margin-left: 5px; }
  .radio-style .control input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .radio-style .control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 1px solid #cecece; }
  .radio-style .control-radio .control_indicator {
    border-radius: 50%; }
  .radio-style .control:hover input ~ .control_indicator,
  .radio-style .control input:focus ~ .control_indicator {
    background: #cccccc; }
  .radio-style .control input:checked ~ .control_indicator {
    background: #879090; }
  .radio-style .control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none; }
  .radio-style .control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none; }
  .radio-style .control input:checked ~ .control_indicator:after {
    display: block; }
  .radio-style .control-radio .control_indicator:after {
    left: 5px;
    top: 5px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #ffffff; }
  .radio-style .control-radio input:disabled ~ .control_indicator:after {
    background: #7b7b7b; }
  .radio-style.top {
    margin-top: 0 !important; }

.terms {
  float: right; }
  .terms .checkbox-style {
    float: left;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center; }

.checkbox-style {
  /* Base for label styling */
  /*[type="checkbox"]:last-of-type:checked + label{
  	margin-bottom: 0!important;
  }*/
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */ }
  .checkbox-style [type="checkbox"]:not(:checked),
  .checkbox-style [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .checkbox-style [type="checkbox"]:not(:checked) + label,
  .checkbox-style [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%; }
  .checkbox-style [type="checkbox"]:not(:checked) + label:before,
  .checkbox-style [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #cccccc;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
  .checkbox-style [type="checkbox"]:not(:checked) + label:after,
  .checkbox-style [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 3px;
    left: 5px;
    line-height: 1.2;
    color: #696867;
    transition: all .2s; }
  .checkbox-style [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .checkbox-style [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .checkbox-style [type="checkbox"]:disabled:not(:checked) + label:before,
  .checkbox-style [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #999999;
    background-color: #dddddd; }
  .checkbox-style [type="checkbox"]:disabled:checked + label:after {
    color: #999999; }
  .checkbox-style [type="checkbox"]:disabled + label {
    color: #aaaaaa; }
  .checkbox-style [type="checkbox"]:checked:focus + label:before,
  .checkbox-style [type="checkbox"]:not(:checked):focus + label:before {
    border: 2px dotted #0000ff; }
  .checkbox-style label:hover:before {
    border: 2px solid #4778d9 !important;
    background: #ffffff; }

.radio-style2 {
  width: 100%;
  float: left;
  /*.control:hover input:not([disabled]):checked ~ .control_indicator,
  .control input:checked:focus ~ .control_indicator {
      background: #ffffff;
  }*/ }
  .radio-style2 .control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    cursor: pointer;
    margin-left: 5px; }
  .radio-style2 .control input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .radio-style2 .control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 1px solid #cecece; }
  .radio-style2 .control-radio .control_indicator {
    border-radius: 50%; }
  .radio-style2 .control:hover input ~ .control_indicator,
  .radio-style2 .control input:focus ~ .control_indicator {
    background: #cccccc; }
  .radio-style2 .control input:checked ~ .control_indicator {
    background: #879090; }
  .radio-style2 .control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none; }
  .radio-style2 .control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none; }
  .radio-style2 .control input:checked ~ .control_indicator:after {
    display: block; }
  .radio-style2 .control-radio .control_indicator:after {
    left: 5px;
    top: 5px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #ffffff; }
  .radio-style2 .control-radio input:disabled ~ .control_indicator:after {
    background: #7b7b7b; }
  .radio-style2 .control {
    margin-bottom: 0 !important; }

.page-banner {
  text-align: center;
  color: #fff;
  text-transform: uppercase; }
  .page-banner .page-banner-title {
    letter-spacing: 2px; }
    .page-banner .page-banner-title h3 {
      color: #333;
      font-weight: 700;
      margin-bottom: 0; }

.breadcrumb li::after {
  content: "/" !important;
  font-weight: 700; }

.no-background {
  background: none !important; }

.bnews-list {
  overflow: inherit; }

.product-special .product-view, .product-category .product-view {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.section-space.html-32 {
  padding: 0 0 100px !important;
  text-align: center; }
  .section-space.html-32 img {
    display: block;
    margin: 0 auto; }

.slick-initialized.slick-slider .slick-slide {
  padding: 0 2rem; }
.slick-initialized.slick-slider .slick-prev, .slick-initialized.slick-slider .slick-next {
  position: absolute;
  top: 50%;
  font-size: 25px;
  cursor: pointer; }
.slick-initialized.slick-slider .slick-next {
  right: -25px; }
.slick-initialized.slick-slider .slick-prev {
  left: -25px; }
.slick-initialized.slick-slider .slick-prev i, .slick-initialized.slick-slider .slick-next i {
  font-weight: 700; }

body.product-product .btn:not(#waiting_list_submit):not(#button-cart):not(#button-enquiry):not(.btn-number):not(.btn-mi):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove) {
  min-width: auto !important;
  padding: 13px 7px !important; }

body.product-category .main-wrapper .products-container, body.product-enquiry .main-wrapper .products-container {
  margin-bottom: 4rem; }

#filter_group_tigger_open {
  z-index: 999 !important;
  left: -58px !important;
  top: 72vh !important;
  min-width: 145px !important;
  min-height: 34px !important;
  height: 34px !important;
  padding: 8px 14px !important; }

.sidr {
  z-index: 9999 !important; }

.product-enquiry .product-view {
  padding-left: 15px;
  padding-right: 15px; }

.product-enquiry .product-view > * {
  margin-bottom: 15px;
  width: calc(33.3333% - 10px); }

.product-enquiry .product-block .product-details {
  margin-bottom: 80px !important; }

/*
.featured-module .slick-slide .product-block, .related-products .slick-slide .product-block{
	height: auto!important;
}
*/
body.product-search .main-wrapper {
  margin-bottom: 4rem; }
body.product-search p {
  text-align: center; }

.input-number::-ms-clear {
  display: none; }

#content #payment-address .quickcheckout-content > #payment-existing,
.quickcheckout-checkout #content #shipping-address .quickcheckout-content > #shipping-existing {
  width: auto !important;
  overflow-x: hidden !important; }

body.account-forgotten .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  body.account-forgotten .form-group label span {
    color: #eb3039; }

.account-password .form-horizontal .control-label {
  text-align: left !important; }

body.compensate-for-scrollbar {
  overflow: inherit !important; }

.section-space.html-30 {
  text-align: center; }
  .section-space.html-30 h2 {
    letter-spacing: 3px;
    margin-bottom: 25px !important;
    text-transform: uppercase !important; }
    .section-space.html-30 h2:after {
      display: none !important; }

.section-space.html-31 {
  text-align: center; }
  .section-space.html-31 h2 {
    letter-spacing: 3px;
    margin-bottom: 25px !important;
    text-transform: uppercase !important;
    color: #fff !important; }
    .section-space.html-31 h2:after {
      display: none !important; }
  .section-space.html-31 p {
    color: #e8e8e8 !important; }
  .section-space.html-31 a {
    color: #fff !important;
    background: #eb3039 !important;
    border: 1px solid #eb3039 !important;
    padding: 1rem 5rem;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 2rem; }
    .section-space.html-31 a:hover {
      background: #98252f !important;
      border: 1px solid #98252f !important; }

.main-wrapper {
  background: url(../../image/main-bg.png);
  background-position: top center;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative; }

.breadcrumb {
  display: none !important; }

body:not(.cke_editable) h2:not(.swal2-title):not([style]):after {
  display: none !important; }

#side-categories .group .item .toggle {
  border-left: 0 !important;
  background: #eb3039 !important; }
  #side-categories .group .item .toggle i {
    color: #fff; }

.swal2-container {
  z-index: 9999 !important; }

.news_latest .box {
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  cursor: pointer; }
.news_latest h4 {
  text-transform: uppercase;
  font-family: "LatoBlack" !important;
  margin-bottom: 25px; }
.news_latest h5 {
  font-size: 14px;
  line-height: 20px; }
  .news_latest h5:hover {
    color: #eb3039 !important; }
.news_latest .meta .date {
  color: #989898;
  font-variant-position: 13px;
  font-weight: 700;
  margin-left: 5px; }

.news_archive {
  margin-top: 1.5rem; }
  .news_archive h4 {
    text-transform: uppercase;
    font-family: "LatoBlack" !important;
    margin-bottom: 25px; }
  .news_archive .archive_contents ul {
    padding-left: 0; }
    .news_archive .archive_contents ul li {
      list-style: none;
      list-style-type: none;
      float: left;
      width: 100%;
      cursor: pointer;
      font-weight: 700; }
      .news_archive .archive_contents ul li.year {
        background: #eb3039;
        color: #fff;
        margin-bottom: 10px; }
        .news_archive .archive_contents ul li.year a {
          padding: 0.5rem 1rem !important;
          color: #fff; }
        .news_archive .archive_contents ul li.year:hover, .news_archive .archive_contents ul li.year.active {
          background: #474647 !important; }
        .news_archive .archive_contents ul li.year .child-items {
          display: none; }
        .news_archive .archive_contents ul li.year:nth-child(1) .child-items {
          display: block; }
      .news_archive .archive_contents ul li.child {
        background: #fff;
        padding: 0.5rem 1.5rem !important; }
        .news_archive .archive_contents ul li.child:hover a, .news_archive .archive_contents ul li.child.active a {
          color: #eb3039 !important; }
        .news_archive .archive_contents ul li.child a {
          color: #333 !important;
          padding: 0.5rem 0 0 !important; }
      .news_archive .archive_contents ul li i {
        float: right;
        margin-top: 3px; }
      .news_archive .archive_contents ul li a {
        width: 100%;
        float: left; }

.news_categories {
  margin-top: 2.5rem; }
  .news_categories h4 {
    text-transform: uppercase;
    font-family: "LatoBlack" !important;
    margin-bottom: 25px; }
  .news_categories .list-group {
    box-shadow: none !important; }
    .news_categories .list-group .list-group-item {
      border: 0 !important;
      background: none !important;
      color: #333;
      font-weight: 700; }
      .news_categories .list-group .list-group-item:hover, .news_categories .list-group .list-group-item.active {
        color: #eb3039 !important; }

#artsearch {
  display: none !important; }

.remove-border-bottom {
  border-bottom: 0 !important; }

.news-container {
  margin-bottom: 5rem; }

.bnews-list .pagination {
  padding-top: 0 !important;
  display: flex;
  justify-content: center; }
.bnews-list .artblock {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
  padding: 2rem 0 !important; }
  .bnews-list .artblock:nth-child(3) {
    border-bottom: 0 !important; }
  .bnews-list .artblock .meta-date {
    color: #696867;
    font-weight: 700; }
    .bnews-list .artblock .meta-date img {
      margin-right: 5px; }
  .bnews-list .artblock .article-image {
    margin: 2rem 0 2.5rem !important; }
  .bnews-list .artblock .blog-button {
    text-align: left !important;
    padding: 2rem 0 !important; }
    .bnews-list .artblock .blog-button a {
      border-radius: 40px; }
      .bnews-list .artblock .blog-button a:hover {
        background: #474647 !important;
        border: 1px solid #eb3039 !important; }

.news-wrapper {
  margin-bottom: 4rem; }
  .news-wrapper h3.title {
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px; }
    .news-wrapper h3.title a {
      color: #333;
      line-height: 25px; }
      .news-wrapper h3.title a:hover {
        color: #eb3039 !important; }
  .news-wrapper .media-detail__btn-group {
    width: 100%;
    float: left;
    margin: 3rem 0;
    text-align: center; }
    .news-wrapper .media-detail__btn-group .btn-back {
      float: none !important;
      border-radius: 40px; }
  .news-wrapper .article-content .meta-date {
    margin: 1.5rem 0 -2rem;
    color: #696867;
    font-weight: 700; }
    .news-wrapper .article-content .meta-date img {
      margin-right: 5px; }

body.information-contact h4 {
  text-transform: uppercase;
  font-family: "LatoBlack" !important;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 25px; }
body.information-contact .contact-details {
  margin-top: 4rem; }
  body.information-contact .contact-details p {
    margin-bottom: 25px; }
  body.information-contact .contact-details a:hover {
    color: #eb3039 !important; }
  body.information-contact .contact-details p, body.information-contact .contact-details a {
    color: #333;
    font-weight: 700; }
  body.information-contact .contact-details .contact-form input[type=submit] {
    border-radius: 40px;
    outline: none; }
  body.information-contact .contact-details .contact-form .form-group {
    margin-bottom: 15px !important; }
  body.information-contact .contact-details .details, body.information-contact .contact-details .contact-form {
    margin-bottom: 2rem; }

.success-message {
  text-align: center;
  margin-top: 10rem;
  margin-bottom: 7rem; }

.btn-success-message {
  float: none !important;
  text-align: center !important; }
  .btn-success-message .btn-primary {
    border-radius: 40px; }

body:not(.no-background) #header {
  background: none !important; }

body.no-background {
  /*.breadcrumb{
  	display: block!important;
  }*/ }
  body.no-background .main-wrapper {
    background: none !important; }
  body.no-background .page-banner {
    display: none !important; }
  body.no-background h3 {
    font-size: 21px !important; }

#mobileNav i, .header-top i {
  color: #333 !important; }

fieldset {
  padding: 1rem !important; }

body.information-information.iid-4 .main-wrapper, body.product-category .main-wrapper, body.product-product .main-wrapper, body.news-ncategory .main-wrapper,
body.news-article .main-wrapper, body.information-contact .main-wrapper, body.common-home .main-wrapper {
  padding-bottom: 0 !important; }

.modal {
  z-index: 100000; }

.modal-backdrop {
  z-index: 10000; }

@media only screen and (min-width: 320px) {
  .bnews-list .artblock .description, .article-content p, .product-description, #product-tabs {
    text-align: justify; }

  body.product-product #content .col-sm-6 {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  body.no-background.error-not_found .main-wrapper {
    padding-bottom: 0 !important;
    margin-top: 0 !important; }

  body:not(.common-home) #mobileNav i, body:not(.common-home) .header-top i {
    color: #333 !important; }

  body.account-forgotten .main-wrapper {
    padding-bottom: 0 !important; }

  body.no-background .breadcrumb {
    margin: 2rem 0rem 2rem !important; }

  body.no-background .main-wrapper {
    margin-top: -8rem !important; }

  body.information-contact .gmap {
    height: 300px !important;
    border: 1px solid #ccc; }

  .news-wrapper h3.title {
    font-size: 18px !important;
    margin-bottom: 15px !important; }

  .news-wrapper .article-content h3.title {
    margin-bottom: 0 !important; }

  .news-wrapper .article-content #image-article {
    height: 17rem !important; }

  .featured-module .slick-slide .product-block, .related-products .slick-slide .product-block {
    padding: 1rem !important; }

  h3 {
    font-size: 20px !important; }

  body.product-category .row-container {
    margin-bottom: 3rem !important; }

  body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
    margin-bottom: 30px !important; }

  .page-banner.mobile-banner {
    padding: 13rem 1rem 13rem !important;
    background-position: bottom center !important; }

  .main-wrapper {
    margin-top: -16rem !important;
    padding-top: 16rem !important; }

  .section-space.html-31 {
    padding: 2rem 2rem 3rem !important; }

  h2 {
    font-size: 26px !important;
    line-height: 30px !important;
    letter-spacing: 3px; }

  .section-space.fcategory-29 {
    padding: 0 2rem 5rem !important; }

  .section-space.fcategory-29 .col-lg-2.col-md-4.col-sm-6.col-xs-12.boxes {
    margin-bottom: 2rem !important; }

  .section-space.fcategory-29 .boxes .thumbnail {
    position: relative;
    cursor: pointer;
    height: 35rem !important;
    background-position: center !important;
    background-size: 100% 100% !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important; }
    .section-space.fcategory-29 .boxes .thumbnail .overlay {
      height: 100%;
      width: 100%;
      background: rgba(216, 9, 26, 0.5215686275) !important;
      opacity: 0 !important;
      position: absolute;
      left: 0;
      top: 0; }
    .section-space.fcategory-29 .boxes .thumbnail:hover .overlay {
      opacity: 1 !important; }

  .section-space.fcategory-29 .boxes .thumbnail img {
    display: block;
    margin: 0 auto; }

  .section-space.fcategory-29 .boxes .thumbnail h4 {
    margin-bottom: 0 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    top: 0;
    padding: 3rem;
    line-height: 20px;
    z-index: 9;
    left: 0; }

  .float-contact {
    cursor: pointer;
    position: fixed;
    right: 0 !important;
    top: 22rem !important;
    z-index: 999; }

  .float-contact img {
    width: 75% !important; }
    .float-contact img:hover {
      opacity: 0.9; }

  body.common-home .main-wrapper .slideshow h3 {
    text-align: center !important;
    font-size: 1.2rem !important;
    color: #333 !important;
    text-transform: uppercase;
    line-height: 15px !important;
    letter-spacing: 2px; }

  .scroll_down {
    position: absolute;
    left: 45% !important;
    top: 7% !important;
    z-index: 999;
    color: #333;
    font-size: 11px !important;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 1rem !important; }

  .scroll_down .scroll_text {
    line-height: 15px !important; }

  .scroll_down .scroll_arrow {
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #eb3039 transparent transparent transparent;
    width: 10px !important;
    margin: 0 auto;
    margin-top: 5px; }

  body.common-home .main-wrapper .slideshow .img-responsive.visible-xs {
    height: 40rem !important; }

  .section-space.html-28 {
    margin-top: -12rem !important;
    z-index: 9 !important;
    position: relative !important;
    padding: 17rem 2rem 8rem !important; }

  .section-space.html-28 h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700; }

  .section-space.html-28 a {
    background: #eb3039;
    color: #fff;
    text-transform: uppercase;
    padding: 1rem 3rem;
    border-radius: 30px;
    border: 1px solid #eb3039; }
    .section-space.html-28 a:hover {
      background: #98252f !important;
      border: 1px solid #98252f !important; }

  .header-container .header-mobile-links {
    width: 65px !important; }

  .header-container .header-logo {
    margin-right: 2rem !important; }

  #footer-area footer .footer-links {
    display: none !important; }

  body #footer-area footer, body #footer-area footer .credits {
    border-top: 0 !important; }

  body #footer-area footer {
    padding-bottom: 0.5rem !important; }

  .header-container #cart > a i, .header-container #enquiry > a i, #mobileNav i {
    font-size: 17px !important; }

  .header-container #enquiry > a .badge, .header-container #cart > a .badge {
    height: 23px !important;
    width: 23px !important;
    top: 48px !important;
    left: 43px !important; }

  body #footer-area footer .credits {
    text-align: center !important; }

  #filter-groups .list-group-item div.side-categories-level-1 {
    padding-right: 0 !important; }

  .product-image-column .magnify img {
    width: 100% !important; }

  .product-information #product .btn-actions #button-cart, .product-information #product .btn-actions #button-enquiry,
  .product-information #product .btn-actions .download {
    width: 100% !important;
    margin-bottom: 1.5rem;
    display: block !important;
    text-align: center !important; }

  .featured-module .product-block .product-image-block .product-button button {
    padding: 0 !important; }

  .featured-module .product-block .product-image-block .product-button .btn-viewmore:after {
    background-size: inherit !important; }

  body.product-search .product-block .product-button {
    top: -8% !important; }

  .product-block .product-button {
    top: -8% !important; }

  .product-information #product {
    max-width: 100% !important;
    float: left;
    position: relative; }

  .featured-module .featured {
    padding: 0 15px !important; }

  #google_recaptcha, .g-recaptcha {
    transform: scale(0.9) !important; }

  .product-block .product-button {
    position: absolute;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    display: flex;
    flex-wrap: nowrap;
    transition: opacity 0.3s; }

  .product-block .product-image-block .product-button {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.768627451);
    padding: 0 4rem; }

  .product-block .product-image-block .product-button .btn-add-cart,
  .product-block .product-image-block .product-button .btn-add-enquiry,
  .product-block .product-image-block .product-button .btn-viewmore {
    top: 42% !important; } }
@media only screen and (min-width: 360px) {
  #google_recaptcha, .g-recaptcha {
    transform: scale(1) !important; }

  .section-space.html-28 {
    padding: 17rem 2rem 8rem !important; }

  .section-space.fcategory-29 .boxes .thumbnail {
    height: 45rem !important; } }
@media only screen and (min-width: 375px) {
  .news-wrapper .article-content #image-article {
    height: 20rem !important; }

  .section-space.fcategory-29 {
    padding: 0 4rem 5rem !important; }

  body.common-home .main-wrapper .slideshow h3 {
    font-size: 1.4rem !important;
    line-height: 20px !important; }

  .scroll_down {
    font-size: 13px !important; }

  body.common-home .main-wrapper .slideshow .img-responsive.visible-xs {
    height: 45rem !important; }

  .product-image-column .magnify img {
    width: auto !important; } }
@media only screen and (min-width: 414px) {
  .product-information #product .qty .col-md-9.col-sm-12.col-xs-8 {
    width: 50% !important; }

  .product-information #product .select {
    width: 80% !important; }

  .page-banner.mobile-banner {
    padding: 13rem 2rem 13rem !important; }

  .featured-module .featured {
    padding: 0px 32px !important; }

  .header-container .header-logo img {
    width: 80% !important; }

  .section-space.html-28 {
    padding: 17rem 4rem 8rem !important; } }
@media only screen and (min-width: 480px) {
  body.no-background .main-wrapper {
    margin-top: -6rem !important; }

  .news-wrapper .article-content #image-article {
    height: 24rem !important; }

  .float-contact img {
    width: 80% !important; }

  .news-wrapper h3.title {
    font-size: 20px !important; }

  .product-information #product .btn-actions #button-cart,
  .product-information #product .btn-actions #button-enquiry,
  .product-information #product .btn-actions .download {
    width: 45% !important; }

  .product-information #product .btn-actions #button-cart, .product-information #product .btn-actions #button-enquiry {
    float: left !important; }

  .product-information #product .btn-actions .download {
    float: right !important;
    padding: 1.2rem 3rem !important; }

  #content #product-filter-replace .filters.col-xs-12 {
    width: 50% !important; }

  .page-banner.mobile-banner {
    padding: 15rem 4rem 14rem !important; }

  .section-space.fcategory-29 {
    padding: 0 7rem 5rem !important; }

  .float-contact {
    top: 13rem !important; }

  .scroll_down {
    left: 47% !important; } }
@media (max-width: 1199px) and (min-width: 541px) {
  .product-enquiry .product-view > * {
    width: calc(50% - 8px); }

  .product-enquiry .product-view > *:nth-child(even) {
    margin-left: 15px; } }
@media (max-width: 540px) {
  .product-enquiry .product-view > * {
    width: 100%; } }
@media only screen and (min-width: 568px) {
  .news-wrapper .article-content #image-article {
    height: 25rem !important; }

  .news-wrapper h3.title {
    font-size: 22px !important; }

  .product-information #product .btn-actions #button-cart, .product-information #product .btn-actions #button-enquiry, .product-information #product .btn-actions .download {
    width: auto !important; }

  .featured-module .featured {
    padding: 0px 6rem !important; }

  .product-information #product .qty .col-md-9.col-sm-12.col-xs-8 {
    width: 40% !important; }

  .product-information #product .select {
    width: 70% !important; }

  .page-banner.mobile-banner {
    padding: 16rem 6rem 15rem !important; }

  .section-space.fcategory-29 {
    padding: 0 11rem 5rem !important; }

  .header-container .header-logo img {
    width: 65% !important; }

  .section-space.html-28 {
    padding: 17rem 6rem 8rem !important; } }
@media only screen and (min-width: 640px) {
  .news-wrapper .article-content #image-article {
    height: 30rem !important; }

  .section-space.fcategory-29 .col-lg-2.col-md-4.col-sm-6.col-xs-12.boxes {
    width: 50% !important; }

  .featured-module .featured {
    padding: 0px 3rem !important; }

  .featured-module .slick-slide .product-block, .related-products .slick-slide .product-block {
    padding: 1rem 0rem !important; }

  .product-information #product .select {
    width: 60% !important; }

  .product-information #product .qty .col-md-9.col-sm-12.col-xs-8 {
    width: 35% !important; }

  .page-banner.mobile-banner {
    padding: 17rem 9rem 15rem !important; }

  .section-space.fcategory-29 {
    padding: 0 2rem 5rem !important; }

  body.common-home .main-wrapper .slideshow .img-responsive.visible-xs {
    height: 50rem !important; }

  .scroll_down {
    top: 8% !important; }

  .header-container #cart > a i, .header-container #enquiry > a i, #mobileNav i {
    font-size: 22px !important; }

  .header-container .header-logo img {
    width: 55% !important; } }
@media only screen and (min-width: 667px) {
  .section-space.html-28 {
    padding: 17rem 8rem 8rem !important; } }
@media only screen and (min-width: 736px) {
  body.no-background .main-wrapper {
    margin-top: -4rem !important; }

  .float-contact {
    top: 20rem !important; }

  body.common-home .main-wrapper .slideshow h3 {
    font-size: 1.5rem !important; }

  .news-wrapper .article-content #image-article {
    height: 35rem !important; }

  .section-space.html-28 {
    padding: 17rem 10rem 8rem !important; }

  .section-space.fcategory-29 {
    padding: 0 19rem 5rem !important; } }
@media only screen and (max-width: 767px) {
  body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
    margin-bottom: 30px;
    margin-top: 20px; } }
@media only screen and (min-width: 768px) {
  body.product-product #content .col-sm-6:first-child {
    padding-right: 15px !important; }

  body.product-product #content .col-sm-6:last-child {
    padding-left: 15px !important; }

  body.account-forgotten .main-wrapper {
    padding-bottom: 265px !important; }

  body.no-background.account-logout .main-wrapper {
    padding-bottom: 395px !important; }

  body.no-background.error-not_found .main-wrapper {
    padding-bottom: 330px !important; }

  body.account-forgotten #content {
    margin-top: 5rem; }

  body.account-forgotten .main-wrapper .control-label {
    text-align: left !important;
    margin-top: 5px; }

  body.no-background .main-wrapper {
    margin-top: -6rem !important; }

  body.no-background .breadcrumb {
    margin: 0rem 0rem 4rem !important; }

  body.information-contact .contact-details .contact-form input[type=submit] {
    float: left !important; }

  .news-wrapper .article-content #image-article {
    height: 30rem !important; }

  .news-wrapper {
    padding-left: 5rem !important; }

  body.news-ncategory #column-left {
    width: 30% !important; }

  body.news-ncategory #content {
    width: 70% !important; }

  .news-wrapper h3.title {
    font-size: 22px !important;
    margin-bottom: 20px !important; }

  .bnews-list .artblock:nth-child(1) {
    padding-top: 0 !important; }

  .product-information #product .btn-actions #button-cart, .product-information #product .btn-actions #button-enquiry, .product-information #product .btn-actions .download {
    width: 100% !important; }

  .product-information #product .select {
    width: 100% !important; }

  #content #product-filter-replace .filters .sorts {
    width: 80% !important; }

  #content #product-filter-replace .filters.sort-by .sorts {
    float: left; }

  body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
    margin-bottom: 50px !important; }

  .page-banner.mobile-banner {
    padding: 17rem 13rem 14rem !important; }

  .main-wrapper {
    padding-top: 21rem !important; }

  body.common-home .main-wrapper {
    padding-top: 16rem !important; }

  .section-space.html-31 {
    padding: 5rem 8rem 5rem !important; }

  .section-space.fcategory-29 {
    padding: 0 4rem 5rem !important; }

  .float-contact img {
    width: 80% !important; }

  .float-contact {
    top: 30rem !important;
    right: 3rem !important; }

  body.common-home .main-wrapper .slideshow .img-responsive.hidden-xs {
    height: 50rem !important; }

  body.common-home .main-wrapper .slideshow h3 {
    font-size: 1.8rem !important; }

  .scroll_down {
    top: 13% !important;
    left: 48% !important; }

  body.common-home .main-wrapper .slideshow .img-responsive.hidden-xs {
    height: 55rem !important; }

  .search_container {
    margin-bottom: 1.5rem !important; }

  #top-header .header-top {
    padding: 3px 0 !important; }

  .header-container .header-logo {
    margin-right: 0 !important; }

  .header-container .header-logo img {
    width: 55% !important; }

  #header-sticky-wrapper #header #main-menu li {
    padding-bottom: 1.5rem !important;
    border-bottom: 2px solid transparent !important;
    margin: 0 2rem !important; }

  #header-sticky-wrapper #header .main-menu-wrapper {
    padding-top: 1rem !important; }

  #header-sticky-wrapper #header .container-fluid {
    padding: 0 3rem !important; }

  body #footer-area footer .credits {
    text-align: inherit !important;
    border-top: 1px solid #ccc !important; }

  #header-sticky-wrapper #header #main-menu li a {
    padding-right: 0 !important; }

  #header-sticky-wrapper #header #main-menu li:hover, #header-sticky-wrapper #header #main-menu li.active {
    border-bottom: 2px solid #eb3039 !important; }

  #footer-area footer .footer-links {
    display: block !important; }

  .product-information #product {
    padding: 2rem 0 !important; }

  #product-filter-detect {
    margin-top: 1rem !important; }

  .product-information {
    margin-top: 0 !important; }

  .product-single {
    padding-top: 4rem !important; }

  body.information-contact .contact-details .contact-form {
    padding-left: 4rem; } }
@media only screen and (min-width: 800px) {
  .page-banner.mobile-banner {
    padding: 19rem 13rem 15rem !important; } }
@media only screen and (min-width: 960px) {
  .page-banner.mobile-banner {
    padding: 21rem 13rem 16rem !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #filter-groups {
    z-index: 99999999 !important;
    display: none;
    -webkit-animation: slide-left .3s ease-out;
    -moz-animation: slide-left .3s ease-out; }

  #filter-groups.open {
    padding: 30px !important;
    opacity: 1 !important;
    display: block !important;
    -webkit-animation: slide-right .3s ease-out;
    -moz-animation: slide-right .3s ease-out; }

  #filter_group_tigger_open {
    top: 35vh !important; }

  body.product-category #content {
    width: 100% !important; }

  .product-special .product-view > *:nth-child(even), .product-category .product-view > *:nth-child(even) {
    margin-left: 0 !important; }

  .product-special .product-view > *, .product-category .product-view > * {
    width: calc(33.3333%) !important; }

  .open-column {
    position: fixed !important;
    z-index: 9 !important;
    top: 10% !important;
    width: 50% !important;
    background: #fff !important; }
    .open-column #filter_group_tigger_open {
      display: none !important; }
    .open-column .position-right-top {
      top: 2rem !important;
      right: 2rem !important;
      z-index: 9 !important;
      position: absolute !important;
      transition: none !important; } }
@media only screen and (min-width: 992px) {
  #filter_group_tigger_close {
    display: none; }

  @-moz-document url-prefix() {
    .header-container .header-logo img {
      margin-top: -10px !important; } }
  body.no-background.account-logout .main-wrapper {
    padding-bottom: 120px !important; }

  body.no-background.error-not_found .main-wrapper {
    padding-bottom: 82px !important; }

  #header-sticky-wrapper #header .main-menu-wrapper {
    padding-top: 2rem !important; }

  #header-sticky-wrapper #header #main-menu li {
    padding-bottom: 2.5rem !important; }

  body.no-background .main-wrapper {
    margin-top: -4rem !important; }

  .section-space.fcategory-29 .col-lg-2.col-md-4.col-sm-6.col-xs-12.boxes {
    width: 33.33333333% !important; }

  body.account-forgotten #content {
    margin-top: 3rem;
    padding: 0 13rem !important; }

  body.account-forgotten .main-wrapper {
    padding-bottom: 0 !important; }

  .modal-dialog {
    width: 800px !important; }

  body.no-background .breadcrumb, body.account-edit .breadcrumb {
    margin: 0rem 0rem 4rem !important; }

  body.no-background .main-wrappe, body.account-edit .main-wrapper {
    margin-top: 0rem !important; }

  body.information-contact .contact-details .contact-form input[type=submit] {
    margin-top: 15px;
    float: right !important; }

  body.information-contact .gmap {
    height: 400px !important; }

  .news-wrapper .article-content #image-article {
    height: 35rem !important; }

  .featured-module .slick-slide .product-block, .related-products .slick-slide .product-block {
    padding: 2rem 0rem !important; }

  .featured-module .slick-nav.left, .featured-module .slick-nav.prev {
    left: -40px; }

  .featured-module .slick-nav.right, .featured-module .slick-nav.next {
    right: -40px; }

  .product-information #product .btn-actions {
    width: 90% !important; }

  .product-information #product .btn-actions #button-cart, .product-information #product .btn-actions #button-enquiry, .product-information #product .btn-actions .download {
    width: auto !important; }

  .product-information #product .select {
    width: 70% !important; }

  .product-information #product .qty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }

  .product-information #product .qty .col-md-3, .product-information #product .equal-heights .col-md-3 {
    display: flex;
    flex-direction: column;
    justify-content: center; }

  #content #product-filter-replace .sort-orders {
    padding-left: 3rem !important; }

  body.product-category .row-container {
    margin-bottom: 5rem !important; }

  body.product-category #column-left {
    width: 30% !important;
    padding-left: 0 !important; }

  body.product-category #content {
    width: 70% !important; }

  .product-special .product-view, .product-category .product-view, .product-enquiry .product-view {
    padding-left: 4rem !important; }

  .page-banner.desktop-banner {
    padding: 20rem 10rem 16rem !important;
    background-position: top center !important; }

  .scroll_down {
    top: 15% !important;
    font-size: 14px !important; }

  .scroll_down .scroll_text {
    line-height: 20px !important; }

  .header-container .header-logo img {
    width: 75% !important;
    margin-bottom: 1rem !important; }

  .desktop-search i {
    font-size: 17px !important; }

  .desktop-search {
    position: relative;
    margin-top: 3px !important;
    margin-right: 20px !important;
    margin-left: 1rem !important; }

  #header-sticky-wrapper #header .container-fluid {
    padding: 0 5rem 0 3rem !important; }

  .search_container .search-custom {
    padding-right: 22px !important; }

  .desktop-search .fa-close {
    margin-top: 6px !important;
    margin-right: -15px !important; }

  .desktop-search .fa-search {
    margin-top: 0 !important; }

  .desktop-search .fa-search:before {
    content: "" !important;
    background: url(../../image/icon-search.png) no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0; }

  .section-space.html-28 {
    padding: 17rem 53rem 8rem 10rem !important; }

  .hidden-md {
    display: none !important; }

  #header-sticky-wrapper.is-sticky {
    position: fixed !important; }

  #filter-groups .list-group-item div.side-categories-level-1 {
    padding-right: 0 !important; } }
@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px; }

  @supports (-ms-ime-align: auto) {
    .container {
      width: 1060px !important; } }
  _:-ms-fullscreen, :root .container {
    width: 1075px !important; } }
@media only screen and (min-width: 1280px) {
  body.no-background.error-not_found .main-wrapper {
    padding-bottom: 64px !important;
    margin-top: 5rem !important; }

  #header-sticky-wrapper #header .main-menu-wrapper {
    padding-top: 3rem !important; }

  #header-sticky-wrapper #header #main-menu li {
    padding-bottom: 2rem !important; }

  _:-ms-fullscreen, :root #header-sticky-wrapper #header,
  _:-ms-fullscreen, :root #header-sticky-wrapper,
  _:-ms-fullscreen, :root #header-sticky-wrapper #header .menus {
    height: 100px !important; }

  _:-ms-fullscreen, :root #header-sticky-wrapper #header .header-menu.hidden-xs.hidden-sm {
    margin-top: -8rem !important; }

  _:-ms-fullscreen, :root #header-sticky-wrapper #header #main-menu li {
    padding-bottom: 2rem !important; }

  .section-space.fcategory-29 .col-lg-2.col-md-4.col-sm-6.col-xs-12.boxes {
    width: 16.66666667% !important; }

  .news-wrapper .article-content #image-article {
    height: 40rem !important; }

  body.news-ncategory #column-left {
    width: 25% !important; }

  body.news-ncategory #content {
    width: 75% !important; }

  .news-wrapper {
    padding-left: 8rem !important;
    margin-bottom: 6rem !important; }

  .product-information #product .btn-actions {
    width: 70% !important; }

  body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
    margin-bottom: 45px !important; }

  .product-information #product .select {
    width: 60% !important; }

  body.product-category #column-left {
    width: 25% !important; }

  body.product-category #content {
    width: 75% !important; }

  #content #product-filter-replace .filters .sorts {
    width: 50% !important; }

  .page-banner.desktop-banner {
    padding: 20rem 10rem 17rem !important; }

  .section-space.html-31 {
    padding: 5rem 20rem 5rem !important; }

  .section-space.fcategory-29 .boxes .thumbnail h4 {
    padding: 1rem !important; }

  .section-space.html-30 {
    text-align: center;
    padding: 7rem 3rem 5rem; }

  .section-space.fcategory-29 {
    padding: 0 1rem 5rem !important; }

  .section-space.fcategory-29 .boxes .thumbnail {
    height: 30rem !important; }

  _:-ms-fullscreen, :root .product-information #product .btn-actions {
    width: 80% !important; }

  _:-ms-fullscreen, :root .slide-out-cart#enquiry .dropdown-menu .cart-header .cart_close,
  _:-ms-fullscreen, :root .slide-out-cart#cart .dropdown-menu .cart-header .cart_close {
    margin-right: 20px; }

  _:-ms-fullscreen, :root .slide-out-cart#enquiry .dropdown-menu .cart-header .cart-header-text,
  _:-ms-fullscreen, :root .slide-out-cart#cart .dropdown-menu .cart-header .cart-header-text {
    width: calc(90% - 47px) !important; }

  @supports (-ms-ime-align: auto) {
    .product-information #product .btn-actions {
      width: 80% !important; } }
  .float-contact img {
    width: 75% !important; }

  .header-container .header-logo img {
    width: 60% !important;
    margin-top: -2rem !important; }

  body.common-home .main-wrapper .slideshow .img-responsive.hidden-xs {
    height: 60rem !important; }

  body.common-home .main-wrapper .slideshow h3 {
    font-size: 2rem !important; }

  .scroll_down {
    top: 68% !important;
    left: 50% !important; }

  .section-space.html-28 {
    padding: 17rem 67rem 8rem 10rem !important; }

  body.product-search .product-block .product-button {
    top: 49% !important; }

  .product-block .product-button {
    top: 50% !important; } }
@media only screen and (min-width: 1366px) {
  body.account-forgotten #content {
    padding: 0 20rem !important; }

  .news-wrapper h3.title {
    font-size: 26px !important;
    line-height: 30px !important; }

  .product-special .product-view, .product-category .product-view, .product-enquiry .product-view {
    padding-left: 4rem !important; }

  .section-space.fcategory-29 .boxes .thumbnail h4 {
    padding: 2rem !important; }

  h2 {
    font-size: 28px !important; }

  h3 {
    font-size: 26px !important; }

  #header-sticky-wrapper #header .container-fluid {
    padding: 0 5rem !important; }

  .section-space.html-28 {
    padding: 17rem 70rem 8rem 10rem !important; }

  .scroll_down {
    top: 70% !important; }

  _:-ms-fullscreen, :root .product-information #product .btn-actions {
    width: 70% !important; }

  @supports (-ms-ime-align: auto) {
    .product-information #product .btn-actions {
      width: 70% !important; } }
  _:-ms-fullscreen, :root .container {
    width: 1200px !important; }

  @supports (-ms-ime-align: auto) {
    .container {
      width: 1200px !important; } } }
@media only screen and (min-width: 1400px) {
  _:-ms-fullscreen, :root #header-sticky-wrapper #header,
  _:-ms-fullscreen, :root #header-sticky-wrapper,
  _:-ms-fullscreen, :root #header-sticky-wrapper #header .menus {
    height: 115px !important; }

  _:-ms-fullscreen, :root #header-sticky-wrapper #header .header-menu.hidden-xs.hidden-sm #menu-container ul {
    margin-top: 1.5rem !important; }

  #header-sticky-wrapper #header .main-menu-wrapper {
    padding-top: 4rem !important; }

  body.account-forgotten #content {
    padding: 0 5rem !important; }

  .news-wrapper .article-content #image-article {
    height: 45rem !important; }

  .section-space.fcategory-29 .boxes .thumbnail {
    height: 35rem !important; }

  .float-contact {
    top: 35rem !important;
    right: 5rem !important; }

  .float-contact img {
    width: 85% !important; }

  body.common-home .main-wrapper .slideshow .img-responsive.hidden-xs {
    height: 74rem !important; }

  .scroll_down {
    top: 75% !important; }

  .header-container .header-logo img {
    width: 80% !important;
    margin-top: -3rem !important; }

  #header-sticky-wrapper #header #main-menu li {
    padding-bottom: 2rem !important;
    margin: 0 3rem !important; }

  .search_container .search-custom {
    padding-right: 30px !important; }

  .desktop-search .fa-close {
    margin-top: 5px !important; }

  .section-space.html-28 {
    padding: 19rem 70rem 10rem 10rem !important;
    background-position: inherit !important; } }
@media only screen and (min-width: 1600px) {
  _:-ms-fullscreen, :root #header-sticky-wrapper #header,
  _:-ms-fullscreen, :root #header-sticky-wrapper,
  _:-ms-fullscreen, :root #header-sticky-wrapper #header .menus {
    height: 135px !important; }

  body.account-forgotten .main-wrapper {
    padding-bottom: 152px !important; }

  body.no-background .main-wrapper {
    margin-top: 4rem !important; }

  .news-wrapper .article-content #image-article {
    height: 50rem !important; }

  #content #product-filter-replace .sort-orders {
    padding-left: 5rem !important; }

  .product-special .product-view, .product-category .product-view, .product-enquiry .product-view {
    padding-left: 6rem !important; }

  .page-banner .page-banner-title h3 {
    font-size: 28px !important; }

  .page-banner.desktop-banner {
    padding: 27rem 10rem 20rem !important; }

  .section-space.fcategory-29 .boxes .thumbnail h4 {
    padding: 3rem !important; }

  h4 {
    font-size: 18px !important; }

  .section-space.fcategory-29 .boxes .thumbnail {
    height: 40rem !important; }

  .float-contact img {
    width: 95% !important; }

  .float-contact {
    top: 40rem !important;
    right: 8rem !important; }

  #top-header a {
    font-size: 14px !important; }

  #header-sticky-wrapper #header .container-fluid {
    padding: 0 7rem !important; }

  .header-container .header-logo img {
    width: 90% !important; }

  #header-sticky-wrapper #header .main-menu-wrapper {
    padding-top: 4.5rem !important; }

  body.common-home .main-wrapper .slideshow .img-responsive.hidden-xs {
    height: 85rem !important; }

  body.common-home .main-wrapper .slideshow h3 {
    font-size: 3rem !important; }

  .header-container .header-logo {
    margin-bottom: 1rem !important; }

  #header-sticky-wrapper #header #main-menu li {
    padding-bottom: 3rem !important; }

  .search_container {
    margin-bottom: 2.5rem !important; }

  .section-space.html-28 {
    padding: 23rem 90rem 14rem 15rem !important; } }
@media only screen and (min-width: 1920px) {
  body.account-forgotten .main-wrapper {
    padding-bottom: 310px !important; }

  body.no-background .main-wrapper {
    margin-top: 2rem !important; }

  body.no-background.enquiry-cart .main-wrapper {
    padding-bottom: 252px !important; }

  body.no-background.account-logout .main-wrapper {
    padding-bottom: 263px !important; }

  body.no-background.error-not_found .main-wrapper {
    padding-bottom: 182px !important;
    margin-top: 10rem !important; }

  body.no-background.enquiry-success .main-wrapper {
    padding-bottom: 263px !important; }

  .page-banner.desktop-banner {
    padding: 27rem 10rem 21rem !important; }

  .section-space.html-31 {
    padding: 5rem 40rem 5rem !important; }

  .section-space.fcategory-29 {
    padding: 0 7rem 5rem !important; }

  .section-space.fcategory-29 .boxes .thumbnail {
    height: 45rem !important; }

  h2 {
    font-size: 35px !important; }

  h3 {
    font-size: 30px !important; }

  .float-contact img {
    width: 100% !important; }

  .scroll_down {
    font-size: 18px !important; }

  #header-sticky-wrapper #header .container-fluid {
    padding: 0 10rem !important; }

  .header-container .header-logo img {
    width: 100% !important; }

  body.common-home .main-wrapper .slideshow h3 {
    font-size: 3.5rem !important; }

  body.common-home .main-wrapper .slideshow .img-responsive.hidden-xs {
    height: 90rem !important; }

  .section-space.html-28 {
    padding: 27rem 109rem 16rem 26rem !important; } }

/*# sourceMappingURL=main_styles.css.map */
