.fll {
    float: left;
}

.flr {
    float: right;
}

.clr {
    clear: both;
}

.big-cart .left-part, .big-cart .right-part {
    width: 49%;
}

.pink-title {
    /*background: #f2dbee;*/
    font-size: 22px;
    text-align: center;
    min-height: 35px;
    padding-top: 4px;
    margin-bottom: 15px;
}

.up-order h4 {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 2px solid #e6b9de;
    text-align: left;
    padding-bottom: 7px;
    margin-bottom: 20px;

}

.block50 {
    width: 48%;
}

.new-form input, .new-form textarea {
    background: #fff;
    resize: none;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
    border: 2px solid #f2dbee;
    width: 100%;
    height: 42px;
    padding: 0 20px;
}
.new-form input.error, .new-form textarea.error{
    border: 2px solid #ff0000;
}

.new-form .item {
    margin-bottom: 10px;
}

.jqselect {
    width: 100%;
}

.sel-item .jqselect{
    width: calc(100% - 80px);
    float: left;
}

.sel-item + .sel-item{
    margin-top: 15px;
}


.jq-selectbox__select {
    padding: 0 45px 0 20px;
    height: 42px;
    background: #fff !important;
    border: 2px solid #f2dbee;
    box-shadow: none;
    border-radius: 0;
}

.jq-selectbox__select-text {
    line-height: 42px;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;

}

.jq-selectbox__select-text.placeholder {
    color: #999;
}

.jq-selectbox__trigger {
    border: 0;

}

.jq-selectbox__trigger-arrow {
    border-top: 5px solid #b563a8;
    top: 17px;
}

.jq-selectbox__dropdown {
    border-radius: 0;
    border: 2px solid #f2dbee;

}

.jq-selectbox li {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
}

.new-form textarea {
    padding: 10px 20px;
    height: 110px;
}

.pink-btn {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    height: 42px;
    padding: 10px 0;
    max-width: 360px;
    text-align: center;
    background: #b563a8;
    font-family: 'Proxima Nova', sans-serif;
    border: 0;

}

.pink-btn:hover {
    background: #a73395;
    color: #fff;
    border: 0;
    text-decoration: none;
}

.new-form .links a {
    display: block;
    font-size: 14px;
    float: left;
    width: 30%;
    margin-top: 13px;

}

.new-form .links .pink-btn {
    font-size: 16px;
    float: right;
    margin-top: 0;
}

.new-form p {
    font-size: 14px;
    line-height: 17px;
    color: #b463a7;
}

.big-cart .items {
    padding-bottom: 30px;
    position: relative;
}

.new-order .block {
    width: 31.33%;
}

.new-order .block + .block {
    margin-left: 3%;
}

.new-order .block label {
    display: block;
    float: left;
    width: 80px;
    font-size: 16px;
    font-weight: normal;
    padding-top: 10px;
}

.new-order .name, .new-order .desc {
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-weight: normal;
}

.new-order .right-side {
    margin-left: 0;
}

.changed .jq-selectbox__select {
    border-color: #ca68b8;
}

.changed .jq-selectbox__select-text {
    color: #b463a7;
}

.new-order .jq-selectbox__select {
    padding: 0 25px 0 15px;
}

.new-order .jq-selectbox__select-text {
    font-size: 14px;

}

.new-order .jq-selectbox li {
    font-size: 14px;
}

.new-order .block img {
    width: auto;
    /*margin-top: 30px;*/
    display: block;
    max-height: 150px;
    margin: 5px auto;
}

.new-order .double-select img{
    margin-top: 15px;
}

.new-order .one-select img{
    margin-top: 83px;
}

.new-order .no-select img{
    margin-top: 129px;
}

.new-order .block .price {
    font-size: 16px;
    text-align: right;
    display: block;
    padding-top: 20px;

}

.new-order .bottom {
    padding-left: 0;
    border-bottom: 2px solid #e6b9de;
    position: relative;
    padding-top: 25px;
}

.new-order .bottom .total-price {
    font-size: 24px;
}

.qty {
    position: absolute;
    background: #fff;
    bottom: -2px;
    width: 31.33%;
    padding-left: 80px;

}

.qty * {
    display: inline-block;
    vertical-align: top;
}

.qty input {
    border: 1px solid #ccc;
    text-align: center;
    padding: 0;
    width: calc(100% - 84px);
    height: 33px;
    font-size: 16px;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: bold;
    margin: 0 5px;
    box-sizing: border-box;
}

.qty div {
    width: 33px;
    height: 33px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 33px;
    background: #b563a8;
    text-align: center;
    font-size: 20px;
    cursor: pointer;

}

.qty div:hover {
    background-color: #ba34a5;
}

.qty .edit {
    display: block;
    background-image: url("../images/ico-edit.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.new-order {
    position: relative;
}

.new-order .delete {
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
}

.new-order .delete:hover {
    opacity: 0.7;
}

.new-order + .new-order {
    margin-top: 40px;
}

.postcard-text {
    font-size: 16px;
    line-height: 24px;
    color: #b463a7;
}

.postcard-img {
    display: block;
    margin: 0 50px;
}

.c-pink {
    color: #b563a8;
}

.new-cart-total {
    text-align: right;
    padding-top: 20px;
}

.new-cart-total p {
    font-size: 18px;
    font-weight: bold;
}

.new-cart-total p .c-pink {
    margin-left: 15px;
}

.promocode * {
    display: inline-block;
    vertical-align: middle;
}

.promocode label {
    font-weight: normal;
    font-size: 16px;
}

.promocode input {
    width: 178px;
    height: 36px;
    border: 2px solid #e0e0e0;
    margin: 0 5px 0 15px;
    padding: 0 15px;
    font-size: 14px;
    font-family: 'Proxima Nova', sans-serif;
}

.promocode .pink-btn {
    width: 40px;
    height: 36px;
    padding: 0;
}

.new-cart-total .totaly {
    font-size: 24px;
    padding-top: 15px;
}

.new-cart-total .totaly strong {
    font-size: 30px;
}

.agree, .item-chk {
    position: relative;
    overflow: hidden;
}

.agree input, .item-chk input {
    position: absolute;
    left: -200px;
}

.agree label {
    font-weight: normal;
    font-size: 13px;
    position: relative;
    padding-left: 30px;
}

.agree label a {
    font-weight: bold;
}

.big-cart .confirm-order {
    width: 240px;
    display: inline-block;
    float: none;
    margin-top: 20px;
}
.big-cart .confirm-order:disabled{
    background: #ccc;
}

.agree i, .item-chk i {
    display: inline-block;
    background: url("../images/pink-chk.png") no-repeat top;
    width: 20px;
    height: 20px;
    cursor: pointer;

}

.agree i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.agree input:checked + label i, .item-chk input:checked + label i {
    background-position: 0 bottom;
}

.new-product .img {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.new-product img {
    display: block;
    width: auto;
    max-width: 100%;
}

.new-product .bot {
    padding-top: 10px;
}

.new-product .baidge {
    position: absolute;
    display: block;
    background: url("../images/baidge-hit.png") no-repeat;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
}

.double-slider .item .new-product + .new-product {
    padding-top: 20px;
}

.double-slider .item {
    display: block;
    /*float: left;*/
}

.double-slider .item .name{
    height: 38px;
    overflow: hidden;
    display: block;
}

.double-slider .owl-carousel, .single-slider .owl-carousel {
    display: block;
    position: static;
    margin: 0;
}

.double-slider, .single-slider {
    position: relative;
}

.double-slider .inner, .single-slider .inner {
    overflow: hidden;
}

.double-slider .owl-nav > div, .single-slider .owl-nav > div {
    overflow: hidden;
    background: #fff;
    position: absolute;
    text-indent: -200px;
    width: 30px;
    height: 186px;
    top: 50%;
    margin-top: -93px;
    cursor: pointer;

}

.single-slider .owl-nav > div{
    height: 100px;
    margin-top: -50px;
}

.double-slider .owl-nav .owl-prev, .single-slider .owl-nav .owl-prev {
    left: 0;
}

.double-slider .owl-nav .owl-prev:after, .double-slider .owl-nav .owl-next:after, .single-slider .owl-nav .owl-prev:after, .single-slider .owl-nav .owl-next:after {
    position: absolute;
    content: '';
    display: block;
    background: url("../images/new-arr-sprite.png") no-repeat;
    width: 15px;
    height: 26px;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;

}

.double-slider .owl-nav .owl-next:after, .single-slider .owl-nav .owl-next:after {
    background-position: right 0;
}

.double-slider .owl-nav .owl-prev:hover::after, .single-slider .owl-nav .owl-prev:hover::after {
    background-position: 0 bottom;
}

.double-slider .owl-nav .owl-next:hover::after, .single-slider .owl-nav .owl-next:hover::after {
    background-position: right bottom;
}

.double-slider .owl-nav .owl-next, .single-slider .owl-nav .owl-next {
    right: 0;
}

.double-slider, .single-slider {
    padding: 0 40px;
}


.big-cart .prezents>strong{
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}


.popup1 h3{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.popup1 .pink-btn{
    width: 100%;
    margin: 25px auto 0;
    max-width: 240px;
}

.popup1{
    max-width: 465px;
    background: #fff;
    display: none;
}

.popup1 p{
    margin-bottom: 15px;
}


.popup1 .ins{
    padding: 30px 35px;
}


.up-order h4 a{
    margin-left: 5px;
}


.pink-hint{
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 48%;
    text-align: center;
    background: #b563a8;
    color: #fff;
    padding: 20px 0;
    font-weight: 600;

}
/*.pink-hint:after{*/
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*background: url("../images/pink-arrows.png") no-repeat;*/
    /*width: 39px;*/
    /*height: 60px;*/
    /*right: -39px;*/
    /*top: 50%;*/
    /*margin-top: -30px;*/
/*}*/

.inf-block{
    margin-top: 15px;
}

.inf-block p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}


.inf-block strong{
    display: block;
}

.see-on-map{
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #eddeeb;

}

.see-on-map:hover{
    text-decoration: none;
    border-color: #b463a7;
}


.new-product .price{
    margin-right: 15px;
}


.placemark{
    background: url("../images/placemark.png") no-repeat;
    width: 52px;
    height: 74px;
}

.map{
    width: auto;
    max-width: inherit;
}


#map{
    width: 815px;
    height: 445px;
}


.no-after:after{
    display: none !important;
}

.mes-form{
    padding-top: 50px;
}

.mes-form .pink-btn{
    width: 240px;
}

.postcard .new-form{
    width: 360px;
    margin-left: 80px;
}

.select2.select2-container{
    background: #fff;
    resize: none;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
    border: 2px solid #f2dbee;
    width: 100%!important;
    height: 42px;
    padding: 0 13px;
}

.select2-selection{
    border-radius: 0;
    border: 0!important;
    padding: 0;
}


.new-order .name{
    display: block;
    padding-top: 5px;
    min-height: 55px;
}

.sel-item + .sel-item{
    margin-top: 10px;
}
.qty.no-width div{
    width: auto;
}

.product-success{
    width: 332px;
    background: #fff;
}

.product-success .inset{
    padding: 20px 12px;
}

.product-success h4{
    font-weight: 900;
    font-size: 15px;
    text-align: left;
    margin-bottom: 15px;
}

.attention, .attention a{
    color: #b563a8;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}

.attention{
    border-top: 1px solid #b563a8;
    border-bottom: 1px solid #b563a8;
    position: relative;
    padding: 7px 0 7px 48px;
    margin-bottom: 20px;

}

.attention a{
    text-decoration: underline;
}

.attention a:hover{
    text-decoration: none;
}

.attention:before{
    position: absolute;
    content: '';
    display: block;
    background: url("../img/ico-att.jpg") no-repeat;
    width: 33px;
    height: 33px;
    left: 0;
    top: 50%;
    margin-top: -16px;
}


.product-success .img{
    display: block;
}

.product-success .img .ins{
    display: table-cell;
    width: 90px;
    height: 85px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

.product-success .item{
    overflow: auto;
    padding-bottom: 20px;
}


.product-success .img img{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 100%;
}

.product-success .name{
    font-size: 14px;
    line-height: 20px;
    font-weight: 900;
    color: #000;
}

.product-success .name:hover{
    color: #b563a8;
}

.product-success .inf{
   width: calc(100% - 95px);

}

.product-success .inf p{
    font-size: 12px;
    color: #646464;
    line-height: 14px;
    margin-bottom: 5px;
}

.product-success .bot{
    border-bottom: 1px solid #b563a8;
    position: relative;
    margin-top: 10px;
}

.product-success .bot .price{
    position: relative;
    font-weight: bold;
    font-size: 16px;
    display: block;
    top: 10px;
}


.product-success .bot .qty{
    padding-left: 0;
    width: auto;
    position: relative;
    bottom: -1px;
}
.product-success .bot .qty input{
    width: 40px;
}

.product-success .pink-btn{
    display: block;
    width: 100%;
    max-width:  inherit;
    margin: 0 auto;
    font-weight: normal;
    font-size: 14px;
}
#basket{
    width: 332px;
    padding: 0;
    border: 0;
}
#header .h-buttons > div.button{
    z-index: 100;
}
/*responsive css*/
@media(max-width: 1279px){
    .big-cart{
        clear: both;
    }


    .big-cart .left-part, .big-cart .right-part{
        float: none;
        width: auto;
    }


    .pink-hint:after{
        display: none !important;
    }

    .new-order .name{
        min-height: inherit;
    }
}

@media(max-width: 900px){
    #map{
        width: 300px;
    }
}


@media(max-width: 767px){
    .block50{
        float:  none;
        width: auto;
    }


    .new-order .block{
        width: auto;
        float: none;
    }

    .new-order .block label{
        width: auto;
        float: none;
    }

    .new-order .right-side{
        margin-left: 0;
    }

    .new-order .bottom{
        padding-left: 0;
    }

    .promocode label{
        float: none;
        display: block;
    }

    .pink-hint{
        position: relative;
        width: auto;
        right: auto;
        bottom: auto;
    }

    .qty input{
        width: 34px;
    }

    .qty{
        width: auto;
        padding-left: 0;
    }
}


@media(max-width: 567px){
    .pink-hint br{
        display: none;

    }

    .pink-hint{
        padding: 20px;
    }

    .new-form .links a{
        width: auto !important;
        float: none !important;
    }

    .new-form .links .pink-btn{
        margin-top: 20px;
    }

    .popup{
        max-width: inherit;
        width: auto;
    }
}



/*responsive css*/