@import url(https://fonts.googleapis.com/css?family=Lato:400,900,900italic,700italic,700,400italic,300italic,300&subset=latin,latin-ext);
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}


html,body{
    padding:0;
    margin:0;
}

html > body{
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #191919;
    font-size: 13px;
}

body > .pW{
    display: block;
    position: relative;
}

.btn.btn-normal{
    background: #fff;
    height: 32px;
    padding: 0 17px;
    border: 2px solid rgba(204,204,204,0.5);
    border-radius: 999px;
    overflow: hidden;

    color:#535255;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.btn:active,
.btn:focus{
    outline:0 !important;
}


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}
/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


a.kr-h{
    background: url(../img/c_help_i_bg.png) right center no-repeat;
    height: 35px;
    line-height: 35px;
    padding-right: 46px;
    vertical-align: middle;
    text-decoration: none;
    color:#37363a;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    display: inline-block;
    *zoom:1;
    *display: inline;
    cursor: pointer;
}
a.kr-h:hover{
    text-decoration: none;
    color: #79b70e;
}
a.kr-h:focus,
a.kr-h:active{
    outline: 0;
    color:#79b70e;
    text-decoration: none;
}
a.kr-h.h-s{
    background: url(../img/c_help_i_small_bg.png) center center no-repeat;
    width:24px;
    height: 25px;
    vertical-align: middle;
    padding:0;
    margin-left:30px;
}
a.kr-h.h-s.loading,
a.kr-h.loading{
    background: url(../img/p_load.gif) right center no-repeat;
    background-size: 24px;
}
a.kr-iIM{
    background: url(../img/c_conf_pom_i_bg.png) right center no-repeat;
    height: 34px;
    line-height: 34px;
    padding-right: 46px;
    vertical-align: middle;
    text-decoration: none;
    color:#37363a;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    display: inline-block;
    *zoom:1;
    *display: inline;
    cursor: pointer;
}
a.kr-iIM:hover{
    text-decoration: none;
    color: #79b70e;
}
a.kr-iIM:focus,
a.kr-iIM:active{
    outline: 0;
    color:#79b70e;
    text-decoration: none;
}
a.kr-iIM.loading{
    background: url(../img/p_load.gif) right center no-repeat;
    background-size: 24px;
}

.popover .close{
    line-height: 15px;
}

.popover img{
    max-width:100%;
}
.modal img{
    max-width:100%;
}
.modal .modal-fabric-table{
    font-size:14px;
}
.modal .modal-fabric-table tr td,
.modal .modal-fabric-table tr th{
    padding:5px 0;
    border-bottom: 1px solid #fafafa;
}
.modal .modal-fabric-image{
    margin:15px -20px -20px -20px;
    text-align: center;
    background: url(../img/p_load.gif) center center no-repeat;
}

iframe{
    max-width:100%;
}


/**header**/
div.pH{
    display: block;
}
div.pH > .hW{
    padding-bottom: 39px;
}
div.pH .hN{
    margin-bottom: 0;
    padding:25px 0;
    border:0;
}
div.pH .hN a.hL{
    height: auto;
    padding:0;
}
div.pH .hN button.navbar-toggle.collapsed{
    background: transparent;
}
div.pH .hN button.navbar-toggle{
    margin-top:24px;
    background: #79b70e;
}
div.pH .hN button.navbar-toggle > .icon-bar{
    background: #fff;
    width:26px;
    height: 3px;
}
div.pH .hN button.navbar-toggle.collapsed > .icon-bar{
    background: #000;
}
div.pH .hB{
    background: #f2f2f2;
    height: 39px;
    line-height: 39px;
    margin-top:-39px;
}
div.pH .hB .breadcrumb{
    background: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border:0;
    margin:0;
    padding:0;

    text-transform: uppercase;

    font-size: 12px;
    color:#4e4d51;

    letter-spacing: 1px;
}
div.pH .hB .breadcrumb > span{
    font-weight: bold;
}
div.pH .hB .breadcrumb li a{
    color:inherit;
}
div.pH .hB .breadcrumb li.active a{
    color:#cd010d;
}
div.pH .nRS{
    padding-right:255px;
}
div.pH .hNB{
    width: 255px;
    background: #fafafa;
    height: 100%;
    min-height: 100%;
    position: absolute;
    right:0;
    top:0;
    bottom:0;
}
div.pH .hNB h3.nB-h{
    height: 33px;
    line-height: 33px;
    font-size: 13px;
    color:#000000;
    font-weight: 800;
    margin:0;
    text-transform: uppercase;
    text-align: center;
    background: #f2f2f2;
    letter-spacing: 1px;
}
div.pH .hNB div.nB-i{
    padding:18px 20px;
    color:#38373b;
    font-size: 10px;
}
div.pH .hNB div.nB-i span.v{
    font-size: 15px;
    font-weight: bold;
}
div.pH .hNB div.nB-i span.v span.s{
    font-size: 12px;
    vertical-align: text-top;
}
div.pH .hNB div.nB-i div.nB-p{
    margin-top: 12px;
}
div.pH .hNB div.nB-i div.nB-p span.v{
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 1px;
}
div.pH .hNB div.nB-i div.nB-p span.n.t{
    display: block;
}
div.pH .hNB div.nB-i div.nB-p span.n.z{
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
div.pH .hNB div.nB-i span.nB-gB{
    position: absolute;
    right:21px;
    bottom:-18px;
}
.btn.btn-bb{
    border:0;
    background: #79b70e;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    color:#fff;
    text-align: center;
    text-transform: uppercase;
    width:108px;
    height: 35px;
    padding:0;
    font-weight: 700;
    line-height: 11px;
    letter-spacing: 1px;
}
.btn.btn-bb span.t{
    font-size: 9px;
    display: block;
}
.btn.btn-bb span.b{
    font-size: 12px;
    display: block;
}
.btn.btn-bb:hover{
    color:#fff;
}
.btn.btn-bb.bb-r{
    background-color: #cd010d;
}
.btn.btn-bb:focus,
.btn.btn-bb:active{
    color:#fff;
}
div.pH .hS{
    position: absolute;
    top:42px;
    right:280px;
}
div.pH .hS ul{
    font-size: 0;
    padding:0;
    margin:0;
}
div.pH .hS ul li{
    list-style: none;
    display: inline-block;
    *zoom:1;
    *display: inline;
    vertical-align: top;
    margin-right: 7px;
}
div.pH .hS ul li.iL{
    margin-right: 0;
}
div.pH .hLG{
    position: absolute;
    top:1px;
    right:267px;
    width:173px;
}
div.pH .hLG ul{
    font-size: 0;
    padding:0;
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 3px;
}
div.pH .hLG ul li{
    list-style: none;
    display: inline-block;
    *zoom:1;
    *display: inline;
    vertical-align: top;
    font-size: 14px;
    position: relative;
}
div.pH .hLG ul li.iL{
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
div.pH .hLG ul li a{
    display: block;
    padding:4px 4px;
    color:#38373b;
    font-weight: bold;
}
div.pH .hLG ul li:hover:after,
div.pH .hLG ul li.iA:after{
    display: block;
    position: absolute;
    content:"";
    left:0;
    right:0;
    bottom:-5px;
    height: 2px;
    background: #79b70e;
}
div.pH .hLG ul li a:hover{
    text-decoration: none;
}
div.pH .hCP{
    position: absolute;
    top:21px;
    right:484px;
    color: #79b70e;
    font-size: 20px;
    font-weight: bold;
    padding-left:22px;
    background: url(/img/p_h_cp_i_bg.png) left 7px no-repeat;
}
div.pH .hCP span{
    color:inherit;
}
div.pH ul.hM{
    margin:57px 19px 0 0;
    padding:0;
}
div.pH ul.hM li{
    position: relative;
}
div.pH ul.hM li.open:before{
    position: absolute;
    top:-50%;
    left:0;
    right:0;
    bottom:-50%;
    border:1px solid #e5e5e5;
    content:"";
    border-bottom: 0;
}
div.pH ul.hM > li > a{
    padding: 0;
    margin: 0 19px;
    color:#191919;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
div.pH ul.hM > li .dropdown-menu{
    top:140%;
    border:0;
}
div.pH ul.hM > li > a:hover{
    background: none;
    text-decoration: underline;
    color:inherit;
}
div.pH ul.hM > li ul{
    padding:0;
}
div.pH ul.hM > li ul li a{
    background: #fff;

    color:#38373b;
    font-size: 12px;
    font-weight: bold;
    text-decoration:none;

    border:1px solid #e5e5e5;
    border-bottom-width: 0px;

    text-transform: uppercase;

    display: block;
    padding: 10px 15px;
    position: relative;
}
div.pH ul.hM > li ul li.last a{
    border-bottom-width: 1px;
}
div.pH ul.hM > li ul li:hover a,
div.pH ul.hM > li ul li.active a{
    background: #79b70e;
    color:#fff;
}

div.pH div.hMB{
    background: #f6f6f6;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    padding-top: 17px;
    padding-bottom: 14px;

    position: relative;
}
div.pH div.hMB div.mB-sL{
}
div.pH div.hMB div.mB-sR{
    position: absolute;
    top:0;
    right:15px;
    bottom:0;
    margin:auto 0;
    height: 35px;
}
div.pH div.hMB div.mB-p{
    color:#38373b;
    font-size: 12px;
}
div.pH div.hMB div.mB-p span.v{
    font-size: 24px;
    line-height: 20px;
    letter-spacing:3px;
    font-weight: 700;
}
div.pH div.hMB div.mB-p span.n.t{
    display: block;
}
div.pH div.hMB div.mB-p span.n.z{
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;

}
div.pH div.hMB div.mB-p span.v span.s{
    font-size: 12px;
    vertical-align: text-top;
    font-weight: bold;
}
body.step-3 div.pH div.hMB{
    display: none !important;
}


/**footer**/
div.pF{
    background: #38373b;

    color:#fff;

    padding-bottom: 41px;
}
div.pF div.fT{
    padding:23px 0;
    position: relative;
    border-bottom: 1px solid #1c1b1d;
    margin-bottom: 34px;
}
div.pF div.fT span.fT-sM{
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    margin:auto 0;
    height: 16px;
}
div.pF div.fT span.fT-sM a.sM-l{
    color:#fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
div.pF div.fC{
    position: relative;
    padding-bottom: 35px;
}
div.pF div.fC div.fC-l{
    line-height: 21px;
}
div.pF div.fC div.fC-lI{
    font-weight: 600;
    font-size: 13px;
}
div.pF div.fC div.fC-lI.lI-sI{
}
div.pF div.fC div.fC-lI.lI-sI a{
    color:inherit;
}
div.pF div.fC div.fC-lI{
    padding-left:0;
    margin-bottom: 38px;
}
div.pF div.fC div.fC-lI.lI-mI{
    text-transform: uppercase;
    letter-spacing: 1px;
}
div.pF div.fC div.fC-lI.lI-mI h4.mI-h{
    font-size: 18px;
    margin:0 0 20px 0;
    font-weight: 600;
    line-height: inherit;
    color:inherit;
}
div.pF div.fC div.fC-lI.lI-mI ul.mI-l{
    padding-left:0;
    margin:0;
    list-style: none;
}
div.pF div.fC div.fC-lI.lI-mI ul.mI-l li a{
    color:inherit;
    text-decoration: none;
}
div.pF div.fB{
    height: 41px;
    line-height: 41px;
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    background: #323135;
    overflow: hidden;
}
div.pF div.fB .fB-cT{
    font-size: 9px;
    letter-spacing: 1px;
}
div.pF div.fB .fB-cT a{
    color:inherit;
}



/**left menu**/
div.p-lM{
    position: relative;
}
div.p-lM ul.nav{

}
div.p-lM ul.nav li{

}
div.p-lM ul.nav li a{
    background: #fff;

    color:#38373b;
    font-size: 12px;
    font-weight: bold;
    text-decoration:none;

    border:1px solid #e5e5e5;
    border-bottom-width: 0px;

    text-transform: uppercase;
}
div.p-lM ul.nav li.last a{
    border-bottom-width: 1px;
}
div.p-lM ul.nav li:hover a,
div.p-lM ul.nav li.active a{
    background: #79b70e;
    color:#fff;
}


/**body**/
div.pB{
    background: #fafafa;
    padding-top:10px;
    padding-bottom: 40px;

    position:relative;
}
.p-konfigurator div.pB{
    padding-top:0;
}
div.pB:after{
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}
body.loaded div.pB:after{
    display:none;
}
div.pB div.bIC{
    height: 63px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    text-align: center;
    margin-bottom: 30px;
    line-height: 63px;
    display: block;
    position: relative;
    clear: both;
}
div.pB div.bIC .iC-h{
    font-size: 18px;
    font-weight: 800;
    color:#cd010d;
    text-transform: uppercase;
    margin:0;
    line-height: inherit;
    letter-spacing: 1px;
}
div.sSC{
    position: relative;
    display: block;
    overflow: hidden;

    font-size: 13px;
    color:#38373b;
    line-height: 21px;
}
div.sSC .cT{
    font-size: 20px;
    color:#cd010d;
    font-weight: 800;
    margin: 0 0 25px 0;
}
div.sSC strong,
div.sSC b{
    font-weight: bold;
}
div.sSC a{
    color:inherit;
    text-decoration: underline;
}
div.sSC a.konf_link{
    text-decoration: none;
    color:#555555;
}


/**left side**/
.bSL div.lS-e{
    border-bottom: 2px solid #e5e5e5;
}
.bSL div.lS-e > div{
    padding: 32px 0;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
}
.bSL div.lS-e > div span.s{
    display: block;
    letter-spacing: 1px;
}
.bSL div.c-eRD{
    color:#79b70e;
    font-weight: 600;
}
.bSL div.c-eRD p.cT{
    line-height: 16px;
    letter-spacing: 2px;
    margin:0;
}
.bSL div.c-eRD span.n{
    font-size: 18px;
}
.bSL div.c-eRD span.s{
    font-size: 12px;
}
.bSL div.c-eTI{
    color:#38373b;
    font-weight: 600;
}
.bSL div.c-eTI p.cT{
    line-height: 16px;
    letter-spacing: 2px;
    margin:0;
}
.bSL div.c-eTI span.n{
    font-size: 18px;
}
.bSL div.c-eTI span.s{
    font-size: 12px;
}
.bSL div.lS-e div.c-eT{
    color:#38373b;
    font-weight: 600;
    text-align: left;
    position: relative;
    padding-left:15px;
}
.bSL div.c-eT p.cT{
    line-height: 16px;
    letter-spacing: 1px;
    margin:0;
}
.bSL div.c-eT span.n{
    font-size: 10px;
    display: block;
}
.bSL div.c-eT span.eT-p{
    font-size: 24px;
}
.bSL div.c-eT span.eT-p .pS{
    font-size: 10px;
    vertical-align: text-top;
}
.bSL div.c-eT .eT-h{
    margin-bottom: 14px;
}
.bSL div.c-eT .ups{
    background: url(../img/c_ups_i_bg.png) center center no-repeat;
    width:42px;
    height: 51px;
    display: block;
    position: absolute;
    right:28px;
    bottom:35px;
}

.bSL div.c-eM{
    width: 255px;
    height: 261px;
    background: url(../img/c_montage_bg.jpg) center center no-repeat;
    display: block;
    position: relative;
    padding:0 !important;
}
.bSL div.c-eM h4.eM-h{
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color:#38373b;
    letter-spacing: 1px;
    height: 14px;
    top:0;
    bottom:0;
    margin: auto;
    position: absolute;
    left:0;
    right:0;
}
.bSL div.c-eM .eM-b{
    position: absolute;
    bottom: 14px;
    left:0;
    right:0;
}
.bSL div.c-eM a{
    top:0;
    bottom:0;
    margin: auto;
    position: absolute;
    left:0;
    right:0;
}

/**after**/
div.pA{
    background: #fff;
    padding: 80px 0 40px 0;
}
div.hIL{
    padding-bottom: 74px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 84px;
}
div.hIL div.hIL-i{
    text-align: center;
}
div.hIL div.hIL-i div.i-i{
    margin-bottom: 20px;
    height: 44px;
}
div.hIL div.hIL-i div.i-t{
    color:#38373b;
    font-weight: 600;
}
div.hIL div.hIL-i div.i-t > span{
    display: block;
    text-transform: uppercase;
    line-height: 20px;
}
div.hIL div.hIL-i div.i-t span.t-l{
    font-size: 24px;
}
div.hIL div.hIL-i div.i-t span.t-s{
    font-size: 12px;
}
div.hOR{
    text-align: center;
}
div.hOR h2.hOR-h{
    text-align: center;
    margin:0;
    color:#cd010d;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
}
div.hOR div.hOR-t{
    margin-top: 73px;
    font-size: 15px;
    color:#38373b;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
    text-align: left;
}
div.hOR span.hOR-mB{
    margin-top: 40px;
    display: block;
}
div.hOR span.hOR-mB button{
    padding-left:27px;
    padding-right:27px;
    height: 34px;
}




/**products box**/
div.c-pBL{
    position: relative;
    display: block;
}
div.c-pBL .pBL-w{

}
div.c-pBL .pBL-lI{
    position: relative;
    margin-bottom: 42px;
}
div.c-pBL .pBL-lI > a{
    text-decoration: none;
}
div.c-pBL .pBL-lI > a:focus,
div.c-pBL .pBL-lI > a:active{
    outline: 0;
}
div.c-pBL .pBL-lI .lI-i{
    position: relative;
    text-align: center;
    height: 129px;
    width:100%;
}
div.c-pBL .pBL-lI .lI-i > img{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
    z-index: 1;
}
div.c-pBL .pBL-lI .lI-i > .iL{
    position: absolute;
    left:0;
    bottom:0;
    right:0;
    height: 2px;
    background: #e5e5e5;
    z-index: 2;
}
div.c-pBL .pBL-lI .lI-n{
    text-align: center;
    margin-top: 25px;
    color:#39383c;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
}
div.c-pBL .pBL-lI .lI-n .nG{
    margin: 0;
    font-size: inherit;
    font-weight: 800;
}
div.c-pBL .pBL-lI .lI-n .nP{
    margin: 0;
    font-size: inherit;
    font-weight: 600;
    min-height: 30px;
}
div.c-pBL .pBL-lI .lI-gB{
    margin-top: 19px;
    text-align: center;
}
div.c-pBL .pBL-lI .lI-pD{
    display: block;
    min-height: 60px;
    line-height: normal;
}
div.c-pBL .pBL-lI .lI-pD .pD-w{
    display: table;
    margin:auto;
}
div.c-pBL .pBL-lI .lI-pD .pD-p{
    color: #79b70e;
    text-transform: uppercase;
    font-size:12px;
    font-weight: bold;
    padding-left:20px;
}
div.c-pBL .pBL-lI .lI-pD .pD-p .l{
    font-size: 24px;
}
div.c-pBL .pBL-lI .lI-pD .pD-p .l .s{
    vertical-align: top;
    font-size: 17px;
}
div.c-pBL .pBL-lI .lI-pD .pD-r{
    display: block;
    position: relative;
    top:10px;
    min-height: 23px;
}
div.c-pBL .pBL-lI .lI-pD .pD-r .rV{
    background: url(../img/c_boxes_r_i_bg.png) center center no-repeat;
    width: 37px;
    height: 18px;
    display:inline-block;
    *zoom:1;
    *display:inline;
    text-align: center;
    line-height:17px;
    color:#fff;
    font-size: 12px;
    font-weight: bold;
    margin-right:2px;
}
div.c-pBL .pBL-lI .lI-pD .pD-r .rOp{
    color:#acacac;
    font-weight: bold;
    font-size: 16px;
    text-decoration: line-through;
}
div.c-pBL .pBL-lI .lI-pD .pD-r .rOp .s{
    font-size: 12px;
    vertical-align: top;
}
button.btn.btn-gb{
    height: 35px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 600;
    line-height: 12px;
    position: relative;
    overflow: visible;
    margin-right: 27px;

    transition-duration: 1s;
    transition-property: margin;
}
button.btn.btn-gb > span.t{
    vertical-align: middle;
    position: relative;
    z-index: 3;
    display: inline-block;
    *zoom:1;
    *display: inline;
}
button.btn.btn-gb .b{
    display: block;
    font-weight: 800;
}
button.btn.btn-gb span.iS{
    background: #e5e5e5;
    width:44px;
    display: block;
    position: absolute;
    right:-27px;
    top:0px;
    bottom:0;
    margin:auto 0;

    border-top-right-radius: 999px;
    -moz-border-top-right-radius: 999px;
    -webkit-border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    -moz-border-bottom-right-radius: 999px;
    -webkit-border-bottom-right-radius: 999px;
    z-index: 1;
    text-align: right;

    transition-property: right;
    transition-duration: 1s;
}
button.btn.btn-gb.gb-cG span.iS{
    background-color: #79b70e;
}
button.btn.btn-gb span.iS i{
    color:#fff;
    font-size: 15px;
    height: 15px;
    margin:auto 0;
    top:0;
    bottom:0;
    right:9px;
    position: absolute;
}
button.btn.btn-gb:hover span.iS{
    background-color: #79b70e;
}
button.btn.btn-gb span.iW{
    border-top-right-radius: 999px;
    -moz-border-top-right-radius: 999px;
    -webkit-border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    -moz-border-bottom-right-radius: 999px;
    -webkit-border-bottom-right-radius: 999px;
    position: absolute;
    top:0;
    bottom:0;
    right:-2px;
    width:70px;
    background: #fff;
    z-index: 2;
    border-right: 2px solid #d9d9d9;
}
div.c-pBL .pBL-lI .lI-gB a:hover button span.iS,
button.btn.btn-gb:hover span.iS{
    /**right:0;**
}
div.c-pBL .pBL-lI .lI-gB a:hover button,
button.btn.btn-gb:hover{
    /**margin-right: 0;**/
}
button.btn.btn-gb:focus,
button.btn.btn-gb:active{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
button.btn.btn-gb[disabled="disabled"]{
    margin-right: 0;
    transition: none;
}
button.btn.btn-gb.gb-r span.iS{
    background-color: #cd010d;
}



/**configurator**/
.cF{

}
.cF .cF-pI{
    position: absolute;
    right:60px;
    top:80px;
    display: none;
    display: block;
    z-index: 2;
}

.cF .cF-bB{
    position: absolute;
    left:0;
    bottom:100%;
    z-index: 9;
}
.cF .cF-bB button{
    background: #4e4d51 none repeat scroll 0 0;
    color: #fff;
    text-align: center;

    border-color: #ededed;
    border-radius: 0;
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.08) inset;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 0;
    padding: 13px 30px;
    text-transform: uppercase;

    line-height: 1.42857;
}

.cF .cF-s{
    padding:0;
    position: relative;
    z-index: 4;
    margin-top:30px;
}
div.cF-h{
    margin:15px 0 36px 0;
}
div.cF-h .hT{
    font-size: 20px;
    color:#cd010d;
    font-weight: 800;
    margin:0;
    text-transform: uppercase;
}
.cF .cF-tB{
    font-size:0;
}
.cF .cF-tB > li{
    float:none;
    display:inline-block;
    *zoom:1;
    *display:inline;
    vertical-align:bottom;
}
.cF .cF-tB > li a{
    max-width:220px;
    text-align: center;
}
.cF .cF-tB li.back a{
    background: #cd010d;
    color:#fff;
}
.cF .cF-tLC > .cF-tP{
    padding-top:1px;
}
.cF .cF-tLC{
    background: #fff;
    border: 1px solid #ededed;
    position: relative;
    z-index: 4;
}
.cF .cF-sE{
    margin-top:30px;
    padding:0 13px;
}
.cF .cF-sE .sE-bH{
    margin-bottom: 27px;
    position: relative;
}
.cF .cF-sE .sE-bH .bH-p{
    border-bottom: 1px solid #ededed;
}
.cF .cF-sE .sE-bH .bH-p img{
    max-width: 70%;
    height: auto;
}
.cF .cF-sE .sE-bH .bH-p button{
    position: absolute;
    right:13px;
    top:0;
    bottom:0;
    height: 35px;
    margin:auto;
}
.cF .cF-sE .sE-h{
    height: 57px;
    margin-left:-14px;
    margin-right:-14px;
    background: url(../img/c_conf_h_bg_r.jpg) left bottom repeat-x;
    position: relative;
    display: block;
}
.cF .cF-sE .sE-h .hT{
    font-size: 18px;
    margin:0 0 0 28px;
    font-weight: 800;
    color:#000004;
}
.cF .cF-sE .sE-h .hT.dM{
    margin-right:120px;
}
.cF .cF-sE .sE-h .hNR{
    background: url(../img/c_conf_h_nr_bg_nr.png) center center no-repeat;
    width: 44px;
    height: 57px;
    display: block;
    position: absolute;
    left:-31px;
    top:0;
    text-align: center;
    padding-right: 13px;
}
.cF .cF-sE .sE-h .hNR span{
    line-height: 43px;
    color:#fff;
    font-size: 14px;
    font-weight: 800;
}
.cF .cF-sE .sE-h a.kr-h{
    position: absolute;
    right:15px;
    top:-8px;
}
.cF .cF-sE .sE-h a.kr-iIM{
    position: absolute;
    right:150px;
    top:-8px;
}
.cF .cF-sE .sE-c > .alert{
    margin-top:20px;
    font-weight: 600;
}
.cF .cF-sE .sE-iB{
    padding:23px 13px 13px 13px;
    background: #fafafa;
    border-left:1px solid #ededed;
    border-right:1px solid #ededed;

    color:#37363a;

    margin-left:-14px;
    margin-right:-14px;
}
.cF .cF-sE .sE-c .c-fE{
    margin-left: 0;
    margin-right: 0;
    margin-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.cF .cF-sE .sE-c .c-fE.fE-dB{
    margin-bottom: 0;
    border-bottom: 0;
}
.cF .cF-sE .sE-c .c-fE .sM-cB.cB-fE{
    position: absolute;
    right:50px;
    top:0;
    bottom:0;
    margin: auto;
    height: 43px;
}
.cF .cF-sE .sE-c .c-fE .radio{

}
.cF .cF-sE .sE-c .c-fE .radio > label,
.cF .cF-sE .sE-c .c-fE .checkbox > label{
    padding-left: 34px;
}
.cF .cF-sE .sE-c .c-fE .checkbox > label input[type="checkbox"],
.cF .cF-sE .sE-c .c-fE .radio > label input[type="radio"]{
    margin-left:-24px;
    top:8px;
    bottom:0;
    margin-top:auto;
    margin-bottom: auto;
}
.p-dachowe .cF .cF-sE .sE-c .c-fE .checkbox > label input[type="checkbox"],
.p-dachowe .cF .cF-sE .sE-c .c-fE .radio > label input[type="radio"]{
    top:12px;
}
.p-dziennoc_mgs .cF .cF-sE .sE-c .c-fE .radio > label input[type="radio"]{
    top:10px;
}
.p-dziennoc_mgs .cF .cF-sE .sE-c .c-fE .checkbox > label input[type="checkbox"]{
    top:6px;
}
.cF .cF-sE .sE-c .c-fE .fE-img{
    padding: 0 20px;
}
.cF .cF-sE .sE-c .c-fE .fE-img a{
    display: inline-block;
    *zoom:1;
    *display: inline;
}
.cF .cF-sE .sE-c .c-fE .fE-label{
    padding-left:20px;
}
.cF .cF-sE .sE-c .c-fE .fE-label a{
    color:inherit;
}
.cF .cF-sE .sE-c .c-fE label{
    color:#37363a;
    font-size: 13px;
    font-weight: 800;
    text-align: left;
    min-width: 170px;
}
.cF .cF-sE .sE-c .c-fE label.control-label{
    padding-top:0;
    line-height: 43px;
}
.cF .cF-sE .sE-c .c-fE label.text-center{
    text-align: center;
}
.cF .cF-sE .sE-c .c-fE .fE-gE-hM{
    padding-left:170px;
}
.cF .cF-sE .fE-hM-bT{
    width:100%;
}
.cF .cF-sE .fE-hM-bT a{
    text-decoration: none;
    color:#fff;
}
.cF .cF-sE .fE-hM-bT a:focus{
    outline:0;
}
.cF .cF-sE .fE-hM-bT button{
    width:238px;
    height: 64px;
    position: relative;
    background: url(../img/c_conf_hm_bt_bg.png) 0 center no-repeat;
    border:0;
    outline:0;
    cursor: pointer;
    line-height: 17px;
    padding-right: 32px;
}
.cF .cF-sE .fE-hM-bT button:active{
    background-position: -238px center;
}
.cF .cF-sE .fE-hM-bT button span{
    font-size: 14px;
    font-weight: bold;
}
.cF .cF-sE .sE-c .c-fE span{
    vertical-align: middle;
}
.cF .cF-sE .sE-c .c-fE .fE-gE-i.gE-i-sM{
    margin-bottom: 10px;
}
.cF .cF-sE .sE-c .c-fE .fE-c{
    position: relative;
}
.cF .cF-sE .sE-c .c-fE .fE-c p{
    font-size: 14px;
    margin-bottom: 30px;
}
.cF .cF-sE .sE-c .c-fE .fE-c p a{
    color:#79b70e;
}
.cF .cF-sE .sE-c .c-fE .fE-c .nav-tabs > li > a{
    letter-spacing: 0;
    font-weight: 600;
    color:#37363a;
}
.cF .cF-sE .sE-c .c-fE .fE-c .nav-tabs.nav-all > li > a{
    padding-left:20px;
    padding-right:20px;
}
.cF .cF-sE .sE-c .c-fE .fE-c .nav-tabs.nav-all > li.all{
    float:right;
}
.cF .cF-sE .sE-c .c-fE .fE-c .nav-tabs.nav-all > li.all a{
    background: #79b70e;
    color: #fff;
}
.cF .cF-sE .sE-c .c-fE .fE-bT-aB{
    height: 43px;
}
.cF .cF-sE .sE-c .c-fE .fE-aM{
    margin-bottom: 10px;
}
.cF .cF-sE .sE-c .c-fE.fE-wh{
    margin-top:0;
    padding-top:80px;
    padding-bottom: 80px;
}

.cF .cF-sE .sE-c .fE-WH-pr{
    position: absolute;
    right:0;
    top:0;
    bottom:32px;
    height: 281px;
    margin:auto;
}

.form-control.input-height,
.form-control.input-width{
    outline:1px solid #ddd !important;
    outline-offset: -1px;
    border:0;
}
.form-control.input-height:focus,
.form-control.input-width:focus{
    outline-color:#66afe9 !important;
}
.form-control.input-width{
    border-left:4px solid #ff0000 !important;
}
.form-control.input-height{
    border-left:4px solid #83b52a !important;
}
.form-control.input-height.focusout,
.form-control.input-width.focusout{
    border:0 !important;
}


/**conf summary**/
.cF .cF-sT{
    position: relative;
    display: block;
    width:100%;
}
.cF .cF-sT .sT-w{
    /**background: #79b70e;**/
    background: #eaeaea;
    overflow: hidden;
}
.cF .cF-sT .sT-w.wF{
    position: relative;
    top:0;
}
.cF .cF-sT div.sT-h{
    height: 89px;
    /**border-bottom: 14px solid #6aa407;**/
    border-bottom: 14px solid #8d8d8c ;
    position: relative;
}
.cF.loading .cF-sT div.sT-h:after{
    position: absolute;
    right:10px;
    top:0;
    bottom:0;
    margin:auto 0;
    background: url(../img/p_load.gif) center center no-repeat;
    width:32px;
    height: 32px;
    display: block;
    content:"";
    background-size: 24px;
    padding:5px;
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.4);
}
.cF .cF-sT div.sT-h h3.hT{
    margin:0;
    padding-left:15px;
    line-height: 88px;
    /**color:#fff;**/
    color:#38373b;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
}
.cF .cF-sT div.sT-l{
    position: relative;
    padding:0 15px;
}
.cF .cF-sT div.sT-l div.lI{
    margin-top:19px;
    padding-bottom: 5px;
    /**border-bottom: 1px solid #6aa407;**/
    border-bottom: 1px solid #bdbdbd;
    /**color:#fff;**/
    color:#38373b;
    font-size: 0;
}
.cF .cF-sT div.sT-l div.lI.empty{
    display: none;
}
.cF .cF-sT div.sT-l div.lI > div{
    display: inline-block;
    *zoom:1;
    *display: inline;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    width: 49.5%;
}
.cF .cF-sT div.sT-l div.lI > div.lI-n{
    min-width: 122px;
    text-transform: lowercase;
}
.cF .cF-sT div.sT-l div.lI > div.lI-v{
    font-weight: 800;
}
.cF .cF-sT div.sT-l div.lI > div.lI-v .pS{
    font-size: 9px;
    vertical-align: top;
}
.cF .cF-sT div.sT-l div.lI.lI-nB{
    border-bottom: 0;
}
.cF .cF-sT div.sT-l div.lI.lI-p{
    margin-top:0;
}
.cF .cF-sT div.sT-l div.gI.gI-p .lI.lI-pR > div.lI-n{
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    width:100%;
}
.cF .cF-sT div.sT-l div.gI.gI-p .lI.lI-pR > div.lI-v{
    display: block;
    width:100%;
}
.cF .cF-sT div.sT-l div.gI.gI-p .lI.lI-pR > div.lI-v .pR-pB .pB-iW{
    color:#fff;
}
.pR-pB {
    display: block;
    height: 5px;
    width:100%;
    position: relative;
    margin-top:50px;
    margin-bottom:20px;
}
.pR-pB .pB-w{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    background: url(../img/pr_w_bg.jpg) left center repeat-x #6da60a;
    height: 100%;
    width:100%;
}
.pR-pB .pB-w .pB-iN{
    width:0%;
    height: 100%;
    display: block;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
}
.pR-pB .pB-pL{

}
.pR-pB .pB-pL .pL-i{
    position: absolute;
    bottom:100%;
}
.pR-pB .pB-pL .pL-i .iS{
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #fff;
    overflow: hidden;
    width:6px;
    height:6px;
    margin:auto auto 4px auto;
    display: block;
}
.pR-pB .pB-pL .pL-i .iB{
    background: url(../img/pr_pl_i_b_bg.png) center center no-repeat;
    overflow: hidden;
    width:20px;
    height:22px;
    margin:auto auto 4px auto;
    display: block;
}
.pR-pB .pB-pL .pL-i .iB .iB-p{
    font-size: 9px;
    color:#38373b;
    text-align: center;
    line-height: 20px;
    display: block;
    font-weight: 800 !important;
}
.pR-pB .pB-iW{
    position: absolute;
    top:100%;
    left:0;
    right:0;
    padding-top:5px;
    color: #7bac27;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}
.pR-pB .pB-iW strong{
    font-weight: 800 !important;
}
.cF .cF-sT div.sT-l div.gI.gI-p .lI > div.lI-v{
    text-align: right;
    font-size: 32px;
}
.cF .cF-sT div.sT-l div.gI.gI-p .lI > div.lI-v .s{
    font-size: 14px;
    vertical-align: text-top;
    display: inline-block;
    *zoom:1;
    *display: inline;
    margin-top:2px;
}
.cF .cF-sT div.sT-l div.gI.gI-p .lI > div.lI-v .c{
    font-size: 14px;
    text-transform: uppercase;
}
.cF .cF-sT div.sT-l div.gI.gI-p{
    margin: 0 -15px 0 -15px;
    padding: 21px 15px 21px 15px;
    /**background: #71ad0a;**/
    background: #8d8d8c;
}
.cF .cF-sT div.sT-l div.gI.gI-p div.lI{
    color:#fff !important;
}
.cF .cF-sT div.sT-l div.gI.gI-p .lI > div{
    vertical-align: baseline;
}
.cF .cF-sT div.sT-l div.lI.lI-pE{
    border-bottom: 0;
    margin-top:5px;
}
.cF .cF-sT div.sT-l div.lI.lI-pE > div.lI-v{
    font-size: 18px
}
.cF .cF-sT div.sT-l div.lI.lI-pE > div.lI-v .s,
.cF .cF-sT div.sT-l div.lI.lI-pA > div.lI-v .s{
    font-size: 9px;
    vertical-align: text-top;
    display: inline-block;
    *zoom:1;
    *display: inline;
    margin-top:1px;
}
.cF .cF-sT div.sT-l div.lI.lI-pE > div.lI-v .c,
.cF .cF-sT div.sT-l div.lI.lI-pA > div.lI-v .c{
    font-size: 9px;
    text-transform: uppercase;
}
.cF .cF-sT div.sT-l div.gI{
    margin: 0 -15px;
    padding:0 15px 15px 15px;
    overflow: hidden;
}
.cF .cF-sT div.sT-l div.gI.gI-s{
    background: #eaeaea;
}
.cF .cF-sT div.sT-l div.gI.gI-s div.lI > div.lI-n{
    color: #38373b;
}
.cF .cF-sT div.sT-l div.gI.gI-s div.lI > div.lI-v{
    color: #5a5a5d;
}
.cF .cF-sT div.sT-l div.gI.gI-s div.lI{
    border-color: #bdbdbd;
}
.cF .cF-sT div.sT-l .fE-bT-aB{
    height: 43px;
}


/**gallery, description**/
.cF .cF-gD{
    padding: 30px 15px;
    overflow: hidden;
}
.cF .cF-gD h2.gD-h{
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
}
.cF .cF-gD .gD-g .carousel .item a{
    cursor: pointer;
}
.cF .cF-gD h2{
    font-size: 150%;
}
.cF .cF-gD h1{
    font-size: 200%;
}
.cF .cF-gD h3{
    font-size: 140%;
}
.cF .cF-gD h4{
    font-size: 130%;
}
.cF .cF-gD a{
    color:inherit;
    text-decoration: underline;
}
div.gD-g .carousel-inner .item img{
    margin:0 auto;
}


/**fabric list**/
.fE-fL{
    position: relative;
    display: block;
}
.fE-fL div.fL-i{
    height: 129px;
    text-align: center;
    padding:3px;
    position: relative;
}
.fE-fL div.fL-i.iD:after{
    position: absolute;
    left:-1px;
    right:-1px;
    bottom:-1px;
    top:-1px;
    opacity:0.7;
    filter:alpha(opacity=70);
    background: #fff;
    display: block;
    content:"";
}
.fE-fL div.fL-i .iW{
    border: 2px solid #cccccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 100%;
    width:100%;
    position: relative;
    cursor: pointer;
}
.fE-fL div.fL-i span.iI,
.fE-fL div.fL-i a{
    display: inline-block;
    *zoom:1;
    *display: inline;
    margin-top:10px;
    position: relative;
}
/**.fE-fL.fL-sZ div.fL-i a:hover:after{
    content:"";
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    background: url(../img/c_conf_fc_z_i_bg.png) center center no-repeat;
    display: block;
    z-index: 3;
    background-size: 32px;
    transition-duration: 0.2s;
    transition-property: all;
}**/
.fE-fL div.fL-i a.iL,
a.el-z{
    position: absolute;
    background: url(../img/c_conf_fc_zoom_i_bg.png) center center no-repeat;
    width:24px;
    height: 24px;
    display: block;
    z-index: 10;
    right:24px;
    top:0;
    cursor: pointer;
}
/**.fE-fL.fL-sZ div.fL-i a:hover:after{
    background-size: 40px;
}**/
.fE-fL.fL-sZ div.fL-i.iG a:after{
    background-image: url(../img/c_conf_fc_z_i_green_bg.png);
}
.p-moskitiery .fE-fL div.fL-i a{
    margin-top:20px;
}
.fE-fL div.fL-i span.iN{
    display: block;
    font-size: 11px;
    margin-top: 6px;
    font-weight: 600;
}
.fE-fL div.fL-i.active .iW{
    border-color:#79c713;
}
.fE-fL div.fL-i.active .iW:after{
    background: url(../img/c_conf_fc_i_a_ar_i_bg.png) center center no-repeat;
    width:16px;
    height: 16px;
    display: block;
    position: absolute;
    content:"";
    right:0;
    top:0;
}
.fE-fL div.fL-i .iW a:focus,
.fE-fL div.fL-i .iW a:active{
    outline: 0 !important;
}
.fE-fL .fL-gL{
    padding-bottom: 56px;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.fE-fL div.gL-h{
    display: block;
    position: relative;
    clear:both;
    padding:26px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;

    font-weight: 600;
    color:#37363a;
}
.fE-fL div.gL-m{
    color:#79b70e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;

    background: url(../img/c_conf_fl_gr_m_bt.png) center bottom no-repeat;
    padding-bottom: 14px;
    text-align: center;
    position: absolute;
    bottom:14px;
    left:0;
    right:0;
}
.fE-fL div.gL-m.open{
    background-image: url(../img/c_conf_fl_gr_m_bt_h.png);
}
.fE-fL div.gL-m .mT{
    cursor: pointer;
}
.fE-fL div.gL-lW{
    overflow: hidden;
    height: auto;
}
.fE-sAf{
    text-align: center;
    padding-top: 25px;
}
.fE-sAf a:hover,
.fE-sAf a{
    text-decoration: none;
}
.fE-sAf a:focus,
.fE-sAf a:active{
    outline: 0;
}
.fE-sAf button.btn.btn-bb{
    width:auto;
    padding:0 20px;
}
.fE-tL .tL-h{
    text-align: center;
    display: block;

    color: #37363a;
    display: block;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    margin-top:20px;
}



/**basket**/
.bF{

}
.bF .bF-sS{
    position: relative;
    display: block;
}
.bF .bF-sS .sI{
    padding:0;
}
.bF .bF-sS .sI .sI-h{
    color:#d7d7d7;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.bF .bF-sS .sI.active .sI-h{
    color:#78ad1e;
}
.bF .bF-sS .sI .sI-n{
    height: 49px;
    width: 277.5px;
    background: url(../img/c_basket_ss_i_bg.png) 0 0 no-repeat;
    display: block;
    position: relative;
}
.bF .bF-sS .sI.active .sI-n{
    background-position: 0 -49px;
}
.bF .bF-sS .sI .sI-n > .nT{
    position: absolute;
    top:0;
    font-size: 18px;
    color:#d7d7d7;
    font-weight: 800;
    height: 26px;
    width:10px;
    left:0;
    right:0;
    text-align: center;
    margin:auto;
    bottom:0;
    vertical-align: middle;
}
.bF .bF-sS .sI.active .sI-n > .nT{
    color:#78ad1e;
}
.bF .cF-h{
    margin-top: 30px;
}
.bF .cF-h h1{
    letter-spacing: 1px;
}
.bF .bF-t{
    display: table;
    width:100%;
    font-size: 12px;
    position: relative;
}
.bF .bF-t .tR{
    display: table-row;
}
.bF .bF-t .tR .tH,
.bF .bF-t .tR .tD{
    display: table-cell;
    padding:14px 0;
    vertical-align: top;
    float:none;
    position: relative;
}
.bF .bF-t .tR .tH{
    color:#38373b;
    font-weight: 600;
    text-transform: uppercase;
}
.bF .bF-t .tR .tD{
    border-bottom: 1px solid #eee;
}
.bF .bF-t .tR.rH .tH{
    border-bottom: 5px solid #efefef;
}
.bF .bF-t .tR.rE{
    height: 60px;
}
.bF .bF-t .tR.rE h3{
    padding:20px 0;
    font-size: 16px;
    font-weight: 600;
    margin:0;
    position: absolute;
    left:0;
    top:50px;
    right:0;
}
.bF .bF-t .tR .tD .dI{
    display: block;
}
.bF .bF-t .tR .tD .bF-iC{
    width: 40px;
}
.bF .bF-t .tR .tD .bF-iC input{
    min-width: 40px;
    min-height: 30px;
}
.bF .bF-t .tR .tD .dP-iC{
    position: absolute;
    right:0;
    top:-25px;
}
.bF .bF-t .tR .tD .dB-iP{
    position: absolute;
    right:0;
    top:10px;
}
.bF .bF-t .tR .tD .dP{
    font-weight: 600;
}
.bF .bF-t .tR .tD .dP > .s{
    font-size: 9px;
    vertical-align: top;
}
.bF .bF-t .tR .tD .dD{
    text-decoration: none;
    margin-right: 20px;
    display: inline-block;
    *zoom:1;
    *display: inline;
}
.bF .bF-t .tR .tD .dD .dI{
    background: url(../img/c_basket_di_bg.png) center center no-repeat;
    width: 18px;
    height: 19px;
    display: inline-block;
    *zoom:1;
    *display: inline;
}
.bF .bF-s{
    margin-top: 30px;
}
.bF .bF-sP .sT{
    display: block;
    width:90%;
}
.bF .bF-sP .sT .tI{
    display: block;
    margin-bottom: 8px;
    text-align: right;
}
.bF .bF-sP .sT .tI > div{
    display: inline-block;
    *zoom:1;
    *display: inline;
    vertical-align: inherit;
    font-size: 12px;
    color:#38373b;
}
.bF .bF-sP .sT .tI > .tI-l{
    min-width:120px;
    margin-right: 30px;
    float:left;
}
.bF .bF-sP .sT .tI > .tI-v{
    font-weight: 800;
}
.bF .bF-sP .sT .tI > .tI-v .s{
    font-size: 9px;
    vertical-align: top;
}
.bF .bF-sP .sT .tI.iL{
    font-weight: 600;
    margin-bottom: 0;
}
.bF .bF-sP .sT .tI.iL > .tI-l{
    margin-top:12px;
}
.bF .bF-sP .sT .tI.iL > .tI-v{
    font-size: 24px;
}
.bF .bF-sP .sT .tI.iL > .tI-v .s{
    font-size: 19px;
}
.bF .bF-sP .sP-pS{
    margin-top:10px;
}
.bF .bF-sP .tI-pR{
    padding: 1px 20px 14px;
}
.bF .bF-sP .tI-pR .pR-pB .pB-iW{
    color:inherit;
}
.bF .bF-s .sRB{
    padding-top:30px;
}
.bF .bF-s .sL{
    padding:0;
}
.bF .bF-a{
    font-size: 12px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f5f5f5;
    margin-top:60px;
}
.bF .bF-a .aI{

}
.bF .bF-a .aI .aI-h{
    font-weight: 800;
    color:#79b70e;
    text-transform: uppercase;
    margin:0 0 27px 0;
    font-size: inherit;
}
.bF .bF-a .aI .aI-h .kr-h{
    background: url(../img/c_basket_bfa_hi_bg.png) 0 0 no-repeat;
    width: 57px;
    height: 57px;
    margin-right: 25px;
}
.bF .bF-a .aI .aI-h .kr-h.h-sz{
    background-position: 0 0;
}
.bF .bF-a .aI .aI-h .kr-h.h-kd{
    background-position: -57px 0;
}
.bF .bF-a .aI .aI-h .kr-h.h-sd{
    background-position: -114px 0;
}
.bF .bF-a .aI .aI-h .kr-h.loading{
    background: rgba(0, 0, 0, 0) url("../img/p_load.gif") no-repeat scroll center center;
}
.bF .bF-a .aI .aI-c input[type="radio"]{
    margin-top:3px;
}
.bF .bF-a .aI .aI-c label{
    font-weight: 800;
    color:#38373b;
}
.bF .bF-a .aI .aI-c label.has-error{
    color:#cd010d;
}
.bF .bF-a .aI .aI-c select.aI-cY{
    min-width:200px;
    width:200px;
}
.bF .bF-a .aI-img img{
    margin-top:10px;
    width:30%;
    cursor: pointer;
}
.bF .bF-sP{
    padding: 28px 18px 15px 18px;
    background: #eaeaea;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top:60px;

    text-align: right;
}
.bF .bF-sP .sP-w > div{
    display: inline-block;
    *zoom:1;
    *display: inline;
    font-size: 12px;
    color:#38373b;
    font-weight: 800;
}
.bF .bF-sP .sP-w .sP-n{
    margin-right: 20px;
    font-size: 14px;
    text-transform: uppercase;
}
.bF .bF-sP .sP-w .sP-v{
    font-size: 24px;
}
.bF .bF-sP .sP-w .sP-v .s{
    font-size: 19px;
    vertical-align: top;
}
.bF .bF-sP .sP-w .sP-v.pV-e{
    font-size: 20px;
}
.bF .bF-sP .sP-w .sP-v.pV-e .s{
    font-size: 15px;
}
.bF .bF-bA{
    margin-top: 16px;
}
.bF .bF-bA .bA-t{
    text-align: right;
}
.bF .bF-s .bA-n,
.bF .bF-bA .bA-n{
    height: 48px;
    width: 146px;
    border-radius: 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    line-height: 16px;
}
.bF .bF-s .bA-n .t,
.bF .bF-bA .bA-n .t{
    font-size: 13px;
}
.bF .bF-s .bA-n .b,
.bF .bF-bA .bA-n .b{
    font-size: 16px;
}
.bF .bF-bA a:hover{
    text-decoration: none;
}
.bF .bF-bA .bA-b{
    margin-top: 2px;
}
.bF .bF-bA .bA-b .bA-i{
    background: #eaeaea;
    padding:12px 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top:8px;
    position: relative;
    font-size: 12px;
    color:#38373b;
}
.bF .bF-bA .bA-b .bA-i:after{
    position: absolute;
    top: -5px;
    right:64px;
    width: 0;
    content:"";
    display: block;
    height: 0;
    border-bottom: 5px solid #eaeaea;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
}
.bF .form-control-feedback{
    height: 41px;
    line-height: 41px;
}
.bF .checkbox .form-control-feedback{
    right:0 !important;
}
.bF .checkbox label{
    padding-right: 36px;
}
.bF .bF-uF-c{
    float:none !important;
}
.bF .bF-uF-c .uF-vRF{
    padding-left:0;
}
.bF .bF-uF-c label .s{
    color: #cd010d;
}
.bF .bF-uF-c label{
    font-size: 12px;
    color:#38373b;
    text-transform: uppercase;
    font-weight: 800;
}
.bF .bF-uF-c label.nT{
    font-weight: 500;
    text-transform: none;
    color:#38373b;
}
.bF .bF-uF-c label.nT .help-block{
    margin:0;
    font-weight: 800;
}
.bF .bF-uF-c label.nT .help-block ul{
    margin:0;
}
.bF .bF-uF-c label.nT.has-error .help-block{
    margin:5px 0 0 0;
}
.bF .bF-uF-c label.nUC{
    text-transform: none;
}
.bF .bF-uF-c label a{
    color:#79b70e;
}
.bF .bF-uF-c .form-control{
    min-width: 0;
}
.bF .bF-uF-c .form-group .form-group{
    margin-bottom: 0;
}
.bF .bF-uF-c .form-group div.f-zC-c2{
    position: relative;
}
.bF .bF-uF-c .form-group div.f-zC-c2 span.zC-l{
    position: absolute;
    top:0;
    bottom:0;
    right:-2px;
    line-height: 43px;
}
.bF .bF-uF-c .form-group div.f-zC,
.bF .bF-uF-c .form-group div.f-zC-c1{
    padding-right: 0;
}
.bF .bF-uF-c .uF-oA{
    margin-top:35px;
    padding-top:35px;
    border-top:1px solid #ddd;
}
.bF .bF-uF-c .uF-oA h3.oA-h{
    margin:0 -15px 15px -15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.bF .bF-uF-c label.has-error{
    color: #cd010d;
}
.bF .bF-tI{
    margin-top:40px;
}
.bF .bF-tI .r{
    /**color:#CA020D;**/
    color:#79b70e;
}




/**how montage menu**/
.c-hM-m {
    margin-bottom: 30px;
    display: table;
}
.c-hM-m ul.nav li{
    margin-bottom: 4px;
}
.c-hM-m ul.nav li a{
    background: #e5e5e5;
    font-size: 13px;
    color:#38373b;
    text-decoration: none;
}
.c-hM-m .nav > li + li{

}
.c-hM-m ul.nav li.active a{
    background: #79b70e;
    color:#fff;
}



.iIM-content{
    position: relative;
    display: block;
}
.iIM-content img{
    max-width: 100%;
}


.fE-c.fE-sP{
    padding:20px;
}



/**product info**/
.p-info .pB{
    padding-top:0;
}
.product-info .info-banner{
    /**background: #a18872;**/
    position: relative;
}
.product-info .info-banner .banner-bg-right{
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    left: 65%;
    background: #e5d3bc;
    display: none;
}
.product-info .info-banner .banner-bg-right:after{
    background: transparent; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #a18872 , transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #a18872, transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #a18872, transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #a18872 , transparent); /* Standard syntax */

    position: absolute;
    left:0;
    right:60%;
    top:0;
    bottom:0;
    content:"";
    display: block;
}
.product-info .info-banner .container{
    position: relative;
}
.product-info .info-banner .banner-carusel{
    z-index: 5;
}
.product-info .info-banner .carousel-control{
    background: transparent !important;
    z-index: 100;
}
.product-info .info-banner .banner-carusel .carousel-inner .item{
    text-align: right;
}
.product-info .info-banner .banner-carusel .carousel-inner .item div{
    margin:0 0 0 auto;
    display: table;
    position: relative;
}
.product-info .info-banner .banner-carusel .carousel-inner .item div:after{
    background: transparent; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #fafafa  , transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #fafafa , transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #fafafa , transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #fafafa  , transparent); /* Standard syntax */

    position: absolute;
    left:0;
    right:80%;
    top:0;
    bottom:0;
    content:"";
    display: block;
}
.product-info .info-banner .banner-carusel .carousel-inner .item div:before{
    background: transparent; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(right, #fafafa  , transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #fafafa , transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #fafafa , transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, #fafafa  , transparent); /* Standard syntax */

    position: absolute;
    right:0;
    left:80%;
    top:0;
    bottom:0;
    content:"";
    display: block;
}
.product-info .carousel-control .icon-prev{
    background: url(../img/c_carusel_bt_left_i_bg.png) center center no-repeat;
    width: 21px;
    height: 35px;
}
.product-info .carousel-control .icon-next{
    background: url(../img/c_carusel_bt_right_i_bg.png) center center no-repeat;
    width: 21px;
    height: 35px;
}
.product-info .carousel-control .icon-prev::before,
.product-info .carousel-control .icon-next::before{
    display: none;
}
.product-info .info-banner > .container{
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    z-index: 99;
    right:0;
    max-width: 70%;
}
.product-info .info-banner .banner-info{
    height: 100%;
    width:100%;
}
.product-info .info-banner .banner-info .info-name{
    /**color:#fff;**/
    color:#37363a;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    position: absolute;
    top: 175px;
    left:0;
    letter-spacing: 2px;
    /** text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
     -moz-text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
     -webkit-text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);**/
}
.product-info .info-banner .banner-info .info-short-desc{
    position: absolute;
    top: 270px;
    left:0;
    /**color:#fff;**/
    color:#37363a;
    font-size: 19px;
    max-width: 515px;
    /**text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);**/
}
.product-info .info-banner .banner-info .info-short-desc *{
    color:#37363a;
}
.product-info .info-banner .banner-info .info-buy-btn{
    position: absolute;
    bottom:30px;
    left: 0;
    display: none;
}
.product-info .info-banner .banner-info .info-buy-btn button{
    background: url(../img/c_pi_wiz_bt_bg.png) center center no-repeat;
    width: 167px;
    height: 46px;
    cursor: pointer;
    border:0;
    outline:0;
    padding-right: 40px;
}
.product-info .info-banner .banner-info .info-buy-btn button > span{
    color:#fff;
    font-size: 14.6px;
    text-transform: uppercase;
    line-height: 12px;
}
.product-info .info-banner .banner-info .info-buy-btn button > span.btn-t-s{
    font-size: 16px;
    font-weight: 800;
    display: block;
}
.product-info .info-banner .banner-info .info-price{
    position: absolute;
    bottom:10px;
    /**left: 330px;**/
    left: 0;
    /**color:#fff;**/
    color:#37363a;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.product-info .info-banner .banner-info .info-price .price-val{
    font-size: 60px;
}
.product-info .info-banner .banner-info .info-price .price-val .s{
    font-size: 43px;
    vertical-align: text-top;
}
.product-info .info-sections{
}
.product-info .info-sections .section{
    margin-top:90px;
    padding-bottom: 50px;
    border-bottom: 2px solid #f2f2f2;
}
.product-info .info-sections .section .section-header{
    font-size:0;
}
.product-info .info-sections .section .section-header .header-icon{
    display: inline-block;
    *zoom:1;
    *display: inline;
    vertical-align: middle;
    min-width: 123px;
}
.product-info .info-sections .section .section-body{
    padding-left:123px;
    padding-top:50px;
}
.product-info .info-sections .section .section-header .header-name{
    display: inline-block;
    *zoom:1;
    *display: inline;
    vertical-align: middle;

    font-size:25px;
    color:#79b70e;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.product-info .info-sections .section .section-header.header-center{
    text-align: center;
}
.product-info .info-sections .section .section-header.header-center .header-name{
    font-size: 22px;
    color:#cd010d;
    font-weight: bold;
}
.product-info .info-sections .section.section-gallery{
    border-bottom: 0;
}
.product-info .info-sections .section.section-gallery .product-name{
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
    color:#38373b;
    margin-bottom: 20px;
}
.product-info .info-sections .section.section-gallery .product-long-desc{
    font-size: 14px;
    color:#38373b;
}
.product-info .info-sections .section.section-gallery .gallery-carousel{

}
.product-info .info-sections .section.section-gallery .gallery-carousel .carousel-control{
    background: transparent !important;
}
.product-info .info-sections .section.section-gallery .gallery-carousel .carousel-control.left{
    left:-35px;
}
.product-info .info-sections .section.section-gallery .gallery-carousel .carousel-control .icon-prev{
    background:url(../img/c_carusel_gallery_left_i_bg.png) center center no-repeat;
    width:15px;
    height: 25px;
}
.product-info .info-sections .section.section-gallery .gallery-carousel .carousel-control .icon-next{
    background:url(../img/c_carusel_gallery_right_i_bg.png) center center no-repeat;
    width:15px;
    height: 25px;
}
.product-info .info-sections .section.section-gallery .gallery-carousel .carousel-control.right{
    right:-35px;
}
.product-info .info-sections .section.section-gallery .gallery-carousel .carousel-inner{
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border:3px solid #fff;
    box-shadow: 0 0 40px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 40px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 40px 0px rgba(0,0,0,0.15);
    background: #d4d4d4;
    width:473px;
    margin:0 auto;
}
.product-info .info-sections .section.section-gallery .gallery-carousel .carousel-inner .item img{
    margin:0 auto;
    display: block;
}
.product-info .info-sections .section-info-items{

}
.product-info .info-sections .section-info-items .info-item{
    text-align: center;
}
.product-info .info-sections .section-info-items .info-item .item-name{
    text-transform: uppercase;
    color:#79b70e;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-top:28px;
    line-height: 19px;
}
.product-info .info-sections .section-info-items .info-item .item-subname{
    text-transform: uppercase;
    color:#38373b;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-top:10px;
}
.product-info .info-sections .section.section-sizes{
    padding-bottom: 80px;
}
.product-info .info-sections .section.section-sizes .size-item{
    color:#38373b;
}
.product-info .info-sections .section.section-sizes .size-item .size-name{
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
}
.product-info .info-sections .section.section-sizes .size-item .size-value{
    font-size: 36px;
}
.product-info .info-sections .section-montage{

}
.product-info .info-sections .section-montage .montage-item{
    margin-bottom: 40px;
}
.product-info .info-sections .section-montage .montage-item > div{
    padding:0;
}
.product-info .info-sections .section-montage .montage-item .item-name{
    font-size: 21px;
    color:#38373b;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.product-info .info-sections .section-montage .montage-item .item-desc{
    font-size: 16px;
    color:#38373b;
    line-height: 24px;
}
.product-info .info-sections .section-montage .montage-item .item-image img{
    margin: 0 0 0 auto;
    display: block;
}
.product-info .info-sections .section-mocowanie{

}
.product-info .info-sections .section-mocowanie .mocowanie-item .item-name{
    font-size: 21px;
    color:#38373b;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.product-info .info-sections .section-mocowanie .mocowanie-item .item-desc{
    font-size: 16px;
    color:#38373b;
    line-height: 24px;
}
.product-info .info-sections .section-mocowanie .mocowanie-movie{
    margin-top:50px;
}
.product-info .info-sections .section-mocowanie .mocowanie-movie .movie-button-section{
    background:url("../img/c_conf_fl_gr_m_bt.png") no-repeat scroll center bottom;
    color: #79b70e;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 14px;
    text-align: center;
    text-transform: uppercase;
}
.product-info .info-sections .section-mocowanie .mocowanie-movie .movie-button-section.open{
    background-image: url("../img/c_conf_fl_gr_m_bt_h.png");
}
.product-info .info-sections .section-mocowanie .mocowanie-movie .movie-button-section .button-more{
    cursor: pointer;
}
.product-info .info-sections .section-mocowanie .mocowanie-movie .movie-embed-section{
    padding-top:20px;
    text-align: center;
    overflow: hidden;
}
.product-info .info-sections .section-mocowanie .mocowanie-movie .movie-embed-section iframe{
    max-width: 100%;
}
.product-info .info-sections .section-stuff-color{

}
.product-info .info-sections .section-stuff-color .stuff-color-list{

}
.product-info .info-sections .section-stuff-color .stuff-color-list .list-item{
    margin-bottom: 20px;
}
.product-info .info-sections .section-stuff-color .stuff-color-list .list-item a:focus,
.product-info .info-sections .section-stuff-color .stuff-color-list .list-item a:active{
    outline:0;
    border:0;
    color:inherit;
}
.product-info .info-sections .section-stuff-color .stuff-color-list .list-item .item-image{
    margin-bottom: 5px;
    min-height: 75px;
    width:125px;
    height:125px;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;

    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);

    display: table;
    margin-left:auto;
    margin-right:auto;
}
.product-info .info-sections .section-stuff-color .stuff-color-list .list-item .item-image div{
    display: table-cell;
    vertical-align: middle;
}
.product-info .info-sections .section-stuff-color .stuff-color-list .list-item .item-image img{
    /**box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.1);**/
    margin:auto;
    display: block;
    /** max-width: 100%;
     max-height: 75px;**/
    max-width: 100%;
    max-height: 100%;
}
.product-info .info-sections .section-stuff-color .stuff-color-list .list-item .item-name{
    font-size: 12px;
    font-weight: bold;
    color:#38373b;
    text-transform: uppercase;
    text-align: center;
    padding-top:10px;
}
.product-info .info-sections .section-fabric{

}
.product-info .info-sections .section-fabric .fabric-list{
    overflow: hidden;
}
.product-info .info-sections .section-fabric .fabric-list .list-item{
    margin-bottom: 20px;
}
.product-info .info-sections .section-fabric .fabric-list .list-item a:active,
.product-info .info-sections .section-fabric .fabric-list .list-item a:focus{
    outline:0;
    border:0;
}
.product-info .info-sections .section-fabric .fabric-list .list-item .item-image{
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);

    overflow: hidden;
    width:125px;
    height: 125px;
    margin:auto;
}
.product-info .info-sections .section-fabric .fabric-list .list-item .item-name{
    font-size:12px;
    font-weight: bold;
    color:#38373b;
    padding-top:10px;
    text-align: center;
    display: block;
    line-height: 16px;
    min-height: 48px;
}
.product-info .info-sections .section-fabric .fabric-more{
    background: url("../img/c_conf_fl_gr_m_bt.png") no-repeat scroll center bottom;
    color: #79b70e;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-top:20px;
}
.product-info .info-sections .section-fabric .fabric-more.open{
    background-image: url("../img/c_conf_fl_gr_m_bt_h.png");
}
.product-info .info-sections .section-fabric .fabric-more .more-bt{
    cursor: pointer;
}
.product-info .info-sections .section-discounts{

}
.product-info .info-sections .section-discounts .section-body{
    padding-left: 0;
}
.product-info .info-sections .section-discounts .discounts-info{
    text-align: center;
    font-size: 15px;
    color:#38373b;
}
.product-info .info-sections .section-discounts .discounts-list{
    margin-top:70px;
    margin-left:10%;
    margin-right:8%;
}
.product-info .info-sections .section-discounts .discounts-list .list-item{
    width:20%;
}
.product-info .info-sections .section-discounts .discounts-list .list-item .item-percent{
    width:100px;
    height: 100px;
    display: table;
    margin:auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border:4px solid #79b70e;
    background: #fff;
    text-align: center;
}
.product-info .info-sections .section-discounts .discounts-list .list-item .item-percent .percent-text{
    display: table-cell;
    vertical-align: middle;
    color:#79b70e;
    margin:auto;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 17px;
}
.product-info .info-sections .section-discounts .discounts-list .list-item .item-percent .percent-text .text-value{
    font-size: 36px;
    line-height: 24px;
    font-weight: bold;
}
.product-info .info-sections .section-discounts .discounts-list .list-item .item-percent .percent-text .text-p{
    font-size: 18px;
}
.product-info .info-sections .section-discounts .discounts-list .list-item .item-price{
    margin-top:25px;
    text-align: center;
    font-size: 12px;
    color:#38373b;
    text-transform: uppercase;
    font-weight: bold;
}
.product-info .info-sections .section-discounts .discounts-list .list-item .item-price > span{
    display: block;
}
.product-info .info-sections .section-discounts .discounts-list .list-item .item-price .price-text{
    font-size: 25px;
}
.product-info .info-sections .section-discounts .discounts-list .list-item .item-price .price-text .s{
    font-size: 11px;
    vertical-align: super;
}
.product-info .info-sections .section-konfigurator{
    text-align: center;
}
.product-info .info-sections .section-konfigurator a:focus,
.product-info .info-sections .section-konfigurator a:active{
    outline: 0;
    border: 0;
    text-decoration: none;
}
.product-info .info-sections .section-konfigurator .konfigurator-button{
    background: #79b70e;
    color:#fff;
    border:1px solid #6ea60d;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    padding: 10px 100px;
    font-weight: bold;
    /**box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);**/
}
.product-info .info-sections .section-konfigurator .back-button{
    background: #38373b;
    color:#fff;
    border:1px solid #272629;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 20px;
    font-weight: bold;
    /**box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);**/
}
.product-info .info-sections .section-konfigurator a.goto-back{
    float:left;
    margin-top:11px;
}
.product-info .info-summary{
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);

    position: fixed;
    left:0;
    right: 0;
    top:0;
    padding:20px 0;

    z-index: 999;

}
.product-info .info-summary .container{
    position: relative;
    padding-left: 180px;
    padding-right: 200px;
}
.product-info .info-summary .summary-buy-btn{
    left:0;
    top:0;
    bottom:0;
    margin:auto 0;
    height: 46px;
    width: 167px;
    position: absolute;
}
.product-info .info-summary .summary-price{
    position: absolute;
    right:0px;
    top:0;
    bottom:0;
    height: 62px;
    margin:auto 0;
}
.product-info .info-summary .summary-buy-btn button{
    background: url(../img/c_pi_wiz_bt_gr_bg.png) center center no-repeat;
    width: 167px;
    height: 46px;
    cursor: pointer;
    border:0;
    outline:0;
    padding-right: 40px;
}
.product-info .info-summary .summary-buy-btn button > span{
    color:#79b70e;
    font-size: 14.6px;
    text-transform: uppercase;
    line-height: 12px;
}
.product-info .info-summary .summary-buy-btn button > span.btn-t-s{
    font-size: 16px;
    font-weight: 800;
    display: block;
}
.product-info .info-summary .summary-price{
    color:#79b70e;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.product-info .info-summary .summary-price .price-val{
    font-size: 44px;
}
.product-info .info-summary .summary-price .price-val .s{
    font-size: 31px;
    vertical-align: text-top;
}
.product-info .info-summary .summary-name{
    font-size: 32px;
    font-weight: bold;
    color:#38373b;
    text-align: center;
    line-height: 32px;
}
.product-info .media-info{
    color:#38373b;
    padding: 40px 20px 50px 20px;
    overflow: hidden;
}
.product-info .media-info h1{
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
    color: #38373b;
    margin-bottom: 20px;
}




/**discounts list**/
.cF .cF-dL{
    margin-top:60px;
}
.cF .cF-dL .dL-h{
    text-align: center;
}
.cF .cF-dL .dL-h .hN{
    color: #cd010d;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    *zoom:1;
    *display: inline;
}
.cF .cF-dL .dL-b{
    padding-left: 0;
    padding-top: 30px;
}
.cF .cF-dL .dL-b .bI{
    text-align: center;
    font-size: 15px;
    color:#38373b;
}
.cF .cF-dL .dL-b .dL{
    margin-top:30px;
}
.cF .cF-dL .dL-b .dL .lI{
    width:20%;
}
.cF .cF-dL .dL-b .dL .lI .i-pT{
    width:100px;
    height: 100px;
    display: table;
    margin:auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border:4px solid #79b70e;
    background: #fff;
    text-align: center;
}
.cF .cF-dL .dL-b .dL .lI .i-pT .pT-t{
    display: table-cell;
    vertical-align: middle;
    color:#79b70e;
    margin:auto;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 17px;
}
.cF .cF-dL .dL-b .dL .lI .i-pT .pT-t .tV{
    font-size: 36px;
    line-height: 24px;
    font-weight: bold;
}
.cF .cF-dL .dL-b .dL .lI .i-pT .pT-t .tP{
    font-size: 18px;
}
.cF .cF-dL .dL-b .dL .lI .i-pE{
    margin-top:25px;
    text-align: center;
    font-size: 12px;
    color:#38373b;
    text-transform: uppercase;
    font-weight: bold;
}
.cF .cF-dL .dL-b .dL .lI .i-pE > span{
    display: block;
}
.cF .cF-dL .dL-b .dL .lI .i-pE .pE-t{
    font-size: 25px;
}
.cF .cF-dL .dL-b .dL .lI .i-pE .pE-t .s{
    font-size: 11px;
    vertical-align: super;
}




@media (min-width:1024px) and (max-width: 1200px) {
    .cF .cF-pI{
        right: -170px;
    }
    .product-info .info-banner .banner-carusel .carousel-inner .item div{
        margin:auto;
    }
    .cF .cF-sE .sE-c .fE-WH-pr{
        position: relative;
        margin-left:170px;
        padding-left:15px;
        left:0;
        top:0;
        bottom:0;
        right:0;
        margin-top:20px;
    }
    .cF .cF-sT div.sT-h{
        display: table;
        width:100%;
    }
    .cF .cF-sT div.sT-h h3.hT{
        vertical-align: middle;
        display: table-cell;
        line-height: 1.2;
    }
}

@media (min-width:768px) and (max-width: 1023px) {
    .cF .cF-sE .sE-h .hT.hIDrF{
        font-size:14px;
    }
    .cF .cF-pI{
        right:-30%;
    }
    div.c-pBL .pBL-lI .lI-n h3.nP{
        font-size:12px;
        min-height: 28px;
    }
    div.c-pBL .pBL-lI .lI-n h2.nG{
        font-size: 12px;
    }
    div.pH .hCP{
        top:75px;
        right:268px;
    }
    .product-info .info-banner .banner-carusel .carousel-inner .item div{
        margin:auto;
    }
    .cF .cF-sE .sE-c .fE-WH-pr{
        position: relative;
        margin-left:170px;
        padding-left:15px;
        left:0;
        top:0;
        bottom:0;
        right:0;
        margin-top:20px;
    }
    .cF .cF-sT div.sT-h{
        display: table;
        width:100%;
    }
    .cF .cF-sT div.sT-h h3.hT{
        vertical-align: middle;
        display: table-cell;
        line-height: 1.2;
    }
}


@media (max-width: 767px) {
    .product-info .info-banner .banner-carusel .carousel-inner .item div{
        margin:auto;
    }
    div.pH .nRS{
        float:none;
        padding:0;
    }
    div.pH .hS{
        position: relative;
        top:auto;
        right: auto;
        margin-top: 20px;
        text-align: center;
    }
    div.pH .hS ul{
        padding:0;
    }
    div.pH .hLG{
        position: relative;
        left:auto;
        right:auto;
        top:auto;
        margin-top:30px;
        width:100%;
        text-align: right;
    }
    div.pH .hCP{
        right:auto;
        top:auto;
        font-size: 14px;
        background-position: left 4px;
        margin-top:5px;
    }
    div.pH ul.hM{
        margin: 31px 0 0 0;
    }
    div.pH ul.hM > li > a{
        margin:0;
    }
    div.pH ul.hM > li{
        border-bottom: 1px solid #eee;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    div.pH ul.hM > li.first{
        border-top: 1px solid #eee;
        padding-top: 5px;
    }
    div.pH ul.hM > li.open:before{
        display: none;
    }
    div.pH ul.hM > li ul li a{
        border:0;
        border-bottom: 1px solid #e5e5e5;
    }
    div.pH ul.hM > li ul li.last a{
        border:0;
    }
    div.pH > .hW{
        padding-bottom: 0;
    }
    div.pH .hN{
        padding-bottom: 16px;
    }
    div.pB{
        padding-top:23px;
    }
    div.pB > div.bW{
        /** padding-left:0;
         padding-right:0;**/
    }
    div.pF div.fC div.fC-lI.lI-mI h4.mI-h{
        font-size: 13px;
    }
    div.pF div.fT{
        text-align: center;
    }
    div.cF-h{
        padding-left:10px;
        padding-right:10px;
    }
    .p-product div.pB > div.bW{
        padding-left:0;
        padding-right:0;
        margin-left:0;
        margin-right:0;
    }
    .p-product div.pB > div.bW .bSC{
        padding-left:0;
        padding-right:0;
        margin-left:0;
        margin-right:0;
    }
    .p-product .cF .cF-sE .sE-h a.kr-h {
        width: 25px;
        height: 25px;
        background-size: 25px;
        padding:0;
        top:-4px;
    }
    .p-product .cF .cF-sE .sE-h a.kr-h span{
        display: none;
    }
    .p-product .cF .cF-sE .sE-h a.kr-iIM{
        width: 25px;
        height: 25px;
        background-size: 25px;
        padding:0;
        top:25px;
        right:15px;
    }
    .p-product .cF .cF-sE .sE-h a.kr-iIM span{
        display: none;
    }
    .p-product .cF .cF-sE .sE-h{
        background: none;
        border-bottom: 2px solid #dbdbdb;
    }
    .p-product .cF .cF-sE .sE-h .hNR{
        background: #79b70e;
        width:20px;
        height: 25px;
        left:0;
        bottom:0;
        top:auto;
        text-align: center;
        padding:0;
    }
    .p-product .cF .cF-sE .sE-h .hNR span{
        font-size: 12px;
        line-height: 25px;
    }
    .p-product .cF .cF-sE .sE-h .hT{
        font-size: 14px;
        font-weight: 600;
    }
    .cF .cF-sE .sE-c .c-fE .fE-c .nav-tabs > li{
        float:none;
        margin-left:0;
    }
    .cF .cF-sE .sE-c .c-fE .fE-c .nav-tabs > li > a{
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    .cF .cF-sE .sE-c .c-fE .fE-c .nav-tabs {
    }
    .cF .cF-sE .sE-c .c-fE .fE-c .nav-tabs > li.active > a,
    .cF .cF-sE .sE-c .c-fE .fE-c .nav-tabs > li.active > a:hover,
    .cF .cF-sE .sE-c .c-fE .fE-c .nav-tabs > li.active > a:focus{
        border-bottom: 1px solid #ededed;
        padding-bottom: 13px;
    }
    .cF .cF-sE .sE-c .c-fE .fE-gE-i.gE-i-sM .sM-cB{
        margin-top:25px;
    }
    .bF{
        display: block;
        margin-left:15px;
        margin-right:15px;
    }
    .bF .cF-h{
        padding-left:0;
        margin-bottom: 30px;
    }
    .bF .bF-t{
        display: block;
    }
    .bF .bF-t .tR{
        display: block;
    }
    .bF .bF-t .tR .tD{
        display: block;
        padding:7px 0;
        border-bottom: 0;
    }
    .bF .bF-t .tR .tD.d0{
        background: #efefef;
        padding-left:6px;
    }
    .bF .bF-t .tR .tD .bF-iC{
        width:100%;
    }
    .bF .bF-t .tR .tD.d4 .dP{
        font-size: 27px;
        font-weight: 800;
    }
    .bF .bF-t .tR .tD.d4 .dP .s{
        font-size: 21px;
    }
    .bF .bF-t .tR .tD .dD{
        margin-right: 0;
    }
    .bF .bF-t .tR .tD.d3{
        margin-top:25px;
    }
    .bF .bF-s .sDI{
        padding:20px 15px 5px 15px;
        background: #efefef;
        margin:0 -15px;
    }
    .bF .bF-a .aI{
        padding:0;
        margin-bottom: 25px;
    }
    .bF .bF-a .aI .aI-c select.aI-cY{
        width:100%;
    }
    .bF .bF-sP{
        margin-left:-15px;
        margin-right:-15px;
        margin-top:15px;
    }
    .bF .bF-sP > div{
        margin-bottom: 15px;
        padding:0;
    }
    .bF .bF-sP .sT .tI > .tI-l{
        margin-right:5px;
    }
    .bF .bF-sP .sP-w .sP-n{
        display: block;
        margin-bottom: 5px;
        margin-right: 0;
    }
    .bF .bF-bA .bA-w .pull-left,
    .bF .bF-bA .bA-w .pull-right{
        float:none !important;
        display: block;
        text-align: center;
        margin:5px 0;
    }
    .bF .bF-bA .bA-t{
        text-align: center;
    }
    .bF .bF-bA .bA-b .bA-i{
        background: transparent;
        text-align: center;
    }
    .bF .bF-bA .bA-b .bA-i:after{
        display: none;
    }
    .bF .bF-t .tR .tD .dI > .bF-iC{
        margin-bottom: 7px;
    }
    .bF .container{
        padding-left:0;
        padding-right:0;
    }
    .bF .bF-uF-c .form-group .row > div{
        margin-bottom: 20px;
    }
    .bF .bF-uF-c .form-group{
        margin-bottom: 0;
    }
    .bF .bF-uF-c .form-group.f-vT{
        margin-bottom: 15px;
    }
    .bF .bF-uF-c .form-group div.f-zC{
        padding-right: 15px;
    }
    .cF .cF-sE .sE-c .c-fE .sM-cB.cB-fE{
        position: relative;
        top:auto;
        right:auto;
        left:auto;
        bottom:auto;
        margin:30px 0 0 0;
    }
    .fE-fL div.fL-i a.iL{
        left:11px;
    }
    .cF .cF-sE .sE-bH .bH-p img{
        max-width: 100%;
    }
    .cF .cF-sE .sE-bH .bH-p a{
        position: relative;
        display: table;
        margin:10px auto 15px auto;
    }
    .cF .cF-sE .sE-bH .bH-p a{
        text-align: center;
    }
    .cF .cF-sE .sE-bH .bH-p button{
        position: relative;
        left:0;
        top:0;
        right:0;
        bottom:0;
        margin:auto;
        margin-top:15px;
    }
    .product-info .info-banner{
        padding-bottom: 120px;
    }
    .product-info .info-banner .banner-bg-right{
        bottom:150px;
    }
    .product-info .info-banner .carousel-control{
        bottom:150px;
    }
    .product-info .info-banner .banner-info .info-buy-btn{
        left:0;
        right:0;
        margin:auto;
        bottom:15px;
        width: 170px;
    }
    .product-info .info-banner .banner-info .info-price{
        left:0;
        right:0;
        bottom:0;
        text-align: center;
    }
    .product-info .info-banner .banner-carusel .carousel-inner .item img{
        max-width: 100%;
    }
    .product-info .info-sections{
        padding-left:20px;
        padding-right:20px;
    }
    .product-info .info-sections .section.section-gallery .gallery-carousel .carousel-inner .item img{
        max-width:100%;
    }
    .product-info .info-sections .section.section-gallery .gallery-carousel .carousel-inner{
        width:100%;
    }
    .product-info .info-sections .section.section-gallery .gallery-carousel .carousel-control.left{
        left:0;
    }
    .product-info .info-sections .section.section-gallery .gallery-carousel .carousel-control.right{
        right:0;
    }
    .product-info .info-sections .section-info-items .info-item{
        margin-bottom: 80px;
    }
    .product-info .info-sections .section .section-header{
        text-align: center;
    }
    .product-info .info-sections .section .section-header .header-icon{
        margin-bottom: 15px;
    }
    .product-info .info-sections .section .section-header .header-name{
        display:block !important;
    }
    .product-info .info-sections .section .section-body{
        padding-left:0;
    }
    .product-info .info-sections .section.section-sizes .size-item{
        margin-bottom: 20px;
    }
    .product-info .info-sections .section-mocowanie .mocowanie-item{
        margin-bottom: 40px;
    }
    .product-info .info-sections .section-discounts .discounts-list .list-item{
        width:100%;
        margin-bottom: 40px;
    }
    .product-info .info-sections .section-konfigurator a.goto-back{
        float: none;
        display: table;
        margin:0 auto 20px auto;
    }
    .product-info .info-sections .section-konfigurator .konfigurator-button{
        padding:10px 50px;
    }
    .product-info .info-summary .summary-name{
        float:none;
        text-align: center;
        line-height: normal;
        font-size: 22px;
        margin-top: 90px;
    }
    .product-info .info-summary .summary-buy-btn{
        top:32px;
        left:0;
        right:0;
        margin:auto;
        text-align: center;
        bottom:auto;
    }
    .product-info .info-summary .summary-price{
        text-align: center;
        font-size: 16px;
        top: -20px;
        left:0;
        right:0;
        bottom:auto;
    }
    .product-info .info-summary .summary-price .price-val{
        font-size: 32px;
    }
    .product-info .info-summary .summary-price .price-val .s{
        font-size: 20px;
    }
    .product-info .info-summary .container{
        padding:0 10px;
    }
    .cF .cF-s{
        margin-top:20px;
    }
    .cF .cF-sE .sE-c .c-fE.fE-wh{
        margin-top:32px;
        padding-top:0;
        padding-bottom:32px;
    }
    .cF .cF-sE .sE-c .fE-WH-pr{
        position: relative;
        left:0;
        top:0;
        right:0;
        bottom:0;
        margin:40px auto auto auto;
        display: table;
        height: auto;
        text-align: center;
    }
    .cF .cF-sE .sE-c .fE-WH-pr img{
        max-width: 90%;
        height: auto;
    }
    .cF .cF-sE .sE-c .c-fE .fE-gE-hM{
        padding-left:0;
        text-align: center;
    }
}

.modal-open .modal{
    -webkit-overflow-scrolling: touch;
}