/*
Theme Name: Lite Print
Author: Yury R.
Version: 1.0
Text Domain: liteprint
*/

/* ---------------------------------reset styles-------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: 'Roboto', sans-serif;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    outline: none;
}

body {
    background: /*#fffffff*/#e9e9e9;

    width: 100%;
    overflow: hidden;
}

.seo-order-small {
    border-bottom: 2px solid #ecedf1;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: none;
    text-decoration: none;
}

a img {
    border: 0;
}

div {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}

sup {
    margin-top: -4px !important;
    font-size: 10px !important;
}

strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

p {

    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}

.page-content {
    margin-bottom: 50px;
    /* margin-top: 15px;     */
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.page-content p {
    color: #939598;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    margin-bottom: 10px;
    color: #939598;
}

.page-content h2 {
    font-size: 26px;
}

.page-content h3 {
    font-size: 24px;
}

.page-content h4 {
    font-size: 22px;
}

.page-content h5 {
    font-size: 20px;
}

.page-content h6 {
    font-size: 18px;
}

.page-content ul,
.page-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: inherit;
}

.page-content ul li,
.page-content ol li {
    margin-left: 30px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    color: #939598;
}

.page-content ol {
    list-style-type: decimal;
}

.alignleft {
    display: inline;
    float: left;
}

.page-content a {

    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.page-content a:hover {}

.page-content table {
    border-collapse: collapse;
}

.page-content table {
    margin: 10px 0 20px 0;
}

.page-content table,
.page-content th,
.page-content td {

    vertical-align: middle;
}

.page-content td {
    padding: 10px;
    font-size: 14px;
    color: #181818;
}

.alignright {
    display: inline;
    float: right;
}

.page-content i,
.page-content cite,
.page-content em,
.page-content var,
.page-content address,
.page-content dfn {
    font-style: italic;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

img.aligncenter {
    margin-top: 15px;
    margin-bottom: 15px;
}

img.alignright {
    margin: 15px 0 20px 20px;
}

img.alignleft {
    margin: 15px 20px 20px 0;
}

h1.page-title {
    font-size: 24px;
    line-height: 28px;
    padding: 15px 0;
    color: #939598
}

/* ---------------------------------reset styles-------------------------------------------------------- */
/* -------------------------------------------------fonts---------------------------------------------- */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
        url("../fonts/glyphicons-halflings-regular.svg") format("svg"),
        url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"),
        url("../fonts/glyphicons-halflings-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/* -------------------------------------------------fonts---------------------------------------------- */
.clearfix {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.widget-title {
    display: none;
}

/* ----------------------------------Шапка сайту---------------------------------------- */
header {
    padding-top: 20px
}

header a.logo,
header .container>.logo-block span {
    float: left;
}

header .container>.logo-block span {
    font-size: 12px;
    line-height: 14px;
    color: #565759;
    margin-top: 27px;
    margin-left: 15px;
}

header .header-phones,
header .header-buttons {
    float: left;
}

header .header-phones p {
    float: left;
    font-size: 18px;
    color: #5d5e60;
    font-weight: 700;
    margin-right: 25px;
    margin-bottom: 0;
    line-height: 55px;
}

header .header-phones p span {
    color: #8b8c91;
}

header .header-buttons .order-online,
header .header-buttons .login {
    float: left;
}

header .header-buttons .order-online,
header .header-buttons .login {
    line-height: 55px;
    padding: 6px;
}

header .header-buttons .order-online {
    width: 190px;
    background: #02abc8;
    margin-right: 15px;
}

header .header-buttons .login {
    width: 90px;
    background: #085c78;

}

header .header-buttons a {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

header .header-buttons .order-online:hover a {
    border-color: #02abc8;
}

header .header-buttons .login:hover a {
    border-color: #085c78;
}

header .header-buttons a:hover {
    text-decoration: none;
}

.menu-container {
    background: #005b80;
    height: 120px;
    margin-top: 25px;
}

.menu-container .right {
    margin-top: 45px;
}

#menu-primary-menu {
    margin-top: 40px;
}

#menu-primary-menu li {
    float: left;
    line-height: 40px;
}

#menu-primary-menu li a {
    font-size: 16px;
    line-height: 20px;
    vertical-align: bottom;
    color: #fff;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    border-left: 1px solid #fff;
}

#menu-primary-menu li a span {
    border-bottom: 1px solid transparent;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

#menu-primary-menu li a span:hover {
    border-color: #beedff;
}

#menu-primary-menu li:first-child {
    width: 150px;
}

#menu-primary-menu li:nth-child(2) {
    width: 125px;
}

#menu-primary-menu li:nth-child(3) {
    width: 176px;
}

#menu-primary-menu li:nth-child(4) {
    width: 130px;
}

#menu-primary-menu li:last-child {
    width: 121px;
}

#menu-primary-menu li:first-child a {
    padding-left: 0;
    border-left: none;
}

#menu-primary-menu li:last-child a {
    padding-right: 0;
}

.socials {
    float: left;
    margin-top: 5px;
}

.socials .fb-link {
    float: left;
}

.socials i {
    font-size: 25px;
    color: #fff;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.gallery-link {
    font-size: 15px;
    line-height: 36px;
    color: #fff;
    width: 190px;
    display: block;
    float: left;
    margin-right: 15px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.gallery-link:hover,
.socials i:hover {
    color: #FFF;
    text-decoration: none;
}

.gallery-link i.fa {
    float: left;
    font-size: 38px;
    margin-right: 10px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.language-menu {
    margin-left: 15px;
    width: 61px;
    margin-top: 5px;
}

.language-menu,
.menu-language-menu-container {
    float: left;
}

/*.language-menu i.fa{
    float: left;
    color: #beedff;
    font-size: 25px;
    margin-right: 5px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}*/
.language-menu>img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    float: left;
}

.language-menu:hover i.fa {
    color: #fff;
}

.menu-language-menu-container li a {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.menu-language-menu-container li a:hover {
    text-decoration: none;
    color: #fff;
}

.menu-language-menu-container ul.sub-menu {
    display: none;
}

.profile-menu {
    width: 100%;
    background: #02abc8;
    height: 35px;
}

.admin-menu {
    width: 100%;
    background: #4da392;
}

.free-shipping-text {
    float: right;
    line-height: 18px;
    margin-top: 8px;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.free-shipping-text:hover {
    color: #005b80;
}

#menu-login-menu li,
#menu-admin-menu li,
#menu-admin-menu-1 li {
    float: left;
    margin-right: 35px;
    line-height: 35px;
}

#menu-login-menu li:last-child,
#menu-admin-menu li:last-child {
    margin-right: 0;
}

#menu-login-menu li a,
#menu-admin-menu li a,
#menu-admin-menu-1 li a {
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid transparent;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.new-mobile-menu #menu-admin-menu li a {
    line-height: 35px;
    color: #979797;
    font-size: 15px;
    border-bottom: none;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    text-transform: uppercase;
}

.new-mobile-menu a{
    line-height: 35px;
    color: #979797;
    font-size: 15px;
    border-bottom: none;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    text-transform: uppercase;
}

#menu-login-menu li a:hover,
#menu-admin-menu li a:hover {
    border-color: #fff;
    text-decoration: none;
}

/* ----------------------------------END Шапка сайту---------------------------------------- */

/* --------------------------головна-------------------------------------------------- */
.price-container {
    margin-top: 30px;
}

.price-container {
    margin-right: -47px;
}

.price-container .item,
.large-printing .item {
    width: 190px;
    float: left;
    height: 325px;
    margin-right: 47px;
    margin-bottom: 30px;
}

.large-printing .item:nth-child(6) {
    margin-right: 0 !important;
}

.price-container .item>a.name {
    margin-bottom: 15px;
    display: block;
}

.price-container .item>a.name,
.large-printing .item>a.name {
    line-height: 50px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

.large-printing .item>a.name {
    padding-left: 0;
    padding-right: 0;
    display: block;
    margin-bottom: 15px;
}

.price-container .item>a.name>span,
.large-printing .item>a.name>span {
    vertical-align: bottom;
    line-height: 20px;
    font-size: 16px;
    color: #005b84;
    display: inline-block;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.price-container .item>a.name:hover span,
.large-printing .item>a.name:hover span {
    color: #0098ac;
}

.large-printing .item>p>span {
    color: #565655;
}

.price-container .item .price-block,
.large-printing .item .price-block {
    line-height: 95px;
    background: #005b84;
    margin-bottom: 5px;
    width: 100%;
}

.price-container .item .price-block>p,
.large-printing .item .price-block>p {
    font-size: 14px;
    line-height: 28px;
    width: 100%;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    text-align: center;
}

.price-container .item .price-block>p.no-price {
    /*    font-size: 48px;*/
    font-size: 11px;
    line-height: 14px;
}

.price-container .item .price-block>p>span,
.large-printing .item .price-block>p>span {
    font-size: 32px;
    position: relative;
    top: 5px;
}

.price-container .item .icon-block,
.large-printing .item .icon-block {
    width: 100%;
    height: 165px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00abc9;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;

}

.price-container .item .icon-block:hover {
    background-color: #0098ac;
}

.large-printing .item .icon-block {
    background-color: #0098ac;
}

.large-printing {
    margin-bottom: 50px;
}

.large-printing p.title {
    font-size: 16px;
    color: #565655;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    background: url(images/lbg-line.jpg) center left repeat-x;
}

.large-printing p.title>a {
    background: #ecedf1;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    z-index: 999;
    color: #565655;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.large-printing p.title>a:hover {
    color: #00abc9;
}

/* --------------------------END головна-------------------------------------------------- */
.hide-field {
    display: none;
    position: absolute;
    opacity: 0;
    left: -9999px;
}

/* --------------------------footer-------------------------------------------------- */
footer {
    background: #005b84;
    height: 180px;
    padding-top: 60px;
}

footer a.footer-logo,
footer .footer-phones {
    float: left;
}

footer a.footer-logo {
    margin-right: 40px;
    margin-top: 8px;
}

footer .footer-phones p {
    font-size: 18px;
    color: #dedfe3;
    line-height: 22px;
    margin-bottom: 0;
}

#menu-primary-menu-1 li {
    float: left;
    line-height: 40px;
}

#menu-primary-menu-1 li a {
    font-size: 16px;
    line-height: 20px;
    vertical-align: bottom;
    color: #dedfe3;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    border-left: 1px solid #dedfe3;
}

#menu-primary-menu-1 li a span {
    border-bottom: 1px solid transparent;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

#menu-primary-menu-1 li a span:hover {
    border-color: #dedfe3;
}

#menu-primary-menu-1 li:first-child {
    width: 150px;
}

#menu-primary-menu-1 li:nth-child(2) {
    width: 145px;
}

#menu-primary-menu-1 li:nth-child(3) {
    width: 176px;
}

#menu-primary-menu-1 li:nth-child(4) {
    width: 130px;
}

#menu-primary-menu-1 li:last-child {
    width: 140px;
}

#menu-primary-menu-1 li:first-child a {
    padding-left: 0;
    border-left: none;
}

#menu-primary-menu-1 li:last-child a {
    padding-right: 0;
}

/* --------------------------END footer-------------------------------------------------- */
/* -----------------------Price import------------------------------------------- */
.alert.import-result {
    font-size: 28px;
    text-align: center;
}

/* -----------------------END Price import------------------------------------------- */
/* --------------------------New order block-------------------------------------------------- */
.template-new-order {
    margin: 30px 0;
}

.product-image-preview {
    display: none;
    width: 100%;
}

.product-image-preview p.product-image-name,
.product-image-preview p.product-density-name {
    text-align: right;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    color: #08aec9;
}

.product-image-preview p.product-density-name {
    /*width: 178px;   */
    float: right;
}

.product-image-preview #productImage {
    display: block;
    margin: 30px 0 0 auto;
    max-height: 150px;
}

.offset-printing-block {
    margin-bottom: 30px;
}

.offset-printing-block .left:nth-child(2) {
    margin-right: 40px;
}

.template-new-order p.block-title {
    font-size: 16px;
    color: #6f6f6f;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.large-format-block div.line {
    width: 100%;
    height: 4px;
    background: url(images/text-bg.png) center left repeat-x;
}

.large-format-block a.large-format-printing {
    background: #00a658;
    text-align: center;
    display: block;
    line-height: 40px;
    width: 100%;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ebebea;
    margin-top: 15px;
}

.filter-item {
    margin-bottom: 10px;
    clear: both;
}

.filter-item.business-card input[type=radio].css-checkbox.printing-format+label.css-label {
    background: #46a6af;
}

.filter-item.flaers input[type=radio].css-checkbox.printing-format+label.css-label {
    background: #4da392;
}

.filter-item.leaflets input[type=radio].css-checkbox.printing-format+label.css-label {
    background: #629198;
}

.filter-item.booklets input[type=radio].css-checkbox.printing-format+label.css-label {
    background: #73a0b7;
}

.filter-item.invitation input[type=radio].css-checkbox.printing-format+label.css-label {
    background: #63b0cc;
}

.filter-item.blanks input[type=radio].css-checkbox.printing-format+label.css-label {
    background: #22aabf;
}

.filter-item.shed-tears input[type=radio].css-checkbox.printing-format+label.css-label {
    background: #7595b2;
}

.filter-item.stickers input[type=radio].css-checkbox.printing-format+label.css-label {
    background: #005b81;
}

.filter-item.folders input[type=radio].css-checkbox.printing-format+label.css-label {
    background: #92a4ae;
}

.filter-item.calendars input[type=radio].css-checkbox.printing-format+label.css-label {
    background: #0099ab;
}

.filter-item.hengers input[type=radio].css-checkbox.printing-format+label.css-label {
    background: #6babb5;
}

input[type=radio].css-checkbox,
input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=radio].css-checkbox+label.css-label,
input[type=radio].css-checkbox+label.css-label.clr,
input[type=checkbox].css-checkbox+label.css-label,
input[type=checkbox].css-checkbox+label.css-label.clr {
    text-align: center;
    float: left;
    line-height: 40px;
    width: auto;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ebebea;
    margin-bottom: 5px;
}

.density-block .item label.disabled-click,
.coating-block .item label.disabled-click,
.printing-type-block .item label.disabled-click {
    pointer-events: none;
    opacity: 0.4;
}

input.css-checkbox+label.css-label {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.large-format-block input[type=radio].css-checkbox.printing-format+label.css-label {
    background: #1178a2;
}

/*input[type=radio].css-checkbox.printing-type + label.css-label{
    background: #0078a6;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}*/
input[type=radio].css-checkbox.nonstandard+label.css-label,
input[type=checkbox].css-checkbox.nonstandard+label.css-label {
    width: auto;
    background: #1178a2;
    padding: 0 15px;
}

a.nonstandard {
    display: block;
    width: auto;
    background: #1178a2;
    text-align: center;
    float: left;
    line-height: 40px;
    width: auto;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ebebea;
    margin-bottom: 5px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

a.nonstandard:hover {
    background: #e40045 !important;
    text-decoration: none;
}

input[type=radio].css-checkbox:checked+label.css-label,
input[type=checkbox].css-checkbox:checked+label.css-label,
input[type=radio].css-checkbox+label.css-label.chk,
input[type=checkbox].css-checkbox+label.css-label.chk,
label.css-label:hover,
label.css-label.chk:hover {
    background: #e40045;
    color: #fff !important;
}

input[type=radio].css-checkbox:checked+label.css-label,
input[type=checkbox].css-checkbox:checked+label.css-label {
    background: #e40045 !important;
}

label.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.order-block,
.layout-development-block,
.vertical-item,
#largeFileLink,
.rounded-corners {
    display: none;
    clear: both;
}

.largeFileLinkBlock {
    width: 100%;
}

#largeFileLink {
    margin-top: 10px;
}

button.scroll {
    display: none;
    position: absolute;
    left: -9999px;
}

.printing-data .order-header,
.layout-block,
.order-block .order-data,
.order-inf-block,
.layout-development-block .layout-bg {
    background: #fff;
}

.order-block .printing-data {
    /* padding-top: 30px; */
}

.order-block .order-data {
    margin-top: 65px;
    padding: 20px;
}

.order-block .order-data p {
    color: #939598;
    margin-bottom: 5px;
}

.order-block .order-data p span {
    color: #5d5e60;
    color: #08aec9;
}

.order-block .order-data p.product-round-corners,
.order-block .order-data p.product-layout-dev {
    display: none;
}

.order-block .order-data p.delavery-date-text,
#largeFormatForm .order-data p.delavery-date-text {
    color: #08aec9;
    margin-top: 15px;
    margin-bottom: 15px;
}

.order-block .order-data p.inf-text,
#largeFormatForm .order-data p.inf-text {
    margin-top: 20px;
    margin-bottom: 20px;
}

.order-button {
    width: 200px;
    line-height: 60px;
    margin-bottom: 15px;
    font-size: 24px;
    border: none;
    color: #fff;
    background: #08aec9;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.order-button:hover {
    background: #095b81;
}

.make-order-block.bottom {
    margin: 30px 0 10px 200px;
}

.make-order-block.bottom .order-button {
    float: left;
}

.make-order-block .order-price span {
    color: #08aec9;
}

.make-order-block .order-price {
    font-size: 18px;
    ;
    color: #939598;
    margin-bottom: 15px;
}

.make-order-block.bottom .order-price {
    float: left;
    margin-bottom: 0;
    margin-top: 2px;
    margin-left: 30px;
}

.make-order-block.bottom .order-price span {
    color: #08aec9;
    display: inline-block;
}

.make-order-block .order-price span.price {
    font-size: 58px;
    line-height: 58px;
    margin-right: 5px;
}

.printing-data .order-header {
    border-bottom: 2px solid #d5d9de;
    padding: 20px;
}

.order-header .product-title-block,
.order-header .trimming-size-block,
.order-header .allowed-formats {
    float: left;
}

.order-header .product-title-block {
    min-height: 50px;
    margin-right: 20px;
    max-width: 230px;
}

.order-header p.product-title {
    color: #08aec9;
    font-size: 38px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.order-header .trimming-size-block,
.order-header .allowed-formats {
    padding: 0 20px;
    line-height: 50px;
    height: 50px;

}

.order-header .trimming-size-block {
    width: 175px;
    border-left: 2px solid #d5d9de;
    border-right: 2px solid #d5d9de;
}

.order-header .allowed-formats {
    width: 323px;
}

.order-header .trimming-size-block p,
.order-header .allowed-formats p {
    color: #939598;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.order-header .allowed-formats p a {
    text-decoration: underline;
    color: #939598;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.order-header .allowed-formats p a:hover {
    color: #08aec9;
}

.layout-block {
    padding: 20px 0;
}

.layout-block p {
    color: #939598;
    font-size: 14px;
    line-height: 18px;
}

.vertical-item p {
    margin-bottom: 0;
    line-height: 26px;
}

.vertical-item {
    margin-bottom: 10px;
}

.manual-inspection-text {
    padding: 15px;
}

.layout-block .item {
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.layout-development-block .item {
    padding-left: 5px;
    padding-right: 5px;
}

.layout-block .item.vertical-item {
    padding-left: 15px;
    padding-right: 15px;
}

.layout-block .item p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.layout-block .item p.no-requirements-text {
    width: 700px;
}

.layout-block p.order-name {}

.layout-block input[type="text"],
.filter-item.order-name input {
    width: 330px;
    line-height: 30px;
    background: #d5d9de;
    font-size: 14px;
    padding: 0 10px;
    border: none;
}

.layout-block a.max-size-link {
    color: #08aec9;
    font-size: 14px;
    text-decoration: none;
    padding-right: 35px;
    line-height: 18px;
    background: url(images/arrow_2.PNG) center right no-repeat;
}

.order-inf-block p.delivering-title {
    padding: 15px;
    padding-left: 93px;
    color: #939598;
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    border-bottom: 2px solid #d5d9de;
    border-top: 2px solid #d5d9de;
    margin-bottom: 20px;
}

.order-inf-block .item {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
    clear: both;
}

.order-inf-block .item p {
    color: #939598;
    text-align: right;
    width: 330px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px;
}

.order-inf-block .item p.user-pickup {
    width: 420px;
    text-align: left;
}

.order-inf-block .item p.left {
    margin-right: 20px;
    float: left;
}

.order-inf-block .item .error,
.item.large-file .error,
.filter-item .error,
.filter-item>p.error,
.facing-block>p.error,
.files-block div.error-message,
.large-Lay-Dev-Block div.error-message,
.layout-file-upload div.error-message,
.files-block p.error,
.contact-inf-block .item .error,
.name-error {
    display: none;
    font-size: 12px;
    color: #e3563a;
    line-height: 18px;
    margin-top: 5px;
    float: right;
    width: 457px;
}

.large-Lay-Dev-Block div.error-message {
    width: 100% !important;
}

.name-error {
    float: left;
    margin-left: 183px;
}

.layoutFile {
    display: none;
}

.order-inf-block .item textarea {
    height: 100px;
    padding: 10px;
    margin-bottom: 15px;
}

.layout-file-upload p.error {
    float: left;
}

.order-inf-block .item input[type="text"],
.order-inf-block .item textarea {
    width: 350px;
    background: #d5d9de;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    line-height: 30px;
    /*margin-bottom: 15px;*/
}

.order-inf-block .item input[type="text"].promotional-code-input {
    width: 135px;
    display: none;
}

.code-result {
    display: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.code-result.code-error {
    color: #e3563a;
}

.code-result.code-success {
    color: #00a658;
}

.order-inf-block .item input.new-post-number {
    width: 350px;
    background: #d5d9de;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    line-height: 30px;
}

.coating-block,
.density-block {
    width: 100%;
    clear: both;
}

.template-new-order .printing-type-block {
    display: none;
    clear: both;
}

.density-block .item {
    float: left;
    position: relative;
}

.density-block .item .abs-text {
    position: absolute;
    top: 0;
    text-transform: lowercase;
    left: -5px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #989898;
    top: -18px;
    display: none;
}

.density-block .item .abs-text2 {
    top: -32px;
}

.product-filter {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-filter p.title,
.price-filter p.title,
.price-filter p.paper-title {
    color: #989898;
    font-size: 16px;
    margin-bottom: 10px;
}

.price-filter p.paper-title {
    margin: 10px 0;
}

.product-filter label.css-label {
    background: #989898;
}

.product-filter p.filter-title {
    background: #676766;
    width: 135px;
    text-align: left;
    float: left;
    line-height: 40px;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ebebea;
    margin-bottom: 5px;
}

.folder-hengers,
.image-preview-block {
    position: relative;
}

.image-preview-block.second,
.folder-hengers.second {
    display: none;
}

.image-preview-block .loading-block {
    width: 100%;
    height: 150px;
    display: none;
    position: relative;
}

.image-preview-block .loading {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 50px auto;
}

.folder-hengers button.download-file,
.files-block button.download,
.image-preview-block button.download {
    width: 200px;
    line-height: 60px;
    margin-bottom: 15px;
    border: none;
    background: #08aec9;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.folder-hengers button.download-file:hover,
.image-preview-block button.download:hover,
.files-block button.download:hover,
.droppableOne.dragover,
.droppableTwo.dragover {
    background: #095b81 !important;
}

.folder-hengers button.download-file span,
.files-block button.download span,
.image-preview-block button.download span {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.file-block {
    padding: 0 20px;
    margin-bottom: 40px;
}

.folder-hengers input[type=file],
.folder-hengers .file-preview,
.folder-hengers .error-message,
.image-preview-block input[type=file],
.image-preview-block .file-preview,
.image-preview-block .error-message {
    display: none;
    position: relative;
}

.image-preview-block img.image-preview {
    max-height: 225px;
    display: block;
    margin: 0 auto;
}

.file-preview.preview-loading {
    opacity: 0.5;
    pointer-events: none;
}

.image-preview-block p.wrong-layout {
    font-size: 14px;
    color: #e3563a;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}

.image-preview-block .delete-image {
    position: absolute;
    background: url(images/x.jpg) center center no-repeat;
    width: 25px;
    height: 25px;
    border: none;
    top: 10px;
    right: 10px;
    font-size: 0;
    opacity: 0.8;
    transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
}

table.maket-status {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

table.maket-status thead tr td {
    background: #08aec9;
    color: #fff;
    border-color: #fff;
    border-top: 1px solid #08aec9;
}

table.maket-status thead tr td:first-child {
    border-left: 1px solid #08aec9;
}

table.maket-status thead tr td:last-child {
    border-right: 1px solid #08aec9;
}

table.maket-status tr td {
    padding: 10px 5px;
    text-align: center;
    font-size: 14px;
    color: #939598;
    vertical-align: middle;
    border: 1px solid #939598;
}

table.maket-status tr td.green,
table.maket-status tr td.false {
    color: #5fb600;
}

table.maket-status tr td.wrongModel,
table.maket-status tr td.wrongDpi,
table.maket-status tr td.wrongFsize,
table.maket-status tr td.wrongSize {
    color: #e3563a;
}

table.maket-status tbody tr td:first-child {
    text-align: left;
    padding-right: 0;
}

.image-preview-block .delete-image:hover {
    opacity: 1;
}

.folder-hengers .error-message p,
.image-preview-block .error-message p,
.files-block .error-message p,
.layout-file-upload .error-message p,
p.upload-error {
    font-size: 14px;
    color: #e3563a;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

p.upload-error {
    display: none;
    margin: 15px;
    clear: both;
}

table.price-table {
    border-collapse: collapse;
    border: none;
}

table.price-table.one thead tr {
    background: #676766;
}

table.price-table.two thead tr {
    background: #597cc6;
}

table.price-table.three thead tr {
    background: #5fb600;
}

table.price-table.fourth thead tr {
    background: #048c33;
}

table.price-table.five thead tr {
    background: #e67326;
}

table.price-table.six thead tr {
    background: #cd5300;
}

table.price-table.seven thead tr {
    background: #314e8b;
}

table.price-table tr td {
    font-size: 14px;
    padding: 15px;
    color: #7a7a79;
    vertical-align: middle;
    text-align: center;
    border: none;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

table.price-table thead tr td {
    color: #fff;
}

table.price-table tbody tr td:hover,
table.price-table tbody tr td.td-bold,
table.price-table tbody tr td.price-active {
    background: #e40045;
    color: #fff;
    cursor: pointer;
}

table.price-table tbody tr td:first-child:hover {
    background: transparent !important;
    color: #7a7a79 !important;
    cursor: default !important;
}

table.price-table tbody tr {
    background: #ebebeb;
    border-bottom: 1px solid #d0d1d1 !important;

}

table.price-table tr td:first-child {
    text-align: left;
}

.return-back {
    width: 110px;
    line-height: 35px;
    background: url(images/arrow_1.PNG) center left no-repeat;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-left: 35px;
    color: #939598;
    font-size: 18px;
    cursor: pointer;
}

.css-label.layout-development-check {
    /*    width:170px !important;*/
    width: 230px !important;
    line-height: 35px !important;
    text-align: center !important;
    font-size: 14px !important;
    color: #fff !important;
    background: #00a658;
    float: left !important;
    border: none;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.layout-development-button:hover {
    background: #5fb600;
}

a.layout-development-link {
    font-size: 14px;
    line-height: 14px;
    float: left;
    color: #00a658;
    text-decoration: underline;
    float: left;
    margin-left: 15px;
    margin-top: 22px;
}

.layout-block .item.layout-development {
    border-bottom: 2px solid #d5d9de;
    padding-bottom: 25px;
    padding-top: 15px;
    margin-bottom: 40px;
}

.order-comments p.left {
    margin-right: 20px;
    float: left;
    margin-bottom: 15px;
    color: #939598;
    text-align: right;
    width: 330px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px;
}

.order-comments textarea,
.filter-item.comment #orderComments {
    width: 350px;
    height: 100px;
    padding: 10px;
    background: #d5d9de;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    line-height: 18px;
    float: left;
}

.layout-development-block .return-back {
    margin-left: 0;
}

.layout-development-block p {
    color: #939598;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
    vertical-align: middle;
}

.layout-development-block p.side-text {
    font-size: 16px;
}

.layout-development-block .item.layout-text {
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
}

.layout-development-block .comment {
    margin-top: 15px;
}

.layout-development-block textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    background: #d5d9de;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    line-height: 30px;
}

.layout-development-block .item.layout-text textarea {
    height: 200px;
}

textarea#layout_comment {
    width: 500px;
}

.layout-development-block .item.layout-file-upload {
    margin-top: 20px;
    margin-bottom: 20px;
}

.item.layout-file-upload input#formFiles {
    display: none;
}

.largeLayoutDevFilesButton {
    margin-bottom: 10px;
}

.largeLayoutDevFilesButton,
.layout-file-button {
    width: 300px;
    float: left;
    margin-right: 15px;
    line-height: 60px;
    border: none;
    background: #08aec9;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.largeLayoutDevFilesButton:hover,
.layout-file-button:hover {
    background: #095b81;
}

.largeLayoutDevFilesButton span,
.layout-file-button span {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.large-Lay-Dev-Block .multiple-file-names,
.item.layout-file-upload .multiple-file-names {
    float: left;
    width: 100%;
}

.file-name {
    width: 100%;
    margin-bottom: 0;
}

.file-name p,
.multiple-file-names p {
    color: #08aec9 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 0 !important;
    display: block !important;
}

.layout-development-block p.layout-text {
    line-height: 18px;
    margin-bottom: 20px;
    padding-left: 5px;
}

.layout-development-block p.layout-text span,
.layout-development-block p.layout-text a {
    color: #00abc9;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.layout-development-block p.layout-text a:hover {
    color: #095b81;
}

.lines-block {
    width: 100%;
    padding: 15px 0;
}

.lines-block p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
    color: #939598;
    margin-bottom: 5px;
}

.lines-block p:before {
    content: "";
    width: 30px;
    margin-right: 10px;
    height: 3px;
    display: block;
    float: left;
    margin-top: 5px;
}

.lines-block p.red-line:before {
    background: #e3563a;
}

.lines-block p.green-line:before {
    background: #00a658;
}

/* --------------------------END New order block-------------------------------------------------- */
/* --------------------------Individual order block-------------------------------------------------- */
.template-individual-order,
.template-large-format-form {
    margin: 30px 0;
}

.density-chromaticity .filter-item,
.facing-print .print-block,
.facing-print .facing-block,
.cover-chromaticity .filter-item {
    float: left;
    clear: none !important;
}

.density-chromaticity .filter-item:first-child,
.cover-chromaticity .filter-item:first-child {
    width: 565px;
}

.cover-chromaticity .filter-item:last-child {
    width: 240px;
}

.density-chromaticity .filter-item:last-child {
    width: 200px;
}

.cover-chromaticity .filter-item:last-child p.error,
.density-chromaticity .filter-item:last-child p.error {
    padding-left: 28px;
}

.facing-print .print-block {
    width: 220px !important;
}

.facing-print .facing-block {
    width: 300px !important;
}


.template-individual-order .order-header,
.template-individual-order .form-options,
.files-block,
.contact-inf-block,
.submit-block,
.order-data {
    background: #fff;
}

.template-individual-order .order-header {
    border-bottom: 2px solid #d5d9de;
    padding: 20px;
}

.template-individual-order .form-options,
.files-block,
.contact-inf-block,
.submit-block,
.order-data {
    padding: 20px;
}

.parameters-block .order-header .product-title-block {
    max-width: 500px;
    width: 100%;
    float: left;
    line-height: 65px;
}

.order-header .header-text {
    border-left: 2px solid #d5d9de;
    color: #989898;
    font-size: 14px;
    float: right;
    width: 285px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.order-header p {
    margin-bottom: 0;
}

.order-header input[type="text"] {
    color: #a2a4a5;
}

.form-options .filter-item {
    width: 100%;
    clear: both;
}

.multipage-edition-block,
.facing-block {
    display: none;
}

.multipage-edition {
    margin-left: 110px;
}

.material-block label {
    background: #d9ecf4;
    color: #a2a4a5 !important;
    line-height: 35px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    margin-bottom: 0 !important;
}

.material-block label:hover {
    color: #fff !important;
}

.filter-item.material-block,
.filter-item.material-block p {
    line-height: 35px;
}

p.multipage-text,
.order-data p {
    margin-bottom: 0;
    line-height: 26px;
    color: #939598;
}

.form-options .filter-item p.text,
.order-form p.filter-text {
    float: left;
    text-align: right;
    width: 100px;
    margin-bottom: 0;
    color: #939598;
    margin-right: 10px;
}

.density-chromaticity p.text {
    width: 95px;
}


.material-block p.text.cover-text {
    line-height: 18px;
    margin-top: -1px;
}

.material-block p.text.line {
    line-height: 18px;
}

.checkbox-block .block {
    width: 100%;
    margin-bottom: 10px;
}

.checkbox-block .block p {
    line-height: 26px;
}

.page-template-template-individual-order .checkbox-block .block p {
    line-height: 20px;
}

.form-options .filter-item p.editional-text {
    float: left;
    text-align: left;
    margin-bottom: 0;
    color: #939598;
    padding-left: 5px;
}

.filter-item p.editional-text span {
    color: #babbbc;
    padding-left: 5px;
}

.filter-item .order-size,
.filter-item .x,
.filter-item .facing-block {
    float: left;
}

.filter-item.order-sizes,
.filter-item.print-block {
    line-height: 30px;
}

.filter-item.order-sizes p,
.filter-item.print-block p,
.filter-item.facing-block p,
.order-form p.filter-text {
    line-height: 30px;
}

.filter-item .order-size,
.filter-item input.input-text,
.filter-item .order-amount {
    width: 100px;
    line-height: 30px;
    background: #d5d9de;
    font-size: 14px;
    padding: 0 10px;
    border: none;
    float: left;
    color: #a2a2a3;
}

.filter-item .x {
    font-size: 16px;
    color: #939598;
    text-transform: uppercase;
    margin-left: 5px;
    margin-right: 5px;
}

.facing-block p {
    float: left;
    color: #939598;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
}

.facing-block #facingNamber {
    width: 50px;
}

.comments-block {
    margin-top: 20px;
}

.comments-block p.text {
    width: 200px !important;
}

.comments-block textarea {
    width: 350px;
    height: 100px;
    padding: 10px;
    background: #d5d9de;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    line-height: 18px;
    float: left;
}

.files-block {
    padding-top: 20px;
    border-top: 2px solid #d5d9de;
}

.files-block {
    padding-left: 110px;
}

.layout-file-upload .multiple-file-names,
.files-block .multiple-file-names {
    clear: both;
    padding-top: 10px;
}

.files-block button.download {
    line-height: 55px;
    float: left;
    margin-bottom: 0;
}

.files-block p.file-text {
    float: left;
    margin-bottom: 0;
    color: #939598;
    margin-left: 20px;
    margin-top: 11px;
}

.files-block input#formFiles {
    display: none;
}


.large-box {
    display: flex;
    align-items: center;
}

.large-file .squaredOne {
    margin-top: 0;
}

.files-block .item.large-file {
    margin-top: 15px;
}

.no-requirements-text {
    display: flex !important;
    align-items: center;
    width: calc(100% - 20px);
}

.logo-box {
    display: inline-flex;
    align-items: center;
}

.logo-box .logo-img {
    margin-left: 10px;
}

.item.large-file p {
    line-height: 26px;
    margin-bottom: 0;
    color: #939598;
}

p.contact-data-header {
    padding: 15px;
    padding-left: 130px;
    color: #939598;
    text-align: left;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    border-bottom: 2px solid #d5d9de;
    border-top: 2px solid #d5d9de;
    margin-bottom: 0;
    background: #fff;
}

.contact-data .item {
    margin-bottom: 10px;
}

.contact-data .item p {
    color: #939598;
    text-align: right;
    width: 193px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
    margin-right: 20px;
    margin-bottom: 0;
    float: left;
}

.contact-data .item input[type="text"],
.item.large-file input[type="text"] {
    width: 350px;
    float: left;
    background: #d5d9de;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    line-height: 30px;
    color: #a2a2a3;
}

#submitForm {
    width: 200px;
    line-height: 60px;
    margin-bottom: 15px;
    font-size: 24px;
    border: none;
    color: #fff;
    background: #08aec9;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.order-data p span {
    color: #08aec9;
    padding-left: 5px;
}

.order-data p.hide-p {
    display: none;
}

.contact-inf-block .item .error {
    width: 100%;
    float: left;
    padding-left: 213px;
}

.item.large-file .error,
.filter-item>p.error {
    padding-left: 0;
    float: left;
    width: 100%;
}

.filter-item>p.error {
    padding-left: 110px;
    margin-bottom: 0;
    line-height: 14px;
}

.layout-file-upload div.error-message,
.files-block div.error-message,
.files-block p.error {
    float: left;
}

/* --------------------------END Individual order block-------------------------------------------------- */
.return-block {
    width: 100%;
    padding: 0 15px 5px 15px;
}

.return-block a {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.return-block a:hover,
.return-block a:focus {
    color: #02abc8;
    text-decoration: none;
}

/* --------------------------Large format block-------------------------------------------------- */
.template-large-format-form .order-form {
    background: #fff;
}

.template-large-format-form .filter-item {
    padding-left: 20px;
    padding-right: 20px;
}

.product-block {
    padding-top: 20px;
    padding-left: 180px !important;
}

.border-bottom {
    border-bottom: 2px solid #ecedf1;
    padding-bottom: 20px;
}

.select-material {
    display: inline-block;
    margin-left: 5px;
}

.select-css .select2-container:nth-child(2) {
    width: 150px !important;
}

.select-css .select-material .select2-container {
    width: 230px !important;
}

.select-css .select2-container--default .select2-selection--single {
    background: #00abc9;
    border-radius: 0px;
    border: none;
}

.select-css .select2-container .select2-selection--single {
    height: 35px;
}

.select-css .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
    width: 30px;
}

.select-css .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0 7px 7px 7px;
}

.select-css .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border-width: 7px 7px 0 7px;
    margin-left: -10px;
    margin-top: -4px;
}

.select-css .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 35px;
    font-size: 14px;
    padding-right: 35px;
}

.page-id-353 .select2-dropdown,
.page-id-379 .select2-dropdown,
.page-id-196 .select2-dropdown {
    border: 1px solid #00abc9;
    border-radius: 0px;
}

.page-id-353 .select2-results__option[aria-selected],
.page-id-379 .select2-results__option[aria-selected],
.page-id-196 .select2-results__option[aria-selected] {
    font-size: 14px;
}

.page-id-353 .select2-container--default .select2-results__option--highlighted[aria-selected],
.page-id-196 .select2-container--default .select2-results__option--highlighted[aria-selected],
.page-id-379 .select2-container--default .select2-results__option--highlighted[aria-selected],
.page-id-353 .select2-container--default .select2-results__option[aria-selected=true],
.page-id-379 .select2-container--default .select2-results__option[aria-selected=true],
.page-id-196 .select2-container--default .select2-results__option[aria-selected=true] {
    background: #00abc9;
    color: #fff;
}

.order-form p.filter-text {
    width: 150px;
}

.size-block p.filter-text {
    padding-top: 20px;
}

.size-block {
    margin-bottom: 0;
}

.size-block .item {
    position: relative;
}

.size-block.filter-item .x {
    padding-top: 25px;
}

.size-block span.top {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100px;
    font-size: 12px;
    color: #939598;
}

.size-block .item {
    float: left;
    padding-top: 20px;
}

.filter-item p.right {
    float: left;
    text-align: left;
    margin-bottom: 0;
    color: #939598;
    padding-left: 5px;
    line-height: 35px;
    padding-top: 17px;
}

.filter-item p.right span {
    color: #3bbfd6;
    padding-left: 20px;
}

.filter-item p.bottom {
    color: #3bbfd6;
    padding-left: 160px;
    padding-top: 10px;
}

.print-quality {
    padding-left: 180px !important;
}

.print-quality .item p,
.delivery-date .item p {
    line-height: 26px;
    color: #939598;
}

.print-quality .quality .item {}

.print-quality .item p:last-child,
.print-quality .quality .item p,
.delivery-date .item p {
    margin-bottom: 0;
}

.print-quality p.text {
    text-align: left;
    margin-bottom: 0;
    color: #939598;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.print-quality .quality,
.print-quality .price-quality {
    float: left;
}

.print-quality .quality {
    width: 100%;
}

.quality .quality-dpi {
    width: 265px;
    float: left;
    margin-bottom: 10px;
}

.print-quality .price-quality {
    border-left: 2px solid #d5d9de;
    padding-left: 10px;
    float: left;
    padding-bottom: 10px;
}

.quality .item.active p {
    color: #00a3d3;
}

.quality .item:last-child .price-quality {
    padding-bottom: 0;
}

.print-quality .squaredOne label:after {
    background: #00a3d3;
}

.filter-item .item p.ckeckbox-text {
    line-height: 26px;
    color: #939598;
    float: left;
    margin-bottom: 0;
}

.select .item p.ckeckbox-text {
    line-height: 35px;
    padding-left: 10px;
}

.select .select2-container {
    width: 150px !important;
    float: left;
}

.select-addrr .select2-container {
    width: 350px !important;
    float: left;
}

.select .select2-container--default .select2-selection--single {
    background: #dddfe3;
    border-radius: 0px;
    border: none;
}

.select .select2-container .select2-selection--single {
    height: 35px;
}

.select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
    width: 30px;
}

.select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #989898 transparent;
    border-width: 0 7px 7px 7px;
}

.select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #989898 transparent transparent transparent;
    border-width: 7px 7px 0 7px;
    margin-left: -10px;
    margin-top: -4px;
}

.select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #989898;
    line-height: 35px;
    font-size: 14px;
    padding-right: 35px;
}

.select p.filter-text {
    line-height: 35px;
}

.delivery-date {
    margin-top: 25px;
}

.delivery-date .item {
    margin-bottom: 10px;
}

.delivery-date .item:last-child {
    margin-right: 0;
}

.filter-item.order-name p.filter-text,
.filter-item.comment p.filter-text {
    width: 330px;
    margin-right: 20px;
}

.filter-item.comment p.filter-text {
    line-height: 18px;
}

.filter-item.order-name input,
.filter-item.comment textarea#orderComments {
    float: left;
    width: 350px;
}

.layout-dev {
    padding-top: 30px;
}

.layout-dev label {
    cursor: pointer;
    width: 230px !important;
    line-height: 35px !important;
    text-align: center !important;
    font-size: 14px !important;
    color: #fff !important;
    background: #00abc9;
    float: left !important;
    border: none;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.download-block {
    margin-bottom: 30px;
}

.layout-download {
    padding-top: 20px;
    padding-bottom: 20px;
}

.layout-download .layout-file-button {
    width: 220px;
}

.layout-download span.allowed-files {
    color: #939598;
    font-size: 14px;
    line-height: 18px;
    float: left;
    margin-top: 13px;
}

.layout-download span.allowed-files a {
    color: #08aec9;
    text-decoration: underline;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.layout-download span.allowed-files a:hover {
    color: #00abc9;
}

.layout-download span.allowed-files strong {
    color: #e40045;
}

.template-price-large-format {
    margin-top: 20px;
    margin-bottom: 20px;
}

#addProduct .text-input {
    /*width: 20%; */
    float: left;
    margin-right: 2%;
    background: #d5d9de;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #d5d9de;
    line-height: 30px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.add-price-block {
    background: #fff;
    padding: 20px;
}

.add-price-block h2 {
    color: #08aec9;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}

#addProduct .text-input:nth-child(2),
#addProduct .text-input:nth-child(3) {
    width: 25%;
}

#addProduct .text-input:nth-child(4),
#addProduct .text-input:nth-child(5),
#addProduct .text-input:nth-child(6) {
    width: 14%;
}

#addProduct .text-input:nth-child(6) {
    margin-right: 0;
}

#addProduct .text-input.error {
    border: 1px solid #a94442;
    background: #f2dede;
    color: #a94442;
}

#addProduct #submitButton {
    width: 100%;
    font-size: 24px;
    line-height: 45px;
    margin-top: 20px;
    border: none;
    color: #fff;
    background: #08aec9;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

#addProduct #submitButton:hover {
    background: #095b81;
}

.template-table p.price-added,
.page-template-template-shiping-method p.price-added,
.page-template-template-shiping-method p.error,
#addressForm p.price-added,
#addressForm p.error,
.template-table p.error {
    padding: 15px;
    border-left: 5px solid;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
    color: #000;
}

p.price-added {
    border-color: #00a658 !important;
    background: #dff0d8;
}

.template-table p.error {
    border-color: #a94442 !important;
    background: #f2dede;
}

.template-table .editableform .form-control {
    width: 130px !important;
}

.select-table {
    width: 100%;
    clear: both;
    margin-bottom: 15px;
}

.select-table.select-css .select2-container:nth-child(2) {
    width: 300px !important;
}

.hide-text {
    display: none;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.plotter-block p.filter-text {
    line-height: 18px;
}

.bottom-errors {
    float: left;
    width: 100%
}

.size-block p.size-error,
.bottom-errors p {
    font-size: 16px;
    display: none;
    color: #e3563a;
    line-height: 18px;
    margin-top: 5px;
    width: 100%;
}

	 p.min-price {
    color: #e3563a !important;
}

.bottom-errors .stop-mim-price p {
    font-size: 14px;
    display: none;
    color: #08aec9;
    line-height: 10px;
    margin-top: 5px;
    width: auto;
}
.stop-mim-price{
    display: none;
}
.size-block p.size-error {
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 160px;
}

@media only screen and (max-width: 750px) {
    .size-block p.size-error {
        margin: 0;
    }
}

#productHeight.input-error,
#productWidth.input-error {
    border-color: #a94442;
    background: #f2dede;
}

/* --------------------------END Large format block-------------------------------------------------- */

/* --------------------------END Price block-------------------------------------------------- */
.template-pvc-price thead th {
    text-align: center !important;
    padding: 8px !important;
}

.template-pvc-price .select-table.select-css .select2-container:nth-child(2) {
    width: 100% !important;
    float: left;
}

.template-pvc-price .select-table {
    width: auto;
    float: left;
    clear: none;
    margin-right: 2%;
    width: 10%;
}

/* --------------------------END Price block-------------------------------------------------- */
/* -----------------------add address-------------------- */
.popup-address {
    /*position: fixed;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(0,0,0,.8);*/
    /*top: 0;*/
    /*left: 0;*/
    /*display: none;*/
    /*z-index: 99999;*/

    position: fixed;
    background: rgba(0, 0, 0, .8);
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.popup-address .popup {
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 500px;
    background: #fff;
    ;
}

#addressForm {
    padding: 20px 30px;
}

#addressForm .form-input {
    display: inline-block;
    width: 100%;
    background: #d5d9de;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    line-height: 30px;
}

#addressForm .itemA,
#addressForm .item {
    margin-bottom: 13px;
}

#addressForm .itemA p,
#addressForm .item p {
    margin-bottom: 0;
    font-size: 14px;
    color: #8b8c91;
    margin-bottom: 2px;
}

#addressForm select {
    width: 100%;
    height: 32px;
    font-size: 14px;
    color: #8b8c91;
    padding: 5px;
}

#addressForm select option {
    font-size: 14px;
    color: #8b8c91;
    padding: 5px;
}

.addButton {
    padding: 10px 15px;
    margin-top: 10px;
    font-size: 16px;
    border: none;
    display: block;
    color: #fff;
    background: #08aec9;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.submit {
    position: absolute;
    left: -9999px;
    widows: 0px;
    height: 0px;
    opacity: 0;
    display: none;
}

#addressForm .itemA .error,
#addressForm .item .error {
    display: none;
    font-size: 12px;
    color: #e3563a;
    line-height: 18px;
    margin-top: 5px;
    width: 100%;
}

#addressForm .new-post-link {
    font-size: 14px;
    padding: 5px 0;
    color: #08aec9;
    display: block;
    width: 100%;
}

#addressForm .new-post-link:hover {
    text-decoration: underline;
}

#addNewAddr {
    margin-left: 208px;
    border: none;
    background: transparent;
    font-size: 14px;
    line-height: 14px;
    color: #00a658;
    text-decoration: underline;
    margin-top: 10px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

#addNewAddr.left-m {
    /*    margin-left: 344px;*/
    margin-left: 198px;
    margin-top: 0;
    margin-bottom: 5px;
}

#addNewAddr:hover {
    color: #08aec9;
}

/* -----------------------END add address-------------------- */
.not-logined li:last-child {
    margin-right: 35px !important;
}

.removeAd {
    background: #f7d2dd;
}

.hide-file,
.file-input {
    display: none !important;
}

.preloader {
    opacity: 1;
    position: fixed;
    top: 0;
    display: none;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    padding-top: 30px;
    background-color: rgba(0, 0, 0, .7);
}

.preloader .loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.tooltip-inf {
    font-size: 12px !important;
    line-height: 14px !important;
    margin-bottom: 5px !important;
    position: absolute !important;
    top: -53px;
    display: none;
    left: -90px;
    width: 210px;
    background: #fff;
    background: #fff;
    padding: 5px;
    border: 1px solid #08aec9;
}

.tooltip-btn {
    width: 25px;
    height: 30px;
    background: transparent url(images/question.png) center center no-repeat;
    display: inline-block;
    position: relative;
    margin-bottom: -11px;
}

/* SQUARED ONE */
/* SQUARED ONE */
.squaredOne {
    width: 26px;
    height: 26px;
    background: #fff;
    border: 2px solid #939598;
    position: relative;
    float: left;
    margin-right: 10px;
}

.squaredOne input[type="checkbox"],
.squaredOne input[type="radio"] {
    display: none;
}

.squaredOne label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.squaredOne label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #939598;
    top: 3px;
    left: 3px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;

}

.att-src {
    display: block;
    width: 100%;
    line-height: 22px;
    font-size: 14px;
    color: #02abc8;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.att-src:hover {
    color: #4da392;
    text-decoration: underline;
}

.squaredOne label:hover::after {
    opacity: 0.3;
}

.squaredOne input[type=checkbox]:checked+label:after,
.squaredOne input[type=radio]:checked+label:after {
    opacity: 1;
}

.pay-block {
    margin-top: 15px;
}

.p-size {
    padding-left: 0 !important;
}

.repeate-poppup,
.load-poppup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0, 0, 0, .7);
}

.load-poppup .loading--double {
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
}

.load-poppup p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 115px 15px 15px 15px;
    height: 55px;
    margin: auto
}

.load-poppup .poppup {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.repeate-poppup .poppup {
    width: 350px;
    height: 130px;
    background: #FAFAFA;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.repeate-poppup .poppup p {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #005b80;
    margin-top: 20px;
    margin-bottom: 15px;
}

.repeate-poppup .poppup-header {
    background: #02abc8;
    height: 30px;
}

.repeate-poppup .poppup-header .close-form {
    float: right;
    width: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.repeate-poppup .buttons {
    text-align: center;
}

#repeatOrder,
#cancel {
    border: none;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
}

#repeatOrder {
    background: #02abc8;
    margin-right: 15px;
}

#cancel {
    background: #e40045;
}

.load-percent {
    position: absolute;
    width: 65px;
    height: 30px;
    padding-top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin-bottom: 0;
    margin: auto;
    text-align: center;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes pulse {
    50% {
        background: #08aec9;
    }
}

@keyframes pulse {
    50% {
        background: #08aec9;
    }
}

.loading {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    border: 0.25rem solid rgba(147, 149, 152, 0.2);
    border-top-color: #08aec9;
    -webkit-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}

.loading--double {
    border-style: double;
    border-width: .5rem;
}

.sendInfEmail {
    position: relative;
    left: 40px;
    color: #fff;
    bottom: 0px;
    font-size: 14px;
    padding: 5px 20px;
    background: #02abc8;
    border: 1px solid transparent;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}

.sendInfEmail:hover {
    border-color: #ccc;
    background: transparent;
    color: #000;
}

.sendRes {
    padding: 10px 20px 0;
    font-size: 16px;
    text-align: center;
    color: #02abc8;
    display: none;
}

.popup-delete-project,
.popup-del-res {
    opacity: 1;
    position: fixed;
    top: 0;
    display: none;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    padding-top: 30px;
    background-color: rgba(0, 0, 0, .7);
}

.popup-delete-project>.popup {
    width: 400px;
    height: 130px;
    background: #FAFAFA;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.popup-del-res>.popup {
    max-width: 400px;
    width: 100%;
    height: 130px;
    background: #FAFAFA;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.popup-del-res>.popup p {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #005b80;
    margin-top: 35px;
}

.popup-del-res>.popup .poppup-header {
    background: #02abc8;
    height: 30px;
}

.popup-delete-project>.popup p {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #005b80;
    margin-top: 20px;
    margin-bottom: 15px;
}

.popup-delete-project>.popup .buttons {
    text-align: center;
}

.popup-delete-project .buttons button {
    border: none;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}

.popup-delete-project .poppup-header {
    background: #02abc8;
    height: 30px;
}

.popup-delete-project .poppup-header .close-form,
.popup-del-res .poppup-header .close-form {
    float: right;
    width: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.popup-delete-project .buttons button:hover {
    background: #085c78 !important;
}

.popup-delete-project .deleteProject,
.popup-delete-project #deleteAllProject {
    background: #02abc8;
    margin-right: 15px;
}

.popup-delete-project .censleDelete {
    background: #e40045;
}

.delete-project,
.delete-all {
    width: 22px;
    height: 22px;
    text-align: center;
    margin: 5px auto;
    display: block;
    background: #02abc8;
    color: #fff;
    border: none;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}

.delete-all {
    width: 200px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    float: right;
}

.delete-project:hover,
.delete-all:hover {
    background: #005b80;
}

.layout-file-upload .loading-block {
    position: relative;
    width: 65px;
    height: 65px;
    margin-left: 190px;
    margin-bottom: 10px;
    display: none;
}

.layout-file-upload .loading-block .load-percent {
    padding-top: 7px
}

.large-gal>.item {
    margin-bottom: 15px;
}

.quick-order-fields,
.tml-user-contact-method-googleplus-wrap {
    display: none;
}

.qualityItem_wrapper-canvas {
    margin-left: 20%;
}

.qualityItem_wrapper-canvas .qualityHint__title {
    color: #00a658;
}

.qualityItem_wrapper-canvas .qualityItem {
    flex-basis: 43% !important;
}

.qualityItem_wrapper.qualityItem_wrapper-canvas .qualityItem .quality-dpi .squaredOne label:after {
    background: #00a658;
}

.qualityItem_wrapper.qualityItem_wrapper-canvas .qualityItem .item.active p {
    color: #00a658;
}

.stretch-block {
    max-width: 75% !important;
}

.item.layout-file-upload .multiple-file-names {
    display: block !important;
}

.other-text {
    display: none;
}

.template-requirements {
    min-height: 544px;
}

.header-prom-mob,
.header-prom {
    font-size: 14px;
    font-weight: bold;
    display: none !important;
}

.header-prom {
    display: block;
    float: left;

    color: #fefefe;
    position: relative;
    padding-left: 15px;
    margin-top: 45px;
}

.header-prom:hover {
    color: #fefefe;
}

.header-prom:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 3px solid #fefefe;
    left: 0;
    top: 2px;
}

.copyright {
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    margin-top: 15px;
}

.message-bar {
    background: #e40045;
    min-height: 35px;
    display: flex;
    align-items: center;
}

.message-bar-text {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0;
}

@media only screen and (max-width: 709px) {
    .qualityItem_wrapper-canvas {
        margin-left: 0;
    }

    .qualityItem_wrapper-canvas .qualityItem {
        flex-basis: 100% !important;
    }

}

@media only screen and (max-width:640px) {
    #menu-primary-menu li a {
        color: #565655 !important;
        border-color: #565655 !important;
    }

}

.template-seo .seo-step-container .seo-step-title,
.template-seo .seo-step-container .seo-step-list .seo-step-list-item .seo-step-wrapper .seo-step-list-text {
    color: rgba(0, 0, 0, .9) !important;
}

.template-seo .seo-order-container a {
    margin-top: 0 !important;
    height: auto !important;
    padding: 10px 25px !important;
    text-align: center;
    line-height: 22px !important;
}
.user-pickup-list-avtor {
    margin: 30px 0 10px 20px;
    font-size: 14px;
    color: #939598;
}
.user-pickup-list-avtor label {
    width: 100%;
}