:root {
    --qin-printing: #00aedc;
    --black: #000000;
    --text: #2C3E50;
    --light-background: #F2F2F2;
    --dark-background: #004052;
    --light-blue-background: #EBF1F5;
    --dark-background-2: #002A4A;
    --underline: #FF6600;
    --pink: #FF6B6B;
    --light-color: #F5F2EB;
    --dark-color: #DDD5C7;
    --white: #ffffff;
    --light-underline: #FF8200;	
    --blue-2: #0a93b7;	
    --grey: #7a7a7a;	
	--grey-line:#5a5959;
	--light-blue:#BAE6F1;
	--new-qinprinting:#0a93b7
}

.qin-new-quote-sticky{
	position: sticky;
	top: 0px;
	position:-webkit-sticky;
}	
.qin-new-quote-sticky-wrapper{
	position: relative;
}

.quote-click {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 3px 0 #b9cbd7;
    padding: 10px;
	cursor: pointer;
}

.btn-active-show {
    box-shadow: 0px 0px 4px 0px rgb(15 165 255);
    position: relative;
}
.btn-active-show::after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14px solid #00000000;
    border-right: 14px solid transparent;
    border-top: 15px solid #4ab5f5;
}

.quote-click .widget-image-caption.wp-caption-text {
    font-size: 0.85rem;
}

.quotebenti{display:none;}
.active-show{display:block;}



.double-image.quote-click {
    border: solid 3px #00aedc00;
}

.double-image.quote-click figure.wp-caption {
    display: flex;
    flex-direction: row;
    align-items: center;
}   

.double-image.btn-active-show{
    border: solid 3px #00aedc;
}

.double-image.btn-active-show::after{
content: none;
}

.qin-tooltip svg{
    height: 11px !important;
    fill: #00aedc !important;
    width: 11px;
}


/*quote-benti-section -------------------------------
 * ---------------------------------------------*/
.flex-gap-section{
display:flex;
gap: 0.5rem;
flex-direction:column;	
}

.checkboxlabel.disabled{
/*	display:none;*/
}
.quote-inner-inner-sec{
display:flex;
gap: 0.5rem;
flex-direction:row;
justify-content: space-between;
align-items: center;	
}    
.quote-inner-tooltip-sec{
display:flex;
gap: 0.5rem;
flex-direction:row;
justify-content: flex-start;
align-items: center;
}
.quote-inner-inner-sec.custom-size{
align-items: center;
display:none;
margin-top: -0.5rem;	
}
.card-custom-size{
align-items: flex-end;
display:none;
margin-top: -0.5rem;	
}
.cardsetbtn-form .custom-size{
align-items: flex-end;
}

span.size-limit-inch, span.size-limit-mm {
    font-size: 0.75rem;   
}
span.size-limit-inch {display:none;}
.quote-inner-two{
display:flex;
flex-direction: row;
align-items: flex-start;	
gap: 2.4rem;
}

.quote-inner-two.center-inner{
    align-items: center;	
    gap: 0.5rem;	
}
.book-size-mm-inch, .textboxdiv{
flex: 1;
min-width: 0;
}
.quote-subtitle{
font-size: 0.9rem;
font-weight: 500;
}
.quote-small-subtitle {
font-size: 0.9rem;
font-weight: 400;
}
.quote-small-subtitle.guide-text{
font-size: 0.7rem;	
}
.tooltip-text1{
text-align: right;
font-size: 0.7rem;
display: block;
}
.tooltip-icon{
display: flex;
align-items: center;
justify-content: center;
width: 1rem;
height: 1rem;
background-color: #ffffff00;
color: var(--qin-printing);
border: solid 2px var( --e-global-color-dcf0198 );    
font-size: 0.7rem;
font-weight: 600;
text-align: center;
border-radius:50%;
}

.tooltip-image.tooltip-icon{
font-size: 0.8rem;
font-weight: 500;
width: 1rem;
height: 1rem;
background-color: #00aedc9e;
color: #ffffff;
border: none;
position: absolute;
top: 5px;
left: 5px;	
z-index: 2;	
}

a.tooltip-icon:hover{ text-decoration:none;}
.selectbox.select-op {
position: relative;
}

.btn.btn-custom, .btn.btn-standard, .btn.card-btn-custom, .btn.card-btn-standard{
    font-size: 0.9rem;
    border-radius: 0;
    padding: 0px;
    background-color: #fff;
    color: #ff0000;
    border-bottom: solid 1px #ff0000;
}
.btn.btn-standard, .btn.card-btn-standard{display: none;}

.select-op select {
border-radius: 5px;	
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #ecf6ff;
cursor: pointer;
}
.selectbox.select-op::after {
    content: "\25BC";
    position: absolute;
    right: 12px;
    top: 12px;
    pointer-events: none;
    color: #00aedc;
    font-size: 10px;
}

.selectbox.select-op select:focus{
background-color: #cce4f9;
border: 1px solid #005469;
color: #000;	
}
.selectbox.select-op:focus-within::after {
    transform: rotate(180deg); 
	color: #000;		
}
input[type=number].select-op, input[type=text].select-op{
    width: 100%;
    background-color: #ecf6ff;
    border: 1px solid #00aedc;
    outline-color: var(--new-qinprinting);
    max-width: 100%;
    padding: 0.5em;
    border-radius: 5px;
    color: #000;
	 font-size:0.9rem;
	 height: 42px;
}

input[type=number].select-op:focus, input[type=text].select-op:focus{
 border: 1px solid #005469;   
}

.op-control {
     display: block;
     width: 100%;
     height: 42px;
     padding: 0px 7px 0px 7px;
     line-height: 1.5;
     color: #001f28;
     background-image: none;
     border: solid 1px #00aedc;
     border-radius: 0;
     outline:none;
	  font-size: 0.9rem;
}
/*quantity input css*/
 .select-op input[type=number]{
     width:100%;
     background-color:#fff;
     border:2px solid var(--e-global-color-dde964b);
	  outline-color: var(--e-global-color-dde964b);
	  max-width: 100%;
     padding: 0.55rem;
	  border-radius: 5px;
}
.select-op input[type=number]:focus{
		border-color:var(--e-global-color-dde964b)!important;
	}
 .textboxdiv input[type=text]{
	 	padding: 0.4em;
     background-color: #fff;
     font-size: 0.9rem;
     width: 100%;
     border:1px solid var( --e-global-color-dcf0198 );
     outline-color: var(--e-global-color-17148cc);
}
.image-radio-label label {
    cursor: pointer;
}

.radiodiv, .surface-label, .image-radio-label{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
	gap: 0.8rem;
	flex-wrap: nowrap;
	position: relative;
}

.image-radio-label input[type="checkbox"]:checked + label img {
    box-shadow: 0 1px 3px #004052ab;
    border: solid 3px #00aedc;
}
.img-radiolabel input[type="radio"]:checked + label img {
    box-shadow: 0 1px 3px #004052ab;
    border: solid 3px #00aedc;
}
.image-radio-label input[type="radio"]:checked + .img-radiolabel img{
    box-shadow: 0 1px 3px #004052ab;
    border: solid 3px #00aedc;
}

.checkboxlabel, .img-radiolabel{
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0.4rem;
font-size: 0.75rem;
border-radius: 5px;
position: relative;
/*flex: 0 0 18%;*/
cursor:pointer;		
}
/*.two-elemnnetors .checkboxlabel,.two-elemnnetors .img-radiolabel{
 flex: 0 0 35%;
}    
.three-elemnnetors .checkboxlabel,.three-elemnnetors .img-radiolabel{
 flex: 0 0 18%;
}
.packagingdivs .img-radiolabel{
 flex: 0 0 30%;
}*/
.checkboxlabel img, .img-radiolabel img{
height: auto;
border-radius: 5px;
padding:0.1rem;
}
.checkboxlabel:hover img, .img-radiolabel:hover img {
    box-shadow: 0 0 3px #44657199;
}
.radioinput, .checkboxinput{
    position: absolute;
    opacity: 0;
}

.radiodiv input[type="radio"]:checked+label {
    color: #fff !important;
    background-color: var(--new-qinprinting);
    border: 1px solid var(--new-qinprinting);
}
.radiolabel {
    padding: 0.5rem;
    display: inline-block;
    color: #000;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    border: 1px solid var(--new-qinprinting);
    flex: 1;
}
.radiolabel:hover {
	background:var(--light-blue);
	color: #000;
}	

.img-radiolabel:hover img {
    box-shadow: 0 0 3px #44657199;
}

.checkboxlabel label, .img-radiolabel label {
    display: flex;
    flex-direction: column;
	cursor: pointer;
	gap: 5px;
	line-height: 1.1rem;
}

label.textboxlabel {
    font-size: 0.85rem;
}
.quote-disable-box{
padding: 0.5rem;
border-style: solid;
border-width: 1px 3px 1px 1px;
border-color: var(--new-qinprinting);
text-align: left;
border-radius: 5px;
width: 100%;
font-size: 0.9rem;	
border:none;	
}

.gsm2cover, .gsm2text{
	text-align: right;
    color: var(--grey);
    font-size: 0.75rem;	
}

.hardcoverbindingoption, .clothcover, .duskjacket, .ribbon, .Leathercover, .cloth-cover-image, .leather-cover-image, .ribbon-image, .endsheetpic{
    display:none;
}
.cloth-cover-image.active, .leather-cover-image.active, .ribbon-image.active, .hardcoversewnoption, .blankendsheetpic{
    display: block;
}

.duskjacketoption label, .ribbonoption label, .checkboxoption label{cursor: pointer; font-size: 1rem; font-weight:500;}

.cloth-color-container, .leather-color-container, .ribbon-color-container {
    gap: 0.8rem;
    justify-items: start;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr)); 
}
.quote-inner-sec.leather-color-container, .quote-inner-sec.cloth-color-container{flex: 5;}

.cloth-color-container .color-box, .leather-color-container .color-box{
    width: 50px;
    height: 50px;
}
.ribbon-color-container .color-box {
    width: 50px;
    height: 55px;
	border: 1px solid #eaeaea;
}
.cloth-color-container .color-box span,.ribbon-color-container .color-box span, .leather-color-container .color-box span{
  color: #fff;
	font-size: 0.7rem;
	line-height: 0.9rem;
	text-align: center;		
}
.color-box {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.4rem;
font-size: 0.8rem;
border-radius: 5px;
padding: 0;
position: relative;
cursor:pointer;
justify-content: flex-end;
}

.color-box img{
width:50px;
height:auto;
max-width: 100%;
border-radius: 5px;
}
.image-large-icon-click{cursor:pointer;}
.cloth-color-container input[type="radio"]:checked + .color-box::after, .Leathercover input[type="radio"]:checked + .color-box::after,.ribbon-color-container input[type="radio"]:checked + .color-box::after {
content: '\2713'; /* Checkmark */
position: absolute;
top: -5px;
right: 0px;
background: var(--qin-printing);
color: #fff;
font-size: 0.8rem;
width: 16px;
height: 16px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
}

.cloth-color-container .color-label, .leather-color-option .color-label  {
margin-top: 5px;
font-size: 0.75rem;
color: #333;
}

.end-sheet-paper-img{display:none;}
.end-sheet-blank-img{display:block;}
.range-pages-show {
  display: flex;
  justify-content: center;
  grid-column: 1 / 4;
  font-weight: 600;
  align-items: center;	
}

.range-number {
  display: flex;
  justify-content: space-between;
  grid-column: 2 / 3;
  grid-row-start: 3;
  margin: -16px 2px 0px;
}


.range-pages[type=range] {
  box-sizing: border-box;
  line-height: 1;
  height: 2em;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
	appearance: none;
  width: 100%;
	border: 1px solid white;
	outline: 2px solid white;
	outline-offset: -1px;
}
input[type="range"]::-moz-range-track {
  background: transparent;
  border: none;
}

.range-pages[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #00aedc;
  cursor: pointer;
  transition: background-color 0.3s, border 0.3s;
}

.range-pages[type=range]:active::-webkit-slider-thumb {
  background-color: #00aedc;
  border: 2px solid #00aedc;
}

.range-pages[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background-color: #00aedc;
  border-radius: 50%;
  border: 2px solid #00aedc;
  cursor: pointer;
  transition: background-color 0.3s, border 0.3s;
}

.range-pages[type=range]:active::-moz-range-thumb {
  background-color: #000;
  border: 2px solid #000;
}

.range-pages[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background-color: #00aedc;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: none;
}

.range-pages[type=range]:active::-webkit-slider-runnable-track,
.range-pages[type=range]:focus::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background-color: #00aedc;
  border-radius: 5px;
  cursor: pointer;
}

.range-pages[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  background-color: #00aedc;
  border-radius: 5px;
  cursor: pointer;
}
.range-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.range-button {
    background: none;
    border: 1px solid #00aedc;
    border-radius: 5px;
    padding: 0.4rem 0.5rem;
}
input.output {
    color: #666;
    background: #fff;
    padding: 0 5px;
    border: 1px solid #00aedc;
    border-radius: 0;
    text-align: center;
	min-height: 10px !important;
}
input.output:focus{
    border: none;
    border: 1px solid #666; 
}

input[type="number"].output::-webkit-outer-spin-button,
input[type="number"].output::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"].output {
    -moz-appearance: textfield;
}

@media screen and (max-width: 1024px) {
	.checkboxlabel, .img-radiolabel{
		/*flex: 0 0 23%;*/
		font-size: 0.7rem;
	}
/*	.two-elemnnetors .checkboxlabel,.two-elemnnetors .img-radiolabel{
		flex: 0 0 23%;
	}*/
	.quote-inner-inner-sec.booksize-custom{}
	.quote-subtitle {
    font-size: 0.9rem;
    font-weight: 600;
	}
	.btn.btn-custom, .btn.btn-standard, .btn.card-btn-custom, .btn.card-btn-standard {
		font-size: 0.7rem;
	}
	.quote-small-subtitle {
		font-size: 0.9rem;
	}	
	.radiodiv, .surface-label, .image-radio-label{
		gap:0.5rem;
    	flex-wrap: wrap;		
	}
   .radiolabel {
		font-size: 0.9rem;
    }
	.flex-gap-section {
    gap: 0.5rem;	
	}
	.select-op select{
		font-size: 0.9rem;
	}
	input[type=number].select-op, input[type=text].select-op{height: 40px;}
	.op-control{height: 40px;}
	.quote-disable-box {padding: 0.4rem;}
	.select-op input[type=number]{padding: 0.4rem;}
	.tooltip-image.tooltip-icon{
	  width: 1rem;
    height: 1rem;
	}
}

@media screen and (max-width: 767px) {
/*.checkboxlabel, .img-radiolabel {
flex: 0 0 30%;
	}
.two-elemnnetors .checkboxlabel,.two-elemnnetors .img-radiolabel{
		flex: 0 0 30%;
}	
.three-elemnnetors .checkboxlabel,.three-elemnnetors .img-radiolabel{
		flex: 0 0 30%;
}	*/
}	
/*quote-show-section -------------------------------
 * ---------------------------------------------*/
.price-show{
background-color: var(--dark-background);
color:#fff;
border-radius: 5px;
box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1);
padding: 1rem;
display:flex;
flex-direction: column;
gap:0.1rem;
}
.price-show-inner{
    display:flex;
    flex-direction: column;
    gap: 0.1rem;
}    
span.shiping-cost-text {font-size: 0.9rem;}

.zip-country-show{margin-bottom: 15px;}

.tax{display:none!important}

span.total-with-shipping-price {
    font-size: 2rem;
    font-weight: 600;
}
.discount {
color: var(--underline);
font-size: 1.5rem;
font-weight: 600;
}
.tax, .tip{
font-size:0.7rem;
}

.realprice{
font-size:4rem;
font-weight:600;
line-height: 5rem;
}
.total-with-shipping {
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
padding: 0.5rem 0rem;
border-top: dotted 2px #ffffff5c;	
}

.countryprince, .zip-apply, .zip-change, .downloadbtn, .questionbtn{
flex: 1;
min-width: 0;
}
input[type=text].zipcode, .countryprince {
    flex: 2;
    min-width: 0;
    padding: .5em !important;
    font-size: 0.8rem;
    border-radius: 5px !important;
    background-color: #fff !important;
    outline: none;
}
.now-show-sec .downloadbtn{
    background-color: var(--qin-printing);
    border:solid 2px var(--qin-printing);
    border-radius: 5px;
    padding: 1rem 0.3rem;
    font-size: 0.9rem;
    color: #FFFFFF;
}

.now-show-sec .downloadbtn:hover{
background: #fff;
border: 2px solid var(--qin-printing);	
color: #000;
}
.now-show-sec .zip-apply, .now-show-sec .zip-change{
background-color: var(--qin-printing);
font-size: 0.9rem;
text-transform: none;
fill: #ffffff;
color: #ffffff;
padding: 8px 5px 8px 5px;
border: none;
border-radius: 5px;
}
.now-show-sec .zip-apply:hover,.now-show-sec .zip-change:hover{
background-color: var(--light-blue);
}
button.shipping-cost-btn, button.questionbtn {
    border-radius: 5px;
    border: solid 2px var(--underline);
    color: #ffffff;
    font-size: 0.9rem;
    flex: 1;
    padding: 1rem 0.3rem;
    background-color: #ff6600;
    width: 100%;
    box-shadow: 1px 1px 2px 0px #ce34344a;
    font-weight: 500;
}
button.shipping-cost-btn:hover, button.questionbtn:hover{
box-shadow: 0px 1px 3px 0px #0000004f;
background-color: #fe7c26;	
color:#fff;	
}
button.shipping-cost-btn.btn-active, button.questionbtn.btn-active{
background-color: #fff;!important;
color:var(--underline);
border: solid 2px var(--underline);
}
.contact-form, .shipping-cost-form {
padding: 0rem;
margin-top: -1rem;
}
.logo-button{
display:flex;
flex-direction: row;
width:100%;
align-items: center;
justify-content: space-evenly;
border-radius: 5px;
padding: 0.7rem 0.5rem 0.7rem 0.5rem;
margin-bottom:1rem;
box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1);
font-size: 0.9rem;
text-align: center;	
}
.logo-button svg {
width: 2.5rem;
height: 2.5rem;
}
.Template-download-btn{
background-color: var(--dark-background);
color: #fff;
fill: #fff;
border: none;
}
.Template-download-btn:hover{
background-color:#012d39;
}
.white-button{
background-color:#fff;
color:var(--dark-background);
fill:var(--dark-background);
border: none;
}
.white-button:hover{
background-color:#f7f7f7
}
.mobile-price-show {
position: fixed;
left: 0px;
bottom: 2px;
text-align: center;
color: #FFFFFF;
line-height: 1.3rem;
background-color: var(--dark-background);
padding: 1rem;
width: 100%;
font-size: 0.9rem;
z-index: 999;
padding: 10px 10px 10px 10px;	
display:none;
}
.mobile-price-show a {
color: inherit;
text-decoration: none;
	line-height: 25px;
}
.mobile-price-show a:hover {
color: #FFFFFF;
text-decoration: none;
}



.download-form, .shipping-cost-form, .contact-form{
display:none;
}

.download-form form#wpforms-form-2823 {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}

.download-form .wpforms-submit-container {
   padding: 5px !important;
}

.download-form div#wpforms-2823-field_3-container {
    padding: 0;
}

.download-form button[type="submit"] {
    border-radius: 8px;
    margin-bottom: 0;
    background-color: #00aedc;
    color: #fff;
    padding: 10px 20px;
}

.download-form button[type="submit"]:hover {
background-color: #31d4ff;
}

.download-form .wpforms-field-container {
    flex: 100%;
}

.wpforms-container label.wpforms-error {
    color: #ff0303!important;
}

.shipping-cost-show {
flex-direction: column;
display:none;	
}
.shipping-guide{
flex: 3;
min-width: 0;
font-size: 1rem;
line-height: 1.2rem;
}
.cursor-pointer {
	cursor:pointer;
}

.hide-section{display:none;}
.shippingguding2{
	position: sticky !important;
	top: 0px !important;
	position:-webkit-sticky;
    z-index: 999;	
}	


@media screen and (max-width: 1024px) {
	.now-show-sec .downloadbtn {
	    padding: 0.8rem 0.3rem;
	}
	.textboxdiv input[type=text] {
		padding: 0.3em !important;
	}
}    
 
.qin-tooltip .elementor-icon-wrapper, .qin-tooltip-2 .elementor-icon-wrapper{
    display:flex;
    align-items: center;
}
.price-show span.tc-rmb2 span{display:none;}    
.mobile-price- show span.tc-rmb2 span{display:inline;}    


/*form height -------------------------------
 * ---------------------------------------------*/
.softcoverbookbtn-form {min-height: 1222px;}
.softcoverbtn-form {min-height: 1222px;}
.hardcoverbtn-form {min-height: 1848px;}
.selfcoverboardbtn-form {min-height: 659px;}
.hardcoverboardbtn-form {min-height: 1288px;}
.cardsetbtn-form {min-height: 1233px;}
.flyerbtn-form {min-height: 926px;}
.posterbtn-form {min-height: 662px;}
.folderbtn-form {min-height: 728px;}
.saddlebtn-form {min-height: 1054px;}
.calendardeskbtn-form {min-height: 1189px;}
.wireobtn-form {min-height: 1104px;}
.calendar3btn-form {min-height: 725px;}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
