@charset "UTF-8";
/* REQUIRED */
/* REQUIRED */
/* REQUIRED */
/* REQUIRED */
/**********************************/
/*         Color Primary          */
/**********************************/
/* REQUIRED */
/* REQUIRED */
/**********************************/
/*          Font Primary          */
/**********************************/
/* REQUIRED */
/* REQUIRED */
.section, .header_cart_outer .cart_content table tbody tr .image_outer, .header_cart_outer .cart_content .footer, .cart_table .update_total, .cart_table .summary .row, .cart_table .table .head, .cart_table .table .footer, .cart_table table tbody .image .image_outer, .add_to_cart_modal .atc_product_info, .add_to_cart_modal .atc_product_info .right .btns, .quick_form, .product_box.vertical, .news_box_v2 .news_info, .search_form, .megamenu .megamenu_inner, .megamenu .megamenu_inner .headline, .search_box, #main_header .menu_options, .homeslider, #news_single .news_single_info .info, #contact .contact_form_map .contact_form_map_inner, #contact .contact_form_map .contact_form_map_inner .contact_form .inputs_row, #product .product_photos .photos, #product .product_info .product_info_inner, #product .product_info .right .product_payment, #product .product_info .right .product_payment .quantity, #product .product_info .rating, #product .product_additional_info .tabs .head, .product_mobile, .product_mobile .pm_right .pm_info, .paypal_container, #main_footer .payment_methods, #main_footer .footer_top_inner, #main_footer .footer_bottom .footer_bottom_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.section.inline-flex, .cart_steps, .menu_v2 li a, .arrows_input, .megamenu .megamenu_inner .menu > ul > li > a, .megamenu .megamenu_inner .menu > ul > li > span, .megamenu .megamenu_inner .more .more_inner, .megamenu .megamenu_inner .more .more_btn, .megamenu_details, #contact .contact_boxes {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

/* Respo */
/* Respo menu */
/* REQUIRED */
/* REQUIRED */
/* REQUIRED */
/* REQUIRED */
/**********************************/
/*         Color Primary          */
/**********************************/
/* REQUIRED */
/* REQUIRED */
/**********************************/
/*          Font Primary          */
/**********************************/
/* REQUIRED */
/* REQUIRED */
/* Mobile sizes */
/* Styles reset */
.section {
  padding: 0;
  margin: 0; }

/* Grid container */
.section {
  /* Default flex */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: no-wrap;
  -moz-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  /* Inline flex */
  /* Wrap */
  /* Horizontal center */
  /* Horizontal right */
  /* Vertical center */
  /* Horizontal align */
  /* No margin */
  /* List */
  /* Columns */ }
  .section.inline-flex {
    width: 100%; }
  .section.wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .section.x-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .section.x-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .section.y-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .section.aligned {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .section.no-margin .col {
    margin: 0 2.5% 0 0; }
    .section.no-margin .col:last-of-type {
      margin: 0 0 0 0; }
  .section.list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section.list.items-1 .col {
      width: 100%; }
      .section.list.items-1 .col:nth-of-type(1n) {
        margin: 0 0 15px 0; }
    .section.list.items-1.no-margin .col:nth-of-type(1n) {
      margin: 0; }
    .section.list.items-2 .col {
      width: 48.75%; }
      .section.list.items-2 .col:nth-of-type(2n) {
        margin: 0 0 15px 0; }
    .section.list.items-2.no-margin .col:nth-of-type(2n) {
      margin: 0; }
    .section.list.items-3 .col {
      width: 31.66667%; }
      .section.list.items-3 .col:nth-of-type(3n) {
        margin: 0 0 15px 0; }
    .section.list.items-3.no-margin .col:nth-of-type(3n) {
      margin: 0; }
    .section.list.items-4 .col {
      width: 23.125%; }
      .section.list.items-4 .col:nth-of-type(4n) {
        margin: 0 0 15px 0; }
    .section.list.items-4.no-margin .col:nth-of-type(4n) {
      margin: 0; }
    .section.list.items-5 .col {
      width: 18%; }
      .section.list.items-5 .col:nth-of-type(5n) {
        margin: 0 0 15px 0; }
    .section.list.items-5.no-margin .col:nth-of-type(5n) {
      margin: 0; }
    .section.list.items-6 .col {
      width: 14.58333%; }
      .section.list.items-6 .col:nth-of-type(6n) {
        margin: 0 0 15px 0; }
    .section.list.items-6.no-margin .col:nth-of-type(6n) {
      margin: 0; }
    .section.list.items-7 .col {
      width: 12.14286%; }
      .section.list.items-7 .col:nth-of-type(7n) {
        margin: 0 0 15px 0; }
    .section.list.items-7.no-margin .col:nth-of-type(7n) {
      margin: 0; }
    .section.list.items-8 .col {
      width: 10.3125%; }
      .section.list.items-8 .col:nth-of-type(8n) {
        margin: 0 0 15px 0; }
    .section.list.items-8.no-margin .col:nth-of-type(8n) {
      margin: 0; }
    .section.list.items-9 .col {
      width: 8.88889%; }
      .section.list.items-9 .col:nth-of-type(9n) {
        margin: 0 0 15px 0; }
    .section.list.items-9.no-margin .col:nth-of-type(9n) {
      margin: 0; }
    .section.list.items-10 .col {
      width: 7.75%; }
      .section.list.items-10 .col:nth-of-type(10n) {
        margin: 0 0 15px 0; }
    .section.list.items-10.no-margin .col:nth-of-type(10n) {
      margin: 0; }
    .section.list.items-11 .col {
      width: 6.81818%; }
      .section.list.items-11 .col:nth-of-type(11n) {
        margin: 0 0 15px 0; }
    .section.list.items-11.no-margin .col:nth-of-type(11n) {
      margin: 0; }
    .section.list.items-12 .col {
      width: 6.04167%; }
      .section.list.items-12 .col:nth-of-type(12n) {
        margin: 0 0 15px 0; }
    .section.list.items-12.no-margin .col:nth-of-type(12n) {
      margin: 0; }
  .section .col {
    margin: 0 2.5% 15px 0; }
    .section .col:last-of-type {
      margin: 0 0 15px 0; }
  .section .col_12_12 {
    width: 100%; }
  .section .col_11_12 {
    width: 91.45%; }
  .section .col_10_12 {
    width: 82.91%; }
  .section .col_9_12 {
    width: 74.37%; }
  .section .col_8_12 {
    width: 65.83%; }
  .section .col_7_12 {
    width: 57.29%; }
  .section .col_6_12 {
    width: 48.75%; }
  .section .col_5_12 {
    width: 40.20%; }
  .section .col_4_12 {
    width: 31.66%; }
  .section .col_3_12 {
    width: 23.12%; }
  .section .col_2_12 {
    width: 14.58%; }
  .section .col_1_12 {
    width: 6.041%; }

/* GLOBAL */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }

/* Respo */
.respo {
  width: 1200px;
  margin: 0 auto; }

@media all and (min-width: 0) and (max-width: 1230px) {
  .respo {
    width: 100%; } }
/* End respo */
/* Mobile sizes */
@media all and (min-width: 0) and (max-width: 1920px) {
  .section.xl-1 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section.xl-1 > .col {
      margin: 0 0 15px 0;
      width: 100%; }

  .section.xl-2 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section.xl-2 > .col {
      margin: 0 2.5% 15px 0;
      width: 48.75%; }
      .section.xl-2 > .col:nth-of-type(2n) {
        margin: 0 0 15px 0; }

  .section.xl-4 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section.xl-4 > .col {
      margin: 0 2.5% 15px 0;
      width: 23.12%; }
      .section.xl-4 > .col:nth-of-type(4n) {
        margin: 0 0 15px 0; } }
@media all and (min-width: 0) and (max-width: 1400px) {
  .section.lg-1 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section.lg-1 > .col {
      margin: 0 0 15px 0;
      width: 100%; }

  .section.lg-2 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section.lg-2 > .col {
      margin: 0 2.5% 15px 0;
      width: 48.75%; }
      .section.lg-2 > .col:nth-of-type(2n) {
        margin: 0 0 15px 0; }

  .section.lg-4 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section.lg-4 > .col {
      margin: 0 2.5% 15px 0;
      width: 23.12%; }
      .section.lg-4 > .col:nth-of-type(4n) {
        margin: 0 0 15px 0; } }
@media all and (min-width: 0) and (max-width: 1200px) {
  .section.md-1 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section.md-1 > .col {
      margin: 0 0 15px 0;
      width: 100%; }

  .section.md-2 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section.md-2 > .col {
      margin: 0 2.5% 15px 0;
      width: 48.75%; }
      .section.md-2 > .col:nth-of-type(2n) {
        margin: 0 0 15px 0; }

  .section.md-4 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section.md-4 > .col {
      margin: 0 2.5% 15px 0;
      width: 23.12%; }
      .section.md-4 > .col:nth-of-type(4n) {
        margin: 0 0 15px 0; } }
@media all and (min-width: 0) and (max-width: 800px) {
  .section.sm-1 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section.sm-1 > .col {
      margin: 0 0 15px 0;
      width: 100%; }

  .section.sm-2 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section.sm-2 > .col {
      margin: 0 2.5% 15px 0;
      width: 48.75%; }
      .section.sm-2 > .col:nth-of-type(2n) {
        margin: 0 0 15px 0; }

  .section.sm-4 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section.sm-4 > .col {
      margin: 0 2.5% 15px 0;
      width: 23.12%; }
      .section.sm-4 > .col:nth-of-type(4n) {
        margin: 0 0 15px 0; } }
@media all and (min-width: 0) and (max-width: 500px) {
  .section.xs-1 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section.xs-1 > .col {
      margin: 0 0 15px 0;
      width: 100%; }

  .section.xs-2 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section.xs-2 > .col {
      margin: 0 2.5% 15px 0;
      width: 48.75%; }
      .section.xs-2 > .col:nth-of-type(2n) {
        margin: 0 0 15px 0; }

  .section.xs-4 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section.xs-4 > .col {
      margin: 0 2.5% 15px 0;
      width: 23.12%; }
      .section.xs-4 > .col:nth-of-type(4n) {
        margin: 0 0 15px 0; } }
/* End mobile sizes */
/* Mobile list */
@media all and (min-width: 0) and (max-width: 700px) {
  .section.list.items-1 .col, .section.list.items-2 .col, .section.list.items-3 .col {
    width: 100%;
    margin: 0 0 15px 0; } }
@media all and (min-width: 0) and (max-width: 800px) {
  .section.list.items-4 .col {
    width: 48.75%; }
    .section.list.items-4 .col:nth-of-type(2n) {
      margin: 0 0 15px 0; } }
@media all and (min-width: 0) and (max-width: 500px) {
  .section.list.items-4 .col {
    width: 100%;
    margin: 0 0 15px 0; }
    .section.list.items-4 .col:nth-of-type(2n) {
      margin: 0 0 15px 0; } }
@media all and (min-width: 0) and (max-width: 900px) {
  .section.list.items-5 .col, .section.list.items-6 .col {
    width: 23.12%; }
    .section.list.items-5 .col:nth-of-type(6n), .section.list.items-5 .col:nth-of-type(5n), .section.list.items-6 .col:nth-of-type(6n), .section.list.items-6 .col:nth-of-type(5n) {
      margin: 0 2.5% 15px 0; }
    .section.list.items-5 .col:nth-of-type(4n), .section.list.items-6 .col:nth-of-type(4n) {
      margin: 0 0 15px 0; } }
@media all and (min-width: 0) and (max-width: 700px) {
  .section.list.items-5 .col, .section.list.items-6 .col {
    width: 48.75%; }
    .section.list.items-5 .col:nth-of-type(4n), .section.list.items-6 .col:nth-of-type(4n) {
      margin: 0 2.5% 15px 0; }
    .section.list.items-5 .col:nth-of-type(2n), .section.list.items-6 .col:nth-of-type(2n) {
      margin: 0 0 15px 0; } }
@media all and (min-width: 0) and (max-width: 500px) {
  .section.list.items-5 .col, .section.list.items-6 .col {
    width: 100%;
    margin: 0 0 15px 0; }
    .section.list.items-5 .col:nth-of-type(5n), .section.list.items-5 .col:nth-of-type(4n), .section.list.items-6 .col:nth-of-type(5n), .section.list.items-6 .col:nth-of-type(4n) {
      margin: 0 0 15px 0; } }
@media all and (min-width: 0) and (max-width: 950px) {
  .section.list.items-7 .col, .section.list.items-8 .col, .section.list.items-9 .col {
    width: 18%; }
    .section.list.items-7 .col:nth-of-type(7n), .section.list.items-7 .col:nth-of-type(8n), .section.list.items-7 .col:nth-of-type(9n), .section.list.items-8 .col:nth-of-type(7n), .section.list.items-8 .col:nth-of-type(8n), .section.list.items-8 .col:nth-of-type(9n), .section.list.items-9 .col:nth-of-type(7n), .section.list.items-9 .col:nth-of-type(8n), .section.list.items-9 .col:nth-of-type(9n) {
      margin: 0 2.5% 15px 0; }
    .section.list.items-7 .col:nth-of-type(5n), .section.list.items-8 .col:nth-of-type(5n), .section.list.items-9 .col:nth-of-type(5n) {
      margin: 0 0 15px 0; } }
@media all and (min-width: 0) and (max-width: 700px) {
  .section.list.items-7 .col, .section.list.items-8 .col, .section.list.items-9 .col {
    width: 31.66%; }
    .section.list.items-7 .col:nth-of-type(5n), .section.list.items-8 .col:nth-of-type(5n), .section.list.items-9 .col:nth-of-type(5n) {
      margin: 0 2.5% 15px 0; }
    .section.list.items-7 .col:nth-of-type(3n), .section.list.items-8 .col:nth-of-type(3n), .section.list.items-9 .col:nth-of-type(3n) {
      margin: 0 0 15px 0; } }
@media all and (min-width: 0) and (max-width: 500px) {
  .section.list.items-7 .col, .section.list.items-8 .col, .section.list.items-9 .col {
    width: 100%;
    margin: 0 0 15px 0; }
    .section.list.items-7 .col:nth-of-type(5n), .section.list.items-7 .col:nth-of-type(7n), .section.list.items-7 .col:nth-of-type(8n), .section.list.items-7 .col:nth-of-type(9n), .section.list.items-8 .col:nth-of-type(5n), .section.list.items-8 .col:nth-of-type(7n), .section.list.items-8 .col:nth-of-type(8n), .section.list.items-8 .col:nth-of-type(9n), .section.list.items-9 .col:nth-of-type(5n), .section.list.items-9 .col:nth-of-type(7n), .section.list.items-9 .col:nth-of-type(8n), .section.list.items-9 .col:nth-of-type(9n) {
      margin: 0 0 15px 0; } }
@media all and (min-width: 0) and (max-width: 950px) {
  .section.list.items-10 .col, .section.list.items-11 .col, .section.list.items-12 .col {
    width: 10.3125%; }
    .section.list.items-10 .col:nth-of-type(10n), .section.list.items-10 .col:nth-of-type(11n), .section.list.items-10 .col:nth-of-type(12n), .section.list.items-11 .col:nth-of-type(10n), .section.list.items-11 .col:nth-of-type(11n), .section.list.items-11 .col:nth-of-type(12n), .section.list.items-12 .col:nth-of-type(10n), .section.list.items-12 .col:nth-of-type(11n), .section.list.items-12 .col:nth-of-type(12n) {
      margin: 0 2.5% 15px 0; }
    .section.list.items-10 .col:nth-of-type(8n), .section.list.items-11 .col:nth-of-type(8n), .section.list.items-12 .col:nth-of-type(8n) {
      margin: 0 0 15px 0; } }
@media all and (min-width: 0) and (max-width: 750px) {
  .section.list.items-10 .col, .section.list.items-11 .col, .section.list.items-12 .col {
    width: 18%; }
    .section.list.items-10 .col:nth-of-type(8n), .section.list.items-11 .col:nth-of-type(8n), .section.list.items-12 .col:nth-of-type(8n) {
      margin: 0 2.5% 15px 0; }
    .section.list.items-10 .col:nth-of-type(5n), .section.list.items-11 .col:nth-of-type(5n), .section.list.items-12 .col:nth-of-type(5n) {
      margin: 0 0 15px 0; } }
@media all and (min-width: 0) and (max-width: 500px) {
  .section.list.items-10 .col, .section.list.items-11 .col, .section.list.items-12 .col {
    width: 48.75%; }
    .section.list.items-10 .col:nth-of-type(5n), .section.list.items-11 .col:nth-of-type(5n), .section.list.items-12 .col:nth-of-type(5n) {
      margin: 0 2.5% 15px 0; }
    .section.list.items-10 .col:nth-of-type(2n), .section.list.items-11 .col:nth-of-type(2n), .section.list.items-12 .col:nth-of-type(2n) {
      margin: 0 0 15px 0; } }
/* End mobile list */
/* Align */
.align_left {
  text-align: left; }

.align_center {
  text-align: center; }

.align_right {
  text-align: right; }

.align_justify {
  text-align: justify; }

/* END ALIGN */
.main_menu {
  list-style: none; }

#mobile_menu {
  position: static;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  display: none; }
  #mobile_menu i {
    margin: 0 5px 0 0; }

@media all and (min-width: 0) and (max-width: 650px) {
  #mobile_menu {
    display: inline-block; }

  .main_menu {
    display: none; }

  .main_menu {
    width: 100%; }
    .main_menu li {
      display: inline-block;
      width: 100%;
      text-align: center;
      margin-left: 0;
      margin-right: 0; }
      .main_menu li a {
        display: inline-block;
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
.section, .header_cart_outer .cart_content table tbody tr .image_outer, .header_cart_outer .cart_content .footer, .cart_table .update_total, .cart_table .summary .row, .cart_table .table .head, .cart_table .table .footer, .cart_table table tbody .image .image_outer, .add_to_cart_modal .atc_product_info, .add_to_cart_modal .atc_product_info .right .btns, .quick_form, .product_box.vertical, .news_box_v2 .news_info, .search_form, .megamenu .megamenu_inner, .megamenu .megamenu_inner .headline, .search_box, #main_header .menu_options, .homeslider, #news_single .news_single_info .info, #contact .contact_form_map .contact_form_map_inner, #contact .contact_form_map .contact_form_map_inner .contact_form .inputs_row, #product .product_photos .photos, #product .product_info .product_info_inner, #product .product_info .right .product_payment, #product .product_info .right .product_payment .quantity, #product .product_info .rating, #product .product_additional_info .tabs .head, .product_mobile, .product_mobile .pm_right .pm_info, .paypal_container, #main_footer .payment_methods, #main_footer .footer_top_inner, #main_footer .footer_bottom .footer_bottom_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.section.inline-flex, .cart_steps, .menu_v2 li a, .arrows_input, .megamenu .megamenu_inner .menu > ul > li > a, .megamenu .megamenu_inner .menu > ul > li > span, .megamenu .megamenu_inner .more .more_inner, .megamenu .megamenu_inner .more .more_btn, .megamenu_details, #contact .contact_boxes {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

/**********************************/
/*            Standard            */
/**********************************/
/* Mixins */
/**********************************/
/*            Extends             */
/**********************************/
body {
  font-family: "Open Sans", sans-serif; }

button {
  border: none;
  background: none; }

input,
textarea,
button {
  outline: none; }

ul {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }

.mt_60 {
  margin-top: 60px; }

.mt_10 {
  margin-top: 10px; }

.mt_30 {
  margin-top: 30px; }

.text_center {
  text-align: center; }

.text_left {
  text-align: left; }

.text_right {
  text-align: right; }

.subpage_padding {
  padding: 0 0 60px 0; }

.no_margin {
  margin: 0 !important; }

.text_center {
  text-align: center; }

.checkbox-container {
  position: relative; }
  .checkbox-container.checkbox-error .error {
    visibility: visible;
    opacity: 1; }
  .checkbox-container .error {
    z-index: 9;
    visibility: hidden;
    opacity: 0; }

.grecaptcha-badge {
  z-index: 99999;
  bottom: 54px !important; }

iframe {
  max-width: 100%; }

.hide_respo {
  display: none !important; }

@media all and (min-width: 0) and (max-width: 1250px) {
  .hide_respo {
    display: block !important; } }
@media all and (min-width: 0) and (max-width: 800px) {
  .reversed .list_v2 {
    margin: 0 !important; }

  .menu_slider .reversed .col_4_12 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .menu_slider .reversed .col_8_12 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; } }
p, .subpage_content p {
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 300; }

.btn-default, #add-com-form input[type="submit"] {
  background-color: #00bcd4;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: lighter;
  padding: 6px 18px;
  border: 1px solid #00bcd4;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s; }
  .btn-default:hover, #add-com-form input[type="submit"]:hover {
    background: #00a1b5; }

#subpage ul, #realizations-single ul, #news-single .inner ul {
  margin: 0 0 20px 0; }
  #subpage ul li, #realizations-single ul li, #news-single .inner ul li {
    font-size: 15px;
    font-weight: normal;
    margin: 3px 0 0 0;
    padding: 0 0 0 20px;
    color: #2a2a2a;
    position: relative; }
    #subpage ul li:after, #realizations-single ul li:after, #news-single .inner ul li:after {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      position: absolute;
      top: 8px;
      left: 0;
      background-color: #00bcd4; }

#subpage ol, #realizations-single ol, #news-single .inner ol {
  margin: 0 0 20px 0; }
  #subpage ol li, #realizations-single ol li, #news-single .inner ol li {
    font-size: 15px;
    font-weight: normal;
    margin: 3px 0 0 16px;
    color: #2a2a2a; }

p a, #subpage a, #realizations-single a, #news-single .inner a {
  color: #00bcd4;
  text-decoration: none;
  border-bottom: 1px solid #00bcd4; }

#realizations-single, #news-single .inner {
  /* REQUIRED */
  /* REQUIRED */ }
  #realizations-single h1, #news-single .inner h1 {
    font-family: "Open Sans", sans-serif;
    color: #3d3c45;
    font-weight: normal;
    padding: 8px 0;
    font-size: 46px; }
  #realizations-single h2, #news-single .inner h2 {
    font-family: "Open Sans", sans-serif;
    color: #3d3c45;
    font-weight: normal;
    padding: 8px 0;
    font-size: 40px; }
  #realizations-single h3, #news-single .inner h3 {
    font-family: "Open Sans", sans-serif;
    color: #3d3c45;
    font-weight: normal;
    padding: 8px 0;
    font-size: 34px; }
  #realizations-single h4, #news-single .inner h4 {
    font-family: "Open Sans", sans-serif;
    color: #3d3c45;
    font-weight: normal;
    padding: 8px 0;
    font-size: 28px; }
  #realizations-single h5, #news-single .inner h5 {
    font-family: "Open Sans", sans-serif;
    color: #3d3c45;
    font-weight: normal;
    padding: 8px 0;
    font-size: 22px; }
  #realizations-single h6, #news-single .inner h6 {
    font-family: "Open Sans", sans-serif;
    color: #3d3c45;
    font-weight: normal;
    padding: 8px 0;
    font-size: 16px; }

/* Belka Cookies */
.ads_cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  color: #2a2a2a;
  border-top: 3px solid #00bcd4;
  font-size: 15px;
  z-index: 99999999999999; }
  .ads_cookies .info {
    position: relative;
    padding: 15px 50px; }
    .ads_cookies .info span {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      right: 0;
      width: 50px;
      height: 100%;
      background-color: #00bcd4; }
      .ads_cookies .info span i {
        font-size: 23px;
        cursor: pointer;
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #fff; }
        .ads_cookies .info span i:before {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%); }
  .ads_cookies a {
    color: #00bcd4;
    text-decoration: underline; }

/* Tabela */
table {
  background-color: #fff;
  margin: 0 0 20px 0;
  width: 100%;
  font-size: 15px;
  border-collapse: collapse;
  word-break: break-all; }
  table thead tr {
    border: 1px solid #00bcd4;
    background-color: #00bcd4; }
    table thead tr td, table thead tr th {
      padding: 5px 10px;
      color: #fff;
      border-right: 1px solid #00a1b5; }
  table tbody tr {
    border: 1px solid #dfdfdf; }
    table tbody tr td {
      padding: 5px 10px;
      color: #777777;
      border-right: 1px solid #d0d0d0; }

.pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 15px 0; }
  .pagination ul {
    list-style: none;
    display: inline-block; }
    .pagination ul li {
      display: inline-block;
      margin: 0 10px 0 0;
      overflow: hidden;
      border-radius: 4px;
      border: 1px solid #00bcd4; }
      .pagination ul li:after {
        display: none; }
      .pagination ul li a {
        display: inline-block;
        font-size: 14px;
        color: #9b9b9b;
        padding: 10px 15px;
        color: #00bcd4;
        text-decoration: none;
        transition: all 0.2s;
        -webkit-transition: all 0.2s; }
        .pagination ul li a:hover {
          background-color: #00bcd4;
          color: #fff; }
      .pagination ul li.active {
        background-color: #00bcd4;
        display: inline-block;
        font-size: 14px;
        padding: 10px 15px;
        text-decoration: none;
        color: #fff; }
        .pagination ul li.active a {
          color: #fff; }

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  font-weight: normal; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.add_to_cart_modal_overlay, .quick_form_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(85, 85, 85, 0.8);
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s; }
  .shown.add_to_cart_modal_overlay, .shown.quick_form_overlay {
    visibility: visible;
    opacity: 1; }

.no_products_info {
  padding: 25px 15px;
  text-align: center;
  color: #2a2a2a; }

.header_cart_outer {
  position: relative;
  display: inline-block; }
  .header_cart_outer:hover .cart_content {
    visibility: visible; }
  .header_cart_outer .cart_content {
    position: absolute;
    top: 30px;
    right: 0;
    background-color: #fff;
    width: 500px;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    text-align: left;
    visibility: hidden; }
    .header_cart_outer .cart_content table {
      border: none;
      margin: 0;
      max-height: 350px;
      overflow-y: scroll;
      word-break: normal;
      table-layout: fixed; }
      .header_cart_outer .cart_content table thead {
        background-color: transparent; }
        .header_cart_outer .cart_content table thead tr {
          background-color: transparent;
          border: none;
          border-bottom: 1px solid #dbdbdb; }
          .header_cart_outer .cart_content table thead tr td {
            font-size: 14px;
            font-weight: 500;
            color: #b7b7b7;
            border: none; }
      .header_cart_outer .cart_content table tbody tr {
        border: none;
        border-bottom: 1px solid #dbdbdb; }
        .header_cart_outer .cart_content table tbody tr .image_outer span {
          margin: 0 0 0 15px;
          color: #484848;
          font-size: 16px; }
        .header_cart_outer .cart_content table tbody tr .price {
          color: #484848;
          font-size: 16px; }
        .header_cart_outer .cart_content table tbody tr .image {
          width: 75px;
          height: 75px;
          position: relative;
          overflow: hidden;
          border-radius: 4px; }
          .header_cart_outer .cart_content table tbody tr .image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
        .header_cart_outer .cart_content table tbody tr td {
          border: none;
          padding: 10px; }
    .header_cart_outer .cart_content .head {
      font-size: 18px;
      text-transform: uppercase;
      color: #00bcd4;
      font-weight: 500;
      padding: 5px 15px;
      border-bottom: 1px solid #00bcd4; }
    .header_cart_outer .cart_content .button {
      padding: 15px; }
      .header_cart_outer .cart_content .button a {
        display: inline-block; }
    .header_cart_outer .cart_content .footer {
      padding: 5px 15px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      border-top: 1px solid #00bcd4; }
      .header_cart_outer .cart_content .footer span {
        color: #00bcd4;
        font-size: 20px;
        font-weight: 700; }
        .header_cart_outer .cart_content .footer span:first-child {
          text-transform: uppercase; }

.loading {
  position: relative; }
  .loading:before, .loading:after {
    content: "";
    display: inline-block; }
  .loading:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00bcd4;
    z-index: 88; }
  .loading:after {
    width: 25px;
    height: 25px;
    background-image: url("../images/white_loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    z-index: 99; }

.cart_steps_outer {
  padding: 0 25px; }

.cart_steps {
  width: 800px;
  max-width: 100%;
  text-align: left;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border: 1px solid #dadada;
  margin: 0 0 40px 0;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15); }
  .cart_steps .step {
    width: 33.3%;
    border-right: 1px solid #dadada;
    padding: 8px 15px;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .cart_steps .step.active {
      background-color: #00bcd4;
      color: #fff; }
    .cart_steps .step:last-child {
      border-right: none; }

.square_icon {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  border: 1px solid #00bcd4;
  color: #00bcd4;
  transition: all 0.35s;
  -webkit-transition: all 0.35s; }
  .square_icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 16px; }
  .square_icon:hover {
    color: #fff;
    background-color: #00bcd4; }
  .square_icon.red {
    border-color: red;
    color: red; }
  .square_icon.red:hover {
    background-color: red;
    color: #fff; }

.button_v4 {
  color: #00bcd4;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #00bcd4;
  border-radius: 5px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  padding: 8px 15px; }
  .button_v4.reverse:hover {
    background-color: #00a1b5; }
  .button_v4.reverse, .button_v4:hover {
    background-color: #00bcd4;
    color: #fff; }

.remove_product_from_cart {
  transition: all 0.35s;
  -webkit-transition: all 0.35s; }
  .remove_product_from_cart:hover {
    color: #e67070; }

.cart_table {
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #ebebeb; }
  .cart_table .update_total {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .cart_table .update_total .update {
      display: none;
      margin: 0 10px 0 0; }
      .cart_table .update_total .update input {
        position: relative;
        top: -1px; }
  .cart_table .update input {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url("../images/refresh_icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    background-color: transparent;
    vertical-align: middle;
    text-indent: -999999px;
    cursor: pointer; }
  .cart_table .summary {
    border-top: 1px solid #00bcd4;
    padding: 10px 20px; }
    .cart_table .summary .row {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      margin: 0 0 5px 0; }
      .cart_table .summary .row:last-child {
        margin: 0; }
      .cart_table .summary .row.black span {
        color: #2a2a2a; }
      .cart_table .summary .row span {
        color: #00bcd4;
        font-size: 20px; }
  .cart_table .table .head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 15px; }
    .cart_table .table .head span {
      color: #2a2a2a;
      font-size: 22px; }
  .cart_table .table .content {
    padding: 35px 50px;
    text-align: center; }
    .cart_table .table .content input, .cart_table .table .content a {
      display: inline-block;
      width: 100%; }
    .cart_table .table .content input {
      cursor: pointer;
      border-radius: 5px;
      font-size: 15px;
      font-weight: 700;
      padding: 10px 15px; }
  .cart_table .table .footer {
    border-top: 1px solid #ebebeb;
    padding: 15px 25px; }
    .cart_table .table .footer .image {
      width: 14.836795252225517%; }
      .cart_table .table .footer .image img {
        width: 100%; }
    .cart_table .table .footer p {
      width: 85.16320474777449%;
      margin: 0 0 0 15px;
      color: #484848;
      font-size: 14px; }
  .cart_table table {
    margin: 0;
    word-break: normal; }
    .cart_table table .price {
      font-size: 16px;
      color: #2a2a2a; }
    .cart_table table thead {
      border: none; }
      .cart_table table thead tr {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #ebebeb; }
        .cart_table table thead tr td, .cart_table table thead tr th {
          background-color: transparent;
          border: none;
          color: #00bcd4;
          font-size: 18px;
          padding: 13px 20px; }
    .cart_table table tbody .image img {
      border-radius: 5px; }
    .cart_table table tbody .image span {
      color: #484848;
      font-size: 18px;
      margin: 0 0 0 20px; }
    .cart_table table tbody tr {
      border: none;
      border-bottom: 1px solid #ebebeb; }
      .cart_table table tbody tr:last-child {
        border-bottom: none; }
      .cart_table table tbody tr td {
        border: none;
        padding: 10px 20px; }

.add_to_cart_modal {
  position: fixed;
  top: 17%;
  left: calc(50% - 285px);
  z-index: 9999999;
  width: 570px;
  background-color: #fff;
  max-width: 100%;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  border-radius: 5px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  padding: 20px 30px 30px 30px; }
  .add_to_cart_modal.shown {
    visibility: visible;
    opacity: 1;
    top: 20%; }
  .add_to_cart_modal .close {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #00bcd4; }
    .add_to_cart_modal .close i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
  .add_to_cart_modal .head {
    font-weight: 500;
    color: #00bcd4;
    font-size: 20px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #00bcd4;
    text-align: center;
    text-transform: uppercase; }
  .add_to_cart_modal .atc_product_info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 20px 0 0 0; }
    .add_to_cart_modal .atc_product_info .left {
      width: 25%; }
      .add_to_cart_modal .atc_product_info .left img {
        border-radius: 5px;
        width: 100%; }
    .add_to_cart_modal .atc_product_info .right {
      width: 67.3076923076923%; }
      .add_to_cart_modal .atc_product_info .right table {
        word-break: normal;
        table-layout: fixed; }
        .add_to_cart_modal .atc_product_info .right table thead tr {
          background-color: transparent;
          border: none;
          border-bottom: 1px solid #b7b7b7; }
          .add_to_cart_modal .atc_product_info .right table thead tr td {
            color: #00bcd4;
            font-size: 14px;
            border: none; }
        .add_to_cart_modal .atc_product_info .right table tbody [data-modal-product-name] {
          word-wrap: anywhere; }
        .add_to_cart_modal .atc_product_info .right table tbody tr {
          border: none; }
          .add_to_cart_modal .atc_product_info .right table tbody tr td {
            font-size: 14px;
            border: none; }
      .add_to_cart_modal .atc_product_info .right .btns {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
        .add_to_cart_modal .atc_product_info .right .btns a {
          font-size: 15px; }

@media all and (min-width: 0) and (max-width: 700px) {
  .add_to_cart_modal {
    left: 0;
    width: 100%; }
    .add_to_cart_modal .atc_product_info {
      display: inline-block;
      width: 100%; }
      .add_to_cart_modal .atc_product_info .left {
        display: none; }
      .add_to_cart_modal .atc_product_info .right {
        width: 100%; } }
.button_v3 {
  background-color: #00bcd4;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
  padding: 7px 35px 7px 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.35s;
  -webkit-transition: all 0.35s; }
  .button_v3:hover {
    background-color: #00a1b5; }
  .button_v3 i {
    position: absolute;
    top: calc(50% - 9px);
    left: 24px; }

.input_v2 {
  border: none;
  font-size: 18px;
  color: #2a2a2a;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #d0d0d0;
  padding: 5px 5px 5px 3px; }
  .input_v2::-webkit-input-placeholder {
    color: #bfbfbf;
    font-weight: 300; }
  .input_v2::-moz-placeholder {
    color: #bfbfbf;
    font-weight: 300; }
  .input_v2:-ms-input-placeholder {
    color: #bfbfbf;
    font-weight: 300; }
  .input_v2:-moz-placeholder {
    color: #bfbfbf;
    font-weight: 300; }

.quick_form {
  position: fixed;
  top: 17%;
  left: calc(50% - 380px);
  z-index: 9999999;
  width: 760px;
  background-color: #fff;
  max-width: 100%;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .quick_form .logo_white {
    display: none; }
  .quick_form.shown {
    visibility: visible;
    opacity: 1;
    top: 20%; }
  .quick_form label {
    width: 100%;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px; }
    .quick_form label .checkb {
      position: absolute;
      display: inline-block;
      width: 17px;
      height: 17px;
      border: 1px solid #e1e1e1;
      border-radius: 3px;
      background-color: #fff;
      top: 0;
      left: 0; }
      .quick_form label .checkb:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 5px;
        width: 4px;
        height: 9px;
        border-right: 2px solid #00bcd4;
        border-bottom: 2px solid #00bcd4;
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
        opacity: 0; }
    .quick_form label > input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
      .quick_form label > input:checked + .checkb:after {
        opacity: 1; }
    .quick_form label p {
      font-size: 12px;
      color: #aaa; }
  .quick_form .left, .quick_form .right {
    width: 50%; }
  .quick_form .left {
    position: relative; }
    .quick_form .left > img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      z-index: -1;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .quick_form .left .info {
      padding: 25px 25px 15px 25px; }
      .quick_form .left .info p {
        padding: 15px 0 0 0;
        position: relative;
        margin: 10px 0 0 0;
        font-weight: 400; }
        .quick_form .left .info p:before {
          content: "";
          display: inline-block;
          width: 65px;
          height: 2px;
          position: absolute;
          top: 0;
          left: 0;
          background-color: #00bcd4; }
    .quick_form .left .phone {
      display: inline-block;
      background-color: #00bcd4;
      color: #fff;
      padding: 5px 20px 5px 25px;
      font-size: 22px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
      .quick_form .left .phone i {
        font-size: 23px;
        margin: 0 10px 0 0; }
  .quick_form .right {
    padding: 30px;
    position: relative; }
    .quick_form .right .close {
      display: inline-block;
      padding: 11px 17px;
      position: absolute;
      right: 0;
      top: 0;
      color: #00bcd4;
      cursor: pointer; }
    .quick_form .right h3 {
      color: #2a2a2a;
      font-weight: 400;
      font-size: 22px;
      margin: 0 0 15px 0; }
    .quick_form .right .input_container {
      margin: 0 0 20px 0; }
      .quick_form .right .input_container:last-child {
        margin: 0; }
    .quick_form .right .btn {
      margin: 25px 0 0 0;
      text-align: right; }

@media all and (min-width: 0) and (max-width: 900px) {
  .quick_form {
    width: 100%;
    left: 0; } }
@media all and (min-width: 0) and (max-width: 700px) {
  .quick_form {
    display: inline-block;
    width: 100%; }
    .quick_form .logo_v2 {
      display: none; }
    .quick_form .logo_white {
      display: inline-block; }
    .quick_form .left, .quick_form .right {
      width: 100%; }
    .quick_form .right .btn {
      text-align: center; }
    .quick_form .left {
      background-color: rgba(0, 188, 212, 0.78);
      text-align: center;
      padding: 0 20px 30px 20px; }
      .quick_form .left .phone {
        border-radius: 5px;
        color: #00bcd4;
        background-color: #fff; }
      .quick_form .left .info p:before {
        background-color: #fff;
        left: calc(50% - 32px); } }
.list_v2 h3 {
  background-color: #00bcd4;
  color: #fff;
  font-size: 22px;
  padding: 13px 15px;
  font-weight: 500;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }
.list_v2 ul {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px solid #e0dfdf;
  border-right: 1px solid #e0dfdf;
  border-bottom: 1px solid #e0dfdf; }
  .list_v2 ul li {
    border-bottom: 1px solid #e0dfdf; }
    .list_v2 ul li.active a {
      background-color: #00bcd4;
      color: #fff; }
      .list_v2 ul li.active a:hover {
        background-color: #00a5bb; }
    .list_v2 ul li:last-child {
      border-bottom: none; }
    .list_v2 ul li a {
      display: inline-block;
      width: 100%;
      padding: 12px 15px;
      font-size: 18px;
      font-weight: 300;
      color: #2a2a2a;
      background-color: transparent;
      transition: all 0.35s;
      -webkit-transition: all 0.35s; }
      .list_v2 ul li a:hover {
        background-color: #e5e5e5; }

.default_header {
  text-align: center; }
  .default_header p {
    color: #00bcd4;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: -1px; }
  .default_header h2 {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 42px;
    color: #2a2a2a;
    font-weight: 300; }
    .default_header h2 span {
      position: relative;
      display: inline-block;
      background-color: #fff;
      padding: 0 30px;
      z-index: 5;
      line-height: 1.2; }
    .default_header h2:before {
      content: "";
      display: inline-block;
      width: 100%;
      height: 2px;
      background-color: #00bcd4;
      position: absolute;
      top: 50%;
      left: 0; }

@media all and (min-width: 0) and (max-width: 800px) {
  .default_header p {
    font-size: 17px; }

  .default_header h2 {
    line-height: 0.45; }
  .default_header h2:before {
    top: calc(50% + 7px); }

  .default_header h2 span {
    font-weight: 300;
    font-size: 22px; } }
p, .subpage_content p {
  font-size: 18px;
  font-weight: 300;
  color: #2a2a2a; }

.header_cart {
  position: relative;
  display: inline-block; }
  .header_cart span {
    position: absolute;
    top: -2px;
    right: -14px;
    display: inline-block;
    width: 23px;
    height: 23px;
    font-size: 11px;
    color: #fff;
    background-color: #00bcd4;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50%; }

.product_box {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding: 0 0 70px 0;
  text-align: center;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  height: 100%; }
  .product_box:hover {
    -webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1); }
  .product_box.vertical {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    text-align: left;
    padding: 0;
    -webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1); }
    .product_box.vertical .left {
      width: 31.84713375796178%;
      display: inline-block; }
      .product_box.vertical .left .image {
        width: 100%;
        height: 100%; }
        .product_box.vertical .left .image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
    .product_box.vertical .right {
      width: 68.15286624203821%;
      position: relative;
      display: inline-block;
      padding: 20px 30px 20px 20px; }
      .product_box.vertical .right .note {
        color: #00bcd4;
        font-size: 14px;
        font-weight: 300; }
      .product_box.vertical .right .head {
        margin: 0; }
        .product_box.vertical .right .head h3 {
          padding: 0 0 15px 0; }
          .product_box.vertical .right .head h3:before {
            left: 0; }
      .product_box.vertical .right .footer {
        position: absolute;
        bottom: 20px;
        right: 30px;
        left: auto;
        text-align: right;
        width: auto; }
  .product_box .image img {
    width: 100%;
    float: left; }
  .product_box .head {
    margin: 25px 0 0 0;
    display: inline-block;
    width: 100%; }
    .product_box .head p {
      font-size: 18px;
      color: #00bcd4; }
    .product_box .head h3 {
      color: #2a2a2a;
      font-weight: 500;
      position: relative;
      padding: 0 15px 15px 15px;
      font-size: 26px; }
      .product_box .head h3 a {
        word-break: break-word; }
      .product_box .head h3:before {
        content: "";
        display: inline-block;
        width: 43px;
        height: 2px;
        background-color: #00bcd4;
        position: absolute;
        bottom: 0;
        left: calc(50% - 21px); }
  .product_box .content {
    margin: 10px 0 0 0;
    padding: 0 15px; }
    .product_box .content.no_padding {
      padding: 0; }
    .product_box .content .price {
      font-weight: 600;
      color: #00bcd4;
      font-size: 26px;
      margin: 6px 0; }
      .product_box .content .price del {
        color: #a2a2a2;
        margin: 0 10px 0 0; }
  .product_box .footer {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%; }
    .product_box .footer a {
      margin: 0 5px 0 0; }
      .product_box .footer a:last-child {
        margin: 0; }

@media all and (min-width: 0) and (max-width: 800px) {
  .product_box {
    padding: 0 0 40px 0; }
    .product_box.vertical .right .footer {
      position: static;
      text-align: left;
      margin: 15px 0 0 0; }

  .product_box .head h3 {
    font-size: 22px; } }
@media all and (min-width: 0) and (max-width: 550px) {
  .product_box.vertical {
    display: inline-block;
    width: 100%; }

  .product_box.vertical .left,
  .product_box.vertical .right {
    width: 100%; }

  .product_box.vertical .head h3 {
    margin: 15px 0 0 0; } }
.cart_button.disabled,
.cart_button, .search_button {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 5px 10px;
  background-color: #00bcd4;
  border-radius: 5px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s; }
  .cart_button.disabled:hover,
  .cart_button:hover, .search_button:hover {
    background-color: #00a1b5; }
  .cart_button.disabled i,
  .cart_button i, .search_button i {
    margin: 0 5px 0 0; }

.cart_button.disabled {
  background-color: #6f6c6c;
  cursor: default; }
  .cart_button.disabled:hover {
    background-color: #6f6c6c; }

.search_button i {
  margin: 0; }

.button_v2 {
  display: inline-block;
  cursor: pointer;
  font-size: 22px;
  color: #00bcd4;
  padding: 15px 25px 15px 65px;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  z-index: 23; }
  .button_v2:before, .button_v2:after {
    content: "";
    display: inline-block;
    position: absolute; }
  .button_v2:before {
    width: 28px;
    height: 27px;
    background-image: url("../images/button_v2_icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    top: calc(50% - 13px);
    left: 20px; }
  .button_v2:after {
    width: calc(100% + 50px);
    height: calc(100% + 38px);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: -1; }

.news_box {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding: 0 0 80px 0;
  -webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
  height: 100%; }
  .news_box .content {
    padding: 0 20px; }
  .news_box .image img {
    width: 100%;
    float: left; }
  .news_box .date {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0;
    color: #aaa;
    font-size: 13px;
    font-weight: 500; }
  .news_box h3 {
    color: #2a2a2a;
    font-weight: 500;
    position: relative;
    padding: 0 0 15px 0;
    font-size: 26px; }
    .news_box h3:before {
      content: "";
      display: inline-block;
      width: 43px;
      height: 2px;
      background-color: #00bcd4;
      position: absolute;
      bottom: 0;
      left: calc(50% - 21px); }
  .news_box p {
    margin: 15px 0 0 0;
    font-size: 18px;
    color: #2a2a2a;
    font-weight: 300; }
  .news_box .footer {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center; }

.default_button {
  border: none;
  display: inline-block;
  cursor: pointer;
  background-color: #00bcd4;
  color: #fff;
  padding: 5px 15px;
  font-size: 18px;
  border-radius: 5px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s; }
  .default_button.v2 {
    font-weight: 300;
    padding: 10px 15px; }
  .default_button:hover {
    background-color: #00a1b5; }

.socials.v2 {
  text-align: center; }
  .socials.v2 a {
    color: #bbb;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    margin: 0 30px 0 0;
    font-size: 30px; }
    .socials.v2 a:hover {
      color: #00bcd4; }
.socials a {
  font-size: 24px;
  color: #00bcd4;
  display: inline-block;
  margin: 0 15px 0 0; }
  .socials a:last-child {
    margin: 0; }

.breadcrumbs {
  background-color: #f3f3f3;
  padding: 5px 0; }
  .breadcrumbs ul li {
    display: inline-block;
    color: #616161;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    padding: 0 20px 0 0; }
    .breadcrumbs ul li:before {
      content: '/';
      display: inline-block;
      position: absolute;
      top: auto;
      right: 6px; }
    .breadcrumbs ul li:last-child:before {
      display: none; }

@media all and (min-width: 0) and (max-width: 1230px) {
  .breadcrumbs ul {
    padding: 0 15px; } }
.subpage_header {
  margin: 25px 0 40px 0; }
  .subpage_header h2 {
    line-height: 1 !important; }

@media all and (min-width: 0) and (max-width: 800px) {
  .subpage_header {
    margin: 0 0 40px 0; } }
.news_box_v2 {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding: 0 0 75px 0;
  -webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #e1e1e1; }
  .news_box_v2 .content {
    padding: 10px 15px;
    display: inline-block;
    width: 100%; }
  .news_box_v2 .image img {
    width: 100%;
    float: left; }
  .news_box_v2 h3 {
    font-weight: 500;
    font-size: 22px;
    margin: 10px 0 0 0; }
  .news_box_v2 .news_info {
    margin: 20px 0 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    color: #595959;
    padding: 0 0 20px 0;
    position: relative; }
    .news_box_v2 .news_info .author, .news_box_v2 .news_info .comments, .news_box_v2 .news_info .date {
      position: relative;
      margin: 0 10px 0 0; }
      .news_box_v2 .news_info .author:last-child, .news_box_v2 .news_info .comments:last-child, .news_box_v2 .news_info .date:last-child {
        margin: 0; }
      .news_box_v2 .news_info .author:before, .news_box_v2 .news_info .comments:before, .news_box_v2 .news_info .date:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0; }
    .news_box_v2 .news_info .author {
      padding: 0 0 0 18px; }
      .news_box_v2 .news_info .author:before {
        width: 11px;
        height: 13px;
        background-image: url("../images/person_icon.png");
        background-repeat: no-repeat;
        background-position: center center;
        top: 2px; }
    .news_box_v2 .news_info .comments {
      padding: 0 0 0 23px; }
      .news_box_v2 .news_info .comments:before {
        width: 17px;
        height: 15px;
        background-image: url("../images/comments_icon.png");
        background-repeat: no-repeat;
        background-position: center center;
        top: 1px; }
    .news_box_v2 .news_info .date {
      padding: 0 0 0 20px; }
      .news_box_v2 .news_info .date:before {
        width: 13px;
        height: 15px;
        background-image: url("../images/calendar_icon.png");
        background-repeat: no-repeat;
        background-position: center center;
        top: 1px; }
    .news_box_v2 .news_info:before {
      content: "";
      display: inline-block;
      width: 65px;
      height: 2px;
      background-color: #00bcd4;
      position: absolute;
      bottom: 0;
      left: calc(50% - 32px); }
  .news_box_v2 p {
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 18px; }
  .news_box_v2 .footer {
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0;
    text-align: center; }

.default_box {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  padding: 20px; }
  .default_box .box_content {
    margin: 20px 0 0 0; }
  .default_box h3 {
    font-size: 22px;
    font-weight: 400;
    color: #2a2a2a;
    text-align: center; }

.sidebar > * {
  margin: 0 0 35px 0; }
  .sidebar > *:last-child {
    margin: 0; }

.mobile_search_bar {
  position: relative;
  display: inline-block; }
  .mobile_search_bar.mobile {
    display: none; }
    .mobile_search_bar.mobile .mobile_search_bar_inner {
      position: static;
      display: inline-block;
      width: 100%;
      text-align: center; }
  .mobile_search_bar .mobile_search_bar_inner {
    position: absolute;
    overflow: hidden;
    width: 0;
    top: 0;
    right: -9px; }
    .mobile_search_bar .mobile_search_bar_inner .search_form {
      width: 250px; }
      .mobile_search_bar .mobile_search_bar_inner .search_form input {
        height: 36px;
        font-size: 13px; }
      .mobile_search_bar .mobile_search_bar_inner .search_form button {
        height: 36px; }

@media all and (min-width: 0) and (max-width: 600px) {
  #main_header .options .header_cart_outer {
    margin: 0;
    top: -10px; }
    #main_header .options .header_cart_outer .cart_content {
      right: 0;
      width: 70vw;
      display: none !important; }

  .mobile_search_bar a {
    display: none; }
  .mobile_search_bar .mobile_search_bar_inner {
    display: none; }
  .mobile_search_bar.mobile {
    display: inline-block; }
    .mobile_search_bar.mobile .mobile_search_bar_inner {
      margin: 20px 0 0 0;
      max-width: 100%; }
      .mobile_search_bar.mobile .mobile_search_bar_inner .search_form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
.search_form {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .search_form input {
    font-size: 18px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 10px;
    background-color: #f8f8f8;
    border: none;
    width: calc(100% - 41px);
    height: 41px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    .search_form input::-webkit-input-placeholder {
      font-weight: 300; }
    .search_form input::-moz-placeholder {
      font-weight: 300; }
    .search_form input:-ms-input-placeholder {
      font-weight: 300; }
    .search_form input:-moz-placeholder {
      font-weight: 300; }
  .search_form button {
    display: inline-block;
    color: #fff;
    background-color: #00bcd4;
    width: 41px;
    height: 41px;
    cursor: pointer;
    font-size: 18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }

.menu_v2 li a {
  width: 100%;
  font-weight: 300;
  font-size: 18px;
  color: #2a2a2a;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #ebebeb; }
.menu_v2 li:last-child a {
  border: none; }

.contact_box {
  text-align: center; }
  .contact_box p {
    margin: 15px 0 0 0; }
    .contact_box p span {
      color: #2a2a2a;
      font-size: 18px;
      font-weight: 300;
      display: inline-block;
      width: 100%; }
      .contact_box p span a {
        color: #2a2a2a;
        border-bottom: none; }

.default_input {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  padding: 10px 15px;
  font-family: "Open Sans", sans-serif; }
  .default_input.sm {
    font-size: 13px;
    padding: 5px 12px; }
    .default_input.sm::-webkit-input-placeholder {
      font-size: 13px; }
    .default_input.sm::-moz-placeholder {
      font-size: 13px; }
    .default_input.sm:-ms-input-placeholder {
      font-size: 13px; }
    .default_input.sm:-moz-placeholder {
      font-size: 13px; }
  .default_input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bababa;
    font-size: 15px; }
  .default_input::-moz-placeholder {
    /* Firefox 19+ */
    color: #bababa;
    font-size: 15px; }
  .default_input:-ms-input-placeholder {
    /* IE 10+ */
    color: #bababa;
    font-size: 15px; }
  .default_input:-moz-placeholder {
    /* Firefox 18- */
    color: #bababa;
    font-size: 15px; }

.product_box_sm {
  display: inline-block;
  width: 100%;
  transition: all 0.35s;
  -webkit-transition: all 0.35s; }
  .product_box_sm:hover {
    -webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1); }
  .product_box_sm .image {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .product_box_sm .image img {
      width: 100%;
      float: left; }
  .product_box_sm .info {
    margin: 20px 0;
    padding: 0 30px; }
    .product_box_sm .info h4 {
      font-size: 19px;
      color: #2a2a2a;
      text-align: center;
      font-weight: 400; }
    .product_box_sm .info .price {
      text-align: center;
      margin: 15px 0 0 0; }
      .product_box_sm .info .price del, .product_box_sm .info .price span {
        font-weight: 600;
        font-size: 19px; }
      .product_box_sm .info .price del {
        color: #a2a2a2;
        margin: 0 10px 0 0; }
      .product_box_sm .info .price span {
        color: #00bcd4; }

.arrows_input {
  width: 90px;
  height: 50px;
  border-radius: 4px;
  background-color: #eceff1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden; }
  .arrows_input.sm {
    width: 70px;
    height: 40px; }
    .arrows_input.sm input {
      font-size: 15px; }
  .arrows_input .prev, .arrows_input .next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25px;
    cursor: pointer;
    transition: all 0.35s;
    -webkit-transition: all 0.35s; }
    .arrows_input .prev:hover, .arrows_input .next:hover {
      background-color: #e2e2e2; }
    .arrows_input .prev:before, .arrows_input .next:before {
      content: "";
      display: inline-block;
      width: 7px;
      height: 16px;
      position: absolute;
      top: calc(50% - 8px); }
  .arrows_input .prev {
    left: 0; }
    .arrows_input .prev:before {
      left: 10px;
      background-image: url("../images/arrow_input_left.png");
      background-repeat: no-repeat;
      background-position: center center; }
  .arrows_input .next {
    right: 0; }
    .arrows_input .next:before {
      right: 10px;
      background-image: url("../images/arrow_input_right.png");
      background-repeat: no-repeat;
      background-position: center center; }
  .arrows_input input {
    width: 40px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    background-color: transparent;
    color: #4f4f4f;
    border: none; }

@media all and (min-width: 0) and (max-width: 600px) {
  .arrows_input.sm {
    width: 100px; } }
.lg_button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  background-color: #00bcd4;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  transition: all 0.35s;
  -webkit-transition: all 0.35s; }
  .lg_button:hover {
    background-color: #009cb0; }

.scrollToTop {
  display: inline-block;
  width: 43px;
  height: 43px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #00bcd4;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s; }
  .scrollToTop.shown {
    visibility: visible;
    opacity: 1; }
  .scrollToTop:before {
    content: "";
    display: inline-block;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    position: absolute;
    border-radius: 5px;
    background-color: rgba(0, 188, 212, 0.25);
    top: -7px;
    left: -7px;
    z-index: -1;
    border: 1px solid #00bcd4;
    -webkit-box-shadow: 0px 0px 3px 4px rgba(255, 255, 255, 0.47);
    -moz-box-shadow: 0px 0px 3px 4px rgba(255, 255, 255, 0.47);
    box-shadow: 0px 0px 3px 4px rgba(255, 255, 255, 0.47); }
  .scrollToTop img {
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 11px); }

/* Form errors */
.input_container {
  position: relative; }

.error {
  position: absolute;
  top: -6px;
  left: 0;
  white-space: nowrap;
  font-size: 11px;
  color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #c02626;
  padding: 2px 10px;
  border-radius: 5px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  visibility: visible;
  opacity: 1; }
  .error[data-hidden="true"] {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-85%);
    -webkit-transform: translateY(-85%);
    -ms-transform: translateY(-85%); }

.subpage_content img {
  max-width: 100%; }
.subpage_content p {
  margin: 0 0 20px 0; }
  .subpage_content p span {
    display: inline-block; }
.subpage_content h1, .subpage_content h2, .subpage_content h3, .subpage_content h4, .subpage_content h5, .subpage_content h6 {
  color: #2a2a2a;
  font-weight: 300;
  margin: 30px 0 20px 0; }
.subpage_content .centered_headers h1, .subpage_content .centered_headers h2, .subpage_content .centered_headers h3, .subpage_content .centered_headers h4, .subpage_content .centered_headers h5, .subpage_content .centered_headers h6 {
  text-align: center; }
.subpage_content h1 {
  font-size: 42px; }
.subpage_content h2 {
  font-size: 32px; }
.subpage_content h3 {
  font-size: 26px; }
.subpage_content h4 {
  font-size: 22px; }
.subpage_content h5 {
  font-size: 20px; }
.subpage_content h6 {
  font-size: 18px; }
.subpage_content ul, .subpage_content ol {
  margin: 0 0 25px 0; }
  .subpage_content ul li, .subpage_content ol li {
    font-weight: 300;
    font-size: 18px;
    color: #2a2a2a;
    margin: 0 0 5px 0; }
    .subpage_content ul li a, .subpage_content ol li a {
      color: #00bcd4;
      transition: all 0.35s;
      -webkit-transition: all 0.35s; }
      .subpage_content ul li a:hover, .subpage_content ol li a:hover {
        color: #00a1b5; }
    .subpage_content ul li:last-child, .subpage_content ol li:last-child {
      margin: 0; }
.subpage_content ol {
  padding: 0 0 0 20px; }
.subpage_content ul li {
  position: relative;
  padding: 0 0 0 35px; }
  .subpage_content ul li:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 8px;
    border-left: 2px solid #00bcd4;
    border-bottom: 2px solid #00bcd4;
    position: absolute;
    top: 3px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.subpage_content table {
  border: none;
  margin: 15px 0 20px 0; }
  .subpage_content table thead tr {
    border: none;
    background-color: transparent; }
    .subpage_content table thead tr td {
      background-color: #f2f2f2;
      font-size: 18px;
      color: #2a2a2a;
      font-weight: 300;
      border-right: none;
      padding: 15px; }
      .subpage_content table thead tr td:first-child {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px; }
      .subpage_content table thead tr td:last-child {
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px; }
  .subpage_content table tbody tr {
    border: none;
    border-bottom: 1px solid #ebebeb; }
    .subpage_content table tbody tr td {
      font-size: 18px;
      color: #2a2a2a;
      font-weight: 300;
      padding: 15px;
      border: none; }

.default_slider_view_outer {
  text-align: center; }
  .default_slider_view_outer .default_slider_view {
    display: inline-block;
    width: 700px;
    max-width: 100%; }
    .default_slider_view_outer .default_slider_view .swiper-slide img {
      max-width: 100%; }

.megamenu {
  display: inline-block;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e0dfdf;
  position: relative; }
  .megamenu:before {
    content: "";
    display: inline-block;
    width: calc(50% - 456px);
    height: 100%;
    z-index: -1;
    background-color: #00bcd4;
    position: absolute;
    left: 0;
    top: 0; }
  .megamenu:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #00bcd4;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: calc(50% - 30px);
    display: none; }
  .megamenu .megamenu_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 50px; }
    .megamenu .megamenu_inner .headline {
      position: relative;
      width: 12%;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .megamenu .megamenu_inner .headline:before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 49px;
        position: absolute;
        top: 0;
        right: -17px;
        background-image: url("../images/megamenu_arrow.png");
        background-repeat: no-repeat;
        background-position: center center; }
      .megamenu .megamenu_inner .headline h3 {
        color: #fff;
        font-weight: lighter;
        font-size: 16px; }
    .megamenu .megamenu_inner .menu {
      width: 78%;
      height: 100%;
      padding: 0 0 0 80px; }
      .megamenu .megamenu_inner .menu > ul {
        height: 100%; }
        .megamenu .megamenu_inner .menu > ul > li {
          display: inline-block;
          margin: 0 15px 0 0;
          height: 100%;
          position: relative;
          border-left: 1px solid transparent;
          border-right: 1px solid transparent; }
          .megamenu .megamenu_inner .menu > ul > li:before {
            content: "";
            display: inline-block;
            width: 100%;
            height: 1px;
            background-color: #fff;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 99999;
            display: none; }
          .megamenu .megamenu_inner .menu > ul > li .megamenu_details {
            position: absolute;
            top: 50px;
            left: -1px;
            z-index: 99999;
            display: none; }
            .megamenu .megamenu_inner .menu > ul > li .megamenu_details.reverse {
              left: auto;
              right: -1px; }
          .megamenu .megamenu_inner .menu > ul > li:hover {
            border-color: #e0dfdf; }
            .megamenu .megamenu_inner .menu > ul > li:hover:before {
              display: inline-block; }
            .megamenu .megamenu_inner .menu > ul > li:hover > a, .megamenu .megamenu_inner .menu > ul > li:hover > span {
              color: #00bcd4; }
            .megamenu .megamenu_inner .menu > ul > li:hover .megamenu_details {
              display: -webkit-inline-box;
              display: -webkit-inline-flex;
              display: -moz-inline-flex;
              display: -ms-inline-flexbox;
              display: inline-flex; }
          .megamenu .megamenu_inner .menu > ul > li > a, .megamenu .megamenu_inner .menu > ul > li > span {
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            padding: 15px 10px;
            color: #2a2a2a;
            height: 100%;
            cursor: pointer; }
    .megamenu .megamenu_inner .more {
      width: 10%;
      height: 100%;
      position: relative;
      text-align: right; }
      .megamenu .megamenu_inner .more .more_inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        height: 100%; }
        .megamenu .megamenu_inner .more .more_inner:hover ul {
          display: inline-block; }
      .megamenu .megamenu_inner .more .more_btn {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        width: 60px;
        height: 40px;
        border-radius: 7px;
        text-align: center;
        background-color: #00bcd4;
        cursor: pointer;
        line-height: 0.7; }
        .megamenu .megamenu_inner .more .more_btn span {
          font-size: 13px;
          color: #fff; }
      .megamenu .megamenu_inner .more ul {
        display: none;
        position: absolute;
        top: 50px;
        right: 0;
        border: 1px solid #e0dfdf;
        border-top: none;
        width: 280px;
        z-index: 9999;
        background-color: #fff; }
        .megamenu .megamenu_inner .more ul li {
          border-bottom: 1px solid #e0dfdf; }
          .megamenu .megamenu_inner .more ul li:last-child {
            border-bottom: none; }
          .megamenu .megamenu_inner .more ul li a {
            display: inline-block;
            width: 100%;
            color: #2a2a2a;
            font-size: 16px;
            font-weight: 300;
            padding: 15px 10px;
            transition: all 0.35s;
            -webkit-transition: all 0.35s; }
            .megamenu .megamenu_inner .more ul li a:hover {
              color: #00bcd4; }

.megamenu_details {
  background-color: #fff;
  width: 500px;
  position: relative;
  border: 1px solid #e0dfdf;
  border-top: none;
  padding: 15px; }
  .megamenu_details .list, .megamenu_details .product {
    width: 50%; }
  .megamenu_details .list {
    border-right: 1px solid #e0dfdf; }
    .megamenu_details .list ul li {
      display: inline-block;
      width: 100%;
      margin: 0 0 10px 0; }
      .megamenu_details .list ul li:last-child {
        margin: 0; }
      .megamenu_details .list ul li a {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        font-weight: 300;
        color: #2a2a2a;
        transition: all 0.35s;
        -webkit-transition: all 0.35s; }
        .megamenu_details .list ul li a:hover {
          color: #00bcd4; }
        .megamenu_details .list ul li a span {
          display: inline-block;
          width: 100%; }
  .megamenu_details .product a {
    display: inline-block;
    width: 100%;
    text-align: center; }
  .megamenu_details .product strong {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #00bcd4;
    margin: 0 0 5px 0; }
  .megamenu_details .product .image {
    width: 92px;
    height: 92px;
    position: relative;
    text-align: center;
    margin: 5px 0 0 0;
    display: inline-block; }
    .megamenu_details .product .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .megamenu_details .product h4 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align: center; }
    .megamenu_details .product h4 span {
      display: inline-block;
      width: 100%; }
  .megamenu_details .product .price {
    margin: 15px 0 0 0;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #00bcd4; }
  .megamenu_details .product p {
    font-size: 10px;
    font-weight: 300;
    color: #00bcd4;
    text-align: center; }

@media all and (min-width: 0) and (max-width: 1250px) {
  .megamenu {
    display: none; } }
.main_banner {
  display: inline-block;
  width: 100%; }

.search_box .search_box_left {
  flex: 0 0 300px;
  margin: 0 30px 0 0; }
  .search_box .search_box_left .image img {
    max-width: 100%; }
.search_box .search_box_right {
  width: 100%; }
  .search_box .search_box_right h3 {
    margin: 0;
    text-transform: uppercase;
    color: #00bcd4;
    font-weight: 400;
    padding: 0 0 10px 0;
    position: relative; }
    .search_box .search_box_right h3:before {
      content: "";
      display: inline-block;
      width: 50px;
      height: 2px;
      background-color: #00bcd4;
      position: absolute;
      bottom: 0;
      left: 0; }
  .search_box .search_box_right .date,
  .search_box .search_box_right p {
    margin: 20px 0 0 0; }
  .search_box .search_box_right .date {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    padding: 0 0 0 28px;
    margin: 35px 0 0 0; }
    .search_box .search_box_right .date span {
      display: inline-block;
      padding: 2px 0 0 0; }
    .search_box .search_box_right .date:before {
      content: "";
      display: inline-block;
      width: 17px;
      height: 19px;
      background-image: url("../images/calendar_icon_lg.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-position: center center;
      position: absolute;
      top: 2px;
      left: 0; }

#subpage .content, #realizations .content, #realizations-single .content, #portfolio .content, #gallery .content, #gallery-single .content, #news .content, #news-single .content, #news-category .content, #contact .content {
  text-align: center; }
  #subpage .content header, #realizations .content header, #realizations-single .content header, #portfolio .content header, #gallery .content header, #gallery-single .content header, #news .content header, #news-single .content header, #news-category .content header, #contact .content header {
    text-align: center; }
#subpage .inner, #realizations .inner, #realizations-single .inner, #portfolio .inner, #gallery .inner, #gallery-single .inner, #news .inner, #news-single .inner, #news-category .inner, #contact .inner {
  display: inline-block;
  width: 100%;
  text-align: left; }
  @media all and (min-width: 0) and (max-width: 1230px) {
    #subpage .inner, #realizations .inner, #realizations-single .inner, #portfolio .inner, #gallery .inner, #gallery-single .inner, #news .inner, #news-single .inner, #news-category .inner, #contact .inner {
      padding: 0 15px; } }

/* Subpage */
#subpage p {
  margin: 0 0 20px 0; }

/* Realizations */
/* Realizations - wpis */
#realizations-single p {
  margin: 0 0 20px 0; }

/* Portfolio */
/* Galeria - kategorie */
/* Galeria */
/* Aktualności */
/* Aktualności - wpis */
#news-single .inner p {
  margin: 0 0 20px 0; }

/* Aktualności - kategoria */
/* Kontakt */
#main_header {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.06);
  padding: 20px 0; }
  #main_header h1 {
    display: inline-block;
    line-height: .1; }
    #main_header h1 a {
      text-indent: -999999px;
      width: 265px;
      height: 25px;
      display: inline-block;
      background-image: url("../images/logo.svg");
      background-repeat: no-repeat;
      background-position: center center; }
  #main_header .menu_options {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  #main_header .main_menu {
    margin: 0 50px 0 0; }
    #main_header .main_menu li {
      display: inline-block;
      margin: 0 20px 0 0; }
      #main_header .main_menu li:last-child {
        margin: 0; }
      #main_header .main_menu li.active a {
        background-color: #00bcd4;
        color: #fff; }
        #main_header .main_menu li.active a:hover {
          color: #fff; }
      #main_header .main_menu li a {
        color: #2a2a2a;
        font-size: 20px;
        padding: 7px 18px;
        border-radius: 5px;
        display: inline-block;
        transition: all 0.35s;
        -webkit-transition: all 0.35s; }
        #main_header .main_menu li a:hover {
          color: #00bcd4; }
  #main_header .options .header_cart_outer {
    margin: 0 0 0 12px; }
  #main_header .options .mobile_search_bar a, #main_header .options .header_cart {
    font-size: 23px;
    color: #00bcd4;
    margin: 0 8px 0 0; }
    #main_header .options .mobile_search_bar a:last-child, #main_header .options .header_cart:last-child {
      margin: 0; }

#mobile_menu {
  color: #00bcd4;
  border-top: 1px solid #00bcd4;
  border-bottom: 1px solid #00bcd4;
  text-transform: uppercase; }

@media all and (min-width: 0) and (max-width: 1240px) {
  #main_header .options a:last-child {
    margin: 0 20px 0 0; } }
@media all and (min-width: 0) and (max-width: 1200px) {
  #main_header .options a:last-child {
    margin: 0; } }
@media all and (min-width: 0) and (max-width: 1200px) {
  .header_cart_outer .cart_content {
    right: -250px; }

  #main_header {
    text-align: center; }
    #main_header .menu_options {
      display: inline-block;
      width: 100%;
      text-align: center; }
      #main_header .menu_options .main_menu {
        margin: 0; }
      #main_header .menu_options .options {
        margin: 15px 0 0 0; } }
@media all and (min-width: 0) and (max-width: 650px) {
  #main_header .main_menu li {
    margin: 0; }
    #main_header .main_menu li a {
      font-size: 18px; } }
.swiper-container.main_slider .swiper-slide {
  min-height: 361px;
  background-color: #fff; }

.menu_slider {
  margin: 47px 0 65px 0; }
  .menu_slider .list_v2 h3 i {
    font-size: 12px;
    margin: 0 0 0 10px;
    position: relative;
    top: -3px;
    display: none; }

.swiper-container.main_slider .swiper-slide {
  min-height: auto; }

.homeslider {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background-color: #00bcd4;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 361px;
  display: none !important; }
  .homeslider .image {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 37.5%;
    overflow: hidden;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    overflow: hidden;
    position: relative;
    right: -60px; }
    .homeslider .image .image_inner {
      width: 100%;
      height: 100%;
      position: relative; }
      .homeslider .image .image_inner img {
        -webkit-transform: skew(20deg);
        -moz-transform: skew(20deg);
        -o-transform: skew(20deg); }
    .homeslider .image img {
      position: absolute;
      width: 120%;
      height: auto;
      left: -60px;
      top: 0; }
  .homeslider .content {
    width: 62.5%;
    padding: 32px 30px; }
  .homeslider h2 {
    font-size: 32px;
    font-weight: 500;
    color: #fff; }
    .homeslider h2 span {
      display: inline-block;
      width: 100%;
      font-weight: 800; }
  .homeslider h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin: 30px 0 0 0; }
  .homeslider p {
    font-size: 18px;
    color: #fff;
    margin: 25px 0 0 0; }

@media all and (min-width: 0) and (max-width: 1230px) {
  .menu_slider {
    padding: 0 15px; } }
@media all and (min-width: 0) and (max-width: 800px) {
  .menu_slider {
    margin: 47px 0 15px 0; }

  .menu_slider .list_v2 {
    padding: 0 35px; }
    .menu_slider .list_v2 h3 {
      text-align: center;
      border-radius: 5px; }
      .menu_slider .list_v2 h3 i {
        display: inline-block; }
    .menu_slider .list_v2 ul {
      display: none; }
      .menu_slider .list_v2 ul li {
        text-align: center; }

  .menu_slider .col_4_12 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .menu_slider .col_8_12 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .homeslider {
    display: inline-block;
    position: relative;
    text-align: center; }
    .homeslider:before {
      content: "";
      display: inline-block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 188, 212, 0.65);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
    .homeslider h2 {
      font-size: 18px; }
    .homeslider h3, .homeslider p {
      font-size: 15px; }
    .homeslider .content {
      width: 100%;
      position: relative;
      z-index: 12; }
    .homeslider .image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 4;
      width: 100%;
      height: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .homeslider .image .image_inner img {
        position: static;
        width: 100%;
        height: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        object-fit: cover; } }
.homeslider_shown {
  margin: 0 0 14px 0; }
  .homeslider_shown .swiper-container.main_slider .swiper-slide {
    max-height: 361px; }
  .homeslider_shown .homeslider {
    display: flex !important; }

.product_section {
  text-align: center; }
  .product_section ul {
    display: inline-block;
    width: 100%;
    margin: 10px 0; }
    .product_section ul li {
      display: inline-block;
      width: 100%;
      margin: 0 0 5px 0; }
      .product_section ul li:last-child {
        margin: 0; }
      .product_section ul li span, .product_section ul li a {
        display: inline-block;
        position: relative;
        padding: 0 0 0 35px; }
        .product_section ul li span:before, .product_section ul li a:before {
          content: "";
          display: inline-block;
          width: 17px;
          height: 8px;
          border-left: 2px solid #00bcd4;
          border-bottom: 2px solid #00bcd4;
          position: absolute;
          top: 2px;
          left: 0;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      .product_section ul li a {
        color: #00bcd4; }
  .product_section .product_boxes {
    margin: 50px 0 0 0; }
  .product_section .section_desc {
    margin: 35px 0 0 0;
    text-align: center;
    display: inline-block;
    width: 800px;
    max-width: 100%; }

@media all and (min-width: 0) and (max-width: 1230px) {
  .product_section .product_boxes {
    padding: 0 15px; } }
@media all and (min-width: 0) and (max-width: 800px) {
  .product_section.mt_60 {
    margin-top: 0; }

  .product_section .product_boxes .product_box {
    margin: 0 0 40px 0; } }
#cta {
  background-image: url("../images/cta_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 60px 0 0 0;
  text-align: center;
  padding: 65px 0; }
  #cta .info {
    width: 650px;
    max-width: 100%;
    display: inline-block;
    background-color: rgba(0, 188, 212, 0.9);
    padding: 40px 20px;
    position: relative; }
    #cta .info:before, #cta .info:after {
      content: "";
      display: inline-block;
      position: absolute; }
    #cta .info:before {
      top: -31px;
      left: -124px;
      background-image: url("../images/cta_left_image.png");
      background-repeat: no-repeat;
      background-position: center center;
      width: 201px;
      height: 117px; }
    #cta .info:after {
      bottom: -31px;
      right: -124px;
      background-image: url("../images/cta_right_image.png");
      background-repeat: no-repeat;
      background-position: center center;
      width: 210px;
      height: 120px; }
    #cta .info p {
      font-size: 22px;
      color: #2a2a2a; }
    #cta .info h4 {
      font-size: 56px;
      color: #fff;
      font-weight: 300;
      display: inline-block;
      width: 400px;
      max-width: 100%;
      line-height: 1.2; }

@media all and (min-width: 0) and (max-width: 1150px) {
  #cta .info p {
    font-size: 19px; }

  #cta .info h4 {
    font-size: 40px;
    margin: 10px 0 0 0; }

  #cta .info:after,
  #cta .info:before {
    background-size: contain; }

  #cta .info:before {
    width: 171px;
    height: 87px; }

  #cta .info:after {
    width: 140px;
    height: 100px;
    bottom: -61px; } }
@media all and (min-width: 0) and (max-width: 800px) {
  #cta {
    margin: 0;
    padding: 65px 50px; }

  #cta .info {
    margin: 0 0 80px 0; }

  #cta .info p {
    font-size: 15px; }

  #cta .info h4 {
    font-size: 31px; }

  #cta .info:after,
  #cta .info:before {
    width: 115px;
    height: 65px; }

  #cta .info:after {
    right: -24px;
    bottom: -49px; }

  #cta .info:before {
    left: -34px;
    bottom: -31px; }

  #cta .button_v2 {
    font-size: 14px; }
    #cta .button_v2:after {
      width: calc(100% + 30px);
      height: calc(100% + 23px); } }
#homepage_news {
  background-color: #f2f2f2;
  margin: 0;
  padding: 65px 0 85px 0; }
  #homepage_news .default_header h2 span {
    background-color: #f2f2f2; }
  #homepage_news .news_boxes {
    margin: 55px 0 0 0; }
    #homepage_news .news_boxes .more_news {
      margin: 35px 0 0 0; }
    #homepage_news .news_boxes .alert {
      width: 100%; }
    #homepage_news .news_boxes .news_box {
      margin: 0 0 30px 0; }

@media all and (min-width: 0) and (max-width: 1230px) {
  #homepage_news .news_boxes {
    padding: 0 15px; } }
#news {
  padding: 0 0 60px 0; }
  #news .section {
    margin: 0 0 20px 0; }

@media all and (min-width: 0) and (max-width: 1230px) {
  #news .respo {
    padding: 0 15px; } }
#news_single {
  padding: 0 0 60px 0; }
  #news_single .news_single_info .image {
    overflow: hidden;
    border-radius: 5px;
    margin: 0 0 15px 0; }
    #news_single .news_single_info .image img {
      width: 100%;
      float: left; }
  #news_single .news_single_info .info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #595959;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 65px 0; }
    #news_single .news_single_info .info .author, #news_single .news_single_info .info .comments, #news_single .news_single_info .info .date {
      position: relative;
      margin: 0 20px 0 0; }
      #news_single .news_single_info .info .author:last-child, #news_single .news_single_info .info .comments:last-child, #news_single .news_single_info .info .date:last-child {
        margin: 0; }
      #news_single .news_single_info .info .author:before, #news_single .news_single_info .info .comments:before, #news_single .news_single_info .info .date:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0; }
    #news_single .news_single_info .info .author {
      padding: 0 0 0 30px; }
      #news_single .news_single_info .info .author:before {
        width: 16px;
        height: 18px;
        background-image: url("../images/person_icon_lg.png");
        background-repeat: no-repeat;
        background-position: center center;
        top: 2px; }
    #news_single .news_single_info .info .comments {
      padding: 0 0 0 33px; }
      #news_single .news_single_info .info .comments:before {
        width: 23px;
        height: 21px;
        background-image: url("../images/comments_icon_lg.png");
        background-repeat: no-repeat;
        background-position: center center;
        top: 1px; }
    #news_single .news_single_info .info .date {
      padding: 0 0 0 30px; }
      #news_single .news_single_info .info .date:before {
        width: 17px;
        height: 19px;
        background-image: url("../images/calendar_icon_lg.png");
        background-repeat: no-repeat;
        background-position: center center;
        top: 2px; }

@media all and (min-width: 0) and (max-width: 1230px) {
  #news_single .respo {
    padding: 0 15px; } }
@media all and (min-width: 0) and (max-width: 600px) {
  #news_single .news_single_info .info {
    display: inline-block;
    width: 100%;
    margin: 0 0 40px 0; }
    #news_single .news_single_info .info > div {
      margin: 0 0 5px 0 !important; }
      #news_single .news_single_info .info > div:last-child {
        margin: 0 !important; } }
/* Vars */
#comment-success {
  display: inline-block;
  font-size: 17px;
  width: 100%;
  margin: 25px 0 0 0; }

#comments-section {
  font-weight: 400;
  display: inline-block;
  width: 100%; }
  #comments-section h3 {
    font-size: 24px;
    color: #00bcd4;
    font-weight: normal;
    padding: 5px 0;
    border-bottom: 2px solid #00bcd4;
    text-align: left;
    margin: 50px 0 25px 0; }
  #comments-section .comments-wrapper-inner {
    border: 1px solid #dedede;
    -webkit-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.08);
    padding: 5px 20px;
    margin: 0 0 25px 0; }
    #comments-section .comments-wrapper-inner .comment-header {
      border-bottom: 1px solid #dedede;
      padding: 10px 0; }
      #comments-section .comments-wrapper-inner .comment-header strong {
        font-weight: normal;
        font-size: 17px;
        color: #00bcd4; }
        #comments-section .comments-wrapper-inner .comment-header strong:last-of-type {
          float: right; }
    #comments-section .comments-wrapper-inner .comment-content {
      padding: 10px 0; }
      #comments-section .comments-wrapper-inner .comment-content p {
        font-size: 13px;
        color: #585858; }
    #comments-section .comments-wrapper-inner .comment-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: center;
      align-content: center;
      border-top: 1px solid #dedede;
      padding: 10px 0; }
      #comments-section .comments-wrapper-inner .comment-footer .hands.hoverable a {
        cursor: pointer; }
        #comments-section .comments-wrapper-inner .comment-footer .hands.hoverable a:hover {
          opacity: 1; }
        #comments-section .comments-wrapper-inner .comment-footer .hands.hoverable a:first-of-type:hover {
          color: #58c358; }
        #comments-section .comments-wrapper-inner .comment-footer .hands.hoverable a:last-of-type:hover {
          color: #d65959; }
      #comments-section .comments-wrapper-inner .comment-footer .hands a {
        display: inline-block;
        opacity: .6;
        cursor: default;
        transition: all 0.35s;
        -webkit-transition: all 0.35s;
        font-size: 20px;
        color: #00bcd4;
        border-bottom: none; }
        #comments-section .comments-wrapper-inner .comment-footer .hands a:first-of-type {
          margin: 0 4px 0 0; }
          #comments-section .comments-wrapper-inner .comment-footer .hands a:first-of-type.marked {
            color: #58c358;
            opacity: 1; }
        #comments-section .comments-wrapper-inner .comment-footer .hands a:last-of-type {
          padding: 2px 0 0 0;
          transform: translateY(2px);
          -webkit-transform: translateY(2px);
          -ms-transform: translateY(2px); }
          #comments-section .comments-wrapper-inner .comment-footer .hands a:last-of-type.marked {
            color: #d65959;
            opacity: 1; }
          #comments-section .comments-wrapper-inner .comment-footer .hands a:last-of-type i {
            transform: scale(-1, 1);
            -ms-transform: scale(-1, 1);
            -webkit-transform: scale(-1, 1); }
      #comments-section .comments-wrapper-inner .comment-footer .address-data span {
        display: inline-block;
        width: 100%;
        font-size: 15px; }
        #comments-section .comments-wrapper-inner .comment-footer .address-data span:first-of-type {
          color: #00bcd4; }
      #comments-section .comments-wrapper-inner .comment-footer .comment-website {
        position: relative; }
        #comments-section .comments-wrapper-inner .comment-footer .comment-website a {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          right: 0;
          transition: all 0.4s;
          -webkit-transition: all 0.4s; }
          #comments-section .comments-wrapper-inner .comment-footer .comment-website a:hover {
            color: #00bcd4; }

#add-com-form {
  margin: 30px 0 0 0;
  display: inline-block;
  width: 100%; }
  #add-com-form h3:not(#comment-fail):not(#comment-success) {
    font-size: 24px;
    color: #00bcd4;
    font-weight: normal;
    padding: 5px 0;
    border-bottom: 2px solid #00bcd4;
    text-align: left;
    margin: 0 0 25px 0; }
  #add-com-form #comment-success {
    display: inline-block;
    font-size: 17px;
    width: 100%;
    margin: 25px 0 15px 0; }
  #add-com-form .form-wrapper-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0; }
    #add-com-form .form-wrapper-inner .loader {
      display: inline-block;
      position: absolute;
      top: 30%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 80px;
      height: 80px;
      z-index: 5;
      display: none; }
      #add-com-form .form-wrapper-inner .loader img {
        width: 100%; }
  #add-com-form form {
    width: 100%;
    max-width: 100%; }
    #add-com-form form.faded {
      opacity: .4; }
    #add-com-form form .top-inputs {
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #add-com-form form .input-wrapper {
      display: inline-block;
      width: 30%;
      float: left;
      position: relative; }
      #add-com-form form .input-wrapper .commentsstar {
        display: inline-block; }
        #add-com-form form .input-wrapper .commentsstar i {
          color: #00bcd4;
          cursor: pointer; }
      #add-com-form form .input-wrapper.stars {
        margin: 10px 0; }
        #add-com-form form .input-wrapper.stars span.error {
          right: auto;
          left: 0;
          top: -8px; }
      #add-com-form form .input-wrapper span.error {
        position: absolute;
        top: 0;
        right: auto;
        left: 0;
        white-space: nowrap;
        font-size: 11px;
        color: #fff;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background-color: #c02626;
        padding: 2px 10px;
        border-radius: 5px;
        transition: all .25s;
        -webkit-transition: all .25s;
        visibility: visible;
        opacity: 1; }
        #add-com-form form .input-wrapper span.error i {
          margin: 0 7px 0 0; }
        #add-com-form form .input-wrapper span.error[data-hidden="true"] {
          visibility: hidden;
          opacity: 0;
          transform: translateY(-85%);
          -webkit-transform: translateY(-85%); }
      #add-com-form form .input-wrapper:nth-of-type(2) {
        float: right; }
    #add-com-form form > .input-wrapper {
      width: 100%; }
    #add-com-form form .send-button {
      clear: both; }
    #add-com-form form input, #add-com-form form textarea {
      border: 1px solid #dedede;
      background-color: #fafafa;
      font-family: "Open Sans", sans-serif;
      padding: 8px 12px;
      margin: 0 0 15px 0;
      font-size: 14px; }
      #add-com-form form input:placeholder, #add-com-form form textarea:placeholder {
        color: #c1c1c1;
        font-size: 14px;
        font-style: italic; }
      #add-com-form form input:-moz-placeholder, #add-com-form form textarea:-moz-placeholder {
        color: #c1c1c1;
        font-size: 14px;
        font-style: italic; }
      #add-com-form form input::-webkit-input-placeholder, #add-com-form form textarea::-webkit-input-placeholder {
        color: #c1c1c1;
        font-size: 14px;
        font-style: italic; }
    #add-com-form form .captcha {
      display: inline-block;
      width: auto; }
      #add-com-form form .captcha img {
        height: 34px;
        width: 40%; }
      #add-com-form form .captcha input {
        float: right;
        width: 55%;
        margin: 0; }
    #add-com-form form .top-inputs input {
      width: 100%; }
      #add-com-form form .top-inputs input:last-of-type {
        float: right; }
    #add-com-form form textarea {
      width: 100%; }
  #add-com-form input[type="submit"] {
    margin: 30px 0 0 0;
    padding: 8px 25px;
    cursor: pointer; }

@media all and (min-width: 0) and (max-width: 450px) {
  #comments .comments-wrapper-inner .comment-header strong {
    display: inline-block;
    width: 100%; }
    #comments .comments-wrapper-inner .comment-header strong:last-of-type {
      float: none; }
  #comments .comments-wrapper-inner .comment-footer {
    display: block; }
    #comments .comments-wrapper-inner .comment-footer .hands span {
      color: #2a2a2a;
      font-size: 15px; }
    #comments .comments-wrapper-inner .comment-footer .comment-website a {
      transform: none;
      position: relative;
      top: auto;
      right: auto;
      font-size: 15px; }

  #add-com-form form input {
    float: none;
    width: 100%; } }
@media all and (min-width: 0) and (max-width: 520px) {
  #add-com-form .form-wrapper-inner .top-inputs {
    display: block; }
  #add-com-form .form-wrapper-inner .captcha img {
    width: 100%;
    margin: 0 0 12px 0; }
  #add-com-form .form-wrapper-inner .captcha input {
    float: none;
    width: 100%; }
  #add-com-form .form-wrapper-inner form {
    width: 100%; }
  #add-com-form form .input-wrapper {
    width: 100%; }
  #add-com-form form input {
    float: none;
    width: 100%; } }
#contact .contact_boxes {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }
  #contact .contact_boxes .contact_box {
    border-right: 1px solid #e0dfdf;
    width: 100%;
    height: 100%;
    padding: 30px 0; }
#contact .contact_form_map {
  margin: 70px 0 0 0;
  background-color: #f5f6fa; }
  #contact .contact_form_map .contact_form_map_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    #contact .contact_form_map .contact_form_map_inner .contact_form {
      width: 100%;
      text-align: center;
      padding: 50px 0; }
      #contact .contact_form_map .contact_form_map_inner .contact_form .contact_form_inner {
        display: inline-block;
        width: 600px;
        max-width: 100%;
        text-align: left;
        padding: 0 15px; }
      #contact .contact_form_map .contact_form_map_inner .contact_form h3 {
        font-size: 36px;
        font-weight: 300;
        margin: 0 0 25px 0;
        text-align: center; }
      #contact .contact_form_map .contact_form_map_inner .contact_form .alert {
        text-align: center; }
      #contact .contact_form_map .contact_form_map_inner .contact_form .inputs_row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
        #contact .contact_form_map .contact_form_map_inner .contact_form .inputs_row .input_container {
          width: 48%; }
      #contact .contact_form_map .contact_form_map_inner .contact_form .input_container {
        margin: 0 0 15px 0; }
        #contact .contact_form_map .contact_form_map_inner .contact_form .input_container label span {
          margin: 0 0 5px 0;
          display: inline-block;
          font-size: 14px;
          color: #bababa; }
      #contact .contact_form_map .contact_form_map_inner .contact_form .btn {
        margin: 35px 0 0 0; }
    #contact .contact_form_map .contact_form_map_inner .contact_map {
      position: relative; }
      #contact .contact_form_map .contact_form_map_inner .contact_map iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; }

@media all and (min-width: 0) and (max-width: 600px) {
  #contact .contact_boxes {
    display: inline-block;
    width: 100%; }
    #contact .contact_boxes .contact_box {
      width: 100%;
      border-right: none; } }
@media all and (min-width: 0) and (max-width: 1000px) {
  #contact .contact_form_map .contact_form_map_inner {
    display: inline-block;
    width: 100%; }
    #contact .contact_form_map .contact_form_map_inner .contact_form {
      display: inline-block;
      width: 100%; }
      #contact .contact_form_map .contact_form_map_inner .contact_form .contact_form_inner {
        width: 100%;
        padding: 0 15px; }
    #contact .contact_form_map .contact_form_map_inner .contact_map {
      display: inline-block;
      width: 100%;
      height: 300px; } }
@media all and (min-width: 0) and (max-width: 800px) {
  #contact .contact_form_map .contact_form_map_inner .contact_form h3 {
    font-size: 28px; } }
.pswp__item .pswp__img {
  object-fit: contain; }

#product {
  padding: 0 0 60px 0; }
  #product .product_photos {
    text-align: center; }
    #product .product_photos .product_main_photo a {
      width: 100%;
      border: none; }
    #product .product_photos a {
      display: inline-block;
      width: 100px;
      margin: 5px 0 0 0; }
      #product .product_photos a img {
        float: left;
        width: 100%; }
    #product .product_photos .photos {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #product .product_photos .photos a {
        width: 22%;
        margin: 15px 4% 0 0; }
        #product .product_photos .photos a:nth-child(4n) {
          margin: 15px 0 0 0; }
  #product .product_photos img {
    border-radius: 5px; }
  #product .product_info .product_info_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  #product .product_info .left {
    width: 40%; }
  #product .product_info .right {
    width: 51.66666666666667%; }
    #product .product_info .right .product_description {
      font-size: 18px;
      color: #2a2a2a;
      font-weight: 300;
      margin: 65px 0 0 0; }
    #product .product_info .right h3 {
      font-size: 32px;
      font-weight: 700;
      color: #595959;
      margin: 0 0 30px 0; }
      #product .product_info .right h3 span {
        display: inline-block;
        width: 100%;
        font-weight: 500; }
    #product .product_info .right .payment_methods {
      margin-top: 20px; }
    #product .product_info .right .product_payment {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      margin: 70px 0 0 0; }
      #product .product_info .right .product_payment .quantity {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
        #product .product_info .right .product_payment .quantity > span {
          margin: 0 20px 0 0;
          font-size: 18px;
          color: #2a2a2a;
          font-weight: 300; }
      #product .product_info .right .product_payment .price del {
        font-size: 26px;
        color: #a2a2a2;
        margin: 0 10px 0 0; }
      #product .product_info .right .product_payment .price span {
        font-weight: 600;
        font-size: 32px;
        color: #00bcd4; }
    #product .product_info .right .btn {
      margin: 70px 0 0 0; }
      #product .product_info .right .btn p {
        margin: 0 0 10px 0; }
      #product .product_info .right .btn a {
        display: inline-block;
        width: 100%;
        text-align: center; }
  #product .product_info .rating_desc {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 5px 0; }
  #product .product_info .rating {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    #product .product_info .rating .post-rate {
      margin: 0 10px 0 0; }
    #product .product_info .rating i {
      font-size: 22px;
      color: #ffc106;
      width: 26px; }
    #product .product_info .rating > span {
      color: #2a2a2a;
      font-size: 18px;
      font-weight: 300; }
  #product .product_additional_info {
    margin: 75px 0 0 0; }
    #product .product_additional_info .tabs .head a {
      display: inline-block;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 400;
      color: #595959;
      background-color: #faf9f9;
      padding: 10px 30px;
      border-top: 1px solid #e1e1e1;
      border-left: 1px solid #e1e1e1;
      transition: all 0.35s;
      -webkit-transition: all 0.35s; }
      #product .product_additional_info .tabs .head a:hover {
        color: #00bcd4; }
      #product .product_additional_info .tabs .head a:last-child {
        margin: 0;
        border-right: 1px solid #e1e1e1; }
      #product .product_additional_info .tabs .head a.active {
        background-color: #fff;
        color: #00bcd4; }
    #product .product_additional_info .tabs .content {
      padding: 30px 0;
      border-top: 1px solid #e1e1e1;
      border-bottom: 1px solid #e1e1e1; }
      #product .product_additional_info .tabs .content .tab {
        display: none; }
        #product .product_additional_info .tabs .content .tab p {
          margin: 0 0 20px 0; }
          #product .product_additional_info .tabs .content .tab p:last-child {
            margin: 0; }
        #product .product_additional_info .tabs .content .tab:first-child {
          display: block; }
  #product .related_products {
    margin: 50px 0 0 0; }
    #product .related_products .content {
      margin: 60px 0 0 0; }

.mobile_info {
  display: none; }

.product_mobile {
  padding: 0 15px; }
  .product_mobile .pm_name {
    font-size: 20px;
    font-weight: 600;
    color: #2a2a2a; }
  .product_mobile .pm_left {
    width: 140px; }
    .product_mobile .pm_left img {
      width: 100%;
      border-radius: 5px; }
  .product_mobile .pm_right {
    width: 100%;
    padding: 0 0 0 20px; }
    .product_mobile .pm_right .pm_info {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      margin: 10px 0; }
      .product_mobile .pm_right .pm_info span {
        font-weight: 300;
        font-size: 18px;
        margin: 0 20px 0 0; }
      .product_mobile .pm_right .pm_info .arrows_input {
        margin: 0 20px 0 0; }
      .product_mobile .pm_right .pm_info .pm_price {
        font-size: 23px;
        color: #00bcd4;
        font-weight: 400; }
        .product_mobile .pm_right .pm_info .pm_price del {
          color: #a2a2a2;
          font-size: 21px; }

.right_content_mobile {
  display: none;
  padding: 0 0 50px 0; }
  .right_content_mobile .pm_rating {
    text-align: center;
    padding: 10px 15px;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #eceff1;
    margin: 20px 0 0 0; }
    .right_content_mobile .pm_rating > span {
      font-size: 12px;
      font-weight: 300;
      color: #2a2a2a; }
    .right_content_mobile .pm_rating .post-rate {
      display: inline-block; }
      .right_content_mobile .pm_rating .post-rate i {
        font-size: 12px;
        color: #ffc106; }
  .right_content_mobile .pm_description {
    margin: 20px 0 0 0;
    padding: 0 15px;
    text-align: center; }
    .right_content_mobile .pm_description p {
      font-size: 17px;
      font-weight: 300;
      color: #2a2a2a; }

.mobile_info .payment_methods {
  margin: 25px 0 0 0; }
.mobile_info .btn {
  margin: 15px 0 0 0 !important; }
  .mobile_info .btn a {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 30px;
    width: auto !important; }

@media all and (min-width: 0) and (max-width: 1230px) {
  #product .product_additional_info .tabs .content .tab {
    padding: 0 15px; } }
@media all and (min-width: 0) and (max-width: 900px) {
  .product_photos {
    padding: 0 15px; }

  .mobile_info {
    display: inline-block;
    width: 100%; }

  .right_content {
    display: none; }

  .right_content_mobile {
    display: inline-block;
    width: 100%; }

  #product .product_info .product_info_inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #product .product_info .product_info_inner .left, #product .product_info .product_info_inner .right {
      width: 100%; }
    #product .product_info .product_info_inner .left {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    #product .product_info .product_info_inner .right {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
.additional_desc {
  margin: 30px 0 0 0; }

@media all and (min-width: 0) and (max-width: 500px) {
  #product .product_additional_info .tabs .head a {
    font-size: 12px; } }
.product_category .head p {
  font-size: 18px;
  color: #2a2a2a;
  font-weight: 300; }
.product_category .head h2 {
  color: #2a2a2a;
  font-size: 36px;
  font-weight: 300; }
.product_category .category_desc p {
  color: #2a2a2a;
  font-weight: 300;
  font-size: 18px;
  margin: 30px 0 0 0; }
.product_category .product_boxes {
  margin: 30px 0 0 0; }
  .product_category .product_boxes .product_box {
    margin: 0 0 33px 0; }
    .product_category .product_boxes .product_box:last-child {
      margin: 0; }

.paypal_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .paypal_container img {
    width: 100px;
    margin: 0 0 0 10px; }

.cart_mobile_info {
  display: none;
  margin: 10px 0 0 0; }
  .cart_mobile_info > span {
    font-weight: 300;
    margin: 0 15px 0 0 !important; }
  .cart_mobile_info .arrows_input {
    margin: 0 15px 0 0; }
  .cart_mobile_info .mobile_price {
    font-weight: 600;
    font-size: 23px;
    margin-left: auto; }

@media all and (min-width: 0) and (max-width: 900px) {
  .cart_table .update_total .update {
    display: inline-block; }

  .cart_table table tbody .image_outer > span {
    display: inline-block;
    width: 100%; }

  .cart_table table tbody tr td {
    padding: 20px; }

  .cart_mobile_info {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%; }

  .cart_table.hide_cart_table_respo thead tr td,
  .cart_table.hide_cart_table_respo thead tr th,
  .cart_table.hide_cart_table_respo tbody tr td {
    display: none; }
    .cart_table.hide_cart_table_respo thead tr td:first-child,
    .cart_table.hide_cart_table_respo thead tr th:first-child,
    .cart_table.hide_cart_table_respo tbody tr td:first-child {
      display: table-cell; } }
@media all and (min-width: 0) and (max-width: 800px) {
  #cart {
    padding: 0 !important; }

  .cart_table_sumary {
    margin: 0 !important; }
    .cart_table_sumary .cart_table {
      border-top: none;
      border-bottom: none; }
      .cart_table_sumary .cart_table .content input {
        padding: 20px 15px; }
      .cart_table_sumary .cart_table .content a {
        padding: 15px;
        margin: 20px 0 0 0; }
      .cart_table_sumary .cart_table .content input, .cart_table_sumary .cart_table .content a {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 18px; }

  .cart_table_products {
    margin: 0 !important; }
    .cart_table_products .cart_table {
      border-bottom-color: #00bcd4; }

  .cart_steps {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: none; }
    .cart_steps .step {
      text-transform: uppercase;
      font-weight: 300; }

  .cart_table {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .cart_table thead {
      //display: none; }
    .cart_table .table .head {
      display: none; } }
@media all and (min-width: 0) and (max-width: 400px) {
  .cart_mobile_info {
    display: inline-block;
    width: 100%; } }
#cart.cart_buy .default_input {
  font-size: 14px;
  padding: 7px 10px; }
#cart.cart_buy .summary_buttons input {
  margin: 0 15px 0 0; }
  #cart.cart_buy .summary_buttons input:last-child {
    margin: 0; }
#cart.cart_buy #delivery_table td, #cart.cart_buy #delivery_table th {
  padding: 10px; }
#cart.cart_buy .form-gorup {
  margin: 0 0 10px 0; }
  #cart.cart_buy .form-gorup label {
    margin: 0 0 5px 0;
    display: inline-block;
    font-size: 14px;
    color: #bababa; }
#cart.cart_buy .invalid-feedback {
  font-size: 12px;
  text-transform: uppercase;
  color: #d25a5a;
  font-weight: 700;
  margin: 0 0 0 5px; }
#cart.cart_buy .cb_cart_buy_address {
  padding: 0 30px 0 0; }

.cart_buy_head {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  position: relative; }
  .cart_buy_head:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000; }

.subpage {
  padding: 0 0 60px 0; }

#search_page {
  padding: 0 0 60px 0; }
  #search_page .search_boxes {
    overflow: hidden; }
    #search_page .search_boxes .search_box {
      padding: 0 0 25px 0;
      margin: 0 0 25px 0; }
      #search_page .search_boxes .search_box:last-child {
        margin: 0;
        padding: 0; }

@media all and (min-width: 0) and (max-width: 1230px) {
  #search_page .search_boxes {
    padding: 0 20px; } }
@media all and (min-width: 0) and (max-width: 600px) {
  .search_box .search_box_left {
    flex: 0 0 100px; } }
#main_footer {
  background-color: #f2f2f2; }
  #main_footer .payment_methods {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    #main_footer .payment_methods img {
      height: 20px;
      margin: 0 15px 0 0; }
      #main_footer .payment_methods img.lg {
        height: 30px; }
      #main_footer .payment_methods img:last-child {
        margin: 0; }
  #main_footer .footer_top {
    border-top: 2px solid #00bcd4;
    padding: 15px 0; }
  #main_footer .footer_top_inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    #main_footer .footer_top_inner > div {
      margin: 0 60px 0 0; }
      #main_footer .footer_top_inner > div:last-child {
        margin: 0; }
    #main_footer .footer_top_inner .menu ul li {
      display: inline-block;
      margin: 0 15px 0 0; }
      #main_footer .footer_top_inner .menu ul li:last-child {
        margin: 0; }
      #main_footer .footer_top_inner .menu ul li a {
        font-size: 14px;
        font-weight: 300;
        color: #00bcd4;
        display: inline-block;
        padding: 5px; }
  #main_footer .footer_bottom {
    background-color: #00bcd4;
    padding: 12px 0 10px 0; }
    #main_footer .footer_bottom .footer_bottom_inner {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
    #main_footer .footer_bottom p {
      font-weight: 300;
      font-size: 14px;
      color: #fff; }
    #main_footer .footer_bottom a {
      display: inline-block;
      width: 61px;
      height: 20px; }

@media all and (min-width: 0) and (max-width: 1230px) {
  #main_footer .footer_bottom .footer_bottom_inner {
    padding: 0 15px;
    display: inline-block;
    width: 100%;
    text-align: center; }
    #main_footer .footer_bottom .footer_bottom_inner p {
      margin: 0 0 5px 0; } }
@media all and (min-width: 0) and (max-width: 800px) {
  #main_footer .footer_top_inner {
    display: inline-block;
    width: 100%;
    text-align: center; }
    #main_footer .footer_top_inner .socials a {
      font-size: 35px;
      margin: 0 35px 0 0; }
      #main_footer .footer_top_inner .socials a:last-child {
        margin: 0; }

  #main_footer .footer_top_inner > div {
    margin: 0 0 10px 0; }
    #main_footer .footer_top_inner > div:last-child {
      margin: 0; } }

/*# sourceMappingURL=style.css.map */
