/* GLOBAL */
@font-face {
  font-family: "CustomArial";
  src: url("static/arial.ttf") format("ttf");
}

body{
    background-color: #f9f9f9;
}

.default-form input[type=text], .default-form input[type=password], .default-form select, .default-form textarea{
    width: 100%;
    border: 1px solid #dddddd;
    padding: 5px 6px;
    font: 13px verdana;
    margin: 2px 0;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: none;
}

.default-form input[type=text]:focus, .default-form input[type=password]:focus, .default-form select:focus, .default-form textarea:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(172, 175, 233, .6);
    outline: none;
}

.default-form label{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}

.default-form input[type=radio]{
    margin-right: 4px;
}


.default-back{
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.30);
    padding: 0px;
}

.default-main-title{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0px;
}

.default-main-title-2{
    font-size: 18px;
    margin: 15px -15px;
}

.default-page-title{
    font-weight: bold;
}

.default-padding{
    padding: 30px 20px;
}

.req-info{
    font-size: 12px;
    margin-bottom: 10px;
}

.button-icon{
    margin-right: 5px;
}

.form_error{
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.form-error{
    color: red !important;
    font-size: 16px;
    font-weight: bold;
}

.margin-lr-10{
    margin-left: 10px;
    margin-right: 10px;
}

.font-weight-bold{
    font-weight: bold;
}

.req:before {
    font-family: FontAwesome;
    font-size: 8px;
    display: inline;
    color: #999;
    position: absolute;
    text-indent: -9px;
    content: "\f069";
}

.full-page{
    padding: 20px 40px 30px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.page-padding{
    padding: 30px;
}

.btn-primary{
    outline: none !important;
}

.btn{
    margin-top: 10px;
}

.alert{
    margin-top: 15px;
}

.file-input input{

    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;

}

.site_search_top{
    background-color: #f5f5f5;
    color: #000;
    text-align: center;
    padding: 5px 0;
    margin: 5px 0 15px;
}

.pagination_2018 {
    display: inline-block;
    margin: 20px 0;
    
}

.pagination_2018 a , .pagination_2018 span{
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination_2018 .active {
    color: white;
}

.pagination_2018 a:hover:not(.active) {background-color: #ddd;}


.tooltipster{
    cursor: help;
}

.hide-element{
    display: none;
}

.bg_gray_title{
    background-color: #e8e6e7 !important;
    text-align: center;
    padding: 6px 0;
    margin: 10px 0;
    /*width: calc(100% - 60px);*/
}

.bg_gray_title_l{
    background-color: #e8e6e7 !important;
    text-align: center;
    padding: 12px 0;
    margin: 10px 0;
    font-size: 15px;
    font-weight: bold;
}

.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th{
    background-color: #f5f5f5 !important;
}

.mat_photo_box {
    border: 1px solid #AAA;
    margin: 0 auto;
    width: 156px;
    height: 156px;
    background: #FFF;
}

.mat_photo_box_top {
    border: 1px solid #AAA;
    margin: 0 auto;
    width: 92px;
    height: 92px;
    background: #FFF;
}

.ven_photo_box{
    border:1px solid #AAA;
    margin: 0 auto;
    width:156px;
    height: 45px;
    background: #FFF;
}

.img-flag {
    max-width: 50px;
    height: 48px;
    border: 0;
    vertical-align: middle;
}

label{
    font-weight: normal;
}

.default-form input[type=checkbox]{
    margin-right: 6px;
}

/* TABLE */

.table{
    font-size: 13px;
}

.table th{
    font-weight: normal;
}

.table input[type=text], .table input[type=number]{
    font-size: 12px;
    padding: 3px 4px;
}

.col-center{
    float: none;
    display: inline-block;
}

/* MARGINS & PADDINGS */
.no-padding {
  padding: 0px !important;
}
.p-xxs {
  padding: 5px !important;
}
.p-xs {
  padding: 10px !important;
}
.p-sm {
  padding: 15px !important;
}
.p-m {
  padding: 20px !important;
}
.p-md {
  padding: 25px !important;
}
.p-lg {
  padding: 30px !important;
}
.p-xl {
  padding: 40px !important;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-xxl {
  margin-top: 50px;
}
.m-t-xxxl {
  margin-top: 60px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}

.select2-dropdown{
    z-index: 99999 !important; 
}

/* TOP */

.top{
    min-height: 20px;
}
    
.top-info div{
   text-align: right;
   display: inline-block;
   margin-left: 13px;
}      

.top-info{
   text-align: right;
}

.top-info i{
    vertical-align: middle;
}

.top-fixed{        
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 999;
   background-color: #f9f9f9;
   padding-bottom: 2px;
}

.top-logo{
    z-index: 9999;
}  
   



@media (max-width: 767px) {
    
    .top-logo{
        display: none;
    }
    
    .top-logged-as{
        display: none;
    }
   
    .top-lang{
        float: left;;
    }
    
}    








/* MENU */

.navbar-default{
    border: none;
}

.navbar{
    margin-top: 10px;
    border-radius: 5px;
}

.navbar i{
    margin-right: 3px;
}

.sticky-nav{
    z-index: 999;
}

nav{
    z-index: 999;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.affix{
    top: 0;
    margin-top: 30px;
    left: 0;
    right: 0;
}

.affix + .container {
    padding-top: 79px;
}

.navbar li{
border-right: 1px solid #f9f9f9;
}

.navbar li:first-child{
 border-left: 1px solid #f9f9f9;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
  ul.nav li.dropdown-submenu:hover > ul.dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  ul.nav li.dropdown-submenu:hover > ul.dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  
  ul.nav li.dropdown:hover > ul.dropdown-menu a{
    background-color: #f5f5f5;
    color: #333;
    padding: 15px 45px;
    transition: 0.2s;
    border-bottom: 1px solid #eaeaea;
    line-height: 20px;
  }
  
  .dropdown-toggle, .submenu_toggle{
      border-bottom: none;
  }

}

@media (min-width: 767px) {

    .dropdown-menu li>a{
        padding: 7px 20px;
        border-bottom: 1px solid #eeeeef;
    }

}


@media (max-width: 767px) {
    
    .navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu>li>h6{
        background-color: #f5f5f5;
        color: #333;
        padding: 15px 45px;
        transition: 0.2s;
        border-bottom: 1px solid #eaeaea;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{
        padding-left: 50px;
        transition: 0.2s;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu>li>a.active{
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
        background-color: #f5f5f5;
        color: #333;
        border: none;
    }

    .navbar-default .navbar-nav>li>a{
        border-bottom: 1px solid #eeeeef;
        padding: 20px 20px;
    }

    .navbar-nav{
        margin: 0 -15px   
    }

    .dropdown-menu{
        background-color: #f5f5f5;
        padding: 0;
        border-top: 1px solid #eaeaea !important;
    }

    .navbar li{
        border-right: none !important;
        border-left: none !important;
    }

    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus,  .navbar-default .navbar-nav>li>a:active{
        background-color: #f5f5f5;
        color: #333;
    }   


    .navbar-default .navbar-nav>li:hover{
        background-color: #f5f5f5;
        color: #333;
    }

    .navbar-default .open{
        background-color: #f5f5f5;
        color: #333;
    }

    .navbar-default .navbar-nav>li>a{
        color: #333;
    }

        
    .navbar-default .navbar-nav>li.active>a{
        color: #fff;
    }
    
    .navbar-collapse{
        background-color: #fff;
    }
    
    .dropdown-submenu > .dropdown-menu > li > a{
        background-color: #e7e7e7;
        padding-left: 80px !important;
        transition: 0.2s;
    }
    
    .dropdown-submenu > .dropdown-menu > li > a:hover{
        padding-left: 85px !important;
        transition: 0.2s;
    }
    
    .dropdown-submenu > a.submenu_toggle{
        padding-left: 0;
    }
    
    .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a{
        padding-left: 105px !important;
        transition: 0.2s;
    }
    
    .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a:hover{
        padding-left: 110px !important;
        transition: 0.2s;
    }
    
    .dropdown-submenu > .dropdown-menu > .dropdown-submenu > a.submenu_toggle{
        padding-left: 0;
    }

}
                
           

    



/* LOGIN */

.login_title{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.login_title_2{
    font-size: 16px;
}

.login_title_3{
    color: #1770b7;
    font-size: 30px;
}

.input-group-addon{    
    border: none;
    background-color: transparent !important;
    padding-left: 0;
    font-weight: bold
}

.form-control{
    border: none;
    box-shadow: none !important;
    padding-left: 0;
}

.form-control:focus{
    box-shadow: none !important;
}



.input-group .form-line {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.focused{
    border-bottom: 1px #428bca solid !important;
}

.login-signin{
    color: #fff;
    margin-right: 5px;
}

.login_password{
    float: right;
    font-size: 13px;
    color: #000;
    text-decoration: none;
}

.login_password:hover{
    text-decoration: none;
}

.login_password_fa{
    float: right;
    margin-right: 5px;
}

.login-register{
    color: #878787;
    font-size: 13px;
}

.error{
    border-bottom: 1px solid #C22323;
    margin-bottom: -1px !important;
}

.login-error{
    color: #C22323;
    margin-bottom: 15px;
}

.login-error i{
    color: #C22323;
    font-size: 34px;
    display: block;
    float: left;
}

.login_frame{
    max-width: 360px;
    margin: 20px auto 45px;
    padding: 25px 20px 50px;
}

/* SIGNUP */
.select2-selection{
    border: 1px solid #dddddd !important;    
}

.signup-title{
    margin: 15px -15px;
    font-size: 18px;
}


/* HOME */

.home{
    padding: 20px 30px;
    padding-bottom: 40px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.home .row{
    padding-top: 7px;
    padding-bottom: 7px;
}

.home-title{
    font-size: 18px;
    margin-bottom: 10px;
}

.home-user{
    font-size: 20px;
}

.home-company{
    font-size: 15px;
}

.home-account-info{
    font-size: 20px;
}

.home-account-info-title{
    font-size: 12px;
}

.home-border{
    /*border-top: 1px solid #eeeeef;*/
    border-bottom: 1px solid #eeeeef;
    padding: 20px 0 0 !important;
    margin-top: 0px !important;
    margin-bottom: 35px !important;
}

.home-border-top{
    background-color: #e6e6e640;
    margin: -20px -30px 0px;
    padding: 25px !important;
    border-radius: 5px 5px 0 0;
}

.home-nth:nth-child(odd){
    background-color: #e6e6e640;
}


/* REMIND */

.remind button{
    margin-top: 15px;
}


/* PROFILE - EDIT */

.profile-edit .btn{
    margin-top: 10px;
}

/* ADDRESS - EDIT */

.address-edit .btn{
    margin-top: 10px;
}


/* ORDER - ADMIN SHOW LIST */
.show-list-table>thead>tr>th, .show-list-table>tbody>tr>td{
    vertical-align: middle;
}

.user_info p{
    margin: 2px 0;
}
.show-list-table p{
    word-break: break-all;
}

.show_list_img{
    width: 17px;
    font-size: 17px;
    cursor: pointer;
}

.show-list-table td{
    padding: 5px 2px !important;
}

/* SIMPLE_ORDER/DETAILS */

.details_svg{
    width: 30px;    
}

.details_svg svg{
    transform: scale(0.5);   
}

/* order/show_list */
.show-list-table{
    font-size:13px;
}

/* milled_front_order */
#milled_front_order .formats input, #milled_front_order .formats select{
    width:100%;
}
#milled_front_order .formats .error{
    border-width: 2px;
    border-color: #ff0000;
}

.img_upload:before {
    font-family: 'FontAwesome';
    content: '\f0ee';
    font-size: 20px;
    position: absolute;
}

/* TOP ORDER DETAILS */

.details-table .active th{
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
}

.details-table{
    margin-top: -10px;
}

.details-cutting-plan{
    word-break: break-all; 
    margin-top: 15px;
    font-size: 12px;
}

.details-cutting-plan p{
    padding-top: 10px;
}

@media print{
    #list_notes{
        margin-top: -10px !important;
    }
}

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
  
  .select2-selection {
    background: #eee;
    box-shadow: none;
  }

  .select2-selection__arrow,
  .select2-selection__clear {
    display: none;
  }
}

.modal{
    z-index: 9999;
}

.fa-rotate-45 {
    -webkit-transform:rotate(45deg); 
    -moz-transform:rotate(45deg); 
    -ms-transform:rotate(45deg); 
    -o-transform:rotate(45deg); 
    transform:rotate(45deg);
}

.loading-bar{
    margin: 35px 15px;
    font-size: 15px;
    font-weight: bold;
}

.loading-bar i{
    color: #555;
}

.fa-red{
    color: red;
}

.fa-green{
    color: green;
}

select.ultraShort{
    padding: 1px;
    width: auto;
    font: 11px verdana;
    border: 1px solid #dddddd;
    margin: 2px 0;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: none;
}


.tree li{
    padding: 10px 20px;
    margin: 10px 0;
}

ul{
     padding-left: 0;
}

.treemenu .toggler:before {
    margin-right: 12px;
    border: 1px solid;
    padding: 0 5px;
}

.tree-opened{
    background-color: #fff;
}

.tree_icon{
    margin-left: 6px;
}

.padding-0{
    padding: 0;
}

.disable-select {
  background-color: #e4e4e4 !important;
  color: #a0a0a0 !important;
  pointer-events: none;
}

.tooltip_templates { display: none; }

.summary_cutting_plan td, .summary_cutting_plan th{
    text-align: center;
}

.summary_cutting_plan_sum td{
    border:none !important; 
    border-top: 2px solid #aaa !important;
    font-weight: bold;
    padding-bottom: 15px !important;
}

.summary_cutting_plan_altogether td{
    border:none !important; 
    background-color: #dadada;
    font-weight: bold;
}

.cnc_error{
    text-align: center;
    font-size: 16px;
    margin: 30px;
    font-weight: bold;
    color: #f00;
}

.del_temporary_message{
    cursor: pointer;
}

div.gallery_item{display: inline-block; margin: 10px; width: 150px; height: auto; text-align: center; padding: 5px; background: #E8E6E7;    word-break: break-all;}
div.gallery_item .thumb{height: 115px;line-height: 115px;}
div.gallery_item .thumb img{max-width: 140px;max-height: 115px; vertical-align: middle;}
div.gallery_item p{font-size: 11px; margin: 5px 0;}


.column_postforming_info,
.table>thead>tr.active>th.column_postforming_info_active, .table>tbody>tr.active>th.column_postforming_info_active{
    background:#f5ee12 !important;
}

.block-cutting-button {
    padding: 1px 4px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
}

.draw_cell_foreign_object_div:hover {
    /*background: #cdd9ea;*/
    background-color: rgba(0, 0, 0, .1);

}

.blockButtons {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.column_width, .row_height {
    width: 40px;
    padding: unset;
    font-size: 11px;
}

.strip_cutting_dirrection_option {
    margin-right: 5px;
}

.strip_cutting_radio_options {
    display: inline-block;
    margin-right: 15px;
}

.order_strip_cutting_btn_add_remove_strip {
    margin: 15px 10px 10px 10px;
}

.column_width, .row_height {
    font-size: 11px;
    text-align: center;
}

#spinner-loader {
    text-align: center;
    padding: 0!important;
}

#spinner-loader:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
}

#spinner-loader .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#spinner-loader .loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.center-table{
    margin-left: auto;
    margin-right: auto;
}

.w_100{
    width:100%
}

.font-weight-normal{
    font-weight: normal;
}

/*sekcja akcesoria*/

body{margin-top:20px;
    background:#f1f2f7;
}

/*panel*/
.panel {
    border: none;
    box-shadow: none;
}

.panel-heading {
    border-color:#eff2f7;
    font-size: 16px;
    font-weight: 300;
}

.panel-title {
    color: #2A3542;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
}


/*product list*/

.prod-cat li a{
    border-bottom: 1px dashed #d9d9d9;
}

.prod-cat li a {
    color: #3b3b3b;
}

.prod-cat li ul {
    margin-left: 30px;
}

.prod-cat li ul li a{
    border-bottom:none;
}
.prod-cat li ul li a:hover,.prod-cat li ul li a:focus, .prod-cat li ul li.active a , .prod-cat li a:hover,.prod-cat li a:focus, .prod-cat li a.active{
    background: none;
    color: #ff7261;
}

.pro-lab{
    margin-right: 20px;
    font-weight: normal;
}

.pro-sort {
    padding-right: 20px;
    float: left;
}

.pro-page-list {
    margin: 5px 0 0 0;
}

.product-list img{
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.product-list .pro-img-box {
    position: relative;
}
.adtocart {
    background: #fc5959;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    border: 3px solid #fff;
    left: 45%;
    bottom: -25px;
    position: absolute;
}

.adtocart i{
    color: #fff;
    font-size: 25px;
    line-height: 42px;
}

.pro-title {
    color: #5A5A5A;
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
}

.product-list .price {
    color:#fc5959 ;
    font-size: 15px;
}

.pro-img-details {
    margin-left: -15px;
}

.pro-img-details img {
    width: 100%;
}

.pro-d-title {
    font-size: 16px;
    margin-top: 0;
}

.product_meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 15px 0;
}

.product_meta span {
    display: block;
    margin-bottom: 10px;
}
.product_meta a, .pro-price{
    color:#fc5959 ;
}

.pro-price, .amount-old {
    font-size: 18px;
    padding: 0 10px;
}

.amount-old {
    text-decoration: line-through;
}

.quantity {
    width: 120px;
}

.pro-img-list {
    margin: 10px 0 0 -15px;
    width: 100%;
    display: inline-block;
}

.pro-img-list a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pro-d-head {
    font-size: 18px;
    font-weight: 300;
}

.metismenu ul{
    padding-left: revert;
}

.centered-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*koniec sekcji akcesoria*/