.dark.cc_dialog {
    background-color: #1b1b1b !important;
}
.text-left{
    text-align: left !important;
}

.top-bar{
    display: block !important;
}


#b-search{
    width: 55px;
    padding: 0;
    height: 56px;
    border: 1px solid red;
    background: #ff1100;
}

.cc_dialog.headline {
    top: auto !important;
    bottom: 0 !important;
    position: fixed !important;
    opacity: 0.8;
}
.dark.cc_dialog button.cc_b_cp {
    margin-top: 5px;
}

.floating-cookie {
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 999;
    border-radius: 10px;
    background: #1b1b1b;
    padding: 5px;
    border: 1px solid #CCC;
}
.floating-cookie a {
    color: white;
}

.margin-images img{
	margin:10px auto;
}
.margin-top-65{
	margin-top:65px;
}
.margin-top-20{
    margin-top:20px;
}
.logoNew {
    border-radius: 50%;
    background-color: white;
    width: 83px;
    float: left;
    padding: 7px;    
    position: relative;
    z-index: 1;
}

.sticky .logoNew {
    width: 61px;
}

.sticky .grayBeforeLogo{
	    height: 47px !important;
	    margin-top: 7px !important;
}

.sticky .graySemiCircle {
	    height: 47px !important;
	    margin-top: 7px !important;
}

@media (min-width:765px){
    .length-control{
        width: 800px;
    }
}

@media (max-width: 992px){
    
   
	.grayBeforeLogo{
		    position: relative;
		    float: left;
		    width: 25%;
	}
        
        .top-logo {
            width: 25% !important;
            float: left !important;
            clear: none !important;
        }
}
.grayBeforeLogo{
    background: #E4E5ED;
    height: 69px;
    width: 60%;
    position: absolute;
    margin-top: 7px;
}

.graySemiCircle{
    background: #E4E5ED;
    height: 69px;
    width: 40px;
    position: absolute;
    margin-top: 7px;
}


.whiteBg{
	background: white;
}
.no-left-pading{
	padding-left: 0 !important;
}

.img-holder img {
	height:150px;
}


/*input type css*/
.name-holder input {
    margin-top: 10px;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: #cf4132;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #cf4132;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #722040;
}


/* style 2 */

.inputfile-2 + label {
    color: #cf4132;
    border: 2px solid #cf4132;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #722040;
}


/* style 3 */

.inputfile-3 + label {
    color: #cf4132;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
    color: #722040;
}


/* style 4 */

.inputfile-4 + label {
    color: #cf4132;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #722040;
}

.inputfile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #cf4132;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
    background-color: #722040;
}

.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


/* style 5 */

.inputfile-5 + label {
    color: #cf4132;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
    color: #722040;
}

.inputfile-5 + label figure {
    width: 100px;
    height: 135px;
    background-color: #cf4132;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
    background-color: #722040;
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.inputfile-5 + label figure::before {
    border-top: 20px solid #dfc8ca;
    border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
    border-bottom: 20px solid #722040;
    border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
    border-bottom-color: #cf4132;
}

.inputfile-5 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


/* style 6 */

.inputfile-6 + label {
    color: #cf4132;
}

.inputfile-6 + label {
    border: 1px solid #cf4132;
    background-color: #f1e5e6;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #722040;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #cf4132;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #722040;
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}
.not-visible{
	visibility: hidden;
}
.not-displayed{
	display:none !important;
}
.box{
	border-color: #DEDEDE;
    text-align: center;
}

.order-form input[type=text], .order-form input[type=password], .order-form input[type=email], .order-form textarea, .order-form input[type=file] {
	/*display: inline-block;*/
	float: left;
	padding: 12px 15px;
	border: 0;
	width:100%;
	border: 1px #DFDFDF solid;
	background: #fff;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.order-form select {
	display: inline-block;
	float: left;
	padding: 10px 15px;
	width: 100%;
	border: 0;
	border: 1px #DFDFDF solid;
	background: #fff;
	line-height: 35px;
}
.order-form input[type=radio], .order-form input[type=checkbox] {
	position: relative;
	top: 2px;
	margin: 0 5px 0 0;
}
.order-form .form-input{
	margin:0 !important;
}
.order-form textarea{
	width: 100%;
}
#estimationCost{
	font-weight: bold;
	color: #E61515;
}
.aRight {
    float: right;
}
#uploaded_file_error, label.error{
    color: #FF0000;
}
.name-holder{
    min-height: 58px;
    text-align: center;
}
.name-holder a{
    color: #777;
}
select:disabled {
    background: #F5F5F5;
}
.float-right{
    float:right;
}
.cart-popup span{
    color:#f00;
}

.paymentPanel input[type=radio]{
    width: 30px;
    height: 30px;
}
.paymentPanel label{
    position: absolute;
    top: 6px;
    left: 40px;
}
.page-loader{
    background: transparent !important;
}
.border_error{
    border: 1px solid red !important;
}
.fail{
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}
.fail-icon {
    margin-bottom: 15px;
    color: #B83030;
    font-size: 90px;
}
.list_container{
    margin:40px auto;
}
.delivery_container{
    padding: 20px 10px;
}
.delivery_container select{
        width: 200px;
        margin-left: 10px;
}
.delivery_label{
    position: initial !important;
}
.delivery_select{
    position: initial !important;
}

.cartTitle{
    color: #777;
    font-size: 20px;
    padding-bottom: 5px !important;
}

.portfolio-item .img-holder a{
display:block;
overflow:hidden;
background: white;
}

.price-list-scroll{
    max-height: 650px;
    overflow-y: scroll;
}

.hidden{
    display: none;
}


.cellx-6{
    width: 48%;
    display: inline-block;
    padding: 0px 5px 0 15px;
    vertical-align: top;
    margin-bottom: 10px;
}

.cellx-6 label{
    display: flex;
}

.gray-form{
    background: #f5f5f5;
    padding: 10px 10px 10px 15px;
}
#print_format-error, 
#print_color-error, 
#paper_type-error, 
#tip_legare-error,
#coperta-error,
#legare_document-error{
    position: absolute;
    top: 1px;
    left: 185px;
}

#legare_container{
    display: none;
}


.b2b .portfolio-item .img-holder img{
    width:100% !important;
}

.b2b .portfolio-item:after{
    background: transparent !important;
}

.witBtn{
    background-color: white;    
}

.bigTitleSlider{
    font-size: 40px;
    font-weight: bolder;
}
.subtitleSlider{
    font-size: 25px;
    font-weight: 500;
}
.pimColor{
    color: #E61515 !important;
}
.darkGrayColor{
    color: #444444 !important;
    font-weight: 700;
}

.b2bItems .img-holder img{
height: 226px !important;
}

.cosmic-block{
    display: inline-block;
}

.icons-border{
    padding-top: 10px;
    display: inline-block;
    border-right: 1px solid #cf4132;
}

.cosmic-block .icons-container{
    display: flex;
    width: 100%;
    margin-top: 10px;
}

.cosmic-border-line{
    border-bottom: 1px solid #cf4132;
    margin-bottom: 20px;
}


.cosmic-block .text-icon-holder{    
    color: #cf4132;
    padding-left: 10px;
}
.cosmic-block .text-icon-holder p{
    line-height: 45px;
}
.cosmic-block .icon-holder{
    width: 45px;
}

.cosmic-block .btn{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding: 5px 30px;
}
.center-text{
    text-align: center;
}

.motto{
    line-height: 60px;
    font-size: 20px;
}
.motto strong{
    color: #cf4132;    
}
.cosmic-block .display-table{
    display: table;
}
.cosmic-block .table-cell{
    display: table-cell;
    vertical-align: middle;

}
.cosmic-border-line img{
    margin-bottom: 10px;
}

.red-form {
    background: #cf4132;
    padding: 10px;
    margin-top: 20px;
}

.red-form label{
    color: white !important;
}

.red-form .btn.main-bg.btn-3d{
    margin-top:30px;
}

.home-floating-btn{
    position: fixed;
    bottom: 37px;
    left: 2px;
    z-index: 999999;
    border: 1px solid white;
    border-radius: 5px;
}


/* New stuff May 2021 */
.zoomWindowContainer, .zoomLens{
    display: none !important;
}
.product-img li img{
    width: 150px;
    margin: 0 10px 0 0;
}
.thumbs, .product-img{
    border: none;
}


:root {
    --color: rebeccapurple;
    --disabled: #959495;
  }
  
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }
  
  .checkbox {
    display: grid;
    grid-template-columns: -webkit-min-content auto;
    grid-template-columns: min-content auto;
    grid-gap: 0.5em;
    font-size: 22px;
    color: var(--color);
  }
  .checkbox--disabled {
    color: var(--disabled);
  }
  
  .checkbox__control {
    display: inline-grid;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    border: 0.1em solid #E61515;
  }
  .checkbox__control svg {
    transition: transform 0.1s ease-in 25ms;
    transform: scale(0);
    transform-origin: bottom left;
  }
   
  .checkbox__input {
    display: grid;
    grid-template-areas: "checkbox";
  }
  .checkbox__input > * {
    grid-area: checkbox;
  }
  .checkbox__input input {
    opacity: 0;
    width: 1em;
    height: 1em;
  }

  .checkbox__input input:checked + .checkbox__control svg {
    transform: scale(1);
  }
  .checkbox__input input:disabled + .checkbox__control {
    color: var(--disabled);
  }
  .radio__label{
    color: #323232;
    font-size: 14px;
    margin-left: 35px;
    font-weight: normal;
  }
  .align-right{
      text-align: right;
  }
  .align-left{
    text-align: left;
}

.price-block .title{
    color: #E61515;
    font-size: 16px;
}

#orderFormNew textarea, #orderFormNew input[type="text"]{
    border:1px solid #E61515;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999 !important; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  .modal_pictures{
    z-index: 999999 !important;
  }
  .modal_pictures .modal-content{
    width: 75%;
    margin-top: 10%;
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }

  .modal-content .body-content{
    padding: 20px;
  }

  .modal-header
{
    background-color:#59bcb0;
    width: 100%;
    height: auto;
    padding: 20px 15px 15px 15px;
}  
.modal-header h1{
    color: white;
    font-size: 18px;
}

  /* The Close Button */
  .close,
  .close_offer,
  .close_actions {
    color: #fff;
    float: right;
    font-size: 32px;
    font-weight: bold;
    opacity: 1;
    margin-top: -12px;
  }
  
  .close:hover,
  .close:focus,
  .close_actions:hover,
  .close_actions:focus,
  .close_offer:hover,
  .close_offer:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

 

  .error_border{
    color: red;
    border: 1px solid red;
    padding: 5px;
    border-radius: 5px;
    margin: 0 0 15px 0 !important;
}

#upload_documents_btn{
    width: 100%;
}

div.cart-body ul li{
    display: inline-block !important;
    color: #5f5e5e;
    margin: 0;
    line-height: 20px;
    margin-right: 10px;
    padding: 0;
    border: 0;
}
.full-btn{
    width: 100%;
    line-height: 32px;
}

#addToCart1, #addToCart2, #addToCart3{
    display: none;
}

.tooltip-icon {
    font-size: 18px;
    color: #5b92d8;
}
.modal-header .tooltip-icon {
    font-size: 20px;
    color: #FFF;
}

button.main-bg:focus{
    color: #FFF;
    outline: 5px auto #E61515;
}
.zoomContainer{
    display: none;
}
#area_fields{
display: none;
margin:10px auto;
}

#area_fields .row{
    margin-top:10px;
}

.steps_new{
    text-align: center;
}

.steps_new ul li{
    margin-left: 20px;
    display: inline-block;
    width: 120px;
}
.doc-table{
    margin-top: 20px;
}
.doc-table th{
    background: #dedede !important;
    color: #6b6b6b !important;
}

#actions_modal .modal-content{
    width: 300px;
}

#actions_modal .row{
    margin: 20px auto;
}

#actions_modal .success-box{
    margin: auto 10px;
}

@media (max-width:765px){

    .service-box-3 .icon{
        width: 50px;
        height:50px;
        line-height: 50px;
        font-size: 30px;
    }

    .steps_new ul li{
        width: 50px;
    }

    .service-box-3 h4{
        font-size: 11px;
    }

    .sectionWrapper{
        padding: 20px 0;
    }

}


.form-control-new {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

textarea.form-control-new{
    height: 100px;
}