.page-404 {
    background: url(../images/noise.gif) repeat;
}
.page-404 .content {
    width: 100%;
    display: table;
}
.page-404 .content .inner {
    display: table-cell;
    vertical-align: middle;
    padding: 36px 15px;
}
.page-404 .content .inner .block {
    width: 100%;
    max-width: 560px;
    margin: auto;
    text-align: center;
    color: black;
}
.page-404 .content .inner .block span {
    font-size: 6em;
    margin-bottom: 36px;
}
.page-404 .content .inner .block .btn {
    margin-bottom: 12px;
}
.page-404 .content .inner .block p {
    font-size: 1.4em;
    margin-bottom: 36px;
    font-weight: 300;
}
.page-404 .content .inner .block p span {
    display: block;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0;
}
.page-404 .search-404 {
    position: relative;
}
.page-404 .search-404 .form-control {
    color: black;
    border: 1px solid black;
    padding-right: 45px;
}
.page-404 .search-404 .form-control:focus {
    border-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
}
.page-404 .search-404 .form-control:focus {
    border-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: 0px 0px 0px 1px #ffffff;
    -moz-box-shadow: 0px 0px 0px 1px #ffffff;
    box-shadow: 0px 0px 0px 1px #ffffff;
}
.page-404 .search-404 .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
.page-404 .search-404 .form-control:-ms-input-placeholder {
    color: #ffffff;
}
.page-404 .search-404 .form-control::-webkit-input-placeholder {
    color: #ffffff;
}
.page-404 .search-404 .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
.page-404 .search-404 .form-control:-ms-input-placeholder {
    color: #ffffff;
}
.page-404 .search-404 .form-control::-webkit-input-placeholder {
    color: #ffffff;
}
.page-404 .search-404 button[type=submit] {
    display: block;
    position: absolute;
    right: 8px;
    top: 5px;
    border: none;
    background: none;
    outline: none;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.page-404 .search-404 button[type=submit]:after {
    font-family: "outlined-iconset";
    content: "\e035";
    font-size: 1.5em;
}
.cart-element .det_link{
    float:left;
}
.cart-element{
    margin-bottom: 5px;
}
.go_to_fav{
    margin-right: 15px;
}
.search-block input[type="submit"] {
    background: black;
    color: #fff;
    text-transform: uppercase;
    border: none;
    line-height: 38px;
    font-family: "Segoe UI";
    font-size: 18px;
    font-weight: bold;
    padding: 0 35px;
    border: 1px solid black;
    transition: all ease 0.7s;
}
.search-block input[type="submit"]:hover {
    border: 1px solid black;
    background: black;
    color: red;
    transition: all ease 0.7s;
}
.dropdown-menu {
    background-repeat: no-repeat !important;
    background-position: 350px 0px !important;
    background-size: contain !important;
    background-color: #fff !important;
}
.cb-drop input[type="text"]{
    border-radius: 0;
}
.has-error .form-control{
    border-color: red !important;
}
.has-error .form-control::-webkit-input-placeholder {color:red;}
.has-error .form-control::-moz-placeholder          {color:red;}/* Firefox 19+ */
.has-error .form-control:-moz-placeholder           {color:red;}/* Firefox 18- */
.has-error .form-control:-ms-input-placeholder      {color:red;}


.faq_form .cb-drop-faq{
    margin: 0 auto;
    display: block !important;
    width: 450px;
    min-width: 320px;
    border: 1px solid black;
    padding: 16px 20px 15px 20px;
    background: #fff;
    z-index: 99;
    color: #373737;
    font-family: "Segoe UI", "Arial", sans-serif;
    font-size: 14px;
    position: inherit;
}
.faq_form .cb-drop-faq:before {
    content: '';
    width: 16px;
    height: 7px;
    margin-left: -8px;
    background: url(../images/top-tr.png)no-repeat;
}
.faq_form .cb-info {
    border-bottom: 1px solid #e2e2e2;
    line-height: 18px;
    text-align: center;
}

.faq_form .cb-drop-faq p {
    margin-top: 3px;
}
.faq_form .cb-drop-faq input[type="text"] {
    display: block;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #e1e1e1; /* stroke */
    background-color: #fff; /* layer fill content */
    -moz-box-shadow: inset 0 0 3px rgba(117,117,117,.2); /* inner shadow */
    -webkit-box-shadow: inset 0 0 3px rgba(117,117,117,.2); /* inner shadow */
    box-shadow: inset 0 0 3px rgba(117,117,117,.2); /* inner shadow */
    line-height: 29px;
    margin-top: 3px;
    border-radius: 0px;
}
.faq_form .cb-drop-faq textarea {
    display: block;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #e1e1e1; /* stroke */
    background-color: #fff; /* layer fill content */
    -moz-box-shadow: inset 0 0 3px rgba(117,117,117,.2); /* inner shadow */
    -webkit-box-shadow: inset 0 0 3px rgba(117,117,117,.2); /* inner shadow */
    box-shadow: inset 0 0 3px rgba(117,117,117,.2); /* inner shadow */
    line-height: 29px;
    margin-top: 3px;
    height: 120px;
    resize: none;
    border-radius: 0;
}
.faq_form .cb-drop-faq input[type="button"] {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    width: 130px;
    line-height: 32px;
    margin: 0 auto;
    font-family: "Segoe UI", "Arial", sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-top: 15px;
    transition: all ease 0.7s;
}
.faq_form .cb-drop-faq input[type="button"]:hover,
.faq_form .cb-drop-faq input[type="button"]:focus {
    color: #fff;
    background: #000;
    transition: all ease 0.7s;
}
@media(max-width: 468px){
    .faq_form .cb-drop-faq{
        width: 320px !important;
    }
}
.question{
    margin-top: 20px;
}
.question .title_faq{
    color: black;
    font-family: "Segoe UI", "Arial", sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.question .title_faq a{
    color:red;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    margin-right: 15px;
    vertical-align: middle;
}
.question .answer{
    display: none;
    margin-top: 15px;
    color: black;
    font-family: "Segoe UI", "Arial", sans-serif;
    font-size: 14px;
    font-style: italic;

}
.listing-wrapper .item-block{

}
.bx_filter_input_checkbox.disabled span{
    color:grey !important;
}
.r_error{
    color: red !important;
    -moz-box-shadow: inset 0 0 3px rgba(117,117,117,.9);
    -webkit-box-shadow: inset 0 0 3px rgba(117,117,117,.9);
    box-shadow: inset 0 0 3px rgba(117,117,117,.9);

}
.r_error::-webkit-input-placeholder       {color:red;}
.r_error::-moz-placeholder                {color:red;}
.r_error:-moz-placeholder                 {color:red;}

.news-listing .form-group{
    display: inline-block;
    margin: 0;
}
.sign-up input[type="text"]{
    border-radius: 0;
}
.sign-up.suc_sub input[type=text]{
    color:green !important;
}
.suc_sub::-webkit-input-placeholder {color:green;}
.suc_sub::-moz-placeholder          {color:green;}/* Firefox 19+ */
.suc_sub:-moz-placeholder           {color:green;}/* Firefox 18- */
.suc_sub:-ms-input-placeholder      {color:green;}
.user-form input[type="text"]{
    height: auto;
    padding: 0;
    border-radius: 0;
}
.user-form .form-group{
    margin: 0;
}
.user-form .right textarea{
    border-radius: 0;
}
.user-form .right input[type="button"] {
    float: right;
    margin-top: 13px;
    width: 170px;
}
input.search-suggest{
    margin: 0;
}
.basket-container-comments .accept{
    line-height: normal;
}
.bx_element label {
    display: inline-block !important;
    cursor: pointer;
}
.bx_element input {
    vertical-align: top;
}
.basket-container .basket-info-elem p{
    max-width: 980px;
}

.color-name {
    color: #1b2126;
    font-family: "Segoe UI", "Arial", sans-serif;
    font-size: 19px;
    vertical-align: middle;
}
.bx_filter_param_label  {
    cursor: pointer;
}
.bx_filter_param_label.dib.active > span {
    color: red;
}
.bx_filter_param_text {
    position: relative;
}
.profile-user-div-link a{
    color:black;
}
.prof_acce{
    width: 200px !important;
    display: inline-block !important;
}
.prof_acce.prof_res{
    background-color: #fff!important;
    color: #000000 !important;
    border: 1px solid black;
}
.profile-block-shown input[type=text],
.profile-block-shown input[type=password]{
    display: block;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    -moz-box-shadow: inset 0 0 3px rgba(117,117,117,.2);
    -webkit-box-shadow: inset 0 0 3px rgba(117,117,117,.2);
    box-shadow: inset 0 0 3px rgba(117,117,117,.2);
    line-height: 29px;
    margin-top: 3px;
}
.account-container .account-menu li a{
    color:#000000;
}
.profile_text{
    font-family: 'Segoe UI','Arial',sans-serif;
    color:  #000000;
    font-size: 18px;
    font-weight: 400;
}
.profile_text span{
    font-family: 'Segoe UI','Arial',sans-serif;
    color:  #000000;
    font-size: 20px;
    font-weight: 800;
}
.profile_text .kursive{
    font-family: 'Segoe UI','Arial',sans-serif;
    color:  #000000;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
}
.profile_text a{
    font-family: 'Segoe UI';
    color:  #ec1513;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}
.profile_cat_link{
    margin-top: 45px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    width: 271px;
    line-height: 45px;
    border: 1px solid grey;
    font-family: 'Segoe UI','Arial',sans-serif;
    color: #000000;
    font-size: 16.002px;
    font-weight: 700;
    /* text-align: left; */
    text-transform: uppercase;
    /* margin: 0 auto; */
    text-align: center;
    border-radius: 3px;
}
.profile_cat_link:hover{
    color:red;
}
.account-container .account-btns{
    color:black;
}
.bx_my_order .bx_my_order_table td a{

    font-style:italic;
    font-weight: 100;
    font-family: 'Segoe UI','Arial',sans-serif;
    color:  #ec1513;
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
}
.bx_my_order .bx_my_order_status{
    font-family: 'Segoe UI','Arial',sans-serif;
    color:  #ec1513;
    font-size: 16px;
    font-style: italic;
    font-weight: 100 !important;
}
.bx_my_order .bx_my_order_status.green{
    background: none;
}
.bx_my_order .bx_big.bx_bt_button_type_2{
    font-family: 'Segoe UI';
    color:  #3f3f3f;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}
.bx_item_list li a{
    color:black !important;
}
.basket-container .bx_ordercart_order_sum td{
    border:none !important;
}
.pluso-010010010110-05 .pluso-wrap{
    background: none !important;
}
.bx_ordercart_order_pay_center  .current{
    background: #fff;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    width: 185px;
    line-height: 36px !important;
    font-family: "Segoe UI", "Arial", sans-serif;
    font-size: 16px;
    display: inline-block;
    transition: all ease 0.7s;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}
.bx_ordercart_order_pay_center .current:hover{
    color: #fff;
    background: #000;
    transition: all ease 0.7s;
}

#order_form_div .confirm_order{
    border-radius: 5px;
    background-color: #f7f7f7;
    width: 1175px;
    height: 180px;
    color:  #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;

    /*font-family: 'Segoe UI', 'Arial', sans-serif;*/
    color:  #000000;
}
#order_form_div .confirm_order a{
    color:red;
}
#order_form_div .green_color{
    /*font-family: 'Segoe UI', 'Arial',sans-serif;*/
    color: #26b617;
    font-size: 28px;
    font-weight: 100;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    display: inherit;
}
.thx_suc p.thrd{
    font-size: 24px;
    margin-top: 45px;
}
.thx_suc p{
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0;
}
.sale_order_full_table{
    width: 100%;
}
#order_form_div .line_confirm{
    width: 100%;
    height: 1px;
    background-color:  #c1c1c1;
}
.confirm_button .confi{
    background: #fff;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    width: 185px;
    line-height: 36px !important;
    font-family: "Segoe UI", "Arial", sans-serif;
    font-size: 16px;
    display: inline-block;
    transition: all ease 0.7s;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    margin-left: 30px;
}
.confirm_button .confi:hover{
    color: #fff;
    background: #000;
    transition: all ease 0.7s;
}
.confirm_button a{
    height: 35px;
}
.confirm_button .right{
    float: left;
    margin-left: 50px!important;
}
.confirm_button .left{
    float: right;
    margin-right: 50px!important;
}
.confirm_button{
    float: right;
    margin-top: 100px;
}
.no_ico .title_faq a {
    vertical-align: top !important;
    width: auto;
    height: auto;
    line-height: 16px;
}
.in-stock {
    display: none;
}

.listing-wrapper .item-price {
    min-height: 47px;
}

/* Card gallery background */
.lg-backdrop {
    background-color: rgba(240, 240, 240, 0.9);
}
#lg-counter {
    color: rgba(0, 0, 0, 0.9);
}
.lg-actions .lg-next, .lg-actions .lg-prev,
.lg-actions .lg-next, .lg-actions .lg-next {
    background-color: rgba(0,0,0,0.25);
    color: #ddd;
}
.lg-outer .lg-thumb-outer {
    background-color: rgba(0, 0, 0, 0.3);
}
.lg-current .lg-object.lg-image {
    cursor: move;
}

.card__small-previews {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
}
.card__small-previews:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.lightgal_bigimages_imgcontainer {
    text-align: center;
}
.lg-sub-html, .lg-toolbar {
    background-color: transparent;
}
.lg-actions .lg-next, .lg-actions .lg-prev, .lg-actions .lg-next, .lg-actions .lg-next {
    background-color: transparent;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
    font-size: 40px;
    color: rgba(0, 0, 0, 0.5);
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: rgba(0, 0, 0, 0.9);
}
.lg-toolbar .lg-icon {
    font-size: 40px;
    color: rgba(0, 0, 0, 0.5);
}
.lg-toolbar .lg-icon:hover {
    color: rgba(0, 0, 0, 0.9);
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    opacity: 0;
}
.filter-param_link:hover {
    text-decoration: underline;
}
/* Prevent Elevate Zoom container from 9999 zindex */
body .zoomContainer {
    z-index: 9;
    cursor: pointer;
}



/*new MYFEEDBACK modal styles*/
@media (min-width: 768px) {
    #myFeedback4 .modal-dialog,
    #myFeedback1 .modal-dialog,
    #myFeedback9 .modal-dialog,
    #myFeedback11 .modal-dialog {
        width: 422px;
    }

    #myFeedback4 .gb-close,
    #myFeedback1 .gb-close,
    #myFeedback9 .gb-close,
    #myFeedback11 .gb-close {
        top: -15px;
        right: -15px;
        background-color: #2e703f;
    }
}
#myFeedback4 .gb-close:hover,
#myFeedback1 .gb-close:hover,
#myFeedback9 .gb-close:hover,
#myFeedback11 .gb-close:hover {
    background-color: #35a14f;
}
#myFeedback4 .modal-content,
#myFeedback1 .modal-content,
#myFeedback9 .modal-content,
#myFeedback11 .modal-content {
    padding: 15px;
    border-radius: 0;
}
#myFeedback4 .modal-content h4,
#myFeedback1 .modal-content h4,
#myFeedback9 .modal-content h4,
#myFeedback11 .modal-content h4{
    font-family: "Open Sans", sans-serif;
    font-size:16px;
    color: #343838;
    text-transform: uppercase;

}
#myFeedback4 .modal-header,
#myFeedback1 .modal-header,
#myFeedback9 .modal-header,
#myFeedback11 .modal-header {
    padding-top: 10px;
    padding-bottom: 20px;
}
#myFeedback4 .form-control,
#myFeedback1 .form-control,
#myFeedback9 .form-control,
#myFeedback11 .form-control {
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: 15px 10px;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: 0 0 7px 0 rgba(185, 193, 197, 0.35) inset;
    box-shadow: 0 0 7px 0 rgba(185, 193, 197, 0.35) inset;
}
#myFeedback4 .form-control.icon-16,
#myFeedback1 .form-control.icon-1,
#myFeedback9 .form-control.icon-61,
#myFeedback11 .form-control.icon-65,
#myFeedbackForm13 input[name="form_text_90"],
#myFeedbackForm14 input[name="form_text_96"],
#myFeedbackForm15 input[name="form_text_106"],
#myFeedbackForm16 input[name="form_text_112"] {
    padding-left: 35px;
    background-image: url(../images/icons/fio.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
}
#myFeedback4 .form-control.icon-18,
#myFeedback1 .form-control.icon-2,
#myFeedback9 .form-control.icon-62,
#myFeedback11 .form-control.icon-67,
#myFeedbackForm13 input[name="form_text_91"],
#myFeedbackForm14 input[name="form_text_97"],
#myFeedbackForm15 input[name="form_text_107"],
#myFeedbackForm16 input[name="form_text_113"] {
    padding-left: 35px;
    background-image: url(../images/icons/telephone.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
}
#myFeedback4 .form-control.icon-21,
#myFeedback1 .form-control.icon-3,
#myFeedback9 .form-control.icon-3,
#myFeedbackForm13 input[name="form_text_93"],
#myFeedbackForm14 input[name="form_text_99"],
#myFeedbackForm15 input[name="form_text_109"],
#myFeedbackForm15 input[name="form_text_110"],
#myFeedbackForm16 input[name="form_text_116"] {
    padding-left: 35px;
    background-image: url(../images/icons/pin.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
}
#myFeedback1 .form-control.icon-4,
#myFeedback9 .form-control.icon-64,
#myFeedback11 .form-control.icon-83,
#myFeedbackForm13 textarea[name="form_textarea_95"],
#myFeedbackForm14 textarea[name="form_textarea_101"],
#myFeedbackForm15 textarea[name="form_textarea_111"],
#myFeedbackForm16 textarea[name="form_textarea_117"]{
    padding-left: 35px;
    background-image: url(../images/icons/mail.svg);
    background-position: 12px 10px;
    background-repeat: no-repeat;
    resize: vertical
}
#myFeedback9 .form-control.icon-63,
#myFeedback11 .form-control.icon-66,
#myFeedbackForm13 input[name="form_text_92"],
#myFeedbackForm14 input[name="form_text_98"],
#myFeedbackForm15 input[name="form_text_108"],
#myFeedbackForm16 input[name="form_text_114"] {
    padding-left: 35px;
    background-image: url(../images/icons/at.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
}

#myFeedback4 .modal-footer,
#myFeedback1 .modal-footer,
#myFeedback9 .modal-footer,
#myFeedback11 .modal-footer {
    text-align: center;
}
#myFeedback4 .see-more,
#myFeedback1 .see-more,
#myFeedback9 .see-more,
#myFeedback11 .see-more {
    margin: auto;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
}
#myFeedback4 .see-more {
    margin-bottom: 25px;
    user-select: none;
}
#myFeedback11 .form-group.dropdown,
#myFeedback11 .dropdown-modal {
    width: 100%;
}
#myFeedback11 .dropdown-modal {
    color: #7d7d7d;
    text-align: left;
    -webkit-box-shadow: 0 0 7px 0 rgba(185, 193, 197, 0.35) inset;
    box-shadow: 0 0 7px 0 rgba(185, 193, 197, 0.35) inset;
}
#myFeedback11 .dropdown-modal .hide-list {
    width: 100%;
    margin-left: 0;
}
#myFeedback11 .dropdown-modal .icon-down-open {
    float: right;
    margin-right: 10px;
}
#myFeedback11 .dropdown-modal .icon-up-open {
    float: right;
    margin-right: 10px;
}
#myFeedback11 .form-dropdown__heading {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-size: 12px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.header__top-city .header__top-city-location-buttons a:active {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: 0 0px 0 #1c5a2c;
    -moz-box-shadow: 0 0px 0 #1c5a2c;
    box-shadow: 0 0px 0 #1c5a2c;
}

.see-more:active {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    border-bottom: none;
}
#ocb-form-wrap .see-more {
    margin: auto;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
}
#ocb-form-wrap .ocb-form__title {
    margin: 15px 0;
    text-align: center;
}
#ocb-form-wrap .ocb-form-field {
    margin: 0 0 5px;
}
#ocb-form-wrap  input[type=text] {
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: 15px 10px;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: 0 0 7px 0 rgba(185, 193, 197, 0.35) inset;
    box-shadow: 0 0 7px 0 rgba(185, 193, 197, 0.35) inset;
}
#ocb-form-wrap .icon-FIO {
    background-image: url(../images/icons/fio.svg);
}
#ocb-form-wrap .icon-PHONE {
    background-image: url(../images/icons/telephone.svg);
}
#ocb-form-wrap .icon-LOCATION {
    background-image: url(../images/icons/pin.svg);
}
#ocb-form-wrap .modal-footer {
    padding: 15px 0;
}
/* March fixes start */
.modal-footer .see-more {
    width: 100%;
}
.gid-list.map-section {
    margin-top: 0;
}
.index-body .content {
    max-width: 100%;
    padding-top: 0;
}
.main-slider .slider-nav {
    /*height: 35px;*/
}

.form__coop-type-title {
    position: absolute;
    z-index: -1;
    left: 15px;
    top: 0;
    color: #777;
}
@media screen and (max-width: 767px) {
    /*.index-body .content {*/
    /*padding-top: 26px;*/
    /*}*/
    .gid-list.map-section h2 {
        margin-top: 5px;
    }
    .for-partners .form-group.dropdown i {
        right: -10px;
    }
}
/* March fixes end */
.edt_area ol li {
    list-style-type:decimal;
}
/* New Catalog Styles start */
.bx_filter_parameters_box .bx_filter_parameters_box_title{
    background: none;
    color: #343838;
    padding: 15px 28px 0 9px;
}

.smartfilter .bx_filter_parameters_box .bx_filter_parameters_box_title::after,
.smartfilter .bx_filter_parameters_box.active .bx_filter_parameters_box_title::after{
    color: #343838;
}
.bx_filter .bx_filter_parameters_box.active .bx_filter_block i{
    display: none;
}
.bx_filter .bx_ui_slider_handle.left,
.bx_filter .bx_ui_slider_handle.right{
    background-color: white;
    background-image: linear-gradient(to top, #e9e9e9 0%, whitesmoke 100%);
    border: 1px solid #969696;
    height: 17px;
    width: 17px;
}
.bx_filter .bx_ui_slider_track{
    height: 3px;
    top: 8px;
}

.smartfilter .bx_filter_parameters_box {
    border: none;
    border-top: 1px solid #c6cdd1;
}
.bx_filter_param_text {
    font-family: "Roboto", "Open Sans", "Arial", sans-serif;
    font-weight: 400;

}
.smartfilter .bx_filter_input_checkbox {
    border-bottom: none;
    padding: 5px 45px 5px 10px;
}
.bx_filter .bx_filter_param_label{
    font-size: 13px;
}
.bx_filter_parameters_box .bx_filter_parameters_box_title{
    font-size: 16px;
    font-weight: 600;
    user-select: none;
}
.bx_filter .bx_filter_input_checkbox input:checked ~ span,
.modal_check input:checked ~ span{
    font-weight: 700;
    color: #134f22;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container{
    font-family: "Roboto", "Open Sans", "Arial", sans-serif;
    font-size: 14px;
}
.pdd {
    padding: 6px 10px !important;
}


.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input{
    height: 33px;
    width: 89px;
    margin-left: 5px;
}

.bx_filter_parameters_box.custom--size-wrap {
    margin-bottom: 0;
}

.bx_filter_parameters_box.custom--size-wrap .bx_filter_parameters_box_title{
    padding-bottom: 15px;
}

.bx_filter_parameters_box.custom--size-wrap .bx_filter_block{
    margin-top: 0;
}

.bx_filter_parameters_box_container.custom--size .bx_filter_input_container {
    height: 30px;
}
.bx_filter_parameters_box_container.custom--size .bx_filter_input_container input{
    height: 30px;
}

.edit-title-cell__heading {
    display: inline-block;
    vertical-align: bottom;
}

.edit-title-cell__span {
    display: none;
    position: relative;
    top: 5px;
}

.title-cell.text .edit-title-cell__heading{
    margin-right: 21px;
    color: #134f22;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
}
.bx_filter .bx_ui_slider_track{
    margin-left: 17px;
    margin-right: 17px;
}
.bx_filter .bx_ui_slider_handle.left {
    margin-left: -17px !important;
}
.bx_filter .bx_ui_slider_handle.right {
    margin-right: -17px !important;
}

.edit-sort-head {
    display: inline-block;
    vertical-align: bottom;
    float: left;
    width: 15%;
}
.edit-sort-list {
    display: inline-block;
    vertical-align: bottom;
    float: left;
    width: 85%;
}
.edit-sort-list__li {
    display: inline-block;
    float: left;
    margin: 0 14px;
}

.edit-sort-list__link:first-letter{
    text-transform: uppercase;
}

.edit-sort-list__link {
    text-decoration: none;
    display: inline-block;
    color: #787878 !important;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}


.edit-sort-list__link:hover{
    color: #134f22 !important;
}
.edit-sort-list__li.is-active .edit-sort-list__link{
    color: #134f22 !important;
    font-weight: 700;
}

.listing-wrapper .item-block .item-name {
    margin-bottom: 3px !important;
    margin-top: 8px;
}
.listing-wrapper .item-block .item-name:hover{
    text-decoration: underline;
}
.listing-wrapper .item-block {
}
.not-in-stock.listing{
    min-height: 47px;
}
.edit-load-more__btn{
    display: inline-block;
    text-decoration: none;
    width: 326px;
    height: 64px;
    padding: 0 40px;
    text-align: left;
    line-height: 64px;
    border: 1px solid #2e703f;
    border-radius: 5px;
    background-color: transparent;
    color: #2e703f;
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    position: relative;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}
.edit-load-more__btn:hover{
    color: white !important;
    background-color: #2e703f;
}
.edit-load-more__btn:hover .edit-load-more__icon{
    background: url(../images/icons/edit-load-more__btn--white.svg) no-repeat center/cover;
}
.edit-load-more__icon {
    position: absolute;
    margin-top: -12px;
    top: 50%;
    right: 40px;
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/icons/edit-load-more__btn.svg) no-repeat center/cover;
}

.edit-load-more__icon.is-animated{
    animation: edit-icon-spin 1s linear infinite
}

@-webkit-keyframes edit-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes edit-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.edit-filter-choice {
    display: none;
    border: 1px solid #d1d1d1;
    margin-bottom: 15px;
}
.edit-filter-choice__head {
    padding: 12px 11px;
    color: #343838;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
}
.edit-filter-choice__body{
    padding: 7px 10px;
}
.edit-filter-choice__footer{
    padding: 0 10px 15px;
}

.edit-filter-choice__selected {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding-left: 15px;
    text-decoration: none;
    color: #787878 !important;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    background: url(../images/icons/edit-filter-choice__close.svg) no-repeat left center;
}
.edit-filter-choice__selected:hover{
    text-decoration: underline;
    color: #134f22 !important;
    background: url(../images/icons/edit-filter-choice__close--green.svg) no-repeat left center;
}
.edit-filter-choice__footer .edit-filter-choice__selected{
    color: #134f22 !important;
    background: url(../images/icons/edit-filter-choice__close--green.svg) no-repeat left center;
}
.bx_filter_input_checkbox{
    position: relative;
}
.edit-bx_filter_param__sum {
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #787878;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.title-cell.text{
    text-align: center;
}
.section_description .title-cell.text h1{
    color: #1c2020;
    font-size: 26px;
    font-weight: 400;
}
.bx_filter_block {
    max-height: 255px;
    overflow: hidden;
    margin-top: 15px;
}



.mCSB_inside > .mCSB_container{
    margin-right: 10px;
}
.mCSB_scrollTools{
    right: -6px;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #2e703f; }
.mCS-my-theme.mCSB_scrollTools .mCSB_dragger_onDrag .mCSB_dragger_bar:hover{ background-color: #2e703f; }

.edit-color-select {
    text-align: center;
    margin-top: -15px;
    /*margin-bottom: 6px;*/
    height: 30px;
}
.edit-color-select__link {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
/*.edit-color-select__link.color-select--1{*/
/*background-color: #465a6e;*/
/*}*/
/*.edit-color-select__link.color-select--2{*/
/*background-color: #643e4d;*/
/*}*/
/*.edit-color-select__link.color-select--3{*/
/*background-color: #b16a91;*/
/*}*/
/*.edit-color-select__link.color-select--4{*/
/*background-color: #836989;*/
/*}*/
/*.edit-color-select__link.color-select--5{*/
/*background-color: #99433c;*/
/*}*/
/*.edit-color-select__link.color-select--6{*/
/*background-color: #6a212c;*/
/*}*/

.edit-color-select .edit-color-select__link img{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0;
}

.edit-mobile-filter__left,
.edit-mobile-filter__right{
    cursor: pointer;
    color: #134f22;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    padding-right: 15px;
    background: url(../images/icons/edit-mobile-arrow.svg) no-repeat right center;
    display: none;
}

.edit-mobile-filter__left:first-letter{
    text-transform: uppercase;
}

.edit-mobile-filter__left{
    float: left;
}
.edit-mobile-filter__right{
    float: right;
}
.edit-sort-list__close-btn {
    display: none;
}

.bx_filter_parameters_box_container {
    max-width: 270px;
}
.bx_filter_parameters_box_container .see-more.wht{
    margin-left: 0;
}
#set_filter{
    margin-left: 8px !important;
}

.disabled {
    opacity: 0.5;
}

.mCSB_inside > .mCSB_container{
    margin-right: 0;
}


a.radio-inline,
a.radio-inline:visited {
    text-decoration: none;
    margin-bottom: 5px;
}
a.radio-inline:hover {
    text-decoration: none;
    color: #2c6339;
}
.card-other-colors__heading {
    width: 100%;
}

.card-other-colors__link {
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    height: 44px;
}
.card-other-colors__img {
    display: block;
    width: 40px;
    height: 40px;
    padding: 2px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: border-color 0.3s ease-out;
    -moz-transition: border-color 0.3s ease-out;
    -o-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
}
.card-other-colors__img:hover {
    border-color: #eee;
}
.card-other-colors__img.active {
    border-color: #21562E;
}
.card__inline-wrap .radio-inline {
    display: inline-block;
    vertical-align: top;
}


/* CATALOG COLORS STYLES */
.edit-color-select {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 6px;
    /*height: 20px;*/
    height: 45px;
}
.edit-color-select__link {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
.edit-color-select .edit-color-select__link img{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0;
}

.edit-mobile-filter__left,
.edit-mobile-filter__right{
    cursor: pointer;
    color: #134f22;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    padding-right: 15px;
    background: url(../images/icons/edit-mobile-arrow.svg) no-repeat right center;
    display: none;
}

.edit-mobile-filter__left:first-letter{
    text-transform: uppercase;
}

.edit-mobile-filter__left{
    float: left;
}
.edit-mobile-filter__right{
    float: right;
}
.edit-sort-list__close-btn {
    display: none;
}
.listing-wrapper .item-block .item-name {
    margin-bottom: 3px !important;
    margin-top: 8px;
}
.listing-wrapper .item-block .item-name:hover{
    text-decoration: underline;
}
.listing-wrapper .item-block {
}
.name.item-name{
    text-decoration: none;
    color: #000;
}
/* CATALOG COLORS STYLES */

.edit-load-more__btn{
    display: inline-block;
    text-decoration: none;
    width: 326px;
    height: 64px;
    padding: 0 40px;
    text-align: left;
    line-height: 64px;
    border: 1px solid #2e703f;
    border-radius: 5px;
    background-color: transparent;
    color: #2e703f;
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    position: relative;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease
}
.edit-load-more__btn:hover{
    color: white !important;
    background-color: #2e703f;
}
.edit-load-more__btn:hover .edit-load-more__icon{
    background: url(../images/icons/edit-load-more__btn--white.svg) no-repeat center/cover;
}
.edit-load-more__icon {
    position: absolute;
    margin-top: -12px;
    top: 50%;
    right: 40px;
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/icons/edit-load-more__btn.svg) no-repeat center/cover;
}

.edit-load-more__icon.is-animated{
    animation: edit-icon-spin 1s linear infinite
}

@-webkit-keyframes edit-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes edit-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@media (max-width: 991px) {
    .listing-wrapper > .col-md-3{
        /*position: fixed;*/
        position: absolute;
        top: 47px;
        z-index: 302;
        padding: 32px 25px 10px;
        background: #fff;
        left: 10px;
        right: 10px;
        width: auto;
        float: none;
        display: none !important;
        max-width: 320px;
        margin: auto;
    }
    .listing-wrapper > .col-md-3.is-visible{
        display: block !important;
        /*overflow-y: scroll;*/
        /*height: 81%;*/
    }
    .edit-mobile-filter__left,
    .edit-mobile-filter__right{
        display: inline-block;
    }
    .edit-mobile-filter {
        /*padding: 0 15px;*/
    }
    .sort{
        display: block !important;
    }
    .edit-sort-list {
        position: fixed;
        top: 47px;
        z-index: 302;
        padding: 32px 25px;
        background: #fff;
        left: 10px;
        right: 10px;
        width: auto;
        float: none;
        display: none !important;
        max-width: 320px;
        margin: auto;
    }
    .edit-sort-list.is-visible{
        display: block !important;
    }
    .edit-sort-list__li{
        float: none;
        display: block;
        margin: 0;
        padding: 9px 0;
    }
    .edit-sort-list__li + .edit-sort-list__li {
        border-top: 1px solid #c6cdd1;
    }
    .shadow-bg-mobile {
        position: fixed;
        background: rgba(0, 0, 0, .75);
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 301;
        display: none;
    }
    .shadow-bg-mobile.is-visible{
        display: block;
    }
    .edit-sort-list__close-btn{
        display: block;
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
    }
    .edit-sort-list__close-btn path{
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease
    }
    .edit-sort-list__close-btn:hover,
    .edit-sort-list__close-btn:active{
        opacity: 0.8;
    }
    .edit-sort-list__close-btn:hover path,
    .edit-sort-list__close-btn:active path {
        fill: #1c5a2c;
    }

}

@media screen and (max-width: 767px) {
    .card-other-colors__wrap {
        display: block!important;
        text-align: center;
    }
    .card-other-colors__box {
        margin-bottom: 8px;
    }
    .card__inline-wrap {
        display: block;
        width: 250px;
        padding-left: 78px;
        margin: 0 auto;
        text-align: left;
    }
    .attrs .col-md-6 {
        padding-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .title-cell.text h3 {
        font-size: 18px;
        font-weight: 600;
    }
}

@media screen and (max-width: 992px) {
    .bx_filter_block {
        overflow: auto;
    }
    .edit-sort-head {
        display: none;
    }

}
@media (max-width: 1200px) and (min-width: 991px) {
    #del_filter{
        width: 100%;
    }
    #set_filter{
        width: 100%;
        margin-top: 10px;
        margin-left: 0 !important;
    }
}

@media (max-width: 1200px) {
    .edit-sort-head {
        width: 100%;
    }
    .edit-sort-list{
        width: 100%;
    }
    .edit-sort-list__li{
        margin-left: 0;
    }
    .edit-title-cell__span{
        display: block;
        margin-top: 10px;
        text-align: left;
    }
    .edit-title-cell__heading{
        display: block;
    }
    .bx_filter_search_button.see-more{
        margin-top: 0;
    }
}

@media (max-width: 767px) {

    .title-cell.text h2 {
        font-size: 26px;
    }
    .title-cell.line {
        width: 50%;
    }
    .edit-title-cell__heading {
        font-size: 24px !important;
    }
    .sort{
        margin-top: 0 !important;
    }
    .title-cell.text {
        text-align: center !important;
    }

}
@media (max-width: 480px) {
    .edit-load-more__btn{
        max-width: 300px;
        padding: 0 30px;
        font-size: 14px;
    }
    .edit-load-more__icon{
        right: 30px;
    }
    .icon-angle-right::before,
    .icon-angle-left::before{
        /*content: none;*/
    }
    .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input{
        width: 80px;
    }
    #del_filter{
        width: 100%;
    }
    #set_filter{
        width: 100%;
        margin-top: 0;
        margin-left: 0 !important;
    }
}
/* New Catalog Styles end */

/* March fixes end */

.catal-heading__wrap {
    margin-bottom: 10px;
}
.catal-heading {
    font-size:30px;
}
.catal-heading__wrap .catal-heading {
    display: block;
    color: #21562e;
}


/* Promo (SEO) text hiding in catalog START */
.promo-with-hide__wrap {
    position: relative;
    padding-bottom: 25px;
    z-index: 2;
    max-height: initial;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
}
/*.promo-with-hide__wrap.js-narrow {*/
/*max-height: 300px;*/
/*}*/
.promo-with-hide__wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(255,255,255,1) 80%);
    pointer-events: none;
}
.promo-with-hide__btn-wrap {
    text-align: left;
}
.promo-with-hide__btn {
    padding: 5px 0;
    color: #2e703f;
    font-weight: 500;
    font-size: 14px;
    border: none;
    background: transparent;
    outline: none;
    transition: color 0.3s;
}
.promo-with-hide__btn:hover {
    color: #222222;
}
.promo-with-hide__show-less {
    display: none;
}
.promo-with-hide__btn.js-open  .promo-with-hide__show-more {
    display: none;
}
.promo-with-hide__btn.js-open  .promo-with-hide__show-less {
    display: block;
}
.promo-with-hide__btn .icon-angle-down {
    display: inline-block;
    vertical-align: middle;
}
.promo-with-hide__show-less .icon-angle-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
    .promo-with-hide__btn {
        display: none;
    }
}
/* Promo (SEO) text hiding in catalog END */