body, p
{
    font-family :Verdana, arial, helvetica, sans-serif !important;
    font-size   :12px;
}

.maxWidth
{
    max-width :1240px;
    width     :100%;
}

h1
{
    font-size :150%;
}

h2
{
    font-size :130%;
}

.jshop_prod_attributes select
{
    display            :block;
    width              :100%;
    max-width          :200px;
    height             :34px;
    padding            :6px 12px;
    font-size          :14px;
    line-height        :1.42857143;
    color              :#555555;
    background-color   :#ffffff;
    background-image   :none;
    border             :1px solid #cccccc;
    border-radius      :4px;
    -webkit-box-shadow :inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow         :inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition :border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition      :border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition         :border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.jshop_prod_attributes .attributes_name
{
    font-weight   :bold;
    margin-bottom :5px;
    display       :block;
}

#top-navbar-mobile
{
    height :auto !important;
}

jot
{
    display :none;
}

.newbox_img
{
    overflow                :hidden;
    display                 :-webkit-box;
    display                 :-webkit-flex;
    display                 :-ms-flexbox;
    display                 :flex;
    height                  :222px;
    -webkit-box-pack        :center;
    -webkit-justify-content :center;
    -ms-flex-pack           :center;
    justify-content         :center;
    -webkit-box-align       :center;
    -webkit-align-items     :center;
    -ms-flex-align          :center;
    align-items             :center;
    margin-bottom           :10px;
}

.topCollapseMobileMenu #topCategoryrasprodazha img, .topCollapseMobileMenu .item-327 img
{
    position :relative;
    top      :0px;
}

.osmap-has-children ul.level_3, .osmap-items h2
{
    display :none;
}

.osmap-items > ul
{
    padding :0px;
    width   :30%;
    float   :left;
}

.modal-body
{

    background :#ffffff;
}

.quickViewData .bottomLink
{

    left :30px;
}

.addClassQuickView .modal-body
{
    text-align :left !important;
}

.addClassQuickView .modal-body p
{
    text-align :left;
    display    :block;
    margin-top :0px;
    font-size  :12px;
}

.manuf
{
    display :block !important;
}

.filter .inputs
{
    margin-top :20px;
}

.modal-content
{
    position                :relative;
    background-color        :#ffffff;
    -webkit-background-clip :padding-box;
    background-clip         :padding-box;
    border                  :1px solid #999999;
    border                  :1px solid rgba(0, 0, 0, .2);
    border-radius           :6px;
    outline                 :0;
    -webkit-box-shadow      :0 3px 9px rgba(0, 0, 0, .5);
    box-shadow              :0 3px 9px rgba(0, 0, 0, .5);
}

.filter span
{
    color :#ffffff;
}

.filter span input
{
    color  :#000000;
    border :solid 1px;
    height :25px;
}

#searchFiltering .range-slider .ui-slider-range
{
    background :#68b204;
}

#searchFiltering .ui-slider-horizontal .ui-slider-handle
{
    top         :2px;
    margin-left :-.6em;
}

#searchFiltering .ui-slider .ui-slider-handle
{
    position         :absolute;
    z-index          :2;
    width            :8px;
    height           :15px;
    cursor           :default;
    -ms-touch-action :none;
    touch-action     :none;
    background       :#f19e37;
}

.inp input
{
    max-width     :90px;
    border        :solid 1px;
    height        :25px;
    text-align    :center;
    font-size     :12px;
    color         :#000000;
    margin-bottom :5px;
    margin-top    :10px;
}

#searchFiltering .range-slider
{
    margin :10px 10px 15px 10px;
}

#searchFiltering .ui-slider-horizontal
{
    height :5px;
}

.filter-manf input
{
    display :inline-block !important
}

#searchFiltering label
{
    display        :inline-block;
    max-width      :90%;
    margin-bottom  :5px;
    font-weight    :500;
    vertical-align :middle;
}

#searchFiltering ul
{
    padding :0;
}

#searchFiltering li
{

    list-style  :none;
    color       :white !important;
    display     :block;
    font-size   :12px;
    line-height :16px;
}

#searchFiltering .filter ul
{
    max-height :210px;
    overflow-y :auto;
}

#searchFiltering .filter-type ul
{
    max-height :none;
    overflow-y :auto;
}

#searchFiltering .filter-type li
{
    display :flex;
}

#searchFiltering .filter-type li a
{
    display   :inline-flex;
    flex-grow :1;
}

#searchFiltering .filter-type li a.selected
{
    font-weight :bold;
}

#searchFiltering .filter-type li span
{
    display :inline-flex;
}

#searchFiltering ul li .icon:after
{
    content        :'\25BC';
    color          :white;
    float          :right;
    vertical-align :bottom;
    cursor         :pointer;

}

#searchFiltering ul li.open .icon:after
{
    content :'\25B2';
}

.mr-filter-link, .mr-subtypes-link
{
    display :none;
}

.hide-right-column
{
    display :none;
}

@media (max-width :1082px)
{
    .mrfilters-buttons
    {
        display         :flex;
        justify-content :space-between;
        padding         :20px 10px 10px 10px;
    }

    .mr-subtypes-link, .mr-filter-link
    {
        font-size         :20px;
        overflow          :hidden;
        text-overflow     :ellipsis;
        white-space       :nowrap;
        max-width         :100%;
        font-weight       :bold;
        text-decoration   :none;
        text-align        :center;
        user-select       :none;
        vertical-align    :top;
        transition        :color 0.1s ease 0s;
        position          :relative;
        display           :flex;
        align-items       :center;
        height            :25px;
        border            :none;
        color             :#6ab103;
        background-color  :#ffffff;
        background-repeat :no-repeat;
        outline           :none;
        cursor            :pointer;
    }

    .mr-filter-link
    {
        background-image    :url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO308L3N0eWxlPjwvZGVmcz48dGl0bGUvPjxnIGRhdGEtbmFtZT0iTGF5ZXIgMiIgaWQ9IkxheWVyXzIiIGZpbGw9IiNmNzk0MWUiPjxwYXRoIGQ9Ik0yOCw5SDExYTEsMSwwLDAsMSwwLTJIMjhhMSwxLDAsMCwxLDAsMloiLz48cGF0aCBkPSJNNyw5SDRBMSwxLDAsMCwxLDQsN0g3QTEsMSwwLDAsMSw3LDlaIi8+PHBhdGggZD0iTTIxLDE3SDRhMSwxLDAsMCwxLDAtMkgyMWExLDEsMCwwLDEsMCwyWiIvPjxwYXRoIGQ9Ik0xMSwyNUg0YTEsMSwwLDAsMSwwLTJoN2ExLDEsMCwwLDEsMCwyWiIvPjxwYXRoIGQ9Ik05LDExYTMsMywwLDEsMSwzLTNBMywzLDAsMCwxLDksMTFaTTksN2ExLDEsMCwxLDAsMSwxQTEsMSwwLDAsMCw5LDdaIi8+PHBhdGggZD0iTTIzLDE5YTMsMywwLDEsMSwzLTNBMywzLDAsMCwxLDIzLDE5Wm0wLTRhMSwxLDAsMSwwLDEsMUExLDEsMCwwLDAsMjMsMTVaIi8+PHBhdGggZD0iTTEzLDI3YTMsMywwLDEsMSwzLTNBMywzLDAsMCwxLDEzLDI3Wm0wLTRhMSwxLDAsMSwwLDEsMUExLDEsMCwwLDAsMTMsMjNaIi8+PHBhdGggZD0iTTI4LDE3SDI1YTEsMSwwLDAsMSwwLTJoM2ExLDEsMCwwLDEsMCwyWiIvPjxwYXRoIGQ9Ik0yOCwyNUgxNWExLDEsMCwwLDEsMC0ySDI4YTEsMSwwLDAsMSwwLDJaIi8+PC9nPjxnIGlkPSJmcmFtZSI+PHJlY3QgY2xhc3M9ImNscy0xIiBoZWlnaHQ9IjMyIiB3aWR0aD0iMzIiLz48L2c+PC9zdmc+");
        padding             :0 30px 0 0;
        background-position :100%;
    }

    .mr-subtypes-link
    {
        background-image    :url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO308L3N0eWxlPjwvZGVmcz48dGl0bGUvPjxnIGRhdGEtbmFtZT0iTGF5ZXIgMiIgaWQ9IkxheWVyXzIiIGZpbGw9IiNmNzk0MWUiPjxwYXRoIGQ9Ik0yOCwxMEg0QTEsMSwwLDAsMSw0LDhIMjhhMSwxLDAsMCwxLDAsMloiLz48cGF0aCBkPSJNMjgsMTdINGExLDEsMCwwLDEsMC0ySDI4YTEsMSwwLDAsMSwwLDJaIi8+PHBhdGggZD0iTTI4LDI0SDRhMSwxLDAsMCwxLDAtMkgyOGExLDEsMCwwLDEsMCwyWiIvPjwvZz48ZyBpZD0iZnJhbWUiPjxyZWN0IGNsYXNzPSJjbHMtMSIgaGVpZ2h0PSIzMiIgd2lkdGg9IjMyIi8+PC9nPjwvc3ZnPg==");
        padding             :0 0 0 30px;
        background-position :0;
    }

    .fadebox
    {
        visibility       :hidden;
        position         :fixed;
        top              :0;
        left             :0;
        width            :100vh;
        height           :100vh;
        background-color :rgba(0, 0, 0, 0.6);
        opacity          :0;
        transition       :opacity 0.2s ease, visibility 0.2s step-end;
        z-index          :9400;
        margin           :0;
    }

    .show-filter .fadebox, .show-subtype .fadebox
    {
        visibility :visible;
        opacity    :1;
        transition :opacity 0.2s ease, visibility 0.2s step-start;
    }

    .show-filter .mr-form .hide-right-column, .show-subtype .mr-subtypes .hide-right-column
    {
        display  :block;
        position :absolute;
        width    :40px;
        height   :40px;
        top      :0;
        right    :0;
        outline  :none;
        border   :none;
        cursor   :pointer;
        z-index  :9800;
    }

    .mr-subtypes, .mr-form
    {
        position   :fixed;
        visibility :hidden;
        top        :0;
        max-width  :320px;
        width      :100%;
        height     :100%;
        transition :transform 0.2s ease-in-out, visibility 0.2s step-end;
        z-index    :9600;
        background :#6b5c49;
        padding    :0 10px 40px 10px;
        right      :0;
        overflow-y :auto;
        box-sizing :border-box;
    }

    .show-filter .mr-form
    {
        visibility :visible;
        transform  :translateX(0);
        transition :transform 0.2s ease-in-out;
    }

    .show-subtype .mr-subtypes
    {
        visibility :visible;
        transform  :translateX(0);
        transition :transform 0.2s ease-in-out;
    }

    #searchFiltering div.containerContent div .header
    {
        font-size :14px;
    }

    #searchFiltering div.containerContent .mr-subtypes .header
    {
        padding: 5px 10px;
    }

    #searchFiltering div.containerContent > div div a
    {
        font-size   :16px;
        line-height :24px;
    }

    #searchFiltering div li
    {
        font-size :16px;
    }

    #searchFiltering input, #searchFiltering button
    {
        font-size :16px;
    }

    .mr-fixed
    {
        position :fixed;
        top      :0;
    }

    #searchFiltering .panel-heading
    {
        display :none;
    }

}

/* MR-Filter end*/

.modal-body
{
    max-height :300px;
    max-height :calc(100vh - 212px);
    overflow-y :auto;
}

.modal-title
{
    font-size   :18px;
    font-weight :bold;
    text-align  :left;
}

.cartajax-module .cartajax-module-item
{

    padding :0 10px;
    display :flex;
}

.cartajax-module .cartajax-module-item-label
{
    width      :100%;
    text-align :left;
}

.cartajax-module .cartajax-module-item:last-child
{
    border  :none;
    margin  :0;
    padding :0;
}

.cartajax-module .cartajax-module-item > div
{
    padding :0 5px;
}

.cartajax-module-item-price-rb
{
    white-space :nowrap;
    color       :red;
    font-weight :bold;
}

.cartajax-module-item-count-rb
{
    margin-right :25px;
}

.cartajax-module-item-count-rb input
{
    width   :40px;
    height  :34px;
    padding :5px;
}


.input-group-btn-vertical
{
    position       :relative;
    white-space    :nowrap;
    width          :1%;
    vertical-align :middle;
    display        :table-cell;
}

.input-group-btn-vertical > .btn
{
    display       :block;
    float         :none;
    width         :100%;
    max-width     :100%;
    padding       :8px;
    margin-left   :-1px;
    position      :relative;
    border-radius :0;
}

.input-group-btn-vertical > .btn:first-child
{
    border-top-right-radius :4px;
}

.input-group-btn-vertical > .btn:last-child
{
    margin-top                 :-2px;
    border-bottom-right-radius :4px;
}

.input-group-btn-vertical i
{
    position :absolute;
    top      :0;
    left     :4px;
}

#theBasket
{
    background-color      :#f19f36;
    color                 :black;
    font-weight           :bold;
    /* display: inline-block; */
    -moz-border-radius    :0px 0px 8px 8px;
    -webkit-border-radius :0px 0px 8px 8px;
    -o-border-radius      :0px 0px 8px 8px;
    border-radius         :0px 0px 8px 8px;
    /* height: 20px; */
    padding               :4px 15px;
    /* margin-left: 2px; */
}

.add-one
{
    cursor :pointer;
}

.sizeguide
{
    margin :10px 0 -5px 0;
}

.sizeguide table
{
    border   :1px solid;
    overflow :auto;
    width    :100%;
}

.sizeguide table td, .sizeguide table th
{
    padding :3px;
}

.sizeguide .modal-dialog
{
    margin :0 auto !important;
}

table.jshop.cart
{
    border :solid 1px #e6e7e9;
}

table.jshop.cart th
{
    background-color :#e6e7e9;
    padding          :10px 10px;
}

.checkbox.text-sm label
{
    padding-left :0px;
    font-size    :11px;
}

#chronoform-call-me
{
    font-size :12px;
}

.chrono_credits
{
    display :none !important;
}

.tel-input3
{
    border-radius :4px !important;
}

.modal-body
{

    font-size :13px;
}

.btn_box
{
    text-align :center;
    padding    :15px;
}

a.new_btn
{
    background  :#f19f36;
    border      :0px;
    color       :white;
    font-weight :bold;
    padding     :0px 15px;

    cursor      :pointer;
    display     :inline-block;
    width       :auto;
    height      :34px;
    padding     :6px 12px;
    font-size   :14px;
    line-height :1.42857143;
}

.modal-body p
{
    text-align :center;
    display    :block;
    margin-top :20px;
}

table.jshop.cart td
{
    padding :10px;
}

.jshop_prod_cart .jshop_img_description_center img
{
    max-width :130px;
}

table.jshop.cart tr.odd
{
    background :#ffffff;
}

.jshop_subtotal td
{
    padding :10px;
}

.jshop_subtotal
{
    background  :#68b204;

    color       :#ffffff;
    font-size   :15px;
    font-weight :bold;
    float       :right;
}

.cart_buttons #checkout
{
    border-top  :solid 1px #e6e7e9;
    padding-top :25px;
}

.cart_buttons #checkout .btn
{
    background    :#f19e37;
    font-weight   :bold;
    color         :#ffffff;
    border-radius :0px;
}

.cart_buttons #checkout .btn:hover
{
    opacity :0.8;
}

.jshop.cart_buttons
{
    margin-top    :65px;
    margin-bottom :25px;
}

table.jshop.cart .remove
{
    text-align :center;
}

.cart_block_discount
{
    display :none;
}

table.jshop.cart .quantity input[type="text"]
{
    max-width  :50px;
    text-align :center;
    height     :32px;
}

table.jshop.cart .mobile-cart
{
    display :none;
}

.search_bt
{
    text-indent :-9999px;
}

.myorders_block_info
{
    padding       :15px;
    border-bottom :solid 1px #cccccc;
}

.other_delivery_adress
{
    display :none;
}

h3
{
    font-size :120%;
}

.myorders_total
{
    text-align  :right;
    font-size   :13px;
    font-weight :bold;
    padding     :20px;
    background  :#f9f9f9;
}

.logoutBtn
{
    color          :white;
    font-size      :10px;
    margin-right   :4px;
    margin-left    :4px;
    text-transform :lowercase;
}

#signupFrm fieldset legend
{
    padding-bottom :3%;
}

#signupFrm legend
{
    display       :block;
    font-weight   :normal;
    width         :100%;
    padding       :0;
    margin-bottom :20px;
    font-size     :21px;
    line-height   :inherit;
    color         :#333333;
    border        :0;
    border-bottom :1px solid #e5e5e5;
}

.cartajax-module .cartajax-module-item-remove
{
    opacity :0.5;
}

.panel-heading p
{
    margin :0px;
}

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

.jshop_filters
{
    float :left;
}

.range-slider
{
    margin :20px 10px 0px 10px;
}

.ui-slider
{
    background :#ffffff;
    border     :1px solid black;
    height     :5px;
}

.range-slider .ui-slider-range
{
    background :green;
}

.ui-state-default, .ui-state-focus, ui-state-active.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active
{
    background    :url('../images/filter_arrow.png') no-repeat center bottom;
    margin-top    :-10px;
    border        :0px;
    outline-width :0px;
}

.ui-state-default:hover
{
    cursor :pointer;
}

.panel, .panel-heading, .nav-tabs.nav-justified > li > a
{
    border-radius :0 !important;
}

.filter_item input[type=checkbox][disabled], .filter_item input[type=text][disabled]
{
    display :none;
}

#jshop_filters_1
{
    margin :0px;
}


#leftColumnContainer .popup
{
    position       :absolute;
    background     :#6b5c49;
    z-index        :999;
    text-transform :capitalize;
    padding        :7px 20px;
    box-shadow     :0 0 10px rgba(0, 0, 0, 0.5);
    margin-left    :195px;
}

#leftColumnContainer .popup a
{
    color :black;
}

#leftColumnContainer .popup a:hover
{
    text-decoration :underline;
}

.clear-filter
{
    text-align :center;
    margin-top :3px;
}


#top-navbar
{

    z-index :11;
}

.filter_item
{
    color       :white !important;

    font-size   :12px;
    line-height :16px;
}

.show_prices
{
    color       :white;

    font-size   :12px;
    line-height :16px;
}

.block-slider-range, .filter_price
{
    display :block !important;
}

.ui-widget-header
{

    background :#68b204;

}

.show_prices input
{
    color :#000000;
}

input.form-control[type=submit],
input.form-control[type=reset],
input.form-control[type=button]
{
    border-radius :0 !important;
}

.l2Container
{
    border-top :1px solid #d1d1d1;
}

.l2Container .randomProduct
{
    float  :right;
    margin :0px 0px 0px -30px;
}

.l2Container img
{
    max-width :150px;
}

.newmenuu
{
    float     :left;
    max-width :670px;
}

.item-134 .newmenuu
{
    max-width :300px;
}

#top-navbar .item-134 .content > div > li
{

    width :100% !important;
}

/* ================= header ================ */
#topBrownBack
{
    background-color :#6e5f4c;
    content          :' ';
    height           :20px;
    position         :absolute;
    width            :100%;
    z-index          :0;
}

#logo
{
    display :block;
}

.alsoFoundInStore
{
    margin-bottom :20px;
}

.alsoFoundInStore > *
{
    border      :1px solid #62ae00;
    padding     :10px;
    font-size   :95%;
    line-height :140%;
}

header #contactPhone
{
    /*	background: url(/images/v2014/phone.png) no-repeat 0px top;
    background-size: 30px;*/
    color         :#f5a10d;
    font-family   :arial, helvetica, sans-serif;
    font-size     :17px;
    font-weight   :bold;
    line-height   :19px;
    margin-bottom :16px;
    margin-top    :12px;
}

header #contactPhone a
{
    color         :#f5a10d;
    font-family   :arial, helvetica, sans-serif;
    font-size     :17px;
    font-weight   :bold;
    line-height   :19px;
    margin-bottom :16px;
    margin-top    :12px;
}

header #contactPhone > div + div, header #contactPhone > div + div a
{
    font-size :12px;
    color     :#999999;
}

header #contactPhone span
{
    white-space :nowrap;
}

header #searchContainer .form-group > div
{
    padding-right :0px;
}

header .row > div:nth-child(2)
{
    padding-left :0px;
}

/*#searchContainer .form-group>* {
	padding: 0;
}*/

#topmenu-container
{
    height     :33px;
    margin-top :100px;
}

.bold-text
{
    font-weight :bold;
}

.inMenusTabs .content > *:nth-child(2)
{
    display :none;
}

.inMenusTabs .content
{
    margin-top :5px;
}

.inMenusTabs .content > div
{
    margin-left :0px;
}

.inMenusTabs .tabs > *
{
    border       :1px solid #d1d1d1;
    color        :black;
    cursor       :pointer;
    display      :inline-block;
    font-weight  :bold;
    padding      :5px 20px;
    margin-right :5px;
}

.inMenusTabs .tabs > div.current
{
    background-color :#6ab103;
    color            :white;
}

/* top menu */
#top-navbar
{
    background-color :#6f604d;
    position         :relative;
}

#top-navbar ul,
#top-navbar li
{
    margin          :0;
    padding         :0;
    list-style-type :none;
    text-align      :left;
    min-height      :26px;
}

#topCategoryrasprodazha a, .item-327 a
{
    /*	background-color: red;
	color: white;*/
    position  :relative;
    min-width :90px;
}

#topCategoryrasprodazha img, .item-327 img
{
    position :absolute;
    left     :-5px;
    top      :-5px;
}

#topCategoryrasprodazha img.bFriday, .item-327 img.bFriday
{
    top :-10px;
}

.navbar-collapse
{
    padding :0px;
}

#top-navbar .saleLink
{
    background-color :#6ab103;
    color            :white !important;
    /*font-size: 90%;*/
    padding          :3px 7px !important;
    text-transform   :uppercase;
    font-weight      :bold;
    /*margin-left: 5px;*/
}

/* top menu end */
.topSystemMenu
{
    position   :relative;
    text-align :center;
}

@media (min-width :992px)
{
    .topSystemMenu
    {
        text-align :right;
    }
}

.topSystemMenu > span:not(.logoutBtn)
{
    background-color      :#579f00;
    border                :1px solid #666666;
    border-top-width      :0px;
    color                 :white;
    -moz-border-radius    :0px 0px 8px 8px;
    -webkit-border-radius :0px 0px 8px 8px;
    -o-border-radius      :0px 0px 8px 8px;
    border-radius         :0px 0px 8px 8px;
    height                :20px;
    padding               :3px 15px;
    margin-left           :2px;
}

.topSystemMenu > span:hover,
.topSystemMenu > span:hover > a
{
    background-color :#96d103;
    color            :white;
    cursor           :pointer;
    text-decoration  :none;
}

#clientGreeting
{
    color     :white;
    font-size :12px;
    padding   :5px 0px;
}

.login .form-horizontal .control-label
{
    text-align :left;
}

/*
.reset
{
    max-width :450px;
}

.validate-email
{
    display            :block;
    width              :100%;
    height             :34px;
    padding            :6px 12px;
    font-size          :14px;
    line-height        :1.42857143;
    color              :#555555;
    background-color   :#ffffff;
    background-image   :none;
    border             :1px solid #cccccc;
    border-radius      :4px;
    -webkit-box-shadow :inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow         :inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition :border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition      :border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition         :border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
*/

.p5 .btn
{
    display            :block;
    width              :100%;
    height             :34px;
    padding            :6px 12px;
    font-size          :14px;
    line-height        :1.42857143;
    color              :#555555;
    background-color   :#ffffff;
    background-image   :none;
    border             :1px solid #cccccc;
    border-radius      :4px;
    -webkit-box-shadow :inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow         :inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition :border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition      :border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition         :border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-color   :#f19f36;
    border             :0px;
    color              :white;
    font-weight        :bold;
    margin-top         :10px;
}

#loginFrm .forgotYourPasswordLink, #login-form .forgotYourPasswordLink
{
    float     :left;
    font-size :9px;
}

#theBasket
{
    background-color :#f19f36;
    color            :black;
    font-weight      :bold;
}

#theBasket > b
{
    font-size :10px;
}

#theBasket:hover
{
    background-color :#333333;
}

.table-responsive
{
    padding :0px;
}

#models td:not(.name)
{
    text-align :center;
}

.modal-body b
{
    padding    :0px 15px;
    margin-top :20px;
    display    :block;
}

#message-product .modal-dialog
{
    margin :30px auto;
    width  :94%;
}
@media (min-width: 480px) {
    #message-product .modal-dialog {
        width :445px;
    }
}

#theBasketContent .basketItemLine
{
    display :table !important;
    width   :100%;
}

#theBasketContent .basketItemLine > div, .cartajax-module-item-label, .cartajax-module-item-price, .cartajax-module-item-image, .form_box input
{
    display        :table-cell;
    padding-bottom :10px;
    vertical-align :top;
}

#theBasketContent > div div.basketImage, .cartajax-module-item-image
{
    margin-right  :10px;
    padding-right :9px;
    width         :40px;
}

.cartajax-module-item-id
{
    display :none !important;
}

#theBasketContent > div div.basketItem a
{
    color       :black;
    font-weight :bold;
    font-size   :13px;
}

.cartajax-module .cartajax-module-item-price
{
    position    :relative;
    right       :auto;
    bottom      :0px;
    font-weight :700;
    display     :block;
    margin-left :50px;
    color       :#fc3400;
    margin-top  :-13px;
}

.cartajax-module .cartajax-module-item-count
{
    font-weight   :500;
    font-size     :13px;
    position      :relative;
    text-align    :right;
    padding-right :40px;
}

.form_box
{
    padding :0px 20px 20px;
}

.form_box input[type="email"]
{
    max-width :300px;
}

.form_box input[type="submit"]
{
    height :34px;
}

td a
{
    cursor :pointer;
}

#theBasketContent .basketPrice
{
    color :#fc3400;
}

#oneStepCheckoutForm .uk-panel-box
{
    background    :none;
    color         :#444444;
    border        :none;
    border-radius :0px;
    padding       :0px;
}

#oneStepCheckoutForm
{
    margin :0 auto;
}

#oneStepCheckoutForm .jshop_nvg_register input
{
    display            :block;
    width              :100%;
    height             :34px;
    padding            :6px 12px;
    font-size          :14px;
    line-height        :1.42857143;
    color              :#555555;
    background-color   :#ffffff;
    background-image   :none;
    border             :1px solid #cccccc;
    border-radius      :4px;
    -webkit-box-shadow :inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow         :inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition :border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition      :border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition         :border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#oneStepCheckoutForm .uk-navbar
{
    background          :none;
    color               :#444444;
    border              :1px solid rgba(0, 0, 0, 0.1);
    border-bottom-color :rgba(0, 0, 0, 0.1);
    background-origin   :border-box;
    background-image    :linear-gradient(to bottom, #ffffff, #ffffff);
}

.rabatt_input .uk-button
{
    background-color :#f19f36;
    border           :0px;
    color            :white;
    font-weight      :bold;
    padding          :0px 15px;
    text-shadow      :0 0px 0 #ffffff;
    background-image :linear-gradient(to bottom, #f19e38, #f19e38);
}

.jshop_nvg_register .uk-grid > div
{
    display :flex;

}

.jshop_nvg_register .uk-grid > div > span:first-child
{
    width :95%;
}

.jshop_nvg_register .uk-grid > div > span.requiredtext
{
    padding :8px;
    width   :5px;
}

.uk-button-primary:hover, .uk-button-primary:focus
{
    background-color :#e4830c;
    color            :#ffffff;
    background-image :none;
}

.uk-grid:not(.uk-grid-preserve) + .uk-grid
{
    margin-top :13px;
}

.uk-button-primary
{
    background-color    :#f19e38;
    color               :#ffffff;
    background-image    :linear-gradient(to bottom, #f19e38, #f19e38);
    border-color        :rgba(0, 0, 0, 0.2);
    border-bottom-color :rgba(0, 0, 0, 0.4);
    text-shadow         :0 -1px 0 rgba(0, 0, 0, 0.2);
    margin-top          :30px;
}

#oneStepCheckoutForm .row_agb
{

}

#oneStepCheckoutForm .jshop_register .uk-grid
{
    margin-top :13px;
}

#oneStepCheckoutForm .jshop_subtotal td
{
    padding :5px;
}

#oneStepCheckoutForm .jshop_subtotal
{

    color       :#ffffff;
    font-size   :13px;
    font-weight :bold;
    float       :right;
}

#oneStepCheckoutForm .step-header
{
    display        :block;
    font-weight    :normal;
    width          :100%;
    padding        :0;
    margin-bottom  :20px;
    font-size      :21px;
    line-height    :inherit;
    color          :#333333;
    border         :0;
    border-bottom  :1px solid #e5e5e5;
    text-transform :none;
    padding-bottom :10px;
}

#oneStepCheckoutForm .jshop_nvg_register select, #delivery_adress_2
{
    display            :block;
    width              :100%;
    height             :34px;
    padding            :6px 12px;
    font-size          :14px;
    line-height        :1.42857143;
    color              :#555555;
    background-color   :#ffffff;
    background-image   :none;
    border             :1px solid #cccccc;
    border-radius      :4px;
    -webkit-box-shadow :inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow         :inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition :border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition      :border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition         :border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#oneStepCheckoutForm .jshop_nvg_register input, #oneStepCheckoutForm .jshop_nvg_register select
{
    width              :100%;
    -webkit-box-sizing :border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing    :border-box; /* Firefox, other Gecko */
    box-sizing         :border-box; /* Opera/IE 8+ */
}

#delivery_adress_2
{
    display :none;
}


#table_shippings
{
    display   :flex;
    flex-wrap :nowrap;
}

.jshop_shipping_method
{
    padding-left :15px;
}

#table_shippings label
{
    font-weight   :normal;
    margin-bottom :0;
}

#table_shippings .shipping-price
{
    white-space :nowrap;
    font-weight :bold;
}

#table_shippings .shtype-name
{
    font-size :20px;
}

#table_shippings .tk
{
    margin :20px 0;
}

#table_shippings .tk > div:not(.tk-name)
{
    margin-left :10px;
}

#table_shippings .tk-name
{
    margin-bottom :10px;
    font-weight   :bold;
}

#table_shippings > div
{
    margin-bottom :5px;
    padding-right :30px;
}

.shtype .min-price
{
    display :block;
}

#theBasketContent > div div.basketImage img, .cartajax-module-item-image img
{
    width :40px;
}

#theBasketContent > div div.basketQty
{
    margin-right :10px;
    width        :40px;
    line-height  :40px;
    text-align   :center;
}

#theBasketContent .modal-sm
{
    width  :400px;
    margin :20px auto;
}

.cartajax-module .btnGreen.text11
{
    float :left;
}

#theBasketContent .basketSubtotal
{
    font-weight   :bold;
}

#theBasketContent .modal-footer input
{
    padding   :10px 20px;
    font-size :16px;
}

#theBasketContent input.blue
{
    float :right;
}

.fancy_popup
{
    display :none;
    width   :380px;
    padding :0px;
    margin  :0px;
}

.fancy_popup h3
{
    font-weight :bold;
    font-size   :150%;
}

.fancy-inner
{
    padding :20px;
}

.checkbox label, .radio label
{
    min-height    :20px;
    padding-left  :20px;
    margin-bottom :0;
    font-weight   :400;
    cursor        :pointer;
}

/* ================= header ================ */
/* ================= footer ================ */
footer
{
    background-color :#6e5f4c;
    color            :white;
    padding-top      :20px;
}

footer > div > .container
{
    width :100% !important;
}

footer a,
footer li
{
    color           :white !important;
    font-size       :11px;
    line-height     :25px;
    text-decoration :underline;
    text-transform  :lowercase;
}

footer li
{
    cursor          :pointer;
    list-style-type :none;
    line-height     :normal;
}

footer li:not(.rss):before
{
    content :"» ";
}

footer .header
{
    font-weight    :bold;
    text-transform :uppercase;
}

footer #contactInfoBox
{
    border-top  :1px solid white;
    padding-top :2%;
}

.switchViewModeContainer
{
    background-color :#ffa028;
    padding          :5px;
    margin-top       :12px;
    text-align       :center;
}

.switchViewModeContainer a
{
    color       :white;
    font-weight :bold;
}

/* ================= footer ================ */

/* buttons */
input[type=button], input[type=submit], input[type=reset], .orangeBtn
{
    background-color :#f19f36; /* orange */
    border           :0px;
    color            :white;
    font-weight      :bold;
    padding          :0px 15px;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover
{
    opacity :0.8
}

.big-btn
{
    width     :100%;
    padding   :10px 0 !important;
    font-size :16px;
    margin    :5px 0;
}

/* end buttons */

/* side panels */
.panel.titleGreenBack .panel-heading
{
    background-color :#6ab103 !important;
    border           :0px;
    color            :white !important;
}

.panel.titleGreenBack .panel-heading a
{
    color :white !important;
}

.panel.titleOrangeBack .panel-heading
{
    background-color :#f5a10d !important;
    border           :0px;
    color            :white !important;
}

body.error404 #leftColumnContainer
{
    display :none;
}

#leftColumnContainer .panel .panel-heading,
#leftColumnContainer .panel .panel-heading a
{
    font-size      :20px;
    font-weight    :bold;
    line-height    :110%;
    /*    padding: 10px;*/
    text-transform :uppercase;
}

.panel.backBrown .panel-body
{
    background-color :#6b5c49
}

.socialPlugins
{
    height :25px;
}

#newsDigestContainer a
{
    color       :white;
    display     :block;
    line-height :14px;
    padding     :7px 0px;
}

#newsDigestContainer a:first-child
{
    font-weight :bold;
    font-size   :110%;
}

#salesContainer
{
    transition :1s;
}

#salesContainer .panel-body
{
    padding :0;
}

#salesContainer .panel-heading
{
    background-color :transparent;
    color            :#62ae00;
}

#salesContainer .panel-footer
{
    cursor :pointer;
}

#salesContainer .containerContent
{
    overflow   :hidden;
    max-height :343px;
}

#salesContainer .containerContent > div
{
    padding  :1px;
    overflow :hidden;
    /*width: 206px;*/
}

#salesContainer .containerContent .itemBox
{
    display   :inline-block;
    max-width :203px;
}

#salesContainer .salesContainerExtendedClose
{
    color     :darkgrey;
    cursor    :pointer;
    display   :none;
    font-size :14px;
}

#salesContainer:not(.expanded) .itemBox
{
    border-color :white;
}

#salesContainer.expanded
{
    box-shadow :0px 5px 15px grey;
    position   :absolute;
    z-index    :10;
}

#salesContainer.expanded .panel-footer
{
    display :none;
}

#salesContainer.expanded .salesContainerExtendedClose
{
    display :block;
}

#freeShippingInfoContainer
{
    background-color :#ffffcd;
    border           :1px solid lightgrey;
    font-weight      :bold;
    text-align       :center;
}

#freeShippingInfoContainer .panel-body
{
    padding :5px;
}

#freeShippingInfoContainer .row,
#freeShippingInfoContainer .row > *
{
    font-size   :95%;
    padding     :0;
    margin      :0;
    line-height :15px;
}

#freeShippingInfoContainer span
{
    color :#62ae00;
}

#freeShippingInfoContainer img
{
    display :inline-block;
}

#freeShippingInfoContainerResp
{
    background-color :#ffa028;
    color            :white;
    display          :table;
    font-size        :90%;
    font-weight      :bold;
    padding          :3px;
}

#freeShippingInfoContainerResp > *
{
    display        :table-cell;
    line-height    :140%;
    vertical-align :middle;
}

#freeShippingInfoContainerResp > *:first-child
{
    padding-right :6px;
}

#freeShippingInfoContainerResp img
{
    min-height :48px;
    min-width  :51px;
}

#freeShippingInfoContainerResp span
{
    color          :#0001fc;
    letter-spacing :-0.1em;
}

#freeShippingInfoContainerRespV2
{
    background      :#ffa028 url(../images/freeShipping_boat.png) no-repeat 97% 90%;
    color           :white;
    display         :table;
    font-size       :100%;
    font-weight     :bold;
    padding         :3px 11px;
    background-size :70px;
    width           :100%;
    line-height     :140%;
}

#freeShippingInfoContainerRespV2 span
{
    color   :#0001fc;
    display :block;
}

#subscribeResponse
{
    font-size :11px;
    padding   :5px;
    color     :maroon;
}

/* side panels end */

/* item box */
.itemsListing.grid div.itemBox
{
    border         :1px solid #dedede;
    display        :inline-block;
    min-height     :375px;
    margin-right   :0px;
    margin-left    :0px;
    margin-bottom  :6px;
    position       :relative;
    text-align     :center;
    vertical-align :top;
    width          :100%;
}

div.itemBox:hover
{
    border :1px solid #62ae00 !important;
}

div.itemBox.saleItem:hover
{
    border-color  :red !important;
    outline-color :red !important;
}

.itemBox .sideIcon
{
    padding  :10px;
    position :absolute;
    top      :0;
    right    :0;
    z-index  :10;
}

div.itemBox.saleItem .sideIcon
{
    top :35px !important;
}

/*.itemsListing.grid div.itemBox .moreInfoBtn {*/
.moreInfoBtn
{
    background-color :#f5a10d;
    border           :none;
    border-radius    :5px;
    box-sizing       :border-box;
    color            :#ffffff !important;
    display          :inline-block;
    font-family      :Arial, sans-serif;
    font-weight      :500;
    font-size        :14px;
    margin           :2rem auto 2rem;
    opacity          :0;
    padding          :1rem 4rem;
    transition       :opacity 0.3s;
    text-align       :center;
    text-decoration  :none;
    text-transform   :uppercase;
    vertical-align   :middle;
}

.itemsListing.grid div.itemBox:hover .moreInfoBtn
{
    opacity :1;
}

div.itemsListing:not(.miniInfo) .itemBox h3
{
    height :45px !important;
}

#salesContainer div.itemsListing:not(.miniInfo) .itemBox h3
{
    height :65px !important;
}

.itemsListing.grid div.itemBox h3
{
    font-size     :14px;
    margin        :0px;
    padding       :0 10px;
    overflow-y    :hidden;
    margin-bottom :10px;
}

.itemsListing.grid div.itemBox .itemImage img
{
    margin     :5px auto;
    width      :90%;
    height     :200px;
    object-fit :contain;
}

.itemBox .itemImage
{
    margin-top :1px;
}

.itemsListing.grid.row
{
    margin :0px;
}

.itemsListing.grid > div.col-md-3
{
    padding-left  :4px;
    padding-right :2px;
}

.itemsListing.lines > div.itemBox .itemPrice,
.itemsListing.grid > div.itemBox .itemPrice
{
    padding       :5px 0px;
    margin-bottom :10px;
}

div.itemBox .itemHeader
{
    font-size  :120%;
    min-height :80px;
}

div.itemBox .itemPrice
{
    color  :#62ae00;
    margin :10px 0;
}

div.itemBox .itemPrice span.retail
{
    text-decoration :line-through;
}

div.itemBox .itemPrice span.discount
{
    color       :red;
    margin-left :7px;
}

div.itemBox .saleIcon
{
    background :url(/images/layout/icon_action_Ru.png) no-repeat;
    height     :29px;
    position   :absolute;
    right      :10px;
    top        :10px;
    width      :100px;
}

div.itemBox .salePrcntIcon
{
    background-color :red;
    border-radius    :50%;
    color            :white;
    display          :inline-block;
    font-size        :13px;
    font-weight      :bold;
    line-height      :40px;
    position         :absolute;
    top              :10px;
    right            :10px;
    width            :40px;
    z-index          :10;
}

/* item box */

/* misc */
.rss-icon
{
    background :url(/images/layout/icons.png) no-repeat -293px -111px;
    margin-top :15px;
}

/* end misc */

/* root page */
#rootBannerSpecialsContainer
{
    margin :1% 0;
}

#rootInfoArea > .row > *,
#rootBannerSpecialsContainer .row > *
{
    padding-left  :0px;
    padding-right :0px;
}

#rootInfoArea [role="tablist"]
{
    border-bottom :1px solid #7cbf08;
    box-shadow    :0px 2px 0px rgba(124, 191, 8, 1);
}

#rootInfoArea [role="tablist"] a
{
    border-bottom-width :0px !important;
    color               :#3a484c !important;
    cursor              :pointer;
    font-size           :17px;
    font-weight         :bold;
    line-height         :28px;
    text-align          :center;
    text-transform      :lowercase;
}

#rootInfoArea [role="tablist"] .active a
{
    background-color :#6ab103 !important;
    color            :white !important;
}

#rootInfoArea .tab-content
{
    padding-top :10px;
}

/* root page ends */

#main-container
{
    margin-bottom :15px;
    margin-top    :15px;
}

body.root #main-container
{
    margin-top :15px;
}

.greenBackHeader, .orangeBackHeader, .brownBackHeader
{
    background-color :#6ab103;
    color            :white;
    font-size        :17px;
    padding          :10px 30px;
}

.orangeBackHeader
{
    background-color :#f5a10d;
}

.brownBackHeader
{
    background-color :#6b5c49;
}

.breadCrums
{
    background-color :#f8f8f8;
    color            :white;
    padding          :13px 20px;
}

.breadCrums > *, .breadCrums a
{
    color         :black;
    font-size     :14px;
    padding-right :10px;
    white-space   :nowrap;
}

.breadCrums > a
{
    color :white;
}

.breadCrums .it_br:after
{
    content :' » ';
}

.breadCrums td > span:last-child
{
    display :none;
}

.contentContainer > h1:first-child
{
    margin-top :0px;
}

/* about-us */
.staffContainer
{
    border-bottom  :1px solid black;
    margin-bottom  :2%;
    padding-bottom :2%;
}

.staffContainer > *:first-child
{
    text-align :center;
}

.staffContainer > *:first-child img
{
    display :inline-block;
}

.staffContainer h3
{
    margin-top :0px;
}

.storeReview
{
    display       :table;
    margin-bottom :2%;
}

.storeReview > div
{
    display        :table-cell;
    vertical-align :top;
}

.storeReview > div:first-child
{
    font-size     :110%;
    padding-top   :20px;
    padding-right :25px;
    text-align    :right;
    width         :15%;
}

.storeReviewText
{
    border     :1px solid #6b5c49;
    padding    :25px;
    position   :relative;
    background :#ffffff;
}

.storeReviewText:after, .storeReviewText:before
{
    right          :100%;
    top            :30%;
    border         :solid transparent;
    content        :" ";
    height         :0;
    width          :0;
    position       :absolute;
    pointer-events :none;
}

.storeReviewText:after
{
    border-color       :rgba(255, 255, 255, 0);
    border-right-color :#ffffff;
    border-width       :16px;
    margin-top         :-16px;
}

.storeReviewText:before
{
    border-color       :rgba(107, 92, 73, 0);
    border-right-color :#6b5c49;
    border-width       :17px;
    margin-top         :-17px;
}

.storeReviews .loadMoreBtn
{
    cursor          :pointer;
    display         :block;
    text-align      :right;
    text-decoration :underline;
}

.storeReviews:not(.expanded) > div:nth-of-type(n+3)
{
    display :none;
}

/* about-us ends */

/* used in /razmernaya+setka/ */
.sizeTable
{
    border-spacing  :0px;
    border-collapse :separate;
    color           :#666666;
    font-weight     :bold;
    font-size       :120%;
    /*	margin: 0 20px;*/
    text-align      :center;
    width           :96%;
}

.sizeTable tr > *:first-child
{
    border-left :0px;
    text-align  :left;
}

.sizeTable td
{
    border-left :1px solid gray;
    border-top  :1px solid gray;
    padding     :3px 0;
}

.sizeTable th
{
    color :orange;
}

/* end /razmernaya+setka/ */

/* search */
#searchFiltering a
{
    color :white !important;
}

#searchFiltering .panel-body
{
    padding :10px;
}

#supplierInfoContainer div.containerContent > div,
#searchFiltering div.containerContent > div
{
    margin :2px 0px;
}

#searchFiltering div.containerContent .header
{
    color       :white;
    cursor      :pointer;
    font-size   :14px;
    font-weight :bold;
    margin      :5px 0;
    background  :#f19e36;
    padding     :0px 10px;
}

#supplierInfoContainer div.containerContent > div a,
#searchFiltering div.containerContent > div a
{
    color       :white !important;
    display     :block;
    font-size   :12px;
    line-height :16px;
}

#supplierInfoContainer div.containerContent > div a span,
#searchFiltering div.containerContent > div a span
{
    color     :white;
    float     :right;
    font-size :11px;
}

#supplierInfoContainer div.containerContent > div
{
    clear :both;
}

#supplierInfoContainer .panel-heading > div
{
    background-color :white;
    border           :1px solid #cccccc;
    float            :right;
    margin-right     :-6px;
    margin-top       :-6px;
    text-align       :center;
    width            :51px;
}

/* search ends */

/* socials */
.socials
{
    padding-bottom :10px;
    text-align     :center;
}

@media (min-width :768px)
{
    .socials
    {
        text-align :left;
    }
}

.social
{
    background-color :white;
    display          :inline-block;
    min-width        :45px;
    padding-top      :3px;
    padding-bottom   :3px;
    line-height      :normal;
    text-align       :center;
}

.social.facebook
{
    border :2px solid #3b5998;
    color  :#3b5998;
}

.social.vk
{
    border :2px solid #45668e;
    color  :#45668e;
}

.social.instagram
{
    border :2px solid #517fa4;
    color  :#517fa4;
}

.social.googlePlus
{
    border :2px solid #d34836;
    color  :#d34836;
}

.social.youtube
{
    border :2px solid #f05c4c;
    color  :#f05c4c;
}

.social:hover
{
    color :white !important;
}

footer .social.facebook,
.social:hover.facebook,
.quickViewData .social.facebook
{
    background-color :#3b5998;
}

footer .social.vk,
.social:hover.vk,
.quickViewData .social.vk
{
    background-color :#45668e;
}

footer .social.instagram,
.social:hover.instagram,
.quickViewData .social.instagram
{
    background-color :#517fa4;
}

footer .social.googlePlus,
.social:hover.googlePlus,
.quickViewData .social.googlePlus
{
    background-color :#d34836;
}

footer .social.youtube,
.social:hover.youtube,
.quickViewData .social.youtube
{
    background-color :#f05c4c;
}

/* socials end */

/* buttons */
.greyBorderBtn
{
    background-color :white !important;
    border           :1px solid darkgrey !important;
    color            :black !important;
    padding          :7px 10px !important;
    font-size        :90%;
}

.longDescrBtn
{
    background-color :#949694 !important;
}

.scrollableItemsNewFormat
{
    border-bottom  :1px dashed #666666;
    padding-bottom :5px;
    position       :relative;
    margin-bottom  :10px;
    z-index        :1;
}

.scrollableItemsNewFormat:not(.noScroll) .scrollableItemsContainer
{
    padding :0 50px;
}

.scrollableItemsNewFormat > div:first-child,
.scrollableItems > div:first-child
{
    background-color :#6ab103;
    padding          :5px 40px;
    color            :white;
    display          :inline-block;
    font-size        :17px;
    font-weight      :bold;
    margin-bottom    :7px;
    white-space      :nowrap;
}

.scrollableItemsNewFormat .jcarousel > div,
.scrollableItems .jcarousel > div
{
    list-style :none;
    margin     :0 -2px 0 0;
    padding    :0;
}

.jcarousel .slick-next, .jcarousel .slick-prev
{
    position  :absolute;
    font-size :0 !important;
    top       :130px;
    z-index   :99;
    border    :0;
    width     :38px;
    height    :38px;
}

.jcarousel .slick-next
{
    background :url(/images/layout/arrow_right_n.png) center center;
    right      :-50px;
}

.jcarousel .slick-next:hover
{
    background :url(/images/layout/arrow_right_n_hover.png) center center;
}

.jcarousel .slick-prev
{
    background :url(/images/layout/arrow_left_n.png) center center;
    left       :-50px;
}

.jcarousel .slick-prev:hover
{
    background :url(/images/layout/arrow_left_n_hover.png) center center;
}


.withJCarousel .carouselControl
{
    display     :none;
    position    :absolute;
    opacity     :0.5;
    margin      :0;
    z-index     :10000;
    line-height :380px;
}

.withJCarousel.visibleControls .carouselControl,
.withJCarousel .carouselControl:hover
{
    opacity :1;
}

.withJCarousel .carouselControl.jcarousel-prev
{
    left :0;
    top  :0;
}

.withJCarousel .carouselControl.jcarousel-next
{
    right :0;
    top   :0;
}

.withJCarousel.visibleControls .carouselControl,
.withJCarousel:hover .carouselControl
{
    display :block;
}

.jcarousel .itemsListing .itemBox
{
    min-height :350px;
    width      :190px;
}

.scrollableItemsNewFormat.noScroll .carouselControl
{
    display :none;
}

.carouselControl
{
    line-height :290px;
}

.scrollableItemsNewFormat .jcarousel .itemsListing .itemBox
{
    min-height :290px;
    width      :180px;
    display    :block;
}

/* presents */
.presentsListing > div
{
    padding :2px;
}

.presentsListing.panel-body
{
    padding :0px;
}

.presentsListing > div > div
{
    border :1px solid lightgrey;
}

.presentsListing > div:hover > div
{
    border :1px solid #6ab103;
}

.presentsListing > div:hover > div
{
    border  :1px solid #62ae00 !important;
    outline :2px solid #62ae00 !important;
}

.presentsListing > div:hover .moreInfoBtn
{
    opacity :1;
}

.presentsListing h2
{
    color          :gray;
    font-size      :150%;
    font-weight    :bold;
    height         :40px;
    padding        :0 3%;
    text-transform :uppercase;
}

/* end presents */

/* root carousel */
.carousel-inner > .item > a > img, .carousel-inner > .item > img
{
    display :inline-block;
}

.carousel-inner > .item > a, .carousel-inner > .item
{
    text-align :center;
}

.carousel-indicators
{
    z-index    :1;
    list-style :none;
    bottom     :0;
}

.carousel-indicators li button
{
    display :none;
}

.carousel-indicators li
{
    background-color :#6ab103;
    border-width     :0px;
    border-radius    :50%;
    color            :white;
    font-size        :15px;
    line-height      :25px;
    text-indent      :0;
    opacity          :0.7;
}

.carousel-indicators li.slick-active
{
    color            :black;
    background-color :white;
    opacity          :1;
}

.carousel-indicators li,
.carousel-indicators li.slick-active
{
    margin :0 5px;
    height :12px;
    width  :12px;
}

/* root carousel */

/* modals */
.addClassRequestRegistration .modal-body
{
    padding :0;
    width   :380px;
}

.addClassRequestRegistration form
{
    padding-top :0;
}

.addClassRequestRegistration form
{
    padding :20px 40px;
}

.addClassRequestRegistration .modal-content
{
    width :382px;
}

/*****************************quickView******************************/

.addClassQuickView
{

}

.addClassQuickView.modal-dialog
{
    width: 99%;
    max-width :1200px;
}

.addClassQuickView .modal-body
{
    padding :0px;
    max-height: 75vh;
    max-height: calc(100vh - 60px);
}

.addClassQuickView .modal-header
{
    border-bottom :0px;
    padding       :2px;
    position      :absolute;
    width         :100%;
    z-index       :10;
}

.addClassQuickView .container-fluid
{
    padding  :0px;
    position :relative;
    margin   :0px;
    z-index  :5;
}

.quickViewData
{
    border  :2px solid lightgrey;
    display :flex;
    margin  :20px;
    justify-content: space-between;
}

.quickViewData > div
{
    display        :flex;
    float          :none;
    padding        :25px;
    flex-direction: column;
    justify-content: space-between;
    width: 33%;
}

.quickViewData .h2
{
    font-weight :bold;
    margin-top  :0px;
    font-size   :18px;
}

.quickViewData .supplierLogo
{
    width :100px;
}

.quickViewData .mainQViewThumb img
{
    cursor  :pointer;
    display :inline-block;
    margin  :5px;
}

.quickViewData .socials a
{
    color  :white;
    margin :0 2px;
}

.quickViewData input[type=button]
{
    font-size  :17px;
    padding    :11px 20px;
    margin-top :15px;
    width      :100%;
}

.quickViewData .mainQViewThumb
{
    margin-bottom :40px;
}

.quickViewData .bottomLink
{
    padding  :15px 0;
}

.quickViewData a.bottomLink
{
    font-size      :120%;
    font-weight    :bold;
    padding-bottom :30px;
}

.quickViewData .h2.qvNeedHelpLine
{
    background   :url(../images/quick_view_exclamation.png) no-repeat;
    padding-left :40px;
    line-height  :31px;
}

.disabled
{
    display :none;
}

.quickViewData .h2.qvPhone
{
    background   :url(../images/quick_view_phone.png) no-repeat;
    padding-left :40px;
    font-size    :18px;
}

.quickViewData .h2.qvEmails
{
    background   :url(../images/quick_view_envelop.png) no-repeat 0px 6px;
    padding-left :40px;
    line-height  :31px;
}

.addClassQuickView .greyBox
{
    background-color :#e6e7e9;
    height           :100%;
    position         :absolute;
    width            :33.33%;
    z-index          :1;
    top              :0px;
}

.addClassQuickView .greyBox.right
{
    right :0;
}

@media (max-width :1200px)
{
    .addClassQuickView.modal-dialog
    {
        width: 99%;
        max-width :800px;
    }

    .addClassQuickView .quickViewData > div:last-child, .addClassQuickView .right
    {
        display: none;
    }

    .addClassQuickView .quickViewData > div, .addClassQuickView .greyBox
    {
        width: 50%;
    }
}

@media (max-width :800px)
{
    .addClassQuickView.modal-dialog
    {
        width: 99%;
        max-width :400px;
        margin: 30px auto;
    }

    .addClassQuickView .quickViewData > div
    {
        width: 100%;
        padding-bottom: 0;
    }

    .addClassQuickView .greyBox
    {
        display: none;
    }
    .addClassQuickView .quickViewData
    {
        flex-direction: column-reverse;
    }

    .addClassQuickView .quickViewData img
    {
        display: none;
    }
}

@media (max-width :400px)
{
    .addClassQuickView.modal-dialog
    {
        width: 98%;
    }
    .addClassQuickView .quickViewData > div
    {
        padding: 15px;
    }
}

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

.pagesList img.prev
{
    background-position :-90px -97px !important;
}

.pagesList img.next
{
    background-position :-70px -97px !important;
}

.searchPagingBar .searchOrder img.DESC
{
    background-position :-89px -122px;
}

.searchPagingBar .searchOrder img
{
    background-position :-67px -122px;
}

.searchPagingBar .pagesList a img, .searchPagingBar .searchOrder img, .searchPagingBar .searchView img
{
    background :url(../images/icons.png) 0px 0px no-repeat;
}

/******************* FastOrder***********************/
.addClassQuickOrder
{

}

.addClassQuickOrder img
{
    display :inline-block;
}

.addClassQuickOrder .modal-content
{

}

.addClassQuickOrder .container-fluid
{
    border :2px solid #e6e7e9;
}

.addClassQuickOrder .container-fluid > .row
{
    background-color :#e6e7e9;
    display          :table;
    margin-right: -15px;
    margin-left: -15px;
}

.addClassQuickOrder .container-fluid > .row > div
{
    display        :table-cell;
    float          :none;
    padding        :30px;
    vertical-align :top;
}

.addClassQuickOrder .modal-body
{
    max-height: 80vh;
    max-height: calc(100vh - 70px);
}

.addClassQuickOrder .formColumn
{
    background-color :white;
}

.addClassQuickOrder .formColumn .thankYou
{
    display     :none;
    padding-top :175px;
}

.addClassQuickOrder .formColumn input[type=submit]
{
    border-radius :4px !important;
    /*    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
    width: 94%;*/
}

.addClassQuickOrder .formColumn h5 div
{
    border-bottom  :2px dashed #a5cd39;
    color          :#a5cd39;
    display        :inline-block;
    padding-top    :10px;
    padding-bottom :4px;
}

.addClassQuickOrder .productColumn h4
{
    min-height :96px;
}

.addClassQuickOrder .productColumn img
{
    margin :4px 0;
}

@media (min-width :768px){
    .addClassQuickOrder .modal-body
    {
        max-height: 75vh;
        max-height: calc(100vh - 110px);
    }
}

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

.addClassRequestRegistration .modal-header
{
    display :none;
}

.addClassRequestRegistration h3
{
    font-weight :bold;
    font-size   :150%;
}

.myaccountContainer input:not([type=submit]):not([type=button]),
.myaccountContainer select,
.addClassRequestRegistration input[type=email],
.addClassQuickOrder input[type=email],
.addClassQuickOrder input[type=text]
{
    background-color :#eeeeee;
}

.addClassRequestRegistration .checkbox
{
    line-height :120%;
}


.modal.vertical-center
{
    display     :flex;
    align-items :center;
}

/* end modals */

/* in MyAccount item box */
.itemsBoxesList > div
{
    display :inline-block;
}

.itemInfoContainer
{
    border         :2px solid #d1d2d4;
    padding        :25px;
    position       :relative;
    margin         :15px;
    text-align     :left;
    vertical-align :top;
    width          :290px;
}

.itemInfoContainer .productTitle
{
    font-weight :bold;
    min-height  :76px;
}

.itemInfoContainer .brandLogo
{
    position :absolute;
    right    :20px;
    top      :0px;
    width    :75px;
}

.itemInfoContainer .productPrice
{
    display        :table-cell;
    color          :#62ae00;
    font-weight    :bold;
    font-size      :22px;
    height         :95px;
    padding        :20px 0;
    line-height    :110%;
    vertical-align :middle;
}

.itemInfoContainer .productPrice.onSale > *:first-child
{
    text-decoration :line-through;
}

.itemInfoContainer .productPrice.onSale > *:nth-child(2)
{
    color :red;
}

.tab-pane
{
    overflow :hidden;
}

/* end of in MyAccount item box */

/* ============== mobile special ============== */
.mobile-sep-file .topSystemMenu.top > span:not(.logoutBtn)
{
    -moz-border-radius    :8px 8px 0px 0px;
    -webkit-border-radius :8px 8px 0px 0px;
    -o-border-radius      :8px 8px 0px 0px;
    border-radius         :8px 8px 0px 0px;
}

.mobile-sep-file #contactPhone
{
    text-align :center;
    font-size  :14px;
}

.mobile-sep-file #contactPhone a
{
    white-space :nowrap;
}

.mobile-sep-file #contactPhone > div:first-child,
.mobile-sep-file #contactPhone > div:first-child a
{
    font-size :120%;
}

.mobile-sep-file #contactPhone > div + div
{
    padding :15px;
}

.mobile-sep-file #contactPhone > div + div a
{
    font-size :14px;
}

.mobile-sep-file .supportingTextMoreBtn
{
    margin-right :15px;
}

.mobile-sep-file .alsoFoundInStore
{
    margin-left  :15px;
    margin-right :15px;
}

.mobile-sep-file .col-xs-12
{
    padding-left  :0px;
    padding-right :0px;
}

.mobile-sep-file .titleSizeLink
{
    display        :block;
    font-size      :20px;
    font-weight    :bold;
    text-transform :uppercase;
    width          :100%;
    padding        :10px;
    margin         :15px 0;
}

.mobile-sep-file .titleOrangeBack > .panel-heading
{
    font-size      :20px;
    font-weight    :bold;
    padding-left   :10px;
    text-transform :uppercase;
}

.mobile-sep-file .titleSizeLink.greenBack
{
    background-color :#6ab103;
    color            :white;
}

.mobile-sep-file #salesContainer.titleSizeLink
{
    letter-spacing :-0.5px;
}

.mobile-sep-file #subscribeContainer
{
    border :0px;
}

.mobile-sep-file #freeShippingInfoContainerRespV2
{
    padding :13px 15px;
}

.mobile-sep-file #freeShippingInfoContainerRespV2 span + span
{
    display :inline-block !important;
}

/* ============== end of mobile special ============== */

@media (min-width :450px)
{

    /* about-us */
    .staffContainer
    {
        display       :table;
        border-bottom :0px;
    }

    .staffContainer > *
    {
        display        :table-cell;
        vertical-align :top;
    }

    .staffContainer > *:first-child
    {
        padding-right :4%;
        width         :35%;
    }

    /* about-us ends */
}

@media (min-width :992px)
{
    /* horizontal layout on large phones (iPhone 6)*/
    footer #contactInfoBox
    {
        border-top  :0px;
        padding-top :0;
    }
}

.topMenuContainer
{
    background-color :#6e5f4c;
}

.topMenuMobile
{
    margin :0px;
}

.topMenuMobile > a
{
    display      :inline-block;
    color        :white;
    font-size    :14px;
    padding      :13px 18px 13px 0;
    margin-right :20px;
}

@media (max-width :450px)
{
    .topMenuMobile > a
    {
        padding      :18px 10px 18px 0 !important;
        margin-right :5px !important;
    }

    .longDescrBtn
    {
        margin-left :0px;
    }

    .supportBtns > div
    {
        display :block !important;
        margin  :20px 5px !important;
    }

    .breadCrums > *, .breadCrums a
    {

        white-space :inherit;
    }

    .it_br
    {
        display :block;
    }

    .oneClickPurchaseBtn
    {
        margin-top  :10px;
        margin-left :0px;
    }

    .container-fluid .col-xs-12.col-sm-3
    {
        padding-right :0px;
        padding-left  :0px;
    }

}

.topCollapseMobileMenu
{
    background-color :#cccccc;
}

.topCollapseMobileMenu > li > ul
{
    background-color :#dddddd;
}

.topCollapseMobileMenu > li > ul > li > ul
{
    background-color :#eeeeee;
}

.topCollapseMobileMenu > li > a
{
    font-weight :bold;
    padding-left :20px;
}

.topCollapseMobileMenu a
{
    cursor          :pointer;
    display         :inline-block;
    padding         :7px 0px 7px 0px;
    text-decoration :none;
}

.topCollapseMobileMenu a.saleLink
{
    display          :inline-block;
    background-color :#6ab103;
    color            :white !important;
    padding          :3px 7px !important;
    text-transform   :uppercase;
    font-weight      :bold;
}

.topCollapseMobileMenu ul a
{
    padding-left :40px;
}

.topCollapseMobileMenu ul ul a
{
    padding-left :60px;
}

.topCollapseMobileMenu a.wSaleLink
{
    margin-left :5px;
}

.topCollapseMobileMenu,
.topCollapseMobileMenu ul,
.topCollapseMobileMenu li
{
    margin  :0;
    padding :0;
}

.topCollapseMobileMenu li.hasChild > ul
{
    display :none;
}

.topCollapseMobileMenu li
{
    list-style-type :none;
}

.topCollapseMobileMenu > li
{
    border-bottom :1px solid #666666;
}

.topCollapseMobileMenu li:first-child
{
    border-top :0px;
}

.topCollapseMobileMenu li > a:first-child
{
    flex-grow: 1;
}

.topCollapseMobileMenu li.parent > a.subDirectCarret:before
{
    content: '\25BC';
    cursor: pointer;
    min-width: 50px;
    padding: 0 10px;
    text-align: end;
}

.topCollapseMobileMenu li.parent > a.open.subDirectCarret:before
{
    content: '\25B2';
}

.topCollapseMobileMenu ul
{
    min-width: 100%;
}

.topCollapseMobileMenu li
{
    list-style-type :none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#top-navbar ul.level2
{
    background-color :white;
    padding          :10px;
}

#top-navbar ul.level2 > li > a
{
    font-weight :bold;
    padding-top :7px;
}

#top-navbar ul.level3, #top-navbar ul ul
{
    padding :10px;
}

/*
#top-navbar ul ul ul li a
{
    font-weight :normal !important;
}
*/
/*	#top-navbar>ul>li>a {
		background-color: #EEE;
		border-bottom: 1px solid gray;
	}*/
/*	#top-navbar>ul>li:hover>a {
		background-color: #999;
	}*/
/*	#top-navbar .saleLink {
	    padding: 10px 3px!important;
	    line-height: 390%;
	}*/
.navbar-toggle
{
    display      :inline-block;
    margin-right :auto;
    position     :absolute;
    float        :none;
    right        :14px;
    left         :0;
    width        :40px;
}

.navbar-toggle .icon-bar
{
    background-color :white;
    display          :block;
    width            :30px;
    height           :4px;
    border-radius    :4px;
}

@media (max-width :992px)
{
    #main-info-container > #main-container > .container-fluid,
    #topMenuParentContainer > .container-fluid
    {
        padding-left  :0px !important;
        padding-right :0px !important;
    }

    #leftColumnContainer,
    #leftColumnContainer > .row > div,
    .contentContainer /*,
	footer .row>**/
    {
        padding-left  :0px;
        padding-right :0px;
    }

    .row
    {
        margin-left  :auto;
        margin-right :auto;
    }
}

@media (max-width :768px)
{

    #oneStepCheckoutForm .jshop_subtotal
    {

        width :100%;
    }

    .rabatt_input .uk-button
    {

        margin-top :7px;
    }

    .uk-button-primary
    {

        margin-bottom :20px;
    }


    #table_shippings
    {
        flex-wrap :wrap;
    }

    header #contactPhone
    {
        text-align :center;
    }

    header #contactPhone a
    {
        color       :#f12f4a;
        font-size   :18px;
        white-space :nowrap;
    }

    #logo > img
    {
        display :inline-block;
    }

    footer #copyrightBox
    {
        border-top  :1px solid white;
        padding-top :2%;
    }

    footer a
    {
        font-size :12px;
    }

    #rootInfoArea .itemsListing > div:nth-child(n+5)
    {
        display :none;
    }

    .itemsListing.grid div.itemBox
    {
        min-height :inherit;
    }

    .itemsListing.grid div.itemBox h3
    {
        height    :40px !important;
        overflow  :hidden;
        font-size :12px;
    }

    .moreInfoBtn
    {
        background-color :transparent;
        color            :#6ab103 !important;
        font-size        :12px;
        opacity          :1 !important;
        padding          :0;
        text-transform   :none;
        text-decoration  :underline;
        margin           :0.5em auto;
    }

    .supportingText
    {
        overflow :hidden;
        padding  :0px 15px;
    }

    .supportingTextMoreBtn
    {
        color           :#6ab103 !important;
        display         :block;
        padding         :0.5em 0;
        margin-bottom   :1.5em;
        text-align      :right;
        text-decoration :underline;
    }

    .breadCrums > *
    {
        font-size :12px;
    }

    body.item #leftColumnContainer
    {
        display :none;
    }

    #rootContactPhone
    {

        padding :10px 10px 15px 0px;
    }

    #rootContactPhone a
    {
        font-size   :110% !important;
        line-height :140%;
    }

    #rootContactPhone > div
    {
        text-align :center;
    }

    #rootContactPhone > div:first-child
    {
        font-size      :140%;
        white-space    :nowrap;
        padding-bottom :10px;
    }

    #rootContactPhone > div + div
    {
        line-height   :12px;
        font-size     :12px;
        padding-left  :0;
        padding-right :0;
    }

    #rootContactPhone > div + div a
    {
        font-size :100% !important;
    }

    #rootContactPhone > div + div b
    {
        display :block;
    }

    #freeShippingInfoContainerResp,
    .alsoFoundInStore,
    #contactInfoBox
    {
        font-size :12px !important;
    }

    .scrollableItems > div:first-child
    {
        display    :block;
        text-align :center;
    }
}

@media (max-width :600px)
{

    .minicart
    {
        margin-left :-20px;
    }

    table.jshop.cart .mobile-cart
    {
        display       :block;
        background    :#e0ddddcc;
        margin-bottom :15px;
        padding       :1px;
    }

    table.jshop.cart .quantity input[type="text"]
    {

        border :solid 1px #cccccc;
    }

    table.jshop.cart
    {

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

    table.jshop.cart th
    {
        display :none;
    }

    table.jshop.cart tr
    {
        display    :block;
        border-top :dashed 2px #569f02;
    }

    table.jshop.cart td
    {
        padding :0px 0px 10px;
        display :block;
    }

    .cart_buttons #checkout .pull-right
    {
        float      :none !important;
        margin-top :20px;
    }

    .cart_buttons #checkout .pull-left
    {
        float   :none !important;
        display :inline-block;
        margin  :0 auto;
        display :block;
    }

    .cart_buttons #checkout
    {
        text-align :center;
    }

    .jshop_subtotal
    {

        float  :none;
        margin :0 auto;
    }

    .jshop.cart_buttons
    {
        margin-top    :25px;
        margin-bottom :25px;
    }

}


#logo
{
    margin-top :30px;
}

@media (min-width :768px)
{
    .contentContainer
    {
        padding-right :0px;
    }

    #rootInfoArea > .row > *:first-child
    {
        padding-left :1%;
    }

    #main-container .col-md-10
    {
        padding-right :0px;
    }

    #top-navbar > ul
    {
        display  :table;
        position :relative;
        width    :100%;
        z-index  :2;
    }

    #top-navbar > ul > li
    {
        display    :table-cell;
        float      :none;
        position   :initial;
        text-align :center;
    }

    #top-navbar > ul > li > a
    {
        color     :white;
        display   :inline-block;
        font-size :14px;
        padding   :7px;
    }

    #top-navbar > ul > li:not(#topCategoryrasprodazha):hover
    {
        background-color :#eeeeee;
    }

    #top-navbar > ul > li.item-327 a:hover
    {
        background :none
    }

    #top-navbar > ul > li.item-327:not(#topCategoryrasprodazha):hover
    {
        background :none;
    }

    #top-navbar > ul > li:not(#topCategoryrasprodazha):hover > a
    {
        color :black;
    }

    #top-navbar > ul > li > ul
    {
        background-color :#ededed;
        box-shadow       :0px 5px 15px grey;
        display          :none !important;
        position         :absolute;
        white-space      :nowrap;
    }

    #top-navbar > ul > li:nth-child(n+5) .level2
    {
        right :0;
    }

    #top-navbar > ul > li:hover > ul
    {
        display :block !important;
    }

    #top-navbar .level2
    {
        max-width :900px;
        width     :100%;
    }

    #top-navbar .level2 .l2Container
    {
        display :table;
        width   :100%;
    }

    #top-navbar .level2 .l2Container > div
    {
        display        :table-cell;
        vertical-align :top;
    }

    #top-navbar .level2 .l2Container .content > div,
    #top-navbar .level2 .l2Container > div:first-child
    {
        padding :15px;
    }

    #top-navbar .level2 .l2Container .content > div > li > a,
    #top-navbar .level2 .l2Container > div:first-child > li > a
    {
        color       :black;
        font-weight :bold;
    }

    #top-navbar .level2 .l2Container .content > div > li,
    #top-navbar .level2 .l2Container > div:first-child > li
    {
        float         :left;
        margin-bottom :10px;
        width         :33%;
    }

    #top-navbar .level2 .l2Container.L3q1 .content > div > li,
    #top-navbar .level2 .l2Container.L3q1 > div:first-child > li
    {
        width :100%;
    }

    #top-navbar .level2 .l2Container.L3q2 .content > div > li,
    #top-navbar .level2 .l2Container.L3q2 > div:first-child > li
    {
        width :50%;
    }

    #top-navbar .level2 a
    {
        /*		display: inline-block;*/
        padding     :2px 0;
        white-space :normal;
    }

    #top-navbar .tabs > a
    {
        padding :5px 20px !important;
    }

    #top-navbar .level2 .brands
    {
        padding-top :20px;
        clear       :both;
        width       :100%;
        white-space :normal;
    }

    #top-navbar .level2 .brands a
    {
        border-right  :1px solid lightgrey;
        color         :#666666;
        font-size     :11px;
        display       :inline-block;
        padding       :0px 7px;
        margin-bottom :5px;
    }

    /*
        #topCategory923 ul.level2 li, .item-126 ul.level2,
        #topCategory924 ul.level2, .item-134 ul.level2
        {
            max-width :500px !important;
        }
    */
    #topCategorycatalog ul.level2
    {
        max-width :300px !important;
    }

    #topCategory923 ul.level2 li, .item-126 ul.level2 li,
    #topCategory924 ul.level2 li
    {
        float :none !important;
        width :100% !important;
    }

    .randomProduct
    {
        background-color :white;
        padding          :15px;
        margin           :-15px;
        width            :200px;
    }

    .randomProduct > div
    {
        font-weight :bold;
        text-align  :center;
    }

    .randomProduct .itemHeader
    {
        font-size   :120%;
        font-weight :normal;
        margin      :10px 0;
    }

    footer .container > .row > *:not(.bottomMenu):nth-child(n+2)
    {
        border-left :1px solid white;
    }

    footer .row > *:not(.bottomMenu):nth-child(n+2) > .row > *
    {
        border-top :0px !important;
    }

    #signupFrm fieldset
    {
        margin-top :10%;
    }

    #signupFrm fieldset legend
    {
        padding-bottom :3%;
    }
}

.jshop h2
{
    font-weight :bold;
}

@media (min-width :992px)
{

    body.withCart.scrolled #topBrownBack,
    body.withCart.scrolled #header-container,
    body.withCart.scrolled header
    {
        position :fixed;
        z-index  :1030;
        right    :0;
        left     :0;
    }

    body.withCart.scrolled #topBrownBack
    {
        z-index :900;
    }

    body.withCart.scrolled header
    {
        z-index :1000;
    }

    body.withCart.scrolled #header-container > div
    {
        display   :table;
        width     :100%;
        max-width :1240px;
        margin    :0 auto;
    }

    body.withCart.scrolled header
    {
        background-color :white;
        border-bottom    :1px solid #6e5f4c;
        margin-top       :19px;
    }

    #leftColumnContainer
    {
        padding-left  :0px;
        padding-right :0px;
        max-width     :208px;
    }

    footer .container > .row > *:not(.bottomMenu):nth-child(n+2)
    {
        border-left :0px;
    }

    footer .row > *:not(.bottomMenu)
    {
        border-left :1px solid white;
    }

    .itemBox .itemImage
    {
        position :relative;
    }

    .itemBox .quickViewBtn
    {
        background  :rgba(210, 210, 210, 0.8);
        bottom      :0;
        color       :black;
        cursor      :pointer;
        display     :none;
        font-weight :bold;
        padding     :7px;
        position    :absolute;
        width       :100%;
    }

    .itemBox:hover .quickViewBtn
    {
        display :block;
    }
}


/*** Mod FF search   **/

#ff_search_advice_wrapper
{
    background-color   :white;
    border             :1px solid #cccccc;
    border-radius      :4px;
    -webkit-box-shadow :inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow         :inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition :border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition      :border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition         :border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow         :0 0 10px rgba(0, 0, 0, 0.5);
    width              :96%;
}

@media (max-width :480px)
{
    #ff_search_advice_wrapper
    {
        width :100%;
        left  :0;
    }
}

#ff_search_advice_wrapper .ff_advicevariant
{
    cursor     :pointer;
    padding    :5px 10px;
    text-align :left;
}

#ff_search_advice_wrapper .active
{
    background :#cccccc;
}

#ff_search_advice_wrapper a
{
    font-size :100%;
    color     :black;
    width     :100%;
    display   :block;
}

#ff_search_advice_wrapper .active a
{
    text-decoration :underline;
}

.suggestions-promo, .suggestions-promo-desktop{
    display:none!important;
}

/***   Mod FastOrder   **/

.fast-order .control-element {
    position: relative;
}

.fast-order .fo_warning_message {
    position: absolute;
    width: 100%;
    max-width: 220px;
    left: 20%;
    top: -48px;
    background-color: rgb(255, 66, 66);
    border: 1px solid rgb(255, 0, 0);
    border-color: rgb(255, 0, 0);
    border-radius: 4px;
    border-width: 1px;
    padding: 5px 15px;
    color: rgb(255, 255, 255);
    font-size: 10px;
    text-align: center;
    display: block;
    -moz-box-shadow: 0 0 5px #DDDDDD;
    -webkit-box-shadow: 0 0 5px #DDDDDD;
    box-shadow: 0 0 5px #DDDDDD;
    z-index: 3000;
    opacity: 0.9;
    font-weight: normal;
}

.fast-order .fo_warning_message-body::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    border-color: transparent transparent transparent transparent;
    border-top-color: transparent;
    border-style: solid solid none solid;
    border-top-color: rgb(255, 0, 0);
    border-width: 8px 7px 0px;
    left: 106px;
    bottom: -9px;
}

.fast-order .fo_warning_message::after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    border-color: transparent transparent transparent transparent;
    border-style: solid solid none solid;
    border-top-color: rgb(255, 66, 66);
    border-width: 7px 7px 0px;
    left: 106px;
    bottom: -7px;
}

.fast-order .fo_warning_message-close {
    top: 0;
    right: 0px;
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -3px;
    margin-right: -3px;
    padding: 5px;
}

.fast-order .fo_warning_message-close::before {
    content: '×';
}

.fast-order .fo_badresponse {
    padding: 10px 20px;
    text-align: center;
    white-space: normal;
    color: red;
    height: 54px;
}

.postuplenie {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px;
}

.cp_response {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.grecaptcha-badge {
    visibility: hidden;
}
/*------------------- fix mobile scrollbar begin-------------------------------*/

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px !important;
}

::-webkit-scrollbar:vertical {
    width: 6px;
}

::-webkit-scrollbar:horizontal {
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2) !important;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.2) !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    background: #999999 !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4) !important;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.4) !important;

}
::-webkit-scrollbar-thumb:window-inactive {
    background: #999999 !important;
}

/*-------------------------- fix mobile scrollbar end-----------------------*/
