input.error,
textarea.error {
    border: 1px red solid !important;
}

.jq-selectbox__select {
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 27px !important;
}

.clear-both:after{
    clear: both;
    display: table;
    width: 100%;
    content: "";
}

.main-data-container .header .header-menu li:last-child {
    margin-right: 0;
}

.main-data-container .header .header-menu li a {
    padding: 13px 14px;
}

.main-data-container .header .header-menu li {
    width: initial !important;
    margin-right: 20px;
    /*float: none;*/
    display: inline-block;
}

.main-data-container .header .header-menu {
    width: 100% !important;
    margin: 20px 0 0 0 !important;
    border: 1px #D9D9D9 solid;
    float: none;
}

.basket_reload {
    float: right;
}

.basket_reload .header-basket {
    position: relative;
    /*top: initial;*/
    margin: 40px 60px 0 0 !important;
}

#menu_search_link {
    float: right !important;
}

.header-logo {
    margin: 12px 72px 0 32px !important;
}

.flex-wr .menu-l ul li a:hover {
    text-decoration: underline;
}

.flex-wr .menu-l ul li a {
    color: black;
    font-size: 16px;
    text-decoration: none;
}

.flex-wr .menu-l ul li a.subitems::before {
    content: '+ ';
    color: #e66d01;
    font-weight: 600;
}

.flex-wr .menu-l ul li {
    padding: 2px 10px 2px 20px;
}

.flex-wr .menu-l .active > .caption {
    border-bottom: 1px solid #cccccc;
}

.flex-wr .menu-l .active > ul {
    display: block;
}

.flex-wr .menu-l ul {
    padding: 3px 0;
    display: none;
    list-style: none;
}

.flex-wr .menu-l {
    width: 200px;
    margin-right: 20px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.flex-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.box-wrapper-filter .filter-block .caption {
    padding: 5px 10px;
}
.box-wrapper-filter .filter-block .filter-block .caption {
    padding: 0;
}

.box-wrapper-filter .filter-block.drop-p .caption {
    cursor: pointer;
}

.box-wrapper-filter .filter-block a {
    color: black;
    text-decoration: none;

}

.box-wrapper-filter .filter-block {
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}
.box-wrapper-filter .filter-block .filter-block {
    border: none;
    margin-bottom: 0;
}

.main-wrapper {
    max-width: 1180px !important;
}

.menu-mobile-btn span:last-child {
    margin-bottom: 0;
}

.menu-mobile-btn span {
    width: 100%;
    height: 2px;
    margin-bottom: 7px;
    display: block;
    background-color: black;
}

.menu-mobile-btn {
    width: 25px;
    position: absolute;
    right: 0px;
    top: 0;
    padding: 23px 10px;
    display: none;
}

.close-menu-mobile {
    width: 30px;
    height: 30px;
    display: none;
    position: fixed;
    top: 15px;
    right: 50px;
    z-index: 10001;
}

.main-data-container .header .header-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


@media (max-width: 1200px) {
    .main-data-container .header .header-menu li:last-child {
        margin-right: 29px;
    }

    .basket_reload .header-basket {
        margin: 30px 0 0 0 !important;
    }

    .goods-list {
        padding: 20px 5px 0;
    }


    .basket_reload {
        margin-right: 100px;
    }

}

@media (max-width: 992px) {
    .header-menu li {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .item-details > img {
        width: 350px;
    }

    .four-texts-new-item {
        padding-left: 70px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .four-texts-new-item .h2_style, .four-texts-new-item p {
        margin-left: 0 !important;
    }

    .four-texts-new-item * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .item-details {
        min-height: 200px !important;
    }

    .item-details-right {
        float: right !important;
        width: 50% !important;
        margin-top: 40px;
        margin-right: 0 !important;
        margin-left: 15px;
    }

    .main-data-container .header .header-menu li {
        margin-right: 0;
    }

    .main-data-container .header .header-menu li a {
        padding: 13px 4px;
    }
}

@media (max-width: 768px) {

    .close-menu-mobile {
        right: 20px;
    }

    .top-banners {
        padding-top: 45px;
    }

    .goods-list .flex-wr {
        display: block;
    }

    .flex-wr .menu-l {
        overflow-y: scroll;
        width: 100%;
        padding: 30px;
        margin-right: 0;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1000;
        display: none;
        background: white;
    }

    .menu-l, .menu-l * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .box-wrapper-filter .filter-block .caption {
        padding: 7px 10px 5px;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }


    .flex-wr .menu-l ul li a {
        font-size: 17px;
    }

    .flex-wr .menu-l ul li {
        padding: 2px 10px 2px 10px;
    }

    .flex-wr .menu-l ul li {
        text-align: center;
    }

    .flex-wr .menu-l .active .caption {
        border-bottom: 0;
    }

    .box-wrapper-filter .filter-block {
        border: 0;
        margin-bottom: 0;
    }

    .menu-mobile-btn {
        display: block;
    }

    .close-menu-mobile span:nth-child(1) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .close-menu-mobile span {
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        background-color: black;
    }

    .close-menu-mobile span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .main-data-container .header .header-menu {
        /*position: fixed;*/
        /*top: 0;*/
        /*left: 0;*/
        /*display: none;*/
        /*right: 0;*/
        /*bottom: 0;*/
        /*position: relative;*/
        margin-top: 60px !important;
        border: 0 !important;
        background-color: white;
        padding: 0 10px;
    }

    .main-data-container .header .header-menu li a {
        padding: 7px 10px;
        width: initial !important;
        display: inline-block;
        border: 1px solid #cccccc !important;
    }

    #menu_search_link {
        float: none;
        margin-right: 0;
    }

    .header {
        height: initial !important;
    }

    .main-data-container .header .header-menu li {
        /*margin-right: 7px;*/
        /*margin-bottom: 7px;*/
        /*display: inline-block !important;*/
        text-align: center;
    }

    .basket_reload {
        /* position: absolute;
        top: 45px;
        right: 120px; */
        position: static;
        margin-right: 0;
    }

    .basket_reload .header-basket {
        margin: 0 !important;
    }

    .header-phone {
        top: 70px !important;
    }

    .similar-goods-wrapper {
        width: 100% !important;
    }

    .item-details-group-2 {
        width: 100% !important;
    }

    .four-texts-new-item :last-child {
        margin-bottom: 0 !important;
    }

    .four-texts-new-item {
        height: inherit !important;
        float: none !important;
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    .item-details-right {
        width: 100% !important;
        padding: 0 15px !important;
        margin-left: 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .item-details > img {
        display: block;
        margin: 0 auto 30px;
    }

    .main-data-container .header .header-menu {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

}

@media (max-width: 480px) {
    .more-goods-button {
        width: 300px !important;
    }

    .header-logo {
        margin: 10px 0 0 10px !important;
    }

    .header-phone span {
        margin-top: 5px !important;
    }

    .item-details > img {
        width: 240px !important;
        margin-bottom: 0 !important;
    }

    .main-data-container .header .header-menu li a {
        padding: 4px 9px;
        width: initial !important;
        font-size: 13px;
        display: inline-block;
        border: 1px solid #cccccc !important;
    }

    .buy-1klik-descr {
        width: 150px !important;
        font-size: 0.8em;
    }

    .buy-1klik-tab {
        width: 115px !important;
        height: 30px !important;
    }

    .four-texts-new-item p {
        font-size: 1em;
    }

    .pay-sys-and-partners .h2_style, .four-texts-new-item .h2_style, .similar-goods .h2_style, .reviews .h2_style {
        font-size: 1.7em;
    }
}

.flex-wr.ppcenter-margin {
    margin-top: 25px;
}

.footer-logo {
    float: left;
    width: 220px;
    height: 77px;
    background-image: url(img/header-logo-lg-1.png);
    margin: 32px 6% 0 0 !important;
    background-size: 100% auto;
}

.linking-wrapper {
    float: left;
    width: 100%;
    padding: 30px 10px 0 10px;
    box-sizing: border-box;
}

.linking-wrapper .linking {
    display: flex;
}

.linking-wrapper .linking .item {
    width: 25%;
    font-size: 20px;
}


.grandflora-contacts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.grandflora-contacts .phone {
    margin-right: 70px;
}

.menu-l .recall-wrapper {
    display: none;
}


.footer .recall.mobile{
    display: none;
}
.item-details .mobile{
    display: none;
}
.menu-l .mobile {
    display: none;
}

.goods-list-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.goods-item-redesign{
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    width: 33%;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.goods-item-redesign img{
    max-width: 100%;
    height: auto;
}
.goods-item-redesign .goods-info-preview{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

.goods-item-redesign .goods-info-preview .col-1 .goods-price{
    display: flex;
    align-items: center;
}
.goods-item-redesign .goods-info-row{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
}
@media screen and (max-width: 768px) {

    .grandflora-contacts .phone {
        margin-right: unset;
    }
    .linking-wrapper .linking {
       flex-direction: column;
    }
    .grandflora-contacts {
        flex-direction: column;
        margin-top: 10px;
    }

    .redesign-header .grandflora-contacts .phone a {
        font-size: 11px;
        line-height: 13px;
    }

    .redesign-header .grandflora-contacts .email a {
        font-size: 11px;
        line-height: 13px;
    }

    .redesign-header .recall {
        display: none;
    }

    .menu-l .recall-wrapper {
        display: block;
    }

    .menu-l .mobile {
        display: block;
    }
    .menu-l .add-menu ul {
        display: block;
    }

    .basket img {
        width: 25px;
    }

    .header-basket-redesign .text {
        display: none;
    }

    .goods-list-wrapper .goods-item-redesign {
        width: 50%;
    }

    .main-wrapper .product-all {
        width: 100%;
    }

    .footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer .footer-address{

        width: 100%;
        text-align: center;
        margin: 0;
    }

    .footer .recall.mobile{
       display: block;
        margin-top: 15px;
    }
    .footer .recall.desktop{
       display: none;
    }

    .footer-menu.first {
        display: block;
        order: 1;
        text-align: center;
        margin: 0;
    }
    #basket_form .cart-index-content-delivery-price2{
        float: unset;
        margin: 0;
    }
    .filter-row .active{
        height: 23px;
    }
    #basket_form .cart-index-content-pay button{
        margin: 0;
    }
    .item-details .mobile{
        display: block;
        padding: 0 15px;
    }
    .item-details .desktop{
        display: none;
    }
    .item-details .item-details-big-pic.with-img span{
        line-height: unset;
    }
    .item-details .item-details-big-pic.with-img{
        margin-top: 20px;
    }
    .cat-info a.cat-info-link-popup{
        margin-top: 0!important;
    }
}