@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); 
* {
text-decoration: none !important;
outline: none !important;
}
body {
font-family: 'Poppins', sans-serif !important;
font-weight: normal;
font-size: 16px;
line-height: 25px;
background: rgb(255, 255, 255);
letter-spacing: 0.4px;
overflow-x: hidden;
color: rgb(51, 51, 51);
}
html{
overflow-x: hidden;
}
img {
width: auto;
max-width: 100%;
height: auto;
border: 0px;
}
ul, ol {
margin: 0px;
padding: 0px;
list-style: none;
}
a, a:hover, a:focus {
text-decoration: none;
}
ol {
list-style: inside decimal;
}
h1, h2, h3, h4, h5, h6 {
margin: 0px;
padding: 0px;
font-weight: 500;
font-size: 20px;
color: rgb(13, 20, 30);
line-height: 30px;
font-family: Poppins, sans-serif;
}
p {
margin: 0px;
padding: 0px;
color: rgb(5, 7, 7);
font-size: 16px;
font-family: Poppins, sans-serif;
}
b, strong {
font-weight: 600;
}
blockquote {
margin: 0px;
padding: 0px;
border: none;
}
a:focus, p:focus, div:focus, input:focus, textarea:focus, submit:focus, button:focus {
outline: none;
}
@font-face {
font-family: "sf Pro Display Regular";
src: url("../fonts/sf-pro-display-regular.OTF");
}
@font-face {
font-family: "sf Pro Display Bold";
src: url("../fonts/sf-pro-display-bold.OTF");
}
@font-face {
font-family: "sf Pro Display Medium";
src: url("../fonts/sf-pro-display-medium.OTF");
}
.order-tittle {
background: #8586EC;
border-radius: 10px 10px 0px 0px;
padding: 10px 14px;
display: flex;
justify-content: space-between;
align-items: center;
}
.order-tittle h4 {
line-height: 16px;
text-transform: capitalize;
margin: auto;
padding-left: 90px;
font-size: 16px !important;
color: rgb(255, 255, 255) !important;
}
.cover-order {
border: 1px solid rgb(178, 178, 178);
border-radius: 10px;
}
.common-area {
border: 1px solid rgb(178, 178, 178);
border-radius: 10px;
margin-bottom: 7px;
}
.option-head {
/*background: rgb(65, 117, 198);*/
background: #413E66;
padding: 8px 20px;
border-radius: 10px 10px 0px 0px;
}
.radio-option {
position: relative;
padding-left: 25px;
margin-right: 15px;
cursor: pointer;
user-select: none;
color: rgb(255, 255, 255);
font-size: 14px;
display: flex;
align-items: center;
}
.radio-option input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.checkmark {
position: absolute;
left: 0px;
height: 16px;
width: 16px;
background-color: transparent;
border-radius: 50%;
border: 1px solid rgb(255, 255, 255);
}
.radio-option:hover input ~ .checkmark {
background-color: transparent;
}
.radio-option input:checked ~ .checkmark {
background-color: rgb(65, 117, 198);
}
.checkmark::after {
content: "";
position: absolute;
display: none;
}
.radio-option input:checked ~ .checkmark::after {
display: block;
}
.radio-option .checkmark::after {
top: 2px;
left: 2px;
width: 10px;
height: 10px;
border-radius: 50%;
background: white;
}
.commpn-padding {
padding: 6px 10px 9px;
}
.quality-area {
padding: 1px 0px;
margin-top: 2px;
}
.quality-area label {
font-weight: normal;
font-size: 16px;
color: rgb(65, 65, 65);
font-family: 'Poppins';
}
.quality-area input {
width: 70px;
text-align: center;
/* height: 23px; */
border: 1px solid rgb(168, 181, 214);
margin-left: 10px;
padding: 0px !important;
border-radius: 10px !important;
}
.form-design {
padding: 3px 0px 2px;
width: 100%;
}
.form-design label {
font-weight: normal;
font-size: 13px;
color: rgb(65, 65, 65);
margin-bottom: 2px;
font-size: t-f;
font-family: 'Poppins';
}
.form-design .form-select {
box-shadow: none;
height: 27px;
border-radius: 10px;
border: 1px solid rgb(168, 181, 214) !important;
padding: 0px 10px;
font-size: 11px;
outline: none !important;
text-align: left !important;
font-family: 'Poppins';
font-weight: normal;
}
.option-text {
font-size: 13px;
line-height: 22px;
padding: 10px 0px;
font-family: Poppins;
font-weight: 500;
}
.form-design .form-control {
box-shadow: none;
height: 22px;
border-radius: 10px;
border: 1px solid rgb(168, 181, 214);
font-size: 12px;
outline: none !important;
font-family: 'Poppins';
font-weight: normal;
}
.gray-bg {
background: rgb(249, 248, 247);
}
.mid-para p {
font-size: 13px;
}
.three-button {
padding-top: 0px;
}
.blue-bg {
background: #413E66;
border-radius: 10px;
}
.common-area table {
width: 100%;
}
.common-area table tr td {
font-size: 13px;
color: rgb(255, 255, 255);
padding: 6px 0px 3px;
/* font-family: "sf Pro Display Regular"; */
font-family: 'Poppins';
font-weight: normal;
border: 0px;
background-color: transparent !important;
}
.common-area table tfoot {
border-top: 2px solid rgb(255, 255, 255);
/* margin-top: 59px; */
padding-top: 10px;
}
.common-area table tfoot tr td {
font-size: 14px;
padding: 4px 0px;
}
.switch {
position: relative;
display: inline-block;
width: 45px;
height: 18px;
}
.switch input {
opacity: 0;
width: 0px;
height: 0px;
}
.slider {
position: absolute;
cursor: pointer;
inset: 0px;
background-color: rgb(204, 204, 204);
transition: all 0.4s ease 0s;
}
.slider::before {
position: absolute;
content: "";
height: 16px;
width: 16px;
left: 4px;
bottom: 1px;
background-color: white;
transition: all 0.4s ease 0s;
}
input:checked + .slider {
background-color: rgb(65, 117, 198);
}
input:focus + .slider {
box-shadow: rgb(33, 150, 243) 0px 0px 1px;
}
input:checked + .slider::before {
transform: translateX(26px);
}
.slider.round {
border-radius: 34px;
}
.slider.round::before {
border-radius: 50%;
}
.toggle-area {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 4px;
}
.toggle-area label {
font-size: 13px;
font-weight: 600;
color: rgb(65, 65, 65);
font-family: 'Poppins';
font-weight: normal;
}
.price-bar input {
padding: 0px;
border: none !important;
}
.price-bar {
width: 80px;
display: flex;
margin-left: auto;
margin-right: 2px;
padding: 0px 10px;
border: 1px solid rgb(65, 117, 198);
border-radius: 6px;
height: 23px;
font-size: 16px;
font-weight: 600;
align-items: center;
}
.price-bar input {
width: 100%;
font-size: 13px;
font-weight: normal;
color: rgb(65, 65, 65);
border: 0px;
padding: 0px !important;
font-family: 'Poppins';
}
.price-bar span {
color: rgb(65, 117, 198);
font-size: 16px;
}
.left-roted img {
transform: scaleX(-1);
}
.roted-button {
margin: 5px;
transition: all 0.4s ease-in-out 0s;
border: 1px solid rgb(65, 117, 198) !important;
border-radius: 6px !important;
padding: 5px 25px !important;
color: rgb(255, 255, 255) !important;
/*background: rgb(65, 117, 198) !important;*/
background: #8586EC !important;
}
.roted-button:hover {
color: rgb(255, 255, 255);
transition: all 0.4s ease-in-out 0s;
background: rgb(65, 117, 198);
}
.reset-btn {
margin: 5px;
color: rgb(255, 255, 255) !important;
transition: all 0.4s ease-in-out 0s !important;
/*background: rgb(65, 117, 198) !important;*/
background: #8586EC !important;
border: 1px solid rgb(65, 117, 198) !important;
border-radius: 6px !important;
padding: 5px 25px !important;
}
.three-button button {
border-radius: 6px;
min-height: 25px;
padding: 5px 15px;
font-size: 12px;
color: rgb(65, 117, 198);
background: rgb(255, 255, 255);
display: inline-block;
margin: 5px;
border: 1px solid rgb(65, 117, 198) !important;
}
.additional-button {
padding: 5px 30px;
font-size: 14px;
border: 1px solid rgb(65, 117, 198) !important;
border-radius: 6px !important;
background: rgb(65, 117, 198) !important;
color: rgb(255, 255, 255) !important;
}
.size-part p {
color: rgb(102, 107, 120);
font-size: 13px;
}
.size-part p b {
color: rgb(65, 65, 65);
}
.width100 {
width: 100%;
}
.modal-radio label {
color: rgb(5, 7, 7);
font-weight: 600;
}
.modal-area .checkmark {
border: 2px solid rgb(65, 65, 65);
}
.modal-area .radio-option input:checked ~ .checkmark {
background-color: transparent;
border: 2px solid rgb(65, 117, 198);
}
.modal-area .radio-option .checkmark::after {
top: 2px;
left: 2px;
width: 8px;
height: 8px;
border-radius: 50%;
background: rgb(65, 117, 198);
}
.modal-area .modal-header {
/*background: rgb(65, 117, 198);*/
background: #413E66;
}
.modal-area .modal-title {
color: rgb(255, 255, 255);
font-size: 26px;
font-family: "sf Pro Display Medium";
}
.modal-area .btn-close {
border-radius: 50px;
border: 1px solid rgb(255, 255, 255);
color: rgb(255, 255, 255);
background: none;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
padding: 0;
width: 38px;
height: 38px;
}
.modal-area .form-design {
padding: 5px;
}
.modal-area .modal-radio {
border-bottom: 2px solid rgb(187, 187, 187);
padding-bottom: 10px;
}
.price-table tr td {
border: 0px;
color: rgb(65, 65, 65) !important;
padding: 0px !important;
}
.modal-area .price-table {
width: 50%;
padding: 25px;
/* background: rgb(255, 255, 255); */
}
h4.total-price {
text-align: right;
width: 50%;
font-weight: bold;
color: rgb(65, 117, 198);
}
.order-button {
border-radius: 6px;
padding: 7px 37px;
font-size: 18px;
font-family: "sf Pro Display Medium";
/*background: rgb(65, 117, 198) !important;*/
background: #8586EC !important;
color: rgb(255, 255, 255) !important;
border: 0px !important;
}
.order-button-page {
border-radius: 6px;
padding: 7px 37px;
font-size: 18px;
font-family: "sf Pro Display Medium";
/*background: rgb(65, 117, 198) !important;*/
background: #F9A313 !important;
color: rgb(255, 255, 255) !important;
border: 0px !important;
}
header {
width: 100%;
}
header .logo {
text-align: center;
width: 67%;
margin-left: 7%;
}
.header-div {
display: flex;
justify-content: center;
}
.quot-btn button {
border: 0px;
font-size: 14px;
margin-top: 3px;
background: rgb(255, 255, 255);
color: rgb(65, 65, 65);
border-radius: 4px;
}
.quot-btn button:hover {
background: rgb(65, 117, 198);
color: rgb(255, 255, 255);
}
@media only screen and (max-width: 1399.98px) {
.three-button button {
padding: 1px 12px;
font-size: 12px;
margin: 2px 2px 9px;
}
}
@media only screen and (max-width: 1299.98px) {
.three-button button {
padding: 5px 10px;
font-size: 14px;
margin: 5px;
}
.ast-container {
max-width: 1140px;
}
}
@media only screen and (min-width: 1200px) {
.ast-container {
max-width: 1140px;
}
.order-calculation .container {
max-width: 1140px !important;
}
}
.disable-me {
pointer-events: none;
}
.site-content .ast-container {
display: flex;
justify-content: center;
flex-direction: column;
}
.order-calculation {
margin-top: 13px;
}
.common-area table {
border: 0px;
margin-bottom: 6px;
}
.common-area .toggle-area select, .common-area .toggle-area input {
width: 158px;
height: 24px;
font-size: 12px;
padding: 0px 5px !important;
}
.common-area input[type="submit"] {
padding: 6px 17px;
font-size: 13px;
background: rgb(255, 255, 255);
color: rgb(65, 117, 198);
}
.common-area h4 {
font-size: 15px;
line-height: 17px;
margin-top: 2px;
}
.common-area .croppie-container {
padding: 8px 0px;
}
.common-area.blue-bg {
margin-top: 9px;
}
.paper-details {
margin-top: 8px;
}
.common-area .mid-para {
padding: 5px 0px;
}
.common-area .croppie-container .cr-slider-wrap {
margin: 3px auto;
}
[class*="col-"] {
padding-right: 11px !important;
}
.common-area.bg-white {
margin: 5px;
}
.common-area .common-paading {
margin-bottom: 10px;
}
.modal .form-design .form-control {
height: 36px;
border: 1px solid rgb(168, 181, 214);
border-radius: 10px !important;
}
.modal .form-design .form-select {
height: 36px;
}
.modal .form-design label {
font-size: 16px;
color: rgb(65, 65, 65);
font-family: "sf Pro Display Medium";
font-weight: 500;
}
input.bulk-order-submit-btn {
padding: 5px 11px;
border-radius: 4px;
border: 0;
line-height: 1;
/*background: rgb(255, 255, 255) !important;*/
background: #F9A313;
/*color: rgb(65, 65, 65) !important;*/
color: #FFFFFF !important;
font-size: 14px !important;
font-weight: 400 !important;
}
.button-class-custom {
text-align: end;
}
input.custom_submit:hover {
border:0;
font-weight: 400;
color: #000000 !important;
/*background: transparent !important;*/
background: #F9A313 !important;;
}
.common-area .toggle-area input.bulk-order-sleeves-quantity-btn, input.bulk-order-backing-quantity-btn{
width: 91px !important;
padding-right: 0px !important;
}
select option:hover {
background: rgb(0, 0, 0);
}
.fancybox-button {
display: none !important;
}
.fancybox-content {
background: rgb(255, 255, 255);
margin: 0px;
max-width: 100%;
overflow: auto;
padding: 55px;
position: relative;
text-align: left;
vertical-align: middle;
box-shadow: rgb(0, 0, 0) 4px 4px 4px;
height: 350px;
align-items: center;
display: inline-flex !important;
}
.fancybox-content button {
margin-right: 15px;
background: rgb(65, 117, 198);
border-radius: 5px;
border: 0px;
color: rgb(255, 255, 255);
}
.fancybox-content button:hover {
background: transparent;
border: 1px solid rgb(65, 117, 198);
color: rgb(65, 117, 198);
}
.single-product .jumbotron {
margin: 66px 0px;
padding: 5px 35px;
}
.bulk-order-previously h2, .bulk-order-brand h2 {
font-family: Poppins;
font-size: 22px;
}
.bulk-order-previously p, .bulk-order-brand p {
line-height: 28px;
margin-bottom: 27px;
font-size: 18px;
}
.bulk-order-previously a, .bulk-order-brand a {
background: rgb(65, 117, 198);
padding: 12px 10px;
font-size: 15px;
border-radius: 4px;
color: rgb(255, 255, 255) !important;
}
.bulk-order-previously, .bulk-order-brand {
padding: 31px;
border: 1px solid rgb(239, 232, 232);
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
margin-bottom: 70px;
height: 275px;
}
.single-product .tz-gallery {
margin-top: 28px;
padding: 5px 35px;
}
.single-product .tz-gallery img {
max-width: 100%;
width: 100%;
height: 250px;
object-fit: cover;
object-position: left center;
margin-bottom: 25px;
}
.loading {
border-width: 5px;
border-style: solid;
border-color: rgb(65, 117, 198) rgb(243, 243, 243) rgb(243, 243, 243);
border-image: initial;
animation: 1s linear 0s infinite normal none running spin;
border-radius: 50%;
width: 50px;
height: 50px;
margin: 20px auto;
text-indent: -999px;
}
@-webkit-keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.image-bulk-order-class {
margin: 25px 0px;
}
.image-bulk-order-class label {
margin-bottom: 15px;
/*color: rgb(65, 117, 198);*/
color: #413E66;
font-size: 18px;
font-family: 'Poppins';
font-weight: normal;
padding-left: 8px;
}
.bulk-order-header-shortcode-modal button {
color: rgb(255, 255, 255);
border: 0px;
background: #F9A313 !important;
}
.modal-backdrop.fade.show {
z-index: 1;
}
.modal-area .price-table {
/* background: rgb(255, 255, 255); */
border: 0px;
}
.bulk-order-header-shortcode-modal button:hover {
background: rgb(65, 65, 65);
}
button.crop_image {
background: rgb(65, 117, 198);
color: rgb(255, 255, 255);
}
button.crop_image:hover {
background: rgb(65, 117, 198);
color: rgb(255, 255, 255);
}
.elementor-menu-cart__footer-buttons a {
font-size: 17px !important;
font-family: Poppins !important;
word-spacing: 11px !important;
color: rgb(255, 255, 255) !important;
letter-spacing: 1px !important;
}
.tooltip-div {
display: inline-flex;
justify-content: center;
align-items: center;
cursor: pointer;
position: relative;
}
.tooltipText {
background-color: rgb(255, 255, 255);
position: absolute;
bottom: 9px;
padding: 4px 6px;
border-radius: 5px;
font-size: 9px;
opacity: 0;
transition: all 0.5s ease 0s;
right: 53px;
border: 1px solid rgb(223, 217, 217);
z-index: 1;
width: 122px;
/* height: 39px;*/
display: flex;
align-items: center;
justify-content: center;
text-align: center;
line-height: 12px;
}
.bulk-order-tooltip-2 {
right: 40px;
}
.bulk-order-tooltip-1 {
right: 23px;
bottom: 12px;
width: 100px;
}
.bulk-order-tooltip-3 {
width: 130px;
}
.tooltipText::after {
content: "";
border-width: 8px;
border-style: solid;
border-color: rgb(69, 118, 193) transparent transparent;
position: absolute;
top: 100%;
left: 40%;
margin-left: 5%;
}
.tooltip-div:hover .tooltipText {
opacity: 1;
transform: translateY(-10px);
}
.bulk-order-imagecont {
/* height: 317px; */
margin-bottom: 10px;
padding: 90px 60px 90px;
}
.bulk-order-imagecont img {
object-fit: cover;
border: 1px solid rgb(0, 0, 0);
height: 233px !important;
}
.bulk-order-imagecont .cropper-container {
height: 323px !important;
width: 100% !important;
background: none !important;
/* text-align: center; */
margin: auto;
}
.bulk-order-imagecont .cropper-canvas {
width: 100% !important;
}
.bulk-order-imagecont canvas {
border: 1px solid rgb(0, 0, 0);
/* height: 273px; */
object-fit: cover;
/*width: 100% !important;*/
height: 300px !important;
}
/*3-5-23*/
.paper-details .common-area.size-part p {
margin-bottom: 0;
}
.paper-details .common-area{
padding: 7px;
}
tr.bulk-order-divider {
border-bottom: 1px solid #ffffff4f;
}
/*3-5-23*/
.woocommerce-cart .product-quantity{
width: 150px;
}
.woocommerce-cart .product-quantity .quantity input{
width: 100%;
padding-left: 0;
padding-right: 0;
margin: auto;
border: 1px solid #d9d8d8;
padding: 0;
}
/* 30/05/2023 */
.common-area.bulk-order-border h4 {
margin-bottom: 0;
font-size: 16px;
font-family: 'Poppins';
font-weight: normal;
}
form#add_custom_cart_data .commpn-padding{padding: 9px 10px;}
/*17-10-23  */
/* cart-sidebar*/
.elementor-menu-cart__main{
width:450px !important;
padding: 30px 15px !important;
}
.product-thumbnail img {
width: 70px;
}
.elementor-menu-cart__product{
padding-right: 78px !important
}
.elementor-menu-cart__product .product-name dt {
font-size: 14px;
width: 150px;
padding-bottom: 8px;
}
.elementor-menu-cart__product .product-name dd {
width: 128px;
}
.elementor-menu-cart__product .product-name dd p{
font-size: 14px;
}
.elementor-menu-cart__product .product-name{
padding-left: 0;
}
.elementor-menu-cart__footer-buttons a{
padding: 15px 10px!important;
border-radius: 5px !important;
}
/* cart-sidebar */
/* 17-10-23 */
/* 30-10-23 */
.toggle-area.sleeves-area.bulk-order-sleeves-disabled {
background: #d3ccccad;
padding: 7px 4px;
cursor: none;
}
.toggle-area.sleeves-area.bulk-order-sleeves-disabled label{
opacity: 0.5;
}
.toggle-area.sleeves-area.bulk-order-sleeves-disabled .slider.round {
cursor: not-allowed;
}
.toggle-area.backing-area.bulk-order-backing-disabled {
background: #d3ccccad;
padding: 7px 4px;
cursor: none;
}
.toggle-area.backing-area.bulk-order-backing-disabled label{
opacity: 0.5;
}
.toggle-area.backing-area.bulk-order-backing-disabled .slider.round {
cursor: not-allowed;
}
/* 30-10-23 */
/* 7-11-23 */
.bulk-order-instant-quote-page{
width: 65%;
margin: auto;
padding: 35px 0;
}
.bulk-order-instant-quote-page .modal-body .wrap-responsive {
gap:20px;
}
.bulk-order-instant-quote-page .form-design .form-control,
.bulk-order-instant-quote-page .form-design .form-select {
height: 35px;
border-radius: 5px;
padding: 0 12px;
}
.bulk-order-instant-quote-page .form-control{
padding: 5px !important;
}
.bulk-order-instant-quote-page .form-design label{
margin-bottom: 15px !important;
}
.bulk-order-instant-quote-page .form-design{
margin-bottom: 18px;
}
.bulk-order-instant-quote-page .common-area {
margin-bottom: 7px;
padding: 11px 25px !important;
}
.bulk-order-instant-quote-page table.price-table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th{
background-color: transparent !important;
}
.bulk-order-instant-quote-page .modal-title{
margin-bottom: 20px;
}
/* 7-11-23 */
/* 8-11-23 */
span.bulk-order-discount-symbol {
padding-right: 5px;
margin-right: 0;
}
td.discount-bulk-order-td {
display: flex;
justify-content: space-between;
}
/* 8-11-23 */
/* 14-11-23 */
.bulk-order-imagecont .cropper-wrap-box, .bulk-order-imagecont .cropper-canvas{
overflow: initial !important;
}
/* 14-11-23 */
/* 17-11-23 */
.bulk-order-header-shortcode-modal button {
margin-bottom: 25px !important;
}
a.order-button-page:hover{
background: transparent;
border: 1px solid #000;
color:#000;
}
/* 17-11-23 */
/* print-product */
@media only screen and (max-width: 1024px) {
.quality-area {
padding: 1px 0px;
margin-top: 2px;
flex-direction: column;
align-items: start !important;
margin-bottom: 10px;
width: 48%;
}
.quality-area label {
font-size: 14px;
margin-bottom: 13px;
}
.form-design label {
font-size: 14px;
margin-bottom: 13px !important;
}
.quality-area input {
height: 35px;
border: 1px solid rgb(168, 181, 214) !important;
border-radius: 5px !important;
margin-left: 0;
text-align: left;
padding: 11px !important;
}
.form-design .form-select {
height: 35px;
border-radius: 5px;
}
.form-design .form-control {
height: 35px;
border-radius: 5px !important;
}
.bulk-order-paper {
margin-bottom: 8px;
width: 49%;
}
.form-design {
margin-bottom: 8px;
}
form#add_custom_cart_data{
padding: 0 15px;
}
.bulk-order-imagecont {
margin-bottom: 10px;
padding: 160px 60px 80px;
}
.price-bar {
margin-top: 15px;
}
.common-area.bulk-order-border h4 {
margin-bottom: 8px;
}
.common-area {
margin-bottom: 18px;
}
.common-area.bulk-order-border {
margin-bottom: 0;
}
.common-area.gray-bg {
margin-bottom: 0;
}
.order-calculation {
margin-bottom: 20px;
}
form#add_custom_cart_data .commpn-padding {
padding: 9px 10px;
display: flex;
flex-wrap: wrap;
gap: 0 15px;
}
.paper_standard_size {
display: flex;
gap: 0 15px;
width: 100%;
}
.toggle-area {
gap: 0 8px;
}
/* demo-2 */
.bulk-order-instant-quote-page {
width: 100%;
padding: 35px 30px;
}
/* demo-2 */
}
/* print-product */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.form-design .form-control {
height: 36px;
font-size: 12px;
border-radius: 10px !important;
}
.form-design .form-select {
height: 37px;
border-radius: 10px;
font-size: 12px;
}
.single-product .tz-gallery img {
height: auto;
margin-bottom: 5px;
}
.bulk-order-previously, .bulk-order-brand {
height: auto;
}
/* 8-5-23 */
.woocommerce-cart .product-quantity{
width: auto;
}
/* 8-5-23 */
/* 17-11-23 */
/* print-product */
.quality-area {
padding: 1px 0px;
margin-top: 2px;
flex-direction: column;
align-items: start !important;
margin-bottom: 10px;
width: 48%;
}
.quality-area label {
font-size: 14px;
margin-bottom: 13px;
}
.form-design label {
font-size: 14px;
margin-bottom: 13px !important;
}
.quality-area input {
height: 35px;
border: 1px solid rgb(168, 181, 214) !important;
border-radius: 5px !important;
margin-left: 0;
text-align: left;
padding: 11px !important;
}
.form-design .form-select {
height: 35px;
border-radius: 5px;
}
.form-design .form-control {
height: 35px;
border-radius: 5px !important;
}
.bulk-order-paper {
margin-bottom: 8px;
width: 49%;
}
.form-design {
margin-bottom: 8px;
}
form#add_custom_cart_data{
padding: 0 15px;
}
.bulk-order-imagecont {
margin-bottom: 10px;
padding: 160px 60px 80px;
}
.price-bar {
margin-top: 15px;
}
.common-area.bulk-order-border h4 {
margin-bottom: 8px;
}
.common-area {
margin-bottom: 18px;
}
.common-area.bulk-order-border {
margin-bottom: 0;
}
.common-area.gray-bg {
margin-bottom: 0;
}
.order-calculation {
margin-bottom: 20px;
}
form#add_custom_cart_data .commpn-padding {
padding: 9px 10px;
display: flex;
flex-wrap: wrap;
gap: 0 15px;
}
.paper_standard_size {
display: flex;
gap: 0 15px;
width: 100%;
}
.toggle-area {
gap: 0 8px;
}
/* print-product */
/* demo-2 */
.bulk-order-instant-quote-page {
width: 100%;
padding: 35px 30px;
}
h1.entry-title {
font-size: 25px;
}
/* demo-2 */
div#exampleModal1 .modal-dialog {
max-width: 90%;
}
/* 17-11-23 */
}
@media only screen and (max-width: 767.98px) {
.three-button button {
font-size: 13px;
}
.size-part p {
font-size: 14px;
}
.commpn-padding {
padding: 10px 19px 9px;
}
[class*="col-"] {
width: 100% !important;
}
[class*="col-"] {
padding-right: 2px !important;
}
.order-tittle h4 {
font-size: 15px;
line-height: 25px;
padding-left: 0px;
}
.single-product .jumbotron {
margin: 66px 0px;
}
.single-product .tz-gallery img {
height: auto;
margin-bottom: 5px;
}
.fancybox-content button {
margin-right: 0px;
border-radius: 5px;
margin-bottom: 13px;
background: rgb(65, 117, 198) !important;
}
.fancybox-content {
align-items: center;
flex-direction: column;
height: auto;
display: inline-flex !important;
}
.bulk-order-previously, .bulk-order-brand {
height: auto;
}
/* 8-5-23 */
.woocommerce-cart .product-quantity{
width: auto;
}
/* 8-5-23 */
/* 7-11-23 */
.bulk-order-instant-quote-page{
width: 100%;
padding: 0 30px 15px;
}
/* 17-11-23 */
/* print-product */
.quality-area {
padding: 1px 0px;
margin-top: 2px;
flex-direction: column;
align-items: start !important;
margin-bottom: 10px;
width:100%;
}
.quality-area label {
font-size: 14px;
margin-bottom: 13px;
}
.form-design label {
font-size: 14px;
margin-bottom: 13px !important;
}
.quality-area input {
height: 35px;
border: 1px solid rgb(168, 181, 214) !important;
border-radius: 5px !important;
margin-left: 0;
text-align: left;
padding: 11px !important;
}
.form-design .form-select {
height: 35px;
border-radius: 5px !important;
}
.form-design .form-control {
height: 35px;
border-radius: 5px !important;
}
.bulk-order-paper {
margin-bottom: 8px;
width: 100%;
}
.form-design {
margin-bottom: 8px;
}
form#add_custom_cart_data{
padding: 0 15px;
}
.bulk-order-imagecont {
margin-bottom: 0;
padding: 85px 60px 55px;
}
.price-bar {
margin-top: 15px;
}
.common-area.bulk-order-border h4 {
margin-bottom: 8px;
}
.common-area {
margin-bottom: 18px;
}
.common-area.bulk-order-border {
margin-bottom: 0;
}
.common-area.gray-bg {
margin-bottom: 0;
}
.order-calculation {
margin-bottom: 20px;
}
.bulk-order-imagecont img {
height: auto !important;
width: 100% !important;
}
.bulk-order-imagecont .cropper-container {
height: 190px !important;
}
.img-container {
padding: 0 25px 0 0;
}
.bulk-order-imagecont .cropper-wrap-box, .bulk-order-imagecont .cropper-canvas {
overflow: initial !important;
}
#upload {
width: 120px;
height: 33px;
}
.image-bulk-order-class label {
font-size: 14px;
}
.image-bulk-order-class {
margin: 25px 15px;
}
form#add_custom_cart_data .commpn-padding {
display: block;
}
.paper_standard_size {
display: block;
width: 100%;
}
/* print-product */
.modal .form-design .form-control {
text-align: left !important;
}
/* 17-11-23 */
}
@media only screen and (max-width: 575.98px) {
.three-button {
flex-flow: wrap;
}
.common-area {
flex-flow: wrap;
}
}
@media only screen and (max-width: 480px) {
.additional-button {
padding: 10px;
}
.image-position {
flex-flow: wrap;
}
.wrap-responsive {
flex-flow: wrap;
}
.modal-area .price-table {
width: 100%;
}
.total-price {
margin-top: 10px;
width: 100% !important;
text-align: center !important;
}
.order-tittle h4 {
font-size: 15px;
line-height: 25px;
}
}
@media only screen and (max-width: 320px) {
}

.tz-gallery {
    display: block !important;
    padding: 20px 0;
}
.tz-gallery .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    justify-content: center;
}
.tz-gallery .col-md-4 {
    width: 100%;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}
.tz-gallery .col-md-4:hover {
    transform: translateY(-5px);
}
.tz-gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.tz-gallery img:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

#upload{
width:120px;
color:transparent;
}

.bulk-order-previously a, .bulk-order-brand a { background: #8586EC; padding: 12px 10px; font-size: 15px; border-radius: 4px; color: rgb(255, 255, 255) !important;}

/* print-product upload image area */
.bulk-order-imagecont .cropper-wrap-box .cropper-canvas{overflow: hidden !important; transform: translate(0) !important; width: 380px !important; height: 380px !important; margin: auto;}
.bulk-order-imagecont .cropper-wrap-box .cropper-canvas img{object-fit: contain; height: 100% !important; width: auto !important; margin: auto; max-width: 100% !important;}
.cropper-wrap-box{overflow: hidden !important;}

.cropper-canvas.bulk-order-canvas-90 > img {transform: translateX(0px) translateY(0px) rotate(90deg) !important;}
.cropper-canvas.bulk-order-canvas-270 > img {transform: translateX(0px) translateY(0px) rotate(270deg) !important;}



@media only screen and (max-width: 767px) {
    .bulk-order-imagecont > .img-container{padding: 0 0px 0 0;}
}
@media only screen and (max-width: 575px) {
    .bulk-order-imagecont .cropper-wrap-box .cropper-canvas{ width: 300px !important; height: 300px !important;}
}

@media only screen and (max-width: 480px) {
    .bulk-order-imagecont .cropper-wrap-box .cropper-canvas{ width: 250px !important; height: 250px !important;}
}

@media only screen and (max-width: 420px) {
    .bulk-order-imagecont .cropper-wrap-box .cropper-canvas{ width: 200px !important; height: 200px !important;}
}

/* ===========================================
    Enhanced Cart & Checkout Display Styles
   ===========================================
*/

/* Cart & Checkout Page Improvements */
.woocommerce-cart .cart-item,
.woocommerce-checkout .cart-item {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

/* Product Name With Inline Details */
.woocommerce-cart .product-name,
.woocommerce-checkout .product-name {
    line-height: 1.5;
}

.order-details {
    color: #666;
    font-weight: normal;
    font-size: 0.9em;
}

/* Enhanced Metadata Display */
.woocommerce dl.variation {
    background: #fafafa;
    border-radius: 4px;
    padding: 0.75rem;
}

.woocommerce dl.variation dt {
    color: #333;
    font-size: 1em;
    padding-bottom: 0.25em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
}

.woocommerce dl.variation dd {
    margin: 0 0 0.75em 0;
    color: #555;
    font-size: 0.5em;
    font-weight: 200;
    line-height: 1.2;
}

.woocommerce dl.variation dd:last-child {
    margin-bottom: 0;
}

.woocommerce dl.variation dd br {
    margin-bottom: 0.25em;
}

/* Hide price column in cart table */
.woocommerce-cart-form .product-price,
.woocommerce-cart-form th.product-price {
    display: none !important;
}

/* Also hide the header */
.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart td.product-price {
    display: none !important;
}

/* Price Display Improvements */
.woocommerce .cart_item .product-price,
.woocommerce .cart_item .product-subtotal {
    font-weight: 600;
    color: #333;
}

/* Cart Totals Styling */
.cart-subtotal,
.shipping,
.order-total {
    border-top: 1px solid #e0e0e0;
    padding-top: 0.5rem;
}

.order-total {
    border-top: 2px solid #333;
    font-weight: 700;
    font-size: 1.1em;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .woocommerce dl.variation {
        font-size: 0.85em;
        padding: 0.5rem;
    }
    
    .woocommerce dl.variation dt:first-child {
        font-size: 0.9em;
    }
    
    .bulk-order-addon-item {
        font-size: 0.8em;
        padding-left: 0.75em;
        margin-left: 0.25em;
    }
}

/* Checkout Page Specific Styles */
.woocommerce-checkout-review-order .cart_item {
    background: #f9f9f9;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.woocommerce-checkout-review-order .product-name {
    margin-bottom: 0.5rem;
}

/* Order Summary Improvements */
.woocommerce-checkout .shop_table {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
}

.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td {
    padding: 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.woocommerce-checkout .shop_table .cart-subtotal td,
.woocommerce-checkout .shop_table .shipping td,
.woocommerce-checkout .shop_table .order-total td {
    font-weight: 600;
}

/* Enhanced Visual Hierarchy */
.woocommerce-cart .actions,
.woocommerce-checkout .woocommerce-checkout-payment {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #e0e0e0;
}

/* Loading States for Cart Updates */
.woocommerce .blockUI.blockOverlay {
    background: rgba(255, 255, 255, 0.8) !important;
}

.woocommerce .blockUI.blockOverlay:before {
    content: "Updating cart...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0073aa;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 600;
}

/* Remove subtotal display in cart and cart page */
.wc-block-cart-item__prices,
.wc-block-components-order-summary-item__individual-prices,
.product-quantity {
    display: none !important;
}

/* Universal styling for enhanced product names */
.wc-block-components-product-name,
.wc-block-component-product-name,
.product-name,
.cart-item-name,
.mini-cart-item-name {
    font-weight: 600 !important;
    color: #333 !important;
    line-height: 1.3 !important;
}
    
/* Specific styling for different cart contexts */
.widget_shopping_cart .product-name,
.woocommerce-mini-cart .product-name {
    font-size: 0.9em !important;
    line-height: 1.2 !important;
}
    
/* Cart popup styling */
.cart-popup .product-name,
[class*="cart-dropdown"] .product-name {
    font-weight: 600 !important;
    margin-bottom: 4px !important;
}

/* Keep colons for headers (Specifications, Add-ons, etc.) but remove from empty lines */
.woocommerce dl.variation dt.variation-\: {
    display: none !important;
}

/* Hide dd elements that correspond to empty dt elements */
.woocommerce dl.variation dt.variation-\: + dd {
    display: none !important;
}

/* Alternative targeting for empty variation elements */
.woocommerce dl.variation dt[class="variation-"],
.woocommerce dl.variation dt[class="variation-:"]:not([class*="Specifications"]):not([class*="Add-ons"]):not([class*="Quantity"]) {
    display: none !important;
}

/* Force section headers to display on new lines in checkout */
.woocommerce-checkout .variation dt.variation-Specifications,
.woocommerce-checkout .variation dt.variation-Add-ons,
.woocommerce-checkout .variation dt.variation-QuantityDiscount {
    display: block !important;
    width: 100% !important;
    clear: both !important;
    margin-top: 0.75em !important;
    margin-bottom: 0.25em !important;
    font-weight: bold !important;
}