/**  Loader Styles *************************************************** **/
.preloader .loading h2,
.preloader .loading .progress {
    display: none;
}

.preloader {
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    z-index: 99999;
}

.preloader:after {
    content: "loading..";
    position: absolute;
    top: 45%;
    left: 50%;
    margin: 30px 0 0 -20px;
}

.loading {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 43%;
    left: 50%;
    margin: -20px 0 0 -20px;
    background-color: #126b38;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg)
            rotateY(-179.9deg);
    }
}
/**  Loader Styles *************************************************** **/

.main-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.6rem;
    margin-bottom: 1.6rem;
    position: relative;
    z-index: 1;
    color: #3c8dbc;
    font-size: 20px;
    margin-top: 10px;
}
.main-heading::after {
    content: "";
    background-color: #e3580d;
    width: 5rem;
    height: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 7px;
}
input[type="number"] {
    -moz-appearance: textfield !important;
    -webkit-appearance: textfield !important;
    appearance: textfield !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}

a {
    cursor: pointer;
}

.unread-message {
    background-color: #c3e6cb;
    color: #a94442;
}

.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    padding: 4px 8px;
    border: 1px solid #ccc;
}
.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    direction: ltr;
}
.fileupload {
    margin-bottom: 0px;
}
.fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text;
}
.fileupload .thumbnail {
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.fileupload .thumbnail > img {
    display: inline-block;
    max-height: 100%;
    vertical-align: middle;
}
.fileupload .btn {
    vertical-align: middle;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
    display: none;
}
.fileupload-inline .fileupload-controls {
    display: inline;
}
.fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.thumbnail-borderless .thumbnail {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd;
}
.control-group.warning .fileupload .uneditable-input {
    color: #a47e3c;
    border-color: #a47e3c;
}
.control-group.warning .fileupload .fileupload-preview {
    color: #a47e3c;
}
.control-group.warning .fileupload .thumbnail {
    border-color: #a47e3c;
}
.control-group.error .fileupload .uneditable-input {
    color: #b94a48;
    border-color: #b94a48;
}
.control-group.error .fileupload .fileupload-preview {
    color: #b94a48;
}
.control-group.error .fileupload .thumbnail {
    border-color: #b94a48;
}
.control-group.success .fileupload .uneditable-input {
    color: #468847;
    border-color: #468847;
}
.control-group.success .fileupload .fileupload-preview {
    color: #468847;
}
.control-group.success .fileupload .thumbnail {
    border-color: #468847;
}

/* Hide the browser's default checkbox */
label.container {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.container input {
    position: absolute;
    opacity: 0 !important;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
label.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
label.container 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 */
label.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
label.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hidden {
    display: none !important;
}
.limiterBox {
    border: 1px solid #222;
    border-top: none;
    background-color: #333;
    padding: 3px 6px;
    font-size: 13px;
    color: #fff;
    margin-top: 6px;
}
.limiterBox:after {
    display: none;
}
.limiterBox:before {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -8px;
    left: 50%;
    margin-left: -5px;
    border-color: transparent transparent #333;
    border-style: solid;
    -moz-border-bottom-colors: #333;
    border-width: 0 8px 8px;
}
.clear {
    clear: both;
}
.clear5 {
    clear: both;
    height: 5px;
}
.clear10 {
    clear: both;
    height: 10px;
}
.clear15 {
    clear: both;
    height: 15px;
}
.clear20 {
    clear: both;
    height: 20px;
}
.clear25 {
    clear: both;
    height: 25px;
}
.clear30 {
    clear: both;
    height: 30px;
}
.clear40 {
    clear: both;
    height: 40px;
}
.clear50 {
    clear: both;
    height: 50px;
}
label a {
    color: #fff !important;
}
.red,
.color-red {
    color: #a94442 !important;
}
.blue {
    color: #3c8dbc !important;
}

a.links {
    cursor: pointer;
    color: #1ac3d2;
}
a.links:hover {
    color: #222;
}

button {
    cursor: pointer;
}
label.error {
    color: #b94a48;
    font-weight: normal;
    font-size: 12px;
}
.form-control.error {
    border: 1px solid #b94a48;
    font-size: 12px;
}
.form-control.error,
.required {
    border: 1px solid #b94a48;
}
.help-block {
    color: #b94a48;
    text-align: left;
    font-size: 12px;
}
.has-error .form-control,
.has-error .chkbox {
    border: 1px solid #b94a48;
}
.invalid-feedback span {
    color: #a94442;
    text-align: left;
    font-size: 12px;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}
.bannerImage .bannerImg {
    position: relative;
    display: inline-block;
    z-index: 99;
}

.bannerImage .bannerImg span {
    position: absolute;
    right: 0;
    z-index: 100;
    display: inline-block;
}
.bannerImage .bannerImg span {
    position: absolute;
    right: 0;
    z-index: 9999;
    display: inline-block;
    background: #e5e5e5;
    padding: 0px 2px;
    border: 1px solid #ccc;
    line-height: 16px;
    box-shadow: 0px 1px 4px 1px #ccc;
    cursor: pointer;
}
.bannerCode {
    height: 100px;
    width: 100%;
    border: 1px solid #ccc;
}
.container.radio-inline,
.container.checkbox-inline {
    float: left !important;
    width: auto !important;
}

.time-counter {
    margin: 8px 0 0 !important;
    width: auto !important;
    text-shadow: 1px 2px 1px #ccc;
    color: #b70000 !important;
    float: left;
    background: #f2dede none repeat scroll 0 0;
    font-size: 21px !important;
    padding: 10px;
}
.time-counter span {
    color: #b70000 !important;
    float: left;
    font-size: 21px !important;
    font-weight: normal;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 3px;
    margin-top: 0 !important;
    text-shadow: 1px 2px 1px #ccc;
    width: auto !important;
}
.green {
    color: #14e11a;
}
.grey {
    color: #c0c0c0;
}
.counterSpan {
    position: absolute;
    left: 17px;
    top: -5px;
}
.btn-sm-sm {
    padding: 1px 3px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    border-radius: 3px !important;
}

.dropbtn {
    background-color: transparent;
    /*color: white;*/
    font-size: inherit;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    text-align: left;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background: white;
}

.dropdown-content a:hover {
    background-color: #086630;
    color: white;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: white;
    color: #086630;
}

.billing-addresses-list li {
    line-height: 20px !important;
    padding-bottom: 0px !important;
}

.package_price {
    font-size: 12px;
    font-weight: 600;
}
.center_align {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
}
.custom-product-box {
    display: block;
    width: 100%;
    max-width: 270px;
    margin: auto 10px;
}
.custom-product-box .content-box-with-topimg.four-col .content-img img {
    height: 100%;
    width: 100%;
    display: block;
    margin: auto;
}
.next-button {
    margin-left: 10px;
    height: 42px;
    padding-top: 10px;
}
.header-search.dropdown ul {
    padding: 5px 0;
}
.header-search.dropdown li {
    display: block;
}

.dropdown-menu.list-product {
    width: 100%;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    outline: none;
    max-height: 236px;
    overflow: hidden;
    overflow-y: auto;
}
.dropdown-menu.list-product > li {
    display: block;
    margin: 0;
}
.dropdown-menu.list-product > li > a {
    padding: 4px 12px;
    font-size: 11px;
    color: #000;
    transition: all 0.2s ease-in-out;
}
.dropdown-menu.list-product > li > a:hover {
    background: #f1f1f1;
}
.in-sections-button {
    margin-top: 3em;
}
.query-from .box-content {
    margin-top: 30px;
}
/*for large formats*/
.text-size {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #768e69;
    padding-right: 5px;
}
.input-custom {
    width: 88px;
    display: inline-block;
}
.input-span {
    display: inline-block;
    padding-right: 5px;
}
.finishing-opt-section .section-title h2 {
    font-weight: 900;
}
.finishing-opt-section .content-box-with-topimg {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.finishing-opt-section .content-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.finishing-opt-section .content-box-with-topimg .content-img {
    height: 150px;
    overflow: hidden;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 12px;
}
.finishing-opt-section .content-box-with-topimg .inner-content {
    text-align: center;
}
.finishing-opt-section .content-box-with-topimg .inner-content h5 {
    font-weight: 700;
    color: #086630;
    margin-bottom: 6px;
}
.finishing-opt-section .content-box-with-topimg .inner-content p {
    font-weight: 600;
    color: #086630;
}
.custom-lg-title {
    font-size: 40px;
    font-weight: 500;
}
.custom-input {
    background: #086630;
    padding: 15px 30px;
    border-radius: 30px;
    color: white;
    display: inline !important;
}
.border-r-10 {
    border-radius: 10px;
}
.custom-msg-span {
    margin-bottom: 10px;
    padding-left: 15px;
}
.review-and-purchase-initiate-image {
    border: 2px solid;
}
.custom-width-for-measuring-unit {
    width: 25% !important;
}
.link-custom-large-formats {
    font-size: 18px;
    font-weight: bold;
}
.pad-10 {
    padding-top: 10px;
}
.card-review.large-formats-preview {
    padding-right: 0px;
}
.large-formats-preview .card-review-img {
    border: 1px solid #a94442;
}
.pdf-proof-large-formats{
    padding: 8px 15px !important;
    display: block;
    background-color: transparent !important;
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 13px;
}
.list-LF-mar{margin-top: 12px;}
.youSave{color: #398559;}
.font-bold{font-weight: bold !important;}
.error-border-red{border: 1px solid red;}
.length_error{padding-left: 109px;color: red;font-size: 13px;}
.length_error_shop{padding-left: 44px;color: red;font-size: 14px;}
.length_error_product{padding-left: 109px;color: red;}
.bg-login {
    display: inline-block;
    width: 15px; height: 14px;
    background: url('/img/icons/css_sprites.png') -10px -46px;
}
.bg-mail {
    display: inline-block;
    width: 16px; height: 16px;
    background: url('/img/icons/css_sprites.png') -10px -10px;
}
.bg-call {
    display: inline-block;
    width: 16px; height: 16px;
    background: url('/img/icons/css_sprites.png') -46px -10px;
}
/* size field-styling */
.size-field-des .col-md-2{
    width: 23%;
}
.size-field-des .x-wrap{
    width:4%;
    padding: 0;
}
.size-field-des .size-x-des{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0px 0px 2px #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    height: 40px;
}
.size-field-des .custom-width-for-measuring-unit select {
    height: 40px !important;
    }
    .adj-btn-center-shop-form{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
    }
    .add-to-cart-btn{color: white !important;font-weight: 600 !important;}
    .add-to-cart-btn:hover{
        background: #086630 !important;
        border: 1px solid #086630 !important;
        color: #FFFFFF !important;
        opacity: 0.85 !important;
    }
.home-banner .container.h-100 {
    height: 100%;
    }
    .home-banner .container.h-100 .align-items-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    }
    .home-banner .container.h-100 .align-items-center .banner-content {
    padding-top: 0;
    }
@media (max-width:991px){
    .size-field-des .col-md-2, .size-field-des .x-wrap{
        width: 100%;
    }
    .size-field-des .custom-width-for-measuring-unit{
        width: 100% !important;
    }
    .size-field-des .form-control{
        margin-bottom: 5px;
    }    
    .size-field-des .size-x-des{
        height: auto;
        margin-bottom: 5px;
    }
}
@media (max-width:480px){
    .shop-form-wrap .btn{margin-top: 10px;}
    .adj-btn-center-shop-form{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;-ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}