ul.thumbs {
    padding: 0 0 0 4px;
    margin: 0;
}

ul.thumbs li {
    display: inline-block;
    vertical-align: top;
    width: 189px;
    padding: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 24px 24px -4px;
    position: relative;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #E2E4F4;
    border-radius: 10px;
}

ul.thumbs li:nth-child(3n) {
    margin-right: 0;
}

ul.thumbs li:hover {
    border: 1px solid #E2E4F4;
    box-shadow: 0px 0px 6px 0px rgba(31, 43, 67, 0.16);
    transition: 0.5s;
}

ul.thumbs .corner {
    position: absolute;
    right: 0;
}

ul.thumbs li .image {
    width: 100%;
    max-width: 100%;
    height: 165px;
    display: block;
    overflow: hidden;
}

ul.thumbs li .image img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

ul.thumbs li .image .badge-wrapper {
    position: relative;
}

ul.thumbs li .h5 {
    margin: 0 0 12px;
    font-size: .875rem;
    color: #40062B;
    line-height: 20px;
    font-weight: normal;
    height: 40px;
    overflow: hidden;
}

ul.thumbs .purchase .pricing {
    margin: 16px 0 10px;
}

ul.thumbs .purchase .price {
    font-size: 1.25rem;
    color: #FF0033;
    line-height: 24px;
}

ul.thumbs .purchase .pricing .compare-at-price {
    font-size: .875rem;
    color: #937889;
    line-height: 16px;
    text-decoration: line-through;
}

ul.thumbs .submit {
    width: 100%;
    max-width: 160px;
}

ul.thumbs.mini {
    text-align: left;
    margin: 0;
}

ul.thumbs.mini li {
    margin-left: 0;
    margin-right: 0;
    width: 150px;
}

ul.thumbs.mini li .image img {
    width: 96px;
    height: 96px;
}

ul.thumbs.mini li .h5 {
    font-size: 1em;
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.thumbs.mini .image {
    width: 96px;
    height: auto;
}

ul.thumbs.mini li .price {
    display: block;
    margin-bottom: 8px;
}

ul.thumbs.mini li .out-of-stock {
    margin-left: 0;
}

ul.thumbs.mini .purchase {
    margin-top: 0;
    margin-bottom: 5px;
}

ul.thumbs.mini input[type="button"],
ul.thumbs.mini input[type="submit"] {
    font-size: 0.9em;
}

.welcome {
    margin: 0 80px 30px;
}

.promos {
    margin: 0 auto 48px;
}

.promos ul {
    padding: 0;
    margin: 5px -5px;
}

.promos ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 24%;
    vertical-align: top;
    cursor: pointer;
}

.promos ul li a {
    display: block;
    overflow: hidden;
    color: #000;
    text-align: center;
    position: relative;
}

.promos ul li a .background-color-layer {
    display: block;
    margin: 0 auto;
    z-index: 1;
    width: 104px;
    height: 104px;
    background-color: #F1F6F2;
    border-radius: 50%;
    background-size: 64px;
    background-position: center center;
    background-repeat: no-repeat;
}

.promos ul li a .h5 {
    position: relative;
    z-index: 2;
    margin: 18px auto 8px;
    font-size: .875rem;
    max-width: 120px;
    color: #40062B;
    line-height: 16px;
    text-transform: uppercase;
}

.promos ul li a p {
    font-family: 'PT Serif', serif;
    font-style: italic;
    font-size: .75rem;
    color: #937889;
    line-height: 16px;
    max-width: 130px;
    text-align: center;
    margin: 0 auto;
}

.promos ul li:nth-child(2) a p {
    max-width: 100px;
}

.promos ul li a:hover .background-color-layer {
    opacity: 0.75;
    transition: 0.3s;
}

.how-to {
    margin: 48px 0 0;
}

.how-to ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 30%;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    margin: 0 8px 0;
}

.how-to ul li .icon-wrap {
    display: block;
    margin: 0 auto;
    z-index: 1;
    width: 104px;
    height: 104px;
    background-color: #F1F6F2;
    border-radius: 50%;
    background-size: 64px;
    background-position: center center;
    background-repeat: no-repeat;
}

.how-to ul li.cl1 .icon-wrap {
    background-image: url('img/flower-bouquet.png');
    background-size: 48px;
}

.how-to ul li.cl2 .icon-wrap {
    background-image: url('img/flower-card.png');
    background-size: 56px;
}

.how-to ul li.cl3 .icon-wrap {
    background-image: url('img/flower-moto.png');
    background-size: 72px;
}

.how-to ul li .h5 {
    position: relative;
    z-index: 2;
    margin: 18px auto 8px;
    font-size: .875rem;
    max-width: 100%;
    color: #40062B;
    line-height: 16px;
    text-transform: uppercase;
}

.how-to ul li p {
    font-family: 'PT Serif', serif;
    font-style: italic;
    font-size: .75rem;
    color: #937889;
    line-height: 16px;
    max-width: 130px;
    text-align: center;
    margin: 0 auto;
}

.best-offers {
    margin: 48px 0 0;
}

a.lazyloading-load-more {
    width: 160px;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    border: 1px solid #CED1E9;
    border-radius: 16px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    margin: 0 auto 24px;
    font-size: .75rem;
    color: #FF0033;
    text-transform: uppercase;
}

a.lazyloading-load-more:hover {
    opacity: 0.85;
    transition: 0.5s;
}

.load-more-div {
    text-align: center;
    font-size: .75rem;
    color: #FF0033;
    text-transform: uppercase;
}

.finfo h2, .finfo h3 {
    background: url(/wa-data/public/site/themes/nifty/img/ee-arry.png) left center no-repeat;
    padding: 10px 0 10px 20px;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    margin: 0;
}

.hideforh2, .hideforh3 {
    display: none;
    margin-left: 25px
}

.hideforh3 p {
    margin: 0;
}

.reviews.rev-in-prod ul.reviews-branch li {
    display: inline-block;
    vertical-align: top;
    border: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.reviews.rev-in-prod ul.reviews-branch li .review {
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.reviews.rev-in-prod ul.reviews-branch li .review .review-text {
    position: relative;
    padding: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #F1F6F2;
    border-radius: 6px;
    margin: 0 0 16px;
}

.reviews.rev-in-prod ul.reviews-branch li .review .review-text:before {
    content: "";
    position: absolute;
    left: 12px;
    bottom: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 0 10px;
    border-color: #F1F6F2 transparent transparent transparent;
}

.reviews.rev-in-prod ul.reviews-branch li .review .review-text p {
    margin: 0;
    max-height: 120px;
    overflow: hidden;
}

.reviews.rev-in-prod ul.reviews-branch li .review .summary span {
    display: inline-block;
    vertical-align: top;
}

.reviews.rev-in-prod .bx-wrapper {
    margin: 0 auto;
}

.reviews.rev-in-prod .bx-wrapper .bx-viewport {
    margin: 0 auto;
}

.reviews.rev-in-prod .bx-wrapper .bx-prev {
    left: -46px;
    margin-top: -36px;
}

.reviews.rev-in-prod .bx-wrapper .bx-next {
    right: -46px;
    margin-top: -36px;
}

.reviews.rev-in-prod a.more {
    width: 160px;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    border: 1px solid #CED1E9;
    border-radius: 16px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    margin: 0 auto 24px;
    font-size: .75rem;
    color: #FF0033;
    text-transform: uppercase;
}

.sidebar-box {
    padding: 24px 0;
    margin: 0 0 24px;
    display: block;
    position: relative;
    border-radius: 10px;
    background: #F1F6F2;
    border: 1px solid #CED1E9;
}

.sidebar-box .h4 {
    display: block;
    text-align: center;
    position: relative;
}

.sidebar-box .h4 span {
    display: block;
    font-size: .875rem;
    color: #40062B;
    text-transform: uppercase;
    margin: 0 auto 8px;
    font-weight: 600;
    line-height: 16px;
}

.sidebar-box .h4 em {
    display: block;
    margin: 0 auto;
    font-family: 'PT Serif', serif;
    font-style: italic;
    font-size: .75rem;
    color: #937889;
    line-height: 12px;
}

#florrus .shop-regions {
    display: block;
}

#florrus .shop-regions-button .shop-regions__link {
    display: block;
    width: 100%;
    max-width: 264px;
    font-size: .75rem;
    background: url('img/map-pointer.png') no-repeat 94% center/16px #fff;
    margin: 0 auto;
    color: #40062B;
    border: 1px solid #DDE0F6;
    border-radius: 100px;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#florrus .shop-regions-button .shop-regions__link:hover {
    border: 1px solid #DDE0F6;
}

#florrus .shop-regions-window-search__input {
    display: block;
    width: 100%;
    font-size: .75rem;
    background: url('img/map-pointer.png') no-repeat 94% center/16px #fff;
    margin: 0;
    color: #40062B;
    border: 1px solid #DDE0F6;
    border-radius: 100px;
    height: 32px;
    line-height: normal !important;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#florrus .shop-regions-window__wrapper,
#florrus .shop-regions-ip-analyzer__wrapper {
    background: #FFFFFF;
    padding: 24px;
    border: 1px solid #DDE0F6;
    box-shadow: 0px 0px 10px 0px rgba(31, 43, 67, 0.24);
    border-radius: 10px;
}

#florrus .shop-regions-window__header,
#florrus .shop-regions-window__search .shop-regions-window__sub-header,
#florrus .shop-regions-ip-analyzer__header {
    font-size: .875rem;
    text-transform: uppercase;
    color: #40062B;
    margin: 0 0 24px;
    font-weight: 600;
}

#florrus .shop-regions-window__search .shop-regions-window__sub-subheader {
    font-size: .75rem;
    color: #40062B;
}

#florrus .shop-regions-window__sub-header {
    text-transform: uppercase;
    color: #40062B;
}

#florrus .shop-regions__button-close {
    font-size: .875rem;
    text-transform: uppercase;
    color: #40062B;
    margin: 0;
    font-weight: 600;
    top: 24px;
}

#florrus .shop-regions__link {
    text-decoration: none;
}

#florrus .shop-regions-window .selected_region {
    font-weight: normal;
}

#florrus .shop-regions-window .selected_region .shop-regions__link {
    border-radius: 20px;
    background: #F1F6F2;
    color: #ff0033;
    padding: 6px 12px;
}

#florrus .shop-regions-window__triggers a {
    border: none;
    color: #40062B;
}

#florrus .shop-regions-window__regions-letter {
    color: #40062B;
}

#florrus .shop-regions-window-search__button,
#florrus .shop-regions-ip-analyzer__button {
    display: inline-block;
    vertical-align: top;
    box-shadow: none;
    border-radius: 18px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: .75rem;
    color: #fff;
    outline: 0;
    padding: 0 24px;
    border: none;
    background: #65B744;
}

#florrus .shop-regions-window-search__button:hover,
#florrus .shop-regions-ip-analyzer__button:hover {
    cursor: pointer;
    box-shadow: 0px 0px 6px 0px rgba(101, 183, 68, 0.95);
    transition: 0.5s;
    color: #fff;
}

#florrus .shop-regions-ip-analyzer__triggers .shop-regions-ip-analyzer__trigger-select-city {
    background: #ff0033;
}

#florrus .shop-regions-ip-analyzer__triggers .shop-regions-ip-analyzer__trigger-select-city:hover {
    box-shadow: 0px 0px 6px 0px rgba(255, 0, 51, 0.95);
}

#florrus .shop-regions-window.searching .clear_search {
    display: none !important;
}

.sidebar-box.filters {
    padding: 0;
}

.mobile-filter-title {
    display: none;
}

.filter-wrapper {
    padding: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #CED1E9;
    margin-bottom: 0;
}

.filter-wrapper .h5 {
    font-size: .875rem;
    color: #40062B;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}

.filter-wrapper em {
    font-family: 'PT Serif', serif;
    font-style: italic;
    color: #937889;
    font-size: .625rem;
    display: block;
    margin: 4px auto;
    line-height: 12px;
    text-align: center;
}

.filter-inner .label-wrap {
    margin: 1px 0px 0px 0px;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.filter-inner .label-wrap label:hover {
    color: #65b744;
    transition: 0.3s;
}

.color-pick .label-wrap {
    margin: 1px 0px 0px 0px;
    display: inline-block;
    vertical-align: top;
    width: 13%;
}

.filter-inner label {
    color: #937889;
    font-size: 14px;
    position: relative;
    line-height: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.filter-inner label.active {
    color: #FF0033;
    font-weight: 600;
}

.filter-inner label input[type="checkbox"] {
    position: absolute !important;
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    visibility: hidden;
}

.filter-inner .jq-check {
    position: relative;
    display: block;
    cursor: pointer;
    float: right;
    top: 5px;
    right: 0px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: transparent;
}

.filter-inner .jq-check.active {
    background: url('img/f-remove.svg') no-repeat center/8px;
}

.price-filter input {
    width: 120px;
    display: inline-block;
    vertical-align: top;
}

.price-filter input.min {
    margin-right: 16px;
}

.filter-wrapper.color-pick {
    border-bottom: none;
}

.filter-wrapper.color-pick .filter-inner .label-wrap {
    margin: 0 15px 16px 0;
}

.filter-wrapper.color-pick label span {
    display: none;
}

.filter-wrapper.color-pick label.active span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 36px;
    padding: 5px;
    height: 20px;
    line-height: 10px;
    color: #fff;
    font-size: .625rem;
    background: rgba(64, 6, 43, 0.63);
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.filter-wrapper.color-pick label.active span:before {
    content: "";
    position: absolute;
    top: 8px;
    right: -4px;
    opacity: 0.63;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #40062c
}

.filter-wrapper.color-pick label {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid transparent;
}

.filter-wrapper.color-pick label.active {
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(255, 0, 51, 0.54);
    transition: 0.5s;
}

label.red {
    background: #D0021B;
}

label.yellow {
    background: #F8E71C;
}

label.green {
    background: #5EDD46;
}

label.violet {
    background: #BD10E0;
}

label.white {
    background: #fff;
}

label.blue {
    background: #4A90E2;
}

label.colorful {
    background-image: radial-gradient(50% 100%, #EA053B 0%, #C3D002 100%);
}

label.pastel {
    background-image: radial-gradient(50% 100%, #DBBFE2 0%, #98E1D8 100%);
}

.filters .slider {
    background: transparent;
}

.filters .ui-slider {
    margin: 10px 15px 10px 8px;
    display: block;
}

.filters .ui-slider-horizontal {
    height: 3px;
    border: none;
    background: #937889;
    border-radius: 2px;
}

.filters .ui-slider-horizontal .ui-slider-handle,
.filters .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
    top: -6px;
    margin-left: -0.4em;
    height: 0.5rem;
    width: 0.5rem;
    border: 4px solid rgba(255, 255, 255, 0.62);
    border-radius: 50%;
    z-index: 0;
}

.filters .ui-slider-horizontal .ui-slider-handle.ui-state-hover {
    cursor: pointer;
    border: 4px solid rgba(255, 255, 255, 0.75);
    transition: 0.5s;
}

.filters .ui-slider-horizontal.ui-widget-content {
}

.filters .ui-slider-horizontal .ui-widget-header {
    height: 3px;
    background: rgba(255, 255, 255, 0.48);
    position: relative;
    top: 0px;
    z-index: 0;
    border-radius: 2px;
}

.filters .ui-widget-content .ui-state-default {
    background: #FF0033;
}

.sidebar-box.reviews {
    padding: 24px 0 16px;
}

.reviews a.add-rev {
    display: block;
    background: #FEC20C;
    border-radius: 100px;
    width: 100%;
    max-width: 264px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    margin: 16px auto;
    font-size: .75rem;
    color: #40062B;
}

.reviews a.add-rev i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url('img/review.png') no-repeat center/16px;
    margin: -3px 6px 0 0;
}

.reviews ul.reviews-branch {
    display: block;
    margin: 0;
    padding: 0;
}

.reviews ul.reviews-branch li {
    display: block;
    margin: 0 0 16px;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #CED1E9;
}

.reviews ul.reviews-branch li .username {
    font-size: .75rem;
    font-family: 'PT Serif', serif;
    font-style: italic;
    color: #FF0033;
    line-height: 16px;
}

.reviews ul.reviews-branch li .storefront {
    font-size: .75rem;
    line-height: 16px;
    padding-left: 5px;
}

.reviews ul.reviews-branch li .date {
    float: right;
    font-size: .75rem;
    font-family: 'PT Serif', serif;
    font-style: italic;
    color: #FF0033;
    line-height: 16px;
}

.reviews ul.reviews-branch li p {
    font-size: .75rem;
    color: #40062B;
    line-height: 20px;
    margin: 8px 0 16px;
}

.reviews a.more {
    display: block;
    font-size: .75rem;
    text-align: center;
    margin: 0 auto;
    color: #40062B;
}

.reviews #review-add-form {
    display: block;
    margin: 0 0 24px;
}

.reviews .write-review a {
    display: block;
    background: #FEC20C;
    border-radius: 100px;
    width: 100%;
    max-width: 264px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    margin: 16px 0;
    font-size: .75rem;
    color: #40062B;
}

.reviews .write-review a b {
    font-weight: normal;
}

.reviews .write-review a i {
    font-style: normal;
}

.reviews .review-field {
    font-size: .875rem;
    color: #40062B;
}

.reviews .review-field input {
    width: 288px;
    margin: 0;
}

.reviews .review-field .userpic {
    display: inline-block;
    vertical-align: middle;
}

.reviews .review-field label {
    display: inline-block;
    vertical-align: top;
    width: 120px;
}

.reviews .review-field textarea {
    display: inline-block;
    vertical-align: top;
    background: #FFFFFF;
    border: 1px solid #DDE0F6;
    height: 88px;
    max-height: 88px;
    width: 100%;
    max-width: 288px;
    padding: 10px 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    font-size: .75rem;
    color: #40062B;
    line-height: 16px;
}

.reviews .review-field input[type="file"] {
    line-height: 16px;
    padding: 4px 16px;
}

.reviews .review-submit {
    margin-left: 120px;
    width: 100%;
    max-width: 288px;
}

.reviews .review-submit input[type="submit"] {
    margin: 16px 0;
    width: 100%;
}

.reviews .wa-captcha p {
    margin: 0;
}

.reviews .wa-captcha img {
    border-radius: 0;
    max-width: 90px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.reviews .wa-captcha strong {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.reviews .wa-captcha input {
    max-width: 166px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.reviews .wa-captcha a {
    font-size: .625rem;
}

.receiver-photo {
    position: relative;
    background: #fff;
    padding: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.receiver-photo .photo-bg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url('/wa-data/public/site/themes/florrus/img/photo-bg.png') 0 0;
    border-radius: 7px;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.receiver-photo .photo-bg:before {
    /* content: ""; */
    position: absolute;
    display: block;
    width: 97%;
    height: 97%;
    background: #fff;
    border-radius: 5px;
}

.receiver-photo .h4 {
    margin: 16px auto 0;
}

.receiver-photo .bx-wrapper {
    margin: 16px auto;
    max-height: 210px !important;
}

.receiver-photo .bx-wrapper .photo-wrapper {
    max-height: 210px;
    overflow: hidden;
}

.receiver-photo .bx-wrapper .bx-prev {
    left: -32px;
}

.receiver-photo .bx-wrapper .bx-next {
    right: -30px;
}

.receiver-slider {
    border: none;
}

.slider-background {
    background: white !important;
    width: 910px !important;
    margin: 0 auto;
}
@media screen and (min-width: 1026px){
    .slider-background{
        width: 910px !important;
    }
}
@media all and (min-width: 855px) and (max-width: 1025px) {
    .slider-background{
        width: 760px !important;
    }
}
@media all and (min-width: 670px) and (max-width: 854px) {
    .slider-background{
        width: 610px !important;
    }
}
@media all and (min-width: 500px) and (max-width: 669px) {
    .slider-background{
        width: 455px !important;
    }
}
@media all and (min-width: 340px) and (max-width: 499px) {
    .slider-background{
        width: 305px !important;
    }
}
@media all and (max-width: 349px) {
    .slider-background{
        width: 155px !important;
    }
}

.slider-photo .inner {
    height: 180px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.slider-photo .inner a{
    border: 1px solid #CED1E9;
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 2px;
    height: 100%;
    position: absolute;
    width: 100%;
}

.slider-photo a img {
    max-width: 100%;
    display: block;
    object-fit: unset;
    margin: 0 auto;
    height: 100%;
    border-radius: 5px;
}

.receiver-photo .more {
    display: block;
    position: relative;
    font-size: .75rem;
    color: #40062B;
    line-height: 12px;
    text-align: center;
    margin: 0 auto 16px;
}

.subscribe {
    position: relative;
}

.subscribe:before {
    content: "";
    position: absolute;
    left: -16px;
    top: -14px;
    width: 64px;
    height: 48px;
    background: url('img/purple-flower.png') no-repeat center/contain;
}

.subscribe .h4 em {
    max-width: 200px;
}

.subscribe .mailer-subscribe {
    padding: 16px 16px 0;
}

.subscribe .mailer-subscribe input {
    width: 100%;
}

.subscribe .mailer-subscribe input#kmcollectemails-name {
    background: url(img/suscribe-name.png) no-repeat 94% center/12px #fff;
}

.subscribe .mailer-subscribe input#kmcollectemails-email {
    background: url(img/subscribe-mail.png) no-repeat 94% center/16px #fff;
}

.subscribe .mailer-subscribe button {
    background: #FEC20C;
    border-radius: 16px;
    height: 32px;
    line-height: 32px;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    outline: 0;
    color: #40062B;
    width: 100%;
}

.subscribe .mailer-subscribe button:hover {
    box-shadow: 0px 0px 6px 0px rgba(254, 194, 12, 0.95);
}

.subscribe .mailer-subscribe .after {
    background: #F1F6F2;
    padding: 16px;
    height: 105%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    font-size: .875rem;
    text-align: center;
    font-style: normal;
}

.subscribe .mailer-subscribe .after .ok {
    color: #65B744;
}

.subscribe .mailer-subscribe .after .fail {
    color: #ff0033;
}

.prod-wrap {
    display: block;
    margin: 0;
    padding: 0 0 0 4px;
}

.prod-wrap .coll {
    margin: 0 0 0 -4px;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.prod-wrap .left-coll {
    width: 40%;
}

.prod-wrap .right-coll {
    width: 60%;
    padding: 0 0 0 24px;
}

.prod-wrap .h2 {
    text-align: left;
}

.prod-wrap .h2 span {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    max-width: 80%;
}

.prod-wrap .item-photo {
}

.prod-wrap .left-coll .row {
    border: 1px solid #E2E4F4;
    border-radius: 10px;
    background: #fff;
    margin: 0 0 24px;
}

.product-sidebar {
}

.product-info {
}

.product-gallery {
    text-align: center;
}

.video-container {
    text-align: center;
}

.video-container iframe {
    max-width: 100%;
}

.product-sidebar .cart {
}

.purchase {
    margin: 0;
    padding: 0;
}

.options {
    line-height: 2em;
}

.options .inline-select {
    margin-bottom: 15px;
}

.options .inline-select a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin: 0 5px 5px 0;
    display: inline-block;
    padding: 3px 7px;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
    font-weight: bold;
    position: relative;
    min-width: 22px;
    text-align: center;
}

.options .inline-select a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.options .inline-select a .color_name {
    display: none;
    position: absolute;
    bottom: -22px;
    left: 50%;
    font-size: 0.6em;
    color: rgba(0, 0, 0, 0.7);
    margin-left: -40px;
    width: 80px;
}

.options .inline-select a .color_checkmark {
    display: none;
    position: absolute;
    top: 7px;
    left: 10px;
}

.options .inline-select a.selected {
    border: 1px solid #000;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.15) -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.0) 100%);
    background: rgba(0, 0, 0, 0.15) -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.0)));
    background: rgba(0, 0, 0, 0.15) -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.0) 100%);
    background: rgba(0, 0, 0, 0.15) -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.0) 100%);
    background: rgba(0, 0, 0, 0.15) -ms-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.0) 100%);
    background: rgba(0, 0, 0, 0.15) linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde992', endColorstr='#fcd630', GradientType=0);
    color: #000 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.options .inline-select a.selected .color_name {
    display: block;
}

.options .inline-select a.selected .color_checkmark {
    display: block;
}

.services {
    margin: 0 0 24px;
    padding: 16px 16px 0;
    background: #F1F6F2;
    border: 1px solid #CED1E9;
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.services .coll {
    width: 48%;
}

.services .coll:first-child {
    margin-right: 0px;
}

.services label {
    font-size: .75rem;
    color: #937889;
    line-height: 14px;
    margin: 0 0 8px;
    display: block;
}

.services label input[type="checkbox"] {
    line-height: 14px;
    height: 14px;
    margin: -1px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.services select {
    max-width: 100%;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: .75rem;
    color: #40062B;
    line-height: 12px;
    background: url(img/darr.svg) no-repeat 94% center/10px #fff;
}

.services select:disabled {
    opacity: 0.75;
}

.item-delivery {
    margin: 0 0 24px;
    padding: 16px;
    background: #F1F6F2;
    border: 1px solid #CED1E9;
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.item-delivery .coll {
    width: 50%;
    vertical-align: middle;
}

.item-delivery input.del-input {
    width: 256px;
    background: url('img/map-pointer.png') no-repeat 94% center/16px #fff;
    margin: 0;
}

.item-delivery em {
    font-family: 'PT Serif', serif;
    font-style: italic;
    color: #937889;
    font-size: .625rem;
    display: block;
    margin: 4px auto;
    line-height: 12px;
    text-align: center;
}

.item-delivery .h5 {
    font-size: 14px;
    font-weight: 600;
    color: #40062B;
    line-height: 20px;
}

.item-delivery .green {
    font-size: 12px;
    color: #65B744;
    line-height: 20px;
    text-transform: uppercase;
}

.preim {
    margin: 0 0 24px;
    padding: 16px 16px 0;
    background: #F1F6F2;
    border: 1px solid #CED1E9;
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.preim-wrap {
    display: block;
    margin: 0 0 16px;
}

.preim-wrap .coll {
    vertical-align: middle;
}

.preim-wrap .coll.preim-img {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    margin-right: 12px;
}

.preim-wrap .coll.preim-img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 36px;
    height: auto;
    line-height: 64px;
    margin: 0 auto;
}

.preim-wrap .coll.preim-text .h5 {
    font-size: .875rem;
    color: #40062B;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.preim-wrap .coll.preim-text span {
    font-family: 'PT Serif', serif;
    font-style: italic;
    font-size: .75rem;
    color: #937889;
    line-height: 16px;
    display: block;
}

.product-gallery {
}

.product-gallery .bx-wrapper {
    margin: 0 auto;
}

.image {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.image#product-core-image {
    height: 360px;
    display: block;
}

.image#product-core-image a {
    display: block;
    max-height: 360px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.image img {
    max-width: 100%;
    height: auto;
    max-height: 360px;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.image #switching-image {
    background: #fff url('img/loading32.gif') no-repeat 50% 50%;
    background-size: 32px 32px;
    padding: 10px;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.more-images {
    display: block;
    margin: 10px 0;
}

.more-images .image {
    width: 100%;
    height: 360px;
    margin: 0;
}

.more-images .image a {
    display: block !important;
    height: 100%;
    width: 100%;
    line-height: 360px;
    cursor: pointer;
}

.more-images .image img {
    display: inline-block;
    vertical-align: middle;
}

#bx-pager {
    position: relative;
    display: block;
    margin: 16px 0;
}

#bx-pager .bx-pager {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    background: #937889;
    transition: 0.5s;
}

#bx-pager .bx-pager.active {
    background: #40062B;
    transition: 0.5s;
}

ul.skus {
    display: block;
    padding: 0;
    margin: 0 0 8px;
}

ul.skus li {
    display: block;
    list-style-type: none;
    margin: 0 0 16px;
}

ul.skus label:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 1px solid #937889;
    box-shadow: none;
}

ul.skus label.active:before {
    background: #FFFFFF;
    border: 1px solid #40062B;
    transition: 0.5s;
}

ul.skus label:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
}

ul.skus label.active:after {
    width: 6px;
    height: 6px;
    background: #65B744;
    box-shadow: none;
    transition: 0.5s;
}

ul.skus label input[type="radio"] {
    display: none;
}

ul.skus li label {
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 20px;
}

ul.skus li label span {
    font-size: .875rem;
    color: #937889;
    line-height: 16px;
}

ul.skus li label.active span {
    color: #40062B;
    font-weight: 600;
    transition: 0.5s;
}

ul.skus li label.active span.hint {
    color: #40062B;
    font-weight: normal;
    transition: 0.5s;
}

ul.skus li label span.hint {
    display: block;
    font-family: 'PT Serif', serif;
    font-style: italic;
    font-size: .75rem;
    color: #937889;
    line-height: 16px;
}

ul.skus li label .sku-price-wrap {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1rem;
    color: #FF0033;
    font-weight: 600;
    line-height: 16px;
}

ul.skus li label .sku-price-wrap .compare-at-price {
    font-size: .75rem;
    font-style: italic;
}

ul.skus li label .sku-price-wrap .compare-at-price span {
    font-size: .75rem;
    font-style: italic;
}

ul.skus li label span.price {
    font-size: 1rem;
    color: #FF0033;
    font-weight: 600;
    line-height: 16px;
}

ul.skus li label span.price span {
    font-size: 1rem;
    color: #FF0033;
    font-weight: 600;
    line-height: 16px;
}

ul.skus li label .pfeat {
    display: block;
    font-family: 'PT Serif', serif;
    font-style: italic;
    font-size: .75rem;
    color: #937889;
    line-height: 16px;
}

.stocks {
    display: none;
}

.price {
}

.compare-at-price {
    text-decoration: line-through;
    color: #40062B;
    margin: 0 3px;
}

.disabled {
    color: #937889;
}

.error {
    color: #FF0033;
}

.add2cart {
    margin: 0 0 24px;
    display: block;
    position: relative;
}

.add2cart .compare-at-price {
    font-size: .75rem;
    font-style: italic;
}

.add2cart .coll {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    max-width: 250px;
    margin-right: 36px;
}

.add2cart .coll.oneclick {
    margin-right: 0;
}

.add2cart .price {
    font-size: 1rem;
    color: #FF0033;
    font-weight: 600;
    line-height: 16px;
}

.add2cart input[type="submit"] {
    height: 45px;
    line-height: 45px;
    border-radius: 23px;
    font-weight: 600;
    font-size: .875rem;
    letter-spacing: 1px;
}

.add2cart .oneclick {
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    font-size: .875rem;
    letter-spacing: 1px;
    color: #42092E;
    border-radius: 23px;
    background: #FEC20C;
}

.add2cart .oneclick:hover {
    box-shadow: 0px 0px 6px 0px rgba(254, 194, 12, 0.95);
    transition: 0.5s;
}

.add2cart .oneclick .quickorder-button {
    background: none;
    border: 0;
    margin: 0 auto;
    width: 100%;
    color: #40062B;
    padding: 0;
    text-decoration: none !important;
    height: 45px;
    line-height: 45px;
    font-weight: 600;
    font-size: .875rem;
    letter-spacing: 1px;
    color: #42092E;
    box-shadow: none;
}

.add2cart .oneclick .quickorder-button i {
    background: none;
    font-style: normal;
    color: #40062B;
    padding: 0;
    text-decoration: none !important;
}

.add2cart .icon24.loading.adding2cart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.item-char {
    padding: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #40062B;
    font-size: .75rem;
}

table.features {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
}

table.features td {
    padding: 5px 0 2px;
    border: none;
    background: none;
}

table.features td.name {
    min-width: 145px;
    vertical-align: top;
}

table.features tr.divider td {
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #aaa;
}

.item-description {
    padding: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.description {
    font-size: .875rem;
    color: #937889;
    line-height: 20px;
}

.description p {
    margin-bottom: 12px;
}

.related {
    margin: 24px 0 0;
}

.related ul.thumbs li {
    width: 215px;
}

.related ul.thumbs li:nth-child(3n) {
    margin: 0 24px 24px -4px;
}

.related ul.thumbs li:nth-child(4n) {
    margin-right: 0;
}

.search-page {
    padding: 0 0 24px;
}

.search-page ul.thumbs li {
    width: 215px;
}

.search-page ul.thumbs li:nth-child(3n) {
    margin: 0 24px 24px -4px;
}

.search-page ul.thumbs li:nth-child(4n) {
    margin-right: 0;
}

#florrus .quickorder-wrap {
    padding: 0;
    border-radius: 10px;
    border: 0;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(31, 43, 67, 0.24);
}

#florrus .quickorder-header {
    background: #ff0033;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-shadow: none;
    font-size: 1rem;
    font-weight: bold;
    padding: 0 24px;
}

#florrus .quickorder-header span {
    padding: 9px 0;
}

#florrus .quickorder-header i {
    font-style: normal;
}

#florrus .quickorder-header i.close {
    font-style: normal;
    padding: 9px 0;
    margin: 0;
}

#florrus .quickorder-body {
    padding: 16px;
    color: #40062B;
    font-size: .875rem;
    display: block;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#florrus .quickorder-quantity {
    font-style: normal;
}

#florrus .quickorder-submit .quickorder-button {
    padding: 0 24px;
    width: 100%;
}

#florrus .quickorder-submit .quickorder-button:hover {
    background: #65B744;
}

#florrus .fancybox-overlay {
    background: rgba(255, 255, 255, 0.75);
}

#florrus .fancybox-opened .fancybox-skin {
    background: #fff;
}

#florrus .fancybox-close {
    top: 16px;
    right: 16px;
    border-radius: 50%;
    background: #ff0033;
}

#florrus .fancybox-close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    transform: rotateZ(-45deg);
}

#florrus .fancybox-close:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    transform: rotateZ(45deg);
}

#florrus .fancybox-inner a img {
    max-width: 100%;
}

#florrus .fancybox-nav span {
    visibility: visible;
    height: 36px;
    border-radius: 50%;
}

#florrus .fancybox-next span {
    background: url('img/rarr-w.svg') no-repeat center/9px #ff0033;
}

#florrus .fancybox-prev span {
    background: url('img/larr-w.svg') no-repeat center/9px #ff0033;
}

input.error, textarea.error {
    border: 1px solid #FF0033;
}

.errormsg {
    color: #FF0033;
    margin-left: 120px;
    font-size: 10px;
    display: block;
}

.corner {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-family: 'PT Serif', serif;
    font-style: italic;
    float: right;
    font-size: .625rem;
    color: #fff;
}

.badge {
    text-align: center;
    padding: 0 16px;
    border-radius: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    z-index: 9;
}

.badge.bestseller {
    background: #FF0033;
}

.badge.low-price {
    background: #65B744;
}

.badge.new {
    background: #448af3;
}

.subcat-mobile {
    display: none;
}

ul.sorting {
    margin: 0 0 24px;
    padding: 0;
    height: 32px;
    line-height: 32px;
    max-width: 50%;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

ul.sorting li {
    list-style: none;
    display: none;
    padding-right: 36px;
}

ul.sorting li.first-sort {
    font-size: .75rem;
    color: #40062B;
    line-height: 16px;
    font-weight: 600;
    display: inline-block;
    margin-top: -1px;
    padding-right: 10px;
}

ul.sorting .sort-wraper {
    background: #fff;
    border: 1px solid #DDE0F6;
    border-radius: 16px;
    position: absolute;
    height: 31px;
    line-height: 31px;
}

ul.sorting .sort-wraper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 31px;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 999;
}

ul.sorting .sort-wraper.active {
    height: initial;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #DDE0F6;
    box-shadow: 0px 0px 10px 0px rgba(31, 43, 67, 0.24);
    border-radius: 10px;
}

ul.sorting .sort-wraper.active:before {
    display: none;
}

ul.sorting .sort-wraper .arr-down {
    position: absolute;
    right: 16px;
    top: 10px;
    display: block;
    width: 10px;
    height: 12px;
    background: url('img/darr.svg') no-repeat center/10px;
}

ul.sorting li.selected {
    display: inline-block;
    vertical-align: top;
}

ul.sorting li.active {
    display: block;
}

ul.sorting li.active:hover {
    background: #F1F6F2;
    transition: 0.3s;
}

ul.sorting li.active:hover a {
    color: #ff0033;
}

ul.sorting li a {
    display: block;
    position: relative;
    font-size: 0.75em;
    color: #40062B;
    padding: 0 8px 0 14px;
}

i.sort-desc {
    height: 1px;
    width: 8px;
    background: #454552;
    display: inline-block;
    position: relative;
    float: left;
    margin: 15px 6px 0 0;
}

i.sort-desc:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -2px;
    height: 1px;
    width: 10px;
    background: #454552;
}

i.sort-desc:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 2px;
    height: 1px;
    width: 6px;
    background: #454552;
}

i.sort-asc {
    height: 1px;
    width: 8px;
    background: #454552;
    display: inline-block;
    position: relative;
    float: left;
    margin: 15px 6px 0 0;
}

i.sort-asc:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -2px;
    height: 1px;
    width: 10px;
    background: #454552;
}

i.sort-asc:after {
    content: "";
    position: absolute;
    top: -4px;
    left: 2px;
    height: 1px;
    width: 6px;
    background: #454552;
}

.cat-description {
    font-size: .875rem;
    color: #937889;
    line-height: 20px;
}

.cat-description p {
    margin: 0 0 16px;
}

.onestep-cart {
    display: block;
    position: relative;
}

.onestep-cart .h2 {
    text-align: left;
    padding-left: 12px;
}

.onestep-cart .item-wrap {
    background: #FFFFFF;
    border: 1px solid #E2E4F4;
    position: relative;
    border-radius: 4px;
    padding: 12px 16px;
    margin: 0 0 16px;
}

.onestep-cart .item-thumb {
    margin-right: 20px;
}

.onestep-cart .item-thumb img {
    max-width: 80px;
}

.onestep-cart .item-name {
    width: 50%;
}

.onestep-cart .item-name a {
    font-size: 1rem;
    color: #40062B;
    font-weight: 600;
    line-height: 16px;
}

.onestep-cart .item-name a:hover {
    color: #ff0033;
    transition: 0.5s;
}

.onestep-cart .item-name span {
    font-family: 'PT Serif', serif;
    font-style: italic;
    font-size: .75rem;
    color: #937889;
}

.onestep-cart .services {
    background: none;
    border: none;
    margin: 6px 0 0;
    padding: 0;
}

.onestep-cart .services label,
.onestep-cart .services select {
    display: inline-block;
    vertical-align: middle;
}

.onestep-cart .services select {
    width: 50%;
}

.item-qty {
    margin-right: 8%;
}

.wrap-qty {
    position: relative;
}

.qty-minus {
    position: absolute;
    display: block;
    width: 16px;
    height: 32px;
    left: 9px;
    top: 0;
    cursor: pointer;
}

.qty-minus:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    border-radius: 2px;
    left: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #40062B;
}

.qty-plus {
    position: absolute;
    display: block;
    width: 16px;
    height: 32px;
    right: 9px;
    top: 0;
    cursor: pointer;
}

.qty-plus:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    border-radius: 2px;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #40062B;
}

.qty-plus:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    border-radius: 2px;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #40062B;
}

.qty input {
    width: 120px;
    padding: 0 10px;
    color: #40062B;
    border: 1px solid #40062B;
    text-align: center;
    margin: 0;
}

.item-total {
    color: #FF0033;
    font-size: 1rem;
    font-weight: 600;
    line-height: 16px;
}

.delete-wrap {
    position: absolute;
    right: 16px;
    height: 16px;
    width: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.delete {
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
}

.delete:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 2px;
    background: #937889;
    border-radius: 1px;
    transform: rotateZ(-45deg);
}

.delete:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 2px;
    background: #937889;
    border-radius: 1px;
    transform: rotateZ(45deg);
}

.gray-box {
    background: #F1F6F2;
    border: 1px solid #CED1E9;
    border-radius: 4px;
}

.onestep-cart .total-wrapper {
    background: #FFFFFF;
    border: 1px solid #E2E4F4;
    position: relative;
    border-radius: 4px;
    padding: 24px;
    margin: 0 0 16px;
}

.coupon-wrap {
    position: relative;
}

.coupon-wrap input[type="text"] {
    margin: 0;
    font-size: .75rem;
    width: 256px;
}

.coupon-wrap input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px;
    margin: 0;
    height: 32px;
    background: url('img/check-red.png') no-repeat center/16px transparent;
}

.coupon-wrap input[type="submit"]:hover {
    box-shadow: none;
}

.open-coupon {
    font-size: .875rem;
    color: #FF0033;
    line-height: 16px;
    margin-right: 10px;
}

.itog-wrap {
    float: right;
}

.discount-wrap {
    font-size: 1rem;
    font-weight: 600;
    color: #40062B;
    line-height: 16px;
    margin-right: 36px;
}

.total-wrap {
    font-size: 1.25rem;
    font-weight: 600;
    color: #FF0033;
    line-height: 20px;
}

.checkout {
    margin: 20px 0 0;
    padding: 0;
}

.checkout h2 {
    display: none;
}

.checkout .gray-box {
    padding: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 0 24px;
}

.checkout .gray-box .h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #40062B;
    line-height: 20px;
    margin: 0 0 12px;
}

.checkout .gray-box .h5 i {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    float: left;
}

i.truck {
    background: url('img/del-truck.png') no-repeat center/20px;
}

i.user {
    background: url('img/del-user.png') no-repeat center/20px;
}

i.postcard {
    background: url('img/del-postcard.png') no-repeat center/20px;
}

i.del-data {
    background: url('img/del-data.png') no-repeat center/20px;
}

i.del-time {
    background: url('img/del-time.png') no-repeat center/20px;
}

i.receiver {
    background: url('img/del-receiver.png') no-repeat center/20px;
}

i.pay-option {
    background: url('img/pay-option.png') no-repeat center/20px;
}

.checkout .contactinfo .table-cell {
    width: 50%;
}

.checkout .contactinfo .gray-box {
    height: 234px;
}

.checkout #checkout-contact-form {
    margin-right: 12px;
}

.checkout .delivery1 .city {
    float: right;
    position: relative;
}

.checkout .delivery1 .city a {
}

.checkout .delivery1 .city .cost {
    font-size: .875rem;
    color: #65B744;
    text-transform: uppercase;
    margin-left: 24px;
}

.checkout .city-popup {
    position: absolute;
    display: none;
    left: -50%;
    top: 110%;
    box-shadow: 0px 0px 10px 0px rgba(31, 43, 67, 0.24);
    width: 288px;
    border: 1px solid #E2E4F4;
    background: #fff;
    padding: 12px;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.checkout .city-popup .filter-wrapper.f-del {
    padding: 0;
    border: none;
}

#florrus .checkout .shop-regions {
    display: inline-block;
}

#florrus .checkout .shop-regions-button .shop-regions__link {
    display: block;
    width: 100%;
    font-size: .875rem;
    color: #FF0033;
    cursor: pointer;
    line-height: 16px;
    text-transform: uppercase;
    padding: 0 20px 0 0;
    background: url('img/red-pen.png') no-repeat 100% center/14px;
    margin: 0;
    border: none;
    border-radius: 100px;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#florrus .checkout .shop-regions-button .shop-regions__link:hover {
    border: none;
}

.checkout input {
    font-size: .75rem;
}

.checkout select {
    font-size: .75rem;
    -webkit-appearance: none;
    color: #40062B;
    line-height: 12px;
    background: url(img/darr.svg) no-repeat 94% center/10px #fff;
}

.checkout input[type="checkbox"] {
    line-height: 16px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    border-radius: 2px;
}

.checkout label {
    font-size: .75rem;
    color: #937889;
    line-height: 16px;
}

.checkout .otkrytka {
    margin-left: 12px;
}

.checkout .otkrytka label {
    display: block;
}

.checkout .otkrytka textarea {
    background: #FFFFFF;
    border: 1px solid #DDE0F6;
    height: 88px;
    max-height: 88px;
    width: 100%;
    max-width: 406px;
    padding: 10px 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    font-size: .75rem;
    color: #40062B;
    line-height: 16px;
}

.checkout em {
    font-size: .75rem;
    font-family: 'PT Serif', serif;
    font-style: italic;
    color: #FF0033;
    line-height: 16px;
    display: block;
}

.checkout .gray-box.reg-user {
    height: 100%;
}

.checkout .wa-form .wa-value.no-float {
    float: none;
    width: 100%;
}

.checkout .wa-form .wa-value input[type="checkbox"] {
    width: 14px;
    height: 14px;
    -webkit-appearance: normal;
}

.checkout .data,
.checkout .hour {
    width: 48%;
}

.checkout .data input {
    width: 240px;
    margin: 0;
}

.checkout .hour {
    padding-left: 24px;
}

.checkout .hour select {
    display: block;
    width: 240px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.checkout .hour label {
    margin: 0;
    display: block;
}

.checkout .hour label .price {
    font-size: .75rem;
    color: #FF0033;
    line-height: 16px;
}

.checkout .checkout-step-content {
    padding: 0;
    background: #fff;
}

.checkout .checkout-step-content.auth {
    display: none;
}

.checkout .checkout-options.shipping {
    display: none;
}

.checkout .checkout-step.step-payment {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.checkout .checkout-step.step-confirmation {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.checkout .checkout-step.step-payment .gray-box {
    margin-right: 12px;
}

.checkout .checkout-step.step-confirmation .gray-box {
    height: 184px;
    margin-left: 12px;
    border: 1px solid #E2E4F4;
    background: #fff;
}

.checkout .checkout-step.step-confirmation .float-right {
    padding-left: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.checkout .checkout-step.step-confirmation #checkout-btn {
    width: 100%;
    background: url('img/submit-arr.png') no-repeat 75% center/20px #65B744;
    margin: 0 0 24px;
    height: 48px;
    border-radius: 24px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1.14px;
}

.checkout table.table {
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    color: #40062B;
    margin: 16px 0;
}

.checkout table.table td {
    border: none;
    padding: 0;
    line-height: 24px;
    background: none;
}

.checkout table.table tr.large td {
    font-size: 1.25rem;
    color: #FF0033;
}

.checkout .wa-form {
    float: none;
}

.checkout .wa-form .wa-field {
    display: block;
    margin: 0 0 12px;
}

.checkout .wa-form .wa-field.wa-field-phone {
    margin: 0;
}

.checkout .wa-form .wa-field p {
    margin: 0;
}

.checkout .wa-form .wa-name {
    display: inline-block;
    vertical-align: middle;
    font-size: .75rem;
    color: #937889;
    line-height: 32px;
    width: inherit;
}

.checkout .wa-form .wa-value {
    display: inline-block;
    vertical-align: middle;
    width: 256px;
    float: right;
    position: relative;
}

.checkout .wa-form .wa-value input {
    margin: 0;
    width: 100%;
}

.checkout label.error {
    position: absolute;
    top: 7px;
    left: 18px;
    font-size: 10px;
    color: #ff0033;
    cursor: text;
}

.checkout .wa-form.shipping-form {
    max-width: 560px;
}

.checkout .wa-form.shipping-form .wa-value {
    width: 408px;
}

.checkout .wa-form.shipping-form .wa-field.wa-field-adress {
    height: 125px;
}

.checkout .wa-form.shipping-form input[type="text"],
.checkout .wa-form.shipping-form input[type="email"] {
    width: 408px;
}

.checkout .wa-form.shipping-form textarea {
    background: #FFFFFF;
    border: 1px solid #DDE0F6;
    height: 88px;
    max-height: 88px;
    width: 408px;
    max-width: 408px;
    padding: 10px 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    font-size: .75rem;
    color: #40062B;
    line-height: 16px;
}

.checkout .out-delivery {
    line-height: 32px;
}

.checkout .out-delivery input.del-distance {
    margin: 0 0 0 22px;
    width: 96px;
    text-align: center;
}

.checkout .out-delivery .del-cost {
    font-size: .75rem;
    color: #40062B;
}

.checkout .out-delivery .del-cost span {
    margin: 0 4px;
}

.checkout-options.payment li {
    list-style-type: none;
    display: block;
    margin: 0 0 16px;
}

.checkout-options.payment li:last-child {
    margin: 0;
}

.checkout-options.payment li h3 {
    margin: 0;
}

.checkout-options.payment li label .method-logo {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background: #FFFFFF;
}

.checkout-options.payment li label.active .method-logo {
    border: 1px solid #FF0033;
}

.checkout-options.payment li:first-child label .method-logo {
    background: url('img/visa-gray.png') no-repeat center/20px #fff;
}

.checkout-options.payment li:first-child label.active .method-logo {
    background: url('img/visa-red.png') no-repeat center/20px #fff;
}

.checkout-options.payment li:nth-child(2) label .method-logo {
    background: url('img/cash-gray.png') no-repeat center/20px #fff;
}

.checkout-options.payment li:nth-child(2) label.active .method-logo {
    background: url('img/cash-red.png') no-repeat center/20px #fff;
}

.checkout-options.payment li:nth-child(3) label .method-logo {
    background: url('img/sb-gray.png') no-repeat center/20px #fff;
}

.checkout-options.payment li:nth-child(3) label.active .method-logo {
    background: url('img/sb-red.png') no-repeat center/20px #fff;
}

.checkout-options.payment li input[type="radio"] {
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

.checkout-options.payment li .jq-radio {
    visibility: hidden;
}

.checkout-options.payment li label.active {
    color: #ff0033;
}

.checkout-options.payment li .info-coll {
    width: 80%;
    font-size: .875rem;
    color: #40062B;
    line-height: 16px;
}

.checkout-options.payment li .info-coll p {
    font-size: .75rem;
    font-weight: normal;
    font-family: 'PT Serif', serif;
    font-style: italic;
    max-height: 34px;
    overflow: hidden;
    color: #937889;
    line-height: 16px;
    margin: 0;
}

.success .back {
    display: block;
    text-align: center;
}

.order-status {
    padding: 2px 10px;
    color: #fff;
    border-radius: 12px;
    font-size: .75rem;
    text-transform: uppercase;
}

h1 .order-status {
    font-size: 0.75em;
    margin-left: 10px;
}

.order-details {
    padding: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 10px;
    background: #F1F6F2;
    border: 1px solid #CED1E9;
}

.order-details p {
    font-size: .875rem;
    color: #40062B;
}

.order-details h3 {
    font-size: .875rem;
    color: #40062B;
}

.user-nav {
    display: block;
    padding: 0;
    margin: 12px 0 24px;
    position: relative;
    z-index: 99;
}

.user-nav li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 0 16px 0 0;
}

.user-nav li a {
    font-size: 14px;
    color: #40062B;
}

.user-nav li.selected a {
    color: #ff0033;
    font-weight: 600;
}

.order-page .pin input {
    width: 256px;
    display: block;
    margin: 0 auto 16px;
}

.order-page .pin-p {
    white-space: normal;
    text-align: center;
}

.order-page .pin {
    text-align: center;
}

.cities-block {
    background: #ebebeb;
    padding: 20px 0;
    margin: -24px 0 20px;
}

.cities h2 {
    width: 100%;
    text-align: center;
}

.cities {
    height: 288px;
    overflow: hidden;
}

.cities.m-open {
    height: 100%;
}

.cities ul li {
    width: 185px;
    float: left;
    margin: 5px 0;
    font-size: 14px;
    line-height: 18px;
}

.show-cities {
    display: inline-block;
    text-align: left;
    border-bottom: 1px dashed #937889;
    color: #937889;
    cursor: pointer;
    font-style: italic;
    margin-top: 10px;
}

.show-cities:hover {
    color: #000;
    border-bottom-color: transparent;
}

.country-cols {
    list-style: outside none none;
    margin: 0 0 0 -2%;
    padding: 0;
}

.country-cols li {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 60px 2%;
    vertical-align: top;
    width: 17.5%;
}

.country-cols strong {
    color: #b0261f;
    display: block;
    font: 28px/30px antiquasiregular, "Trebuchet MS", Tahoma, sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.country-cols div span {
    display: inline;
    line-height: normal;
    padding-bottom: 0;
}

.country-cols div span span {
    display: block;
    line-height: 20px;
    padding-bottom: 6px;
}

.country-cols div span a {
    color: #000;
}

.country-cols div span a:hover {
    color: #b0261f;
    transition: 0.2s;
}

.country-cols .pseudo {
    display: inline-block;
    outline: medium none;
    padding-top: 5px;
}

.pseudo {
    color: #888;
    text-decoration: none;
}

.pseudo span, .tab-list a span, .filter-nav a span, .f-contextual a span {
    border-bottom: 1px dashed #888;
}

@media screen and (max-width: 1024px) {
    .sidebar {
        display: block;
        position: fixed;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 288px;
        height: 100%;
        top: 0;
        left: -320px;
        padding: 0;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s;
        background: #F1F6F2;
        border: 1px solid #CED1E9;
        box-shadow: 2px 0px 6px 0px rgba(31, 43, 67, 0.50);
    }

    .sidebar.active {
        left: 0;
        visibility: visible;
        height: 100%;
        opacity: 1;
        transition: 0.5s;
        z-index: 100;
        background: #F1F6F2;
        border: 1px solid #CED1E9;
        box-shadow: 2px 0px 6px 0px rgba(31, 43, 67, 0.50);
    }

    .sidebar.active .sidebar-inner {
        height: 100%;
        display: block;
        position: relative;
        overflow: auto;
    }

    .sidebar.active:before {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 288px;
        background: rgba(0, 0, 0, 0.54);
        z-index: 1;
    }

    .sidebar.active .sidebar-box.filters {
        border: none;
    }

    .mobile-filter-title {
        display: block;
        font-size: .875rem;
        padding: 16px 0 16px 40px;
        border-bottom: 1px solid #CED1E9;
        background: url('img/filter-red.png') no-repeat 16px center/16px transparent;
        text-transform: uppercase;
        font-weight: 600;
        color: #FF0033;
        line-height: 20px;
    }

    .close-filter {
        display: block;
        position: absolute;
        right: 12px;
        top: 12px;
        z-index: 9;
        width: 32px;
        height: 32px;
        line-height: 32px;
        cursor: pointer;
    }

    .close-filter:before {
        content: "";
        position: absolute;
        display: block;
        width: 16px;
        height: 2px;
        background: #FF0033;
        border-radius: 2px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotateZ(45deg);
        transition: 0.5s;
    }

    .close-filter:after {
        content: "";
        position: absolute;
        display: block;
        width: 16px;
        height: 2px;
        background: #FF0033;
        border-radius: 2px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transition: 0.5s;
        transform: rotateZ(-45deg);
    }

    .content.with-sidebar.left-sidebar {
        margin: 0;
    }

    .filter-wrapper.f-del {
        display: block;
        margin: 0 auto 24px;
        text-align: center;
        border: none;
        padding: 0;
    }

    .filter-wrapper.f-del input {
        max-width: 256px;
    }

    .filter-wrapper.color-pick label.active span {
        display: block;
        position: absolute;
        z-index: 9;
        top: 0;
        bottom: 0;
        margin: auto;
        right: inherit;
        left: 36px;
        padding: 5px;
        height: 20px;
        line-height: 10px;
        color: #fff;
        font-size: .625rem;
        background: rgba(64, 6, 43, 0.63);
        border-radius: 2px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .filter-wrapper.color-pick label.active span:before {
        content: "";
        position: absolute;
        top: 8px;
        right: inherit;
        left: -4px;
        opacity: 0.63;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3.5px 4px 3.5px 0;
        border-color: transparent #40062c transparent transparent;
    }

    ul.sorting {
        max-width: 640px;
        margin: 0 auto 24px;
    }

    ul.thumbs {
        text-align: center;
    }

    ul.thumbs li {
        width: 31%;
    }

    .promos {
        margin: 0 auto 24px;
    }

    .how-to {
        margin: 0;
    }

    .best-offers {
        margin: 24px 0 0;
    }

    .sidebar-box.reviews {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        height: 340px;
        margin: 0 20px 24px 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .sidebar-box.reviews ul.reviews-branch {
        height: 164px;
        overflow-y: scroll;
    }

    .sidebar-box.reviews a.more {
        margin: 0 auto;
        padding: 12px 0 0;
        border-top: 1px solid #CED1E9;
    }

    .sidebar-box.receiver-photo {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 0 0 24px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .sidebar-box.receiver-photo.receiver-slider{
        width: 92%;
        display: block;
        margin: 24px auto;
    }

    .subscribe .mailer-subscribe input {
        width: 31%;
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
    }

    .subscribe .mailer-subscribe button {
        width: 31%;
        margin-right: 0;
        display: inline-block;
    }

    .user-nav {
        text-align: center;
    }

    .reviews.rev-in-prod .bx-wrapper .bx-viewport {
        margin: 0 auto;
        max-width: 580px;
    }

    .reviews.rev-in-prod .bx-wrapper .bx-prev {
        left: 0;
    }

    .reviews.rev-in-prod .bx-wrapper .bx-next {
        right: 0;
    }

    .prod-wrap .left-coll {
        width: 47%;
    }

    .prod-wrap .right-coll {
        width: 53%;
    }

    .services .coll {
        display: block;
        width: 100%;
    }

    .item-delivery .coll {
        display: block;
        width: 100%;
    }

    .item-delivery .h5 {
        display: inline-block;
        vertical-align: top;
    }

    .item-delivery .green {
        float: right;
    }

    .item-delivery .f-del {
        margin: 8px 0 0;
    }

    .item-delivery .f-del em {
        text-align: left;
    }

    .item-delivery input.del-input {
        width: 100%;
    }

    #florrus .item-delivery .shop-regions-button .shop-regions__link {
        width: 100%;
        max-width: 100%;
    }

    .add2cart .coll {
        width: 48%;
    }

    .add2cart input[type="submit"] {
        margin-right: 16px;
    }

    .preim-text {
        max-width: 74%;
    }

    .related {
        margin: 0;
    }

    .related ul.thumbs {
        max-height: 722px;
        overflow: hidden;
    }

    .related ul.thumbs li {
        width: 31%;
    }

    .related ul.thumbs li:nth-child(3n) {
        margin: 0 0 24px -4px;
    }

    .related ul.thumbs li:nth-child(4n) {
        margin-right: 24px;
    }

    .search-page ul.thumbs li {
        width: 31%;
    }

    .search-page ul.thumbs li:nth-child(3n) {
        margin: 0 0 24px -4px;
    }

    .search-page ul.thumbs li:nth-child(4n) {
        margin-right: 24px;
    }

    .search-page ul.thumbs li:nth-child(12n) {
        margin-right: 0;
    }

    .onestep-cart .h2 {
        text-align: center;
    }

    .onestep-cart .item-thumb {
        margin-right: 12px;
    }

    .onestep-cart .item-name span {
        display: block;
    }

    .item-qty {
        margin-right: 24px;
    }

    .itog-wrap > .coll {
        display: block;
        margin: 0;
    }

    .checkout .gray-box {
        padding: 24px 16px;
    }

    .checkout .wa-form .wa-value {
        width: 220px;
    }

    .checkout .hour {
        padding-left: 20px;
    }

    .checkout-options.payment li .info-coll {
        width: 76%;
    }

    .checkout .checkout-step.step-confirmation #checkout-btn {
        background: url(img/submit-arr.png) no-repeat 80% center/20px #65B744;
    }

    @media screen and (max-width: 480px) {
        .country-cols li {
            width: 45%;
        }
    }
    @media screen and (max-width: 760px) {
        .cities ul li {
            width: 50%;
        }

        #florrus .shop-regions-window__wrapper,
        #florrus .shop-regions-ip-analyzer__wrapper {
            padding: 24px 16px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        #florrus .shop-regions-window-search__button,
        #florrus .shop-regions-ip-analyzer__button {
            padding: 0 20px;
        }

        .promos h2 {
            line-height: 1.5rem;
            margin: 0 auto;
        }

        .promos ul li a .h5 {
            max-width: 100%;
            margin: 23px auto 4px;
        }

        .promos ul li a p {
            max-width: 120px;
        }

        .promos ul li:nth-child(2) a p {
            max-width: 120px;
        }

        .promos .bx-wrapper {
            margin: 0 auto 24px;
        }

        .promos .bx-wrapper .bx-viewport {
            height: 200px !important;
        }

        .promos .bx-wrapper .bx-controls-direction a {
            width: 100%;
            height: 100%;
            margin: 0;
            top: 0;
            z-index: 8;
        }

        .promos .bx-wrapper .bx-prev {
            display: none;
        }

        .promos .bx-wrapper .bx-next {
            background: transparent;
        }

        .promos .bx-wrapper .bx-pager {
            bottom: -35px;
        }

        .promos .bx-wrapper .bx-pager.bx-default-pager a {
            width: 6px;
            height: 6px;
            background: #937889;
            transition: 0.5s;
        }

        .promos .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: #40062B;
            transition: 0.5s;
        }

        ul.thumbs {
            margin: 0;
            padding: 0;
        }

        ul.thumbs li {
            display: block;
            width: 100%;
            margin: -1px 0 0;
            padding: 12px 12px 4px;
            border-radius: 0;
        }

        ul.thumbs li:first-child {
            border-radius: 10px 10px 0 0;
        }

        ul.thumbs li:last-child {
            border-radius: 0 0 10px 10px;
        }

        ul.thumbs .corner {
            left: 0;
            right: inherit;
        }

        ul.thumbs li .image {
            float: left;
            width: 96px;
            height: 96px;
            margin-right: 16px;
        }

        ul.thumbs li a {
            display: block;
        }

        ul.thumbs li .h5 {
            display: inline-block;
            vertical-align: top;
            margin: 0 0 6px;
            max-width: 150px;
            line-height: 16px;
            height: 34px;
        }

        ul.thumbs .purchase .pricing {
            margin: 0;
        }

        ul.thumbs .purchase .price {
            font-size: 1rem;
        }

        ul.thumbs .submit {
            height: 30px;
            line-height: 30px;
            max-width: 150px;
            margin: 0 0 8px 110px;
        }

        a.lazyloading-load-more {
            margin: 16px auto;
        }

        .reviews.rev-in-prod .bx-wrapper .bx-viewport {
            margin: 0 auto;
            max-width: 280px;
        }

        .reviews.rev-in-prod .bx-wrapper .bx-prev {
            margin-top: -48px;
            left: -6px;
        }

        .reviews.rev-in-prod .bx-wrapper .bx-next {
            margin-top: -48px;
            right: -6px;
        }

        .how-to {
            margin: 24px 0 0;
        }

        .how-to ul li {
            margin: 0 auto;
        }

        .how-to .bx-wrapper {
            margin: 0 auto 24px;
        }

        .how-to .bx-wrapper .bx-viewport {
            height: 200px !important;
        }

        .how-to .bx-wrapper .bx-controls-direction a {
            width: 100%;
            height: 100%;
            margin: 0;
            top: 0;
        }

        .how-to .bx-wrapper .bx-prev {
            display: none;
        }

        .how-to .bx-wrapper .bx-next {
            background: transparent;
        }

        .how-to .bx-wrapper .bx-pager {
            bottom: -18px;
        }

        .how-to .bx-wrapper .bx-pager.bx-default-pager a {
            width: 6px;
            height: 6px;
            background: #937889;
            transition: 0.5s;
        }

        .how-to .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: #40062B;
            transition: 0.5s;
        }

        .sidebar-box.reviews {
            display: block;
            margin: 24px 0 0;
            width: 100%;
            height: 100%;
        }

        .reviews ul.reviews-branch {
            height: 100%;
            overflow-y: visible;
        }

        .reviews a.more {
            margin: 0 auto;
        }

        .reviews #review-add-form {
            margin: 0 auto 24px;
            max-width: 288px;
        }

        .reviews .write-review a {
            margin: 0 auto;
        }

        .reviews .review-submit input[type="submit"] {
            margin: 16px auto;
        }

        .reviews .review-submit {
            margin: 0 auto;
        }

        .sidebar-box.reviews ul.reviews-branch {
            height: 100%;
            overflow-y: visible;
        }

        .sidebar-box.reviews a.more {
            padding: 0;
            border: none;
        }

        .sidebar-box.receiver-photo {
            display: block;
            margin: 24px 0;
            width: 100%;
        }

        .subscribe .mailer-subscribe input {
            display: block;
            margin: 0 auto 12px;
            width: 100%;
            max-width: 260px;
        }

        .subscribe .mailer-subscribe button {
            display: block;
            margin: 0 auto;
            width: 100%;
            max-width: 260px;
        }

        .subcat-mobile {
            display: block;
            font-size: .75rem;
            line-height: 16px;
            margin: 0 auto 12px;
            font-weight: 600;
            color: #40062B;
            text-align: center;
        }

        .sub-links {
            background: url('img/darr.svg') no-repeat 92% 13px/10px #fff;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            border: 1px solid #DDE0F6;
            transition: 0.5s;
            border-radius: 16px;
            height: 100%;
            max-height: 32px;
            line-height: 32px;
            width: 256px;
            padding: 0 36px 0 16px;
        }

        .sub-links.active {
            height: 100%;
            max-height: 1000px;
            border-radius: 10px;
            transition: 0.5s;
            box-shadow: 0px 0px 10px 0px rgba(31, 43, 67, 0.24);
        }

        .sub-links.active li {
            display: block;
        }

        .sub-links li {
            display: none;
            width: 100%;
            margin: 0;
            line-height: 30px;
        }

        .sub-links li:first-child {
            display: block;
        }

        .sub-links li a {
            text-transform: none;
        }

        .lazyloading-load-more {
            margin: 16px auto;
        }

        ul.sorting {
            height: 60px;
            margin: 0 auto 16px;
        }

        ul.sorting li.first-sort {
            display: block;
            margin: 0 auto 12px;
            text-align: center;
        }

        ul.sorting .sort-wraper {
            width: 256px;
            left: 0;
            right: 0;
            margin: auto;
        }

        .prod-wrap {
            padding: 0;
        }

        .prod-wrap .left-coll {
            display: block;
            width: 100%;
            margin: 0;
        }

        .prod-wrap .right-coll {
            display: block;
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .prod-wrap .left-coll .row {
            border-radius: 0;
            border-left: 0;
            border-right: 0;
        }

        .image#product-core-image {
            display: none !important;
        }

        .more-images {
            height: 320px;
            margin: 0;
        }

        .more-images .image {
            width: 100%;
            height: 100%;
            background: transparent;
            margin: 0;
        }

        .more-images .image.selected {
            background: transparent;
        }

        .more-images .image img {
            display: block;
            max-height: 320px;
            margin: 0 auto;
        }

        .product-gallery .bx-wrapper .bx-pager.bx-default-pager a {
            width: 6px;
            height: 6px;
            background: #937889;
            transition: 0.5s;
        }

        .product-gallery .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: #40062B;
            transition: 0.5s;
        }

        .item-char,
        .item-description {
            border-radius: 0;
            border-bottom: 1px solid #E2E4F4;
            border-top: 1px solid #E2E4F4;
            background: #fff;
            margin: 0 0 24px;
        }

        .prod-wrap .h2 {
            padding: 0 16px;
        }

        ul.skus {
            padding: 0 16px;
        }

        ul.skus li label span {
            display: inline-block;
            max-width: 75%;
        }

        .prod-wrap .h2 span {
            display: block;
            margin: 0 0 12px;
            max-width: 100%;
        }

        .prod-wrap .h2 .corner {
            float: none;
        }

        .prod-wrap .h2 .corner span {
            margin: 0;
        }

        ul.skus li label span.price {
            display: block;
        }

        ul.skus li label .sku-price-wrap .compare-at-price {
            display: block;
        }

        .add2cart {
            padding: 0 16px;
        }

        .add2cart .coll {
            display: block;
            width: 100%;
            max-width: 100%;
            margin: 0;
        }

        .add2cart input[type="submit"] {
            margin: 0 0 16px;
        }

        .services,
        .item-delivery,
        .preim {
            border-radius: 0;
            border-left: 0;
            border-right: 0;
        }

        .related {
            margin: 0 0 16px;
        }

        .related ul.thumbs {
            max-height: 100%;
            overflow: visible;
            padding: 0 16px;
        }

        .related ul.thumbs li {
            width: 100%;
        }

        .related ul.thumbs li:nth-child(3n) {
            margin: -1px 0 0;
        }

        .related ul.thumbs li:nth-child(4n) {
            margin-right: 0;
        }

        .search-page ul.thumbs li {
            width: 100%;
        }

        .search-page ul.thumbs li:nth-child(3n) {
            margin: -1px 0 0;
        }

        .search-page ul.thumbs li:nth-child(4n) {
            margin-right: 0;
        }

        .order-page .pin input {
            margin: 0 auto 16px;
        }

        .order-page {
            width: 100%;
            overflow-x: scroll;
            white-space: nowrap;
            box-sizing: border-box;
            display: block;
        }

        .welcome {
            margin: 0 16px 30px;
        }

        .onestep-cart .item-wrap {
            padding: 16px 0 0;
            margin: -1px 0 0;
            border-radius: 0;
            border-left: 0;
            border-right: 0;
        }

        .onestep-cart .item-thumb {
            position: absolute;
            left: 16px;
            width: 64px;
            height: 64px;
        }

        .onestep-cart .item-thumb img {
            max-width: 64px;
        }

        .onestep-cart .item-name {
            width: 100%;
            padding: 0 24px 0 16px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .onestep-cart .item-name span {
        }

        .item-qty {
            margin-left: 96px;
            margin-bottom: 12px;
            height: 64px;
            line-height: 64px;
        }

        .wrap-qty {
            line-height: 64px;
        }

        .qty-minus,
        .qty-plus {
            top: 1px;
            bottom: 0;
            margin: auto;
        }

        .item-total {
            height: 64px;
            line-height: 64px;
            margin-bottom: 12px;
        }

        .delete-wrap {
            bottom: initial;
            top: 16px;
        }

        .onestep-cart .services {
            margin: 0;
            background: #F1F6F2;
            padding: 12px 16px;
        }

        .onestep-cart .services select {
            width: 100%;
            display: block;
        }

        .onestep-cart .total-wrapper {
            margin: -1px 0 0;
            border-radius: 0;
            border-left: 0;
            border-right: 0;
        }

        .onestep-cart .total-wrapper {
            padding: 16px;
            text-align: center;
        }

        .open-coupon {
            display: block;
            margin: 0 auto 12px;
        }

        .coupon-wrap input[type="submit"] {
            top: inherit;
            bottom: 0;
        }

        .itog-wrap {
            display: block;
            float: none;
        }

        .itog-wrap .discount-wrap {
            margin: 16px 0 8px;
        }

        .checkout .contactinfo .table-cell {
            display: block;
            width: 100%;
        }

        .checkout #checkout-contact-form {
            margin: 0;
        }

        .checkout .gray-box {
            border-radius: 0;
            border-left: 0;
            border-right: 0;
            padding: 16px;
        }

        .checkout .delivery1 .city .cost {
            margin-left: 10px;
        }

        #florrus .checkout .shop-regions-button .shop-regions__link {
            padding: 0 16px 0 4px;
        }

        .checkout .gray-box .delivery1 {
            margin: 0 0 12px;
            position: relative;
        }

        .checkout .delivery1 .city {
            position: initial;
        }

        .checkout .city-popup {
            left: 0;
        }

        .checkout .city-popup .filter-wrapper.f-del .h5 {
            margin: 0 0 14px;
        }

        .checkout .gray-box .delivery1 .h5 {
            margin: 5px 0 0;
        }

        .checkout .contactinfo .gray-box {
            height: 100%;
        }

        .checkout .wa-form .wa-value {
            display: block;
            float: none;
            width: 100%;
        }

        .checkout .wa-form .wa-name {
            line-height: 20px;
            width: 100%;
        }

        .checkout .otkrytka {
            margin: -1px 0 0;
        }

        .checkout .data,
        .checkout .hour {
            display: block;
            width: 100%;
            padding: 0;
        }

        .checkout .data input {
            margin: 0 0 16px;
            width: 100%;
        }

        .checkout .hour select {
            min-width: 100%;
        }

        .checkout .wa-form.shipping-form .wa-field.wa-field-adress {
            height: 100%;
        }

        .checkout .wa-form.shipping-form .wa-value {
            width: 100%;
        }

        .checkout .wa-form.shipping-form input[type="text"],
        .checkout .wa-form.shipping-form input[type="email"] {
            width: 100%;
        }

        .checkout .wa-form.shipping-form textarea {
            width: 100%;
        }

        .checkout .out-delivery label {
            display: block;
        }

        .checkout .out-delivery input.del-distance {
            margin: 0;
        }

        .checkout .checkout-step.step-payment {
            display: block;
            width: 100%;
        }

        .checkout .checkout-step.step-payment .gray-box {
            margin: 0;
            height: 100%;
        }

        .checkout .checkout-step.step-confirmation {
            display: block;
            width: 100%;
            margin: 16px 0;
        }

        .checkout .checkout-step.step-confirmation .gray-box {
            margin: 0;
            height: 100%;
            border-left: 0;
            border-right: 0;
        }

        .checkout table.table td.align-right {
            text-align: center;
        }

        .checkout .checkout-step.step-confirmation .float-right {
            padding: 0;
        }

        .checkout .checkout-step.step-confirmation #checkout-btn {
            width: 288px;
            background: url(img/submit-arr.png) no-repeat 87% center/20px #65B744;
            margin: 16px auto;
        }
    }
    @media screen and (min-width: 480px) and (max-width: 760px) {
        .country-cols li {
            width: 30%;
        }

        .promos ul li {
            width: 50% !important;
            margin: 0 0 16px;
        }

        .promos ul li a p {
            max-width: 130px;
        }

        .how-to ul li {
            width: 30% !important;
        }

        ul.thumbs {
            margin: 0 0 0 -4px;
            padding: 0 0 0 4px;
            text-align: center;
        }

        ul.thumbs li {
            display: inline-block;
            vertical-align: top;
            width: 45%;
            margin: 0 8px 16px;
            padding: 12px 12px 4px;
            border-radius: 10px;
        }

        ul.thumbs .submit {
            height: 30px;
            line-height: 30px;
            max-width: 160px;
            margin: 0 auto 16px;
        }

        .related ul.thumbs {
            margin: 0 0 0 -4px;
            padding: 0 0 0 4px;
            text-align: center;
        }

        .related ul.thumbs li {
            display: inline-block;
            vertical-align: top;
            width: 45%;
            margin: 0 8px 16px;
            padding: 12px 12px 4px;
            border-radius: 10px;
        }

        .related ul.thumbs li:nth-child(3n) {
        }

        .related ul.thumbs li:nth-child(4n) {
        }

        .search-page ul.thumbs {
            margin: 0 0 0 -4px;
            padding: 0 0 0 4px;
            text-align: center;
        }

        .search-page ul.thumbs li {
            display: inline-block;
            vertical-align: top;
            width: 45%;
            margin: 0 8px 16px;
            padding: 12px 12px 4px;
            border-radius: 10px;
        }

        .search-page ul.thumbs li:nth-child(3n) {
        }

        .search-page ul.thumbs li:nth-child(4n) {
        }

        ul.thumbs li:first-child {
            border-radius: 10px;
        }

        ul.thumbs li:last-child {
            border-radius: 10px;
        }

        ul.thumbs .corner {
            right: 0;
            left: inherit;
        }

        ul.thumbs li .image {
            float: none;
            margin: 0 auto;
        }

        ul.thumbs input[type="submit"] {
            max-width: 100%;
        }

        .checkout .wa-form .wa-name {
            width: 200px;
            line-height: 32px;
        }

        .checkout .wa-form .wa-value {
            width: 220px;
            float: right;
            display: inline-block;
        }
    }
}

@media screen and (min-width: 1300px) {
}