@charset "UTF-8";
/**/
/*@FONTS*/
@font-face {
  font-family: 'TrajanProBold';
  src: url("../fonts/trajanpro-bold-webfont.eot");
  src: local("âş"), url("../fonts/trajanpro-bold-webfont.woff") format("woff"), url("../fonts/trajanpro-bold-webfont.ttf") format("truetype"), url("../fonts/rajanpro-bold-webfont.svg#webfontr44qbvxv") format("svg");
  font-weight: normal;
  font-style: normal; }
/*@MAIN*/
body {
  background: url(../images/bg-element.png) center top;
  color: #444;
  font-size: 14px;
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1.4; }

.bg-flowers {
  width: 100%;
  background: url(../images/bg-top-flowers.png) center top no-repeat;
  margin: 0 auto; }

.wrapper {
  margin: 0 auto;
  max-width: 1140px;
  background: rgba(255, 255, 255, 0.65);
  padding: 0 20px; }

.no-rgba .wrapper {
  background: #F7F7F7; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: ""; }

.clearfix:after {
  clear: both; }

.ninja {
  position: absolute !important;
  width: 1px;
  height: 1px;
  top: -1px;
  left: -1px;
  text-indent: 1px;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important; }

.center { text-align: center;display:block; }




.sortMenu {
  display: table;
  /* width: 100%; */
  float: right;
}
.sortSection {
  text-align: center;
  display: table-cell;
  padding: 10px 0 15px;
  width: 40%;
}
  .sortSection--mini {
    width: 30%;
  }
  .sortSectionName {
    display: inline-block;
    padding-right: 5px;
    padding-left: 10px;
    min-width: 27%;
    text-align: right;
  }
  .sortSection .input {
    width: 70%;
  }



.main {
  padding-top: 10px; }

.wrapper-main {
  padding-bottom: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
.hide-desktop {display: none;}
.input {
  display: inline-block;
  padding: 7px 5px 6px;
  width: 220px;
  max-width: 100%;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FDFDFD;
  vertical-align: middle;
  font: 13px/13px Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .input:focus {
    border-color: #AAA;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); }

.input--long {
  width: 350px; }

.input--full {
  width: 100%; }

.input--number {
  width: 55px;
  text-align: center; }

.input--short {
  width: 70px;
  text-align: center; }

.input--textarea {
  max-width: 380px;
  width: 100%;
  height: 90px;
  vertical-align: top;
  line-height: 1.2em; }

.input--full {
  max-width: none; }

.input--textarea--medium {
  height: 200px; }

.input--textarea--large {
  height: 400px; }

.input:focus {
  border-color: #AAA;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); }

.input--invalid {
  border-color: #D47171; }

  a {
  text-decoration: none;
  /*color: #B78DAD !important;*/
  color: #776772;
  outline: none;
  font-size: 13px;
  }
a:hover, a:active{
  color: #a36e97 ;
}

img {
  max-width: 100%;
  height: auto; }

/*
* @SEARCH
 */
.search {
  border: 0;
  position: relative;
  white-space: nowrap;
  /*text-align: center;*/
  display: inline-block;
  width: 98%;
  height: 40px;
  padding-top: 2px; }

::-webkit-input-placeholder {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #a6a6a6; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #a6a6a6; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #a6a6a6; }

:-ms-input-placeholder {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #a6a6a6; }

.search-input {
  /*max-width: 220px;*/
  width: 85%;
  padding: 4px 15px;
  position: relative;
  z-index: 201;
  /*vertical-align: middle;*/
  /*margin-right: 5px;*/
  margin-top: 3px;
  height: 30px; }

.search-button {
  /*width: 30px;*/
  width: 15%;
  height: 34px;
  display: inline-block;
  position: absolute;
  right: 0;

  /*vertical-align: middle;*/
  margin-left: -4px;
  background: url(../images/ico/search.png) center center no-repeat;
  border: none; }

.search-adv, .car-adv, .basket-adv {
  position: absolute;
  z-index: 200;
  top: 100%;
  /*left: 14px;*/
  left: 0;
  /*right: -2px; */
  right: 15%;
  margin-top: -4px;
  padding: 5px 10px;
  background: #FFF;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  text-align: left;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.search-adv--hide, .car-color--hide, .basket-adv--hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px); }

.search-adv-field {
  padding: 5px 0; }

.search-adv-field + .search-adv-field {
  border-top: 1px solid #f5f5f5; }

.search-adv-field-label {
  display: block;
  font-weight: normal;
  font-size: 13px;
  color: #666; }

.search-adv .input {
  border: 1px solid #e0e0e0;
  box-shadow: none;
  width: 90%;
  text-align: center;
  box-sizing: border-box; }

/*
 * @Button
 */
.button {
  font-size: 12px;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 7px 13px;
  border: 1px solid #776772;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #776772;
  background-image: -webkit-linear-gradient(top, #776772, #92858e);
  background-image: -moz-linear-gradient(top, #776772, #92858e);
  background-image: linear-gradient(top, #776772, #92858e);
  background-clip: padding-box;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 12px/13px Arial, Helvetica, sans-serif;
  line-height: 14px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer; }
  .button:hover {
    border-color: #fff;
    background: #9F949C;
    /*color: #000;*/
    /*color: #222;*/
    text-decoration: none; }
  .button:active {
    /*color: #000;*/
    /*background-color: #9F949C;*/
    background: #9F949C;
    /*background: #91808c;*/
    /*box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);*/ }

.button--large {
  padding: 13px 18px 12px;
  font-size: 14px; }

.button--full {
  width: 100%; }

/*@Header*/
.clipboard h3, .top-cart h3 {
  font-size: 12px;
  font-family: "Trajan Pro", "TrajanProBold", serif;
  font-weight: bold;
  font-style: normal; }
.clipboard h3, .top-cart h3, .h1, .h4 {
  color: #b78dad;
  padding-bottom: 2%;
  border-bottom: 1px solid #ece4e5;
  margin-bottom: 2%; }

.top {
  position: relative;
  padding: 10px 0 0; }
  .top img {
    // padding-top: 2%;
    max-width: 100%;
    height: auto; }

  .enflag {
    opacity: 0.8;
    -webkit-box-shadow: 7px 4px 14px -10px rgba(0,0,0,0.6);
    -moz-box-shadow: 7px 4px 14px -10px rgba(0,0,0,0.6);
    box-shadow: 7px 4px 14px -10px rgba(0,0,0,0.6);
    display: block;
    position: absolute;
    top: 28px;
    right: 0px;
  }
  .enflag img {
    padding: 0 !important;
    border: 3px solid #8B7E87; 
    border-radius: 5px;
    overflow: hidden;
  }
  .enflag:hover {
    opacity: 0.5;
  }


.logo {
  margin: 0;
  float: left;
  width: 35%;
  margin-right: 8%; }

.clipboard {
  float: left;
  width: 20%;
  margin-right: 4%;
  margin-top: 0;
  margin-right: 4%; }
  .clipboard span.star {
    background: url(../images/ico/star.png) no-repeat center center;
    width: 17px;
    height: 16px;
    display: inline-block;
    margin-bottom: -13px;
    position: relative;
    top: -11px;
    margin-right: 3%; }
  .clip-info {
    color: #6f606a;
    display: inline-block;
    width: 100%;
    font-size: 13px; }

.top-cart {
  float: left;
  padding-left: 70px;
  background: url(../images/cart/bag.png) no-repeat left center;
  -webkit-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
  }
.cart-info {
    color: #6f606a;
    font-size: 13px;
    display: inline-block;
    width: 100%; }
  .top-cart .cart-quantity, .top-cart .cart-value, .cart-quantity {
    font-family: "Trajan Pro", "TrajanProBold", serif;
    font-size: 16px; }

/*@Nav*/
.nav {
  background: #71616c url(../images/nav-bg.png);
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/*
 * Nav
 */
.nav {
  clear: both;
  border: solid #DDD;
  border-width: 1px 0; }
  .nav ul {
    text-align: center;
    list-style: none;
    width: 100%;
    display: table;
    margin: 0;
    padding: 0; }
  .nav li {
    display: table-cell; }
    .nav li:hover {
      background: rgba(136, 124, 132, 0.5); }
  .nav a {
    font-family: "Trajan Pro", "TrajanProBold", serif;
    font-size: 15px;
    display: block;
    padding: 10px 0 8px;
    color: #fff !important;
    text-decoration: none; }
    .nav a:last-child {
      padding-right: 0; }

/*
* @PRODUCT-DESC
 */
.product-sidebar {
  width: 100% !important; }
.mainHeader {
  margin-bottom: 10px;
  font-family: "Trajan Pro", "TrajanProBold", serif;
  font-size: 22px;
  color: #6f606a;
  font-weight: normal;
  line-height: 1.1em;
  margin-top: 0;
}
.h1 {
  padding-left: 0;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 10px;
  font-family: "Trajan Pro", "TrajanProBold", serif;
  font-size: 20px;
  color: #6f606a;
  font-weight: normal;
  line-height: 1.1em; }

.breadcrumbs {
  color: #d3c0bf;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ece4e5; }
  .breadcrumbs a {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #d3c0bf; }
    .breadcrumbs a:hover {
      color: #a98583; }
  .breadcrumbs span.here {
    font-size: 12px;
    font-weight: bold;
    color: #c9b1b0; }

.breadcrumbs span {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
  }


.product-desc * {
  color: #444 !important;
  font-size: 14px !important;
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif !important;
  line-height: 1.4 !important;
}
.p-wrapper {
  color: #6f606a; }

.p-info {
  padding: 5px 0;
  border-bottom: 1px solid #ece4e5; }

.p-star {
  display: inline-block !important;
  padding: 0;
  width: 30px;
  height: 30px;
  padding-right: 0 !important;
  vertical-align: middle;
  margin-top: -5px;
  background: url(../images/ico/star.png) no-repeat left center; }

.p-label {
  width: 40%;
  display: inline-block;
  text-align: right;
  padding-right: 20px;
  line-height: 50px; }

.p-label-clb {
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #000;
  transition: all .4s; }
  .p-label-clb:hover {
    color: #6f606a; }

.p-box {
  display: inline-block;
  width: 55%; }
  .p-box img {
    padding-right: 10px;
    vertical-align: middle; }

.p-full {
  padding-right: 0;
  float: right;
  text-align: center;
  width: 69%; }

.p-price {
  font-size: 28px;
  font-weight: bold;
  color: #B1312C; }
  .p-price small {
    color: #6B5F54;
    font-size: 14px;
    font-weight: normal;
    display: block;
    text-decoration: line-through; }

.addToCart-qty-minus, .addToCart-qty-plus {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 10px;
  width: 17px;
  height: 17px;
  line-height: 17px;

  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #71616c;
  font-size: 14px;
  font-weight: bold;
  color: #fff; }

.addToCart-qty-minus:hover, .addToCart-qty-plus:hover, .add-to-cart:hover {
  color: #fff;
  text-decoration: none;
  background-color: #8c7986; }

.button-basket {
  color: #fff;
  /*background: url("../images/cart/add-to-cart.png") no-repeat;*/
  background: url("../images/nav-bg.png") no-repeat;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 60px;
  padding: 0;
  height: 57px;
  font-family: "Trajan Pro", "TrajanProBold", serif;
  font-size: 18px; }
  .button-basket:hover {
    color: #e6e6e6; }
  .button-basket span {
    display: inline-block;
    width: 26px;
    height: 28px;
    margin-right: 20px;
    margin-top: -7px;
    vertical-align: middle;
    background: url("../images/ico/add-cart-ico.png") no-repeat center; }

.p-desc-title {
  font-family: "Trajan Pro", "TrajanProBold", serif;
  font-size: 18px; }

.p-desc {
  padding-left: 15px;
  margin-bottom: 0; }

.p-photo {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.p-photo-big {
  margin-top: 20px; }

/*
 * Slider
 */
.slider {
  width: 100%;
  overflow: hidden;
  position: relative; }

.slider img {
  display: block;
  width: 100%; }

.slider-arr {
  position: absolute;
  z-index: 200;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 70px;
  margin: auto;
  color: #F3F3F3;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  cursor: pointer; }

.no-rgba .slider-arr {
  color: #fff; }

.slider-arr:hover {
  color: #FFF; }

.slider-prev {
  left: -40px; }

.slider-next {
  right: -40px; }

.slider-prev,
.slider-next {
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.slider:hover .slider-prev {
  left: 0;
  opacity: 1; }

.slider:hover .slider-next {
  right: 0;
  opacity: 1; }

.slider:hover {
  bottom: 0;
  opacity: 1; }

.slide-caption {
  position: relative;
  overflow: hidden;
  text-align: center; }

.slide-desc {
  position: absolute;
  margin: 0;
  font-family: "Trajan Pro", "TrajanProBold", serif;
  font-size: 20px;
  padding: 15px 5px;
  word-wrap: break-word;
  width: 100%;
  /*height: 50px;*/
  color: #fff;
  /*line-height: 50px;*/
  background: rgba(94, 74, 88, 0.7);
  bottom: -50px;
  z-index: 32;
  transition: all .4s linear; }

.slide-caption:hover .slide-desc {
  bottom: 0; }

.no-rgba .slide-desc {
  background: #5e4a58; }

.slider-row1, .slider-row2 {
  width: 100%;
  }

 .slider-cell {
  float: left;
  width: 50%;
  border-style: solid;
  /*border-color: #dbc6d6;*/
  /*border-color: #e5d7e2;*/
  border-color: #ede2ea;
  }

.slider-row1 > .slider-cell {
  border-width: 16px;
  border-bottom-width: 8px;
  border-left-width: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;

}
.slider-row2 > .slider-cell {
  border-width: 16px;
  border-top-width: 8px;
  border-left-width: 8px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.slider-row1 > .slider-cell:first-child, .slider-row2 > .slider-cell:first-child  {
 border-right-width: 8px;
 border-left-width: 16px;
}

/*@Footer*/
.wrapper-footer {
  background: transparent !important;
  margin-top: 20px;
  margin-bottom: 20px; }

.row-footer {
  position: relative; }
  .row-footer img {
    position: absolute;
    top: 0;
    right: 0;
    width: 186px;
    height: 26px; }

.footer-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 11px;
  color: #88567c; }
  .footer-copy a {
    font-size: 11px; }

.footer {
  color: #776772;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
  .footer ul {
    margin: 0;
    padding: 0 0 0 15px; }
    .footer ul li {
      color: #b78dad; }
  .footer a {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #776772; }
    .footer a:hover {
      color: #b78dad;
      border-bottom: 1px dotted #b78dad; }

.address-label {
  display: inline-block;
  width: 60px;
  color: #776772; }

.work-hours {
  color: #776772;
  display: inline-block;
  margin-top: 10px; }

.h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px; }

.address {
  color: #88567c; }

/*
 * @Table Grid
 */
.grid {
  display: table;
  width: 100%; }

.grid--fixed {
  table-layout: fixed; }

.grid-cell {
  display: table-cell;
  vertical-align: middle; }

.grid-cell--tabloid {
  width: 1px; }

/*
 * @Select
 */
.select {
  padding: 4px 5px;
  min-width: 150px; }

.select--full {
  width: 100%; }

/*@Categories*/
.left-top {
  margin-bottom: 50px; }

ul.categories {
  margin: 0;
  padding-left: 5px;
  list-style: none; }
  ul.categories a, .product-name--filtr {
    font-family: "Trajan Pro", "TrajanProBold", serif;
    color: #b78dad; }
  ul.categories > li > a, .product-name--filtr {
    color: #6f606a;
    font-size: 16px; }
    
   ul.categories > li > span, .product-name--filtr {
    color: #6f606a;
    font-size: 16px; } 

.categories ul {
  list-style: none;
  padding: 0;
  margin-bottom: 10px; }
  .categories ul li {
    padding: 3px 0; }
    .categories ul li a, .filtr-subcategory {
      font-size: 12px;
      background: url(../images/ico/arr-cat.png) left center no-repeat;
      padding-left: 10px;
      margin-left: 5px;
      transition: all .4s; }
      .categories ul li a:hover {
        color: #6f606a; }

.cat-level3 {
  display: none;
  margin-bottom: 0 !important; }
  .cat-level3 li {
    padding-left: 20px !important; }
    .cat-level3 li a {
      color: #6f606a;
      text-align: left; }

.h4 {
  padding-left: 5px;
  padding-bottom: 4%;
  font-family: "Trajan Pro", "TrajanProBold", serif;
  font-size: 18px;
  color: #6f606a;
  font-weight: normal;
  margin: .8em 0;
  line-height: 1.1em; }

  .h4-p-desc {padding-bottom: 1%;}

.h3-recomm {
  margin: .8em 0;
  padding-bottom: 10px; }

/*
*@Flower-colors
 */
.flower-colors, .car-colors {
  list-style: none;
  text-align: justify;
  padding: 0 2px; }
  .flower-colors:after, .car-colors:after {
    content: "";
    display: inline-block;
    width: 80%; }
  .flower-colors li, .car-colors li {
    width: 30%;
    display: inline-block;
    margin-bottom: 10px; }
    .flower-colors li a, .car-colors li a {
      display: block; }
      .flower-colors li a img, .car-colors li a img {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px; }

/*
 * @Car-decoration
 */
.car img {
  margin-top: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/*
 * @Shippment
 */
.shippment {
  margin-bottom: 30px; }

/*
* @PRODUCTS
 */
.products .h2 {
  padding-bottom: 2%; }

.product-item {
  position: relative;
  width: 32%;
  text-align: left;
  min-height: 276px;
  vertical-align: top;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 1px solid #ece4e5;
  padding-bottom: 35px;
  }
  .product-item img {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  .product-name {
    font-size: 14px;
    color: #444;
    font-weight: bold;
    /*width: 80%;*/
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 2.8em; }
  .product-name--filtr {min-height:1.4em; margin-bottom: 0;min-height: auto;font-size: 16px;line-height: 1.4em;font-weight: normal;}
  .filtr-subcategory {display: block;color: #a36e97;font-family: "Trajan Pro", "TrajanProBold", serif;}
.product-item--reset {
    border: 0 none;
    margin: 0;
    padding: 0;
    min-height: 1px;
}
.product-item--filtr {text-align: left;}
.product-item--left {width: 100%;}

.productWrapper {
  padding: 0 2px;
  text-align: justify; }

.productWrapper:after {
  content: "";
  display: inline-block;
  width: 60%; }

.delete-product {
  position: absolute;
  top: -5px;
  right: -5px;
  background: url('../images/ico/icon_close.png') no-repeat;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  opacity: 0.8;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.delete-product:hover {
  opacity: 1;
}
.product-price {
  position: absolute;
  left: 0;
  bottom: 7px;}

.regular-price {
  color: #a06d94;
  font-size: 16px;
   }

  .regular-price-promo {
  color: #898989;
  text-decoration: line-through;
  font-size: 12px;}

.promo-price {
  color: #a36e97;
  font-size: 16px; }

.read-more {
  font-size: 12px;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: center;
  position: absolute;
  padding-left: 30px;
  line-height: 28px;
  color: #fff;
  bottom: 7px;
  right: 0;
  width: 90px;
  height: 30px;
  background: #776772 url(../images/ico/info.png) no-repeat 10px center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all .4s; }
  .read-more:hover {
    background: #91808c url(../images/ico/info.png) no-repeat 10px center; color: #fff;}

/*.product-footer {
    border-bottom: 1px solid red;
}*/

.instruction-banner {
  background: url(../images/instruction-bg.png) no-repeat center center;
  height: 125px;
  display: table;}
  .instruction-banner p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
     }

.inst-left {
  display: table-cell;
  width: 68%;
  padding-left: 5%;
  vertical-align: middle;
}
.inst-right {display: table-cell; width: 30%;text-align: center;vertical-align: middle;padding-right: 2%;}
.h3 {
  font-size: 26px;
  font-family: "Trajan Pro", "TrajanProBold", serif;
  font-weight: normal;
  color: #fff;
  line-height: 1.4;
   }

.button-inst {
  font-family: "Trajan Pro", "TrajanProBold", serif;
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
  background: #A3B12C;
  color: #FFF;
  border: none;
  padding: 17px 37px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all .4s; }
  .button-inst:hover {
    color: gray;
    background: #c1d040; }

/*
 * Social Tabs
 */
 .socialTabs, .socialTabs * {\
 	   -webkit-box-sizing: content-box;
 	   -moz-box-sizing: content-box;
 	      box-sizing: content-box;
 }
.socialTabs {
  position: fixed;
  top: 14%;
  left: -250px;
  z-index: 500;
  padding-bottom: 30px; }
  .socialTabs * {
    box-sizing: content-box; }

.socialTabs-tab {
  background: right top no-repeat;
  padding-right: 19px;
  height: 113px;
  width: 250px;
  margin-bottom: -32px;
  z-index: 580;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer; }

.socialTabs-tab--open {
  z-index: 590;
  -webkit-transform: translateX(250px);
  -moz-transform: translateX(250px);
  -ms-transform: translateX(250px);
  -o-transform: translateX(250px);
  transform: translateX(250px); }

.socialTabs--noTransform .socialTabs-tab--open {
  padding-left: 250px; }

.socialTabs-tab-content {
  top: -5px;
  cursor: default;
  position: relative;
  min-height: 100%;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid;
  background: #FFF no-repeat center center url(../images/socialtabs/loading.gif);
  background-clip: padding-box; }

.socialTabs-tab-content-inner {
  position: relative; }

.socialTabs-tab-content-inner div,
.socialTabs-tab-content-inner iframe {
  background: #FFF;
  vertical-align: middle; }

/* Facebook */
.socialTabs-tab--facebook {
  background-image: url(../images/socialtabs/f.png); }

.socialTabs-tab--facebook .socialTabs-tab-content {
  border-color: #345197;
  min-height: 278px; }

/* Twitter */
.socialTabs-tab--twitter {
  background-image: url(../images/socialtabs/t.png); }

.socialTabs-tab--twitter .socialTabs-tab-content {
  border-color: #42BCE9;
  height: 319px; }

/* YouTube */
.socialTabs-tab--youtube {
  background-image: url(../images/socialtabs/y.png); }

.socialTabs-tab--youtube .socialTabs-tab-content {
  border-color: #B31515;
  min-height: 118px; }

/* Google+ */
.socialTabs-tab--google {
  background-image: url(../images/socialtabs/g.png); }

.socialTabs-tab--google .socialTabs-tab-content {
  border-color: #9E2318;
  min-height: 361px; }

.socialTabs-tab--google .socialTabs-tab-content-inner {
  margin: -1px;
  height: 343px;
  overflow: hidden; }

/* fix */
.socialTabs-tab-content-inner div,
.socialTabs-tab-content-inner iframe {
  position: static !important;
  height: 343px; }


/****************************************************************************\
|********************************** SHOP ************************************|
\****************************************************************************/


/*
 * Login box
 */

.loginBox {
  margin: 30px auto;
  border: 1px solid #CCC;
  background: #EEE;
  padding: 10px;
  border-radius: 4px;
  max-width: 330px;
}
  .loginBox-header {
    margin-top: 0;
    text-align: center;
  }
  .loginBox .box {
    margin: 6px -11px;
    border-radius: 0;
  }
  .loginBox .formActions {
    background: none;
    padding: 10px 0 0;
    margin: 0;
    border-color: #CCC;
  }


/*
 * Cart Steps
 */

.stepsWrapper {
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 10px 0;
  padding: 0;
}
  .step {
    display: table-cell;
    border-bottom: 2px solid #639C24;
    color: #639C24;
    background: none !important;
    list-style: inside;
    padding: 0;
  }
  .step--active {
    border-color: #D8A122;
    color: #D8A122;
  }
  .step--active ~ .step {
    border-color: #EEE;
    color: #ccc;
  }
    .step b {
      font-size: 1.2em;
      display: block;
    }
    .hint {font-size: 12px;}
    .step .hint {

      line-height: 1.1em;
      margin: 5px 44px 5px 0;
    }



/*
 * Shop Cart
 */

.cartWrapper {
  position: relative;
  margin-top: 40px;
  border-top: 1px solid #EEE;
}
.cart-table {
  display: table;
  width: 100%;
}
  .cart-row {
    display: table-row;
  }
  .cart-header {
    display: none;
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
    text-align: left;
    color: #888;
  }
  .cart-row:first-child .cart-header {display: block}

  .cart-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #EEE;
    padding: 10px 0;
  }

  .cart-product {
    width: 60%;
  }
    .cart-product-image {
      width: 70px;
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle;
    }
      .cart-product-image img {
        display: block;
      }

    .cart-product-name {
      display: inline-block;
      vertical-align: middle;
      width: 70%;
    }
      .cart-product-name .box {
        font-size: 12px;
        line-height: 1.1em;
        padding: 4px 6px;
        margin: 0;
      }

    .cart-product-attrs {
      margin: 0;
      overflow: hidden;
      font-size: 0.8em;
      line-height: 1.3em;
    }
      .cart-product-attrs li {
        background: none;
        padding: 0;
        display: inline-block;
        margin-right: 20px;
      }
    .cart-product-delivery {
      max-width: 90%;
    }

  .cart-price {
    color: #888;
  }

  .cart-delete {
    text-align: center;
    width: 5%;
  }

  .cart-x {
    font-size: 20px;
  }

@media only screen and (max-width: 600px) {

  .addToCart-qty-minus, .addToCart-qty-plus {

      margin: 0 4px;
      width: 25px;
      height: 25px;
      line-height: 25px;
  }



  .cart-wrapper {
    margin-top: 0;
  }
  .cart-table {
    border: 0;
  }
    .cart-row {
      display: block;
      text-align: justify;
    }
    .cart-row:after {
      content: "";
      width: 100%;
      display: inline-block;
    }

    .cart-header {
      position: static;
      display: block;
      text-align: center;
      border: none;
      margin: 0 0 5px;
    }

    .cart-cell {
      display: inline-block;
      vertical-align: top;
      border: 0;
    }

    .cart-product {
      width: 100%;
      border-top: 1px solid #EEE;
    }
      .cart-product .cart-header {
        display: none !important;
      }

    .cart-qty,
    .cart-price,
    .cart-delete {
      width: 32%;
      text-align: center;
      padding-top: 10px;
    }

}

/*
 * Kontakt
 */

.contactIco {
    background: none no-repeat scroll left top rgba(0, 0, 0, 0);
    min-height: 50px;
    padding: 0 0 10px 50px;
}
.contactIco h4 {
    text-transform: uppercase;
}
.contactIco--home {
    background-image: url("../images/ico/home.png");
}
.contactIco--phone {
    background-image: url("../images/ico/phone.png");
}
.contactIco--i {
    background-image: url("../images/ico/i.png");
}

/****************************************************************************/


.no-js * {
  -webkit-transition: none !important;
  transition: none !important;
}

/*
 * Loading
 */

.loading {
  background: url(../images/gfx/loading.png) center center no-repeat;
}
  .loading--full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    opacity: .8;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  }
  .loading-text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
  }

/*
 * Modyfikatory
 */

.alignLeft   {text-align: left}
.alignRight  {text-align: right}
.alignCenter {text-align: center}

.pullLeft {
  float: left;
  margin: .8em .8em .8em 0;
}
.pullRight {
  float: right;
  margin: .8em 0 .8em .8em;
}
  .pullRight:first-child,
  .pullLeft:first-child {
    margin-top: 0;
  }

.pullCenter {
  display: block;
  margin: .8em auto;
}

/* read more link */
.more {
  padding-left: 5px;
  font-weight: bold;
  font-size: .9em;
}

/* price hightlight style */
.price {
  font-size: 1.1em;
  font-weight: bold;
  color: #AD0000;
}

/* multiline indent */
.rr {
  display: block;
  vertical-align: top;
}

/* invisible link */
.il {
  text-decoration: inherit;
  color: inherit;
}
  .il:hover {
    text-decoration: underline;
    color: inherit;
  }

.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}

.block {
  display: block;
}
.hide {
  display: none;
}

.ninja {
  position: absolute !important;
  width: 1px;
  height: 1px;
  top: -1px;
  left: -1px;
  text-indent: 1px;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.relative {
  position: relative;
}
.nav .hide-tablet {
  display: block;
}
.hide-mobile {
  display: block;
}
.float-right {
  float: none;
}
.float-left {
  float: none;
}

/*
 * Box
 */

.box {
  position: relative;
  margin: 0.9em 0.7em;
  padding: 0.7em 1em;
  border: 1px solid #CCC;
  border-radius: 2px;
  background-color: #F5F5F5;
  color: #666;
  text-align: left;
  line-height: 1.4em;
}
  .box-close {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 16px;
    height: 16px;
    border: 1px solid #CCC;
    border-radius: 100%;
    background-color: #F5F5F5;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    color: #666;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
  }
  .box-close:hover {
    top: -7px;
    right: -7px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-weight: bold;
  }

  .box--ok,
  .box--ok .box-close {
    border-color: #78CA52;
    background: #F7FFED;
    color: #4DAB01;
  }
  .box--error,
  .box--error .box-close {
    border-color: #FF9494;
    background: #FFF0F0;
    color: #D92A2A;
  }
  .box--info,
  .box--info .box-close {
    border-color: #81AEFF;
    background: #E9F1FF;
    color: #2F5DB3;
  }
  .box--alert,
  .box--alert .box-close {
    border-color: #E1D042;
    background: #FFFFDE;
    color: #A99B27;
  }

  /*
 * Form
 */

.form {
  max-width: 450px;
  margin: 0 auto;
}

.label,
.formActions {
  display: block;
  clear: both;
  padding: 3px 0 3px 120px;
}
  .label-name {
    float: left;
    margin-left: -120px;
    padding-top: 5px;
    padding-right: 5px;
    width: 110px;
    text-align: right;
    font-size: 13px;
  }
  .label-value {
    padding: 5px 0 0 0;
    display: inline-block;
  }
  .label-help {
    display: block;
    color: #aaa;
    font-size: 11px;
    line-height: 1.2em;
  }
  .label-help--after {
    display: inline-block;
    vertical-align: middle;
  }
  .label--invalid {
    color: #B72B2B;
  }
  .label--invalid .input {
    border-color: #D92E2E;
  }

  .label--big {
    padding-left: 210px;
  }
    .label--big .label-name {
      margin-left: -210px;
      width: 200px;
    }

  .label--small {
    padding-left: 80px;
  }
    .label--small .label-name {
      margin-left: -80px;
      width: 70px;
    }

  /* elastyczne labele */
  .elasticLabels .label {
    padding-left: 0;
  }
    .elasticLabels .label-name {
      display: inline-block;
      float: none;
      margin-left: 0;
      padding-right: 10px;
      min-width: 110px;
      width: auto;
      vertical-align: top;
    }

.formActions {
  margin: 1em 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #E8E8E8;
  background: #F5F5F5;
}
  .formActions--center {
    padding-left: 0;
    text-align: center;
  }
  .formActions--sides {
    padding: 15px;
    overflow: hidden;
  }
    .formActions--sides-left {
      float: left;
    }
    .formActions--sides-right {
      float: right;
    }

/*
 * Items
 */

.item {
  display: inline-block;
  margin: 0;
  padding: 5px 0;
  background: none;
  vertical-align: top;
  text-align: center;
}
  .item--2 {width: 49.5%;}
  .item--3 {width: 32.5%;}
  .item--4 {width: 24.5%;}
  .item--5 {width: 20%;}

  .item-image {
    display: block;
    height: 200px;
    line-height: 200px;
  }
    .item-image img {
      vertical-align: middle;
    }

  .item-name {
    display: block;
    margin: 0 auto;
    max-width: 70%;
    font-weight: normal;
    line-height: 1.2em;
    min-height: 2.4em; /* 2 x line-height */
  }

/*
* @INSTRUCTION
 */
.instruction p {
  color: #6f606a; }

.external {
  margin-top: 10px; }

.slide-desc-instr {
  bottom: 0; }

    /*Pager thumbs*/
.slider-slide--thumb  {
  border: 3px solid #bcb6b7;
     -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
         border-radius: 4px;
}

.pager-slide {
  position: relative;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  background-color: #776772;
  font-family: "Trajan Pro", "TrajanProBold", serif;
  border: 3px solid #bcb6b7;
     -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
         border-radius: 4px;
  cursor: pointer;
}
.pager-slide  img {
  position: absolute;
  left: 0;
  z-index: 90;
  opacity: 0.5;

  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
}
.pager-slide:hover img {
    opacity: 1;
}

.number {
  position: absolute;
  left: 0;
  display: inline-block;
  line-height: 80px;
  color: #FFF;
  font-size: 45px;
  opacity: 1;
  height: 80px;
  width: 80px;
   -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 100;
}
.number:hover {
  opacity: 0;
}

/*
* @PAGINATION
 */
.pagination {
    text-align: center;
}

.pagination-info {
    color: #bbb;
    padding-bottom: 0;
}
.pagination-element {
    border-radius: 3px;
    color: #776772;
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
     -webkit-transition: all 0.3s linear;
     transition: all 0.3s linear;
}
.pagination-element:hover {background-color: #E3E0E2;}
.pagination-element--left, .pagination-element--right {
    background-color: #c8c2c6;
    color: #323232;
    padding: 3px 15px;
}
.pagination-element--active, .pagination-element--active:hover {
    background: #776772;
    color: #fff;
    font-weight: bold;
}
.pagination-element--disabled, .pagination-element--disabled:hover {
    background-color: transparent;
    color: #ccc;
    font-weight: normal;
}

/**FAQ*/
.h5--faq {
  color: #6f606a;
  font-size: 16px;
  padding-top: 10px !important;
  border-top: 1px solid #e3e0e2;
  margin-top: 0;
}
.h5--faq--nb {border-top: none !important;}
.faq-item {float: none; display: inline-block;vertical-align: top;margin-bottom: 15px;}
.faq-item > p {color: #9A8F96;padding-left: 15px;}

/*
* @SORT-LIST
 */
.sort-list {
    text-align: right;
    margin-bottom: 15px;
    margin-top: -20px;
}
.sort-name {
    display: inline-block;
    padding: 0 5px;
    vertical-align: -4px;
}
.sort-arrow {
    border: 6px solid transparent;
    display: inline-block;
    height: 1px;
    margin: 4px;
    vertical-align: top;
    width: 1px;
}
.sort--up {
    border-top-color: #a98583;
    margin-top: 10px;
}
.sort--down {
    border-bottom-color: #a98583;
    margin-bottom: 10px;
}

/******** CUSTOM MEDIA QUERIES ****/

/**Tablet**/
@media only screen and (max-width: 991px) {
  .categories ul li a, .filtr-subcategory {padding-left: 10px;text-align: left;}
  .product-name {position: static;}
  .menu-h.ninja {
        width: auto;
        top: auto;
        left: auto;
        overflow: auto;
        height: auto;
         -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        position: fixed !important;
        z-index: 810;
        top: 34px;
        right: 30px;
        cursor: pointer;
    }

    .menu-h.ninja  span {
        position: relative !important;
        margin: 0 0 10px 20px !important;
        padding-left: 1.25em !important;
        display: block;
         -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .menu-h.ninja span:before {
        content: "";
        position: absolute;
        top: 0.25em;
        left: 0;
        width: 1em;
        /*height: 0.125em;*/
        padding-top: 0.125em; /*for box-sizing:border-box*/
        border-top: 0.375em double #000;
        border-bottom: 0.125em solid #000;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .menu-h.ninja.active span:before,   .menu-h.ninja.active span:after {
        content: "";
        position: absolute;
        top: 0.4em;
        left: 0;
        width: 1em;
        height: 0.05em;
        border-top: none;
        border-bottom: 0.13em solid #000;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu-h.ninja.active span:after {
        left: -1px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
     }


  .search {
    width: 95%;/*97%*/
  }
.search-input {
  width: 80%;/*85%*/
  }
  .search-adv, .car-adv, .basket-adv {
    right: 0;
    left: -10%;
  }

  ::-webkit-input-placeholder {
    font-size: 12px; }

  :-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px; }

  ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px; }

  :-ms-input-placeholder {
    font-size: 12px; }

    .top {
      padding-top: 15px;
      padding-bottom: 15px;}
    .h3 {
      font-size: 22px;
    }
  .slide-desc {
    padding: 10px 5px;
    font-size: 16px;
  }
  .logo {

      float: none;
      width: 100%;
      margin: 0 auto;
      text-align: center;
    }
    .nav .hide-tablet {
      display: none;
    }
  .clipboard {
    width: 46%;
    margin-top: 5px;
  }
  .top-cart {
  margin-top: 5px;
  padding-left: 65px;
  width: 50%;}
  .top-cart a {float: left;}
    .clipboard a {
      float: right;
    }

  .select {
    min-width: 115px;
  }
  .h4 {font-size: 16px;}
  ul.categories > li > a {font-size: 14px;}
  .left-top {margin-bottom: 20px;}
  .productWrapper:after {
    width: 40%;
  }

  .product-item {
    min-height: 280px;
    width: 45%;
    text-align: center;

    margin-bottom: 30px;
  }
  .product-item--reset {min-height: 1px;}
  .button-inst {padding: 5px 23px;font-size: 16px;}
  .instruction p {font-size: 14px;}
  .breadcrumbs * {color: #6b5f5e; text-transform: uppercase;}
  .breadcrumbs a {color: #94807f;}
  .button-basket {height: 50px;line-height: 50px;font-size: 16px;/*width: 50%;margin-left: 25%;*/}
  .p-price {font-size: 24px;}
  .p-box {width: 58%;}
  .p-box img {padding-right: 3px;}
  .p-box b {font-size: 12px;}
  .input--number {width: 35px;}
  .pager-slide {width: 55px;height: 55px;}
  .number {width: 55px;height: 55px;line-height: 55px;font-size: 30px;}
}

/**@Mobile**/
@media only screen and (max-width: 768px) {
  .contactIco--home, .contactIco--phone, .contactIco--i {background-position: 20% top;}
  .contactIco {padding: 0 0 10px;}
  .hide-desktop {display: block;}
.full-mobile-center {width: 100%;text-align: center;}
/* .categories {
  position: fixed;
  background: #fff;
  z-index: 800;
  overflow-y: scroll;
  top: 1%;
  bottom: 0;
  left: -300px;
  padding-top: 80px;
  padding-right: 10px;
  padding-left: 15px !important;
  width: 300px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
} */






.categories li {
  padding-top: 10px;
  padding-bottom: 10px;

  border-bottom: 1px solid #000;
}
.categories > li, ul > li.open  {
  border-bottom: none;
}
.categories.active {
        left: 0;
    }
  .slide-desc {
    font-size: 14px;
  }
.menu-h {
  display: none;
}

  .hide-mobile {
  display: none;
}
.full-mobile {width: 100%;}
.full-mobile-footer {
  width: 100%;margin-top: 10px;
}
  .top-cart {padding-left: 35px; background-size: 27px auto; background-position: 0px 12px;}
  .top-cart .cart-quantity, .top-cart .cart-value, .cart-quantity {font-size: 14px;}
  .cart-info, .clip-info {font-size: 12px;}
  .nav a {
    font-size: 13px;
    padding: 15px 0;
  }
  .search {height: 40px; width: 100%;}
  .search-input, .search-button {height: 38px;}
  .search-input {width: 50%;margin-left: 25%;}
  .search-button {width: 25%;
    background: url(../images/ico/search.png) 10px center no-repeat;
  }
  .search-adv, .car-adv, .basket-adv {left: 25%;right:25%}
  .h3 {font-size: 18px;}
  .h4 {font-size: 14px;margin: 0.4em 0;padding-bottom: 2%;margin-top: 4%;}
  .h5 {font-size: 13px;margin-bottom: 5px;}
  .product-price {left: 10%;}
  .read-more {right: 10%;}
  .button-inst {font-size: 14px;padding: 5px 18px;}
  .instruction-banner p {font-size: 12px;}
  .footer a, .address-label, .work-hours {font-size: 12px;}
  .address-label {width: 50px;}
  .work-hours {width: 100%;}
  select {text-align: center;}

  .mainHeader {margin-top: 30px;font-size: 16px;}
  .button-basket {width: 50%;margin-left: 25%;}
  .button-basket {font-size: 14px;}
  .p-desc-title {font-size: 14px;margin-top: 20px;}

  .faq-item {margin-bottom: 10px;}
  .h5--faq {font-size: 14px;}
  .footer li {padding: 10px 0;}

  .bg-flowers {
    padding-top: 60px;
    position: relative;
  }
  .top {
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #f6f6f6;
    overflow: hidden;
    z-index: 600;
    -webkit-box-shadow: 0 -2px 15px -3px rgba(0,0,0,0.3);
    box-shadow: 0 -2px 15px -3px rgba(0,0,0,0.3);
  }
    .logo {
      height: 50px;
      overflow: hidden;
      position: absolute;
      left: 48px;
      top: 0;
      display: block;
      width: 204px;
    }
    .logo img{
      width: 204px;
      position: absolute;
      left: -32px;
      top: 6px;
    }

    .top-cart {
      position: absolute;
      right: 0px;
      width: 136px;
      overflow: hidden;
      top: -11px;
      height: 54px;
    }
    .clipboard {
      position: absolute;
      right: 136px;
      width: auto;
      overflow: hidden;
      top: -11px;
      height: 54px;
    }
    .enflag {
      display: none;
    }


}

.c-hamburger {
    display: none;
}
.c-hamburger-bg {
    display: none;
}


  .onfon {
    display: none;
  }





  .cartWrapper-ships input{
    float: left;
    margin: 6px 7px 0 0;
  }

@media only screen and (max-width: 600px) {
    .row {
    margin-left: 0;
    width: 100%;
    clear: both;
  }
  .span {
    float: none;
    padding-left: 0;
    width: 100%;
    clear: both;
  }
}
@media only screen and (max-width: 768px) {


  .item.item--4 {
    width: 48%;
  }

  .product-price {
    left: 0;
  }

  .sortMenu {
    display: block;
    clear: both;
    width: 100%;
  }


  .sortSection {
    display: block;
    clear: both;
    padding: 0px 0 10px;
    width: 100%;
  }



  .bg-flowers {
    padding-top: 46px;
  }


  .box {
    margin-left: 0;
    margin-right: 0;
  }

  body {
    font-size: 15px;
  }

  .read-more {
    right: 0;
  }
  .product-price {
    letter-spacing: 0;
  }


  .onfon {
    display: block;
  }
  .onfon-inline {
    display: inline;
  }



.scrollMore {

        -webkit-transition: all 0.5s ease 0s;
           -moz-transition: all 0.5s ease 0s;
             -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;
  overflow: hidden;
  max-height: 121px; 
  position: relative;
}
.scrollMore:after { 

        -webkit-transition: all 0.5s ease 0s;
           -moz-transition: all 0.5s ease 0s;
             -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;
  content: "";
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(245, 245, 245,0) 0%, rgba(245, 245, 245,1) 100%);
background: -webkit-linear-gradient(top, rgba(245, 245, 245,0) 0%,rgba(245, 245, 245,1) 100%);
background: linear-gradient(to bottom, rgba(245, 245, 245,0) 0%,rgba(245, 245, 245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
height: 70px;

}

  #scrollMore:checked+.scrollMore {
    max-height: 1200px;
  }
  #scrollMore:checked+ .scrollMore:after {
    opacity: 0;
    height: 0;
  }

#scrollMore:checked+.scrollMore+.alignCenter [for="scrollMore"] {
  opacity: 0;
  height: 0;
  visibility: hidden;
}

  .nofon, .socialTabs, .nav{
    display: none !important;
  }
  .mainHeader {
    margin-top: 10px;
  }

  .search {
    margin-bottom: 22px;
  }

  .left .search-input {
    margin-left: 0;
    width: 66%;
  }
  .left .search-button {
    background-color: #71616c;
    margin-right: 50px;
    top: 5px;
    right: 2px;
    width: 16%;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }

  .search-adv {
    left: 0;
    right: 45px;
    margin-top: 10px;

  }


   .c-hamburger-bg {
        z-index: 1200;
        will-change: opacity;
        background: rgba(0,0,0,0.3);
        -webkit-transition: all 0.5s ease 0s;
           -moz-transition: all 0.5s ease 0s;
             -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 120%;
        display: block;
        visibility: hidden;
        opacity: 0;
    }   


    .c-hamburger {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border: none;
        -webkit-border-radius: none;
           -moz-border-radius: none;
                border-radius: none;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 50px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: fixed;
        /*right: 0;*/
        left: 0;
        top: 0;
        -webkit-transition: all 0.5s ease 0s;
           -moz-transition: all 0.5s ease 0s;
             -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        width: 50px;
        z-index: 1510;
        will-change: transform;
    }


    .c-hamburger:after {
      content: "MENU";
      position: absolute;
      bottom: 1px;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      padding: 1px;
      display: block;
      text-align: center;
      left: 0;
      right: 0;

    }
  .c-hamburger.active {
        -webkit-transform: translateX(250px);
           -moz-transform: translateX(250px);
            -ms-transform: translateX(250px);
             -o-transform: translateX(250px);
                transform: translateX(250px); 
    } 
    .c-hamburger.active + .c-hamburger-bg {
        opacity: 1;
        visibility: visible;
    }


    .c-hamburger:focus {
        outline: none;
    }
    .c-hamburger span {
        background: rgba(255, 255, 255, 1);
        display: block;
        height: 2px;
        left: 8px;
        position: absolute;        
        will-change: background;
        right: 8px;
        top: 16px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
    }
    .c-hamburger span::before,
    .c-hamburger span::after {
        will-change: transform;
        background-color: #fff;
        content: '';
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%;
        border-radius: 2px;
        -webkit-border-radius: 2px;
    }


    .c-hamburger span::before {
        -webkit-transform: translateY(-8px);
           -moz-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
             -o-transform: translateY(-8px);
                transform: translateY(-8px);
    }
    .c-hamburger span::after {
        -webkit-transform: translateY(8px);
           -moz-transform: translateY(8px);
            -ms-transform: translateY(8px);
             -o-transform: translateY(8px);
                transform: translateY(8px);
    }
    .c-hamburger--htx {
        background-color: #6b5b66;

      background: #574b53;
        display: block;
        -moz-border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;


        -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
           -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
                box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
        -webkit-transition: all 0.5s ease 0s;
           -moz-transition: all 0.5s ease 0s;
             -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;
    }

    .c-hamburger--htx span {
        /*transition: background 0s 0.5s;*/ 
        -webkit-transition-duration: 0.5s, 0.5s;
           -moz-transition-duration: 0.5s, 0.5s;
             -o-transition-duration: 0.5s, 0.5s;
                transition-duration: 0.5s, 0.5s;
    }
    .c-hamburger--htx span::before,
    .c-hamburger--htx span::after {
        /*transition-delay: 0.5s, 0s;*/
        -webkit-transition-duration: 0.5s, 0.5s;
           -moz-transition-duration: 0.5s, 0.5s;
             -o-transition-duration: 0.5s, 0.5s;
                transition-duration: 0.5s, 0.5s;
    }
    .c-hamburger--htx span::before {
        -webkit-transition-property: top, transform;
           -moz-transition-property: top, transform;
             -o-transition-property: top, transform;
                transition-property: top, transform;
    }
    .c-hamburger--htx span::after {
        -webkit-transition-property: bottom, transform;
           -moz-transition-property: bottom, transform;
             -o-transition-property: bottom, transform;
                transition-property: bottom, transform;
    }
    /* active state, i.e. menu open */
    .c-hamburger--htx.active {
        background-color: #776671;
    }
    .c-hamburger--htx.active span {
        background: rgba(255, 255, 255, 0);
        /*opacity: 0;*/
    }
    .c-hamburger--htx.active span::before {
        /*top: 0;*/
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .c-hamburger--htx.active span::after {
        /*bottom: 0;*/
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    .c-hamburger--htx.active span::before,
    .c-hamburger--htx.active span::after {
        /*transition-delay: 0s, 0.5s;*/
    }
  .left {        
        -webkit-transition: all 0.5s ease 0s;
           -moz-transition: all 0.5s ease 0s;
             -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;
    display: block !important;
    position: fixed;
    z-index: 1400 ;
    left: 0px;
    width: 300px !important;
    top: -20px;
    height: 100%;
    padding: 26px 10px 30px;
    overflow-y: auto;
    height: calc(100% + 40px);
    background: #f6f6f6;

    -webkit-transform: translateX(-350px) skewX(-5deg);
       -moz-transform: translateX(-350px) skewX(-5deg);
        -ms-transform: translateX(-350px) skewX(-5deg);
         -o-transform: translateX(-350px) skewX(-5deg);
            transform: translateX(-350px) skewX(-5deg); 
  }

  .left.active {

    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px); 
  }


  ul.categories {
    padding-left: 0;
  }
  ul.categories > li > span, .product-name--filtr {
    display: block;
    padding: 5px 0; 
  }

  .categories ul li{
  
    background: #fff;
    width: auto;
    margin-left: -10px;    
    margin-right: -10px;
  }
  .categories ul li a{
    margin-left: 0;
    padding: 10px;
    display: block;
    background: #fff;
  }



  .button--midi {
    /* width: 98%; */
    margin-bottom: 5px;
    padding: 10px 15px !important;
  }

  .button-mini {

    /* width: 98%; */
    margin-top: 5px;
    padding: 6px 10px !important;
    font-size: 12px;
    font-weight: normal;

  }


  .wrapper-footer {
    background: #574b53 !important;
    margin-top: 0;
    padding-top: 23px;
    margin-bottom: 0;
  }
  .wrapper-footer a, .wrapper-footer h5 {
    color: #fff;
    display: block;
  }
  .formActions--center {
    margin-left: -20px;
    margin-right: -20px;
  }
  .footer-copy {
    clear: both;
    display: block;
    float: none;
    text-align: center;
    position: static;
    padding: 5px 0;
  }



}
@media only screen and (max-width: 530px) {


  .logo {

    -webkit-transition: all .5s;
    transition: all .5s;
    left: 50%;
    margin-left: -88px;
  }
  .schowekActive .logo {
    left: 43%;
  }
  .top-cart {
    width: 40px;
    padding-left: 40px;
    overflow: hidden;
  }
  .top-cart h3{
    display: none;
  }
  .top-cart>a {
    position: static;
  }
  .top-cart .cart-quantity , .clipboard .clip-info .cart-quantity {
      font-size: 9px;
      background: #fff;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      position: absolute;
      right: 4px;
      top: 32px;
      font-weight: normal;
      text-transform: uppercase;
      line-height: 1.2em;
      padding: 1px;
  }
  .clipboard {
    right: 50px;
    width: 60px;
    padding-top: 3px;
    margin-right: -1%;
    overflow: hidden;
  }
  .clipboard {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  }
  .schowekActive .clipboard {
    opacity: 1;
    visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  }
  .clipboard .clip-info {
      font-size: 0.0001em;
  } 
  .clipboard h3{
    border: none;
    font-size: 0.0001em;
  }
  .clipboard span.star {
    width: 60px;
    height: 71px;
    background-image: url('../images/gfx/schowek.png');
    background-size: 38px auto;
    background-position: 2px 19px;
  }


  .cartWrapper-ships .cart-price .cart-header{
    display: inline !important;
  }  
  .cartWrapper-ships .cart-price{
      width: 100%;
  }



}

@media only screen and (max-width: 480px) {
  .stepsWrapper {display: none;}
  .contactIco--home, .contactIco--phone, .contactIco--i {background-position: 2% top;}
  .productWrapper {margin-bottom: -20px;}
  .nav ul {display: block;}
  .nav ul li {display: inline-block;width: 30%;}
  .nav a {font-size: 12px;padding: 10px 0;}
  .h3 {font-size: 16px;}
  .inst-right {padding-right: 3%;}
  .product-item {width: 100%; /*font-size: 13px;*/ max-width: 260px; margin: 0 auto 25px; display: block; clear: both;}
  .product-price {position: absolute;left: 0%;}
  .product-name {position: absolute;left: 20%;width: 60%;font-size: 12px;}
  .promo-price {font-size: 12px;}
  .read-more {right: 0%;}
  .button-basket {font-size: 13px;height: 45px;line-height: 45px;width: 100%;margin-left: 0;}
  .button-basket span {margin-right: 5px;background-size: 15px 15px;}
  .button--midi {padding: 5px 6px;font-size: 11px;}
  .label b {font-size: 12px;}
  .pagination-element--left, .pagination-element--right {padding: 3px 10px;}
  .pagination-element {padding: 3px 7px;}
  .footer-copy {bottom: -30px;}

  .faq-item {width: 100%; margin: 0;/*margin-left: 0;margin-bottom: 0;*/}
  .h5--faq {border-top: none;}
}

.box2 {
  position: relative;
  margin: 0.9em 0.7em;
  padding: 0.7em 1em;
  border: 1px solid #CCC;
  border-radius: 2px;
  background-color: #F5F5F5;
  color: #666;
  text-align: left;
  line-height: 1.4em;
  width: 100%;
  margin: 12px 0 20px;
  /*margin-bottom:20px;*/
}

.box2 p
	{
	margin: 0;
	border: none;
	padding: 0;
	}
	


/*
 * Magnific Popup
 */
 .whiteBackground .mfp-content {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    color: #282828;
    margin: 20px;
    max-width: 900px;
    min-height: 80%;
    padding: 20px;
}

.mfp-bg {
    background: #0b0b0b;
    height: 100%;
    left: 0;
    filter: alpha(opacity = 80);
    opacity: 0.8;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1042;
}
