@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:700,400);
.title {
  font-family: "Poppins" !important;
  font-size: 44px !important;
  font-weight: bold !important;
  line-height: 44px !important;
  font-style: normal !important;
  text-align: left !important;
  color: #000000 !important;
  border: 0  !important;
  text-transform: none  !important;
  padding-left: 10px;
  padding-top: 30px; }
  .title.basket, .title.client, .title.catalog {
    font-family: "Poppins";
    font-size: 13px !important;
    font-weight: bold;
    line-height: 30px;
    font-style: normal;
    text-align: left;
    color: #9E9E9E !important; }
    .title.basket .separator, .title.client .separator, .title.catalog .separator {
      color: black !important; }
    .title.basket .current, .title.client .current, .title.catalog .current {
      color: #FF914D !important;
      font-weight: bold !important; }
    .title.basket a, .title.client a, .title.catalog a {
      font-size: 13px !important;
      color: #FF914D !important;
      font-weight: bold !important;
      padding: 0 !important; }
  .title.catalog {
    margin: 0 !important;
    padding-top: 0 !important; }
  @media (max-width: 767px) {
    .title {
      border-bottom: .1rem solid #d5d5d5;
      padding: 1.5rem 1rem 1.5rem 1rem;
      margin: 0 0 1rem 0;
      background: #fff; } }
  .title > a {
    font-family: "Poppins" !important;
    font-size: 44px !important;
    font-weight: bold !important;
    line-height: 44px !important;
    font-style: normal !important;
    text-align: left !important;
    color: #000000 !important;
    border: 0  !important;
    text-transform: none  !important;
    padding-left: 10px;
    padding-top: 30px;
    border: none;
    text-decoration: none; }
    .title > a.basket, .title > a.client, .title > a.catalog {
      font-family: "Poppins";
      font-size: 13px !important;
      font-weight: bold;
      line-height: 30px;
      font-style: normal;
      text-align: left;
      color: #9E9E9E !important; }
      .title > a.basket .separator, .title > a.client .separator, .title > a.catalog .separator {
        color: black !important; }
      .title > a.basket .current, .title > a.client .current, .title > a.catalog .current {
        color: #FF914D !important;
        font-weight: bold !important; }
      .title > a.basket a, .title > a.client a, .title > a.catalog a {
        font-size: 13px !important;
        color: #FF914D !important;
        font-weight: bold !important;
        padding: 0 !important; }
    .title > a.catalog {
      margin: 0 !important;
      padding-top: 0 !important; }
  .title .decoration {
    color: #bf1616; }

.control_button {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  box-shadow: 1.5px 2px 5px 0px rgba(50, 50, 50, 0.4);
  color: #4CAF50;
  text-align: center;
  font-size: 1.5rem;
  line-height: 33px;
  font-weight: 500;
  cursor: pointer; }

.button {
  font-family: "Ubuntu", "Arial", sans-serif;
  background: #fff;
  color: #FF914D;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  min-width: 80px;
  transition: .3s ease;
  text-decoration: none;
  border: 1px solid;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 800; }
  .button:hover {
    background: #FF914D;
    color: #ffffff;
    text-decoration: none; }
  .button:focus {
    border: none;
    box-shadow: none;
    outline: none; }
  .button.small {
    min-width: 0; }

.buttons_block {
  padding: 0 !important; }
  .buttons_block .button {
    font-family: "Ubuntu", "Arial", sans-serif;
    background: #fff;
    color: #FF914D;
    font-size: 1.2rem;
    display: block;
    text-align: center;
    padding: 1rem;
    cursor: pointer;
    min-width: 80px;
    transition: .3s ease;
    text-decoration: none;
    border: 1px solid;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    font-family: "Roboto", sans-serif;
    border: .1rem solid #d7d7d7;
    background: #FF914D;
    color: #fff;
    font-size: 1.6rem;
    float: left;
    padding: .5rem 1.5rem;
    text-transform: uppercase; }
    .buttons_block .button:hover {
      background: #FF914D;
      color: #ffffff;
      text-decoration: none; }
    .buttons_block .button:focus {
      border: none;
      box-shadow: none;
      outline: none; }
    .buttons_block .button.small {
      min-width: 0; }
  .buttons_block .button.next {
    float: right;
    margin: 1rem 0;
    border-radius: 41px;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    border: 0 !important;
    background: #FF914D  !important;
    padding: 1.0rem 4.5rem !important;
    min-width: 160px; }
  .buttons_block .button.return, .buttons_block .button.other {
    float: left;
    margin: 1rem .5rem;
    background: #ffffff; }
  @media (max-width: 767px) {
    .buttons_block .button.next, .buttons_block .button.other {
      margin: 1rem auto 2rem auto;
      max-width: 150px;
      float: right;
      border: none;
      padding: .6rem 1.5rem;
      font-size: 1.4rem; }
    .buttons_block .button.return {
      border: none;
      margin: 1rem 0;
      padding: .6rem 1.5rem;
      font-size: 1.4rem;
      background: #d47c92; }
      .buttons_block .button.return:hover {
        background: #FF914D; } }

.smaller {
  font-size: 1.3rem; }

.clear_float {
  clear: both; }

.float_right {
  float: right; }

.float_left {
  float: left; }

.no_product, .no_content, .no_data {
  display: block;
  padding: 15% 0;
  font-family: "Roboto";
  font-size: 1.8rem;
  color: #343432;
  text-align: center; }

.no_data {
  padding: 5% 0; }

@media (max-width: 767px) {
  .no_product, .no_content {
    padding: 40% 0; } }
.rating_block {
  padding: 3px;
  letter-spacing: 9px; }

.rating_block i {
  float: left;
  font-size: 1.5rem;
  cursor: default;
  color: #FF914D  952; }

.list-group {
  border-radius: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.formCheckbox.form-group:after {
  clear: none !important; }

.fb_box {
  position: fixed !important;
  right: 0;
  transition: .5s ease;
  z-index: 5000; }

.fb_button {
  -webkit-transform: rotate(270deg) translate(-100px, 30px);
  transform: rotate(270deg) translate(-100px, 30px);
  background: #394A8D;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  float: left;
  cursor: pointer;
  font-family: "Roboto";
  font-weight: normal; }

.fb-like-box {
  float: left !important;
  background: #fff !important; }

.fb_hide {
  -webkit-transform: translateX(300px);
  transform: translateX(300px); }

.fb_show {
  -webkit-transform: translateX(0px);
  transform: translateX(0px); }

.seo-footer {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #989898;
  text-align: justify;
  font-family: 'Roboto', Arial, sans-serif; }

.stripedBlock {
  width: 100%;
  display: block;
  background: url("http://assets.cdn.e22.pl/themes/themekocmyrzowska/images/striped_layer.png") repeat-x;
  height: 13px; }

.basket-login-login {
  background: #14944E !important; }

.basket-login-continue {
  background: #eca908 !important; }

@media (min-width: 767px) {
  .col-sm-3-custom {
    width: 100%;
    margin: 10px 0; } }
@media (min-width: 991px) {
  .col-md-3-custom {
    width: 31.25%;
    margin: 0 10px 10px 10px; }

  .col-md-3-custom:nth-of-type(3n+1), .col-sm-3-custom:nth-of-type(3n+1) {
    margin: 0 10px 10px 0; }

  .col-md-3-custom:nth-of-type(3n), .col-sm-3-custom:nth-of-type(3n) {
    margin: 0 0 10px 10px; } }
@media (min-width: 1200px) {
  .col-md-3-custom {
    width: 31.4%;
    margin: 0 10px 10px 10px; }

  .col-md-3-custom:nth-of-type(3n+1), .col-sm-3-custom:nth-of-type(3n+1) {
    margin: 0 10px 10px 0; }

  .col-md-3-custom:nth-of-type(3n), .col-sm-3-custom:nth-of-type(3n) {
    margin: 0 0 10px 10px; } }
.col-md-3-custom, .col-sm-3-custom, .col-xs-12-custom {
  position: relative;
  min-height: .1rem;
  float: left;
  margin-bottom: 10px; }

.col-xs-12-custom {
  width: 100%;
  margin: 10px 0; }

.col-md-5-custom {
  width: 49.5% !important; }

@media (max-width: 991px) {
  .col-md-5-custom {
    width: 100% !important; } }
@-webkit-keyframes smoothOpen {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes smoothOpen {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes smoothOpen {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-ms-keyframes smoothOpen {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes smoothOpen {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes smoothClose {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-moz-keyframes smoothClose {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-o-keyframes smoothClose {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-ms-keyframes smoothClose {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes smoothClose {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes openBasketDim {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }
@-moz-keyframes openBasketDim {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }
@-o-keyframes openBasketDim {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }
@-ms-keyframes openBasketDim {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }
@keyframes openBasketDim {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }
@-webkit-keyframes closeBasketDim {
  from {
    opacity: 0.7; }
  to {
    opacity: 0; } }
@-moz-keyframes closeBasketDim {
  from {
    opacity: 0.7; }
  to {
    opacity: 0; } }
@-o-keyframes closeBasketDim {
  from {
    opacity: 0.7; }
  to {
    opacity: 0; } }
@-ms-keyframes closeBasketDim {
  from {
    opacity: 0.7; }
  to {
    opacity: 0; } }
@keyframes closeBasketDim {
  from {
    opacity: 0.7; }
  to {
    opacity: 0; } }
#notify_bar .notify {
  background: #FF914D;
  color: #fff;
  padding: 1rem 1rem;
  border-top: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #FF914D; }
  #notify_bar .notify .link {
    font-family: "Ubuntu", "Arial", sans-serif;
    background: #fff;
    color: #FF914D;
    font-size: 1.2rem;
    display: block;
    text-align: center;
    padding: 1rem;
    cursor: pointer;
    min-width: 80px;
    transition: .3s ease;
    text-decoration: none;
    border: 1px solid;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
    color: #FF914D;
    background: #fff;
    padding: 1rem 1rem;
    text-decoration: none;
    margin-left: 1rem; }
    #notify_bar .notify .link:hover {
      background: #FF914D;
      color: #ffffff;
      text-decoration: none; }
    #notify_bar .notify .link:focus {
      border: none;
      box-shadow: none;
      outline: none; }
    #notify_bar .notify .link.small {
      min-width: 0; }
  @media (max-width: 991px) {
    #notify_bar .notify .text {
      display: block;
      width: 100%; }
    #notify_bar .notify .link:first-of-type {
      margin: .5rem 0 0 0; } }

.firstBlock img {
  padding: 0 !important; }

#header_wrap {
  background: #fff;
  font-family: "Roboto","Arial",serif;
  min-height: 70px; }
  #header_wrap .row {
    margin: 0; }
  #header_wrap .logo {
    padding: 2rem .1rem 1rem; }
  @media (max-width: 991px) {
    #header_wrap {
      border-top: .5rem solid #FF914D; }
    #header_wrap .logo {
      margin: 0 auto; }
    #header_wrap .row {
      border: none; } }
  #header_wrap #cart_block {
    padding: 2rem 0 1.5rem;
    overflow: visible;
    float: right; }
    #header_wrap #cart_block .mini_basket {
      width: 100%;
      height: 50px;
      background: #fff;
      box-shadow: 0 0 0.1rem rgba(50, 50, 50, 0.75);
      position: absolute;
      transition: .3s ease;
      -webkit-transform: translateY(-100px);
      -moz-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
      -o-transform: translateY(-100px);
      transform: translateY(-100px); }
    #header_wrap #cart_block .first_line {
      padding: 10px;
      border-bottom: 1px solid gainsboro; }
      #header_wrap #cart_block .first_line .basket {
        float: left;
        margin-right: .5rem;
        width: 25px;
        padding-right: .5rem; }
      #header_wrap #cart_block .first_line a {
        text-decoration: none;
        color: #FF914D; }
      #header_wrap #cart_block .first_line span {
        text-transform: uppercase;
        font-weight: 500; }
      #header_wrap #cart_block .first_line .arrow {
        float: right;
        color: #6e8094;
        display: block;
        margin-top: .3rem;
        cursor: pointer; }
      #header_wrap #cart_block .first_line .amount {
        color: #fff;
        background-color: #FF914D;
        font-size: 1.3rem;
        font-family: Roboto;
        border-radius: 5px;
        padding: 0px 7px 0px 6px; }
    #header_wrap #cart_block .second_line {
      padding: 1rem 0; }
      #header_wrap #cart_block .second_line span {
        color: #b6b6b6;
        text-transform: uppercase; }
      #header_wrap #cart_block .second_line .cartTotal {
        color: #000; }
  #header_wrap #search_container {
    margin-top: 10px;
    position: relative;
    padding-top: 19px; }
    #header_wrap #search_container .search .searchIcon {
      position: absolute;
      background: #FF914D;
      width: 9%;
      float: left;
      height: 30px;
      position: relative;
      cursor: pointer;
      border-radius: 50%;
      width: 30px;
      top: 5px;
      right: -5px; }
    #header_wrap #search_container .search input {
      border-color: #eef1f3;
      border-width: 1px;
      border-style: solid;
      border-radius: 22px; }
      #header_wrap #search_container .search input:focus {
        outline: none; }
    #header_wrap #search_container .search li .price {
      color: #bf1616;
      font-size: 1.5rem; }
    #header_wrap #search_container .advanced {
      color: #6e8094;
      font-size: 1.2rem;
      margin-top: .5rem;
      display: block;
      float: right; }
  #header_wrap #client_block {
    padding-top: 2.5rem; }
    #header_wrap #client_block i {
      font-size: 1.7rem;
      color: #c5c5c5;
      padding-right: .5rem; }
    #header_wrap #client_block a {
      color: #465359;
      text-decoration: none;
      padding-right: 2rem; }

#above_header {
  background: white;
  height: 46px; }
  #above_header .client-block {
    border-width: 1px;
    border-style: none;
    border-radius: 0 0 15px 15px;
    filter: drop-shadow(0px 3px 2.5px rgba(0, 0, 0, 0.04));
    background: #FF914D;
    padding: 0 15px;
    line-height: 46px;
    float: right; }
  #above_header a, #above_header span {
    font-family: "Poppins";
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    padding: 15px; }

#navigation {
  padding: 0;
  position: relative; }

#top_nav .row {
  margin: 0; }
#top_nav ul {
  padding: 0;
  background-color: #333333; }
  #top_nav ul li a {
    text-decoration: none;
    color: #000;
    transition: 0.3s ease;
    display: block;
    padding: 1rem  1.5rem;
    font-weight: 400;
    font-size: 2rem;
    font-family: Oswald;
    text-transform: uppercase; }
  #top_nav ul li a.element_2 {
    color: #B71C1C; }
  #top_nav ul li.special a {
    color: #bf1616; }
  #top_nav ul li a:hover {
    background-color: #000;
    color: #fff; }
  #top_nav ul li {
    float: left;
    list-style: none; }
  #top_nav ul li:last-of-type {
    margin-right: 0; }
  #top_nav ul li.active a {
    background: #FF914D;
    color: #fff; }
#top_nav .category_menu_top .dropdown_product_menu {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d8d8d8;
  width: 100%;
  height: auto;
  background: #fff;
  display: none;
  z-index: 2009; }
  #top_nav .category_menu_top .dropdown_product_menu p {
    text-align: center;
    padding: 5px; }
  #top_nav .category_menu_top .dropdown_product_menu ul li {
    display: block;
    width: 100%; }
    #top_nav .category_menu_top .dropdown_product_menu ul li a {
      font-family: "Roboto";
      font-size: 1.4rem;
      color: #676767; }
    #top_nav .category_menu_top .dropdown_product_menu ul li a:hover {
      background: #fff;
      text-decoration: underline;
      color: #B71C1C; }

.menuTop {
  width: 100%;
  background: #fff;
  min-height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0.2rem 0.2rem rgba(212, 212, 212, 0.75);
  transition: .3s ease;
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transform: translateY(-120%); }

#top_nav_mobile {
  border-top: 0.1rem solid #d5d5d5;
  border-bottom: 0.1rem solid #d5d5d5; }
  #top_nav_mobile .icon {
    text-align: center;
    color: #FF914D;
    font-size: 2rem; }
    #top_nav_mobile .icon a {
      color: #FF914D;
      text-decoration: none;
      padding: 1rem 0;
      display: block;
      width: 100%; }

.search {
  font-family: "Roboto","Arial",serif;
  position: relative;
  width: 100%;
  margin-top: 10px;
  border: .1rem solid #eeeeee;
  border-radius: 6px;
  padding: 0; }
  .search input {
    margin: 0 !important;
    width: 91% !important;
    height: 40px !important;
    float: left;
    border: none !important;
    border-radius: 6px !important;
    padding: 0 1rem !important; }
  .search ::-webkit-input-placeholder {
    color: #cccccc; }
  .search :-moz-placeholder {
    /* Firefox 18- */
    color: #cccccc; }
  .search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #cccccc; }
  .search :-ms-input-placeholder {
    color: #cccccc; }
  .search .searchIcon {
    background: #FF914D;
    width: 9%;
    float: left;
    height: 40px;
    position: relative;
    cursor: pointer;
    border-radius: 3px; }
    .search .searchIcon img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  @media (max-width: 991px) {
    .search input {
      width: 90% !important; }
    .search .searchIcon {
      width: 10% !important; } }
  .search ul {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    width: 100%;
    border: 0.1rem solid #FF914D;
    border-radius: 7px;
    display: block;
    background: #fff;
    z-index: 2; }
    .search ul li {
      list-style: none;
      display: block;
      width: 100%;
      cursor: pointer;
      padding: .5rem;
      backgrund: #fff;
      border-bottom: 0.1rem solid #e2e2e2; }
    .search ul li a {
      text-decoration: none;
      color: #FF914D;
      display: block; }
    .search ul li img {
      margin: 0 auto; }
    .search ul li:last-of-type {
      border: none; }
    .search ul li.active {
      background: #e2e2e2; }

#sidebar {
  padding: 0 1rem 0 0; }
  #sidebar ul.menu {
    border-color: #dfdce3;
    border-width: 1px;
    border-style: solid;
    border-top-width: 0; }
  #sidebar .menu {
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0 1rem 0 0; }
    #sidebar .menu .top {
      width: 100%;
      height: 50px;
      border-radius: 20px 20px 0 0;
      text-align: center;
      line-height: 50px;
      background: #FF914D; }
      #sidebar .menu .top h4 {
        font-family: "Poppins";
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
        font-style: normal;
        text-align: center;
        color: #ffffff;
        padding: 0 1rem 0 0;
        display: inline-block;
        margin: 0;
        font-weight: 600;
        letter-spacing: 0.2px; }
      #sidebar .menu .top #to-indent {
        margin-right: 10px;
        color: #FF914D; }
    #sidebar .menu ul {
      margin: 0;
      padding: 0; }
    #sidebar .menu ul > li {
      font-size: 1.3rem;
      width: 100%;
      list-style-type: none;
      font-family: "Poppins";
      font-size: 15px;
      line-height: 30px;
      font-style: normal;
      text-align: left;
      color: #1a1818;
      display: block;
      padding-left: 2rem;
      padding-bottom: 8px; }
      #sidebar .menu ul > li.has-children {
        font-weight: bold;
        background-color: white !important; }
        #sidebar .menu ul > li.has-children ul li {
          font-weight: normal; }
          #sidebar .menu ul > li.has-children ul li.has-children {
            font-weight: bold; }
    #sidebar .menu ul > li a {
      text-decoration: none;
      color: #333333;
      padding: .1rem .3rem;
      letter-spacing: 0.2px; }
    #sidebar .menu .active {
      position: relative;
      font-family: "Poppins";
      font-size: 15px;
      font-weight: bold;
      line-height: 30px;
      font-style: normal;
      text-align: left;
      color: #FF914D;
      letter-spacing: 0.2px;
      font-weight: bold; }
    #sidebar .menu ul li > ul .active {
      padding-left: 3px;
      right: 0rem;
      border-left: 0px;
      font-family: "Poppins";
      font-size: 15px;
      font-weight: bold;
      line-height: 30px;
      font-style: normal;
      text-align: left;
      color: #FF914D;
      letter-spacing: 0.2px;
      font-weight: bold;
      text-indent: 10px; }
    #sidebar .menu div.arrow-up, #sidebar .menu div.arrow-down {
      height: 15px;
      width: 15px;
      border-radius: 3px;
      background-color: #ffffff;
      color: #dfdce3;
      font-weight: 800;
      text-align: center;
      float: right;
      font-size: 9px;
      vertical-align: middle;
      cursor: default;
      position: relative;
      right: 5px; }
    #sidebar .menu div.arrow-up {
      height: 15px;
      width: 15px;
      border-radius: 3px;
      background-color: #ffffff;
      color: #FF914D;
      font-weight: 800;
      text-align: center;
      float: right;
      font-size: 9px;
      vertical-align: middle;
      cursor: default; }

.menu_mobile {
  background: #fff;
  padding: 0;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  box-shadow: 0 0 2rem rgba(50, 50, 50, 0.75);
  visibility: hidden; }
  .menu_mobile .user_block {
    height: 144px;
    overflow: hidden;
    position: relative;
    background: #ffffff; }
    .menu_mobile .user_block .logo {
      width: 100%;
      height: 72px; }
      .menu_mobile .user_block .logo img {
        padding: 1rem; }
    .menu_mobile .user_block .client_block {
      width: 100%;
      position: absolute;
      bottom: 0; }
      .menu_mobile .user_block .client_block a {
        color: #fff;
        padding: 1rem;
        display: block;
        float: left; }
  .menu_mobile .navigation {
    margin-bottom: 30px;
    margin-left: 0;
    padding: 0 1rem 0 0;
    overflow-y: auto;
    padding-bottom: 150px !important; }
    .menu_mobile .navigation .top {
      width: 100%;
      border-bottom: .1rem solid #cbcbcb;
      padding-bottom: .5rem; }
      .menu_mobile .navigation .top h4 {
        color: #6e8094;
        text-transform: uppercase;
        font-size: 1.7rem;
        background: #fff;
        padding: 0 1rem 0 0;
        display: inline-block;
        margin: 0;
        font-weight: 600;
        letter-spacing: 0.2px; }
      .menu_mobile .navigation .top #to-indent {
        margin-right: 10px;
        color: #e60952; }
    .menu_mobile .navigation ul {
      margin: 0;
      padding: 0;
      overflow: hidden; }
    .menu_mobile .navigation ul > li {
      font-size: 1.3rem;
      width: 100%;
      list-style-type: none;
      font-family: "Roboto", "Arial", sans-serif;
      border-bottom: .1rem dotted #cbcbcb;
      display: block;
      padding: 1rem 0;
      margin-left: 2rem; }
    .menu_mobile .navigation ul > li a {
      text-decoration: none;
      color: #333333;
      padding: .1rem .3rem;
      letter-spacing: 0.2px; }
    .menu_mobile .navigation .active {
      padding-left: 1.8rem;
      right: 2rem;
      position: relative;
      border-left: 5px solid #e60952;
      color: #506378;
      font-weight: bold; }
    .menu_mobile .navigation ul li > ul .active {
      padding-left: 3px;
      right: 0rem;
      border-left: 0px;
      color: #e60952;
      letter-spacing: 0.2px;
      font-weight: bold;
      text-indent: 10px; }
    .menu_mobile .navigation ul li > ul .active:before {
      content: "      > "; }
    .menu_mobile .navigation div.arrow-up, .menu_mobile .navigation div.arrow-down {
      height: 15px;
      width: 15px;
      border-radius: 3px;
      background-color: #e60952;
      color: #ffffff;
      font-weight: 800;
      text-align: center;
      float: right;
      font-size: 9px;
      vertical-align: middle;
      cursor: default;
      position: relative;
      right: 25px; }

#above_footer {
  height: 46px; }

#footer_wrap {
  bottom: 47px;
  width: 100%;
  background: #000000;
  padding: 2rem 0 0;
  font-family: "Poppins", "Arial", sans-serif; }
  #footer_wrap #footer_container {
    padding-bottom: 10px; }
    #footer_wrap #footer_container .category_menu_top {
      display: none !important; }
    #footer_wrap #footer_container #footer_logo {
      height: 116px;
      background: transparent url("../images/footer_logo.png") center center no-repeat;
      margin-bottom: 20px; }
    #footer_wrap #footer_container #logo-footer {
      margin-bottom: 20px; }
    #footer_wrap #footer_container #social ul {
      margin: 3rem 0 0 0;
      padding: 0;
      text-align: Center; }
      #footer_wrap #footer_container #social ul li {
        list-style: none;
        display: inline-block;
        margin: .5rem; }
    #footer_wrap #footer_container #social .icon {
      width: 40px;
      height: 40px;
      display: block;
      border-radius: 7px; }
    #footer_wrap #footer_container #social .fbBtn {
      background: url("http://assets.cdn.e22.pl/themes/themekocmyrzowska/images/facebook_icon.jpg") 0 0; }
    #footer_wrap #footer_container #social .fbBtn:hover {
      background-position: 0 40px; }
    #footer_wrap #footer_container #social .gpBtn {
      background: url("http://assets.cdn.e22.pl/themes/themekocmyrzowska/images/googleplus_icon.jpg") 0 0; }
    #footer_wrap #footer_container #social .gpBtn:hover {
      background-position: 0 40px; }
    #footer_wrap #footer_container #social .twBtn {
      background: url("http://assets.cdn.e22.pl/themes/themekocmyrzowska/images/twitter_icon.jpg") 0 0; }
    #footer_wrap #footer_container #social .twBtn:hover {
      background-position: 0 40px; }
    #footer_wrap #footer_container #column_4 input[type="checkbox"] {
      display: none; }
    #footer_wrap #footer_container #column_4 input[type="checkbox"] + label .box {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin: 7px 10px 10px 0;
      vertical-align: middle;
      background: #fff;
      border: 1px solid #e2e2e2;
      cursor: pointer;
      color: #364c5d;
      font-weight: 500; }
    #footer_wrap #footer_container #column_4 input[type="checkbox"]:checked + label .box {
      background: #FF914D;
      background-size: 15px; }
    @media (max-width: 991px) {
      #footer_wrap #footer_container #column_4 input[type="checkbox"] + label .box {
        width: 30px;
        height: 30px;
        margin: 5px 4px 10px 0;
        transition: .3s ease;
        background: #fff; }
      #footer_wrap #footer_container #column_4 .radio_text {
        padding-top: 0px;
        display: inline; }
      #footer_wrap #footer_container #column_4 input[type="checkbox"]:checked + label .box {
        background-image: none;
        background: #FF914D; } }
    #footer_wrap #footer_container #column_4 .text {
      color: #6e8094;
      display: block;
      margin-bottom: .5rem;
      letter-spacing: 0.2px; }
    #footer_wrap #footer_container #column_4 .form-group {
      margin: 0; }
    #footer_wrap #footer_container #column_4 .checkbox .box {
      margin-top: 0 !important;
      width: 15px !important;
      height: 15px !important; }
    #footer_wrap #footer_container #column_4 .button {
      float: right; }
    #footer_wrap #footer_container .column h6 {
      font-family: "Poppins";
      font-size: 14px;
      font-weight: 300;
      line-height: 24px;
      font-style: normal;
      text-align: left;
      color: #eef1f3;
      margin: 0; }
    #footer_wrap #footer_container .column ul {
      margin: 0;
      padding: 0 0 0 0; }
      #footer_wrap #footer_container .column ul a {
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        font-style: normal;
        text-align: left;
        color: #eef1f3;
        margin: 0; }
      #footer_wrap #footer_container .column ul li {
        position: relative;
        left: 10px; }
      #footer_wrap #footer_container .column ul li:before {
        font-weight: 700;
        color: #eef1f3;
        /* or whatever color you prefer */ }
    #footer_wrap #footer_container .column .menu_top_main {
      margin-left: 0;
      margin-right: 0; }
    #footer_wrap #footer_container #column_mobile {
      font-family: "Poppins", sans-serif; }
      #footer_wrap #footer_container #column_mobile span[role="tab"] {
        display: block;
        width: 100%;
        font-size: 1.6rem;
        font-weight: 600;
        padding: 1rem;
        text-transform: uppercase;
        color: white; }
        #footer_wrap #footer_container #column_mobile span[role="tab"] i {
          float: right; }
      #footer_wrap #footer_container #column_mobile ul {
        padding-left: 4.5rem; }
        #footer_wrap #footer_container #column_mobile ul li {
          list-style: disc;
          font-size: 1.3rem;
          color: white;
          margin-bottom: 15px; }
          #footer_wrap #footer_container #column_mobile ul li a {
            font-family: "Poppins", serif;
            color: white;
            display: block;
            font-size: 1.3rem;
            width: 100%;
            text-decoration: none;
            padding: .2rem 0; }

.underFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #e60952;
  font-size: 1.2rem;
  padding: 1.5rem 0;
  font-family: "Roboto", sans-serif; }
  .underFooter .copyright {
    text-align: right; }
  .underFooter .project {
    text-align: center;
    color: white; }

@media (max-width: 991px) {
  #footer_wrap {
    border-top: none;
    background: #000000; }
    #footer_wrap .agreementBlock {
      padding: 1.5rem 0;
      display: block;
      width: 100%;
      text-align: center;
      font-size: 1.2rem;
      background: #FF914D;
      color: #fff; }
      #footer_wrap .agreementBlock a {
        color: #fff; }
    #footer_wrap .przelewy24_logo {
      width: 100%;
      display: block;
      background: #fff;
      padding: 1rem 0; }
      #footer_wrap .przelewy24_logo img {
        margin: 0 auto; }
    #footer_wrap .created_by {
      width: 100%;
      display: block;
      font-size: 1.2rem;
      background: #FF914D;
      padding: 1rem 0;
      text-align: center;
      color: #fff; } }
@media (max-width: 767px) {
  #footer_wrap {
    bottom: 0;
    position: relative; } }
.seo-footer {
  margin-top: 110px;
  margin-bottom: 110px;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  color: #000000; }

.title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .title .actual_step {
    display: inline-block;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    font-style: normal;
    text-align: left;
    color: #9E9E9E; }
    .title .actual_step .step {
      color: #506378;
      font-weight: normal; }
  .title .pagination_wrap {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    padding: .5rem 1rem;
    font-family: "Roboto", serif;
    font-size: 1.1rem;
    font-weight: 400; }
    .title .pagination_wrap .delimiter {
      display: inline-block;
      padding: 0 .5rem; }
    .title .pagination_wrap a {
      color: #506378;
      text-decoration: none; }
      .title .pagination_wrap a i {
        display: inline-block;
        padding: 0 .5rem;
        color: #FF914D; }
  .title .all_the_steps {
    float: right; }
    .title .all_the_steps .steps {
      padding: 0; }
      .title .all_the_steps .steps li {
        font-size: 1.2rem;
        margin-right: 10px;
        float: left;
        list-style: none;
        color: #364c5d; }
        .title .all_the_steps .steps li a {
          color: #364c5d;
          text-decoration: none; }
      .title .all_the_steps .steps i {
        margin-right: 2px; }
      .title .all_the_steps .steps .active a {
        color: #4CAF50; }

.basket .title, .client .title {
  padding-top: 0; }
.basket .button, .client .button {
  font-family: "Ubuntu", "Arial", sans-serif;
  background: #fff;
  color: #FF914D;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  min-width: 80px;
  transition: .3s ease;
  text-decoration: none;
  border: 1px solid;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 0;
  border: .1rem solid #d7d7d7;
  background: #FF914D;
  color: #fff;
  font-size: 1.6rem;
  float: left;
  border-radius: 41px !important;
  font-family: "Poppins !important";
  font-size: 15px !important;
  font-weight: bold !important;
  line-height: 25px !important;
  font-style: normal !important;
  text-align: center !important;
  color: #ffffff !important;
  border: 0 !important;
  background: #000000 !important;
  padding: 1.0rem 4.5rem !important;
  min-width: 160px !important;
  text-transform: none  !important; }
  .basket .button:hover, .client .button:hover {
    background: #FF914D;
    color: #ffffff;
    text-decoration: none; }
  .basket .button:focus, .client .button:focus {
    border: none;
    box-shadow: none;
    outline: none; }
  .basket .button.small, .client .button.small {
    min-width: 0; }
.basket input[type="radio"], .client input[type="radio"] {
  display: none; }
.basket input[type="radio"] + label .box, .client input[type="radio"] + label .box {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 7px 10px 10px 0;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  color: #364c5d;
  font-weight: 500; }
.basket input[type="radio"]:checked + label .box, .client input[type="radio"]:checked + label .box {
  background: #FF914D;
  background-size: 15px; }
@media (max-width: 991px) {
  .basket input[type="radio"] + label .box, .client input[type="radio"] + label .box {
    width: 30px;
    height: 30px;
    margin: 5px 4px 10px 0;
    transition: .3s ease;
    background: #fff; }
  .basket .radio_text, .client .radio_text {
    padding-top: 0px;
    display: inline; }
  .basket input[type="radio"]:checked + label .box, .client input[type="radio"]:checked + label .box {
    background-image: none;
    background: #FF914D; } }
.basket input[type="checkbox"], .client input[type="checkbox"] {
  display: none; }
.basket input[type="checkbox"] + label .box, .client input[type="checkbox"] + label .box {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 7px 10px 10px 0;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  color: #364c5d;
  font-weight: 500; }
.basket input[type="checkbox"]:checked + label .box, .client input[type="checkbox"]:checked + label .box {
  background: #FF914D;
  background-size: 15px; }
@media (max-width: 991px) {
  .basket input[type="checkbox"] + label .box, .client input[type="checkbox"] + label .box {
    width: 30px;
    height: 30px;
    margin: 5px 4px 10px 0;
    transition: .3s ease;
    background: #fff; }
  .basket .radio_text, .client .radio_text {
    padding-top: 0px;
    display: inline; }
  .basket input[type="checkbox"]:checked + label .box, .client input[type="checkbox"]:checked + label .box {
    background-image: none;
    background: #FF914D; } }
.basket .order_table, .client .order_table {
  border-collapse: separate;
  border-spacing: 0px 10px;
  margin-bottom: 0px;
  padding: 0;
  font-family: "Poppins", serif; }
  .basket .order_table thead tr th, .client .order_table thead tr th {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    font-style: normal;
    text-align: center;
    color: #1a1818;
    border: 0 !important; }
  .basket .order_table thead tr .product_name, .client .order_table thead tr .product_name {
    text-align: center;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: #000000; }
  .basket .order_table tbody .borderThing td, .client .order_table tbody .borderThing td {
    padding: .2rem; }
  .basket .order_table tbody tr td, .client .order_table tbody tr td {
    color: #1a5888;
    font-weight: 500;
    vertical-align: middle;
    border-top: none;
    text-align: center;
    position: relative; }
  .basket .order_table tbody tr td.product_image, .client .order_table tbody tr td.product_image {
    max-width: 70px;
    height: 70px;
    text-align: center; }
    .basket .order_table tbody tr td.product_image img, .client .order_table tbody tr td.product_image img {
      height: 70px;
      margin: 0 auto; }
  .basket .order_table tbody tr td.name, .client .order_table tbody tr td.name {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: #000000; }
    .basket .order_table tbody tr td.name div, .client .order_table tbody tr td.name div {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      /* number of lines to show */
      line-clamp: 1;
      -webkit-box-orient: vertical; }
  .basket .order_table tbody tr td.remove .removeItem, .client .order_table tbody tr td.remove .removeItem {
    padding: 1rem;
    cursor: pointer;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    transition: 0.3s ease; }
    .basket .order_table tbody tr td.remove .removeItem:hover, .client .order_table tbody tr td.remove .removeItem:hover {
      background: #6e8094;
      color: #ffffff; }
  .basket .order_table tbody tr td, .client .order_table tbody tr td {
    color: #000000;
    font-size: 1.6rem;
    font-family: "Poppins", serif; }
    .basket .order_table tbody tr td .subtitle, .client .order_table tbody tr td .subtitle {
      color: #000000;
      font-size: 1.2rem;
      display: block;
      width: 100%;
      font-weight: 400;
      text-align: center;
      position: absolute;
      top: 1rem;
      left: 0;
      font-family: "Poppins", serif; }
  .basket .order_table tbody tr a, .client .order_table tbody tr a {
    color: #000000;
    text-decoration: none; }
  .basket .order_table tbody tr a.cart-remove, .client .order_table tbody tr a.cart-remove {
    color: white; }
  .basket .order_table tbody tr.item, .client .order_table tbody tr.item {
    outline: 1px solid #dfdce3;
    height: 81px;
    border-color: #dfdce3;
    border-width: 1px;
    border-style: solid;
    border-radius: 41px; }
    .basket .order_table tbody tr.item .price, .basket .order_table tbody tr.item .value, .client .order_table tbody tr.item .price, .client .order_table tbody tr.item .value {
      font-family: "Poppins";
      font-size: 15px;
      font-weight: normal;
      font-style: normal;
      text-align: center;
      color: #000000; }
@media (max-width: 991px) {
  .basket .order_table, .client .order_table {
    display: block; }
    .basket .order_table tbody, .client .order_table tbody {
      display: block; }
      .basket .order_table tbody tr, .client .order_table tbody tr {
        display: block; }
        .basket .order_table tbody tr td, .client .order_table tbody tr td {
          display: block; } }
.basket .order_summary, .client .order_summary {
  border-collapse: separate;
  padding: 0;
  margin-top: 3rem; }
  .basket .order_summary tr, .client .order_summary tr {
    width: 100%; }
    .basket .order_summary tr td, .client .order_summary tr td {
      color: #1a5888;
      font-weight: 500;
      vertical-align: middle;
      border-top: none;
      text-align: center;
      position: relative;
      width: 50%;
      padding: 1rem; }
    .basket .order_summary tr td:first-of-type, .client .order_summary tr td:first-of-type {
      color: #FF914D; }
    .basket .order_summary tr td:last-of-type, .client .order_summary tr td:last-of-type {
      color: #bf1616; }
  .basket .order_summary tr:last-of-type td, .client .order_summary tr:last-of-type td {
    border-bottom: 0.1rem solid #e2e2e2;
    font-weight: 500; }
  .basket .order_summary tr:last-of-type td:last-of-type, .client .order_summary tr:last-of-type td:last-of-type {
    color: #FF914D; }
.basket .address_table, .client .address_table {
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
  margin-top: 15px; }
  .basket .address_table .formSubmit, .client .address_table .formSubmit {
    display: none; }
  .basket .address_table .control-label, .client .address_table .control-label {
    color: #FF914D;
    font-family: "Oswald", "Arial", serif !important; }
  .basket .address_table #vat_label .box, .client .address_table #vat_label .box {
    margin-top: -7px; }
  .basket .address_table label, .client .address_table label {
    text-align: right;
    font-weight: 400;
    margin-top: 7px;
    padding-top: 0; }
  .basket .address_table .form-group, .client .address_table .form-group {
    margin-bottom: 0px; }
  .basket .address_table .form-other, .client .address_table .form-other {
    margin-left: -10px;
    margin-right: -10px; }
  .basket .address_table .form-under, .client .address_table .form-under {
    margin-top: 50px; }
  @media (max-width: 991px) {
    .basket .address_table .form-under, .client .address_table .form-under {
      margin-top: 0px; } }
.basket .payment_table input[type="radio"], .client .payment_table input[type="radio"] {
  display: none; }
.basket .payment_table input[type="radio"] + label .box, .client .payment_table input[type="radio"] + label .box {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 7px 10px 10px 0;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  color: #364c5d;
  font-weight: 500; }
.basket .payment_table input[type="radio"]:checked + label .box, .client .payment_table input[type="radio"]:checked + label .box {
  background: #FF914D;
  background-size: 15px; }
@media (max-width: 991px) {
  .basket .payment_table input[type="radio"] + label .box, .client .payment_table input[type="radio"] + label .box {
    width: 30px;
    height: 30px;
    margin: 5px 4px 10px 0;
    transition: .3s ease;
    background: #fff; }
  .basket .payment_table .radio_text, .client .payment_table .radio_text {
    padding-top: 0px;
    display: inline; }
  .basket .payment_table input[type="radio"]:checked + label .box, .client .payment_table input[type="radio"]:checked + label .box {
    background-image: none;
    background: #FF914D; } }
.basket .payment_table input[type="radio"] + label .box, .client .payment_table input[type="radio"] + label .box {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  margin: 0 !important;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  color: #364c5d;
  font-weight: 500;
  position: relative;
  border-color: #dfdce3;
  border-width: 1px;
  border-style: solid;
  position: relative;
  top: 2px;
  margin-right: 10px !important; }
.basket .payment_table input[type="radio"]:checked + label .box, .client .payment_table input[type="radio"]:checked + label .box {
  background-color: white; }
  .basket .payment_table input[type="radio"]:checked + label .box::after, .client .payment_table input[type="radio"]:checked + label .box::after {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 5px;
    left: 5px;
    content: " ";
    display: block;
    border-radius: 50%;
    background: #FF914D; }
.basket .payment_table .row, .client .payment_table .row {
  padding: 1rem 0; }
.basket .payment_table .tp_block, .client .payment_table .tp_block {
  border: 1px solid #eeeeee;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .basket .payment_table .tp_block .image, .client .payment_table .tp_block .image {
    height: 100px; }
    .basket .payment_table .tp_block .image img, .client .payment_table .tp_block .image img {
      margin: 0 auto;
      max-height: 100px; }
  .basket .payment_table .tp_block .name, .client .payment_table .tp_block .name {
    display: block;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: #1a1818; }
  .basket .payment_table .tp_block .box_container label, .client .payment_table .tp_block .box_container label {
    text-align: center;
    margin: 0; }
    .basket .payment_table .tp_block .box_container label .radio_text, .client .payment_table .tp_block .box_container label .radio_text {
      font-family: "Poppins";
      font-size: 15px;
      font-style: normal;
      text-align: left;
      color: #1a1818; }
    .basket .payment_table .tp_block .box_container label .box, .client .payment_table .tp_block .box_container label .box {
      margin-bottom: 10px !important; }
  .basket .payment_table .tp_block .radio_text, .client .payment_table .tp_block .radio_text {
    padding-top: 10px;
    display: inline-block; }
.basket .address_table_content td, .client .address_table_content td {
  padding: 0;
  width: 50%;
  border: none; }
.basket .address_table_content .left_side, .client .address_table_content .left_side {
  color: #6e8094;
  text-align: right;
  overflow: hidden; }
.basket .address_table_content .right_side, .client .address_table_content .right_side {
  color: #bf1616;
  font-weight: 500;
  text-align: left;
  padding-left: 5px;
  overflow: hidden; }
.basket .address_table_content fv, .client .address_table_content fv {
  color: #FF914D;
  text-transform: uppercase; }
@media (max-width: 991px) {
  .basket .address_table_content .left_side, .client .address_table_content .left_side {
    color: #6e8094; }
  .basket .address_table_content .right_side, .client .address_table_content .right_side {
    color: #bf1616; }
  .basket .address_table_content .fv, .client .address_table_content .fv {
    color: #1a5888; } }
.basket .sub_title, .client .sub_title {
  width: 100%;
  border-bottom: none;
  position: relative;
  padding: .8rem 0;
  font-size: 15px;
  color: black;
  font-family: "Poppins"; }
  .basket .sub_title .edit, .client .sub_title .edit {
    font-family: "Poppins", serif;
    position: absolute;
    text-transform: none;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
    font-size: 1rem;
    min-width: initial;
    font-weight: 400;
    color: #FF914D;
    text-decoration: none; }
.basket .address_table_content, .client .address_table_content {
  margin-bottom: 2rem; }
  .basket .address_table_content .group, .client .address_table_content .group {
    display: block;
    padding-bottom: .5rem;
    margin-bottom: 1rem; }
    .basket .address_table_content .group .labelText, .client .address_table_content .group .labelText {
      color: #6e8094;
      font-size: 14px;
      padding-bottom: .5rem;
      text-transform: capitalize;
      width: 100%;
      text-align: left;
      font-family: "Poppins", serif;
      font-weight: 400; }
    .basket .address_table_content .group .dataText, .client .address_table_content .group .dataText {
      color: black;
      font-size: 14px; }
.basket .summary_for_standard, .client .summary_for_standard {
  text-align: right;
  margin-top: 2rem; }
  .basket .summary_for_standard .dialog_block, .client .summary_for_standard .dialog_block {
    max-height: 32px; }
    .basket .summary_for_standard .dialog_block .count_text, .client .summary_for_standard .dialog_block .count_text {
      margin-right: 4rem;
      color: #FF914D;
      font-size: 1.1rem;
      display: inline-block;
      margin-top: 7px;
      font-family: "Poppins", serif; }
      .basket .summary_for_standard .dialog_block .count_text .firstBlock, .basket .summary_for_standard .dialog_block .count_text .secondBlock, .client .summary_for_standard .dialog_block .count_text .firstBlock, .client .summary_for_standard .dialog_block .count_text .secondBlock {
        display: block;
        float: left;
        font-style: italic; }
      .basket .summary_for_standard .dialog_block .count_text .firstBlock, .client .summary_for_standard .dialog_block .count_text .firstBlock {
        margin-right: 1.5rem; }
      .basket .summary_for_standard .dialog_block .count_text .caution, .client .summary_for_standard .dialog_block .count_text .caution {
        color: #FF914D;
        text-transform: uppercase;
        font-size: 1.7rem;
        text-align: left;
        font-weight: 500; }
      .basket .summary_for_standard .dialog_block .count_text .italic, .client .summary_for_standard .dialog_block .count_text .italic {
        color: #FF914D;
        font-size: 1.6rem;
        text-align: left; }
        .basket .summary_for_standard .dialog_block .count_text .italic i, .client .summary_for_standard .dialog_block .count_text .italic i {
          color: #FF914D;
          padding-left: .5rem;
          font-size: 1.2rem; }
    .basket .summary_for_standard .dialog_block .count_button, .client .summary_for_standard .dialog_block .count_button {
      margin-left: 1rem;
      float: right;
      margin-top: 2rem;
      border-radius: 41px;
      font-family: "Poppins";
      font-size: 15px;
      font-weight: bold;
      line-height: 25px;
      font-style: normal;
      text-align: center;
      color: #ffffff;
      border: 0 !important;
      background: #000000;
      padding: 1.0rem 4.5rem !important;
      min-width: 160px; }
    .basket .summary_for_standard .dialog_block .next, .client .summary_for_standard .dialog_block .next {
      float: right;
      margin-top: 2rem;
      border-radius: 41px;
      font-family: "Poppins";
      font-size: 15px;
      font-weight: bold;
      line-height: 25px;
      font-style: normal;
      text-align: center;
      color: #ffffff;
      border: 0 !important;
      background: #000000;
      padding: 1.0rem 4.5rem !important;
      min-width: 160px; }
  .basket .summary_for_standard .free_shipping, .client .summary_for_standard .free_shipping {
    text-align: center;
    font-size: 1.5rem;
    color: #303b45;
    text-transform: uppercase;
    position: relative;
    border: 0.1rem solid #E2E2E2;
    border-width: 0.1rem 0;
    padding: 15px 0;
    margin-top: 15px; }
    .basket .summary_for_standard .free_shipping:before, .client .summary_for_standard .free_shipping:before {
      content: "\f12a";
      font: normal normal normal 30px/1 FontAwesome;
      line-height: 45px;
      width: 45px;
      height: 45px;
      background: #b51e42;
      color: #fff;
      border-radius: 100%;
      display: block;
      margin: 0 auto 10px; }
    .basket .summary_for_standard .free_shipping .current, .client .summary_for_standard .free_shipping .current {
      color: #b51e42; }
      .basket .summary_for_standard .free_shipping .current .current_value, .client .summary_for_standard .free_shipping .current .current_value {
        font-weight: 800; }
    .basket .summary_for_standard .free_shipping .currency, .client .summary_for_standard .free_shipping .currency {
      color: #303b45;
      font-weight: 500; }
    .basket .summary_for_standard .free_shipping .applied, .client .summary_for_standard .free_shipping .applied {
      display: none; }
    .basket .summary_for_standard .free_shipping.free:before, .client .summary_for_standard .free_shipping.free:before {
      content: "\f00c";
      background: #176D37; }
    .basket .summary_for_standard .free_shipping.free .applied, .client .summary_for_standard .free_shipping.free .applied {
      display: block; }
    .basket .summary_for_standard .free_shipping.free .below, .client .summary_for_standard .free_shipping.free .below {
      display: none; }
  .basket .summary_for_standard .price_block, .client .summary_for_standard .price_block {
    margin: 25px 0; }
    .basket .summary_for_standard .price_block .price_summary_1, .client .summary_for_standard .price_block .price_summary_1 {
      font-family: "Poppins";
      font-size: 15px;
      font-weight: bold;
      font-style: normal;
      text-align: left;
      color: #000000; }
    .basket .summary_for_standard .price_block .price_summary_2, .client .summary_for_standard .price_block .price_summary_2 {
      font-family: "Poppins";
      font-size: 15px;
      font-weight: normal;
      font-style: normal;
      text-align: center;
      color: #000000; }
.basket .payment_block, .client .payment_block {
  text-align: left;
  margin-bottom: 2rem; }
  .basket .payment_block .transport_image, .client .payment_block .transport_image {
    display: block;
    width: 100%;
    padding: 3rem 0 1rem 3rem; }
    .basket .payment_block .transport_image img, .client .payment_block .transport_image img {
      padding-left: 2rem; }
  .basket .payment_block .paytrans, .client .payment_block .paytrans {
    padding-left: 3rem;
    display: block;
    width: 100%;
    color: #6e8094;
    font-family: "Poppins", serif; }
.basket .comment_block .comment, .client .comment_block .comment {
  font-family: "Poppins", serif;
  font-weight: 400;
  color: #34383b;
  padding-left: 3rem; }
.basket .agreement_box label, .client .agreement_box label {
  text-align: left;
  color: #6e8094; }
.basket .agreement_box label span, .client .agreement_box label span {
  float: left;
  margin-bottom: 50px !important; }
.basket .agreement_box label:first-of-type span, .client .agreement_box label:first-of-type span {
  margin-bottom: 0 !important; }
.basket .agreement_box .box, .client .agreement_box .box {
  margin-top: -2px !important; }
.basket .inpost, .client .inpost {
  font-family: "Roboto", "Arial", serif;
  color: #6e8094; }
  .basket .inpost .text, .client .inpost .text {
    color: #6e8094; }
  .basket .inpost ul[role="tabsList"], .client .inpost ul[role="tabsList"] {
    border-bottom: 0.1rem solid #d5d5d5;
    height: 32px;
    margin-bottom: 1rem; }
    .basket .inpost ul[role="tabsList"] li, .client .inpost ul[role="tabsList"] li {
      color: #6e8094;
      float: left;
      padding: 0 1rem;
      background: #fff;
      line-height: 30px;
      height: 30px;
      border: .1rem solid #fff; }
    .basket .inpost ul[role="tabsList"] .active, .client .inpost ul[role="tabsList"] .active {
      color: #FF914D;
      border: 0.1rem solid #d5d5d5;
      border-bottom: none;
      height: 32px; }
  .basket .inpost div[role="tabsContent"] .content, .client .inpost div[role="tabsContent"] .content {
    width: 100%; }
  .basket .inpost .map, .client .inpost .map {
    height: 300px; }
  .basket .inpost .sub_title, .client .inpost .sub_title {
    color: #e60952;
    display: block;
    border: none;
    font-size: 1.3rem;
    text-transform: none; }
  .basket .inpost .information, .client .inpost .information {
    padding: 0 1rem 0 0; }
.basket .ok, .client .ok {
  text-align: center; }
  .basket .ok .title_block, .client .ok .title_block {
    width: 55%;
    margin: 0 auto; }
    .basket .ok .title_block .title, .client .ok .title_block .title {
      font-weight: 300;
      line-height: 2.8rem; }
    .basket .ok .title_block .under_title, .client .ok .title_block .under_title {
      display: block;
      margin: 1rem 0;
      padding: 0 0 1rem 0;
      border-bottom: 1px solid #000; }
  @media (max-width: 991px) {
    .basket .ok .title_block, .client .ok .title_block {
      width: 100%; } }
  .basket .ok .sub_title, .client .ok .sub_title {
    color: #FF914D;
    margin-top: 1rem;
    text-transform: uppercase; }
  .basket .ok .fb_block img, .client .ok .fb_block img {
    margin: 1.5rem auto; }
  .basket .ok #basket_newsletter, .client .ok #basket_newsletter {
    font-family: "Poppins"; }
    .basket .ok #basket_newsletter input[type="radio"], .client .ok #basket_newsletter input[type="radio"] {
      display: none; }
    .basket .ok #basket_newsletter input[type="radio"] + label .box, .client .ok #basket_newsletter input[type="radio"] + label .box {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin: 7px 10px 10px 0;
      vertical-align: middle;
      background: #fff;
      border: 1px solid #e2e2e2;
      cursor: pointer;
      color: #364c5d;
      font-weight: 500; }
    .basket .ok #basket_newsletter input[type="radio"]:checked + label .box, .client .ok #basket_newsletter input[type="radio"]:checked + label .box {
      background: #FF914D;
      background-size: 15px; }
    @media (max-width: 991px) {
      .basket .ok #basket_newsletter input[type="radio"] + label .box, .client .ok #basket_newsletter input[type="radio"] + label .box {
        width: 30px;
        height: 30px;
        margin: 5px 4px 10px 0;
        transition: .3s ease;
        background: #fff; }
      .basket .ok #basket_newsletter .radio_text, .client .ok #basket_newsletter .radio_text {
        padding-top: 0px;
        display: inline; }
      .basket .ok #basket_newsletter input[type="radio"]:checked + label .box, .client .ok #basket_newsletter input[type="radio"]:checked + label .box {
        background-image: none;
        background: #FF914D; } }
    .basket .ok #basket_newsletter .checkbox label, .client .ok #basket_newsletter .checkbox label {
      padding: 0; }
    .basket .ok #basket_newsletter .checkbox .checkbox_text, .client .ok #basket_newsletter .checkbox .checkbox_text {
      text-align: left;
      padding-top: 1rem; }

#basket_4 {
  padding: .5rem; }
  #basket_4 .bouyer_data {
    padding: 0; }
  #basket_4 .button.next {
    border: 2px solid #0690E9;
    background: #ffffff;
    color: #0690E9; }
    #basket_4 .button.next:hover {
      background: #0690E9;
      color: #ffffff; }
  #basket_4 .border_box {
    border-color: #dfdce3;
    border-width: 1px;
    border-style: solid;
    border-radius: 41px; }

#basket_2 div.checkbox {
  border-bottom: none !important; }
#basket_2 input[type='text'], #basket_2 select, #basket_2 textarea {
  height: 81px !important;
  border-color: #dfdce3 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 41px !important;
  font-family: "Poppins" !important;
  font-size: 15px !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-align: left !important;
  color: #9E9E9E  !important;
  line-height: 53px;
  padding-left: 30px;
  background: #ffffff !important; }
  #basket_2 input[type='text'].error, #basket_2 select.error, #basket_2 textarea.error {
    border-color: #e60952; }
    #basket_2 input[type='text'].error::placeholder, #basket_2 select.error::placeholder, #basket_2 textarea.error::placeholder {
      color: #e60952; }
#basket_2 input[type="checkbox"] + label .box {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 4px;
  margin: 0 !important;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  color: #364c5d;
  font-weight: 500;
  position: relative;
  border-color: #dfdce3;
  border-width: 1px;
  border-style: solid; }
#basket_2 input[type="checkbox"]:checked + label .box::after {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 5px;
  left: 5px;
  content: " ";
  display: block;
  border-radius: 2px;
  background: #e51244; }
#basket_2 input[type="radio"] + label .box {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  margin: 0 !important;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  color: #364c5d;
  font-weight: 500;
  position: relative;
  border-color: #dfdce3;
  border-width: 1px;
  border-style: solid; }
#basket_2 input[type="radio"]:checked + label .box::after {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 5px;
  left: 5px;
  content: " ";
  display: block;
  border-radius: 50%;
  background: #e51244; }
#basket_2 .validationIcon {
  display: none !important; }
#basket_2 label {
  color: #6e8094 !important;
  left: 10px !important; }
#basket_2 label[for="data[Address][vat]"] {
  opacity: 1; }
#basket_2 .labelBtn {
  opacity: 1; }
#basket_2 textarea {
  height: 42px; }
#basket_2 .checkbox > label {
  text-align: left; }
#basket_2 .validationIcon {
  color: #eaeaea;
  position: absolute;
  right: 0;
  top: 20px;
  transition: .3s ease; }
  #basket_2 .validationIcon.pass {
    color: #FF914D; }
  #basket_2 .validationIcon.fail {
    color: #FF914D; }
#basket_2 .break-line {
  display: block;
  font-size: 1.4rem;
  color: #FF914D;
  font-weight: 800;
  text-transform: uppercase;
  margin-left: 10px;
  margin-bottom: 20px; }
@media (max-width: 767px) {
  #basket_2 .break-line {
    visibility: hidden; }
  #basket_2 .form-group > div {
    margin-bottom: 1rem; } }

#basket-login .control-label {
  font-family: "Poppins" !important;
  font-size: 15px !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-align: left !important;
  color: #9E9E9E  !important;
  line-height: 55px;
  text-align: right !important; }
#basket-login .form-control {
  height: 81px !important;
  border-color: #dfdce3 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 41px !important;
  font-family: "Poppins" !important;
  font-size: 15px !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-align: left !important;
  color: #9E9E9E  !important;
  line-height: 53px;
  padding-left: 30px;
  background: #ffffff !important; }

.checkbox-custom-size {
  width: 60px !important; }

.checkbox-custom-label {
  text-align: left !important;
  font-family: "Poppins" !important;
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 25px !important;
  font-style: normal !important;
  color: #1a1818 !important; }

.radio-group .checkbox-custom-label {
  padding-top: 0 !important; }

.agreement_block .border_box, .bouyer_data .border_box, .payment_block .border_box {
  padding: 25px;
  margin-bottom: 25px;
  font-family: 'Poppins'; }
  .agreement_block .border_box label, .bouyer_data .border_box label, .payment_block .border_box label {
    font-family: 'Poppins'; }

.basket .payment_block {
  margin: 0; }

#basket_5 #newsletter_basket > form:nth-child(1) > div:nth-child(1) > label:nth-child(1), #basket_5 label.col-lg-10 {
  font-family: "Poppins";
  line-height: 43px; }

/*Mobilne basket_1 i basket_4*/
@media (max-width: 767px) {
  .basket .title {
    padding-top: 1.5rem; } }
.basket .button {
  font-family: "Ubuntu", "Arial", sans-serif;
  background: #fff;
  color: #FF914D;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  min-width: 80px;
  transition: .3s ease;
  text-decoration: none;
  border: 1px solid;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 3px;
  font-family: "Arial", sans-serif;
  border: .1rem solid #e60952;
  background: #ffffff;
  color: #e60952;
  font-size: 1.2rem;
  float: left;
  padding: 1.0rem 1.5rem;
  text-transform: uppercase;
  font-weight: 800; }
  .basket .button:hover {
    background: #FF914D;
    color: #ffffff;
    text-decoration: none; }
  .basket .button:focus {
    border: none;
    box-shadow: none;
    outline: none; }
  .basket .button.small {
    min-width: 0; }
  .basket .button:hover {
    background: #e60952;
    color: #fff; }
.basket .mobile_title {
  color: #364c5d;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6rem; }
.basket .table_mobile {
  padding: 0; }
  .basket .table_mobile a {
    text-decoration: none; }
  .basket .table_mobile .item {
    padding: 0 1rem 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid #eeeeee; }
  .basket .table_mobile .product_header {
    position: relative;
    margin: 0 0; }
    .basket .table_mobile .product_header h3 {
      font-family: "Poppins";
      display: block;
      color: black;
      font-size: 14px;
      font-weight: bold;
      margin: 0 0 10px 0;
      padding-top: 2rem; }
  .basket .table_mobile .product_header::after {
    position: absolute;
    content: url("/images/arrow.png");
    bottom: -13px;
    right: 20px; }
  .basket .table_mobile .product_image {
    text-align: center;
    padding: 0; }
    .basket .table_mobile .product_image img {
      max-height: 81px; }
  .basket .table_mobile .product_aditional {
    padding: 0; }
  .basket .table_mobile .product_delete {
    padding: 2rem 0 0 0; }
    .basket .table_mobile .product_delete .cart-remove .removeItem {
      padding: 1rem;
      cursor: pointer;
      border: 1px solid #eeeeee;
      border-radius: 3px;
      color: #6e8094;
      transition: 0.3s ease; }
      .basket .table_mobile .product_delete .cart-remove .removeItem:hover {
        background: #6e8094;
        color: #ffffff; }
  .basket .table_mobile .delete {
    text-decoration: none;
    color: #FF914D;
    font-size: 2rem;
    float: right; }
  .basket .table_mobile .product_info {
    padding: 1rem 2rem; }
    .basket .table_mobile .product_info .price_wrap .price_title, .basket .table_mobile .product_info .price_wrap .quantity_title, .basket .table_mobile .product_info .price_wrap .total_title, .basket .table_mobile .product_info .quantity_wrap .price_title, .basket .table_mobile .product_info .quantity_wrap .quantity_title, .basket .table_mobile .product_info .quantity_wrap .total_title, .basket .table_mobile .product_info .total_wrap .price_title, .basket .table_mobile .product_info .total_wrap .quantity_title, .basket .table_mobile .product_info .total_wrap .total_title {
      color: black;
      font-size: 1.3rem;
      display: block;
      width: 100%;
      text-align: center;
      font-family: "Poppins", serif;
      padding-bottom: 1rem; }
    .basket .table_mobile .product_info .price_wrap .price, .basket .table_mobile .product_info .price_wrap .quantity, .basket .table_mobile .product_info .price_wrap .total, .basket .table_mobile .product_info .quantity_wrap .price, .basket .table_mobile .product_info .quantity_wrap .quantity, .basket .table_mobile .product_info .quantity_wrap .total, .basket .table_mobile .product_info .total_wrap .price, .basket .table_mobile .product_info .total_wrap .quantity, .basket .table_mobile .product_info .total_wrap .total {
      color: black;
      font-size: 1.8rem;
      display: block;
      text-align: center; }
    .basket .table_mobile .product_info .price_wrap .price, .basket .table_mobile .product_info .price_wrap .total, .basket .table_mobile .product_info .quantity_wrap .price, .basket .table_mobile .product_info .quantity_wrap .total, .basket .table_mobile .product_info .total_wrap .price, .basket .table_mobile .product_info .total_wrap .total {
      line-height: 50px; }
.basket .summary_for_mobile .count_text {
  color: #FF914D;
  font-size: 1.1rem;
  display: inline-block;
  margin-top: 7px;
  font-family: "Poppins", serif; }
  .basket .summary_for_mobile .count_text .firstBlock, .basket .summary_for_mobile .count_text .secondBlock {
    display: block;
    float: left;
    font-style: italic; }
  .basket .summary_for_mobile .count_text .firstBlock {
    text-align: center; }
    .basket .summary_for_mobile .count_text .firstBlock .caution_block {
      display: inline-block; }
  .basket .summary_for_mobile .count_text .caution {
    color: #e60952;
    text-transform: uppercase;
    font-size: 1.4rem;
    text-align: left;
    font-weight: 500; }
  .basket .summary_for_mobile .count_text .italic {
    color: #e60952;
    font-size: 1.3rem;
    text-align: left; }
    .basket .summary_for_mobile .count_text .italic i {
      color: #e60952;
      padding-left: .5rem;
      font-size: 1.2rem; }
.basket .summary_for_mobile .count_btn_block {
  text-align: center;
  padding: 1.5rem 0; }
  .basket .summary_for_mobile .count_btn_block .button {
    display: inline-block !important;
    float: none !important; }
.basket .summary_for_mobile .price_summary {
  padding-bottom: 1rem; }
  .basket .summary_for_mobile .price_summary .price_summary_1 {
    font-weight: 400;
    color: black; }
  .basket .summary_for_mobile .price_summary .price_summary_2 {
    color: black;
    font-weight: 800;
    text-align: right;
    margin: 0; }
.basket .summary_for_mobile .count_wrap {
  padding: 1rem 0 2rem 0; }
.basket .summary_for_mobile .next_wrap {
  padding: 1.5rem 0 2rem 0; }
  .basket .summary_for_mobile .next_wrap .next_basket {
    float: right;
    border-width: 2px; }
@media (max-width: 767px) {
  .basket .payment_table .row {
    padding: 0 1rem; }
  .basket .payment_table .tp_block {
    margin: 2rem 0 0 0; }
    .basket .payment_table .tp_block::last-of-type {
      border: none; }
  .basket .payment_table .info {
    padding-bottom: 1rem; }
    .basket .payment_table .info .name {
      text-align: left;
      margin: .5rem 0 0 0;
      color: #FF914D;
      font-size: 1.4rem; }
    .basket .payment_table .info .box_container label {
      text-align: center;
      margin: 0; }
      .basket .payment_table .info .box_container label .box {
        margin-bottom: 6px !important;
        width: 20px;
        height: 20px; }
    .basket .payment_table .info .box_container .radio_text {
      color: #31383e;
      font-family: "Poppins", serif;
      font-size: 1.4rem; } }
.basket .order_summary {
  margin: 1rem 0;
  padding: 0rem 0 1rem 0;
  border-bottom: 0.3rem solid #d5d5d5; }
  .basket .order_summary tr td {
    border: none !important; }
@media (max-width: 767px) {
  .basket .sub_title {
    text-transform: uppercase;
    width: 100%;
    border-bottom: none;
    position: relative;
    padding: .8rem 0;
    font-size: 1.4rem;
    color: #FF914D; }
    .basket .sub_title .edit {
      font-size: 1.1rem;
      padding: 1rem .7rem 0 .7rem; }
  .basket .address_table_content .left_side {
    text-align: left;
    color: #6e8094; }
  .basket .address_table_content .right_side {
    text-align: left; }
  .basket .address_table_content .fv {
    color: #bf1616; }
  .basket .address_table_content tr td {
    padding: .3rem 0; }
  .basket .payment_block {
    padding: 0;
    border: none; }
  .basket .agreement_block {
    padding: 0; }
    .basket .agreement_block label[for="agree"] {
      font-size: 1.2rem;
      font-family: "Poppins", serif;
      font-weight: 400;
      padding: 0;
      display: block;
      width: 100%;
      text-align: center !important; }
      .basket .agreement_block label[for="agree"] .box {
        width: 15px;
        height: 15px;
        float: none; }
  .basket .comment_block {
    padding: 0; } }

@media (max-width: 991px) {
  #content_wrap #basket_2 .form-horizontal {
    border-top: none;
    padding-top: 0px;
    margin-top: 0px; } }
@media (max-width: 1000px) {
  #content_wrap #basket_4 .payment .agreement_box {
    margin-top: 0%; } }
@media (max-width: 650px) {
  #agree_ceneo + label span, #agree_opineo + label span {
    margin-bottom: 100px; } }
@media (max-width: 500px) {
  #agree_ceneo + label span, #agree_opineo + label span {
    margin-bottom: 150px; } }
.basket_side {
  position: fixed !important;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  transition: .5s ease;
  background: #fff;
  color: #2c2c2c;
  box-shadow: 0 0 0.7rem rgba(50, 50, 50, 0.75); }
  .basket_side .header span {
    display: block;
    width: 100%;
    border: .1rem solid #d4d4d4;
    border-top: none;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 1rem;
    text-transform: uppercase; }
  .basket_side .header .sideButton {
    position: absolute;
    top: 0;
    left: -4.15rem;
    font-weight: 500;
    font-size: 1.8rem;
    width: 42px;
    height: 44px;
    border: .1rem solid #d4d4d4;
    background: #fff;
    border-top: none;
    border-right: none;
    display: block;
    z-index: 101;
    box-shadow: -0.1rem 0.1rem 0.7rem rgba(50, 50, 50, 0.2);
    cursor: pointer;
    padding: 0; }
    .basket_side .header .sideButton .icon {
      transition: .3s ease;
      padding: 1.3rem 1.6rem; }
  .basket_side .content {
    overflow-x: hidden; }
    .basket_side .content .items {
      padding: 0;
      margin: 0;
      overflow-y: auto; }
      .basket_side .content .items .item {
        transition: .5s ease;
        list-style: none;
        display: block;
        border-bottom: .1rem solid #d4d4d4;
        margin: 0 2rem;
        padding: 1rem 0;
        float: left; }
        .basket_side .content .items .item .name {
          display: block;
          color: #000;
          text-decoration: none;
          font-weight: 500;
          width: 100%; }
        .basket_side .content .items .item .rating {
          display: block;
          width: 100%;
          border-bottom: .1rem solid #d4d4d4;
          padding: .5rem 0 .7rem 0; }
        .basket_side .content .items .item .price_title {
          color: #a0a0a0;
          font-weight: 500; }
        .basket_side .content .items .item .price {
          color: #000;
          font-weight: 500;
          font-size: 1.7rem; }
          .basket_side .content .items .item .price .smaller {
            font-size: 1.4rem; }
        .basket_side .content .items .item .link {
          color: #929292;
          text-decoration: none;
          float: right;
          font-size: 2rem; }
        .basket_side .content .items .item .deleteBtn {
          color: #d4d4d4;
          font-size: 2rem;
          cursor: pointer; }
        .basket_side .content .items .item .count {
          text-align: center; }
          .basket_side .content .items .item .count .number {
            display: -webkit-box;
            -webkit-box-pack: center;
            -webkit-box-align: center; }
      .basket_side .content .items .no_item {
        text-align: center;
        width: 100%;
        display: block;
        margin: 3rem 0; }
  .basket_side .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 0 2rem; }
    .basket_side .footer .totalBlock {
      padding: 1.5rem 0;
      border-top: .1rem solid #d4d4d4;
      border-bottom: .1rem solid #d4d4d4; }
      .basket_side .footer .totalBlock .price {
        font-size: 1.8rem; }
        .basket_side .footer .totalBlock .price .currency {
          font-size: 1.4rem; }
    .basket_side .footer .buttonsBlock {
      padding: 2rem 0; }
      .basket_side .footer .buttonsBlock .button {
        display: inline-block;
        min-width: 40px; }

.basket_side_open {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.basket_side_close {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

.basket_side_rotate_button {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.basket_delete_item {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0; }

.dim-basket {
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-animation: openBasketDim 0.5s;
  -moz-animation: openBasketDim 0.5s;
  -o-animation: openBasketDim 0.5s;
  -ms-animation: openBasketDim 0.5s;
  animation: openBasketDim 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  transition: .5s ease; }

.dim-basket-close {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  transition: .5s ease;
  -webkit-animation: closeBasketDim 0.5s;
  -moz-animation: closeBasketDim 0.5s;
  -o-animation: closeBasketDim 0.5s;
  -ms-animation: closeBasketDim 0.5s;
  animation: closeBasketDim 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.basket_scroll {
  position: absolute !important;
  right: 0;
  left: auto;
  z-index: 101;
  margin: 0 !important;
  padding: 0 !important;
  max-height: 400px;
  width: 310px;
  background: #fff;
  color: #2c2c2c;
  box-shadow: none;
  border: .1rem solid #FF914D;
  border-bottom: .3rem solid #FF914D;
  overflow: auto;
  border-radius: 10px; }
  .basket_scroll .content {
    overflow-x: hidden; }
    .basket_scroll .content .items {
      padding: 0;
      margin: 0;
      overflow-y: auto;
      overflow-x: hidden; }
      .basket_scroll .content .items .basket_title {
        padding: 10px;
        text-transform: uppercase;
        color: #6e8094; }
      .basket_scroll .content .items .item {
        transition: .5s ease;
        list-style: none;
        display: block;
        border-bottom: .1rem solid #eaeaea;
        margin: 0 2rem !important;
        padding: 1rem 0;
        float: left;
        width: 270px;
        font-family: "Roboto", serif; }
        .basket_scroll .content .items .item .name {
          display: block;
          color: #6e8094;
          text-decoration: none;
          font-weight: 400;
          font-size: 1.4rem;
          width: 100%;
          padding-top: .5rem; }
        .basket_scroll .content .items .item .amountAndPrice {
          color: #FF914D;
          font-weight: 500;
          font-size: 1.6rem; }
        .basket_scroll .content .items .item .removeItem {
          padding: .5rem;
          cursor: pointer; }
      .basket_scroll .content .items .no_item {
        text-align: center;
        width: 100%;
        display: block;
        margin: 3rem 0;
        color: #6e8094; }
  .basket_scroll .footer {
    width: 100%;
    text-align: center;
    padding: 0 2rem; }
    .basket_scroll .footer .totalBlock {
      padding: 1.5rem 0; }
      .basket_scroll .footer .totalBlock .priceTitle {
        color: #6e8094;
        font-size: 1.3rem; }
      .basket_scroll .footer .totalBlock .price {
        color: #FF914D;
        font-weight: 500;
        font-size: 1.6rem; }
    .basket_scroll .footer .buttonsBlock {
      padding: 2rem 0; }
      .basket_scroll .footer .buttonsBlock a {
        color: #FF914D;
        border: .1rem solid #FF914D;
        padding: 1rem;
        font-size: 1.4rem;
        border-radius: 3px;
        transition: 0.3s ease;
        font-weight: 800;
        text-transform: uppercase; }
        .basket_scroll .footer .buttonsBlock a:hover {
          background: #FF914D;
          color: white;
          text-decoration: none; }

.basket_side_open {
  display: block;
  -webkit-animation: smoothOpen 0.3s;
  -moz-animation: smoothOpen 0.3s;
  -o-animation: smoothOpen 0.3s;
  -ms-animation: smoothOpen 0.3s;
  animation: smoothOpen 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.basket_side_close {
  display: none; }

.basket_delete_item {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0; }

#product_wrap, #related_container {
  /*.under_product_container{
      font-size: 1.1rem;
      font-weight: 300;
      color: #a4a4a4;
      padding: 10px 100px 10px 10px;
      border: 1px solid $borderColor;
      border-top: none;
      display: block;
  }*/ }
  #product_wrap .product_container, #related_container .product_container {
    font-family: "Poppins", serif; }
    #product_wrap .product_container .product_desc, #related_container .product_container .product_desc {
      font-family: "Poppins";
      font-size: 15px;
      font-weight: normal;
      line-height: 25px;
      font-style: normal;
      text-align: left;
      color: #1a1818; }
    #product_wrap .product_container .product_name, #related_container .product_container .product_name {
      font-family: "Poppins";
      font-size: 30px;
      font-weight: bold;
      font-style: normal;
      text-align: left;
      color: #000000;
      margin-top: 50px;
      margin-bottom: 50px; }
    #product_wrap .product_container .product_data, #related_container .product_container .product_data {
      padding: 0 0 1rem 0;
      border-top: 1px solid #eeeeee;
      border-right: 1px solid #eeeeee;
      border-bottom: 1px solid #eeeeee; }
    #product_wrap .product_container .product_photo, #related_container .product_container .product_photo {
      border-top: 1px solid #eeeeee;
      border-left: 1px solid #eeeeee;
      border-bottom: 1px solid #eeeeee; }
      #product_wrap .product_container .product_photo img, #related_container .product_container .product_photo img {
        margin: 3rem auto; }
    #product_wrap .product_container .product_info, #related_container .product_container .product_info {
      color: #6e8094; }
      #product_wrap .product_container .product_info .descTitle, #related_container .product_container .product_info .descTitle {
        color: #FF914D;
        text-transform: uppercase;
        font-size: 1.6rem;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        display: block;
        width: 100%;
        margin: 4rem 0 0 0;
        padding-bottom: .3rem; }
      #product_wrap .product_container .product_info .desc, #product_wrap .product_container .product_info .empty, #related_container .product_container .product_info .desc, #related_container .product_container .product_info .empty {
        color: #6e8094;
        font-size: 1.5rem;
        font-weight: 300; }
      #product_wrap .product_container .product_info .caution, #related_container .product_container .product_info .caution {
        color: #e60952;
        font-size: 1.2rem;
        display: block;
        margin-top: 2rem; }
    #product_wrap .product_container .available, #related_container .product_container .available {
      margin-bottom: 20px; }
      #product_wrap .product_container .available img, #related_container .product_container .available img {
        margin-right: 11px; }
    #product_wrap .product_container .service_time, #related_container .product_container .service_time {
      margin-bottom: 50px; }
      #product_wrap .product_container .service_time img, #related_container .product_container .service_time img {
        margin-right: 7px; }
    #product_wrap .product_container .product_aditional .price_title, #related_container .product_container .product_aditional .price_title {
      color: #6e8094;
      font-size: 1.3rem;
      float: left;
      margin: 2.7rem 0; }
    #product_wrap .product_container .product_aditional .price, #related_container .product_container .product_aditional .price {
      font-family: "Poppins";
      font-size: 30px;
      font-weight: 300;
      font-style: normal;
      text-align: left;
      color: #000000; }
    #product_wrap .product_container .product_aditional .buy, #related_container .product_container .product_aditional .buy {
      font-size: 14px;
      text-transform: uppercase;
      padding: 10px;
      border-radius: 3px;
      border: 1px solid #e60952;
      font-weight: 800;
      color: #E60952;
      transition: 0.3s ease;
      text-decoration: none; }
      #product_wrap .product_container .product_aditional .buy:hover, #related_container .product_container .product_aditional .buy:hover {
        color: #ffffff;
        background-color: #e60952; }
    #product_wrap .product_container .product_aditional .buy_border, #related_container .product_container .product_aditional .buy_border {
      margin: 2rem 0 0; }
    #product_wrap .product_container .product_aditional .buyBtn, #related_container .product_container .product_aditional .buyBtn {
      padding: 1rem 1.3rem;
      float: left;
      margin: .7rem 0 1rem 2rem; }
    #product_wrap .product_container .product_aditional .phoneMe, #related_container .product_container .product_aditional .phoneMe {
      font-family: "Ubuntu", "Arial", sans-serif;
      background: #fff;
      color: #FF914D;
      font-size: 1.2rem;
      display: block;
      text-align: center;
      padding: 1rem;
      cursor: pointer;
      min-width: 80px;
      transition: .3s ease;
      text-decoration: none;
      border: 1px solid;
      border-radius: 3px;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 2rem;
      padding: 1rem 1.9rem;
      min-width: initial;
      float: left;
      margin: 1rem; }
      #product_wrap .product_container .product_aditional .phoneMe:hover, #related_container .product_container .product_aditional .phoneMe:hover {
        background: #FF914D;
        color: #ffffff;
        text-decoration: none; }
      #product_wrap .product_container .product_aditional .phoneMe:focus, #related_container .product_container .product_aditional .phoneMe:focus {
        border: none;
        box-shadow: none;
        outline: none; }
      #product_wrap .product_container .product_aditional .phoneMe.small, #related_container .product_container .product_aditional .phoneMe.small {
        min-width: 0; }
    #product_wrap .product_container .product_aditional .delivery, #related_container .product_container .product_aditional .delivery {
      margin: 20px 0; }
  #product_wrap .comments_container .comments, #related_container .comments_container .comments {
    padding: 10px;
    margin: 10px 0; }
    #product_wrap .comments_container .comments .rating span, #related_container .comments_container .comments .rating span {
      color: #9f9f9f;
      margin-right: 3px;
      font-size: 1.3rem; }
    #product_wrap .comments_container .comments .rating .rating_block, #related_container .comments_container .comments .rating .rating_block {
      margin-left: -1px; }
    #product_wrap .comments_container .comments .comment, #related_container .comments_container .comments .comment {
      color: #797979;
      margin: 10px 0 0 0; }
    #product_wrap .comments_container .comments .aditional_info, #related_container .comments_container .comments .aditional_info {
      color: #FF914D;
      text-align: right;
      font-weight: 500;
      font-size: 1.4rem; }
  #product_wrap .comments_container .show_hidden, #related_container .comments_container .show_hidden {
    font-size: 3rem;
    color: #364c5d;
    width: 100%;
    text-align: center;
    float: left;
    cursor: pointer;
    clear: both;
    transition: .5s ease; }
  #product_wrap .relative_container .title, #related_container .relative_container .title {
    padding-left: 0; }
  #product_wrap .relative_container .products_block, #related_container .relative_container .products_block {
    position: relative;
    margin-bottom: 40px;
    font-family: "Poppins", serif; }
    #product_wrap .relative_container .products_block .products_border, #related_container .relative_container .products_block .products_border {
      border-color: #c7d2d9;
      border-width: 1px;
      border-style: solid;
      background: #ffffff;
      border-radius: 10px; }
    #product_wrap .relative_container .products_block .product_wrap, #related_container .relative_container .products_block .product_wrap {
      margin: 0 10px; }
    #product_wrap .relative_container .products_block a, #related_container .relative_container .products_block a {
      text-decoration: none; }
    #product_wrap .relative_container .products_block .product_image, #related_container .relative_container .products_block .product_image {
      margin: 10px 0;
      text-align: center;
      height: 190px;
      line-height: 190px; }
      #product_wrap .relative_container .products_block .product_image img, #related_container .relative_container .products_block .product_image img {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto; }
    #product_wrap .relative_container .products_block .product_name, #related_container .relative_container .products_block .product_name {
      width: 100%;
      display: block;
      background: #ffffff;
      border-radius: 7px 7px 0 0;
      text-align: center;
      padding: 0 20px;
      height: 65px;
      font-size: 18px;
      font-weight: 500;
      line-height: 22px;
      font-style: normal;
      text-align: left;
      color: #000000; }
      #product_wrap .relative_container .products_block .product_name > a, #related_container .relative_container .products_block .product_name > a {
        color: #000000 !important;
        font-size: 18px;
        font-weight: 500; }
      #product_wrap .relative_container .products_block .product_name .rating_block, #related_container .relative_container .products_block .product_name .rating_block {
        display: inline-block;
        letter-spacing: 9px;
        padding-top: 15px; }
        #product_wrap .relative_container .products_block .product_name .rating_block i, #related_container .relative_container .products_block .product_name .rating_block i {
          color: #E60952; }
    #product_wrap .relative_container .products_block .product_info, #related_container .relative_container .products_block .product_info {
      width: 100%;
      padding: .5rem 0;
      margin-bottom: 10px; }
      #product_wrap .relative_container .products_block .product_info .price_wrap, #related_container .relative_container .products_block .product_info .price_wrap {
        width: 100%;
        text-align: left;
        padding-left: 20px; }
        #product_wrap .relative_container .products_block .product_info .price_wrap .price, #related_container .relative_container .products_block .product_info .price_wrap .price {
          font-family: "Poppins";
          font-size: 25px;
          font-weight: normal;
          font-style: normal;
          text-align: left;
          color: #000000; }
        #product_wrap .relative_container .products_block .product_info .price_wrap .currency, #related_container .relative_container .products_block .product_info .price_wrap .currency {
          font-family: "Poppins";
          font-size: 15px;
          font-weight: normal;
          font-style: normal;
          text-align: center;
          color: #dfdce3;
          position: relative; }
      #product_wrap .relative_container .products_block .product_info .buy_border, #related_container .relative_container .products_block .product_info .buy_border {
        height: 30px;
        width: 100%;
        outline: none; }
      #product_wrap .relative_container .products_block .product_info .buy, #related_container .relative_container .products_block .product_info .buy {
        font-size: 14px;
        font-weight: 800;
        color: #ff914d;
        display: block;
        transition: 0.3s ease;
        text-align: left;
        position: relative;
        padding-left: 20px;
        outline: none; }
      #product_wrap .relative_container .products_block .product_info .link, #related_container .relative_container .products_block .product_info .link {
        color: #6e8094;
        float: right;
        font-size: 1.6rem; }
  #product_wrap .product_mobile, #related_container .product_mobile {
    border: 1px solid #eeeeee;
    color: #6e8094;
    padding: 10px; }
    #product_wrap .product_mobile .products_block, #related_container .product_mobile .products_block {
      position: relative;
      margin-bottom: 40px;
      font-family: "Poppins", serif; }
      #product_wrap .product_mobile .products_block .products_border, #related_container .product_mobile .products_block .products_border {
        border-color: #c7d2d9;
        border-width: 1px;
        border-style: solid;
        background: #ffffff;
        border-radius: 10px; }
      #product_wrap .product_mobile .products_block .product_wrap, #related_container .product_mobile .products_block .product_wrap {
        margin: 0 10px; }
      #product_wrap .product_mobile .products_block a, #related_container .product_mobile .products_block a {
        text-decoration: none; }
      #product_wrap .product_mobile .products_block .product_image, #related_container .product_mobile .products_block .product_image {
        margin: 10px 0;
        text-align: center;
        height: 190px;
        line-height: 190px; }
        #product_wrap .product_mobile .products_block .product_image img, #related_container .product_mobile .products_block .product_image img {
          max-width: 100%;
          max-height: 100%;
          margin: 0 auto; }
      #product_wrap .product_mobile .products_block .product_name, #related_container .product_mobile .products_block .product_name {
        width: 100%;
        display: block;
        background: #ffffff;
        border-radius: 7px 7px 0 0;
        text-align: center;
        padding: 0 20px;
        height: 65px;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        font-style: normal;
        text-align: left;
        color: #000000; }
        #product_wrap .product_mobile .products_block .product_name > a, #related_container .product_mobile .products_block .product_name > a {
          color: #000000 !important;
          font-size: 18px;
          font-weight: 500; }
        #product_wrap .product_mobile .products_block .product_name .rating_block, #related_container .product_mobile .products_block .product_name .rating_block {
          display: inline-block;
          letter-spacing: 9px;
          padding-top: 15px; }
          #product_wrap .product_mobile .products_block .product_name .rating_block i, #related_container .product_mobile .products_block .product_name .rating_block i {
            color: #E60952; }
      #product_wrap .product_mobile .products_block .product_info, #related_container .product_mobile .products_block .product_info {
        width: 100%;
        padding: .5rem 0;
        margin-bottom: 10px; }
        #product_wrap .product_mobile .products_block .product_info .price_wrap, #related_container .product_mobile .products_block .product_info .price_wrap {
          width: 100%;
          text-align: left;
          padding-left: 20px; }
          #product_wrap .product_mobile .products_block .product_info .price_wrap .price, #related_container .product_mobile .products_block .product_info .price_wrap .price {
            font-family: "Poppins";
            font-size: 25px;
            font-weight: normal;
            font-style: normal;
            text-align: left;
            color: #000000; }
          #product_wrap .product_mobile .products_block .product_info .price_wrap .currency, #related_container .product_mobile .products_block .product_info .price_wrap .currency {
            font-family: "Poppins";
            font-size: 15px;
            font-weight: normal;
            font-style: normal;
            text-align: center;
            color: #dfdce3;
            position: relative; }
        #product_wrap .product_mobile .products_block .product_info .buy_border, #related_container .product_mobile .products_block .product_info .buy_border {
          height: 30px;
          width: 100%;
          outline: none; }
        #product_wrap .product_mobile .products_block .product_info .buy, #related_container .product_mobile .products_block .product_info .buy {
          font-size: 14px;
          font-weight: 800;
          color: #ff914d;
          display: block;
          transition: 0.3s ease;
          text-align: left;
          position: relative;
          padding-left: 20px;
          outline: none; }
        #product_wrap .product_mobile .products_block .product_info .link, #related_container .product_mobile .products_block .product_info .link {
          color: #6e8094;
          float: right;
          font-size: 1.6rem; }
    #product_wrap .product_mobile .buyBtn img, #related_container .product_mobile .buyBtn img {
      margin: 1rem auto;
      display: block; }
    #product_wrap .product_mobile .product_desc_m .subtitle, #related_container .product_mobile .product_desc_m .subtitle {
      font-family: "Roboto", sans-serif;
      color: #FF914D;
      font-size: 1.6rem;
      text-transform: uppercase; }
    #product_wrap .product_mobile .product_desc_m .empty, #related_container .product_mobile .product_desc_m .empty {
      color: #6e8094; }
    #product_wrap .product_mobile .product_desc_m .caution, #related_container .product_mobile .product_desc_m .caution {
      color: #E60952;
      font-size: 1.2rem;
      display: block;
      margin-top: 2rem; }
    #product_wrap .product_mobile .product_desc_m .delivery, #related_container .product_mobile .product_desc_m .delivery {
      margin: 20px 0; }
    #product_wrap .product_mobile .product_name > a, #related_container .product_mobile .product_name > a {
      font-size: 2rem !important;
      line-height: 3rem !important;
      font-weight: 500 !important; }
    #product_wrap .product_mobile .product_info .price_wrap .price, #related_container .product_mobile .product_info .price_wrap .price {
      font-size: 1.7rem;
      font-weight: 300 !important; }
    #product_wrap .product_mobile .product_info .buy, #related_container .product_mobile .product_info .buy {
      padding: 10px;
      display: block;
      margin: 10px auto;
      width: 120px;
      text-align: center;
      border-radius: 3px;
      border: solid 1px #e60952; }

#main_page .products_block {
  position: relative;
  margin-bottom: 40px;
  font-family: "Poppins", serif; }
  #main_page .products_block .products_border {
    border-color: #c7d2d9;
    border-width: 1px;
    border-style: solid;
    background: #ffffff;
    border-radius: 10px; }
  #main_page .products_block .product_wrap {
    margin: 0 10px; }
  #main_page .products_block a {
    text-decoration: none; }
  #main_page .products_block .product_image {
    margin: 10px 0;
    text-align: center;
    height: 190px;
    line-height: 190px; }
    #main_page .products_block .product_image img {
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto; }
  #main_page .products_block .product_name {
    width: 100%;
    display: block;
    background: #ffffff;
    border-radius: 7px 7px 0 0;
    text-align: center;
    padding: 0 20px;
    height: 65px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    font-style: normal;
    text-align: left;
    color: #000000; }
    #main_page .products_block .product_name > a {
      color: #000000 !important;
      font-size: 18px;
      font-weight: 500; }
    #main_page .products_block .product_name .rating_block {
      display: inline-block;
      letter-spacing: 9px;
      padding-top: 15px; }
      #main_page .products_block .product_name .rating_block i {
        color: #E60952; }
  #main_page .products_block .product_info {
    width: 100%;
    padding: .5rem 0;
    margin-bottom: 10px; }
    #main_page .products_block .product_info .price_wrap {
      width: 100%;
      text-align: left;
      padding-left: 20px; }
      #main_page .products_block .product_info .price_wrap .price {
        font-family: "Poppins";
        font-size: 25px;
        font-weight: normal;
        font-style: normal;
        text-align: left;
        color: #000000; }
      #main_page .products_block .product_info .price_wrap .currency {
        font-family: "Poppins";
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        text-align: center;
        color: #dfdce3;
        position: relative; }
    #main_page .products_block .product_info .buy_border {
      height: 30px;
      width: 100%;
      outline: none; }
    #main_page .products_block .product_info .buy {
      font-size: 14px;
      font-weight: 800;
      color: #ff914d;
      display: block;
      transition: 0.3s ease;
      text-align: left;
      position: relative;
      padding-left: 20px;
      outline: none; }
    #main_page .products_block .product_info .link {
      color: #6e8094;
      float: right;
      font-size: 1.6rem; }

#products {
    /*.product_from_list{
	border: .1rem solid $borderColor;
        overflow: hidden;
        word-break: break-word;
        margin-bottom: 1rem;
        
        .product_image{
            height: 114px;
            margin: 25px 0px 0 0px;
            text-align: center;
        }

        .product_image img{
            height: 114px;
            max-width: 114px;
            margin: 0 auto;
        }

        .product_information {
            float: right;
            
            a{
                color: #1a5888;
                text-decoration: none;
            }

            a > .product_name{
                font-size: 2rem;
            }

            .rating{
                margin-bottom: 15px;
            }

            .rating span{
                color: #9f9f9f;
                margin-right: 3px;
                font-size: 1.3rem
            }

            @media(max-width:767px){
                .rating span{
                    display:block;
                }

                .rating .rating_block{
                    display: inline-block;
                }
            }

            .product_description{
                font-size: 1.4rem;
                color: #484848;
            }

            .product_price_information{
                text-align: right;
                margin: 20px 0;
            }

            .product_price_information .price_box{
                display: block;
                float: right;
                cursor: default;
            }

            .product_price_information .price_box .price_title{
                display: block;
                color: #9f9f9f;
                font-size: 1.2rem;
            }
             .product_price_information .price_box .price{
                display: block;
                color: $color_2;
                font-size: 2rem;
                font-weight: bold;
                margin: -5px 0 0 0;
            }
            .product_price_information .to_the_card{
                margin: 0px 10px 0 20px;
                padding: 9px 0;
                float: right;
            }
        }

        @media (max-width: $breakPointXS){
            .product_information {
                text-align:center
            }
        }
    }*/ }
  #products .products_block {
    position: relative;
    margin-bottom: 40px;
    font-family: "Poppins", serif; }
    #products .products_block .products_border {
      border-color: #c7d2d9;
      border-width: 1px;
      border-style: solid;
      background: #ffffff;
      border-radius: 10px; }
    #products .products_block .product_wrap {
      margin: 0 10px; }
    #products .products_block a {
      text-decoration: none; }
    #products .products_block .product_image {
      margin: 10px 0;
      text-align: center;
      height: 190px;
      line-height: 190px; }
      #products .products_block .product_image img {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto; }
    #products .products_block .product_name {
      width: 100%;
      display: block;
      background: #ffffff;
      border-radius: 7px 7px 0 0;
      text-align: center;
      padding: 0 20px;
      height: 65px;
      font-size: 18px;
      font-weight: 500;
      line-height: 22px;
      font-style: normal;
      text-align: left;
      color: #000000; }
      #products .products_block .product_name > a {
        color: #000000 !important;
        font-size: 18px;
        font-weight: 500; }
      #products .products_block .product_name .rating_block {
        display: inline-block;
        letter-spacing: 9px;
        padding-top: 15px; }
        #products .products_block .product_name .rating_block i {
          color: #E60952; }
    #products .products_block .product_info {
      width: 100%;
      padding: .5rem 0;
      margin-bottom: 10px; }
      #products .products_block .product_info .price_wrap {
        width: 100%;
        text-align: left;
        padding-left: 20px; }
        #products .products_block .product_info .price_wrap .price {
          font-family: "Poppins";
          font-size: 25px;
          font-weight: normal;
          font-style: normal;
          text-align: left;
          color: #000000; }
        #products .products_block .product_info .price_wrap .currency {
          font-family: "Poppins";
          font-size: 15px;
          font-weight: normal;
          font-style: normal;
          text-align: center;
          color: #dfdce3;
          position: relative; }
      #products .products_block .product_info .buy_border {
        height: 30px;
        width: 100%;
        outline: none; }
      #products .products_block .product_info .buy {
        font-size: 14px;
        font-weight: 800;
        color: #ff914d;
        display: block;
        transition: 0.3s ease;
        text-align: left;
        position: relative;
        padding-left: 20px;
        outline: none; }
      #products .products_block .product_info .link {
        color: #6e8094;
        float: right;
        font-size: 1.6rem; }
  #products .title {
    border: none;
    float: left; }
  #products .toolbar_wrap {
    position: absolute;
    width: 100%;
    display: block;
    top: 0; }
    #products .toolbar_wrap .sortBlock {
      position: absolute;
      top: 0;
      width: 200px;
      right: 150px;
      font-size: 1.3rem;
      font-family: "Roboto", serif;
      background: #fff;
      padding: .5rem 1rem; }
      #products .toolbar_wrap .sortBlock .sortBy {
        font-weight: 300;
        color: #a9a9a9; }
      #products .toolbar_wrap .sortBlock .list {
        position: absolute;
        top: 5px;
        right: 0;
        z-index: 2;
        border: none; }
        #products .toolbar_wrap .sortBlock .list .first {
          color: #6e8094;
          padding: 0;
          text-transform: uppercase;
          font-weight: 500;
          border: none; }
          #products .toolbar_wrap .sortBlock .list .first:hover {
            background: #fff; }
        #products .toolbar_wrap .sortBlock .list .content > ul {
          border-top: 0.1rem solid #c91e3e;
          box-shadow: 0 0.1rem 0.1rem rgba(50, 50, 50, 0.5); }
        #products .toolbar_wrap .sortBlock .list li {
          padding: .2rem 0; }
    #products .toolbar_wrap .pagination {
      width: 100px;
      position: absolute;
      top: 0;
      right: 0;
      background: #fff;
      padding: .5rem 1rem; }
  #products .description {
    padding: 0 1rem; }
  @media (max-width: 767px) {
    #products > .row {
      margin: 0; } }

.pagination {
  display: block;
  text-align: right; }
  .pagination .previous, .pagination .next, .pagination .last, .pagination .first, .pagination .active {
    color: #FF914D;
    font-size: 1.2rem;
    padding: .5rem;
    cursor: pointer;
    transition: .3s ease; }
  .pagination .previous:hover, .pagination .next:hover, .pagination .last:hover, .pagination .first:hover {
    color: #6e8094; }
  .pagination .active {
    color: #6e8094;
    cursor: pointer;
    font-size: 1.2rem; }

.toolbar {
  border: 1px solid #e2e2e2;
  width: 100%;
  margin-bottom: 2rem; }
  .toolbar ul {
    padding: .5rem;
    margin: 0;
    text-align: right; }
    .toolbar ul li {
      list-style: none;
      display: inline;
      padding: 0 .3rem; }
    .toolbar ul .sort_tag {
      float: left;
      color: #364c5d;
      font-weight: 500; }
    .toolbar ul .name a, .toolbar ul .price a {
      color: #4CAF50;
      text-decoration: none; }
    .toolbar ul .name_tag, .toolbar ul .price_tag {
      color: #364c5d;
      font-weight: 500; }

#cookie_alert {
  width: 100%;
  background: #d9d9d9;
  color: #555;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  padding: .7rem;
  transition: 1s ease;
  box-shadow: 0 0 0.1rem rgba(50, 50, 50, 0.75); }
  #cookie_alert .text_1, #cookie_alert .text_2 {
    display: block;
    float: left;
    padding: .8rem 1rem;
    text-align: center; }
  #cookie_alert .button {
    font-family: "Ubuntu", "Arial", sans-serif;
    background: #fff;
    color: #4CAF50;
    font-size: 1.2rem;
    display: block;
    text-align: center;
    padding: 1rem;
    cursor: pointer;
    min-width: 80px;
    transition: .3s ease;
    text-decoration: none;
    border: 1px solid;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    padding: .8rem 1rem;
    float: left; }
    #cookie_alert .button:hover {
      background: #43A047;
      color: #fff;
      text-decoration: none; }
    #cookie_alert .button:focus {
      border: none;
      box-shadow: none;
      outline: none; }
    #cookie_alert .button.small {
      min-width: 0; }
  #cookie_alert a {
    color: #555;
    text-decoration: none; }
  @media (max-width: 767px) {
    #cookie_alert .text_1, #cookie_alert .button {
      width: 100%; } }

input[type="text"],
input[type="password"] {
  display: block;
  background: #fff;
  border-radius: 0;
  border: 0.1rem solid #e2e2e2;
  margin-bottom: 10px;
  resize: none;
  box-shadow: none;
  font-size: 1.4rem;
  height: 40px;
  color: #6e8094; }

input[type="text"]:focus,
input[type="password"]:focus {
  box-shadow: none;
  border-color: #e2e2e2; }

textarea,
select {
  display: block;
  background: #fff;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 0.1rem solid #e2e2e2 !important;
  margin-bottom: 10px !important;
  resize: none !important; }

.error {
  border: 1px solid #B71C1C !important; }

.errors {
  text-align: right;
  margin: 0;
  padding: 0; }
  .errors li {
    list-style: none;
    margin: 0 20px 10px 0;
    padding: 0;
    color: #ff3366; }

.form-other {
  margin-left: -10px; }

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 0 !important; }

.mainError {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem;
  clear: both;
  margin: 6rem 0 0 0; }

label {
  text-align: right;
  font-weight: 400 !important;
  font-family: "Roboto", serif;
  color: #6e8094; }

@media (max-width: 767px) {
  label {
    text-align: left !important;
    font-size: 1.5rem;
    color: #6e8094;
    font-weight: 500;
    font-family: "Roboto", serif; } }
.checkbox {
  padding-top: 0 !important; }
  .checkbox label {
    padding-left: 0; }
  .checkbox > label {
    padding-left: 10px; }

.modal {
  -webkit-animation: smoothOpen 0.5s;
  -moz-animation: smoothOpen 0.5s;
  -o-animation: smoothOpen 0.5s;
  -ms-animation: smoothOpen 0.5s;
  animation: smoothOpen 0.5s;
  position: fixed;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transition: .5s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #6e8094;
  min-width: 460px;
  z-index: 101;
  padding: 0;
  display: none;
  overflow-y: auto;
  overflow-x: hidden; }
  .modal input[type="checkbox"] {
    display: none; }
  .modal input[type="checkbox"] + label .box {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 7px 10px 10px 0;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    color: #364c5d;
    font-weight: 500; }
  .modal input[type="checkbox"]:checked + label .box {
    background: #FF914D;
    background-size: 15px; }
  @media (max-width: 991px) {
    .modal input[type="checkbox"] + label .box {
      width: 30px;
      height: 30px;
      margin: 5px 4px 10px 0;
      transition: .3s ease;
      background: #fff; }
    .modal .radio_text {
      padding-top: 0px;
      display: inline; }
    .modal input[type="checkbox"]:checked + label .box {
      background-image: none;
      background: #FF914D; } }
  .modal .header {
    background: #6e8094;
    color: #fff;
    margin: 0;
    padding: .7rem 1rem;
    position: relative; }
    .modal .header .title {
      color: #fff;
      font-size: 2rem;
      border: none;
      background: transparent; }
    .modal .header .closeBtn {
      color: #d5d5d5;
      cursor: pointer;
      position: absolute;
      top: 50%;
      right: 1rem;
      font-size: 1.7rem;
      transition: .3s ease;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .modal .header .closeBtn:hover {
      color: #D32F2F; }
  .modal .content {
    padding: 1.5rem;
    float: left;
    width: 100%; }
    .modal .content .text {
      text-align: center;
      display: block;
      margin: 0 0 2rem 0;
      width: 100%; }
    .modal .content .highlight {
      color: #239a87;
      font-weight: 500; }
    .modal .content .sendBtn {
      float: right; }
  @media (max-width: 991px) {
    .modal {
      min-width: initial;
      width: 100%;
      height: 100%; }
      .modal .header {
        text-align: center; } }

.newsletter .agreement_box {
  padding-left: 5px; }

.check-amount .btn1 {
  float: left; }
.check-amount .btn2 {
  float: right; }

.dim {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  transition: .5s ease; }

#register_modal .box {
  width: 15px;
  height: 15px;
  margin-left: 4rem;
  margin-top: 3px; }

#login_modal img {
  float: left;
  max-width: 30px;
  margin-right: .5rem; }

#rating_modal .rating_block {
  display: inline-block;
  margin-top: 2px; }

.recount ul li {
  list-style: none;
  display: block;
  width: 100%; }
.recount ul .name {
  display: block;
  float: left;
  font-weight: 300;
  max-width: 350px; }
.recount ul .max {
  display: block;
  float: left;
  margin-left: 1rem; }
  .recount ul .max .max_value {
    color: #bf1616; }

.list {
  border: 0.1rem solid #FF914D;
  min-width: 100px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  position: absolute;
  z-index: 10; }
  .list .first {
    color: #FF914D;
    display: block;
    text-decoration: none;
    width: 100%;
    transition: .3s ease;
    background: #fff;
    border-bottom: 0.1rem solid #FF914D;
    padding: .2rem 0; }
  .list .first:hover {
    color: #fff;
    background: #FF914D; }
  .list ul {
    display: none;
    margin: 0;
    padding: 0; }
    .list ul li {
      list-style: none;
      width: 100%;
      display: block;
      color: #FF914D;
      text-decoration: none; }
      .list ul li a {
        color: #FF914D;
        text-decoration: none;
        display: block;
        width: 100%;
        margin: 0;
        padding: .1rem; }
    .list ul li:hover {
      color: #fff;
      background: #FF914D; }
      .list ul li:hover a {
        color: #fff;
        background: #FF914D; }
  .list .notvisible {
    border-bottom: none; }

.client .address_button {
  font-family: "Ubuntu", "Arial", sans-serif;
  background: #fff;
  color: #FF914D;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  min-width: 80px;
  transition: .3s ease;
  text-decoration: none;
  border: 1px solid;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 800;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem; }
  .client .address_button:hover {
    background: #FF914D;
    color: #ffffff;
    text-decoration: none; }
  .client .address_button:focus {
    border: none;
    box-shadow: none;
    outline: none; }
  .client .address_button.small {
    min-width: 0; }
.client .title {
  padding-top: .5rem; }
@media (max-width: 767px) {
  .client .title {
    padding-top: 1.5rem; } }

#client-register .control-label {
  font-family: "Poppins" !important;
  font-size: 15px !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-align: left !important;
  color: #9E9E9E  !important;
  line-height: 55px;
  text-align: right !important; }
#client-register .form-control {
  height: 81px !important;
  border-color: #dfdce3 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 41px !important;
  font-family: "Poppins" !important;
  font-size: 15px !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-align: left !important;
  color: #9E9E9E  !important;
  line-height: 53px;
  padding-left: 30px;
  background: #ffffff !important; }
#client-register .checkbox-label {
  text-align: left !important; }
#client-register .button {
  float: right;
  margin: 1rem 0;
  border-radius: 41px;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  border: 0 !important;
  background: black !important;
  padding: 1.0rem 4.5rem !important;
  min-width: 160px; }
#client-register .checkbox-field {
  line-height: 55px;
  text-align: right; }
  #client-register .checkbox-field .labelBtn {
    line-height: 19px;
    padding-top: 28px; }
#client-register input[type="checkbox"] + label .box {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 4px;
  margin: 0 !important;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  color: #364c5d;
  font-weight: 500;
  position: relative;
  border-color: #dfdce3;
  border-width: 1px;
  border-style: solid; }
#client-register input[type="checkbox"]:checked + label .box::after {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 5px;
  left: 5px;
  content: " ";
  display: block;
  border-radius: 2px;
  background: #e51244; }

.contact ul {
  margin-left: 30px;
  margin-top: 20px; }
  .contact ul li {
    list-style: none; }
.contact .contact-info {
  width: 35%;
  margin-left: 16.66666667% !important;
  padding: 0 !important;
  float: left; }
@media (max-width: 991px) {
  .contact .contact-info {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    float: none; } }
.contact .map {
  height: 180px;
  width: 40%; }

.banner {
  margin-bottom: 1.5rem; }

.recommendedWrap {
  margin: 5rem -15px; }
  .recommendedWrap .bannerRecommended {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%; }
    .recommendedWrap .bannerRecommended li {
      list-style: none;
      display: inline-block;
      padding: 0 1rem; }

.slider {
  padding: 0; }
  .slider img {
    width: 100%;
    max-height: 500px; }

.offer h2 {
  font-family: "Oswald", serif;
  font-size: 1.5rem;
  color: #000;
  display: block;
  text-transform: uppercase;
  line-height: 20px; }
.offer .offer-icon {
  padding: 2rem; }
.offer .text {
  color: #818181;
  font-size: 1.3rem;
  font-family: "Roboto", serif; }

.changeAmount {
  position: relative;
  text-align: center;
  height: 59px;
  line-height: 57px;
  border-color: #dfdce3;
  border-width: 1px;
  border-style: solid;
  border-radius: 41px; }
  .changeAmount .more, .changeAmount .less {
    color: #FF914D;
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    font-style: normal;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: 4px; }
  .changeAmount .more {
    right: 5px; }
  .changeAmount .less {
    left: 10px; }
  .changeAmount .ex {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1.5rem;
    color: #a2a2a2;
    font-size: 1.4rem; }
  .changeAmount input {
    border: 0;
    height: 25px;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    font-style: normal;
    text-align: center;
    color: #1a1818;
    width: 80px;
    display: inline !important;
    margin: 0 !important; }
  .changeAmount input:focus {
    border: 0 solid #e2e2e2;
    box-shadow: none;
    outline: none; }
  @media (max-width: 767px) {
    .changeAmount .more, .changeAmount .less, .changeAmount .ex {
      display: none; } }

ul[role="tabsList"] {
  padding: 0;
  margin: 0; }
  ul[role="tabsList"] li {
    list-style: none;
    cursor: pointer; }

*[role="tabsContent"] {
  padding: 0; }

.menu_mobile {
  background: #fff;
  padding: 0;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  box-shadow: 0 0 2rem rgba(50, 50, 50, 0.75);
  visibility: hidden; }
  .menu_mobile .user_block {
    height: 144px;
    overflow: hidden;
    position: relative;
    background: #ffffff; }
    .menu_mobile .user_block .logo {
      width: 100%;
      height: 72px; }
      .menu_mobile .user_block .logo img {
        padding: 1rem; }
    .menu_mobile .user_block .client_block {
      width: 100%;
      position: absolute;
      bottom: 0; }
      .menu_mobile .user_block .client_block a {
        color: #fff;
        padding: 1rem;
        display: block;
        float: left; }
  .menu_mobile .navigation {
    margin-bottom: 30px;
    margin-left: 0;
    padding: 0 1rem 0 0;
    overflow-y: auto;
    padding-bottom: 150px !important; }
    .menu_mobile .navigation .top {
      width: 100%;
      border-bottom: .1rem solid #cbcbcb;
      padding-bottom: .5rem; }
      .menu_mobile .navigation .top h4 {
        color: #6e8094;
        text-transform: uppercase;
        font-size: 1.7rem;
        background: #fff;
        padding: 0 1rem 0 0;
        display: inline-block;
        margin: 0;
        font-weight: 600;
        letter-spacing: 0.2px; }
      .menu_mobile .navigation .top #to-indent {
        margin-right: 10px;
        color: #e60952; }
    .menu_mobile .navigation ul {
      margin: 0;
      padding: 0;
      overflow: hidden; }
    .menu_mobile .navigation ul > li {
      font-size: 1.3rem;
      width: 100%;
      list-style-type: none;
      font-family: "Roboto", "Arial", sans-serif;
      border-bottom: .1rem dotted #cbcbcb;
      display: block;
      padding: 1rem 0;
      margin-left: 2rem; }
    .menu_mobile .navigation ul > li a {
      text-decoration: none;
      color: #333333;
      padding: .1rem .3rem;
      letter-spacing: 0.2px; }
    .menu_mobile .navigation .active {
      padding-left: 1.8rem;
      right: 2rem;
      position: relative;
      border-left: 5px solid #e60952;
      color: #506378;
      font-weight: bold; }
    .menu_mobile .navigation ul li > ul .active {
      padding-left: 3px;
      right: 0rem;
      border-left: 0px;
      color: #e60952;
      letter-spacing: 0.2px;
      font-weight: bold;
      text-indent: 10px; }
    .menu_mobile .navigation ul li > ul .active:before {
      content: "      > "; }
    .menu_mobile .navigation div.arrow-up, .menu_mobile .navigation div.arrow-down {
      height: 15px;
      width: 15px;
      border-radius: 3px;
      background-color: #e60952;
      color: #ffffff;
      font-weight: 800;
      text-align: center;
      float: right;
      font-size: 9px;
      vertical-align: middle;
      cursor: default;
      position: relative;
      right: 25px; }

#navigation {
  padding: 0;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px; }

#navigation_standard, #navigation_interactive {
  background: #ffffff;
  border-radius: 7px 0 0 7px; }
  #navigation_standard ul, #navigation_interactive ul {
    padding: 0 1rem; }
    #navigation_standard ul li a, #navigation_interactive ul li a {
      text-decoration: none;
      color: #506378;
      transition: 0.3s ease;
      display: block;
      padding: 1.5rem  1.5rem;
      font-weight: 400;
      font-size: 1.3rem;
      font-family: "Poppins", sans-serif;
      text-transform: uppercase; }
    #navigation_standard ul li.special a, #navigation_interactive ul li.special a {
      background: #FF914D;
      color: #fff; }
    #navigation_standard ul li a:hover, #navigation_interactive ul li a:hover {
      background-color: #FF914D;
      color: #fff; }
    #navigation_standard ul li, #navigation_interactive ul li {
      float: left;
      list-style: none; }
    #navigation_standard ul li:last-of-type, #navigation_interactive ul li:last-of-type {
      margin-right: 0; }
    #navigation_standard ul li.active a, #navigation_interactive ul li.active a {
      background: #FF914D;
      color: #fff; }
  #navigation_standard #navigation_standard_block, #navigation_interactive #navigation_standard_block {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #6e8094;
    border-top: none;
    border-radius: 7px;
    width: 100%;
    height: auto;
    background: #fff;
    display: none;
    z-index: 2009;
    min-height: 200px; }
    #navigation_standard #navigation_standard_block p, #navigation_interactive #navigation_standard_block p {
      text-align: center;
      padding: 5px; }
    #navigation_standard #navigation_standard_block ul li, #navigation_interactive #navigation_standard_block ul li {
      width: 100%; }
      #navigation_standard #navigation_standard_block ul li a, #navigation_interactive #navigation_standard_block ul li a {
        font-family: "Roboto";
        font-size: 1.4rem;
        color: #676767; }
      #navigation_standard #navigation_standard_block ul li a:hover, #navigation_interactive #navigation_standard_block ul li a:hover {
        background: #fff;
        text-decoration: underline;
        color: #FF914D; }

#cart_block {
  background: #fff;
  color: #6e8094;
  border-radius: 0  7px 7px 0;
  padding: 0 1.5rem;
  font-family: "Poppins", serif; }
  #cart_block .block {
    float: left; }
  #cart_block .firstRow {
    font-size: 15px; }
  #cart_block .secondRow {
    font-size: 12px; }
  #cart_block .firstRow, #cart_block .secondRow {
    display: block; }
  #cart_block .firstBlock img {
    padding: 1.75rem 1rem;
    padding-bottom: 0.2rem; }
  #cart_block .amountBlock {
    text-align: center;
    font-family: "Poppins"; }
    #cart_block .amountBlock .amountIcon {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      right: 30px;
      height: 37px;
      width: 37px; }
      #cart_block .amountBlock .amountIcon span {
        line-height: 37px; }
  #cart_block .secondBlock {
    padding: .5rem;
    padding-top: 1.5rem;
    text-indent: 0.2px; }
  #cart_block .thirdBlock {
    color: #343432;
    padding: 1.5rem 0.2rem;
    cursor: pointer;
    padding-bottom: 0.2rem; }
    #cart_block .thirdBlock i {
      padding-top: 1.4rem;
      color: #FF914D; }
  #cart_block .amountIcon {
    background: #FF914D;
    width: 100%;
    min-width: 30px;
    float: left;
    height: 29px;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    color: #fff; }
    #cart_block .amountIcon img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  #cart_block .deliver1 {
    font-size: 12px;
    font-weight: 300; }
  #cart_block .deliver2 {
    font-size: 12px;
    font-weight: 800;
    color: #FF914D; }
  @media (max-width: 991px) {
    #cart_block .firstBlock {
      padding: 1.55rem;
      text-align: center;
      float: none; }
      #cart_block .firstBlock img {
        display: inline-block;
        padding: 0; } }

#phone_block {
  padding: 1.5rem;
  color: #6e8094;
  text-transform: uppercase;
  display: inline-table;
  float: right;
  font-size: 12px;
  text-align: right; }
  #phone_block #phone-number {
    font-weight: 800; }

#navigation {
  padding: 0;
  border-bottom: 0.1rem solid #efefef;
  border-top: 0.1rem solid #efefef;
  position: relative; }

#navigation_standard ul, #navigation_standard2 ul, #navigation_interactive ul {
  padding: 0 1rem; }

#navigation_standard ul li a, #navigation_standard2 ul li a, #navigation_interactive ul li a {
  text-decoration: none;
  color: #000000;
  transition: 0.3s ease;
  display: block;
  padding: 1rem 1.5rem;
  font-weight: 200;
  font-size: 1.4rem;
  font-family: "Poppins";
  text-transform: none; }

#navigation_standard ul li.special a, #navigation_standard2 ul li.special a, #navigation_interactive ul li.special a,
#navigation_standard ul li.activeMenu a, #navigation_standard2 ul li.activeMenu a, #navigation_interactive ul li.activeMenu a {
  color: #FF914D; }

#navigation_standard ul li a:hover, #navigation_standard2 ul li a:hover, #navigation_interactive ul li a:hover {
  background-color: #FF914D;
  color: #fff; }

#navigation_standard ul li a.empty:hover, #navigation_standard2 ul li a.empty:hover, #navigation_interactive ul li a.empty:hover {
  background-color: transparent;
  color: #fff; }

@media (max-width: 1023px) {
  #navigation_standard ul li a.empty {
    display: none; } }
#navigation_standard ul li, #navigation_standard2 ul li, #navigation_interactive ul li {
  float: left;
  list-style: none; }

#navigation_standard ul li:last-of-type, #navigation_standard2 ul li:last-of-type, #navigation_interactive ul li:last-of-type {
  margin-right: 0; }

#navigation_standard ul li.active a, #navigation_standard2 ul li.active a, #navigation_interactive ul li.active a {
  background: #000;
  color: #fff; }

#navigation_standard #navigation_standard_block, #navigation_standard2 #navigation_standard_block, #navigation_interactive #navigation_standard_block, #navigation_standard .navigation_sub_block {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d8d8d8;
  width: 100%;
  height: auto;
  background: #fff;
  display: none;
  z-index: 2009;
  min-height: 200px;
  -webkit-box-shadow: -1px 8px 25px -8px #757575;
  -moz-box-shadow: -1px 8px 25px -8px #757575;
  box-shadow: -1px 8px 25px -8px #757575; }

#navigation_standard #navigation_standard_block p, #navigation_standard2 #navigation_standard_block p, #navigation_interactive #navigation_standard_block p, #navigation_standard .navigation_sub_block p {
  text-align: center;
  padding: 5px; }

#navigation_standard #navigation_standard_block ul li, #navigation_standard2 #navigation_standard_block ul li, #navigation_interactive #navigation_standard_block ul li, #navigation_standard .navigation_sub_block ul li {
  width: 100%; }

#navigation_standard #navigation_standard_block ul li.more, #navigation_standard2 #navigation_standard_block ul li.more, #navigation_interactive #navigation_standard_block ul li.more, #navigation_standard .navigation_sub_block ul li.more {
  font-size: 1.2rem;
  font-style: italic; }

#navigation_standard #navigation_standard_block ul > li, #navigation_standard2 #navigation_standard_block ul > li, #navigation_interactive #navigation_standard_block ul > li, #navigation_standard .navigation_sub_block ul > li {
  padding-bottom: 2rem; }

#navigation_standard #navigation_standard_block ul > li > a, #navigation_standard2 #navigation_standard_block ul > li > a, #navigation_interactive #navigation_standard_block ul > li > a, #navigation_standard .navigation_sub_block ul > li > a {
  border-bottom: 0.1rem solid #efefef;
  font-family: "Poppins";
  font-size: 1.3rem;
  white-space: nowrap;
  color: #FF914D; }

#navigation_standard #navigation_standard_block ul > li > a.active, #navigation_standard2 #navigation_standard_block ul > li > a.active, #navigation_interactive #navigation_standard_block ul > li > a.active, #navigation_standard .navigation_sub_block ul > li > a.active {
  border-bottom-color: #FF914D; }

#navigation_standard #navigation_standard_block ul > li > a:hover, #navigation_standard2 #navigation_standard_block ul > li > a:hover, #navigation_interactive #navigation_standard_block ul > li > a:hover, #navigation_standard .navigation_sub_block ul > li > a:hover {
  background: transparent;
  text-decoration: underline;
  color: #FF914D; }

#navigation_standard #navigation_standard_block ul > li > a.empty, #navigation_standard2 #navigation_standard_block ul > li > a.empty, #navigation_interactive #navigation_standard_block ul > li > a.empty, #navigation_standard .navigation_sub_block ul > li > a.empty {
  border-bottom: 1px solid transparent;
  color: #fff; }

#navigation_standard #navigation_standard_block ul > li > a.empty:hover, #navigation_standard2 #navigation_standard_block ul > li > a.empty:hover, #navigation_interactive #navigation_standard_block ul > li > a.empty:hover, #navigation_standard .navigation_sub_block ul > li > a.empty:hover {
  background: transparent;
  text-decoration: none;
  color: #fff; }

#navigation_standard #navigation_standard_block ul > li > ol, #navigation_standard2 #navigation_standard_block ul > li > ol, #navigation_interactive #navigation_standard_block ul > li > ol, #navigation_standard .navigation_sub_block ul > li > ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#navigation_standard #navigation_standard_block ul > li > ol > li > a, #navigation_standard2 #navigation_standard_block ul > li > ol > li > a, #navigation_interactive #navigation_standard_block ul > li > ol > li > a, #navigation_standard .navigation_sub_block ul > li > ol > li > a {
  padding: 0.5rem 2rem;
  white-space: nowrap;
  text-transform: none; }

#navigation_standard #navigation_standard_block ul > li > ol > li > a.active, #navigation_standard2 #navigation_standard_block ul > li > ol > li > a.active, #navigation_interactive #navigation_standard_block ul > li > ol > li > a.active, #navigation_standard .navigation_sub_block ul > li > ol > li > a.active {
  border-left: 3px solid #FF914D; }

#navigation_standard #navigation_standard_block ul > li > ol > li:first-child > a, #navigation_standard2 #navigation_standard_block ul > li > ol > li:first-child > a, #navigation_interactive #navigation_standard_block ul > li > ol > li:first-child > a, #navigation_standard .navigation_sub_block ul > li > ol > li:first-child > a {
  margin-top: 0.5rem; }

#navigation_standard #navigation_standard_block > div > div:nth-child(2n), #navigation_standard2 #navigation_standard_block > div > div:nth-child(2n), #navigation_interactive #navigation_standard_block > div > div:nth-child(2n), #navigation_standard .navigation_sub_block > div > div:nth-child(2n) {
  /*background: #eeeeee;*/ }

#navigation_standard #navigation_standard_block > div > div:nth-child(4), #navigation_standard2 #navigation_standard_block > div > div:nth-child(4), #navigation_interactive #navigation_standard_block > div > div:nth-child(4), #navigation_standard .navigation_sub_block > div > div:nth-child(4) {
  /*display: none;*/ }

/*----- KONIEC MODAL WIDOK MOBILNY ----*/
.scrollbar-inner ol {
  padding: 0 !important; }

/*************** SCROLLBAR BASE CSS ***************/
.scrollbar-inner {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
  height: 210px !important;
  overflow-x: hidden !important; }
  .scrollbar-inner ol li a {
    font-family: "Poppins" !important; }

 /*
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SIMPLE INNER SCROLLBAR ***************/
 /*
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
 
/* update scrollbar offset if both scrolls are visible */
 /*
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; } */
#navigation_standard .navigation_sub_block ul > li .scrollbar-inner ol > li > a {
  padding: 0.5rem 2rem;
  /*white-space: nowrap;*/
  text-transform: none; }

#navigation_standard #navigation_standard_block ul > li .scrollbar-inner ol > li > a, #navigation_standard2 #navigation_standard_block ul > li > ol > li > a, #navigation_interactive #navigation_standard_block ul > li > ol > li > a, #navigation_standard .navigation_sub_block ul > li > ol > li > a {
  padding: 0.5rem 2rem;
  white-space: nowrap;
  text-transform: none; }

.scrollbar-visible .slimScrollBar {
  height: 60px; }

#basket_2 input[type="checkbox"] + label {
  text-align: left;
  position: relative;
  top: 10px; }

#form_inpost .data ul {
  max-height: 240px;
  overflow: auto; }

.product_actions button {
  min-width: 45px;
  height: 40px;
  color: #FF914D;
  border: 1px solid #FF914D;
  background: white; }

.product_actions button:hover {
  min-width: 45px;
  height: 40px;
  color: #FF914D;
  border: 1px solid #FF914D;
  background: white; }

.articles .title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 15px; }
  .articles .title .title_word .decoration {
    color: #FF914D; }
.articles .articleFilter {
  position: absolute;
  top: 0;
  width: 200px;
  right: 150px;
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
  background: #fff;
  padding: .5rem 1rem; }
  .articles .articleFilter .filterText {
    font-weight: 300;
    font-size: 11px;
    color: #506378; }
  .articles .articleFilter .list {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 2;
    border: none; }
    .articles .articleFilter .list .first {
      color: #6e8094;
      text-transform: uppercase;
      font-weight: 500;
      border: none;
      padding: .5rem; }
      .articles .articleFilter .list .first:hover {
        background: #fff; }
    .articles .articleFilter .list .content > ul {
      border-top: 0.1rem solid #c91e3e;
      box-shadow: 0 0.1rem 0.1rem rgba(50, 50, 50, 0.5); }
    .articles .articleFilter .list li {
      padding: .2rem 0; }
.articles #list_toolbar {
  position: absolute;
  top: 0;
  right: 0px; }
  .articles #list_toolbar span {
    color: #e60952; }
.articles .article_list {
  font-family: "Roboto"; }
  .articles .article_list .row {
    margin: 1rem 0; }
  .articles .article_list .photo_wrap {
    padding-right: 0; }
    .articles .article_list .photo_wrap .photo {
      max-height: 105px;
      margin: 0 auto; }
  .articles .article_list .content_wrap {
    padding-left: 2rem; }
    .articles .article_list .content_wrap .date {
      color: #bababa;
      font-size: 1.1rem;
      margin: 1rem 0; }
    .articles .article_list .content_wrap .articleTitle a {
      color: #6e8094;
      border: none;
      margin: 0;
      padding: 0;
      text-decoration: none; }
    .articles .article_list .content_wrap .lead {
      font-size: 1.3rem;
      color: #000;
      font-weight: 300; }

.article {
  font-family: "Poppins", serif; }
  .article .title {
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px; }
    .article .title .decoration {
      color: #506378; }
  .article .lead {
    font-size: 1.5rem;
    color: #e60952;
    font-weight: 800;
    margin: 1rem 0;
    margin-top: -30px; }
  .article .category {
    float: left;
    color: #fff;
    min-width: 135px;
    padding: .5rem 1rem;
    text-align: center;
    letter-spacing: 0.2px; }
  .article .date {
    color: #FF914D;
    font-size: 1.3rem;
    width: 100%;
    text-align: right;
    padding: .5rem 0; }
  .article .article_title {
    position: relative;
    bottom: 120px;
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: 0.5px;
    padding: 12px 24px;
    color: #ffffff;
    background: rgba(110, 128, 148, 0.6);
    width: 90%; }
  .article .text {
    padding-top: 3rem;
    color: #6e8094; }
  .article .newestArticles .otherTitle {
    display: block;
    width: 100%;
    border-bottom: 0.1rem solid #e2e2e2;
    padding: 0 0 .5rem 0; }
    .article .newestArticles .otherTitle span {
      color: #FF914D;
      text-transform: uppercase;
      font-size: 1.3rem;
      font-family: "Roboto", serif; }
    .article .newestArticles .otherTitle a {
      color: #898989;
      text-decoration: none;
      font-size: 1.1rem;
      float: right;
      margin-top: 2rem; }
      .article .newestArticles .otherTitle a i {
        color: #6e8094; }

.article_box {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Poppins", "Arial", serif;
  min-height: 541px; }
  .article_box .article-border {
    border: 1px solid #eeeeee;
    min-height: 541px;
    border-color: #dfdce3;
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    position: relative; }
  .article_box .category {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    padding: .5rem;
    display: none;
    text-align: center;
    min-width: 135px;
    font-size: 1.6rem;
    z-index: 5; }
  .article_box .photo {
    overflow: hidden;
    height: 160px;
    transition: .3s ease; }
    .article_box .photo img {
      margin: 0 auto;
      width: 100%;
      min-height: 100%; }
    .article_box .photo:hover {
      opacity: .7; }
    @media screen and (max-width: 767px) {
      .article_box .photo {
        height: auto; } }
  .article_box .articleTitle {
    background: #fff;
    font-weight: 800;
    font-size: 20px;
    margin: 0;
    padding: 20px 0 20px 35px;
    border: none;
    position: absolute;
    bottom: 45px;
    width: 100%; }
    .article_box .articleTitle a {
      text-decoration: none;
      color: #000000;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* number of lines to show */
      line-clamp: 2;
      -webkit-box-orient: vertical;
      padding-right: 100px; }
      .article_box .articleTitle a span {
        position: absolute;
        right: 10px;
        top: 21px; }

.fbPageShowed {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%); }

.fbPageHidden {
  -webkit-transform: translate(73%, 0%);
  -moz-transform: translate(73%, 0%);
  -ms-transform: translate(73%, 0%);
  -o-transform: translate(73%, 0%);
  transform: translate(73%, 0%); }

.fbWrap {
  position: fixed;
  top: 30%;
  right: 0;
  transition: .5s ease;
  z-index: 9999; }
  .fbWrap .fbBox {
    display: block;
    float: left;
    width: 240px; }
  .fbWrap .fbButton {
    display: block;
    float: left;
    -webkit-transform: rotate(270deg) translate(-100px, 30px);
    -moz-transform: rotate(270deg) translate(-100px, 30px);
    transform: rotate(270deg) translate(-100px, 30px);
    background: #3f5b9a;
    color: #fff;
    cursor: pointer;
    padding: .5rem 1.5rem;
    font-family: "Arial", serif; }

body {
  background: #f9f8fd !important; }

.page .text {
  font-family: "Open Sans", serif; }

#mid_banner {
  padding: 70px 0;
  overflow: hidden; }
  #mid_banner .r_right {
    background: white;
    border-color: #FF914D;
    border-width: 2px;
    border-style: solid;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 310px;
    width: 50%;
    border-right: 0;
    right: -5px; }
    #mid_banner .r_right .r_bg {
      height: calc(100% + 4px);
      width: 100%;
      position: absolute;
      top: -2px;
      left: 100%;
      border-top: 2px solid #FF914D;
      border-bottom: 2px solid #FF914D;
      background: white;
      overflow: hidden; }
      #mid_banner .r_right .r_bg::after {
        display: block;
        position: absolute;
        background: #FF914D;
        width: 25px;
        height: 100%;
        top: 0;
        left: 30px;
        content: " "; }
    #mid_banner .r_right .star {
      width: 100%;
      text-align: center; }
    #mid_banner .r_right .product_name {
      font-family: "Poppins";
      font-size: 30px;
      font-weight: 500;
      line-height: 40px;
      font-style: normal;
      text-align: right;
      margin-top: 80px;
      height: 123px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      /* number of lines to show */
      line-clamp: 3;
      -webkit-box-orient: vertical; }
      #mid_banner .r_right .product_name a {
        color: #000000;
        text-decoration: none; }
    #mid_banner .r_right .product_info {
      width: 100%;
      padding: .5rem 0;
      margin-bottom: 25px; }
      #mid_banner .r_right .product_info .price_wrap {
        width: 100%;
        text-align: right; }
        #mid_banner .r_right .product_info .price_wrap .price {
          font-family: "Poppins";
          font-size: 35px;
          font-weight: normal;
          font-style: normal;
          text-align: right;
          font-weight: 500;
          color: black;
          text-decoration: none; }
        #mid_banner .r_right .product_info .price_wrap .currency {
          font-family: "Poppins";
          font-size: 20px;
          font-weight: normal;
          font-style: normal;
          text-align: right;
          color: #DFDCE3;
          position: relative;
          font-weight: 500;
          text-decoration: none; }
      #mid_banner .r_right .product_info .buy_border {
        font-family: "Poppins";
        font-size: 15px;
        font-weight: bold;
        line-height: 22px;
        font-style: normal;
        text-align: right;
        color: #ff914d; }
      #mid_banner .r_right .product_info .buy {
        font-family: "Poppins";
        font-size: 15px;
        font-weight: bold;
        line-height: 22px;
        font-style: normal;
        text-align: right;
        color: #ff914d; }
      #mid_banner .r_right .product_info .link {
        color: #6e8094;
        float: right;
        font-size: 1.6rem; }
  #mid_banner .r_left {
    background: white;
    border-top: 2px solid #FF914D;
    border-bottom: 2px solid #FF914D;
    border-right: 2px solid #FF914D;
    height: 310px;
    width: 50%;
    border-left: 0;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    left: -5px; }
    #mid_banner .r_left .product_name {
      font-family: "Poppins";
      font-size: 30px;
      font-weight: 500;
      line-height: 40px;
      font-style: normal;
      text-align: left;
      margin-top: 80px;
      height: 123px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      /* number of lines to show */
      line-clamp: 3;
      -webkit-box-orient: vertical; }
      #mid_banner .r_left .product_name a {
        color: #000000;
        text-decoration: none; }
    #mid_banner .r_left .star {
      width: 100%;
      text-align: center; }
    #mid_banner .r_left .l_bg {
      height: calc(100% + 4px);
      width: 100%;
      position: absolute;
      top: -2px;
      right: 100%;
      border-top: 2px solid #FF914D;
      border-bottom: 2px solid #FF914D;
      background: white;
      overflow: hidden; }
      #mid_banner .r_left .l_bg::after {
        display: block;
        position: absolute;
        background: #FF914D;
        width: 25px;
        height: 100%;
        top: 0;
        right: 30px;
        content: " "; }
    #mid_banner .r_left .product_info {
      width: 100%;
      padding: .5rem 0;
      margin-bottom: 25px; }
      #mid_banner .r_left .product_info .price_wrap {
        width: 100%;
        text-align: left; }
        #mid_banner .r_left .product_info .price_wrap .price {
          font-family: "Poppins";
          font-size: 35px;
          font-weight: normal;
          font-style: normal;
          text-align: left;
          color: black;
          font-weight: 500;
          text-decoration: none; }
        #mid_banner .r_left .product_info .price_wrap .currency {
          font-family: "Poppins";
          font-size: 20px;
          font-weight: normal;
          font-style: normal;
          text-align: left;
          color: #DFDCE3;
          font-weight: 500;
          position: relative;
          text-decoration: none; }
      #mid_banner .r_left .product_info .buy_border {
        font-family: "Poppins";
        font-size: 15px;
        font-weight: bold;
        line-height: 22px;
        font-style: normal;
        text-align: left;
        color: #ff914d; }
      #mid_banner .r_left .product_info .buy {
        font-family: "Poppins";
        font-size: 15px;
        font-weight: bold;
        line-height: 22px;
        font-style: normal;
        text-align: left;
        color: #ff914d; }
      #mid_banner .r_left .product_info .link {
        color: #6e8094;
        float: right;
        font-size: 1.6rem; }

.little-border {
  border-color: #eef1f3;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  background: #ffffff;
  position: relative;
  top: -30px;
  overflow: hidden; }
  .little-border .product_name {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    font-style: normal;
    text-align: left;
    color: #000000;
    margin-top: 25px;
    height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical; }
    .little-border .product_name a {
      color: #000000;
      text-decoration: none; }
  .little-border .price_wrap {
    width: 100%;
    text-align: left;
    margin-top: 10px; }
    .little-border .price_wrap .price {
      font-family: "Poppins";
      font-size: 25px;
      font-weight: normal;
      font-style: normal;
      text-align: left;
      color: #000000;
      text-decoration: none; }
    .little-border .price_wrap .currency {
      font-family: "Poppins";
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      text-align: left;
      color: #000000;
      position: relative;
      top: -10px;
      text-decoration: none; }
  .little-border .buy_border {
    position: absolute;
    bottom: 10px;
    right: 10px; }
    .little-border .buy_border img {
      max-width: 50px;
      max-height: 50px; }

.infolinia {
  text-align: center;
  padding: 50px 0;
  font-size: 35px;
  font-weight: bold; }
  .infolinia span {
    color: #ff914d; }

#error {
  padding-top: 10vw;
  font-family: 'Ubuntu', sans-serif; }
  #error .title {
    color: #565a5d;
    font-weight: 700;
    font-size: 70px;
    text-transform: none;
    border: none; }
  #error .comment {
    color: #565a5d;
    font-weight: 400;
    font-size: 20px; }
  #error .errno {
    color: #afafaf;
    font-size: 12px;
    margin-top: 12px;
    font-weight: 700; }
  #error div.back {
    margin-top: 30px; }
    #error div.back a.back {
      font-weight: 700;
      background: #e60952;
      color: #fff;
      padding: 20px;
      font-size: 15px;
      transition: 0.3s ease;
      text-transform: none; }
    #error div.back a.back:hover {
      color: #e60952;
      background: #fff;
      border: 1px solid #e60952;
      text-decoration: none; }
  #error img {
    margin: 0 auto; }

@media (max-width: 767px) {
  #error {
    text-align: center; }
    #error img {
      margin-top: 50px; } }
*::selection {
  background: #f9f9f9; }

body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto","Arial",sans-serif; }

.wrapper {
  min-height: 100%;
  position: relative; }

.container-fluid {
  transition: .5s ease; }

@media (max-width: 767px) {
  #content_wrap {
    padding-bottom: 5rem; } }
#content_wrap .main_content {
  padding-right: 0; }
@media (max-width: 767px) {
  #content_wrap .main_content {
    padding: .3rem; } }

.title {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #6e8094; }

b {
  font-weight: 700; }

/*# sourceMappingURL=application.css.map */
