/*Fonts*/


@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaybold_italic';
    src: url('../fonts/raleway-bolditalic-webfont.eot');
    src: url('../fonts/raleway-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bolditalic-webfont.woff') format('woff'),
         url('../fonts/raleway-bolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayextrabold';
    src: url('../fonts/raleway-extrabold-webfont.eot');
    src: url('../fonts/raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-extrabold-webfont.woff') format('woff'),
         url('../fonts/raleway-extrabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayextrabold_italic';
    src: url('../fonts/raleway-extrabolditalic-webfont.eot');
    src: url('../fonts/raleway-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-extrabolditalic-webfont.woff2') format('woff2'),
         url('../fonts/raleway-extrabolditalic-webfont.woff') format('woff'),
         url('../fonts/raleway-extrabolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-semibold-webfont.woff') format('woff'),
         url('../fonts/raleway-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaysemibold_italic';
    src: url('../fonts/raleway-semibolditalic-webfont.eot');
    src: url('../fonts/raleway-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibolditalic-webfont.woff2') format('woff2'),
         url('../fonts/raleway-semibolditalic-webfont.woff') format('woff'),
         url('../fonts/raleway-semibolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayextrabold';
    src: url('../fonts/raleway-extrabold-webfont.eot');
    src: url('../fonts/raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-extrabold-webfont.woff') format('woff'),
         url('../fonts/raleway-extrabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

 /*Fonts end*/
html{
    height: 100%;
}
body{
    width: 100%;
  min-height: 100%;
    position: relative;
    overflow: auto;
    color:#36304a;
    /*background: #f8f8f8;*/
    font-family: 'ralewayregular';
    font-size:18px;

}
main{
   /* margin-top: 168px;*/
}

/*Start Login*/
.login_video{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: white;
}
.login{
    width: 100%;
    height: auto;

    position: relative;
    overflow: hidden;
}
.login_inner{
    margin:120px auto;
    position: relative;
    overflow: hidden;
    /*background: #f8f7f6;*/
    text-align: center;
}
.input_wrapper{
    padding: 0 120px;
}
.login h1{
    font-size:3em;
    font-family: 'ralewayextrabold';
    color:#32313b;
    letter-spacing: 1px;
}
.login p{
    margin:0 auto;
    width: 40%;
    font-size:1em;
    font-family: 'ralewaysemibold';
     color:#32313b;
}
.login form{
    padding-top: 10px;
    padding-left: 0px;
}
.login .form-group{
    margin-left: 0;
    width: 100%;
    display: inline-block;
    font-size: 0;
}
.login .input-group-prepend {
    position: relative;
    left: 2px;
    width: 18%;
    height: 50px;
    float: left;
    display: inline-block;
    background: #32313b;
    padding: 8px;
}
.login .input-group-prepend img{
    width: 30px;
    display: inline-block;
}
.login input{
    width: 82%;
    height: 50px;
    border-radius: 0;
    border: 2px solid #32313b;
    display: inline-block;
}
.login .enter{
    display: block;
    width: 60%;
    height: 50px;
    margin: 16px;
    background: #f7505a;
    color:#fff;
    font-size:1.25em;
    text-transform: uppercase;
    border:0;
    transition: 0.3s all;
    -webkit-transition:0.3s all;
}

.login .enter:hover{
    border-radius: 4px;
    background: #fe4752;
}

.login ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: uppercase;
  color: #32313b;
}
.login ::-moz-placeholder { /* Firefox 19+ */
  text-transform: uppercase;
  color: #32313b;
}
.login :-ms-input-placeholder { /* IE 10+ */
  text-transform: uppercase;
  color: #32313b;
}
.login :-moz-placeholder { /* Firefox 18- */
  text-transform: uppercase;
  color: #32313b;
}
.remember_wrapper{
    width: 100%;
    height: auto;
    margin:20px auto;
}
.form-control:focus{
    border:2px solid #32313b;
}
.remember {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-left: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.remember input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: -9999px
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 0;
    border: 2px solid #32313b;
}

/* When the checkbox is checked, add a blue background */
.remember input:checked ~ .checkmark {
  /*  background-color: #2196F3;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.remember input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.remember .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fe4752;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
p.login_bottom{
    width: 100%;
    color: #efefef;
    font-family: Helvetica;
    font-size:0.5em;
    text-align: center;
    opacity: 0.5;
}

.body_login{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #304352;
    background: -webkit-linear-gradient(to top, #304352, #d7d2cc);
    background: linear-gradient(to top, #304352, #d7d2cc);
    background-size: cover;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.logo a{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.logo a img{
   max-width: 260px;
}
.header{
    width: 100%;
    height: auto;
    position: relative;
    /*overflow: hidden;*/
    background: #fff;
    padding: 20px 0;
}
.tel {
    margin-top: 2%;
    font-family: Helvetica;
    font-style: normal;
    font-size:1em;
    color:#32313b;
    text-align: right;
}
.checkout_btn{
    width: 100%;
    float: right;
    text-align: center;
    padding: 8px 32px;
    color:#fff;
    text-transform: uppercase;
    font-family: 'ralewayregular';
    font-size: 1em;
    background: #39b54a;
    transition: 0.3s all;
    -webkit-transition:0.3s all;
}
.checkout_btn a{
    text-decoration: none;
}
.checkout_btn:hover{
    border-radius: 4px;
    text-decoration:none!important;
    color:#fff;
}

.checkout_btn img{
    width: 20px;
    padding-bottom: 4px;
    margin-left: 8px;
}
.search_box{
    width: 100%;
    margin-top: 10px;
    padding-left: 44px;
    padding-right: 36px;
    position: relative;
    overflow: hidden;
}
.search_box input{
    width: 100%;
    height: 40px;
    padding: 2px 12px;
    border:1px solid #f7505a;
    border-radius: 0;
    box-sizing: border-box;
}
.search_box input:focus{
   border:1px solid #f7505a;
}
.search_box button{
    width: 50px;
    height: 40px;
    position: absolute;
    top:0;
    right: 36px;
    background: transparent;
    border:0;
}
.search_box button:focus{
    outline: none;
}
.search_btn img{
    width: 26px;
    padding-bottom: 4px;

}
.search_box input:focus{
    border:1px solid #f7505a;

    outline: none;
}
.nav_dropdown_mobile{
    display: none;
    transition: 0.3s all;
    -webkit-transition:0.3s all;
}
.nav_dropdown_mobile ul{
    display: block;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.nav_dropdown_mobile li {
    text-decoration: none;
    color:#32313b;
    text-transform: uppercase;
    margin:10px 0;
    list-style: none;
}
.nav_dropdown_mobile li a{
    color:#32313b;
    text-decoration: none;
}
.desktop_nav{
    margin-top: 24px;
    background: #f8f8f8;
    /*border-bottom:2px solid #eaeaea;*/

}
.desktop_nav{
    width: 100%;
    height: 44px;
    background: #ffffff;
    padding: 0 15px;
}
.desktop_nav ul{
    padding-left: 0;
    padding-top: 10px;
    float: left;
}
.desktop_nav li{
    font-family: 'ralewayregular';
    text-transform: uppercase;
    display: inline-block;
}
.desktop_nav li a{
    text-decoration: none;
    color:#32313b;
    font-size:1em;
    margin:0 20px 0 0;
    transition: 0.3s all;
    letter-spacing:1px;
    -webkit-transition:0.3s all;
}
.desktop_nav li a:hover{
    color: #f7505a;
}
.opened{
    display: block;}
#hamburger{
    background: transparent;
    border:none;
    display: none;
    width: 60px;
    height: 44px;
    float: right;
    position: relative;
    margin: 4px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#hamburger span{
        display: block;
        position: absolute;
        height: 7px;
        width: 50%;
        background: #de2d1c;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
}
#hamburger span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#hamburger span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#hamburger span:nth-child(1), #hamburger span:nth-child(2) {
  top: 0px;
}

#hamburger span:nth-child(3), #hamburger span:nth-child(4) {
  top: 15px;
}

#hamburger span:nth-child(5), #hamburger span:nth-child(6) {
  top: 30px;
}

#hamburger.open span:nth-child(1),#hamburger.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger.open span:nth-child(2),#hamburger.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#hamburger.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#hamburger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#hamburger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#hamburger.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#hamburger.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}
footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height:40px;
    text-align: center;
    background: #32313b;
}
footer p{
    font-family: 'ralewayregular';
    color:#fff;
    font-size:0.75em;
    line-height: 40px;
    margin-bottom: 0;
}

.footer-home {
    height: 186px;
    padding: 75px;
    background-color: #25242b;
}
.footer-home p{
    line-height: normal !important;
    /*font-weight: bold;*/
    font-size: 18px;
}
.footer-home a {
    text-decoration: none;
    color: #dbd0d0;
}

.footer-home a:hover {
    text-decoration: none;
    color: #fff;
}

.home{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;;
    margin-bottom: 40px;
}
.product_inner > header h2{
    font-family: 'ralewaybold';
    color:#fff;
    margin: 0 0;
    padding: 0 0;

}
.product_inner > header > p{
    font-family: helvetica;
    color:#fff;
    padding-bottom: 0;
    margin-bottom: 0;
}
.product_inner_wrapper{
    width: 100%;
    height: auto;
    margin: 0 0;
    position: relative;
    overflow: hidden;
}
.product_inner_wrapper figure {
    text-align: center;
    padding: 0 0;
    margin: 0 0;
    margin-top: 20px;
    overflow: hidden;
    height: 350px;
    line-height: 350px;
}
.product_inner_wrapper img{
    width: 350px;
    vertical-align: middle;
}
.select_product_inner{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.form-control:focus:focus{
    border:1px solid #f7505a;
}
.select_product_inner label{
    font-size:0.85em;
    color: #32313b;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 18px;
    font-family: 'ralewaysemibold';
    display: inline-block;
}
.select_product_inner .form-control{
    width: 50%;
    height: 32px;
    margin-top: 10px;

}
.checkbox_inner{
    float: right;
}
.calculation{
    margin: 10px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border:1px solid #ccc;
    background: #fff;
    font-family: 'ralewayregular';
    font-size:0.85em;

}
.actionbtn_product_innper a{
    display: inline-block;
    width: 49%;
    border: 1px solid #32313b;
    text-transform: uppercase;
    color: #32313b;
    background: #fff;
    padding: 4px 12px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s all;
    -webkit-transition:0.3s all;
}
.info_tabs{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 0px 30px!important;
}
.table>tbody>tr>td:first-child{
    width: 15%;
    font-family: 'ralewaysemibold';
    color:#555;
    font-size:0.85em;
    background: #f5f5f5;
    border:1px solid #ccc;
}
.table>tbody>tr>td:last-child{
    font-family: 'ralewayregular';
    font-size:0.85em;
    color:#777;
    border:1px solid #ccc;
}
.info_tabs li a{
    text-transform: uppercase;
    color:#32313b;
    font-family: 'ralewaysemibold'
}
#docs a,
#docs{
    font-family: 'ralewaysemibold';
    font-size:1em;
    color:#555;
}
#docs a{
    padding-right: 10px;
}
#docs img{
    width: 20px;
    margin-right: 4px;
    margin-bottom: 6px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border:1px solid #ccc;
    border-bottom: 0;
}
.info_tabs .tab-content{
    padding: 10px;
    border:1px solid #ccc;
    background: #fff;
    border-top: none;
    color:#32313b;
    width: 100%;
    overflow: hidden;
}
.actionbtn_product_innper .add_product{
    border:1px solid #f7505a;
    color:#f7505a;
    font-family: 'ralewayregular'
}
.info_tabs .tab-content .tab-pane p{
    color:#32313b;
    font-family: 'ralewayregular'
}
.info_tabs .nav-tabs>li{
    border-bottom: 0;
}
.actionbtn_product_innper .add_product:hover{
    color:#fff;
    background: #f7505a;
    border-radius: 4px;
}
.actionbtn_product_innper .reset:hover{
    color:#fff;
    background: #32313b;
    border-radius: 4px;
}

.actionbtn_product_innper .check_quantity:hover{
    color:#fff;
    background: #32313b;
    border-radius: 4px;
}
.calculation b{
    font-family: 'helvetica'

}

.calculation p {
    font-family: helvetica;
}
#calculationEmpty {
    min-height: 300px;
}
.actionbtn_product_innper{
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.product_inner,
.category{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}
.product_inner > header > h1{
    font-family: 1.5em;
}

.product_inner > header{
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    background-size: cover;
    background-position: center;
    /*background: url(../img/category_bg.jpg);*/
    background-size: 100%;
    background: #f05059;
}
.category > header{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    background-color: #f7505a;
    background-size: 100%;
}
.category aside {
    background: #fff;
    border: 1px solid rgba(136, 136, 136, 0.2);
}
.category aside > ul{
    padding-left: 0;
}
.category aside > ul > li{
    margin-left: 15px;
    margin:15px 0;
    list-style-type: none;
    border-bottom: 1px solid rgba(136, 136, 136, 0.5);
}
.category aside > ul > li a{
    display: block;
    margin:6px 0;
    font-family: 'ralewaysemibold';
    font-size:1em;
    text-decoration: none;
    color: #32313b;
    transition: 0.3s all;
    -webkit-transition:0.3s all;
}
.category aside > ul > li a:hover{
    color:#f7505a;
}
.category_list{
    padding-right: 0;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.header_category_list{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding:10px 0;
    padding-bottom: 0;
    background: #fff;
    font-family: helvetica;
    color: black;
}
.header_category_list p{
    margin-bottom: 0;
    padding-bottom: 0;
}
.header_category_list .arrange{
    margin-bottom: 20px;
}
.header_category_list .arrange img{
    width: 20px;
    opacity: 0.4;
    transition: 0.3s all;
    -webkit-transition:0.3s all;
}
.header_category_list .arrange img:hover{
    opacity: 0.9;
}
.header_category_list .arrange a{
    text-decoration: none;
    margin-right: 10px;
}
.select_sort label{
    display:inline-block;
    font-size:1em;
    font-family: 'ralewaysemibold';
    color:#fff
}
.select_sort .form-control{
    display: inline-block;
    width: 74%;
    height: 30px;
    padding-left: 4px;
}
.selected_arrange img{
    opacity: 1!important;
}

.selected_arrange img, .selected_grid img {
    background-color: #f7505a;
}

.page_list{
    /*padding-top: 30px;*/
    margin-bottom: 0;
}
.page_list p{
    float:left;
    padding-top: 10px;
    display: inline-block;
    line-height: 1.5em;
}
.arrows {
    font-size: 25px;
    padding-top: 25px;
    font-weight: bold;
}
.show_select label{
    float: left;
    margin-right: 7%;
    display:inline-block;
    font-size:1em;
    font-family: 'ralewaysemibold';
    /*color:#fff;*/
    padding-bottom:0;
    margin-bottom: 0;
}
.show_select span{
    /*display: inline-block;*/
    width: 74%;
}
.show_select .form-control{
    display: inline-block;
    cursor: pointer;
    height: 30px;
    padding-left: 4px;
}
.show_select p{
    display: inline-block;
    float: right;
    margin-left: 5px;
}
.select_sort{
    margin-bottom: 6px;
}
.show_select{
    margin-bottom: 0;
    margin-top: 10px;
}
.show_select .form-control{
    width: 100%;
    display: inline-block;
    float: left;
}
.custom_pagination{
    margin:4px 0;

}
.custom_pagination > li > a,
.custom_pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.custom_pagination {
  display: inline-block;
  padding-left: 0;
  /*margin: 20px 0;*/
  border-radius: 4px;
}
.custom_pagination > li {
  display: inline;
}
.show_select .form-control,
.select_sort .form-control{
    border-radius: 0;
    border:none;
    cursor: pointer;
}
.current_page {
    opacity: 1!important;
}
.content_category_list{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background: #fff;
    /*border: 1px solid rgba(136, 136, 136, 0.2);*/
}
.content_category_list ul{
    position: relative;
    overflow: hidden;
    padding-left: 10px!important;
    padding-right: 10px!important;
}
.content_category_list ul li a{

    height: auto;
    position: relative;
    overflow: hidden;
    color:#32313b;
    font-size:1em;
    text-decoration: none;
    font-family: 'ralewaysemibold';
    transition: 0.3s all;
    -webkit-transition:0.3s all;
}
.content_category_list ul li a > img{
    float: right;
    padding-right: 10px;
}
.content_category_list ul li a > span{
    padding-top: 60px;
    float:left;
    white-space: pre-wrap !important;
}
.content_category_list ul li a:hover{
    color:#f7505a!important;
}
.content_category_list ul li{
    display: block;
    position: relative;
    overflow: hidden;
    padding:10px 0;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}
.content_category_list img{
    width: 100px;
}
.category_content_wrapper{
    margin-left: 0;
    margin-right: 0;
}
.arrange_grid{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.arrange_grid ul{
    /*border-bottom: 1px solid #ccc;*/
}
.arrange_grid ul li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.arrange_grid ul li{
    text-align: center;
    padding:20px;
    border-bottom: 0;
}
.arrange_grid ul li span{
    text-align: left;
    padding-top: 4px;
}

.arrange_grid ul li a div.img-container {
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrange_grid ul li a div.img-container img{
    max-height: 100%;
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.custom_pagination>li>a,
.custom_pagination>li>a:focus,
.custom_pagination>li>a:hover,
.custom_pagination>li>span:focus,
.custom_pagination>li>span:hover{
    background: transparent;
    border:none;
    color: #fff;
    line-height: 1.5em;
    padding:6px 4px;
    opacity: 0.7;
}
.custom_pagination>li>a:hover{
    opacity: 1;
    text-decoration: underline;
}
.page_list .pagination {
    margin: 5px 0;
}
.home > header{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background:#f05059;
}

.category > header > h1{
    margin:0 0;
    padding: 0 0;
    font-family: 'ralewaybold';
    font-size:2em;
    color:#fff;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.home > header h1{
    margin:0 0;
    padding: 0 0;
    font-family: 'ralewaybold';
    font-size:2em;
    color:#fff;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.nopadding{
    padding:0 0;
}
.product_box{
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 444;
    background: #333;
    margin-bottom: 20px;
    transition: 0.3s all;
    -webkit-transition:0.3s all;

}
.product_box a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
}
.product_box article{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
}
.product_box h2{
    text-align: center;
    font-family: 'ralewaybold';
    font-size:1.5em;
    color:#fff;
    letter-spacing: 1px;
}
.product_box article{
    text-align: center;
}
.product_box h4{
    font-family: 'helvetica';
    color:#fff;
    font-size:1em;
    letter-spacing: 1px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.25s;
}
.product_box_wrapper{
    transition: 20.3s all;
    -webkit-transition:21.3s all;
}
.product_box img{
    width: 100%;
    /*height: 256px;*/
    opacity: 0.4;
    transition: 0.3s all;
    -webkit-transition:0.3s all;
}
.product_box:hover{
    background: #f05059;

}
.price-table td {
    border: 1px solid #ddd !important;
    vertical-align: inherit !important;
    font-size: 15px !important;
    color: black !important;
    width: 25% !important;
}


.product_box:hover img{
    opacity: 0.1;
}

.product_box:hover h2{
    font-size:1.5em;
}

.product_box:hover h4{
    visibility: visible;
  opacity: 1;
}
.current{
    color:#f7505a!important;
}
.active{
    /*color: #f7505a!important;*/
}
.breadcrumb li a{
    color: #32313b;
    font-family: 'ralewaysemibold';
    font-size:1em;
}
.breadcrumb>.active{
    color:#f7505a;
    font-family: 'ralewaysemibold';
}

.related_products_wrapper{
    overflow: hidden;
    position: relative;
    background: #f7f1f1;
    border: 1px solid #cecece;
    padding: 20px;
    margin: 20px;
}
.related_products_wrapper header{
    border-bottom: 1px solid #252525;
    margin-bottom: 20px;
}
.related_products_wrapper header h2{
    font-family: 'ralewaysemibold';
    font-size: 1.5em;
    color:#32313b;
    text-transform: uppercase;
}
.related_product a{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.related_product img{
    width: 249px;
    height: 249px;
    border:1px solid #32313b6e;
}
.related_product a h3{
    color: #32313b;
    font-family: 'ralewayregular';
    font-family: 1em;
    text-align: center;
}
.related_product a p{
    color: #32313b;
    font-family: 'ralewaysemibold';
    font-family: 1em;
}
.related_product a:hover > h3{
    color:#f7505a;
}
.related_product a:hover > p{
    color:#f7505a;
}
.select2-container--default .select2-selection--single{
    width: 100%;
    height: 40px;
    border:1px solid #f05059;
    border-radius: 0;
}

.orders_page {
    margin-bottom: 0;
    max-width: 400px;
}

.orders_page_td {
    width: 400px;
}

.orders_page .select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    height: 34px;
    border-radius: 4px;
    padding: 6px 12px;
    text-align: left;
    opacity: 1;
}

.orders_page .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
    opacity: 1;
    padding-left: 4px;
}

.orders_page .select2-container {
    height: 34px;
}

.orders_page .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #555;
}

.select2-container{
    width: 100%!important;
    height: 40px;
}

#search {
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-family: 'ralewayregular';
    font-size:1em;
    color:#32313b;
    line-height: 40px;
    opacity: 0.8;
    padding-left: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:focus{
    outline: none;
}
.select2-container--default .select2-selection--single{
    outline: none;
}
.select2-selection__arrow{
    display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    outline: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: #fefefe;
    color:#333;
    font-family: 'ralewaybold';
    /*font-size:1em;*/
}

.breadcrumb>li+li:before{
    content:">>"!important;
}

.checkout_page{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.checkout_page header{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-position: center;
    background: url(../img/category_bg.jpg) ;
    background-size: 100%;
}
.checkout_page header > h1{
    margin: 0 0;
    padding: 0 0;
    font-family: 'ralewaybold';
    font-size: 2em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}
.notification_table_wrapper,
.checkout_table_wrapper{
    /*overflow-x:auto;*/
    background:#fbfbfb;
    /*padding: 20px;*/
    /*border:1px solid #ccc;*/
    margin: 20px auto;
    /*overflow: hidden;*/
}
.checkout_table_wrapper .dataTables_wrapper {
    overflow-x:auto;
    margin-bottom: 4rem;
}
.notification_table_wrapper .back{
    width: 20%;
}
.notification_table_wrapper,
.checkout_table_wrapper{
    font-family: helvetica;
}
.notification_table_wrapper table,
.checkout_table_wrapper table{
    position: relative;
    width: 100%;
    margin: 0 auto;
    /*border-spacing: 1;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*border:1px solid #ccc;*/
}
.notification_table_wrapper th,
.checkout_table_wrapper th{
    text-align: center;
    /*border:1px solid #d0ced4;*/
}
.notification_table_wrapper td,
.checkout_table_wrapper td{
    font-size: 1em;
    /*border:1px solid #ccc;*/
}
.notification_table_wrapper table,
.checkout_table_wrapper table{
    /*border:1px solid #ccc;*/
    /*margin-bottom: 50px !important*/

}
.notification_table_wrapper .table_head,
.checkout_table_wrapper .table_head{
    color:#fff;
    height: 42px;
    background: #36304a !important;
    text-align: center;
    font-size:0.85em;
}
.notification_table_wrapper thead th,
.checkout_table_wrapper thead th,
.notification_table_wrapper tfoot th,
.checkout_table_wrapper tfoot th,
.notification_table_wrapper td,
.checkout_table_wrapper td {
    border: 1px solid #d0ced4;
}
.notification_table_wrapper tr:nth-child(even),
.checkout_table_wrapper tr:nth-child(even){
    background: #ebebeb;
}
.notification_table_wrapper  tr:nth-child(odd),
.checkout_table_wrapper tr:nth-child(odd){
    background: #f6f6f6;
}
.table_head{
    height: 32px;
}
.table_head th {
   padding: 0;
}
.notification_table_wrapper thead,
.checkout_table_wrapper thead{
    border-radius: 20px
}
.notification_table_wrapper table tbody tr,
.checkout_table_wrapper table tbody tr{
    height: 40px;
    /*border:1px solid #ccc;*/
}
.notification_table_wrapper tbody tr,
.checkout_table_wrapper tbody tr{
    font-family: Helvetica;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
    text-align: center;
}
.notifictiaon_table_wrapper tbody td,
.checkout_table_wrapper tbody td{
    text-align: center;
    /*border:1px solid #ccc;*/
    padding: 4px 8px;
}
.checkout_table_wrapper table.dataTable tfoot th{
    border-top:1px solid #bbb;
    border-bottom:1px solid #bbb;
    background: #f6f6f6;
}


.notifications .back{
    margin-top: 20px;
}
.back{
    display: inline-block;
    width: 20%;
    height:44px;
    margin-right: 2%;
    color:#fff;
    font-size: 1em;
    line-height: 2.5em;
    background: #36304a;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s all;
    -webkit-transition:0.3s all;
}
.send_order{
    display: inline-block;
    width: 52%;
    height:44px;
    color:#fff;
    font-size: 1em;
    line-height: 2.5em;
    background: #39b54a;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s all;
    -webkit-transition:0.3s all;
}

.strecke_order_btn{
    color:#fff;
    display: inline-block;
    width: 20%;
    height:44px;
    margin-right: 2%;
    color:#fff;
    font-size: 1em;
    line-height: 2.5em;
    background: #b56933;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s all;
    -webkit-transition:0.3s all;
}

.send_order:hover,
.back:hover,
.strecke_order_btn:hover {
    text-decoration: none;
    color:#fff;
    border-radius: 7px;
}
.table_action_btns{
    margin: -10px -19px 40px 0;
    padding: 0 0;
}
table{
    border-collapse: collapse;
}

.orders_client{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.orders_client header{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    background: url(../img/category_bg.jpg);
    background-size: 100%;
}
.orders_client header > h1{
    margin: 0 0;
    padding: 0 0;
    font-family: 'ralewaybold';
    font-size: 2em;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.orders_tabs .nav-tabs{
    border-bottom: 0;
}
.orders_tabs .nav-tabs>li.active>a,
.orders_tabs .nav-tabs>li.active>a:focus,
.orders_tabs .nav-tabs>li.active>a:hover{
    padding:10px 50px;
    border:none;
    color:#32313b;
    font-family: 'ralewaysemibold';
    background: #fff;
    border-top: 2px solid #f7505a;
    border-radius: 0;
}
.orders_tabs .nav>li>a:hover{
    background: #f3f3f3;
}
.orders_tabs .nav>li>a{
    background: #ebebeb;
    color:#32313b;
    font-family: 'ralewaysemibold';
    padding:10px 40px;
    border-radius: 0;

}
.neworder_btn{
    width:100%;
    float: right;
    position: relative;
    display: inline-block;
    height: 44px;
    color:#fff;
    font-family: 'ralewaysemibold';
    font-size: 1em;
    line-height: 2.5em;
    text-transform: uppercase;
    text-align: center;
    background: #f7505a;
    padding-left: 26px;
    padding-right: 42px;
    letter-spacing: 0.5px;
    transition: 0.3s all;
    -webkit-transition:0.3s all;
}
.neworder_btn img{
    position: absolute;
    top: 16px;
    right: 34px;
    width: 12px;
    padding-top: 0;
}
.neworder_btn:hover{
    text-decoration: none;
    color:#fff;
    border-radius: 4px;
}

.orders-btn {
    padding: 0 25px 0 25px;
    font-family: 'ralewaysemibold';
    font-size: 1em;
    line-height: 2.5em;
    letter-spacing: 1px;
    transition: 0.3s all;
    -webkit-transition:0.3s all;
    display: inline-block;
    text-align: center;
    height: 44px;
}

.orders-btn:hover {
    cursor: pointer;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.75) 3px 3px 10px 0px;
}

a.orders-btn-red {
    color: #FFFFFF;
    background: #f7505a;
}

a.orders-btn-disabled {
    color: #FFFFFF;
    background: #f7505a;
    pointer-events: none;
    opacity: 0.5;
}

.tooltip{
    font-size: 2rem;
}

a.orders-btn-black {
    color: #FFFFFF;
    background: #36304a;
}

hr.between-orders {
    border: dashed;
}

.table_merge{
    color:#36304a;
}
.table_merge:hover{
    color:#36304a;
}
.table_approve:hover{
    color: #15d527;
}
.table_approve{
    color: #15d527;
}

.table_approve img {
    width: 20px;
}

.table_approve img:hover{
    opacity: 0.7;
    transition: 0.3s all;
    -webkit-transition:0.3s all;
}

.table_delete:hover{
    color:#f7505a;
}

.table_delete{
    color:#f7505a;
}

.table_delete img {
    width: 15px;
}

.table_delete img:hover{
    opacity: 0.7;
    transition: 0.3s all;
    -webkit-transition:0.3s all;
}

.notifications,
.merge_orders,
.combine_orders,
.report{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.notifications > header,
.merge_orders > header,
.combine_orders > header,
.report > header{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-position: center;
    background: url(../img/category_bg.jpg);
    background-size: 100%;
}
.notifications > header > h1,
.merge_orders > header > h1,
.combine_orders > header > h1,
.report > header > h1{
    margin: 0 0;
    padding: 0 0;
    font-family: 'ralewaybold';
    font-size: 2em;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.generate{
    width: 100%;
}
.generate_btn, .export_btn{
    text-transform: uppercase;
    color:#fff;
    background: #f7505a;
    font-size: 1em;
    line-height: 1.5em;
    font-family: 'ralewaysemibold';
    border:1px solid #f7505a;
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 6px 40px;
    transition:0.3s all;
    -webkit-transition:0.3s all;
}
.generate_btn:hover{
    color:#fff;
    background: #ed565f;
    border:1px solid #ed565f;
    text-decoration: none;
}
#date_combine,
#fromdate,
#todate,
.order_date_input {
    font-family: 'ralewaybold';
    box-shadow: 0 0 5px rgb(172, 169, 169);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgb(235, 235, 235);
    height: 40px;
    padding:0 15px;
    margin: 0 0;
    cursor: pointer;
}
#fromdatereport:hover,
#todatereport:hover{
    cursor: pointer;
}
#report_todate,
#report_fromdate,
#date_combine_wrapper{
    position: relative;
}
.order_date img,
.report_todate img,
.report_fromdate img,
.delivery_date img,
#date_combine_wrapper img{
    width: 24px;
    position: absolute;
    top: 8px;
    right: 27%;
    cursor: pointer;
}
.order_date img,
.report_fromdate img,
.report_todate img{
    right: 8%;
}

.delivery_date img {
    right: 2%;
    top: 33%;
}

.delivery_date_quick_order img {
    right: 23%;
    top: 41%;
}

.width100 {
    width: 100% !important;
}

.order_date {
    position: relative;
}

#ui-datepicker-div{
    z-index: 9999!important;
}

.export {
    margin-top: 20px;
}

.export_btn{
    text-transform: uppercase;
    color:#fff;
    font-size: 1em;
    line-height: 1.5em;
    font-family: 'ralewaysemibold';
    border:1px solid #f7505a;
    display: inline-block;
    height: 40px;
    padding: 6px 40px;
    transition:0.3s all;
    -webkit-transition:0.3s all;
    margin-top: 5px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
}
.export_btn:hover{
    color:#fff;
    background: #ed565f;
    border:1px solid #ed565f;
    border-radius: 4px;
    text-decoration: none;
}
.merge_orders h4,
.combine_orders h4{
    font-family: 'ralewaybold';
    font-size:1.25em;
    color:#36304a;
    padding-left: 10px;
}
.sub_breadcrumb{
    padding-left: 10px;
    font-family: helvetica;

}
.sub_breadcrumb > span{
    display: inline-block;
    padding-right:10px;
    padding-left: 10px;
    border-right:1px solid #5a5a5e;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.sub_breadcrumb > span > p{
    display: inline-block;
    font-family: 'ralewaysemibold';
    color: #5a5a5e;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sub_breadcrumb > span > span{
    color:#32313b;
    font-weight: bold;
}
.sub_breadcrumb > span:last-child{
    border-right: none;
}
.sub_breadcrumb > span:first-child{
    padding-left: 0;
}

.email{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 20px;
    border:1px solid #ccc;
    font-family: helvetica;
    margin-bottom: 80px;
}
.email .logo{
    width: 100%;
    display: inline-block;
   margin-bottom: 20px;

}


.send_order_combine,
.back_combine{
    width: 100%;
    text-transform: uppercase;
    color:#fff;
    background: #f7505a;
    font-size: 1em;
    line-height: 1.5em;
    font-family: 'ralewaysemibold';
     background: #36304a;
    display: inline-block;
    height: 40px;
    padding: 6px 40px;
    transition:0.3s all;
    -webkit-transition:0.3s all;
    margin-top: 20px;
    border-radius: 4px;
    background: #36304a;
}
.send_order_combine{
    background: #39b54a;
}
.send_order_combine:hover{
    background: #39b54a;
    color:#fff;
}
.back_combine:hover{
    background: #36304a;
    color: #fff;
}
.merge_orders form,
.combine_orders form{
  margin:0 0;
  padding: 0 0;
}

.combine_orders form .form-group input,
.combine_orders form .form-group input{
    margin-top: 20px;
}
#date_combine{
    margin:0 auto;
    text-align: left;
    width: 50%;
    margin-top: 20px;
}
.merge_orders form div{
    float: right;

}
.merge_orders .form-group{
    margin-right: 0;
    padding-right: 0;
}
.merge_orders_table{
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.merge_orders_table input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: -9999px;
}
.checkmark_merge{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 0;
    border: 2px solid #32313b;
}
.merge_orders_table .checkmark_merge:after{
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fe4752;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.merge_orders_table input:checked ~ .checkmark_merge:after {
    display: block;
}
.checkmark_merge:after {
    content: "";
    position: absolute;
    display: none;
}


/* Boris */
.search_product_image {
    width: 100px;
    margin-right: 15px;
}

.contacts{
    width: 100%;
    height: 500px;
    margin: 0 0;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    background: #fafafa;
    text-align: center;
    background-position: center;
    background: url(../img/contact_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.contacts div{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;

}
.contacts header  h1{
    padding-top: 20px;
    font-family: 'ralewaybold';
    font-size: 2em;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.contacts address{
    margin-top: 60px;
    font-family: 'helvetica';
}
.contacts address img{
    width: 60px;
}
.contacts address p{
    margin-top: 20px;
    color: #fff;
    font-family: "helvetica";
    letter-spacing: 1px;
    font-size: 1.5em;
}
.contacts_phone a,
.contacts address a{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-decoration: none;
}
.contacts address a:hover{
    color: #fff;
}
.contacts_phone p{
    margin-top: 20px;
    color: #fff;
    font-family: "helvetica";
    letter-spacing: 1px;
    font-size: 1.5em;
}
.contacts_phone img{
    width: 60px;
}
.glyphicon-calendar:before{
    color:#f7505a;
}

#negotiable .add_product{
    color:#f7505a;
}


.email .final{
    width: 25%;
}
.email .final header{
    padding: 10px;
    background: #36304a;
    text-align: center;
    border-radius: 6px;
}
.email .final h2{
    font-family: helvetica;
    font-style: bxold;
    color:#fff;
    font-size:1em;
    margin: 0;
}
.left_final{
    padding-left: 6px;
    padding-top:10px;
    display: inline-block;
    width: 49%;
    text-align: left;
    color:#353535;
}
.right_final{
    padding-right: 6px;
    padding-top: 10px;
    display: inline-block;
    width: 49%;
    float:right;
    color:#353535;
    text-align: right;
}
.final article > div {
    border-top: 1px solid #ccc;
}
.email_contacts{
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    text-align: center;
}
.email_contacts h3{
    font-family: 'ralewaybold';
    color:#32313b;
    font-size:2em;
}
.email_contacts p{
    color: #f7505a;
}

.unreaded {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.readed {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.combined,
.approved {
    background-color: rgba(57, 181, 74,0.1) !important;
}

.deleted {
    background-color: rgba(247, 80, 90, 0.1) !important;
}

.awaiting {
    background-color: rgba(226, 217, 0, 0.1) !important;
}

.legend {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
.legend.even {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.legend_box {
    border: 1px solid black;
    width: 25px;
    height: 25px;
    float: left;
}

.legend_text {
    padding-top: 3px;
}

.alert-success .btn-danger {
  float: right;
}

.alert-success span {
  line-height: 34px;
}

.alert-success > div:after {
  clear: both;
  content: '';
  display: table;
}

.changeProduct {
    margin-bottom: 20px;
}

.full-width {
    width: 100%;
}

.report_wrapper{
    background-color: #f6f6f6;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #cfced4;
}
.report_combine{
    color: #6c697a;
}
.report_optimize{
    color: #6c697a;
}
.report_combine span{
    color: #36304a;
}
.report_optimize span{
    color: #36304a;
}
.report_total{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #cfced4;
}
.report_total span {
    color: #f54f59;
}

.comment_row {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.comment_row #comment {
    height: 75px;
    resize: vertical;
}

.comment-background {
    padding: 15px;
    background: #ffffff;
    margin: 15px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.comment-background .form-group {
    margin-bottom: 0;
}

.product-col {
    padding-left: 0px;
}

.home-product-title {
    padding-top: 20px;
    float: left;
    color: #32313b;
    font-size: 1em;
    font-family: 'ralewaysemibold';
}

/* PROFILE - START*/
.profile {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-bottom: 40px;
}

.profile > header{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background:#f05059;
}

.profile > header h1{
    margin:0 0;
    padding: 0 0;
    font-family: 'ralewaybold';
    font-size:2em;
    color:#fff;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.profile h2 {
    font-size: 14px;
}

.profile .supplier {
    font-size: 18px;
    text-transform: uppercase;
    color: #f05059;
    font-weight: 600;
}

h2.supplier {
    font-size: 18px;
    text-transform: uppercase;
    color: #f05059;
    font-weight: 600;
}

.profile input {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    color: #5d5b68;
    -webkit-box-shadow:1px 1px 10px #fff, 1px 1px 10px #ebebeb;
    -moz-box-shadow:1px 1px 10px #fff, 1px 1px 10px #ebebeb;
    box-shadow:1px 1px 10px #fff, 1px 1px 10px #ebebeb;
}

.profile input:focus {
    border: 1px solid #eb5159;
    border-radius: 5px;
    transition: 0.3s all;
    color:#f1505a;
    outline: none;
    -webkit-transition:0.3s all;
        -webkit-box-shadow:1px 1px 10px #fff, 1px 1px 10px #f2505a;
    -moz-box-shadow:1px 1px 10px #fff, 1px 1px 10px #f2505a;
    box-shadow:1px 1px 10px #fff, 1px 1px 10px #f2505a;
}
.profile > .tab-content{
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: 40px;

}

/*#lastName {
    margin-top: 37px;
}*/

.profile .row {
    margin-top: 40px;
    /*padding: 0 20px;*/
}

.submitBtn {
    background-color: #39b54a;
    padding: 10px 25px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    margin-top: 20px;
    transition: .3s all;
    -webkit-transition: .3s all;
}
.submitBtn:hover{
   background-color: #2d983b;
}

#antalisNumber,
#berberichNumber,
#papierNumber,
#igepaNumber {
    margin-bottom: 20px;
}

.company-address {
   margin-bottom: 20px;
}

.company-address-h2 {
    margin-top: 30px !important;
}

#companyPapierPlusCodeHeader {
    margin-top: 55px;
}

/*PROFILE - END*/

#homeSmallTitle {
    font-size: 20px;
}

.homeImage {
    padding-left: 0;
}

.homeImage img, .content_category_list img{
    width: 100%;
    height: auto;
}

.homeImage img {
    min-height: 256px;
}

.homeImage p, .content_category_list p{
  text-align: center;
  width: 100%;
}

#mostUsed {
    margin-bottom: 50px;
}

.calculationRow {
    margin-bottom: 20px;
}

.calculationRow p {
    float: right;
    padding-right: 15px;
}

#articleNumber {
    /*margin-top: 20px;*/
    /*margin-bottom: 20px;*/
}

#price {
    color: #f7505a;
}

.warning_text {
    color: #f7505a;
}

.top_search_bar {
    margin-bottom:  20px;
}

.content_category_list ul li a > p {
    padding-top: 60px;
    font-size: 12px;
}

.arrange_grid ul li a > p {
    padding-top: 0;
    font-size: 12px;
}

.align-left p {
    text-align: left;
    font-size: 12px;
    margin-bottom: 0;
}

.red-header {
    background: #f05059 !important;
}

#palletOptimize {
    margin-left: 30px;
}

.home-nav>li>a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.home-nav>li>a:hover{
    color: #f7505a !important;
}

.active-home a{
    color: #f7505a !important;
}

.login_inner h2 {
    color: rgb(0,0,0);
    font-family: Raleway, sans-serif;
    font-size: 34px;
    line-height: 48px;
    font-style: normal;
    font-weight: 500 !important;
    letter-spacing: 0;
    text-transform: none;
}

.login_inner h3 {
    color: rgb(0,0,0);
    font-family: Raleway, sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400 !important;
}

.breadcrumb {
    background-color: #fff;
}

.img-auto-width {
    width: auto !important;
}

.select2-results__option {
    padding: 20px;
    font-size: 13px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 470px;
}

#leftover {
    margin-left: 20px;
}

#order_info {
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
}

.no-padding {
    padding: 0;
}

.td_text_left td {
    text-align: left !important;
}

.dataTables_info {
    display: none;
}

.danger {
    background-color: #d00808 !important;
    color: wheat !important;
}

.addressSelect {
    width: 100% !important;
    height: 34px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.bold::before {
    content: "✔ ";
}

#loader {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
}

#loader img {
    margin: 15% 50%;
}
.text-danger {
    color: #f7505a;
}

.usersTable .edit > img {
    width: 20px;
}

.profile .pagination > li > a {
    color: #36304a;
}

.profile .pagination > .active > a,
.profile .pagination > .active > a:focus,
.profile .pagination > .active > a:hover,
.profile .pagination > .active > span,
.profile .pagination > .active > span:focus,
.profile .pagination > .active > span:hover,
.draftOrders .pagination > .active > a,
.draftOrders .pagination > .active > a:focus,
.draftOrders .pagination > .active > a:hover,
.draftOrders .pagination > .active > span,
.draftOrders .pagination > .active > span:focus,
.draftOrders .pagination > .active > span:hover {
    background-color: #36304a;
    border-color: #36304a;
}

.newUserBtn, .importOrders, .deleteOrders {
    width:100%;
    float: right;
    position: relative;
    display: inline-block;
    height: 44px;
    color:#fff;
    font-family: 'ralewaysemibold';
    font-size: 1em;
    line-height: 2.5em;
    text-transform: uppercase;
    text-align: center;
    background: #f7505a;
    padding-left: 26px;
    padding-right: 42px;
    letter-spacing: 0.5px;
    transition: 0.3s all;
    -webkit-transition:0.3s all;
}
.newUserBtn img, .importOrders img {
    position: absolute;
    top: 16px;
    right: 34px;
    width: 12px;
    padding-top: 0;
}
.newUserBtn:hover, .importOrders:hover, .deleteOrders:hover {
    text-decoration: none;
    color:#fff;
    border-radius: 4px;
}

.draftOrdersForm .hasErrors {
    background-color: #f2dede !important;
}

.draftOrdersForm .isSuccessful {
    background-color: #dff0d8 !important;
}

.exportPdf, .exportExcel {
    margin-bottom: 20px;
}

.orderPagination {
    text-align: center;
}

#pdfWrapper {
    margin: 20px 0;
    display: none;
}

.filters > tbody > tr {
    color: #808080;
    border-bottom: 4px solid #ccc;
}

.filters > tbody > tr > td {
    padding: 4px 10px;
}

.filters > tbody > tr > td:first-child {
    width: 12%;
    color: #555;
    font-size: 0.85em;
    background: #f1f1f1;
    border-bottom: 4px solid #fff;
}

.filters {
    font-family: 'ralewayregular';
    border-collapse: collapse;
    width: 100%;
}

.filters td {
    border-bottom: 4px solid #f1f1f1;
}

.filters td:first-child {
    font-weight: bold;
}

.filters .logo {
    float: right;
}

.ordersReportTable {
    margin-bottom: 20px !important;
}

.checkout_table_wrapper .ordersReportTable tr:nth-child(even),
.checkout_table_wrapper .ordersReportTable tr:nth-child(odd){
    background: #fff !important;
}

#fromdate, #todate, .manufacturer {
    box-shadow: unset;
    border: unset;
    height: 40px;
    padding: 0 15px;
    margin: 0 0;
    cursor: pointer;
}
.manufacturer {
    cursor: initial;
    font-size: 14px;
}

.report .select2-container--default .select2-selection--single {
    border: unset !important;
    font-family: unset !important;
}

.report .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    padding-left: 15px;
}

.generate_btn:disabled, .export_btn:disabled {
    background: #ccc;
    border: 1px solid #b4b4b4;
}

.disabled {
    background: #ccc !important;
    cursor: not-allowed !important;
}

#show_all {
    box-shadow: none;
    height: 20px;
    width: 60px;
}

.notification_modal {
    position: fixed;
    top: 20% !important;
}

.notification_modal h4 {
    color: #f05059;
}

.notification_modal p {
    font-weight: bold;
}

#articleNumberAlert {
    color: #de0000;
    font-weight: 600;
    font-size: 18px;
    top: 5px !important;
}

select option:disabled {
    background: lightgray;
}

.select2-container {
    text-align: left;
}

.product-select .select2-results__option--highlighted {
    background: lightgray !important;
}


#login_errors li {
    list-style: none;
}


/*Responsive*/

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .homeImage img {
        height: 256px;
    }
}

@media only screen and (max-width: 1200px) {
   .login_inner{
    margin: 40px auto;
   }
   .login p{
    width: 80%;
   }
   .search_box{
    display: inline-block;
   }
   .logo{
    display: inline-block;
   }
   .checkout_btn{
    width: 100%;
   }

}
@media only screen and (max-width: 992px) {
    .input_wrapper{
        padding: 0 40px;
    }
       .tel{
        display: none;
    }
    .search_box{
        padding: 0 0;
    }
    .search_box button{
        right: 0;
    }
    .checkout_btn{
        width: 100%;
        margin-top: 15px;
    }
    .product_inner_wrapper figure {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .product_inner_wrapper figure img{
        width: 50%;
    }
    .header_category_list .arrange{
        margin-bottom: 6px;
    }
    .header_category_list p{
        font-size: 0.85em;
    }
    .page_list{
        padding-top: 4px;
    }
    .select_sort .form-control{
        width: 60%;
    }
    .orders_tabs .nav-tabs>li.active>a, .orders_tabs .nav-tabs>li.active>a:focus, .orders_tabs .nav-tabs>li.active>a:hover{
        padding: 4px 20px;
    }
    .neworder_btn{
        width: 100%;
        margin-top: 15px;
    }
    .nav-tabs>li{
        width: 100%;
        text-align: center;
    }
    .email .final{
        width: 35%;
    }

    #address {
        margin-bottom: 20px;
    }
    .product_inner_wrapper figure {
        height: auto;
        line-height: 1;
    }
}
@media only screen and (max-width: 782px) {
   .input_wrapper{
        padding: 0 20px;
    }
    .login_enter{
        padding: 0 35px;
    }
    .login .enter{
        width: 100%;
    }
      .desktop_nav{
        display: none;
    }
    .select_sort .form-control{
        width: 72%;
    }
    .checkout_btn{
        width: 30%;
    }
    .report_fromdate img, .report_todate img{
        right: 3%;
    }
    .generate_btn{
        width: 100%;
        text-align: center;
        margin-left: 0
    }
}

@media only screen and (max-width: 600px) {
    .email .final{
        width: 100%;
    }

    .notification_table_wrapper table{
        display: table;
    }
    #hamburger{
        display: inline-block;
    }
    .logo{
        width: 70%;
    }
    .home{
        padding-top: 0;
    }
    .home > header{
        display: none;
    }
    .select_sort .form-control{
        margin-left: 4px;
    }
    .category aside > ul > li{
        display: inline-block;
        width: 48%;
        margin: 4px 0;
    }
    .checkout_btn{
        width: 100%;
        margin-top: 15px;
    }
    .select_product_inner input{
        display: inline-block;
        margin-right: 20px;
        float:right;
    }
     .select_product_inner select{
        display: inline-block;
        margin-right: 20px;
        float: right;
     }
     .category aside > ul > li{
        width: 32%;
        text-align: center;
     }
     .select_sort .form-control{
        float: right;
     }
     .show_select .form-control, .select_sort .form-control{
        float:right;
     }
     .header_category_list p{
        padding-right: 4px;
     }
     .show_select span{
        width: 70%;
     }
     .show_select{
        text-align: right;
     }
     .content_category_list ul li a > span{
        padding-left: 5px;
     }
     .notification_table_wrapper table,
     .checkout_table_wrapper table{
        display: block;
        overflow-x: scroll;
     }
     #date_combine{
        width: 100%;
     }
     #date_combine_wrapper img{
        right: 3%;
     }
     .send_order_combine, .back_combine{
        margin-top: 0;
     }
     .sub_breadcrumb{
        font-size: 0.85em;
     }
     .sub_breadcrumb > span:last-child{
        padding-left: 0;
     }
     .generate_btn{
        text-align: center;
        line-height: 2em;
        display: block;
        width: 100%;
        margin:0 0;
        padding:0 0;
     }
     .select_product_inner .form-control{
        margin-right: 0;
     }
     .product_inner > header{
        background-size: initial;
     }

    .filters > tbody > tr > td:first-child {
        width: 100%;
        color: #555;
        font-size: 0.85em;
        background: #f1f1f1;
        border-bottom: 4px solid #fff;
    }

    .filters > tbody > tr > td {
        padding: 4px 10px;
        float: right;
        width: 100%;
    }

    .filters > tbody > tr > td:last-child {
        padding: 4px 0;
    }
}

header-new {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
}


code {
    color: firebrick;
}

header-new > h1 {
    position: relative;
    /*font-family: "Open Sans Condensed", sans-serif;*/
    text-transform: uppercase;
    font-family: 'ralewaybold';
    font-size: 2em;


}
header-new > h2 {
    position: relative;
    /*font-family: "Open Sans Condensed", sans-serif;*/
    text-transform: uppercase;
    font-family: 'ralewaybold';
    font-size: 2em;


}

.one {
    margin-top: 0;
}

.one:before {
    content: "";
    display: block;
    border-top: solid 5px #f7505a;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.one span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

.comment-section-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 10px;
}
.comment-section-container > * {
    flex: 1;
    flex-basis: 33%;
}
.comment-section-container div {
    display: flex;
    gap: 10px;
}

.comment-section-container div > input:first-child {
    flex-basis: 50px;
}