/* 2017-01-26 SHOPPING CART RESPONSIVE CSS */
/* PROGAMMINGSHOP.SK STYLE */
/* FONTS */
/* COLORS */
/*@baseColor: #0087D2;*/
/*@baseColorDark: #0069A3;*/
/* BUTTONS */
/* DECORATIONS */
/* COLORS ALERTS */
/* BG color change buttons */
/* COLORS PANELS */
/* SHADOWS AND EFFECTS */
/* SIZES */
/* --- END CONFIGURATION --- */
.m0 {
    margin: 0px;
}
.p0 {
    padding: 0px;
}
.basecolor_tx,
h2 .basecolor_tx {
    color: #f50000;
}
.basecolor_bg {
    background-color: #f50000;
    color: #fff;
}
.idarcek {
    min-height: 235px;
    border: none;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 7px;
    margin: 0px 5px 0px 5px;
} 
.idarcek a,
.idarcek a:visited {
    display: block;
    font-size: 12px;
    color: black;
    line-height: 117%;
    padding: 0px;
    padding-bottom: 7px;
    margin: 0px 5px 0px 5px;
}
.idarcek a:hover {
    display: block;
    font-size: 12px;
    color: black;
    line-height: 117%;
    padding: 0px;
    border: 2px solid orange;
    padding-bottom: 7px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.bg_f {
    background-color: #fff;
}
.tag {
    min-height: 150px;
    background-color: orange;
    border-right: 1px solid black;
}
/* OWL CAROUSEL STYLE */
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
/* REPLACE DEFAULT OWL CAROUSEL STYLE */
.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 0px;
    padding: 5px 10px;
    font-size: 14px;
    margin-right: 5px;
    float: left;
    clear: right;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #999;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.owl-pagination {
    width: 100%;
    float: left;
    clear: right;
    height: 35px;
    margin-bottom: 27px;
    position: absolute;
    padding-top: 0px;
    margin-top: -10px;
}
.owl-buttons {
    width: 340px;
    float: left;
    clear: right;
    height: 35px;
    margin-left: 20px;
    margin-right: auto;
    margin-bottom: 25px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.owl-controls {
    min-height: 45px;
}
.owl-prev {
    width: 135px;
    height: 30px;
    margin-left: 15px;
}
.owl-next {
    width: 135px;
    height: 30px;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #999;
}
.owl-item {
    padding: 0px;
}
/* CART ICONS */
.delete_from_cart_icon,
.i_cart input.delete_from_cart_icon {
    width: 25px;
    height: 25px;
    margin: 0px;
    padding: 0px;
    border: none;
    border-radius: 0px;
}
.bg_w {
    background-color: white;
}
.zadarmo_popis_m {
    padding: 0px 4px 0px 4px;
}
section h2 {
    width: 90%;
    margin: 0 auto 2em;
    color: #4B555E;
    font-weight: 700;
    text-align: center;
}
@media only screen and (min-width: 1170px) {
    section {
        padding: 0px;
    }
    section h2 {
        margin: 0px;
    }
}
.hand_icon {
    float: right;
    margin-top: -54px;
    margin-right: 17px;
    filter: alpha(opacity=55);
    opacity: 0.55;
}
.cart_quantity {
    width: 55px;
}
.i_cart {
    overflow-x: hidden;
}
.i_cart input {
    border: 1px solid #ccc;
    text-align: center;
    padding: 1px 3px 1px 3px;
    border-radius: 4px;
}
input[type="image"] {
    border: none;
    text-align: center;
    padding: 0px;
    border-radius: 0px;
}
.cart_bottom_buttons input {
    border: none;
    text-align: center;
    padding: 2px 5px 2px 5px;
}
.cart_product_name,
a .cart_product_name a,
a .cart_product_name :visited {
    font-size: 18px;
    color: #4B555E;
}
.cart_product_price {
    font-size: 20px;
    color: #4B555E;
}
/* CART SUBTOTAL PRICE */
.price_subtotal_wrapper {
    font-size: 30px;
    color: #4B555E;
}
.price_subtotal_wrapper_m {
    font-size: 16px;
    color: #4B555E;
}
.subtotal_text {
    color: #4B555E;
    font-size: 16px;
}
.free_radio_button {
    background-color: red;
    border: 2px solid red;
}
a.info_link,
a.info_link:visited,
a.info_link:hover {
    background-color: #ff9f40;
    /*color: @textDark;*/
    color: #fff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 116px;
    border: 1px solid #fff;
    overflow: hidden;
}
.gift_heading {
    font-size: 18px;
    color: #4B555E;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #eee;
    text-transform: uppercase;
}
.t_name_heading {
    display: block;
    font-size: 18px;
    color: #999;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 7px 7px 5px 0px;
    text-transform: uppercase;
    clear: both;
}
.owl-wrapper-outer {
    min-height: 245px;
}
.txx {
    width: 100%;
    height: auto;
    white-space: normal;
}
/* REPLACE DEFAULT BODY STYLE */
body {
    background-image: none;
    background-color: #A9B2BB;
    font-family: 'Roboto', Arial;
    color: #404040;
}
/* FOOTER RESPONSIVE MOBILE */
.company_desc {
    min-height: 70px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4B555E;
    margin: 0px;
    margin-left: 63px;
    padding: 0px;
    padding-top: 10px;
    position: absolute;
    top: 11px;
    line-height: 115%;
    text-align: left;
}
.r4 {
    margin-top: -10px;
}
.r5 {
    margin-top: 30px;
    margin-left: -10px;
}
.company_texts_slogan {
    margin-bottom: 4px;
    padding-top: 13px;
}
/* PRODUCT AVAILABILITY STYLE */
.product_availability {
    border: 1px solid gray;
    text-align: center;
    min-width: 50px;
    max-width: 150px;
    padding: 2px;
    min-height: 20px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.d_sklad,
.d_sklad_predajna {
    border-color: #009a28;
    color: #009a28;
}
.d_24h {
    border-color: #ff9f40;
    color: #ff9f40;
}
.d_48h {
    border-color: #ff9f40;
    color: #ff9f40;
}
.d_predobjednavka {
    border-color: #b000e6;
    color: #b000e6;
}
.d_nie_skladom {
    border-color: #4B555E;
    color: #4B555E;
}
.nowrap {
    white-space: nowrap;
}
/* RESPONSIVE NEW CLASSES 2017 */
.top_roud {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.bottom_roud {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.footer {
    font-family: 'Roboto', Arial;
    font-size: 10px;
    background: none;
    color: #404040;
    font-weight: bold;
}
.col-xs-12.col-sm-6.pageHeading.text-left {
    padding-top: 10px;
}
.product_model {
    font-size: 14px;
    /*color: @baseColor;*/
    color: #5EA800;
}
#header_wrapper {
    background-color: #fff;
    margin-top: 10px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    #header_wrapper {
        margin-top: 0px;
    }
    .top_roud {
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
    }
    .cart_product_name,
    a .cart_product_name a,
    a .cart_product_name :visited {
        font-size: 15px;
        color: #4B555E;
        line-height: 115%;
    }
    .cart_product_image {
        width: 70px;
        height: 70px;
    }
}
.btn_left_float {
    display: block;
    width: 120px;
    height: auto;
    float: left;
    clear: right;
    margin-right: 26px;
    margin-bottom: 10px;
}
.text_gift {
    font-size: 17px;
}
/* BUTTON PREPOCITAT NAKUP */
input.button_calculate,
.button_calculate_href a {
    width: 132px;
    white-space: normal;
    line-height: 115%;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #f50000;
    padding: 7px 5px;
    border: 1px solid #A9B2BB;
    /*border-radius: 0px;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
}
input.button_calculate:hover,
.button_calculate_href a:hover {
    width: 132px;
    white-space: normal;
    line-height: 115%;
    background-color: #E7E7E7;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #f50000;
    padding: 7px 5px;
    border: 1px solid #f50000;
    /*border-radius: 0px;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
}
input.button_calculate_back {
    width: 127px;
    white-space: normal;
    line-height: 115%;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    color: gray;
    padding: 7px 5px;
    border: 1px solid #fff;
    /*border-radius: 0px;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
}
input.button_calculate_back:hover {
    width: 127px;
    white-space: normal;
    line-height: 115%;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #f50000;
    padding: 7px 5px;
    border: 1px solid #fff;
    /*border-radius: 0px;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
}
.company_texts_slogan_shop img {
    max-width: 100%;
}
/* BOOTSTRAP REPLACE HEADER */
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    min-height: 0px;
}
#heading_text {
    padding-top: 14px;
}
/* STEPS CART */
.pagination_steps {
    background-color: #f2f2f2;
    color: #fff;
    font-size: 18px;
}
.pagination_steps a {
    color: #f50000;
    font-size: 18px;
}
.step_text {
    border: none;
    padding: 20px 5px 30px 5px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 115%;
    height: 70px;
}
.step_active {
    background-image: url(../sys_img/ui/cart/arrow_top.svg);
    background-position: bottom -2px center;
    background-repeat: no-repeat;
    background-size: 47px auto;
    text-align: center;
}
.step_text,
.step_text a {
    font-size: 16px;
    color: #4B555E;
    text-align: center;
}
.step_text a {
    color: #f50000;
    text-align: center;
}
@media (max-width: 600px) {
    .col-xss-12 {
        width: 100%;
    }
    .hidden-xxs {
        display: none!important;
    }
    .text_gift {
        font-size: 14px;
        line-height: 115%;
    }
    .col-xss-12-only {
        display: initial;
    }
}
@media (min-width: 601px) {
    .col-xss-12-only {
        display: none!important;
    }
}
@media (max-width: 991px) {
    #otovrene_info {
        border-left: none;
        text-align: center;
        padding: 7px 15px;
    }
}
@media (max-width: 767px) {
    div#otovrene_info {
        margin-top: -25px;
    }
}
#delivery h3,
#payment h3,
#billing h3 {
    font-size: 18px;
    color: #4B555E;
    line-height: 115%;
    padding: 10px 0px 5px 0px;
    font-weight: bold;
}
.select_method {
    padding: 15px 0px 15px 0px;
}
.pl0 {
    padding-left: 0px;
}
/* BOOTSTRAP STYLE REPLACE */
label {
    display: block;
    max-width: 100%;
    margin-bottom: auto;
    font-weight: initial;
    cursor: initial;
}
/* PAYMENT AND DELIVERY METHOD - CART 2-3 */
.method_name {
    font-size: 16px;
    line-height: 130%;
    max-width: 75%;
}
.method_info_text {
    color: #ff9f40;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.method_price {
    font-size: 20px;
    font-weight: normal;
}
.method_panel {
    background-color: #eee;
    color: #4B555E;
    padding: 0px;
    /*margin-bottom:7px;*/
    margin-bottom: 2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.method_panel:hover {
    background-color: #d2d9e0;
    color: #4B555E;
    padding: 0px;
    /*margin-bottom:7px;*/
    margin-bottom: 2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.shadow,
.vlajka {
    -moz-box-shadow: 3px 2px 3px #999;
    -webkit-box-shadow: 3px 2px 3px #999;
    box-shadow: 3px 2px 3px #999;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.vlajka:hover {
    -moz-box-shadow: 3px 2px 3px #999;
    -webkit-box-shadow: 3px 2px 3px #999;
    box-shadow: 3px 2px 3px #999;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
a img {
    border: none;
}
.header_text_m {
    background-color: #f50000;
    color: #fff;
    padding: 6px 15px;
    font-size: 15px;
}
.header_text_m a,
.header_text_m a:hover,
.header_text_m a:visited,
.header_text_m a:focus {
    color: #fff;
    font-size: 15px;
}
/* GLOBAL SEPARATOR */
.dott {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}
.dott:before {
    /*content: '�';*/
    content: '---';
    color: gray;
}
.lang_bar_wrapper {
    display: block;
    position: absolute;
    top: 5px;
    right: 7px;
}
.user_links_top {
    padding: 20px 0px;
    padding: 15px 0px;
}
.user_links_top a,
.shop_texts_links_top a {
    background-color: #fff;
    padding: 10px 10px;
    font-size: 15px;
    white-space: nowrap;
    border: 1px solid #E7E7E7;
}
.mr5 {
    margin-right: 5px;
}
#otovrene_info {
    border-left: 2px solid gray;
    /*margin-top: -5px;*/
    margin-top: 30px;
}
@media (max-width: 991px) {
    #otovrene_info {
        padding: 5px;
        padding-bottom: 15px;
        margin: 0px;
        margin-top: -15px;
        border: none;
    }
}
@media (max-width: 767px) {
    #payment_outer.col-sm-6,
    #payment_outer.col-xs-12,
    #delivery_outer.col-sm-6,
    #delivery_outer.col-xs-12 {
        /*margin: 0px;*/
        padding-right: 7px;
        padding-left: 7px;
    }
    #otovrene_info {
        border: none;
        text-align: left;
    }
}
.small,
small {
    font-size: 90%;
    color: #5EA800;
}
label {
    margin: 0px;
    padding: initial;
    display: block;
    min-height: 83px;
    height: auto;
    padding: 13px;
    cursor: pointer;
}
/* CLEAR BROWSERS EFFECT FORM AND LINK */
*,
a,
a:hover,
a:active,
a:focus,
object,
embed {
    outline: 0;
    /*-moz-appearance: none;*/
}
input::-moz-focus-inner {
    border: 0;
    /*-moz-appearance: none;*/
}
.selectmenu {
    text-indent: 0.01px;
    font: 16px sans-serif;
    color: #4B555E;
}
#go_button,
#go_button2 {
    display: block;
    /*width: 277px;*/
    width: 295px;
    white-space: normal;
    line-height: 115%;
    background-color: #f50000;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #fff;
    /*padding: 24px 63px 24px 15px;*/
    padding: 16px 63px 16px 15px;
    border: 1px solid #f50000;
    /*border-radius: 0px;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 2px solid #d80000;
    float: right;
}
@media (max-width: 550px) {
    #go_button,
    #go_button2 {
        text-align: left;
        width: 220px;
    }
}
@media (max-width: 400px) {
    #go_button,
    #go_button2 {
        text-align: left;
        width: 222px;
    }
    input.button_calculate,
    .button_calculate_href a {
        width: 110px;
        display: block;
        float: left;
    }
}
@media (max-width: 380px) {
    body {
        zoom: 0.8;
    }
}
#go_button::after,
#go_button2::after {
    content: "";
    width: 90px;
    height: 90px;
    background: url("sys_img/ui/sipocka.svg") no-repeat 0px 0px;
    background-size: 90px 90px;
    position: absolute;
    margin-left: 18px;
    margin-top: -38px;
    display: inline-block;
}
.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:visited,
.btn-info:focus {
    background: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
    border: none;
    background-color: #f50000;
    color: #fff;
    /*border-radius: 0px;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-width: 200px;
    padding: 10px;
    line-height: 115%;
    border-bottom: 2px solid #d80000;
}
.btn-warning,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:visited,
.btn-warning:focus {
    background: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
    border: none;
    /*background-color: @baseColor;*/
    background-color: #ff9f40;
    color: #fff;
    /*border-radius: 0px;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-width: 200px;
    padding: 10px;
    line-height: 115%;
}
.btn-go,
.btn-go:hover,
.btn-go:active,
.btn-go:visited,
.btn-go:focus {
    background: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
    border: none;
    /*background-color: @baseColor;*/
    background-color: #858E92;
    color: #fff;
    /*border-radius: 0px;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-width: 200px;
    padding: 10px;
    line-height: 115%;
    border-bottom: 2px solid #5F6568;
}
.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:visited,
.btn-default:focus {
    background: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
    border: none;
    /*background-color: @baseColor;*/
    background-color: #B9C3C9;
    color: #fff;
    /*border-radius: 0px;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-width: 200px;
    padding: 10px;
    line-height: 115%;
    text-shadow: none;
}
.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:visited,
.btn-danger:focus {
    background: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
    border: none;
    background-color: #D80600;
    color: #fff;
    /*border-radius: 0px;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-width: 200px;
    padding: 10px;
    line-height: 115%;
    border-bottom: 2px solid #8B0400;
}
.alert {
    padding: 15px;
    border: none;
    border-radius: 0px;
}
.alert-info {
    background-image: none;
    filter: none;
    border: none;
    background-color: #fff;
    color: red;
}
.alert-warning {
    background-image: none;
    filter: none;
    border: none;
    color: #CE8500;
    background-color: #fff;
    border: 1px solid #CE8500;
}
@media (max-width: 767px) {
    .bottom_roud {
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        /* CLEAR CONVERSION GOOGLE IFRAME SIZE */
        margin-bottom: -13px;
        overflow: hidden;
    }
}
.form-row {
    margin: 0px;
    padding: 0px;
    border-top: 2px solid #fff;
    margin-bottom: 0px;
    background-color: #EEE;
    padding: 5px 5px 5px 10px;
}
.form-row input {
    width: 100%;
    padding: 2px;
    margin: 0px;
    font-size: 16px;
}
.form-row label {
    min-height: 10px;
    padding: 0px;
    margin: 0px;
}
.form_input_name {
    display: block;
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    padding-top: 7px;
}
.h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.input_tips {
    font-size: 90%;
    color: #7E7E7E;
    margin: 0px;
    padding: 2px 0px;
    /*
      font-size: 14px;
      color: red;
    */
    min-height: 1px;
}
.small_h4_text {
    font-size: 14px;
    /*color: @h5Color;*/
    margin-top: 7px;
}
#link_na_firmu a {
    display: block;
    margin: 20px 0px;
    background-color: #E4E4E4;
    padding: 15px;
    font-size: 16px;
}
#link_na_firmu a:hover {
    display: block;
    margin: 20px 0px;
    background-color: #bac6d0;
    padding: 15px;
    font-size: 16px;
}
.req {
    color: #D80600;
    font-size: 20px;
    font-weight: bold;
    line-height: 0px;
    margin-top: 6px;
    margin-left: 4px;
    display: inline-table;
}
.h5,
h5 {
    font-size: 16px;
    margin-top: 24px;
    color: #7E7E7E;
}
.glyphicon {
    color: #999;
}
checkbox,
input,
radio,
select {
    color: #f50000;
}
.ibtn.btn-go,
.ibtn.btn-danger {
    margin-bottom: 10px;
    min-width: 80px;
}
@media (max-width: 767px) {
    .ibtn.btn.btn-go.btn_change.text-center {
        float: right;
        min-width: 150px;
        margin-left: 10px;
    }
}
/*
.shadowbox {
    -webkit-box-shadow: @boxShadow;
    -moz-box-shadow: @boxShadow;
    box-shadow: @boxShadow;
    border-bottom: @boxBorderBottom;
}
.shadowbox:hover {
    -webkit-box-shadow: @boxShadowHover;
    -moz-box-shadow: @boxShadowHover;
    box-shadow: @boxShadowHover;
    border-bottom: @boxBorderBottomHover;
}
*/
textarea {
    border-color: #BEBEBE;
    border-left: 2px solid #f50000;
    background-color: #EEE;
    padding: 15px;
    margin: 7px 0px;
    color: #f50000;
    font-size: 16px;
}
.edit_link,
.edit_link:hover {
    padding: 3px 15px;
    font-family: 'Roboto Condensed', Roboto, Arial;
    font-size: 16px;
    color: #f50000;
    text-transform: lowercase;
    font-weight: normal;
    text-decoration: underline;
}
/* FIX DEFAULT BROWSERS SETTINGS */
button:focus,
a,
a:href,
a:hover,
a:active,
object,
.glyphicon,
.glyphicon:hover,
.glyphicon:active,
.glyphicon:visited {
    outline: none ;
}
input[type="text"]:focus {
    outline: none;
}
input:focus {
    outline: none;
}
/*hide default plus minus input number field*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* PRODUCT TABLE */
.t_heading {
    padding: 6px;
    color: #999;
    font-size: 11px;
    font-weight: 400;
    font-family: "Roboto Condensed";
    line-height: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}
input:invalid {
    color: red;
}
input:valid {
    color: #686868;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 19px;
    margin-bottom: 2px;
}
/* hide gifts - mobile */
@media (max-width: 670px) {
    #gift_text,
    #gift_content {
        display: none;
    }
    #go_back_shopping {
        margin-bottom: 25px;
    }
}
/* hide gifts - mobile */
@media (max-width: 767px) {
    #e_delivery_n {
        background-color: #eee;
        padding: 5px 3px;
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    #price_sum {
        padding-top: 15px;
    }
}
#header_logo_wrapper {
    margin-top: -25px;
}
/* CART STEPS */
.border_right {
    border-right: 2px solid #fff;
    min-height: 121px;
}
.i_num {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    margin: 16px auto 7px auto;
}
.num_link {
    font-size: 16px;
}
.num_link a {
    display: block;
    height: 120px;
    font-size: 16px;
}
.num_link a:hover {
    display: block;
    background-color: #C9C9C9;
}
.num_link .active {
    background-color: #fff;
}
@media (max-width: 450px) {
    /* BS FIX MIN RESS PRODUCT CART TABLE */
    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        padding: 8px 3px;
    }
    .del_from_cart_h {
        display: none;
    }
    .del_from_cart {
        width: 30px;
    }
    .heading_mm {
        max-width: 129px;
        display: block;
        margin-left: -6px;
    }
    .address_mm {
        margin-top: 30px;
    }
}
/* BS FIX */
.alert-success {
    filter: none;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #B2DBA1;
    border: none;
}
/* category and product page */
body {
    text-align: left;
}
.vvv {
    border: 2px solid orange;
}
.footer {
    background: transparent;
}
.n_space {
    padding: 25px 25px;
    text-align: left;
}
.n_space_h {
    padding: 10px 25px 20px 25px;
    text-align: left;
}
div.category_header {
    color: #fff;
    background-color: #0087D2;
    padding: 10px 15px;
}
#categories a {
    display: block;
    padding: 10px 13px;
    background-color: #D8D8D8;
    color: #575757;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    text-decoration: none;
    font-family: Arial, "Roboto";
}
#categories a:hover {
    display: block;
    padding: 10px 13px;
    background-color: #fff;
    color: #0087D2;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    text-decoration: none;
    font-family: Arial, "Roboto";
}
#categories a.sub_cat.level_1 {
    background-color: #41BAFF;
    color: #fff;
    background-position: right center;
    background-repeat: no-repeat;
}
#categories a.sub_cat.level_1:hover {
    background-color: #41BAFF;
    color: #fff;
}
#categories a.sub_cat.level_2 {
    background-color: orange;
    color: #fff;
    background-position: right center;
    background-repeat: no-repeat;
    border-left: none;
}
#categories a.sub_cat.level_2:hover {
    background-color: orange;
}
#categories a.level_2 {
    padding: 10px 5px 10px 20px;
    background-color: #fff;
    border-right: 1px solid #ccc;
}
#categories a.level_2:hover {
    padding: 10px 5px 10px 20px;
}
#categories a.sub_cat {
    background-color: #0086D2;
    color: #fff;
}
/* sub_cat level_1 active */
#breadcrumbs {
    color: #CCC;
}
#breadcrumbs a {
    padding: 6px 4px;
}
#breadcrumbs a:hover {
    padding: 6px 4px;
}
h1 {
    color: #424242;
    font-family: "Roboto Condensed";
    font-size: 33px;
    font-weight: 700;
    line-height: 107%;
}
.arrow_right {
    color: #eee;
    display: none;
}
.product_additional_images {
    margin-top: 25px;
    margin-bottom: 15px;
}
.product_additional_image img {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    clear: right;
    border: 1px solid #eee;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px;
}
.product_additional_image img:hover {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    clear: right;
    border: 1px solid #eee;
    border-top: 1px solid #0086D2;
    border-bottom: 1px solid #0086D2;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px;
}
.share_wrapper {
    display: block;
    float: left;
    clear: both;
    padding: 5px;
    width: 100%;
    height: 40px;
    margin-top: 10px;
}
.share_wrapper_div {
    display: block;
    float: left;
    clear: right;
    width: auto;
    height: 25px;
}
/* category levels */
.level_3 {
    border-left: 3px solid #64B7FF;
}
.level_4 {
    border-left: 4px solid #89C8FF;
}
#categories a.cat.active {
    color: #0087D2;
    background-color: #fff;
    border-right: 2px solid #0087D2;
    border-left: none;
}
#categories .level_0 .active {
    font-weight: bold;
    color: #000;
    background-color: white;
}
#categories a.cat.level_1 {
    color: #0087D2;
    /*background-color: #fff;*/
    background-color: #E9E9E9;
    border-right: 2px solid #eee;
}
#categories a.cat.level_1.active,
#categories a.cat.level_1.active:hover {
    color: #0087D2;
    background-color: orange;
    border-right: 2px solid #0087D2;
    border-left: none;
}
#categories .level_2.active {
    background-color: orange;
}
#categories .level_3 .active {
    background-color: yellow;
}
.product_image_big img {
    max-width: 100%;
}
.product_image_big {
    max-width: 100%;
    overflow: hidden;
    margin-right: 5px;
}
.product_image_big_one {
    width: 600px;
    max-width: 100%;
    height: auto;
}
.delivery_free {
    z-index: 10;
    position: absolute;
    height: 100px;
    width: 100px;
    /*top: 0px;*/
    top: 0px;
    right: 25px;
    margin-bottom: -23px;
}
@media (min-width: 1200px) {
    .delivery_free {
        right: 85px;
    }
}
.top_left_flag {
    /*border: 1px solid red;*/
    z-index: 10;
    position: absolute;
    height: auto;
    min-height: 90px;
    width: 297px;
    max-width: 100%;
    top: 0;
    left: 0px;
    margin-bottom: -23px;
}
.info_small_box_right {
    background-color: #eee;
    color: #545454;
    font-size: 13px;
    padding: 14px;
}
h2.product_description_header {
    font-size: 24px;
    color: #646464;
    line-height: 130%;
}
/* for shadow spacer images and other */
img {
    max-width: 100%;
}
.review h2,
.suvisiace_produkty h2 {
    display: block;
    font-size: 28px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 120%;
    color: #686868;
    font-family: 'Roboto Condensed';
    padding: 9px 0px 12px 0px;
    /*border-top: 2px solid #eee;*/
    border-bottom: 2px solid #eee;
}
@media (max-width: 767px) {
    .review h2,
    .suvisiace_produkty h2 {
        font-size: 24px;
        padding: 5px 0px 8px 0px;
    }
}
.logo_manufacturer a img {
    width: 125px;
    max-width: 100%;
    height: auto;
}
#user_menu_mobile a,
#contact_menu_mobileX a {
    display: block;
    padding: 5px 13px;
    background-color: #D8D8D8;
    color: #575757;
    color: #222;
    border-bottom: 1px solid #FFF;
    font-size: 16px;
    text-decoration: none;
    font-family: Arial, "Roboto";
}
#user_menu_mobile a:hover,
#contact_menu_mobileX a:hover {
    display: block;
    padding: 5px 13px;
    background-color: #FFF;
    color: #0087D2;
    border-bottom: 1px solid #FFF;
    font-size: 16px;
    text-decoration: none;
    font-family: Arial, "Roboto";
}
#breadcrumbs {
    background-color: #fff;
    padding: 10px 0px 0px 22px;
}
@media (max-width: 991px) {
    #categories a,
    #user_menu_mobile a {
        padding: 15px 13px;
    }
    #categories a:hover,
    #user_menu_mobile a:hover,
    #categories a.level_2:hover {
        padding: 15px 13px;
    }
    #categories a.sub_cat.level_2,
    #categories a.level_2 {
        padding: 15px 13px;
    }
    #content_header {
        /*
            border-top: 3px solid #0087D2;
            margin-top: 77px;
        */
    }
    .n_space_h {
        padding: 15px 5px;
    }
    #breadcrumbs {
        padding: 10px 5px 5px 5px;
        font-size: 16px;
    }
}
.top_button {
    background-color: #fff;
    color: #f50000;
    padding: 5px 3px;
    border-right: 1px solid #DDD;
    text-align: center;
    font-size: 27px;
    padding-top: 8%;
}
.top_button:hover {
    background-color: #f50000;
    color: #fff;
    padding: 5px 3px;
    border-right: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    font-size: 27px;
    padding-top: 8%;
}
@media (max-width: 485px) {
    .top_button {
        font-size: 20px;
        padding-top: 9%;
    }
    .top_button:hover {
        font-size: 20px;
        padding-top: 9%;
    }
}
.review .smallText {
    font-size: 14px;
}
.review .main {
    font-size: 16px;
    line-height: 135%;
}
/* BS FIX FONTS */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#Glyphicons') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* font icons */
@font-face {
    font-family: 'Glyphter';
    src: url('../fonts/glyphter.eot');
    src: url('../fonts/glyphter.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphter.woff') format('woff'), url('../fonts/glyphter.ttf') format('truetype'), url('../fonts/glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before {
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
    content: '\0031';
}
.icon-contact:before {
    content: '\0032';
}
.icon-user_menu:before {
    content: '\0033';
}
.icon-category_menu:before {
    content: '\0034';
}
.owl-prev {
    font-family: Glyphter;
    content: '\005b';
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    color: red;
    width: 30px;
    height: 30px;
}
.owl-next {
    font-family: Glyphter;
    content: '\005d';
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    color: red;
    width: 30px;
    height: 30px;
}
.product_review_sector {
    margin-top: 30px;
    width: 100%;
}
.e_green {
    color: #5EA800;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 38%;
    margin-top: -10px;
}
.i_arr {
    border-radius: 100px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    width: 200px;
    height: 200px;
    margin-top: -100px;
}
.owl-dot {
    background-size: 110px;
}
.owl-dots {
    padding: 0px 15px;
}
.owl-dot {
    width: 120px;
    height: 120px;
    background-color: red;
    background-attachment: scroll;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 120px 120px;
    display: block;
    float: left;
    clear: right;
    border: 1px solid #eee;
    padding: 7px;
    margin-right: 2px;
    margin-bottom: 3px;
}
.owl-dot.active {
    width: 120px;
    height: 120px;
    background-color: red;
    background-attachment: scroll;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 120px 120px;
    display: block;
    float: left;
    clear: right;
    border-top: 1px solid #0086D2;
    border-bottom: 1px solid #0086D2;
    padding: 7px;
    margin-right: 2px;
    margin-bottom: 3px;
}
.owl-theme .owl-dots .owl-dot span {
    display: none;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    display: none;
}
/* button do kosika oki */
.button_do_kosika_wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0px 15px 0px 0px;
}
.go_button_add_to_cart,
.go_button_add_to_cart:hover,
.go_button_add_to_cart_h,
.go_button_add_to_cart_h:hover {
    display: block;
    min-height: 75px;
    white-space: normal;
    line-height: 115%;
    background-color: #0087D2;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #FFF;
    padding-left: 30px;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 2px solid #0069A3;
    float: right;
    text-align: left;
}
.go_button_add_to_cart_h img,
.go_button_add_to_cart img {
    position: absolute;
    right: 15px;
    top: 7px;
    width: 60px;
    height: 60px;
}
/* sector */
.product_review_sector img {
    display: block;
    width: 200px;
    max-width: 100%;
    height: auto;
    border: none;
}
.ee_wrapper {
    width: 200px;
    height: 52px;
    max-width: 100%;
}
.ee_num {
    float: right;
    margin-top: -7px;
    position: absolute;
    top: 19px;
    margin-left: 150px;
    font-size: 24px;
}
.product_description iframe {
    background-color: #eee;
    max-width: 100%;
    background: url(sys_img/ui/bg_youtube.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media (min-width: 500px) {
    .go_button_add_to_cart,
    .go_button_add_to_cart:hover {
        display: block;
        min-height: 75px;
        white-space: normal;
        line-height: 115%;
        background-color: #0087D2;
        font-size: 24px;
        letter-spacing: 1px;
        font-weight: normal;
        color: #FFF;
        padding-left: 30px;
        border: none;
        border-radius: 0px;
        text-transform: uppercase;
        text-decoration: none;
        border-bottom: 2px solid #0069A3;
        float: right;
        text-align: left;
        max-width: 275px;
        margin-left: auto;
        margin-right: auto;
    }
}
.t3-off-canvas .close,
.t3-off-canvas .close:hover {
    margin: 0;
    height: 77px;
    line-height: 50px;
    width: 52px;
    /*width: 100%;*/
    background: #D50000;
    color: #FFF;
    position: inherit;
    top: 0;
    right: 0;
    text-shadow: none;
    font-weight: 300;
    opacity: 0.85;
    filter: alpha(opacity=85);
}
.catt_img_wrapper img {
    width: 100%;
    height: auto;
}
/* HOME PAGE */
.category_header h2 {
    font-size: 20px;
}
#main_content_wrapper_top {
    padding-bottom: 15px;
}
.r_subcategories2_categories {
    margin-bottom: 15px;
}
.r_category_wrapper {
    padding: 0px;
    border: 1px solid #eee;
    margin-right: -1px;
    margin-bottom: -1px;
    text-align: center;
    background-color: #fff;
}
/* first without left border */
/*
.r_category_wrapper:nth-child(1) {
    border-left: none;
}
*/
.r_category_image {
    min-height: 60px;
}
.r_category_image img {
    width: 160px;
    max-width: 90%;
    height: auto;
}
.r_category_name {
    margin-top: 4px;
    font-size: 16px;
    line-height: 130%;
}
.r_category_image a {
    display: block;
    width: 100%;
}
.r_category_name a {
    display: block;
    padding: 4px 3px;
    width: 100%;
    height: 50px;
}
/* product mini box */
.w_product_wrapper {
    border: 1px solid #ccc;
    margin-right: -1px;
    margin-bottom: -1px;
    background-color: #fff;
    /*
                      -webkit-border-radius: 11px;
                      -moz-border-radius: 11px;
                      border-radius: 11px;

                      -webkit-border-top-right-radius: 30px;
                      -moz-border-radius-topright: 30px;
                      border-top-right-radius: 30px;
    */
    overflow: hidden;
    /*
                      -webkit-border-bottom-left-radius: 20px;
                      -moz-border-radius-bottomleft: 20px;
                      border-bottom-left-radius: 20px;
    */
}
.w_product_image {
    /*min-height: 200px;*/
    padding: 10px;
    border: none;
}
.w_product_image a img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border: none;
}
.w_product_model {
    width: 80px;
    display: block;
    position: absolute;
    left: 10px;
    bottom: 0px;
    z-index: 2;
}
.w_product_model img {
    width: 80px;
    height: auto;
    max-width: 100%;
    border: 1px solid #ccc;
    padding: 3px;
    background-color: #fff;
}
.w_product_name {
    font-size: 16px;
    padding: 5px 5px;
    padding-top: 0px;
    height: 55px;
    overflow: hidden;
    line-height: 115%;
    margin-bottom: 7px;
}
.w_product_name a {
    line-height: 118%;
}
.w_product_prices {
    font-size: 16px;
    padding: 0px 2px;
    height: 65px;
}
.w_product_prices_before {
    font-size: 16px;
    padding: 0px;
    padding-top: 3px;
    min-height: 20px;
}
.w_product_prices_current {
    font-size: 30px;
    height: 37px;
}
.feature_products_block {
    padding: 20px;
}
.new_products_block {
    padding: 20px;
}
.w_product_avaibility_info {
    padding: 0px 8px;
}
.products_wraper_box {
    margin-top: 15px;
    margin-bottom: 15px;
}
.main5 {
    line-height: 130%;
}
.r_subcategories {
    margin-top: 20px;
}
.i_cart input {
    border-radius: 0px;
}
.page_h2 h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 115%;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: 0px;
}
a.e_tag {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.modal {
    z-index: 99999999999999;
}
/*# sourceMappingURL=progammingshop_cart_responsive.css.map */