
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


/********* fonts *********/
@font-face { font-family: 'Lato'; src: url('../fonts/Lato-Bold.eot'); src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Lato'; src: url('../fonts/Lato-Black.eot'); src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Black.woff2') format('woff2'), url('../fonts/Lato-Black.woff') format('woff'), url('../fonts/Lato-Black.ttf') format('truetype'), url('../fonts/Lato-Black.svg#Lato-Black') format('svg'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Lato'; src: url('../fonts/Lato-BoldItalic.eot'); src: url('../fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-BoldItalic.woff2') format('woff2'), url('../fonts/Lato-BoldItalic.woff') format('woff'), url('../fonts/Lato-BoldItalic.ttf') format('truetype'), url('../fonts/Lato-BoldItalic.svg#Lato-BoldItalic') format('svg'); font-weight: bold; font-style: italic; font-display: swap; }
@font-face { font-family: 'Lato'; src: url('../fonts/Lato-Light.eot'); src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light.woff2') format('woff2'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg#Lato-Light') format('svg'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Lato'; src: url('../fonts/Lato-Regular.eot'); src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face {
  font-family: "roboto_mediumregular";
  src: url("/templates/fonts/roboto-medium-webfont.woff2") format("woff2"), url("/templates/fonts/roboto-medium-webfont.woff") format("woff");
  font-display: swap;
}
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Lato'; }
a, path, button { transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
.container{ max-width: 1310px; width: 100%; padding: 0 15px; margin: 0 auto; }
div ul{ list-style: none; padding: 0; }
body { font-family: "latoregular",sans-serif; color: #666; font-size: 14px; font-size: 0.875rem; }
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus { outline:none; outline-offset: 0; }
main#main { padding: 0; }
body input:focus, input:hover, input{ outline: none; box-shadow: none; border: none; }
 body input[type=search]:focus{ outline: none; outline-offset: 0; }
.top-header-wrp p { font-size: 15px; font-size: 0.9375rem; margin-bottom: .3rem; }
.top-header-wrp a { text-decoration: none; color: #252d65; }
.top-header-wrp { display: flex; justify-content: flex-end; align-items: center; }
.logo-left-div img { max-width: 200px; width: 100%; display: flex; justify-content: center; align-items: center; }
.logo-div-main-outer { display: flex; justify-content: space-between; align-items: center; }
.search-bar-right-main { display: flex; align-items: center; gap: 20px; justify-content: space-between; max-width: 516px; width: 100%; }
.nav-bar-main-wrp nav ul li a { padding: .8rem 1rem; text-decoration: none; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 1rem; }
.nav-bar-main-wrp { background: #252d65; }
.nav-bar-main-wrp ul { display: flex; }
.nav-bar-main-wrp nav ul li a:hover,  .nav-bar-main-wrp nav ul li a.active{ background: #9f1f22; }
.shopping-cart-main-outer span.bdage { padding: .4em .6em; background: #252d65; color: #fff; border-radius: 100%; align-items: center; display: inline-block; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; }
.shopping-cart-main-outer { max-width: 160px; width: 100%; }
.search-icon img { width: 30px; display: flex; justify-content: center; align-items: center; height: 100%; }
.input-serch-wrp input[type="search"] { font-size: .9375rem; line-height: 1.5; color: #495057; outline: none; outline-offset: 0; border: none; padding: 0; }
.input-serch-wrp { border-color: #9f1f22; font-size: .9375rem; border-radius: 30px; padding: .375rem .75rem; line-height: 1.5; color: #495057; background-color: #fff; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; border: 1px solid #9f1f22; outline: none; outline-offset: 0; display: flex; align-items: center; justify-content: center; gap: 20px; position: relative; width: 100%; height: 45px; cursor: pointer; }
.search-icon { background: #9f1f22; border-radius: 0 30px 30px 0; padding: 0px .9rem; position: absolute; top: 0; right: 0; bottom: 0; }
.shopping-cart-main-outer img { width: 16px; display: inline-flex; vertical-align: middle; }
.shopping-cart-main-outer span { font-size: 1rem; font-family: "latolight", sans-serif; padding: 0 .2rem;}

.top-footer-min-outer { padding: 24px 0; background: #252d65; }
.enter-email-id-main-outer { display: flex; width: 100%; height: 50px; padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; position: relative; border-radius: 30px; }
.enter-email-id-main-outer input[type="email"] { border: none; outline: none; }
.subscribe-here-left h3 {font-size: 28px;color: #fff;font-weight: bold;font-family: "latobold", sans-serif;}
.top-footer-wrp { max-width: 1036px; width: 100%; margin: 0 auto; display: flex; justify-content: space-between; gap: 20px; }
.enter-email-id-main-outer button { background-color: #9F1F21 !important; border-color: #9f1f22; position: absolute; right: 0; height: 100%; top: 0; bottom: 0; border-radius: 0 30px 30px 0; display: flex; justify-content: center; align-items: center; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; }
.enter-email-id-paragraph-iput p { font-size: 0.875rem; color: #fff; text-align-last: right; }
.enter-email-id-paragraph-iput, .subscribe-here-left { width: calc(50% - 10px); }
.enter-email-id-paragraph-iput { display: flex; flex-direction: column; row-gap: 16px; }
body input[type="email"]:focus { outline: none; outline-offset: 0; }
.middele-footer-wrp-main { padding: 48px 0; background: #323232; }
.middle-footer-three-box-wrp { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.contact-us-left-ftr-col { width: calc(33.33% - 20px); }
.contact-us-left-ftr-col ul li a img { display: flex; width: 16px; justify-content: center; align-items: center; }
.social-media-wrp li a svg { width: 16px; height: 16px; }
.contact-us-left-ftr-col ul li a { font-size: 1rem; padding: .2rem 0; color: #fff; text-decoration: none; display: flex; gap: 10px; }
.contact-us-left-ftr-col h3 { /* font-family: "latobold", sans-serif; */ font-size: 1.375rem; color: #fff; margin-bottom: 16px; }
.useful-links-main-wrp.contact-us-left-ftr-col ul { list-style: disc; color: #fff; padding-left: 24px; }
.proud-img-wrp img { max-width: 130px; margin-right: 10px; display: inline-block; }
li.proud-img-wrp { color: #666; font-size: 0.875rem; }
.customer-service-wrp a { color: #fff; display: block; font-size: 2rem; font-family: "latoblack", sans-serif; text-decoration: none; font-weight: 600; }
.social-media-wrp a { height: 40px; width: 40px; display: flex; justify-content: center; align-items: center; border: 1px solid#fff; background: rgba(0, 0, 0, 0); color: #fff; line-height: 40px; font-size: 16px; font-size: 1rem; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
ul.social-media-wrp { display: flex; gap: 6px; }
.customer-service-wrp h3 { margin: 10px 0 5px 0; }
.bottom-ain-footer-outer { background-color: #323232; color: #fff; padding: 8px 0; }
.bottom-footer-list-wrp ul { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.bottom-footer-list-wrp a { color: #ccc; font-size: 1rem; text-decoration: none; }
.bottom-footer-list-wrp p { margin: 4px 0; font-size: 14px; text-align: center; color: #98a2ab; }
.contact-us-left-ftr-col ul li a:hover, .customer-service-wrp a:hover, .bottom-footer-list-wrp a:hover { color: rgba(255, 255, 255, .75); }
.useful-links-main-wrp.contact-us-left-ftr-col ul li:hover { color: #9f1f22; }
.social-media-wrp a:hover { background-color: #fff; }
.social-media-wrp a:hover svg path { fill: #9f1f22; }
.top-header-container-outer-div { padding: 8px 0; }

ul.social-media-wrp li a:hover img { filter: invert(83%) sepia(77%) saturate(2960%) hue-rotate(12deg) brightness(101%) contrast(105%); }

.site-main header { margin: 0; }
section.product-main-outer { padding: 48px 0; margin: 0; }
.product-main-outer #quote-form-custom div#custom-fields { display: flex; gap: 10px; justify-content: space-between; flex-wrap: wrap; margin-bottom: 16px; }

/* 02-01-2026 */



.pricing_tab_wrapper { max-width: 446px; width: 100%; overflow-x: auto;}
.pricing_tab_wrapper table th, .pricing_tab_wrapper table td { min-width: 78px; text-align: center;}



/* end-02-01-2026 */


/* #quote-form-custom h1 {
    font-size: 26px;
    font-weight: 600;
    color: #252d65;
    padding-bottom: .8rem;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 20px;
}
#quote-form-custom h1:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 30%;
    display: block;
    background: #9f1f22;
    left: 0;
    right: 0;
    bottom: -2px;
} */
.product-main-outer h1 {
    font-size: 26px;
    font-weight: 600;
    color: #252d65;
    padding-bottom: .8rem;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 20px;
}

.product-main-outer h1:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 30%;
    display: block;
    background: #9f1f22;
    left: 0;
    right: 0;
    bottom: -2px;
}




.product-main-outer div#quote-form-custom  input[type="radio"] {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    padding: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.product-main-outer div#quote-form-custom input, .product-main-outer div#quote-form-custom select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height: 40px;
    font-size: .9375rem;
}
.product-main-outer div#quote-form-custom input:focus {
    offset: 0;
    outline: 0;
}
#quote-form-custom input[type=radio]:after {
    background: #9f1f22;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cmn-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s 
}
div#quote-form-custom label {
    color: #666;
    font-size: 0.875rem;
    display: inline-block;
    margin: 0;
}
/* new-css */
/* #quote-form-custom { display:flex; gap:20px; flex-wrap:wrap; } */
 /* #quote-right { flex:1; border:1px solid #ccc; padding:15px; min-width:300px; }
#quote-right { background:#f9f9f9; } */
.quote-item { border-bottom:1px solid #ddd; padding:5px 0; margin-bottom:5px; }
input, select, textarea { width:100%; margin-bottom:10px; padding:5px; }
button { padding:5px 10px; cursor:pointer; }
#loader { display:none; text-align:center; margin:15px 0; }
.validation-error { color:red; display:none; font-size:0.9em; }




/* 11-11-2025 */

#quote-form-custom .field-outer-wrp {
    display: flex;
    gap: 10px;
    justify-content: start;
    position: relative;
}
div#quote-form-custom {
    width: 50%;
}
.field-outer-wrp label {
    width: calc(30% - 5px);
}
.product-main-outer .field-outer-wrp #product_id {
  width: calc(70% - 5px);
}
.product-main-outer .field-outer-wrp select:focus {
  outline: none;
}
.header-main-outer-wrp form.dgwt-wcas-search-form input {
  border: 1px solid #9f1f22 !important;
}
.header-main-outer-wrp form.dgwt-wcas-search-form button.dgwt-wcas-search-submit {
  background: #9f1f22 !important;
  right: 0;
  left: auto;
  height: 100%;
  top: 0;
  padding: 0;
  min-width: auto;
  width: 44px;
  border-radius: 0px 30px  30px 0px !IMPORTANT;
  pointer-events: unset;
  border: none !important;
  box-shadow: none !IMPORTANT;
}
.header-main-outer-wrp form.dgwt-wcas-search-form {
  width: 330px;
}
form#loginform input::placeholder {
  color: transparent;
}
p.submit_cus.login-submit input#wp-submit {
  display: inline-block;
  width: auto;
}
p.submit_cus.login-submit {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.custom-login-form.logged-in {
  padding: 20px 20px;
}
.custom-login-form.logged-in h3 {
  color: #252d65;
}
.custom-login-form.logged-in  a.btn.btn-success {
  margin-right: 10px;
}
.btn:not(:disabled):not(.disabled) {
  border-radius: 30px;
  cursor: pointer;
}
.header-main-outer-wrp form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp {
  padding: 0;
}
.header-main-outer-wrp form.dgwt-wcas-search-form  .dgwt-wcas-sf-wrapp {
  background: transparent;
}
.header-main-outer-wrp .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 10px 50px 10px 12px;
  font-size: 15px;
  background: transparent;
}
.contact-form .wpforms-has-error .wpforms-error ~ .wpforms-error {
  position: absolute !important;
  top: auto;
  right: 9px;
  background: transparent !important;
  font-size: 12px;
  margin: 0;
  bottom: 5px;
}
.contact-form .wpforms-has-error .wpforms-error ~ .wpforms-error::before {
  content: unset;
}
.product-main-outer div#quote-form-custom .field-outer-wrp input[type="radio"] {
    width: 16px;
    height: 16px;
}
.product-main-outer div#quote-form-custom  .field-outer-wrp input {
    width: calc(70% - 5px);
    margin: 0;
}
div#quantity-wrapper.field-outer-wrp {
    width: calc(70% - 5px);
}
.field-outer-wrp .quantity-field {
    width: 100%;
}
.product-type-cus.field-outer-wrp {
    width: calc(50% - 5px);
}
#quote-form-custom  .product-type-cus.field-outer-wrp {
    width: calc(70% - 5px);
    justify-content: flex-start;
}
div#quote-form-custom textarea#details {
    width: calc(70% - 5px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height: 80px;
}
div#quote-form-custom textarea#details:focus{
    outline: 0;
    outline-offset: 0;
}
.product-type-cus.field-outer-wrp label {
    width: max-content;
}
.product-main-outer div#additional-fields {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin-top: 16px;
}
div#quote-fields {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 16px;
}
#quantity-wrapper .quantity-field {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
}

button#add-product-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: max-content;
    background: #505050;
    border-color: #505050;
    border-radius: 20px;
}
button#add-product-btn:hover{
    background-attachment: #000;
    color: #ffffff;
}
#add-product-btn svg {
    width: 16px;
    height: 16px;
}
.upload-cus.field-outer-wrp input#artwork {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    font-size: .813rem;
    color: #777;
    font-weight: normal;
    margin: auto;
    height: 76px;
    display: flex ;
    justify-content: center;
    align-items: center;

    display: none;
}

/* text-area */

.file-upload-wrapper {
    border: 2px dashed #ccc;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s ease;
    display: inline-block;
    background: #fafafa;
    width: calc(70% - 5px);
}


.file-upload-label {
  color: #333;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.file-upload-label svg {
  stroke: #a22;
}

.file-select {
  color: #a22;
  font-weight: 600;
  margin-left: 10px;
  cursor: pointer;
}
.file-select:hover{
     text-decoration: underline;
}

.file-upload-wrapper #artwork {
  display: none;
}

#file-name-display {
  margin-top: 8px;
  font-size: 13px;
  color: #333;
}
.file-upload-wrapper svg {
    width: 32px;
    height: 26px;
}
div#quote-form-custom .file-upload-wrapper label.file-upload-label {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: row;
}
.product-main-outer div#quote-form-custom .file-upload-wrapper input#artwork {
display: none; 
}
.add-btn-cus.field-outer-wrp {
    width: calc(70% - 5px);
    margin-left: auto;
}
section.product-main-outer br {
    display: none;
}

#quantity-wrapper button.add-qty-btn:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    height: 17px;
    width: 17px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M256 0C114.836 0 0 114.836 0 256s114.836 256 256 256 256-114.836 256-256S397.164 0 256 0zm112 277.332h-90.668V368c0 11.777-9.555 21.332-21.332 21.332s-21.332-9.555-21.332-21.332v-90.668H144c-11.777 0-21.332-9.555-21.332-21.332s9.555-21.332 21.332-21.332h90.668V144c0-11.777 9.555-21.332 21.332-21.332s21.332 9.555 21.332 21.332v90.668H368c11.777 0 21.332 9.555 21.332 21.332s-9.555 21.332-21.332 21.332zm0 0" fill="%23000000" opacity="1" data-original="%23000000" class=""></path></g></svg>');
    background-size: 17px;
    transform: translateY(-50%);
}
#quantity-wrapper button.remove-qty-btn:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    height: 20px;
    width: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 48 48" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M32.5 33c.4.4.4 1 0 1.4-.2.2-.5.3-.7.3s-.5-.1-.7-.3L22.7 26l-8.4 8.4c-.2.2-.5.3-.7.3s-.5-.1-.7-.3c-.4-.4-.4-1 0-1.4l8.4-8.4-8.4-8.4c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l8.4 8.4 8.4-8.4c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-8.4 8.4z" fill="%23000000" opacity="1" data-original="%23000000" class=""></path></g></svg>');
    background-size: 20px;
    transform: translateY(-50%);
}

#quantity-wrapper button.add-qty-btn, #quantity-wrapper .remove-qty-btn {
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    color: #fff;
    position: relative;
    background: #fff;
}

.dragover span {
    display: none;
}
.file-upload-wrapper.dragover svg {
    width: 25px;
    height: 25px;
}
.file-upload-wrapper.dragover label.file-upload-label {
    /* padding: 10px; */
    border: 1px dashed #ccc;
}
.file-upload-wrapper.dragover {
    padding: 10px;
}

#custom-fields span#custom_error {
    width: calc(70% - 5px);
    margin-left: auto;
    margin-top: -10px;
    color: #dc3545;
}
.product-main-outer span#qty_error, .validation-error {
    position: absolute;
    bottom: -19px;
    left: 31%;
    color: #dc3545;
}
button#add-product-btn:focus {
    outline: none;
    offset: 0; 
}
/* .product-main-outer .field-outer-wrp select#product_id {
    width: calc(70% - 5px);
} */

.product-main-outer div#quote-form-custom {
    display: flex;
    width: 100%;
    gap: 130px;
    justify-content: space-between;
}
#quote-form-custom div#quote-left {
    width: calc(68% - 100px);
}
#quote-form-custom div#quote-right {
    width: 32%;
}
div#quote-list .quote-name {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-transform: capitalize;
}
.quote-card-row.toggle-details {
    justify-content: start;
}
.qty-icon img {
    width: 18px;
    height: 18px;
}
.mail_cust_qote {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 16px;
    margin-top: 16px;
}
.mail_cust_qote label {
    padding-bottom: 10px;
}
.mail_cust_qote input {
    margin: 0;
    margin-bottom: 10px;
}
.mail_cust_qote input::placeholder {
    color: #ada8a8;
}
.mail_cust_qote input {
    margin: 0 !important;
    margin-bottom: 20px !important;
}
.mail_cust_qote .frm-control-input span.error-msg {
  position: absolute;
  font-size: 12px;
  bottom: -18px;
}
div#quote-form-custom .quote-card {
    padding: 0;
    border: none;
    margin: 0;
}
div#quote-form-custom .quote-card-extra {
    border-radius: 0;
}
.enter-email-id-paragraph-iput div#wpforms-124 {
    width: 100%;
    margin: 0;
    position: relative;
}
button#submit-quote-btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 7px 10px;
    border-radius: 30px;
    width: 100%;
}
.enter-email-id-paragraph-iput input#wpforms-124-field_2 {
    width: 100%;
    max-width: 100%;
    display: flex;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    position: relative;
    border-radius: 30px;
}
.enter-email-id-paragraph-iput div#wpforms-124-field_2-container {
    padding: 0;
    margin: 0;
}
.enter-email-id-paragraph-iput button#wpforms-submit-124 {
    position: absolute;
    top: -52px;
    right: 0;
}
.enter-email-id-paragraph-iput button#wpforms-submit-124 {
    position: absolute;
    top: -60px;
    right: 0;
    background-color: #9F1F21;
    border-color: #9f1f22;
    border-radius: 0 30px 30px 0;
    font-size: 1rem;
    line-height: 1.5;
    bottom: 0;
    height: 50px;
}

#quote-right h3 {
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 1px solid #dee2e6;
    font-size: 20px;
    padding-bottom: 8px;
    color: #666;
}
.listing-qote {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    padding: 16px;
}






/* commun-css-copy- */
/*********14-11-2025*********/
div#middle-content .back.face .btn.btn-info.edatalayer i {
  font-size: 14px;
  margin-left: 4px;
}
.red-text {
  color: #9f1f22;
}
div#cms_page h2 {
  font-size: 22px;
  color: #252d65;
}
div#cms_page ol {
  padding-left: 20px;
}
img.big-img {
  padding-top: 20px;
}
.check-inner p,.check-inner div {
  display: flex;
  gap: 6px;
}
.check-inner {
  padding-left: 20px;
}
div#cms_page a {
  color: #666;
}
div#cms_page a:hover {
  color: #9f1f22;
}
.contact-form.contact-page-form form .wpforms-submit {
  background: #9f1f22 !important;
  border-color: #9f1f22 !important;
  border-radius: 30px;
  font-size: 16px;
  padding: 6px 12px;
  font-weight: 400;
}
.contact-form.contact-page-form form .wpforms-submit:hover {
  background: #741719 !important;
  border-color: #741719 !important;
}
.contact-page .landing_page h2 {
  padding-bottom: 20px;
}
.contact-page  .contact-form.contact-page-form {
  padding-top: 10px;
}
a:focus img,a:focus{
  outline: none !important;
}
div#testimonial_listing blockquote {
  padding: 0;
  margin: 0;
}
div#testimonial_listing blockquote p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
#loginform p.login-password::before {
  content: unset !important;
}
.header-content a:focus {
  color: #505050 !important;
  text-decoration: none !important;
}
.top-head {
  margin-bottom: 50px;
}
.custom-page.design-page.privacyy-policy-page .landing_page p {
  margin-bottom: 30px;
}
.custom-page.terms-and-conditions-page #cms_page .landing_page p {
  margin-bottom: 30px;
}
.design-page-cus .landing_page h2 {
  margin: 30px 0 15px;
}
.design-page-cus .landing_page h6 {
  padding-top: 15px;
  padding-bottom: 10px;
}
.design-page-cus .landing_page  ol {
  padding-bottom: 30px;
}
.design-page-cus .landing_page  hr {
  padding-top: 20px;
}
.check-inner div {
  margin-bottom: 5px;
}
.custom-page .landing_page h3 {
  color: #252d65;
  margin: 25px 0 10px;
}
.tax-product_cat .card-header h3 {
  color: #fff !important;
}
div#cms_page ul#category-list li.category-item a {
  padding: 8px 16px;
  border-radius: 3.2px;
  font-size: 14px;
  font-weight: 400;
  border-color: #505050;
  color: #505050;
  margin: 0;
}
div#cms_page ul#category-list {
  display: flex;
  max-width: 100% !important;
  flex-direction: row;
  gap: 8px;
  padding-bottom: 15px;
  flex-wrap:wrap;
}
div#cms_page ul#category-list li.active.category-item a {
  background: #505050;
  color: #fff;
}
.custom-page.prd-cat-page .landing_page h3 {
  color: #fff;
}
.prd-cat-page .product-box .card h3 {
  font-family: "latomedium", sans-serif;
}
div#cms_page ul#category-list li.category-item a:focus {
  background: #505050 !important;
  border: 1px solid #505050 !important;
}
div#cms_page ul#category-list li.active.category-item a {
  background: #505050 !important;
  color: #fff;
}
/********17-11-2025************/
.cus_price {
  text-align: right;
  color: #9f1f22;
  font-size: 20px;
}
.cus_price span#disp_product_price {
  padding: 0;
}
input#shipping_method_0_local_pickup4::after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
}
.upload-later a {
  margin: 0 !important;
  text-decoration: underline;
  color: #9f1f22 !important;
  font-size: 16px !IMPORTANT;
}
.single-product .woocommerce-variation-price {
  font-size: 20px;
  color: #9f1f22;
  text-align: right;
}
.single-product .woocommerce-variation-price span.price {
  position: relative;
}
.single-product .woocommerce-variation-price span.price::before {
  content: 'Total: ';
}
.upload-later {
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  margin-top: 24px;
  padding: 12px 16px;
}
.upload-later a {
  margin: 0 !important;
}
div#sucess-msg {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  padding: 16px;
  text-align: center;
  font-size: 20px;
  margin-top: 0;
}
.listing-qote {
  width: 100%;
}
#quote-form-custom div#quote-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.shopping-cart-main-outer a.woo-cart-icon:focus {
    background: transparent !important;
    color: #000 !important;
    outline: none !important;
    text-decoration: none !important;
}
.nav-bar-main-wrp  div#mega-menu-wrap-primary {
    background: transparent;
}
.nav-bar-main-wrp  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a {
    background: #9f1f22;
}
.nav-bar-main-wrp  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a{
    font-size: 16px;
    line-height: 24px;
    padding: 13px 16px;
    height: auto;
}
.nav-bar-main-wrp  #mega-menu-wrap-primary #mega-menu-primary > li a:hover{
background: #9f1f22 !important;
}
.nav-bar-main-wrp  #mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on a.mega-menu-link{
background: #9f1f22 !important;
}
.nav-bar-main-wrp ul.nav-cat {
    flex-wrap: wrap;
    list-style: none;
    justify-content: start;
    align-items: start;
    display: inline-flex;
}
.nav-bar-main-wrp #mega-menu-wrap-primary  #mega-menu-primary ul.nav-cat li a {
    color: #212529;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    padding: 3px 0px;
    width: 100%;
    justify-content: start;
}
.nav-bar-main-wrp #mega-menu-wrap-primary #mega-menu-primary ul.nav-cat li {
    width: 100%;
}
.nav-bar-main-wrp #mega-menu-wrap-primary #mega-menu-primary ul.nav-cat li a:hover {
    background: transparent !important;
    color: #9f1f22;
}
.nav-bar-main-wrp #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu > li {
    padding: 8px 12px !important;
        background-color: #fff;
}
.nav-cat-wrraper {
    column-count: 4;
    column-gap: 30px;
    width: 100%;
}
.nav-cat {
    break-inside: avoid;    
    padding: 0;
    margin: 0 0 12px 0;      
    list-style: none;
}
span.badge-info {
    margin-left: 8px;
    padding: 1px 4px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    line-height: normal;
}
body.logged-in li.login-cus {
    display: none !important;
}
body.logged-in li.log-out-cus {
    display: inline-block !important;
}
body li.log-out-cus {
    display: none !important;
}
.login-cus {
    position: relative !important;
}
.login-cus ul.mega-sub-menu {
    min-width: 300px !important;
}
.login-cus ul.mega-sub-menu .card-body {
    padding: 12px 8px 0;
}
.login-cus ul.mega-sub-menu {
    min-width: 300px !important;
    border: 1px solid rgba(0,0,0,.125) !important;
    border-radius: 4px !important;
}
.login-cus ul.mega-sub-menu a {
    color: #505050;
    padding: 0 !important;
}
.nav-bar-main-wrp  #mega-menu-wrap-primary #mega-menu-primary > li  a.btn-link:hover,.nav-bar-main-wrp  #mega-menu-wrap-primary #mega-menu-primary > li .dropdown-item-text  a:hover {
    background: transparent !important;
     color: #9f1f22 !important;
}
.login-cus span.dropdown-item-text {
    border-top: 1px solid #e9ecef;
    margin-bottom: 0 !important;
    padding-top: 8px !important;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
#mega-menu-wrap-primary #mega-menu-primary .login-cus form p {
    margin-bottom: 16px;
}
.nav-bar-main-wrp #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.login-cus  a,.nav-bar-main-wrp #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.login-cus  span {
    font-size: 15px;
}
.tabs-inside-image div#tab-description {
    border: 1px solid #ddd;
    padding: 1rem;
}
.tabs-inside-image ul.tabs.wc-tabs {
    margin: 0;
    border: 1px solid #ddd;
    background-color: #eee;
    border-bottom: none;
}
.tabs-inside-image ul.tabs.wc-tabs a {
    color: #555;
    font-size: 18px;
    padding: 12px 18px;
        position: relative;
        transition: .3s ease all;
            font-weight: 600;
}
.tabs-inside-image ul.tabs.wc-tabs .active a {
    margin: 0;
    border: none;
    background: transparent;
    color: #9f1f22 !important;
}
.tabs-inside-image ul.tabs.wc-tabs  a::before {
    content: '';
    background: #9f1f22;
    width: 80%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.tabs-inside-image ul.tabs.wc-tabs  a:hover{
  color: #9f1f22 !important;
}
.tabs-inside-image ul.tabs.wc-tabs  a:hover::before{
  opacity: 1;
}
.tabs-inside-image ul.tabs.wc-tabs  .active a::before {
opacity: 1;
}
div#tab-description h2 {
    display: none;
}
.tabs-inside-image div#tab-description ul {
    border: none;
    padding-left: 20px;
    margin-top: 20px;
}
.tabs-inside-image div#tab-description ul ul {
    margin: 0;
}
.tabs-inside-image div#tab-description ul li{
 display: list-item !important;
 list-style: disc;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-bottom: 0;
}
.woocommerce-tabs.wc-tabs-wrapper .template-fields-info p {
    margin: 0;
    padding: 12px;
}
table.variations tbody tr th.label {
    color: #000;
    border: none;
    display: block !important;
    width: 100%;
        padding: 0;
}
table.variations tbody tr th.label label {
    padding: 0;
    color: #666;
    font-size: 14px;
}
table.variations tbody tr {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 8px;
    margin-bottom: 16px;
}
table.variations tbody tr th.label {
    text-align: left;
}
table.variations tbody tr td {
    padding: 0;
    border: none;
    width: 100%;
}
table.variations tbody tr select {
    margin: 0;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
table.variations {
    margin-bottom: 0;
}
table.variations tbody tr select:focus {
    outline: none !important;
}
.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 4px;
    border-radius: 4px;
}
.product .woocommerce-product-gallery__wrapper .woocommerce-tabs.wc-tabs-wrapper {
    margin: 30px 0 0;
}
#quote-form-custom .field-outer-wrp div#quantity-wrapper .quantity-field.clsqty input[type="number"] {
    width: 100% !important;
}
.quantity-cus.field-outer-wrp div#quantity-wrapper .quantity-field.clsqty {
    width: calc(33.3% - 5px);
}  
/**************18-11-2025********/  
div#home_page a:focus {         
    background: transparent;  
}
.nav-bar-main-wrp #mega-menu-wrap-primary #mega-menu-primary ul.nav-cat li a:focus {
  background: transparent !important;
  text-decoration: none !important;
}
div#quantity-wrapper.field-outer-wrp .add-more {
  display: flex;
  align-items: center;
}
#quote-form-custom .product-type-cus.field-outer-wrp label {
  display: flex;
  align-items: center;
  gap: 5px;
}
div#quantity-wrapper.field-outer-wrp .quantity-field.clsqty {
  position: relative;
}
div#quantity-wrapper.field-outer-wrp .quantity-field.clsqty button.remove-qty-btn {
  position: absolute;
  right: 0;
}

input[type=number]::-webkit-outer-spin-button, 
input[type=number]::-webkit-inner-spin-button 
{
opacity: 0;
}
.product  .summary button {
  margin: 0 !IMPORTANT;
  background: #252d65 !IMPORTANT;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 18px !important;
  margin-bottom: 15px !important;
  border: 1px solid #252d65 !important;
}
.product  .summary h1 {
  margin-bottom: 30px !important;
}
.product  .summary input {
  border: 1px solid #ced4da !important;
  border-radius: 4px;
  height: 50px;
}
.product .summary button:focus{
  outline: none !important;
}
.product .summary a#lumise-customize-button {
  color: #fff;
  background: #252d65;
  border-radius: 30px;
  font-size: 18px;
  height: 50px;
  line-height: normal !important;
  border: 1px solid;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .summary .product_meta {
  margin-top: 20px !important;
}
.product  .summary button:hover,.product .summary a#lumise-customize-button:hover,section.related.products .button:hover,div#shareProductModal  input[type="submit"]:hover{
  color:#fff !important;
  background: #333e8a !important;
  text-decoration: none !important;
}
section.related.products .button {
  margin: 0 !IMPORTANT;
  background: #252d65 !IMPORTANT;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 18px !important;
  margin-bottom: 15px !important;
  border: 1px solid #252d65 !important;
  color: #fff !important;
}
div#shareProductModal button.btn-close {
  padding: 0 10px;
  background: #252d65;
}
div#shareProductModal button#copy-code {
  margin-bottom: 15px;
}
div#shareProductModal  input[type="submit"] {
  color: #fff;
  background: #252d65;
  border-radius: 30px;
  font-size: 18px;
  line-height: normal !important;
  border: 1px solid;
}
.product  .woocommerce-product-gallery {
  margin-bottom: 30px;
}

/*************** background opacity and gradient *******************/
/*************** Shadow *******************/
/*************** Transform *******************/
/*************** Transition *******************/
/*************** Animation *******************/
/*************** Media Query *******************/

h1, .h1 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 15px;
  font-size: 0.9375rem;
}

h6, .h6 {
  font-size: 12px;
  font-size: 0.75rem;
}

.short-disc {
  font-size: 14px;
  font-size: 0.875rem;
}

/*strong, b {color:#212529;}*/
.display-5 {
  font-size: 35px;
  font-size: 2.1875rem;
}

.page-sub-header {
  color: #212529;
}

.page-section-header {
  color: #212529;
}

.font-lg {
  font-size: 16px;
  font-size: 1rem;
}

/* file formate color */
.fa-kit.fa-pdf {
  color: #a61f2d;
}

.fa-kit.fa-psd {
  color: #191565;
}

.fa-kit.fa-ai {
  color: #c65f00;
}

.fa-kit.fa-cdr {
  color: #6ea129;
}

.fa-kit.fa-eps {
  color: #f19b2b;
}

.fa-kit.fa-pub {
  color: #047973;
}

.fa-kit.fa-png {
  color: #3273ae;
}

.fa-kit.fa-gif {
  color: #000000;
}

.fa-kit.fa-jpg {
  color: #1f5229;
}

.fa-kit.fa-zip {
  color: #734600;
}

.fa-kit.fa-word {
  color: #3273ae;
}

body {
  color: #808080;
}
.custom-page .sidebar .list-group-item ul {
  margin-bottom: 10px;
}
.middle-footer-three-box-wrp ul li a:focus {
  background: transparent !IMPORTANT;
  outline: none !important;
  text-decoration: none !IMPORTANT;
}
.error404 .site-mainn {
  padding: 100px 0 !important;
  text-align: center;
}
.error404 .site-mainn h1 {
  font-size: 90px;
  color: #252d65;
}
.error404 .site-mainn p {
  color: #666;
  font-size: 24px;
  line-height: 30px;
}
.error404 .site-mainn a {
  background: #9f1f22 !important;
  border-color: #9f1f22 !important;
  border-radius: 30px;
  font-size: 16px;
  padding: 12px 16px;
  font-weight: 400;
  color: #fff;
}


/* appearance-css */

.woocommerce-product-gallery.woocommerce-product-gallery--with-images { opacity: 1 !important; }
/*********13-11-25**********/
.contact-form form .wpforms-field-container { display: flex; gap: 30px; row-gap: 16px; flex-wrap: wrap; }
.contact-form form .wpforms-field-container .wpforms-field { width: calc(50% - 15px); padding: 0; position:relative; }
.contact-form form .wpforms-field-container .wpforms-field.wpforms-field-textarea { width: 100%; }
.contact-form form .wpforms-field-container .wpforms-field label.wpforms-field-label { position: absolute; top: 50%; left: 0; pointer-events: none; border: 1px solid transparent; transform-origin: 0 0; transition: opacity .1s ease-in-out, transform .1s ease-in-out; margin: 0; padding: 6px 12px; transform: translateY(-50%); }
.contact-form form .wpforms-field-container .wpforms-field input, .contact-form form .wpforms-field-container .wpforms-field select { width: 100%; max-width: 100%; color: #495057; }
.contact-form form .wpforms-field-container .wpforms-field.wpforms-field-textarea label.wpforms-field-label { top: 20px; }
.contact-form form .wpforms-field-container .wpforms-field.wpforms-field-select label.wpforms-field-label,.contact-form form .wpforms-field-container .wpforms-field:has(input:not(:placeholder-shown)) label,.contact-form form .wpforms-field-container .wpforms-field-textarea:has(textarea:not(:placeholder-shown)) label { top: 0 !important; color: #9f1f22 !important; font-size: 10.5px; opacity: 1; padding: 0px 5px; }
.contact-form form .wpforms-field-container .wpforms-field:has(input:focus) label,.contact-form form .wpforms-field-container .wpforms-field.wpforms-field-textarea:has(textarea:focus) label { top: 0px; font-size: 10.5px; opacity: 1; color: #252d65; padding: 5px; }
.contact-form form .wpforms-field-container .wpforms-field input::placeholder,.contact-form form .wpforms-field-container .wpforms-field textarea::placeholder { color: transparent; }
.contact-form form .wpforms-field-container .wpforms-field input:focus,.contact-form form .wpforms-field-container .wpforms-field select:focus,.contact-form form .wpforms-field-container .wpforms-field textarea:focus { border-color: #252d65 !important; box-shadow: none !important; }
.contact-form form .wpforms-field-container input, .contact-form form .wpforms-field-container select { height: 41px; }
.contact-form form .wpforms-field-container .wpforms-field label.wpforms-field-label { position: absolute; top: 50%; left: 0; pointer-events: none; border: 1px solid transparent; transform-origin: 0 0; margin: 0; padding: 6px 7px; transform: translateY(-50%); background: #fff; transition: .3s ease all; left: 5px; color: #ada8a8; opacity: .8; font-size: 15px; font-weight: 400; }
div.page-header { border-bottom: 1px solid #ccc; margin-bottom: 1rem; padding: 0; }
p { margin-bottom: 1rem; }
form#loginform input { padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; }
form#loginform p.login-username label,form#loginform p.login-password label { position: absolute; top: 50%; left: 0; pointer-events: none; border: 1px solid transparent; transform-origin: 0 0; margin: 0; padding: 2px 7px; transform: translateY(-50%); background: #fff; transition: .3s ease all; left: 5px; color: #ada8a8; opacity: .8; font-size: 15px; font-weight: 400; }
form#loginform p { position: relative; }

/* form-css-1-05-26 */
form#loginform { display: flex; flex-direction: column; row-gap: 10px; padding-bottom: 10px; }
form#loginform p.login-username::before, form#loginform p.login-password::before { position: absolute; content: "\f007"; font-family: "Font Awesome 6 Free"; right: 10px; top: 50%; transform: translateY(-50%); }
form#loginform p.login-password::before { content: "\f070"; }
form#loginform input:focus { outline: none; border-color: #252d65; }
form#loginform  p:has(input:focus) label{ top: 0px; font-size: 10.5px; opacity: 1; color: #252d65; padding: 2px 5px; }
form#loginform  p:has(input:not(:placeholder-shown)) label{ top: 0 !important; color: #9f1f22 !important; font-size: 10.5px; opacity: 1; padding: 0px 5px; }
p.login-submit input#wp-submit { background: #9f1f22; border-color: #9f1f22; padding: 4px 8px 4px 26px; color: #fff; font-size: 14px; border-radius: 30px; font-family: "latoregular", sans-serif; }
p.login-submit::after { content: ''; background-image: url(/wp-content/uploads/2025/11/lock-open-svgrepo-com.svg); width: 15px; height: 15px; position: absolute; left: 8px; background-repeat: no-repeat; z-index: 999999; background-size: 15px; filter: brightness(0) invert(1); top: 50%; transform: translateY(-50%); }
p.login-submit { display: inline-block; }
p.login-submit input#wp-submit:hover { background: #741719; border-color: #741719; }
div#login_sidebar a.btn.btn-link { padding: 0; display: inline-block; color: #505050; font-size: 14px; line-height: 21px; }
div#login_sidebar a.btn.btn-link:hover { color: #9f1f22; }
div#login_sidebar span.dropdown-item-text { border-top: 1px solid #e9ecef; margin-bottom: 0 !important; padding-top: 8px !important; }
div#login_sidebar span.dropdown-item-text a { color: #505050; }
div#login_sidebar span.dropdown-item-text a:hover { color: #9f1f22; }
.product-main-outer .field-outer-wrp select#product_id { background-color: #fff !important; }


/* footer-new-css */

 .contact-us-left-ftr-col,  .subscribe-frm-custom { width: calc(25% - 22.5px); }
 .enter-email-id-paragraph-iput,  .subscribe-here-left { width: 100%; }
 .top-footer-wrp { flex-direction: column; }
  .subscribe-here-left h3 { font-size: 1.375rem; color: #fff; }
 .top-footer-wrp { gap: 16px; }
 .enter-email-id-paragraph-iput { row-gap: 10px; }
 .useful-links-main-wrp.contact-us-left-ftr-col ul { display: flex; flex-wrap: wrap; gap: 20px; row-gap: 5px; }
 .footer-widget ul.menu li { width: calc(40% - 10px); }



 em#wpforms-124-field_2-error { position: absolute; bottom: 0; right: 100px; font-size: 12px; }
body div.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout):not(.wpforms-field-repeater) { overflow-x: initial; }
form#loginform p input { padding-right: 35px; }
.single-product div.product .product_meta{ padding-bottom: 10px; }

/* cart-page */
.woocommerce-cart input#shipping_method_0_local_pickup4::after { left: 3px; top: 3px; transform: unset; }
.clover-footer { display: none; }
.woocommerce-checkout .card-row-top, .woocommerce-checkout .card-row-top, .woocommerce-checkout .date-container, .woocommerce-checkout .cvv-container, .woocommerce-checkout .width-container{ position: relative; }
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot { box-shadow: 0 0 10px rgba(0, 0, 0, .1); border-radius: 11px; }
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr td { padding: 20px; }
.woocommerce-page table.shop_table th { padding: 20px; }
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr td, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot th{ border-bottom: 1px solid#ccc !important; }
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child td, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child th { border: none !important; }
.woocommerce-checkout div#card-elements-container .validation-error { right: 12px; left: unset; bottom: -20px; }
.woocommerce-checkout div#card-elements-container .validation-error svg{ width: 14px !important; aspect-ratio: 1; }
.woocommerce-checkout div#card-elements-container .validation-error .error-text { font-size: 10px; }
.woocommerce-checkout .card-row-top,  .woocommerce-checkout .card-row-center, .woocommerce-checkout .card-row-bottom{ margin-bottom: 22px !important; }


.woocommerce-checkout #clover-errors ul.woocommerce_error.woocommerce-error.wc-clover-error li { padding: 0; margin: 15px 0; }
.woocommerce-checkout #clover-errors ul.woocommerce_error.woocommerce-error.wc-clover-error{ margin-top: 0; }
.woocommerce-checkout .card-row-top iframe { max-height: 100%!important; }




/* 07-01-2025 */

.woocommerce-page header.entry-header.alignwide { margin: 0 !important; padding: 48px 0 0 0 !important; border-bottom: 0; }
body input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus{ outline: none; outline-offset: 0; }

.woocommerce-page button.woocommerce-Button.button { background: #252d65 !important; border-color: #252d65 !important; border-radius: 30px; font-family: 'Lato' !important; max-width: fit-content; font-size: 18px; padding: 10px 30px; }
.woocommerce-page .woocommerce form .woocommerce-form-row input { border: 1px solid #495057; }
.woocommerce-page .woocommerce form .woocommerce-form-row input:focus{ color: #252d65; }
.woocommerce-page button.woocommerce-Button.button:hover{ background-color: #171c40 !important; color: #fff; }

.woocommerce-page.woocommerce-account #main .woocommerce { padding: 0; }
.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content p { font-size: 20px; line-height: 130%; margin-bottom: 15px; }
.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li a { font-size: 20px; }
.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li{ margin-bottom: 10px; }
.woocommerce-page .woocommerce .u-columns.col2-set:after, .woocommerce-page .woocommerce .u-columns.col2-set:before { content: unset; }
.woocommerce-page .woocommerce .u-columns.col2-set { display: flex; gap: 20px; justify-content: space-between; }
.woocommerce-page .u-column1.col-left-cus, .u-column2.col-ryt-cus { width: calc(50% - 10px); }





/* popup-css */
        /* Popup overlay */
        .color-popup-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index:99; align-items: center; justify-content: center; }
        /* Popup box */
    .color-popup { background: #fff; max-width: 420px; width: 90%; padding: 20px; border-radius: 6px; position: absolute; text-align: center; margin: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); }
    .custom-page .landing_page .color-popup h3 { margin: 0; font-weight: 600; font-size: 24px; line-height: 120%; }
    .color-popup-close { position: absolute; top: 6px; right: 12px; cursor: pointer; font-size: 18px; color: #000; }
    .color-popup img { object-fit: cover; }
    .custom-color-note { cursor: pointer; color: #0071a1; font-size: 13px; text-decoration: underline; text-align: right; }
    body.popup-open{ overflow: hidden; }
  


/* end07-01-2025 */




@media only screen and (max-width: 767px) {
  .product-templates.row {
    row-gap: 0px;
}
  div#testimonial_listing .mt-2.border-top.pt-4 {
    padding-top: 5px !important;
}
  .top-head {
    margin-bottom: 30px;
}
  blockquote:before {
    left: -6px !important;
}
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
    width: 30px;
    height: 24px;
}
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    width: 30px !important;
    height: 3px !important;
}
  .nav-bar-main-wrp div.mega-toggle-block {
    background: #252d65;
    padding: 0 5px;
    margin-right: 10px !important;
}
  .nav-bar-main-wrp {
    background: transparent;
    display: flex;
    align-items: center;
}
  .logo-div-main-outer a.custom-logo-link img.custom-logo {
    max-width: 130px;
}
.nav-bar-main-wrp .container {
  padding: 0;
}
  .top-header-container-outer-div {
    padding: 10px 0;
    width: 100%;
}
  .header-main-outer-wrp {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}
  .shopping-cart-main-outer a.woo-cart-icon  span {
    display: none;
  }
  .shopping-cart-main-outer a.woo-cart-icon span.cart-count.bdage {
    display: inline-block;
  }
  .top-header-wrp {
    display: none;
}
.logo-div-main-outer .search-bar-right-main .input-serch-wrp-outer {
    display: none;
}
.logo-div-main-outer .search-bar-right-main .shopping-cart-main-outer {
    margin-left: auto;
    width: auto;
}
.nav-bar-main-wrp .mega-menu-toggle {
    background: transparent !important;
}
.woocommerce-page button.woocommerce-Button.button { font-size: 16px; padding: 10px 10px; }
.woocommerce-page .return-to-shop { padding-bottom: 30px; }
.woocommerce-page .woocommerce-info { margin-bottom: 0; }
.woocommerce-page.woocommerce-cart header.entry-header.alignwide {  padding: 30px 0 0 0; }

.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content p { font-size: 16px;  margin-bottom: 10px; }
.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li a { font-size: 16px; }
.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li{ margin-bottom: 5px; }

.woocommerce-page .woocommerce .u-columns.col2-set { flex-wrap: wrap; }
.woocommerce-page .u-column1.col-left-cus, .u-column2.col-ryt-cus { width: 100% }
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 1px solid #999;
}

a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 639px) {
  .w-sm-100 {
    width: 100%;
  }
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.text-muted {
  color: #999999 !important;
}

@media only screen and (min-width: 768px) {
  .border-md-0 {
    border: 0 !important;
  }
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  .border-md {
    border: 1px solid #dee2e6 !important;
  }
  .border-bottom-md {
    border-bottom: 1px solid #dee2e6 !important;
  }
}
.sticky-bottom {
  bottom: 0;
  position: sticky;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.mx-15 {
  margin-left: -15px;
  margin-right: -15px;
}
div.page-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 0;
}
.page-header h1 {
  margin: 0;
}
.page-header h1 small {
  color: #6c757d;
  font-size: 64%;
}
.page-header .btn-link {
  white-space: nowrap;
  word-break: keep-all;
  padding-bottom: 0.25rem;
}
.page-header .btn-link > i {
  vertical-align: inherit;
  white-space: nowrap;
}
p {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 574px) {
  .btn-sm,
.btn-group-sm > .btn {
    padding: 0.2rem 0.4rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.qq-upload-button {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  padding: 0.65rem 1rem;
}

#xls_select_tbody .qq-upload-button {
  padding: 0.2rem 1rem;
  max-width: 250px;
  width: 100%;
}

@media only screen and (max-width: 574px) {
  .bootstrap-growl {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.3rem 1rem;
  }
}

.card-aligned {
  display: flex;
  flex-wrap: wrap;
}
.card-aligned > div[class*=col-] {
  display: flex;
}

.card-title {
  color: #212529;
}
.card-title a {
  color: #212529;
}
.card-title a.btn-link {
  color: #007bff;
}

.thumbnail {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.thumbnail > picture {
  display: block;
}

.video-fluid {
  max-width: 100%;
  height: auto;
}

.narrow-gutter {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.narrow-gutter > div[class*=col-], .narrow-gutter > .col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.table-striped .table {
  background: transparent;
}
.table-striped .table tbody tr:nth-of-type(odd) {
  background: transparent;
}

.content-box {
  font-size: 18px;
  font-size: 1.125rem;
  border-color: #ccc;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .content-box {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.top-header .container, .top-header .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}
.top-header .badge {
  padding: 0.4em 0.6em;
}

.sticky-top {
  z-index: 999;
}

.tooltip {
  z-index: 1050; /* Bootstrap's default */
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

/**** logo  height in mobile ****/
.navbar-brand img {
  max-height: 55px;
  max-width: 150px;
}
@media only screen and (min-width: 768px) {
  .navbar-brand img {
    max-height: none;
    max-width: 100%;
  }
}

/**** cart page ****/
.btn-group-toggle .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-group-toggle .nav-item:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-toggle .nav-item:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/**** price list, etc. Accordion icons ****/
.card-header .arrowimage:after {
  content: "\f13a";
  display: inline-block;
  position: static;
  font-family: "Font Awesome 6 Pro";
}
.card-header .collapsed .arrowimage:after {
  content: "\f138";
  display: inline-block;
  position: static;
  font-family: "Font Awesome 6 Pro";
}

/**** faq, product info Accordion icons ****/
.faq-listing .card a.collapsed span::after {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
}
.faq-listing .card a span::after {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}

/**** bootstrap menu css over right ****/
@media only screen and (min-width: 768px) {
  .navbar-expand-md > .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/**** price calculator ****/
#dyna .help-block p {
  margin-bottom: 0;
}

/**** media box ****/
.media-filter li a {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.5rem 1rem;
  display: block;
  margin: 0 0 0.5rem;
  cursor: pointer;
}
.media-filter li a:hover {
  color: #007bff !important;
}
.media-filter li a.selected {
  background: #007bff;
  color: #fff;
}
.media-filter li a.selected:hover {
  color: #fff !important;
  text-decoration: none;
}

.media-boxes-no-more-entries {
  cursor: default !important;
}

.media-boxes-drop-down {
  border: none !important;
}

.media-boxes-drop-down-menu > li {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .media-boxes-drop-down-menu > li > ul.child-categories {
    position: absolute;
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }
}
.media-boxes-drop-down-menu > li a {
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
}
.media-boxes-drop-down-menu > li > a::before {
  position: absolute;
  top: 11px;
  right: 11px;
  color: #000;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  appearance: none;
  -webkit-appearance: none;
  transform: rotate(-90deg);
}
.media-boxes-drop-down-menu > li > ul.child-categories {
  list-style: none;
  top: 0;
  left: 100%;
  width: 100%;
  background: white;
  padding: 0;
  display: none;
}
.media-boxes-drop-down-menu > li > ul.child-categories > li {
  border-left: none;
}
.media-boxes-drop-down-menu > li.parent-category:hover ul.child-categories {
  display: block;
}
.media-boxes-drop-down-menu > li.parent-category:not(:has(> ul.child-categories > li)) > a:before {
  display: none;
}
.media-boxes-drop-down-menu > li:hover > ul.child-categories {
  opacity: 1;
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}

.media-filter li a:hover::before {
  color: #fff;
}
.media-filter li a.selected::before {
  color: #fff;
}

.media-boxes-drop-down-header {
  height: 2.4375rem !important;
  line-height: 2.4375rem !important;
  padding: 0 0.9375rem !important;
}

.media-box-container .product-box .thumbnail {
  height: 15rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-box-container .product-box .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.media-box-container .product-box .video-thumbnail::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.media-box-container .product-box .video-thumbnail::after {
  content: "\f144";
  font-family: "Font Awesome 6 Pro";
  font-size: 3rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/**** JQUERY UPLOADER START ****/
.qq_select {
  background: #6d7367;
  background: rgba(109, 115, 103, 0.15);
  border: 1px solid rgba(109, 115, 103, 0.15);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  min-height: 135px;
  padding: 1.5rem;
}
.qq_select .qq-default {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  filter: none;
  font-size: 16px;
  font-size: 1rem;
  height: auto;
  line-height: 32px;
  margin: 0 auto;
  opacity: 1;
  filter: alpha(opacity=100);
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.qq_select .qq-default span {
  display: inline;
}

.qq-upload-drop-area span {
  display: block;
  width: 100%;
  margin-top: -8px;
}

.qq-upload-button { /*display:block;*/ }
.qq-upload-button > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.qq-upload-spinner {
  display: inline;
  vertical-align: middle;
  padding: 0 !important;
}

.qq-upload-size, .qq-upload-cancel {
  font-size: 11px;
  font-size: 0.6875rem;
}

.qq-upload-failed-text {
  display: none;
}

.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}

.qq-upload-label {
  padding: 1rem;
  float: left;
}

.progress {
  float: left;
  width: 100%;
  position: relative;
  border: 1px solid #666;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
  color: #fff;
}

.progress-title .progress_cls {
  font-weight: 500;
}

.qq-uploader .qq-upload-status-text-selector {
  display: none !important;
}

.bar {
  width: 0%;
  height: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 40%;
}

.studio-sticky-top #fileupload .qq-uploader .qq-upload-list .progress-title {
  width: 100%;
}
.studio-sticky-top #fileupload .qq-uploader .qq-upload-list .progress-title .progress_cls {
  display: inline-block;
}

/**** popover ****/
.popover {
  z-index: 999;
}
.popover.show {
  max-width: 500px !important;
}
@media only screen and (min-width: 1200px) {
  .popover.show {
    max-width: 1000px !important;
  }
}
.popover .popover-body {
  max-height: 500px;
  overflow: auto;
}
.popover .popover-body .panel {
  border: none;
}


/**** favorite BTN ****/
.favoritebtn {
  background: none;
  border: none;
}
.favoritebtn:focus {
  outline: none;
}
.favoritebtn .fa-star {
  text-shadow: 0 0px 2px rgba(0, 0, 0, 0.8), -1px -1px 2px rgba(255, 255, 255, 0.4);
  height: 0;
}
.favoritebtn .favActive {
  color: #FFC107;
}
.favoritebtn .favInactive {
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .favoritebtn .favInactive:hover {
    color: #FFC107;
  }
}

/**** Bottom to Top Arrow Start ****/
.scroll-top {
  position: fixed;
  border-radius: 2px;
  height: 30px;
  width: 30px;
  line-height: 25px;
  text-align: center;
  right: 20px;
  bottom: 70px;
  z-index: 999;
  background: #333;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #eee;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.scroll-top:hover {
  outline: none;
  text-decoration: none;
  background-color: #fcfcfc;
  border-color: #ccc;
}
.scroll-top:hover .scroll-up {
  color: #2d5c88;
}
.scroll-top .scroll-up {
  color: #eee;
}

/**** bottom links ****/
.bottom-links .list-inline-item {
  display: block;
  padding: 0.3rem 0.5rem;
}
@media only screen and (min-width: 768px) {
  .bottom-links .list-inline-item {
    display: inline-block;
  }
}

/**** Loader ****/
.skip_page_loader {
  background-color: #000000;
  position: fixed;
  opacity: 0.7;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.skip_page_loader .loading-container-lg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#cookiewarning {
  z-index: 9999;
  position: fixed;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  bottom: 0;
  padding: 1.5rem;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.3);
  display: block;
  background-color: #ebebeb;
}
@media only screen and (min-width: 768px) {
  #cookiewarning {
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  #cookiewarning {
    padding: 1.5rem 7rem;
  }
}
#cookiewarning .cookie-btn {
  width: 100%;
  flex: 0 0 100%;
}
@media only screen and (min-width: 768px) {
  #cookiewarning .cookie-btn {
    width: 15%;
    flex: 0 0 15%;
  }
}

/**** Browse Design search bar collapse ****/
.page-item .page-link {
  color: #333333;
}

/**** User images column width ****/
@media only screen and (min-width: 1025px) {
  .card-deck .myimage_div {
    max-width: 23%;
  }
}

/**** csv data popup ****/
#csv_accordion {
  overflow-y: auto;
  max-height: 500px;
  overflow-x: hidden;
}
#csv_accordion .bulk_csv_help img {
  width: auto !important;
  height: auto !important;
}

/*checkout payment ship help*/
.ship_help_content {
  width: auto;
  max-width: 250px;
}

/* book product template fields heading */
.popup_page_inner #book_design_fields .page-section-header {
  display: none;
}
.popup_page_inner .price_calculator {
  padding: 0 0.5rem;
}

/* hide radio label for tab style payment method on checkout page*/
ul#payment_option li .custom-control {
  display: inline;
  min-height: auto;
  padding: 0;
}
ul#payment_option li .custom-control .custom-control-label:before, ul#payment_option li .custom-control .custom-control-label:after {
  display: none;
}

/*upload file with preview */
.uploaded-image {
  display: inline-block;
}
.uploaded-image .thumbnail, .uploaded-image .cloudImagePreview {
  display: block;
  padding-bottom: 0 !important;
}
.uploaded-image .enlarge {
  padding-bottom: 0 !important;
}
.uploaded-image .enlarge img {
  position: relative;
}
.uploaded-image .img-slide {
  padding-bottom: 0;
}
.uploaded-image .img-slide a {
  padding-bottom: 0 !important;
}
.uploaded-image .img-slide a img {
  position: relative;
}

.upload_pord_img_title {
  word-break: break-all;
}

.upload_delete_icon {
  top: -8px;
  right: -8px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  z-index: 9;
}

.drag_drop {
  border: 1px dashed #ccc;
  min-height: 150px;
  color: #bbb;
}

.table-striped > tbody > .success > td {
  background: #d8f6df;
}

/******** IE fancybox width issue *********/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .fancybox-slide > * {
    min-width: 40%;
  }
  *::-ms-backdrop, .fancybox-slide > .fancybox-loading {
    min-width: auto;
  }
  *::-ms-backdrop, .thumbnail {
    display: block;
  }
  *::-ms-backdrop, .carousel .thumbnail {
    display: inline-block;
  }
}
/* Template crate same size box for slick */
.template_block .slick-track, #template_list .slick-track {
  display: flex;
}
.template_block .slick-track .templatebox, #template_list .slick-track .templatebox {
  display: flex;
  height: auto;
}

.popup_page_outer #user_portfolio > .row {
  margin: 0;
}

.media-boxes-no-more-entries {
  display: none;
}

#cropscreen > div {
  margin: auto;
}

/**** carousel icon alignment ****/
#home_page .carousel-control-prev-icon, #home_page .carousel-control-next-icon {
  display: block;
}

/** CSS for CSV bulk upload **/
@media only screen and (min-width: 768px) {
  #product_xls_model {
    width: 90%;
    margin: 2rem auto;
  }
}

.google_login {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  background: #4285f4 !important;
  border: 1px solid #4285f4 !important;
  color: #ffffff !important;
  padding: 0;
  font-family: "roboto_mediumregular";
  border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
}
.google_login span.google-icon {
  padding: 0.325rem 0.45rem !important;
  background: #fff;
  display: inline-block;
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
}
.google_login span.google-icon::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20326667%20333333%22%20shape-rendering%3D%22geometricPrecision%22%20text-rendering%3D%22geometricPrecision%22%20image-rendering%3D%22optimizeQuality%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M326667%20170370c0-13704-1112-23704-3518-34074H166667v61851h91851c-1851%2015371-11851%2038519-34074%2054074l-311%202071%2049476%2038329%203428%20342c31481-29074%2049630-71852%2049630-122593m0%200z%22%20fill%3D%22%234285f4%22%3E%3C/path%3E%3Cpath%20d%3D%22M166667%20333333c44999%200%2082776-14815%20110370-40370l-52593-40742c-14074%209815-32963%2016667-57777%2016667-44074%200-81481-29073-94816-69258l-1954%20166-51447%2039815-673%201870c27407%2054444%2083704%2091852%20148890%2091852z%22%20fill%3D%22%2334a853%22%3E%3C/path%3E%3Cpath%20d%3D%22M71851%20199630c-3518-10370-5555-21482-5555-32963%200-11482%202036-22593%205370-32963l-93-2209-52091-40455-1704%20811C6482%20114444%201%20139814%201%20166666s6482%2052221%2017777%2074814l54074-41851m0%200z%22%20fill%3D%22%23fbbc04%22%3E%3C/path%3E%3Cpath%20d%3D%22M166667%2064444c31296%200%2052406%2013519%2064444%2024816l47037-45926C249260%2016482%20211666%201%20166667%201%20101481%201%2045185%2037408%2017777%2091852l53889%2041853c13520-40185%2050927-69260%2095001-69260m0%200z%22%20fill%3D%22%23ea4335%22%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.google_login > span {
  font-size: 0.875rem;
  letter-spacing: 0.2px;
}

.facebook_login {
  background: #3b5998 !important;
  border-color: #3b5998 !important;
  color: #ffffff !important;
}

#loginid_popup .facebook_login {
  margin-bottom: 0.5rem;
}

#sitemap ul {
  padding-left: 0.2rem;
  list-style: none;
}
#sitemap ul li a {
  color: #333;
  padding: 0.15rem 0;
  display: block;
}
#sitemap ul li i {
  padding-right: 0.5rem;
  font-weight: 400;
}

.bdr-mob-none {
  border-right: 0;
}
@media only screen and (min-width: 768px) {
  .bdr-mob-none {
    border-right: 1px solid #dee2e6;
  }
}

#testimonial_listing .blockquote {
  font-size: 16px;
  font-size: 1rem;
}

.btn-link:hover, .btn-link:focus {
  text-decoration: none;
}

#search_listing_area .btn-link {
  word-break: break-all;
}

#user_address .page-header h1 {
  display: inline-block;
}

.fullwidth {
  max-width: 100% !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  card-header .card-title > strong span {
    float: right;
  }
}

@media only screen and (max-width: 767px) {
  .modal-content .close {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #cccccc;
    color: #333333;
    padding: 0;
    margin: 0.2rem 0.2rem 0 0;
  }
}

.bootstrap-select.dropdown .dropdown-menu {
  z-index: 999 !important;
}
.bootstrap-select.bs-container.dropdown .dropdown-menu {
  z-index: 1060 !important;
}

.address_validation_popup {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.cart_section .modal-body .form-horizontal label, #user_order_info .modal-body .form-horizontal label {
  word-break: break-word;
}

/*******Android Message Issue*******/
.ui-dialog {
  z-index: 9;
  background: #fff !important;
  padding: 0.6rem !important;
  -webkit-box-shadow: 0 0 10px 0 #ccc;
  -moz-box-shadow: 0 0 10px 0 #ccc;
  box-shadow: 0 0 10px 0 #ccc;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

/******KP Message*****/
.bootbox .modal-dialog .modal-content .modal-header .close {
  order: 2;
}
.bootbox .modal-dialog .modal-content .modal-header .modal-title {
  order: 0;
}

#designer_type {
  width: auto;
}

#prouct_additional_info .addi_info_label {
  word-wrap: normal;
}

/*** Lazy load images ***/
.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
  transition: opacity 300ms;
  background: #f7f7f7 url(/templates/images/loading.gif) no-repeat center;
  background-size: 250px;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.custom-control.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/******* Top Header Content ******/
.top_header_content {
  position: relative;
}
.top_header_content .dropdown-toggle {
  margin: 0.5rem;
}
.top_header_content .dropdown-toggle i {
  margin-right: 0.5rem;
}
.top_header_content .dropdown-menu {
  padding: 0;
}
.top_header_content .dropdown-menu .card {
  margin-bottom: 0 !important;
  max-width: 350px;
}
.top_header_content .header-search {
  margin: 0 0.5rem;
}
.top_header_content .header-search ~ a {
  margin: 0 0.5rem;
}

.no-img-ext {
  height: 150px;
  width: 100%;
  max-width: 150px;
  background: #f2f2f2;
  border: 2px solid #ccc;
  position: relative;
}
.no-img-ext > div {
  position: relative;
}
.no-img-ext > div > span {
  border: 2px solid #000000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0 0.8rem;
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  height: 25px;
  margin: auto;
  background: #333333;
  color: white;
}
.no-img-ext > div i {
  color: #333333;
}
@media only screen and (min-width: 1025px) {
  .no-img-ext {
    height: 200px;
    width: 100%;
    max-width: 200px;
  }
}

.qq-uploader .no-img-ext, .uploaded-image .no-img-ext {
  height: 145px;
  width: 145px;
  background: #f2f2f2;
  border: 2px solid #ccc;
  position: relative;
}

/* Added for custom button in flipbook preview for share template design */
.flipbook-wrapper-transparent > .flipbook-lightbox-toolbar > .check_website {
  position: absolute;
  right: 0;
  top: 0;
}

/* Print Builder View Products Pop Up CSS */
.product-img {
  text-align: center;
}
.product-img img {
  max-height: 170px;
  width: auto;
}

#products_additional_options {
  /*.ops_customclass {
  	.form-control, .bootstrap-select {max-width:97%;}
  }*/
}
#products_additional_options .form-control, #products_additional_options .bootstrap-select {
  max-width: 95%;
}
#products_additional_options .quantity_range_msg {
  padding-right: 15px;
}
#products_additional_options .change_card_name_div .ops_customclass {
  max-width: 96%;
}
#products_additional_options .single-attribute {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (max-width: 399px) {
  #user_address_list .form-inline .custom_width_mob {
    width: calc(100% - 130px);
  }
}

/* color picker for canvas */
.ui-colorpicker-dialog {
  width: 500px !important;
}

/**** intl-tel-input plugin ****/
.iti {
  width: 100%;
}

.iti__country-list {
  z-index: 22 !important;
}

.form-group .input-valid ~ .col-form-label {
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  font-size: 75%;
  top: 8px;
  color: #2493ad;
}

.form-group .iti--allow-dropdown ~ .col-form-label {
  left: 2.8rem;
}

#Frmaddclient .form-group .input-valid ~ .col-form-label,
#frmselectaddress .form-group .input-valid ~ .col-form-label {
  left: 5px !important;
}

/* CSS added by KP */
.triangle-slide-overlay .zoom .btn-info {
  position: relative;
}

/****** upload image from mobile page ******/
#mobileImageUpload .qq-upload-list-selector {
  margin-top: 0.5rem;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
#mobileImageUpload .qq-upload-file {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#mobileImageUpload .qq-upload-size {
  display: none !important;
}

/* Social Share Icon in Popover CSS */
.jssocials-shares .jssocials-share a {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1rem;
}

#user_qrcode_action .qr_type_div .bootstrap-datetimepicker-widget.dropdown-menu {
  inset: auto !important;
  top: 100% !important;
}

/* Address Dropdown CSS for Checkout Page */
.address-box .bootstrap-select > .dropdown-toggle {
  border: 0;
  padding: 0.5rem;
  background: transparent;
  height: auto;
  text-align: left;
  width: auto;
}
.address-box .bootstrap-select .address-list {
  display: none;
}
.address-box address {
  margin-bottom: 0;
}

.address-dropdown .form-control, .address-dropdown .custom-select {
  height: calc(1em + 1.2rem + 2px);
}
.address-dropdown .dropdown-menu {
  padding: 0.2rem 0 0;
  width: 100%;
}
.address-dropdown .dropdown-menu li a {
  border-bottom: 1px solid #eeeeee;
  padding: 0.5rem 1rem 0.5rem 0.8rem;
}
.address-dropdown .dropdown-menu li a:hover {
  background-Color: #f8f8f8;
}
.address-dropdown .dropdown-menu li a.active, .address-dropdown .dropdown-menu li a.selected {
  background-Color: #f0f0f0;
}
.address-dropdown .dropdown-menu address {
  font-size: 13px;
  font-size: 0.8125rem;
}
.address-dropdown.show-tick .dropdown-menu li a .text {
  margin-right: 0 !important;
}

.address_loader {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9;
}

.custom-common-shadow {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

address {
  margin: 0;
}

#user_address_list .card .card-footer .DefaultSetActionBtn .btn:nth-child(2):not(:first-child) {
  border-left: 2px solid #bbbbbb;
}

#latest-product .product-box .thumbnail img {
  position: static;
  height: auto;
  width: 100%;
}
#latest-product .product-box .thumbnail.imgPlaceHolder {
  pointer-events: auto;
}

#user_order .no-img-ext {
  width: 100px;
  height: 100px;
}
#user_order .no-img-ext > div {
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
#user_order .no-img-ext > div > span {
  left: 70px;
  font-size: 40px;
  font-size: 2.5rem;
}
#user_order .no-img-ext > div i {
  font-size: 200px;
  font-size: 12.5rem;
}

.video_effect {
  position: relative;
}
.video_effect:after {
  position: absolute;
  content: "\f144";
  font-family: "Font Awesome 6 Pro";
  height: 100%;
  font-size: 35px;
  font-size: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 3px;
  color: #879da9;
}
.video_effect.imgPlaceHolder {
  pointer-events: auto;
  height: 150px;
  max-width: 150px !important;
  padding-top: 0;
  vertical-align: top;
  display: inline-block;
}

@media not all and (min-resolution: 0.001dpcm) and (-webkit-min-device-pixel-ratio: 0) {
  .fancybox__main-panel .fancybox__content {
    min-width: 100% !important;
  }
  .fancybox__thumbs ~ .fancybox__carousel .fancybox__content {
    min-width: 100% !important;
  }
}
#help_template_list .dynamicHelpTemplateMain .form-group .custom-select {
  z-index: auto;
}

#user_qrcode_action .qr-tablist {
  overflow-y: hidden;
  overflow-x: auto;
}

#user_qrcode_list .truncate {
  max-width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
  #user_qrcode_list .truncate {
    max-width: 105px;
  }
}

.mass-temp-count {
  max-width: 60px;
}

#mass-form .table-responsive {
  max-height: 300px;
  overflow-y: auto;
}
#mass-form .table-responsive #xls_select_tbody .form-group .form-control {
  min-width: 155px;
  max-width: 250px;
}
#mass-form .table-responsive #xls_select_tbody .form-group .col-form-label {
  top: 7px;
}
#mass-form .table-responsive #xls_select_tbody .block_image_used {
  max-width: 80px;
  max-height: 80px;
}

/*** advance search ****/
#recentSearchHistoryList {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  z-index: 9999;
  padding: 5px 0;
}

#recentSearchHistoryList li {
  padding: 6px 10px 6px 15px;
  cursor: pointer;
}

.search-history > div:not(:last-child):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #dfdfdf;
  right: -10px;
  top: 2px;
  margin: auto;
}
.search-history > div span {
  line-height: 1;
}
.search-history > div a {
  line-height: 1;
}

#recentSearchHistoryList li:hover {
  background-color: #f4f4f4;
}

#recentSearchHistoryList li.selected {
  background-color: #f4f4f4;
}

.advance-search a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.advance-search .tab-pane {
  position: relative;
}
.advance-search .advance-search-loader {
  position: absolute;
  top: 0;
  color: #666666;
  margin: auto;
}
.advance-search .search-sticky {
  position: sticky;
  top: 55px;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .advance-search .search-sticky {
    top: 0;
  }
}
.advance-search .input-group .form-control {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 768px) {
  .advance-search .input-group .form-control {
    padding-left: 2.5rem;
  }
}
.advance-search .input-group:after {
  content: "\f002";
  display: block;
  position: absolute;
  top: 0;
  left: 1px;
  bottom: 0;
  font-family: "Font Awesome 6 Pro";
  text-align: center;
  margin: auto;
  font-size: 15px;
  height: auto;
  line-height: 3;
  cursor: pointer;
  padding: 0 0.5rem;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .advance-search .input-group:after {
    left: 8px;
  }
}
.advance-search .remove-search-text {
  position: absolute;
  top: 2px;
  right: 50px;
  bottom: 6px;
  z-index: 9;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .advance-search .remove-search-text {
    right: 60px;
  }
}
.advance-search .search-history, .advance-search .no-advance-search-result, .advance-search .no-result, .advance-search .modal-no-result {
  white-space: pre;
}
.advance-search .esc-search {
  position: absolute;
  top: 2px;
  right: 7px;
  bottom: 6px;
  z-index: 9;
}
.advance-search .searchable-img {
  width: 80px;
  height: 70px;
  overflow: hidden;
  flex: 0 0 80px;
}
.advance-search .searchable-img .imgPlaceHolder:after {
  top: 5px;
  font-size: 2.5rem;
}
.advance-search .searchable-img .imgPlaceHolder:before {
  top: 1px;
  font-size: 1rem;
}
.advance-search .searchable-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0.25rem;
}
.advance-search .searchable-img :after {
  height: auto;
}
.advance-search .searchable-data {
  max-width: calc(100% - 80px);
  flex: 0 0 calc(100% - 80px);
}
.advance-search .searchable-data h5 {
  color: #333;
}
.advance-search .searchable-data h5:hover {
  color: #007bff;
}
.advance-search .search-result-listing {
  max-height: calc(100vh - 290px);
  overflow-y: auto;
  overflow-x: hidden;
}
.advance-search .search-result-content {
  min-height: 100px;
}
.advance-search .modal-search-result-content {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
  overflow-x: hidden;
}
.advance-search .nav-customtabs .badge {
  background-color: #efefef;
}

.advance-search-dropdown {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  z-index: 1070;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .advance-search-dropdown {
    width: 1000px;
  }
}
.advance-search-dropdown .search-result-listing {
  max-height: 370px;
}

.search-icon .twitter-typeahead:after {
  content: "\f002";
  display: block;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  font-family: "Font Awesome 6 Pro";
  text-align: center;
  margin: auto;
  font-size: 15px;
  height: auto;
  line-height: 2.8;
  cursor: pointer;
  padding: 0 0.5rem;
  z-index: 3;
}

.container {
  position: relative;
}

.modal-full {
  max-width: 100%;
  margin: 0;
}
.modal-full .modal-content {
  height: 100vh;
}

::-webkit-scrollbar {
  width: 7px !important;
  background-color: rgb(228, 228, 228);
}

::-webkit-scrollbar-thumb {
  background: #CCC;
}

#product_design_upload .upload_size {
  padding: 0.75rem 1.25rem;
}
#product_design_upload .upload_size .sizehtml {
  height: calc(1em + 1.2rem + 2px);
}

#uploaderArea .qq-upload-file {
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.visualcal .show-tick .dropdown-menu img {
  width: 20px;
}
.visualcal .filter-option img {
  width: 20px;
}

.page-not-found {
  max-width: 630px;
  height: 100vh;
  padding: 0 10px;
}
.page-not-found .page-header h1 {
  font-weight: 700;
  color: #000;
}
.page-not-found .page-header :after {
  content: none;
}
.page-not-found .subheading {
  color: #666;
  font-weight: 400;
  font-size: 1rem;
}
.page-not-found .scroll-top {
  display: none !important;
}

.corp_login_form .card .g-recaptcha {
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  transform-origin: 0 0;
}
@media only screen and (min-width: 1025px) {
  .corp_login_form .card .g-recaptcha {
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

#div_addinfo_action_box {
  width: 100%;
  max-width: 910px;
}
#div_addinfo_action_box .g-recaptcha {
  -moz-transform: scale(0.94);
  -o-transform: scale(0.94);
  -ms-transform: scale(0.94);
  -webkit-transform: scale(0.94);
  transform: scale(0.94);
  transform-origin: 0 0;
}

#masspersonalization .custom-checkbox .custom-control-label {
  cursor: pointer;
}
#masspersonalization #default_variable .table-responsive table {
  table-layout: fixed;
}
#masspersonalization #default_variable .table-responsive table td {
  overflow: hidden;
}

#mass-form .table-responsive .table .qq-uploader .control-label {
  margin: 0 !important;
}

.pagination-sm .page-link {
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
}

.fancybox__content #related-product .product-box {
  vertical-align: top;
}
.fancybox__content #related-product .product-box .card .card-body .imgPlaceHolder {
  width: 250px;
  max-width: 100%;
}
.fancybox__content #related-product .product-box:not(.slick-slide) .card .card-body .imgPlaceHolder {
  padding-top: 100%;
  height: auto;
}
.fancybox__content .cancelreqform .payment_cancel_detail .imgPlaceHolder {
  padding: 0;
  height: 230px;
}

#price_detail .cart-price-block li {
  display: flex;
  justify-content: space-between;
}
#price_detail .cart-price-block li span {
  margin-left: auto;
}

/* Froala Editor CSS START */
table.fr-dashed-borders td,
table.fr-dashed-borders th {
  border: 1px dashed #DDD;
}

.fr-text-spaced {
  letter-spacing: 1px;
}

.fr-text-gray {
  color: #AAA !important;
}

.fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}

.fr-text-uppercase {
  text-transform: uppercase;
}

/* Froala Editor CSS END */
#copy_msg {
  border-color: #ced4da;
}

.form-group .phone-label {
  padding-left: 40px !important;
  z-index: unset !important;
}

.form-group .input-valid ~ .phone-label {
  padding-left: 0.3rem !important;
}

.iti:not(.iti--allow-dropdown) .iti__flag-container {
  left: 0;
  right: unset !important;
}

.iti:not(.iti--allow-dropdown) input,
.iti:not(.iti--allow-dropdown) input[type=tel],
.iti:not(.iti--allow-dropdown) input[type=text] {
  padding-left: 40px;
  padding-right: unset !important;
}

.option_offset {
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .option_offset {
    margin-left: 3rem;
  }
}

@media (min-width: 700px) {
  .realPreviewPopup:has(iframe) button.carousel__button {
    width: 40px !important;
    height: 40px !important;
    position: absolute !important;
    top: -50px !important;
    right: 0 !important;
  }
}
.realPreviewPopup:has(iframe) .fancybox__backdrop {
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.75));
}

.realPreviewPopup:has(.fullScreenModel) .carousel__button.is-close {
  top: 7px !important;
  right: 7px !important;
  box-shadow: 0 0 0 1px rgba(64, 87, 109, 0.07), 0 2px 12px rgba(53, 71, 90, 0.2);
}

.iti__country-container {
  left: 0;
}
.iti__country-container .iti__dropdown-content {
  z-index: 12 !important;
}

.contdown-num {
  width: 40px;
}

.partial_help_message {
  max-width: 485px;
}

.popup-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.popup-loader:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.popup-loader .ld-ring:after {
  color: #555555;
}
.popup-loader h4.progress_cls {
  color: #555555;
}

.associate_image {
  min-width: 100px;
}

.photoprint-image-title {
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block !important;
}

.no-preview-width {
  width: 150px;
}

.skip-link {
  position: absolute;
  top: -2.5rem;
  left: 0.625rem;
  z-index: 9999;
  padding: 0.4375rem 0.75rem;
  font-size: 0.75rem;
}
.skip-link:focus {
  top: 0.625rem;
}

#testimonial_multi_sidebar .testimonial-panel .carousel-indicators {
  bottom: -30px;
}
#testimonial_multi_sidebar .testimonial-panel .carousel-indicators li {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #555555;
}
#testimonial_multi_sidebar .testimonial-panel .card .card-body blockquote .testimonial-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.captcha-container .error-block {
  left: 0%;
  right: auto;
  top: 97%;
}

.left-offset-4.captcha-container .error-block {
  left: 4%;
  right: auto;
  top: 97%;
}

.p-unset.captcha-container .error-block {
  position: unset;
}

.restrict-overlap.captcha-container {
  display: flex;
  width: 100%;
}

#additional_info_data .prduct_option .opt_datepicker {
  max-width: 95%;
}

.user-profile .profile-avatar {
  width: 3.75rem;
  height: 3.75rem;
  font-size: 30px;
  font-size: 1.875rem;
}

#user_image_list .myimage_div .custom-checkbox {
  left: 8px;
}

.documentPrintPreview {
  position: relative;
  z-index: 1;
}

.document_print_main {
  position: sticky;
  top: 0.625rem;
}
.document_print_main .document_print_studio .rulerWidth {
  left: auto;
  right: 0;
}
.document_print_main .document_print_studio iframe {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}
.document_print_main .document_print_studio .uppy-Dashboard-AddFiles-title {
  display: none;
}
.document_print_main .uploader-title {
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .document_print_main .uploader-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.document_print_main.full-frame {
  position: inherit;
  top: 0;
}
.document_print_main.full-frame .arrow-block {
  display: flex !important;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.document_print_main.full-frame .arrow-block .left-arrow i, .document_print_main.full-frame .arrow-block .right-arrow i {
  font-size: 2rem;
  cursor: pointer;
}
.document_print_main.full-frame .rulerWidth, .document_print_main.full-frame .rulerHeight {
  display: none;
}
.document_print_main.full-frame #canvasPreview {
  height: 80vh;
}
.document_print_main.full-frame .document_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
  width: 100vw;
  height: 100vh;
  display: block !important;
}
.document_print_main.full-frame .frameClose {
  display: block !important;
  position: absolute;
  right: 0rem;
  top: 0rem;
  z-index: 9;
}
.document_print_main.full-frame #expandIframe {
  display: none !important;
}
.document_print_main.full-frame .document_print_studio {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(229, 229, 229);
  width: 100vw;
  height: 100vh;
  z-index: 999999999;
}
.document_print_main.full-frame .document_print_studio #printPreview {
  background: rgb(229, 229, 229) !important;
  height: calc(100% - 74.5px);
  overflow: auto;
}
@media only screen and (min-width: 1200px) {
  .document_print_main.full-frame .document_print_studio #printPreview {
    height: calc(100% - 82.5px);
  }
}
.document_print_main.full-frame .document_print_studio #printPreview .documentPrintPreview {
  height: 100%;
}
.document_print_main.full-frame .document_print_studio #printPreview .documentPrintPreview iframe {
  box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.25);
}
.document_print_main.full-frame .document_print_studio #printPreview .documentPrintPreview iframe.tabsAvailable {
  box-shadow: unset;
}
.document_print_main.full-frame .document_print_studio #printPreview .document_print_option {
  background: rgb(229, 229, 229) !important;
}
.document_print_main.full-frame .document_print_studio .pagetab-right .badge, .document_print_main.full-frame .document_print_studio .pagetab-left .badge {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1200px) {
  .document_print_main.full-frame .document_print_studio .pagetab-right .badge, .document_print_main.full-frame .document_print_studio .pagetab-left .badge {
    top: 0;
  }
}
.document_print_main.full-frame .document_print_option {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.document_print_main #controls .btn-sm {
  border-radius: 0.2rem;
}
.document_print_main #controls a, .document_print_main #controls button {
  border: 1px solid #d9d9d9;
}
.document_print_main #controls .btn {
  line-height: 1.2;
}
.document_print_main #controls #page-navigation {
  min-width: 60px;
  height: calc(1.12em + 0.5rem + 2px);
}
.document_print_main .custom-shadow {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.document_print_main .front-uploader-ops .uppy-Dashboard-inner.uploader-lg {
  width: 100% !important;
  max-width: 700px;
  aspect-ratio: 4/3;
  height: auto !important;
  margin: 0 auto;
}

.popover:has(.po-max-w-500) {
  max-width: 500px;
  min-width: fit-content;
}

.save_qty {
  font-size: 0.75rem;
}

.input-group .save_qty {
  height: calc(1.91rem + 2px);
}

.axes, .gui-wrap {
  display: none;
}

.table thead th {
  vertical-align: middle;
}

#imageform .front-uploader-ops .uppy-Dashboard-inner.uploader-lg {
  height: 28rem !important;
}
@media only screen and (min-width: 992px) {
  #imageform .front-uploader-ops .uppy-Dashboard-inner.uploader-lg {
    height: 33rem !important;
  }
}

#user_profile .front-uploader-ops .res-img {
  border-top: 1px solid #dfdfdf;
}

/* Disable zoom on input fields */
input, textarea, select {
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation;
}

/* Cusom devider pipiline */
.custom-pipeline:not(:last-child) {
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}
.custom-pipeline:not(:last-child)::after {
  content: "";
  height: 80%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: rgba(153, 153, 153, 0.5);
  transform: translateY(-50%);
}

#quote_create .qty .form-row .ast {
  position: unset !important;
}
#quote_create .qty .form-row:has(.col.input-group:nth-child(3)) .add-more {
  position: absolute;
  right: 0.5rem;
  top: -1.4rem;
}
@media only screen and (min-width: 768px) {
  #quote_create .qty .form-row:has(.col.input-group:nth-child(3)) .add-more {
    right: -1.175rem;
    top: 0.9rem;
  }
}
#quote_create .qty .form-row:has(.col.input-group:nth-child(3)) .ast {
  position: absolute !important;
  right: -0.75rem;
}
#quote_create .qty.double-clm-qty .form-row:has(.col.input-group:nth-child(3)) .add-more {
  right: 0.5rem;
  top: -1.5rem;
}
#quote_create .input-group-require {
  position: absolute;
  right: -0.75rem;
  top: 0;
}
#quote_create .quote-additional-info .fa-circle-arrow-down {
  transition: transform 0.3s ease;
}
#quote_create .quote-additional-info:not(.collapsed) .fa-circle-arrow-down {
  transform: rotate(180deg);
}

.coupon-module .coupon-item {
  border-radius: 0.625rem;
}
.coupon-module .coupon-item .coupon-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.coupon-module .coupon-item .form-control {
  height: calc(1.2em + 1.5rem + 2px);
  border: 1px dashed;
}
.coupon-module .coupon-discount {
  top: 0;
  right: 0;
  background-color: #007bff;
  border-radius: 0 0.75rem 0 0.75rem;
}
.coupon-module .text-small {
  font-size: 0.875rem;
}

.popover .couponMaxHeight {
  max-height: 12.5rem;
}

.templateCategorySticky {
  top: 50px;
}

.floating-whatsapp {
  position: fixed;
  bottom: 15px;
  z-index: 1000;
  background-color: #25D366;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.floating-whatsapp a {
  color: white;
  display: block;
}
.floating-whatsapp a i {
  line-height: 40px;
}
.floating-whatsapp:hover {
  transform: scale(1.1);
}
.floating-whatsapp:hover a {
  color: white;
}
.floating-whatsapp.floating-right {
  right: 15px;
}
.floating-whatsapp.floating-left {
  left: 15px;
}

/* express checkout */
.exp-checkout-or-divider .exp-checkout-line {
  flex: 1;
  height: 1px;
  border: none;
}

#quote_create .front-uploader-ops .uppy-Dashboard-inner.uploader-sm {
  width: 100% !important;
  height: 5rem !important;
}
#quote_create .front-uploader-ops .uppy-Dashboard-inner.uploader-sm .uppy-Dashboard-AddFiles-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#quote_create .front-uploader-ops .uppy-Dashboard-inner.uploader-sm .uppy-Dashboard-AddFiles-title .uppy-upload-text {
  margin-right: 8px;
}
#quote_create .front-uploader-ops .uppy-Dashboard-inner.uploader-sm .uppy-Dashboard-AddFiles-title .uppy-upload-text .upload-icon {
  margin-bottom: 0;
}
#quote_create .front-uploader-ops .uppy-Dashboard-inner.uploader-sm .uppy-Dashboard-AddFiles-title .uppy-u-reset {
  margin-left: 8px;
}

.tabpage-container {
  overflow-x: hidden;
  max-height: 280px;
  overflow-y: auto;
}

@media only screen and (max-width: 574px) {
  .navbar-nav {
    padding-bottom: 2.5rem;
  }
}
@media (max-width:768px){
  .nav-cat-wrraper {
    column-count: unset;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}
}
@media only screen and (max-width: 767px) {
  .navbar-nav .nav-item .dropdown-toggle:after {
    position: absolute;
    top: 11px;
    right: 15px;
    content: "\f060";
    font-family: "Font Awesome 6 Pro";
    border: 0 !important;
    transform: rotate(180deg);
  }
}
.navbar-nav .mobileDropdownBottom .dropdown-toggle:after {
  transform: rotate(270deg);
}

.dropdown.show .nav-link:after {
  border-top: 0;
  border-bottom: 0.3em solid;
}
@media only screen and (min-width: 768px) {
  .dropdown.show .nav-link:after {
    border-top: 0.3em solid;
    border-bottom: 0;
  }
}

.navbar-collapse {
  position: fixed;
  left: 0px;
  top: 0;
  z-index: 9;
  height: 100% !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  width: 90vw;
  /*****tablet and up view*****/
  /*****/
}
@media only screen and (min-width: 768px) {
  .navbar-collapse {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-collapse {
    width: auto;
  }
}
.navbar-collapse .navbar-nav {
  background: #fff;
  height: 100vh;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: no-wrap;
  width: 90vw;
}
@media only screen and (min-width: 768px) {
  .navbar-collapse .navbar-nav {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    width: auto;
  }
}
.navbar-collapse .navbar-nav .nav-link {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ccc;
}
.navbar-collapse .navbar-nav .dropdown-item {
  white-space: normal;
  padding: 0.7rem 1rem;
}
@media only screen and (min-width: 768px) {
  .navbar-collapse .navbar-nav .dropdown-item {
    white-space: nowrap;
  }
}
.navbar-collapse .navbar-nav .nav-item .dropdown-menu li a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .navbar-collapse .navbar-nav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.navbar-collapse.show {
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
@media only screen and (min-width: 768px) {
  .navbar-collapse {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    height: auto !important;
    position: static;
    background: transparent;
    -webkit-transform-style: unset;
    -moz-transform-style: unset;
    -ms-transform-style: unset;
    transform-style: unset;
    width: auto;
  }
  .navbar-collapse .navbar-nav {
    width: auto;
    height: auto;
    margin-left: auto;
    background: transparent;
    overflow-y: inherit;
    overflow-x: inherit;
  }
  .navbar-collapse .navbar-nav .nav-link {
    padding: 0.3rem 0.3rem;
    border-bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-collapse .navbar-nav .nav-link {
    padding: 1rem 0.5rem;
    font-size: 16px;
    font-size: 1rem;
  }
}

nav .dropdown-menu, .navbar .dropdown-menu, .top-header .dropdown-menu {
  font-size: 15px;
  font-size: 0.9375rem;
  border-width: 0;
  min-width: 200px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
nav .dropdown-menu.login, .navbar .dropdown-menu.login, .top-header .dropdown-menu.login {
  min-width: 300px;
  border: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  nav .dropdown-menu.login, .navbar .dropdown-menu.login, .top-header .dropdown-menu.login {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  nav .dropdown-menu.login, .navbar .dropdown-menu.login, .top-header .dropdown-menu.login {
    right: auto;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  nav .dropdown-menu > li:hover > a, .navbar .dropdown-menu > li:hover > a, .top-header .dropdown-menu > li:hover > a {
    background: #f8f8f8;
    color: #16181b;
  }
  nav .dropdown-menu > li:hover > .dropdown-menu, .navbar .dropdown-menu > li:hover > .dropdown-menu, .top-header .dropdown-menu > li:hover > .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    display: block;
  }
}
nav .dropdown-menu .dropdown-submenu, .navbar .dropdown-menu .dropdown-submenu, .top-header .dropdown-menu .dropdown-submenu {
  position: relative;
}
nav .dropdown-menu .dropdown-submenu > a:after, .navbar .dropdown-menu .dropdown-submenu > a:after, .top-header .dropdown-menu .dropdown-submenu > a:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 5px;
  right: 10px;
  color: #999;
}
@media only screen and (min-width: 768px) {
  nav .dropdown-menu .dropdown-submenu > a:after, .navbar .dropdown-menu .dropdown-submenu > a:after, .top-header .dropdown-menu .dropdown-submenu > a:after {
    top: 10px;
  }
}
nav .dropdown-menu .dropdown-submenu > .dropdown-menu, .navbar .dropdown-menu .dropdown-submenu > .dropdown-menu, .top-header .dropdown-menu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px !important;
  border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  -webkit-border-radius: 0 6px 6px 6px;
  padding: 0;
}
nav .dropdown-menu .dropdown-submenu > .dropdown-menu > li, .navbar .dropdown-menu .dropdown-submenu > .dropdown-menu > li, .top-header .dropdown-menu .dropdown-submenu > .dropdown-menu > li {
  background: #f8f8f8;
  padding-left: 0.8rem;
}
@media only screen and (min-width: 768px) {
  nav .dropdown-menu .dropdown-submenu > .dropdown-menu > li, .navbar .dropdown-menu .dropdown-submenu > .dropdown-menu > li, .top-header .dropdown-menu .dropdown-submenu > .dropdown-menu > li {
    padding-left: 0;
  }
}

.navbar div.dropdown-menu {
  width: 100%;
}
.navbar div.dropdown-menu .dropdown-item {
  white-space: normal;
}
.navbar div.dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #007bff;
}
.navbar div.dropdown-menu .dropdown-item:hover strong {
  color: #007bff;
}
@media only screen and (min-width: 768px) {
  .navbar .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .navbar .dropdown-menu {
    border-width: 1px;
  }
  .navbar .dropdown-menu > li {
    background: transparent;
  }
  .navbar .dropdown-menu > li a {
    padding: 0.48rem 2rem 0.48rem 1rem;
  }
  .navbar .dropdown-menu > li:not(:last-child) a {
    border-bottom: 1px solid #ccc;
  }
  .navbar .dropdown-menu .dropdown-submenu > .dropdown-menu {
    margin-left: -1px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .navbar .dropdown-menu {
    display: inline-block;
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    border-width: 1px;
  }
  .navbar .dropdown-menu.show {
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .navbar .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
}

.nav-item.megamenu {
  /*****tablet and up view*****/
  /*****/
}
.nav-item.megamenu .dropdown-menu {
  background: #fff;
  width: 100%;
  margin-top: 0;
  border-right: 0;
  border-bottom: 0;
}
.nav-item.megamenu .dropdown-menu .category_header_content img {
  max-width: 100%;
  height: auto;
}
.nav-item.megamenu .dropdown-menu .list-unstyled {
  position: relative;
}
.nav-item.megamenu .dropdown-menu .list-unstyled > li > a {
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  position: relative;
  white-space: normal;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.nav-item.megamenu .dropdown-menu .list-unstyled > li > a > img {
  max-width: 25px !important;
  margin-right: 0.5rem;
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
}
.nav-item.megamenu .dropdown-menu .list-unstyled > li > a > picture > img {
  max-width: 25px;
  margin-right: 0.5rem;
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
}
.nav-item.megamenu .dropdown-menu .list-unstyled > li:hover > a {
  background: #f8f8f8;
  color: #007bff;
  position: relative;
}
.nav-item.megamenu .dropdown-menu .list-unstyled > li:hover > a > img {
  filter: grayscale(0);
}
.nav-item.megamenu .dropdown-menu .list-unstyled > li:hover > a:after {
  color: #007bff;
}
.nav-item.megamenu .dropdown-menu .list-unstyled > li:hover > a:before {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  background: #f8f8f8;
  width: 1px;
  z-index: 9999;
}
.nav-item.megamenu .dropdown-menu .list-unstyled > li:hover > a > picture > img {
  filter: grayscale(0);
}
.nav-item.megamenu .dropdown-menu .list-unstyled > li.active .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  display: block;
  margin-left: 0;
}
.nav-item.megamenu .dropdown-menu .list-unstyled > li.active > a {
  background: #f8f8f8;
  color: #007bff;
}
.nav-item.megamenu .dropdown-menu .list-unstyled > li.active > a:before {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  background: #f8f8f8;
  width: 1px;
  z-index: 9999;
}
.nav-item.megamenu .dropdown-menu .list-unstyled > li .dropdown-menu {
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  background-color: #f8f8f8;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
}
.nav-item.megamenu .dropdown-menu .list-unstyled > li .dropdown-menu li:hover a {
  background: transparent;
}
.nav-item.megamenu .dropdown-menu .list-unstyled > li .dropdown-menu li.dropdown-submenu > a {
  font-weight: bold;
}
.nav-item.megamenu .dropdown-menu .list-unstyled > li .dropdown-menu li.dropdown-submenu > a:after {
  display: none;
}
.nav-item.megamenu .dropdown-menu .list-unstyled > li .dropdown-menu li.dropdown-submenu li {
  width: 100%;
}
.nav-item.megamenu .dropdown-menu .list-unstyled > li .dropdown-menu li a {
  padding: 0.2rem 0.5rem;
  border-bottom: 0;
  width: 100%;
  font-size: 0.9rem;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .nav-item.megamenu {
    position: static !important;
  }
  .nav-item.megamenu .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .nav-item.megamenu .dropdown-menu .list-unstyled {
    position: static;
  }
  .nav-item.megamenu .dropdown-menu .list-unstyled > li {
    position: static;
  }
  .nav-item.megamenu .dropdown-menu .list-unstyled > li > a {
    width: 22.1%;
  }
  .nav-item.megamenu .dropdown-menu .list-unstyled > li.active .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .nav-item.megamenu .dropdown-menu .list-unstyled > li .dropdown-menu {
    display: inline-block;
    width: 78%;
    position: absolute;
    right: 0;
    left: auto;
    top: 1px;
    height: auto;
    min-height: 100%;
    margin: auto;
    border: 1px solid #cccccc;
    border-top: 0;
  }
  .nav-item.megamenu .dropdown-menu .list-unstyled > li .dropdown-menu li {
    width: 32.8%;
    display: inline-block;
    vertical-align: top;
  }
  .nav-item.megamenu .dropdown-menu .list-unstyled > li .dropdown-menu li a {
    padding: 0.2rem 0.5rem;
    border-bottom: 0;
    width: 100%;
    font-size: 0.9rem;
  }
  .nav-item.megamenu .dropdown-menu .list-unstyled > li .dropdown-menu .card li {
    width: 100%;
  }
  .nav-item.megamenu .dropdown-menu .list-unstyled > li .dropdown-menu .card li a {
    white-space: normal;
  }
}
@media only screen and (min-width: 1025px) {
  .nav-item.megamenu .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.nav-item.megamenu .straight {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
  padding: 1rem !important;
}

.navbar-expand-md {
  z-index: 999;
}

.navbar-nav {
  display: block;
}
@media only screen and (min-width: 768px) {
  .navbar-nav {
    display: flex;
  }
}

.navbar .btn-link, nav .btn-link, .top-header .btn-link {
  position: relative;
}
.navbar .btn-link .badge, nav .btn-link .badge, .top-header .btn-link .badge {
  position: absolute;
  top: -2px;
  right: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 0.25em 0.5em;
}

.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item a > img {
  max-width: 50px;
  max-height: 25px;
  font-size: 0px;
  font-size: 0rem;
}
.navbar-nav .nav-item a > picture {
  max-width: 50px;
  max-height: 25px;
  font-size: 0px;
  font-size: 0rem;
}
.navbar-nav .nav-item.submenu_custom_link .nav-link {
  outline: none;
}
.navbar-nav .nav-item.submenu_custom_link .nav-link:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
@media only screen and (max-width: 767px) {
  .navbar-nav .nav-item.submenu_custom_link .nav-link:after {
    position: absolute;
    top: 20px;
    right: 15px;
  }
}
.navbar-nav .nav-item.submenu_custom_link:hover > .dropdown-menu {
  display: block;
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .navbar-nav .nav-item.redirect_link > .nav-link {
    margin-right: 0 !important;
    outline: none;
  }
  .navbar-nav .nav-item.redirect_link > .dropdown-toggle {
    width: 10%;
    float: right;
    padding-right: 1rem !important;
    padding-left: 0 !important;
    text-align: right;
  }
  .navbar-nav .nav-item.redirect_link > .dropdown-toggle:after { /*position:inherit;*/
    top: unset;
    right: unset;
  }
  .navbar-nav .nav-item.redirect_link .dropdown-menu {
    min-width: 100% !important;
  }
  .navbar-nav .nav-item.redirect_link .custom-toggle-menu-icon {
    justify-content: right;
  }
}
@media only screen and (max-width: 991px) {
  .error404 .site-mainn {
    padding: 70px 0 !important;
}
.error404 .site-mainn h1 {
  font-size: 80px;
}
div.woocommerce .woocommerce-cart-form .shop_table_responsive tbody td.product-thumbnail a .size-woocommerce_thumbnail {
    width: 50px !important;
}
  body.woocommerce ul.products.columns-4 li.product {
    width: calc(33.3% - 30px)!important;
    margin: 0 15px 30px 15px;
    padding: 0;
}
  form.woocommerce-ordering {
    margin-bottom: 20px !important;
  }
  div.upload-artwork-page .landing_page div#product_help_template {
    width: 20%;
}
div.upload-artwork-page .landing_page .uploadForm {
    width: calc(100% - 20% - 30px);
}
  .page-header h1 {
    font-size: 22px;
}
  #togglemenu_sidebar .list-group-item > a::after {
    top: 10px;
}
  #togglemenu_sidebar .list-group-item > a {
    padding: 8px 20px 8px 10px !important;
}
  .dyanamicHelpTemplate .pCategoryHeader .custom-control label.custom-control-label {
    font-size: 14px;
}
  .pCategoryHeader h3 {
    font-size: 16px;
    padding: 0;
    margin: 0 0 10px !important;
}
.dyanamicHelpTemplate .pCategoryHeader .custom-control {
    padding-bottom: 8px;
    margin: 0 !IMPORTANT;
}
    .frm-outer-name .frm-control-input {
    width: 100%;
}
    .frm-outer-name {
    flex-direction: column;
}
    .quote-card-row {
    align-items: start !important;
}
    .product-main-outer div#quote-form-custom {
    gap: 30px;
}
		.product-main-outer div#quote-form-custom {
    gap: 30px;
}
#quote-form-custom div#quote-left {
    width: calc(68% - 30px);
}
	li.proud-img-wrp {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
}
.contact-us-left-ftr-col h3 {
    font-size: 20px;
}
	.customer-service-wrp h3 {
    font-size: 18px;
}
	  body .discount-box .off {
    font-size: 100px;
    text-align: center;
}
.prod_cat .card .card-body {
    padding: 10px 0 0 !important;
}
.prod_cat .card .card-body h3 {
    font-size: 18px;
}
  .prod_cat .card {
    padding: 10px 10px !important;
}
	.discount-box p br {
    display: none;
}
	body .discount-box p {
    font-size: 24px;
	margin-bottom: 0;
}
	#top-banner ~ .header-content .block_text a span {
    font-size: 16px;
}
  .nav-bar-main-wrp  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a {
    font-size: 15px;
    padding: 13px 6px;
}
  .navbar-nav .nav-item .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    width: 100%;
  }
}

.navbar-nav .list-inline-item > a > img {
  max-width: 50px;
  max-height: 25px;
}

.user-info .btn {
  white-space: normal;
}

.navbar-collapse ~ .navbar-bg-outside {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.navbar-collapse ~ .navbar-bg-outside:after {
  content: "\f00d";
  display: block;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: 10px;
  right: 13px;
  color: #ffffff;
  font-weight: 200;
  font-size: 20px;
  font-size: 1.25rem;
}
.navbar-collapse.show ~ .navbar-bg-outside {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
}
.navbar-collapse.show .nav-link {
  color: rgba(0, 0, 0, 0.8) !important;
}

.top-links .list-inline-item img {
  max-width: 30px;
  max-height: 25px;
}
.top-links .logout-dropdown {
  min-width: 150px;
}
.top-links .logout-dropdown a {
  color: #333333 !important;
}

.navbar-nav li.lang-contact .bootstrap-select {
  width: 100% !important;
}
.navbar-nav li.lang-contact .bootstrap-select .btn {
  background: transparent;
  border: 0;
  padding: 0.75rem !important;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.navbar-nav li.lang-contact .bootstrap-select .btn:focus, .navbar-nav li.lang-contact .bootstrap-select .btn:hover {
  -webkit-box-shadow: 0 0 0 0 #000;
  -moz-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
  color: rgb(0, 0, 0);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.navbar-nav li.lang-contact .bootstrap-select .btn:active {
  background: transparent;
  color: rgb(0, 0, 0);
}
.navbar-nav li.lang-contact .bootstrap-select.lang .btn {
  max-height: none;
}
.navbar-nav li.lang-contact .dropdown-menu.show {
  background: #ffffff !important;
}
.navbar-nav li.lang-contact .dropdown-menu.show .dropdown-item {
  padding: 0.5rem 1.5rem;
  color: rgba(0, 0, 0, 0.8) !important;
}
.navbar-nav li.lang-contact .dropdown-menu .selected .dropdown-item, .navbar-nav li.lang-contact .dropdown-menu .active .dropdown-item {
  background: #f8f8f8 !important;
  color: rgba(0, 0, 0, 0.8) !important;
}
.navbar-nav li.lang-contact .filter-option {
  height: auto;
}

.sticky-mobile {
  position: sticky;
  top: 0;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .sticky-mobile {
    position: relative;
    z-index: auto;
  }
  .sticky-mobile.sticky-top {
    position: sticky;
    z-index: 999;
  }
}

/*Mobile Sibarbar New Css Start*/
.mobileNavExpandContent {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  left: -100%;
  transition: 0.3s;
  z-index: 9;
  visibility: hidden;
  overflow: auto;
}
.mobileNavExpandContent .mobileBackSticky {
  position: sticky;
  top: 0;
  z-index: 9;
  background: #fff;
}

.mobileNavExpandContentHide {
  z-index: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.mobileNavExpand.active > .mobileNavExpandContent {
  left: 0;
  visibility: visible;
  padding-left: 0;
}

#top-banner .carousel-item, #top-banner .banner {
  position: relative;
  min-height: 100px;
}
@media only screen and (min-width: 1200px) {
  #top-banner .carousel-item, #top-banner .banner {
    min-height: 300px;
  }
}
#top-banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#top-banner .slick-slide {
  overflow: hidden;
  position: relative;
}
#top-banner .slick-slide .caption_banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease 0.4s;
  padding: 20px;
  height: 100%;
}
#top-banner .slick-slide .caption_banner img {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
}
#top-banner .slick-slide.slick-active .caption_banner img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#top-banner .slick-arrow {
  position: absolute;
  top: 48%;
  font-size: 32px;
  font-size: 2rem;
  -webkit-text-shadow: 0 0 2px #333;
  -moz-text-shadow: 0 0 2px #333;
  text-shadow: 0 0 2px #333;
  padding: 0rem 0.8rem 0.2rem;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  cursor: pointer;
}
#top-banner .slick-arrow.left-nav {
  left: 20px;
}
#top-banner .slick-arrow.right-nav {
  right: 20px;
}
#top-banner .slick-arrow i {
  color: #ffffff;
}
#top-banner .slick-arrow:hover {
  background: transparent;
}
#top-banner .slick-arrow:hover i {
  color: #000;
}
#top-banner .slick-dots {
  bottom: 20px;
}
#top-banner .slick-dots li button:before {
  color: #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 14px;
  font-size: 0.875rem;
}
#top-banner .slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
#top-banner .transition {
  -webkit-transition: all 0.8s ease 0.5s;
  -moz-transition: all 0.8s ease 0.5s;
  -ms-transition: all 0.8s ease 0.5s;
  -o-transition: all 0.8s ease 0.5s;
  transition: all 0.8s ease 0.5s;
}
#top-banner .fade-up {
  -moz-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#top-banner .fade-down {
  -moz-transform: translateY(20%);
  -o-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#top-banner .fade-right {
  -moz-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#top-banner .fade-left {
  -moz-transform: translateY(20%);
  -o-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#top-banner .slick-active .fade-up {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
#top-banner .slick-active .fade-down {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
#top-banner .slick-active .fade-right {
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
#top-banner .slick-active .fade-left {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

/**** Carousel fade effect ****/
.c-fade .carousel-inner .carousel-item {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.8s ease 0.5s;
  -moz-transition: opacity 0.8s ease 0.5s;
  -ms-transition: opacity 0.8s ease 0.5s;
  -o-transition: opacity 0.8s ease 0.5s;
  transition: opacity 0.8s ease 0.5s;
}
.c-fade .carousel-inner .carousel-item.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.c-fade .carousel-inner .carousel-item.active.left {
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.c-fade .carousel-inner .carousel-item.active.right {
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.c-fade .carousel-inner .carousel-control-next {
  opacity: 1;
  filter: alpha(opacity=100);
}
.c-fade .carousel-inner .carousel-control-prev {
  opacity: 1;
  filter: alpha(opacity=100);
}
.c-fade .carousel-inner .carousel-control {
  z-index: 2;
}
.c-fade .carousel-item {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.c-fade .carousel-item.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateX(0) translate3d(0, 0, 0);
  -o-transform: translateX(0) translate3d(0, 0, 0);
  -ms-transform: translateX(0) translate3d(0, 0, 0);
  -webkit-transform: translateX(0) translate3d(0, 0, 0);
  transform: translateX(0) translate3d(0, 0, 0);
}
.c-fade .carousel-item.active.carousel-item-left, .c-fade .carousel-item.active.carousel-item-right {
  opacity: 0;
  filter: alpha(opacity=0);
}
.c-fade .carousel-item-next.carousel-item-left {
  opacity: 1;
  filter: alpha(opacity=100);
}
.c-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
  filter: alpha(opacity=100);
}
.c-fade .carousel-item-next, .c-fade .carousel-item-prev, .c-fade .carousel-item-right, .c-fade .carousel-item-left {
  -moz-transform: translateX(0) translate3d(0, 0, 0);
  -o-transform: translateX(0) translate3d(0, 0, 0);
  -ms-transform: translateX(0) translate3d(0, 0, 0);
  -webkit-transform: translateX(0) translate3d(0, 0, 0);
  transform: translateX(0) translate3d(0, 0, 0);
}

/**** Carousel controls in footer ****/
.card-footer {
  position: relative;
}
.card-footer .carousel-control-next {
  left: 25px;
}
.card-footer .carousel-control-prev-icon {
  width: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.card-footer .carousel-control-next-icon {
  width: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.sidebar .list-group-item ul li a {
  padding-left: 1.1rem;
  padding-right: 0.5rem;
  position: relative;
  font-size: 95%;
  display: block;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.sidebar .list-group-item ul li a:before {
  content: "\f105";
  display: block;
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  left: 0;
  top: 4px;
}
.sidebar .list-group-item.list-group-category > a:after {
  content: normal !important;
}

#straightmenu .list-group-item a:not(.all-product) {
  padding-left: 1.1rem;
  position: relative;
  font-size: 95%;
  display: block;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#straightmenu .list-group-item a:not(.all-product):before {
  content: "\f105";
  display: block;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  left: 0;
  top: 4px;
  margin: auto;
  height: 20px;
}
#straightmenu .list-group > li:not(.list-group-item) {
  list-style: none;
  padding: 0.5rem 1.25rem;
}
#straightmenu .list-group > li:not(.list-group-item) > a {
  padding-left: 1.1rem;
  position: relative;
  font-size: 95%;
}
#straightmenu .list-group > li:not(.list-group-item) > a:before {
  content: "\f105";
  display: block;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  left: 0;
  top: 0;
  margin: auto;
  height: 20px;
}

#myaccount_menu li img {
  filter: grayscale(100%);
}
#myaccount_menu li a {
  font-size: 95%;
}
#myaccount_menu li:hover img, #myaccount_menu li.active img {
  filter: grayscale(0);
}

#category_list a {
  color: #333333;
}
#category_list a.act {
  color: #007bff;
}

.sidebar {
  z-index: 98;
}

.hover-box-shadow .card-img-top {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hover-box-shadow:hover .card-img-top {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.flip3d {
  position: relative;
  height: 300px;
  position: relative;
  perspective: 1000;
  overflow: hidden;
}
.flip3d h3 {
  margin: 0;
}
.flip3d .card-body {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  width: 100%;
  height: 100%;
}
.flip3d .card-body .face {
  overflow: hidden;
  position: absolute;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
}
.flip3d .card-body .face.back {
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: block;
  text-align: center;
  background: #ffffff;
  padding: 1rem;
  z-index: 100;
}
.flip3d .card-body .card-img-top {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.flip3d:hover .card-body {
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.slide-hover {
  overflow: hidden;
}
.slide-hover > a {
  overflow: hidden;
  position: relative;
}
.slide-hover .card-title {
  color: #ffffff;
  position: absolute;
  padding-right: 2rem;
  width: 100%;
  bottom: 0;
}
.slide-hover .card-title:after {
  content: "\f105";
  display: block;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  right: 0px;
  top: 0;
  background: #006fe6;
  padding: 0 12px 0 15px;
  line-height: 2;
  height: 100%;
}
.slide-hover .card-text {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0px;
  top: 0px;
  left: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  right: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-hover .card-text > p, .slide-hover .card-text > a {
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}
.slide-hover:hover .card-text {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slide-hover:hover .card-text > p, .slide-hover:hover .card-text > a {
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.slideup {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .slideup .card-img-top {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .slideup .card-body {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .slideup:hover .card-img-top {
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  .slideup:hover .card-body {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.triangle-slide-overlay {
  overflow: hidden;
  position: relative;
}
.triangle-slide-overlay .corner-overlay-content:before {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 70px solid #ffffff;
  border-left: 70px solid transparent;
  bottom: 0;
  right: 0;
  height: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 0;
}
.triangle-slide-overlay .corner-overlay-content .fa {
  bottom: 12px;
  position: absolute;
  right: 12px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.triangle-slide-overlay .card-body {
  position: absolute;
  border: 0;
  color: #ffffff;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: all 0.4s ease 0.15s;
  -moz-transition: all 0.4s ease 0.15s;
  -ms-transition: all 0.4s ease 0.15s;
  -o-transition: all 0.4s ease 0.15s;
  transition: all 0.4s ease 0.15s;
}
.triangle-slide-overlay .card-body .card-title {
  border-bottom: 1px solid #fff;
  color: #ffffff;
}
.triangle-slide-overlay .card-body strong {
  color: #ffffff;
}
.triangle-slide-overlay:hover .corner-overlay-content:before {
  border-bottom: 800px solid rgba(0, 0, 0, 0.5);
  border-left-width: 800px;
}
.triangle-slide-overlay:hover .corner-overlay-content .fa {
  opacity: 0;
  filter: alpha(opacity=0);
}
.triangle-slide-overlay:hover .card-body {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}

.prodefine_quick_checkout .quick_checkout_hover_effect {
  position: relative;
}
.prodefine_quick_checkout .quick_checkout_hover_effect .bg-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: rgba(6, 6, 6, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prodefine_quick_checkout .quick_checkout_hover_effect .bg-overlay .btn {
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.prodefine_quick_checkout .quick_checkout_hover_effect .bg-overlay .view-only-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.prodefine_quick_checkout .quick_checkout_hover_effect:hover .bg-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.prodefine_quick_checkout .quick_checkout_hover_effect:hover .bg-overlay .btn {
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.prodefine_quick_checkout .div_calculator form div.text-info.float-right {
  margin-bottom: 0.5rem;
}
.prodefine_quick_checkout .card-footer .content-box {
  font-size: 1rem;
  margin-bottom: 0.8rem;
}
.prodefine_quick_checkout .card-footer .price_calculator .div_calculator {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.prodefine_quick_checkout .card-footer .price_calculator .div_calculator .prduct_qty {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.prodefine_quick_checkout .card-footer .price_calculator .div_calculator .prduct_qty .form-group {
  margin: 0;
}
.prodefine_quick_checkout .card-footer .price_calculator .div_calculator .prduct_qty .form-group .form-control {
  height: 31px;
}
.prodefine_quick_checkout .card-footer .price_calculator .div_calculator .prduct_qty .form-group .col-12 {
  padding: 0;
}
.prodefine_quick_checkout .card-footer .price_calculator .div_calculator .prduct_qty .form-group .col-12 small.float-right {
  float: none !important;
  white-space: nowrap;
  padding-bottom: 0.3rem;
  display: block;
}
.prodefine_quick_checkout .card-footer .price_calculator .div_calculator .prduct_qty .bootstrap-select > .dropdown-toggle {
  height: 31px;
  padding: 0.2rem 0.5rem;
}
.prodefine_quick_checkout .card-footer .price_calculator .div_calculator label {
  display: none;
}

.prodefine_quick_checkout_listview table tr td img {
  max-width: 100px;
}
.prodefine_quick_checkout_listview table tr td.prod_quantity .content-box {
  margin-bottom: 0.5rem;
}
.prodefine_quick_checkout_listview table tr td.prod_quantity .prduct_qty {
  width: 42%;
  display: inline-block;
  margin-bottom: 0.8rem;
}
.prodefine_quick_checkout_listview table tr td.prod_quantity .prduct_qty .form-group {
  position: static;
}
.prodefine_quick_checkout_listview table tr td.prod_quantity .prduct_qty .form-group > .col-12 {
  position: static;
  height: 25px;
}
.prodefine_quick_checkout_listview table tr td.prod_quantity .prduct_qty .form-group > .col-12 small {
  position: absolute;
  right: 0;
}
.prodefine_quick_checkout_listview table tr td.prod_quantity .btn-info {
  margin-left: 0.8rem;
}
.prodefine_quick_checkout_listview table tr td.prod_quantity label {
  display: none;
}
.prodefine_quick_checkout_listview table tr td.prod_quantity .div_calculator form {
  position: relative;
}
.prodefine_quick_checkout_listview table tr td.prod_quantity .div_calculator form div.text-info.float-right {
  width: 100%;
  margin-bottom: 0.5rem;
}
.prodefine_quick_checkout_listview table tr td.prod_quantity .form-control {
  height: 30px;
}
.prodefine_quick_checkout_listview table tr td.prod_quantity .bootstrap-select > .dropdown-toggle {
  height: 31px;
  padding: 0.2rem 0.5rem;
}

.product-box .thumbnail {
  display: block;
  position: relative;
  min-height: 100px;
}
@media only screen and (min-width: 1200px) {
  .product-box .thumbnail {
    min-height: 150px;
  }
}
.product-box .product-hover-none > a, .product-box .slide-hover > a {
  position: relative;
  min-height: 100px;
}
@media only screen and (min-width: 1200px) {
  .product-box .product-hover-none > a, .product-box .slide-hover > a {
    min-height: 150px;
  }
}
.product-box .top_left {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  background: #f9f53c;
  max-width: 80%;
}
.product-box .top_left:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 38px solid #f9f53c;
  border-right: 22px solid transparent;
  right: -21px;
  top: 0;
  bottom: 0;
}
.product-box .top_right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  background: #f9f53c;
  max-width: 80%;
}
.product-box .top_right:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 38px solid #f9f53c;
  border-left: 22px solid transparent;
  left: -21px;
  top: 0;
  bottom: 0;
}

/**** product box link ****/
.stretched-link {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  content: "";
  height: auto;
}
.stretched-link::after {
  display: none;
}

.btn.disabled, .btn[disabled] {
  pointer-events: none;
}

fieldset[disabled] .btn {
  pointer-events: none;
}

.input-group .bootstrap-select {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1% !important;
  min-width: 0;
  margin-bottom: 0;
}
.input-group .bootstrap-select > .dropdown-toggle {
  height: 100%;
}
.input-group .form-control .bootstrap-select {
  margin-left: -1px;
}
.input-group .form-control .bootstrap-select .custom-select, .input-group .form-control .bootstrap-select + .form-control {
  margin-left: -1px;
}

.search_txt {
  padding-right: 33px;
}

.input_reset {
  margin-left: -48px;
  line-height: 1.7;
  z-index: 9;
  width: 40px;
  margin-right: 0.5rem;
  background: transparent !important;
  position: relative;
  right: -0.625rem;
}

.form-control, .custom-select {
  height: calc(1.5em + 1rem + 2px);
  font-size: 15px;
  font-size: 0.9375rem;
}
.form-control:focus, .custom-select:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.form-control:focus + .input-group-append .input-group-text, .custom-select:focus + .input-group-append .input-group-text {
  border-color: #007bff;
}
.form-control:focus ~ .col-form-label, .custom-select:focus ~ .col-form-label {
  color: #007bff;
}
.form-control.form-control-sm, .custom-select.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}

.form-group {
  position: relative;
}
.form-group .col-form-label {
  color: #ada8a8;
  position: absolute;
  top: 11px;
  left: 5px;
  line-height: 1.4;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 11;
  padding: 0 0.3rem;
  background: #fff;
  overflow: hidden;
  white-space: nowrap;
  max-width: 90%;
  text-overflow: ellipsis;
  pointer-events: none;
}
.form-group .form-control {
  z-index: unset;
}
.form-group .form-control:focus {
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
}
.form-group .form-control:focus ~ .col-form-label {
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 75%;
  top: 8px;
}
.form-group .form-control.input-valid ~ .col-form-label {
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 75%;
  top: 8px;
}
.form-group .form-control:-webkit-autofill ~ .col-form-label {
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 75%;
  top: 8px;
}
.form-group .custom-select {
  z-index: 9;
}
.form-group .custom-select:focus {
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
}
.form-group .custom-select:focus ~ .col-form-label {
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 75%;
  top: 8px;
}
@media only screen and (max-width: 639px) {
  .form-group .custom-select:focus {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.form-group .custom-select.input-valid ~ .col-form-label {
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 75%;
  top: 8px;
}
.form-group:not(:placeholder-shown) ~ .col-form-label {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 75%;
  top: 8px;
}

.error-block {
  position: absolute;
  top: 80%;
  right: 6%;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
.error-block span {
  margin: auto;
  max-width: 200px;
  border: 1px solid #ff0000;
  background: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 0.5rem;
  z-index: 12;
  position: relative;
  display: block;
}

#footersubscribe_sidebar .form-row .error-block, #footersubscribe_sidebar .form-row .success-block {
  right: 25%;
}

.success-block {
  position: absolute;
  bottom: -10px;
  right: 6%;
  text-align: center;
}
.success-block span {
  margin: auto;
  max-width: 200px;
  border: 1px solid #28a745;
  background: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 0.5rem;
  z-index: 9;
  position: relative;
}

.checkbox-visible {
  position: relative;
  cursor: pointer;
}
.checkbox-visible:before {
  top: 7px;
  left: 0;
  background: #ccc;
}
.checkbox-visible:after {
  top: 7px;
  left: 0;
}

.custom-control-input:checked ~ .checkbox-visible:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
}

/**** search dropdown****/
.tt-hint {
  color: #999;
  width: 100%;
  border-right: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-right: 1.5rem;
}

.tt-input {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.tt-dropdown-menu {
  text-align: left;
  z-index: 1070 !important;
  width: 100%;
  margin-top: 0.2rem;
  padding: 0.5px 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.tt-dropdown-menu .tt-suggestion {
  padding: 3px 20px;
}
.tt-dropdown-menu .tt-suggestion a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
  background: #007bff;
  color: #fff;
}
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor a {
  color: #fff;
  text-decoration: none;
}

.search-toggle {
  position: absolute;
  left: 0px;
  top: 100%;
  background: rgb(204, 204, 204);
  right: 0px;
  padding: 0.3rem;
}
.search-toggle .twitter-typeahead {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .search-toggle {
    left: auto;
  }
  .search-toggle .twitter-typeahead {
    width: 82%;
  }
}

/***/
/**** select picker dropdown****/
.bootstrap-select {
  background: transparent;
}
.bootstrap-select > .dropdown-toggle {
  background: #ffffff;
  border: 1px solid #ced4da;
  padding: 0.5rem 0.75rem;
  font-size: 15px;
  font-size: 0.9375rem;
  height: calc(1.5em + 1.2rem + 2px);
}
.bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu {
  z-index: 1000 !important;
  font-size: 14px;
  font-size: 0.875rem;
}
.bootstrap-select.lang > .dropdown-toggle {
  max-height: 25px;
  padding: 0 0.75rem;
}
.bootstrap-select.lang .filter-option {
  height: auto;
}
.bootstrap-select.shipping_types .dropdown-menu li.dropdown-header {
  padding: 0.5rem 1rem;
}
.bootstrap-select.shipping_types .dropdown-menu li a span.text {
  display: flex;
  align-items: center;
  margin-right: 15px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 639px) {
  .bootstrap-select.shipping_types .dropdown-menu li a span.text > small.text-muted {
    order: 1;
  }
}
.bootstrap-select.shipping_types .dropdown-menu li a span.text > small:last-child {
  margin-left: auto;
}
.bootstrap-select.shipping_types .dropdown-toggle .filter-option-inner-inner {
  display: flex;
  align-items: center;
}
.bootstrap-select.shipping_types .dropdown-toggle .filter-option-inner-inner > small {
  padding-left: 0.5rem;
}
.bootstrap-select.shipping_types .dropdown-toggle .filter-option-inner-inner > small:last-child {
  margin-left: auto;
  padding-right: 0.5rem;
}
.bootstrap-select.editqty button {
  padding: 0.3rem 0.75rem !important;
  height: calc(1em + 1rem + 2px) !important;
}

#shiptypesdetail .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 0.5rem;
  white-space: normal;
}

#language_sidebar .bootstrap-select > .dropdown-toggle {
  max-height: none;
  padding: 0.5rem 0.75rem;
}

/**** custom checkbox ****/
.checkbox-link {
  float: left;
  margin: 0.3rem;
  cursor: pointer;
  background: #cccccc;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.checkbox-link .custom-control {
  padding-left: 0;
  max-height: 30px;
}
.checkbox-link .custom-control .custom-control-label {
  height: 30px;
  width: 30px;
  line-height: 30px;
  cursor: pointer;
}
.checkbox-link .custom-control .custom-control-label:before {
  content: normal;
}
.checkbox-link .custom-control .custom-control-label:after {
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  left: 0;
  height: 100%;
  width: 100%;
}
.checkbox-link .custom-control-input:checked ~ .custom-control-label:after {
  content: "✓";
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.custom-control-label {
  cursor: pointer;
}
.custom-control-label:before {
  background: #eeeeee;
  border: 1px solid #bbbbbb;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}

.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.custom-control-input:active ~ .custom-control-label {
  background-color: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #007bff;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

/***/
/**** iconic radio button ****/
.custom-radio.iconic-radio .custom-control-label {
  width: 100%;
  line-height: 1;
  border: 1px solid transparent;
}
.custom-radio.iconic-radio .custom-control-label:before {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  right: 1px;
  left: auto;
  top: 1px;
  background: transparent;
  border: 0;
}
.custom-radio.iconic-radio .custom-control-label:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  color: #ffffff;
  top: 3px;
  right: 1px;
  left: auto;
  font-size: 12px;
  font-size: 0.75rem;
}
.custom-radio.iconic-radio .custom-control-input:checked ~ .custom-control-label {
  border: 1px solid #ccc;
}
.custom-radio.iconic-radio .custom-control-input:checked ~ .custom-control-label:after {
  content: "\f00c";
  background: none;
}

/***/
#payment_option .custom-radio .custom-control-label {
  display: block !important;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

/*** bootstrap datepicker upgrade position change ***/
.container .bootstrap-datetimepicker-widget {
  bottom: auto !important;
  left: 0 !important;
  top: 100% !important;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  font-size: 11px;
  font-size: 0.6875rem;
}

/*** switch button ****/
.custom-switch {
  padding-left: 3rem;
}
.custom-switch .custom-control-label:before {
  left: -3rem;
  width: 2.5rem;
  height: 20px;
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
}
.custom-switch .custom-control-label:after {
  left: calc(-3rem + 3px);
  width: calc(1.2rem - 3px);
  height: calc(1.2rem - 3px);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  -moz-transform: translateX(1.1rem);
  -o-transform: translateX(1.1rem);
  -ms-transform: translateX(1.1rem);
  -webkit-transform: translateX(1.1rem);
  transform: translateX(1.1rem);
}

.custom-control-right.custom-control {
  padding-left: 0;
}
.custom-control-right.custom-control .custom-control-input {
  left: auto;
  right: 0;
}
.custom-control-right.custom-control .custom-control-label {
  width: 100%;
  cursor: pointer;
  display: flex !important;
}
@media only screen and (min-width: 768px) {
  .custom-control-right.custom-control .custom-control-label {
    display: flex !important;
  }
}
.custom-control-right.custom-control .custom-control-label:before, .custom-control-right.custom-control .custom-control-label:after {
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dyanamicHelpTemplate {
  position: relative;
}
.dyanamicHelpTemplate .custom-list {
  background: #ffffff !important;
  padding: 0.5rem 0.5rem !important;
  position: absolute;
  top: 100%;
  width: calc(100% - 2rem);
}
@media only screen and (min-width: 768px) {
  .dyanamicHelpTemplate .custom-list {
    background: transparent !important;
    position: static;
    box-shadow: none;
    padding: 0.5rem 0rem !important;
    max-height: calc(100vh - 15rem);
    overflow-x: hidden;
    overflow-y: auto;
    width: calc(100% - 0.5rem);
  }
}
.dyanamicHelpTemplate .custom-list ul {
  max-height: 18.75rem;
  overflow: auto;
  overflow-x: hidden;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .dyanamicHelpTemplate .custom-list ul {
    max-height: 100%;
    overflow: auto;
  }
}
.dyanamicHelpTemplate .card_main {
  background: #ffffff !important;
  position: absolute;
  width: calc(100% - 30px);
  top: 100%;
  left: 0.9375rem;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 18.75rem;
}
@media only screen and (min-width: 768px) {
  .dyanamicHelpTemplate .card_main {
    background: transparent !important;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 15rem);
    position: static;
    top: 0;
    width: auto;
  }
}
.dyanamicHelpTemplate .card_main .card:not(:last-child) {
  position: relative;
}
.dyanamicHelpTemplate .card_main .card:not(:last-child)::after {
  content: "";
  background: #ced4da;
  height: 0.0625rem;
  width: calc(100% - 0.9375rem);
}
.dyanamicHelpTemplate .dropdown-menu {
  margin-top: 0;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 18.75rem;
}
@media only screen and (min-width: 768px) {
  .dyanamicHelpTemplate .dropdown-menu {
    bottom: 0%;
    padding: 0 !important;
    margin: 0 !important;
    overflow: inherit;
  }
}
.dyanamicHelpTemplate .card input {
  border-radius: 0;
}
.dyanamicHelpTemplate .card .card-top a {
  padding: 0.7rem 2.25rem 0.7rem 0rem !important;
  cursor: pointer;
}
.dyanamicHelpTemplate .card .card-top a:after {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
}
.dyanamicHelpTemplate .card .card-top a[aria-expanded=true]:after {
  content: "\f068";
}
.dyanamicHelpTemplate .card .card-top a[aria-expanded=false]:after {
  content: "\f067";
}
.dyanamicHelpTemplate .card .card-body ul::-webkit-scrollbar {
  position: absolute;
  width: 5px;
  height: 0;
  -webkit-appearance: none;
}
.dyanamicHelpTemplate .card .card-body ul::-webkit-scrollbar-thumb {
  visibility: hidden;
  border-radius: 5px;
}
.dyanamicHelpTemplate .card .card-body ul:-webkit-scrollbar-track {
  width: 5px;
}
.dyanamicHelpTemplate .card .card-body ul:focus-within::-webkit-scrollbar-thumb, .dyanamicHelpTemplate .card .card-body ul:focus::-webkit-scrollbar-thumb, .dyanamicHelpTemplate .card .card-body ul:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
.dyanamicHelpTemplate .card:last-child .card-header a {
  border: none;
}
.dyanamicHelpTemplate .search-icon input {
  padding-right: 1.8rem;
}
.dyanamicHelpTemplate .search-icon:after {
  content: "\f002";
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  font-family: "Font Awesome 6 Pro";
  text-align: center;
  margin: auto;
  font-size: 15px;
  height: auto;
  line-height: 2.8;
  cursor: pointer;
  padding: 0 0.5rem;
  z-index: 3;
}
.dyanamicHelpTemplate .pCategoryHeader {
  background: #fff;
}
.dyanamicHelpTemplate .pCategoryHeader .custom-control {
  padding-left: 0.9375rem;
  margin: auto;
}
.dyanamicHelpTemplate .pCategoryFooter {
  background: #fff;
}
.dyanamicHelpTemplate .categoryFilterBlock input[type=checkbox].custom-control-input:not(:checked) + label {
  border: 1px solid #dee2e6 !important;
}
.dyanamicHelpTemplate .categoryFilterBlock .custom-control-label {
  display: inline-block !important;
  padding: 0.5rem 0.7rem;
  font-size: 15px;
}
.dyanamicHelpTemplate .categoryFilterBlock .custom-control-label::before, .dyanamicHelpTemplate .categoryFilterBlock .custom-control-label::after {
  display: none;
}

#product_help_template #ProductDetails .templateList a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.8;
}
#product_help_template #ProductDetails .templateSearch .search-icon:after {
  content: "\f002";
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  font-family: "Font Awesome 6 Pro";
  text-align: center;
  margin: auto;
  font-size: 15px;
  height: auto;
  line-height: 3;
  cursor: pointer;
  padding: 0 0.5rem;
  z-index: 3;
}
#product_help_template #ProductDetails .templateSearch .search-icon input {
  padding-left: 40px;
}

.dynamicHelpTemplateMain #template_size_error {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.dynamicHelpTemplateMain #template_size_error .size_error_message {
  width: 100%;
  padding: 1rem;
  text-align: center;
  color: red;
}
.dynamicHelpTemplateMain .cust-select {
  max-width: 200px;
}
.dynamicHelpTemplateMain .cust-measurementUnits {
  max-width: 100px;
}
.dynamicHelpTemplateMain .help-template-design {
  border: 1px solid gray;
  position: relative;
  box-sizing: content-box;
  background-size: contain;
  background-repeat: no-repeat;
}
.dynamicHelpTemplateMain .help-template-design .bleed-arrow {
  margin-top: -1.2%;
  margin-left: 12%;
  color: gray;
}
.dynamicHelpTemplateMain .help-template-design .safe-arrow {
  margin-top: -1.2%;
  margin-left: 73%;
}
.dynamicHelpTemplateMain .help-template-design .scissors-arrow-top {
  margin-left: 2%;
}
.dynamicHelpTemplateMain .help-template-design .scissors-arrow-bottom {
  margin-left: 93%;
  transform: rotate(180deg);
}
.dynamicHelpTemplateMain .help-template-design .bleed-text {
  left: 8%;
}
.dynamicHelpTemplateMain .help-template-design .safe-text {
  margin-left: 68%;
}
.dynamicHelpTemplateMain .help-template-design .bleed-arrow, .dynamicHelpTemplateMain .help-template-design .trim-arrow, .dynamicHelpTemplateMain .help-template-design .safe-arrow, .dynamicHelpTemplateMain .help-template-design .scissors-arrow-bottom, .dynamicHelpTemplateMain .help-template-design .scissors-arrow-top {
  position: absolute;
  line-height: 1;
}
.dynamicHelpTemplateMain .help-template-design .safe-text, .dynamicHelpTemplateMain .help-template-design .trim-text, .dynamicHelpTemplateMain .help-template-design .bleed-text {
  position: absolute;
  width: max-content;
}
.dynamicHelpTemplateMain .help-template-design .safe-div {
  display: flex;
}
.dynamicHelpTemplateMain .help-template-design .cut-div, .dynamicHelpTemplateMain .help-template-design .safe-div, .dynamicHelpTemplateMain .help-template-design .bleed-arrow, .dynamicHelpTemplateMain .help-template-design .bleed-text {
  display: none;
}
.dynamicHelpTemplateMain .help-template-design .artwork-size-text {
  font-size: 0.725rem;
  padding: 0 0.5rem;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem;
}
.dynamicHelpTemplateMain .sizeNameVal_blk {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8125rem;
}
.dynamicHelpTemplateMain .sizeNameVal_blk .sizeNameVal {
  min-width: 160px;
  flex: 1;
}
.dynamicHelpTemplateMain .form-group {
  margin-left: 0;
  margin-right: 0;
}
.dynamicHelpTemplateMain .fa-stack {
  width: auto;
}
.dynamicHelpTemplateMain .size_btn_main .sizeNameVal {
  height: calc(1.5em + 1.2rem + 2px);
  min-width: 40px;
}
.dynamicHelpTemplateMain .size_btn_main .fa-eye {
  margin: 0 !important;
}

/*Microsoft Edge Browser Eye Icon Issue resolved*/
input[type=password]::-ms-reveal {
  display: none;
}

.page-header .bootstrap-select > .dropdown-toggle {
  height: calc(1.5em + 0.5789rem);
  line-height: 1.25;
  padding: 0.4rem 0.75rem;
}
.page-header .input-group .form-control {
  height: calc(1.5em + 0.5789rem);
}

#user_order .order-list-table .thumbnail {
  height: 4.375rem;
}

.nav-customtabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.nav-customtabs li .nav-link {
  color: rgba(0, 0, 0, 0.5);
  border: 0;
  font-size: 14px;
  font-size: 0.875rem;
  white-space: nowrap;
}
.nav-customtabs li .nav-link.active {
  position: relative;
  color: #007bff;
  background: transparent;
}
.nav-customtabs li .nav-link.active:after {
  left: 0;
  right: 0;
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  background: #007bff;
  bottom: -1px;
}
@media only screen and (min-width: 768px) {
  .nav-customtabs li .nav-link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.rating {
  /* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
    follow these rules. Every browser that supports :checked also supports :not() */
}
.rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}
.rating:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 150%;
  line-height: 1.2;
  color: #ddd;
  text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}
.rating:not(:checked) > label:before {
  content: "★ ";
}
.rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
  color: gold;
  text-shadow: 1px 1px goldenrod, 2px 2px #B57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}
.rating > input:checked ~ label {
  color: #f70;
  text-shadow: 1px 1px #c60, 2px 2px #940, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}
.rating > input:checked + label:hover, .rating > input:checked + label:hover ~ label, .rating > input:checked ~ label:hover, .rating > input:checked ~ label:hover ~ label {
  color: #ea0;
  text-shadow: 1px 1px goldenrod, 2px 2px #B57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}
.rating > label:active {
  position: relative; /*    top:2px;left:2px;*/
}
.rating > label:hover ~ input :checked ~ label {
  color: #ea0;
  text-shadow: 1px 1px goldenrod, 2px 2px #B57340, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}

.score {
  margin-top: -8px;
  float: left;
}
.score > label {
  float: right;
  width: 1em;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 150%;
  line-height: 1.2;
  color: #ddd;
  text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
  float: left;
}
.score > label:before {
  content: "★ ";
}
.score > label.rated {
  color: gold;
  float: left !important;
}

.feedbackrating {
  text-align: right;
}

.feedbacksuccess {
  color: green;
  text-align: center;
  margin: 0.6rem 0;
}

#feedback .panel-heading > h5 {
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (min-width: 800px) {
  .submit_feedback {
    margin-top: 3rem;
  }
}
.testimonial-logo {
  margin-bottom: 0.5rem !important;
}
.testimonial-logo img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-logo.imgPlaceHolder {
  width: 100px;
  padding: 0;
  height: 100px;
  border-radius: 100%;
  margin: 0;
}

#dyna .help-block p {
  margin-bottom: 0;
}

#custom_size_error {
  position: static;
}

.accordion-toggle[aria-expanded=true] .fa-caret-square-down:before {
  content: "\f151";
}

.price_calculator .single-attribute {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
.price_calculator .shipping_types:not(.dropdown) {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.price_calculator .shipping_types:not(.dropdown) .custom-control {
  flex: 0 0 auto;
  padding-right: 0.5rem;
}

form[name=pricecalulate] .readonlyDrpdwn {
  cursor: pointer;
}
form[name=pricecalulate] .readonlyDrpdwn:after {
  content: "" !important;
  border: none !important;
}

.switch-links .text-info {
  text-decoration: underline;
}

/**** visual price calc ****/
.price_calculator .div_calculator {
  border-top: 0;
}
.price_calculator .slick-prev {
  left: -15px;
}
.price_calculator .slick-next {
  right: -15px;
}
.price_calculator #productpricetotal {
  bottom: 0;
  z-index: 11;
}
.price_calculator #productpricetotal.floating-price {
  background: #ffffff;
  padding: 0.2rem;
}
.price_calculator #productpricetotal .cal-summary-pipline:not(:first-child) {
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  position: relative;
}
.price_calculator #productpricetotal .cal-summary-pipline:not(:first-child)::before {
  content: "";
  height: calc(100% - 10px);
  width: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: rgba(153, 153, 153, 0.78);
  transform: translateY(-50%);
}
.price_calculator .bootstrap-select {
  min-height: calc(1.5em + 1.2rem + 2px);
}

#producttotalprice {
  width: auto !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: normal;
}
@media only screen and (min-width: 768px) {
  #producttotalprice {
    display: flex !important;
  }
}

.div_calculator .bootstrap-select .dropdown-menu li .dropdown-item {
  white-space: normal;
  line-height: 1.3;
  padding: 0.4rem 1rem;
}

.price_calculator .slide-invisible, #products_additional_options .slide-invisible {
  visibility: hidden;
  height: 100px !important;
}
.price_calculator .slick-track, #products_additional_options .slick-track {
  margin: 0;
}
.price_calculator .slick-track .slick-slide .custom-control, #products_additional_options .slick-track .slick-slide .custom-control {
  padding: 0 0.5rem 0.5rem;
}
.price_calculator .slick-track .slick-slide .custom-control .custom-control-label, #products_additional_options .slick-track .slick-slide .custom-control .custom-control-label {
  width: auto;
}
.price_calculator .slick-track .slick-slide .custom-control .custom-control-label:before, #products_additional_options .slick-track .slick-slide .custom-control .custom-control-label:before {
  left: auto;
  right: -5px;
  top: auto;
  bottom: -5px;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.price_calculator .slick-track .slick-slide .custom-control .custom-control-label:after, #products_additional_options .slick-track .slick-slide .custom-control .custom-control-label:after {
  left: auto;
  right: -5px;
  top: auto;
  bottom: -5px;
}
.price_calculator .slick-track .slick-slide .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:after, #products_additional_options .slick-track .slick-slide .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.price_calculator .slick-track .slick-slide .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:before, #products_additional_options .slick-track .slick-slide .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.price_calculator .slick-track .slick-slide .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, #products_additional_options .slick-track .slick-slide .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.price_calculator .visualcalform-row .custom-control, .price_calculator .visualcal .custom-control, #products_additional_options .visualcalform-row .custom-control, #products_additional_options .visualcal .custom-control {
  padding: 0 0 0.8rem;
  display: inline-block;
  text-align: center;
}
.price_calculator .visualcalform-row .custom-control .custom-control-label, .price_calculator .visualcal .custom-control .custom-control-label, #products_additional_options .visualcalform-row .custom-control .custom-control-label, #products_additional_options .visualcal .custom-control .custom-control-label {
  width: 100%;
  cursor: pointer;
}
.price_calculator .visualcalform-row .custom-control .custom-control-label:before, .price_calculator .visualcal .custom-control .custom-control-label:before, #products_additional_options .visualcalform-row .custom-control .custom-control-label:before, #products_additional_options .visualcal .custom-control .custom-control-label:before {
  left: auto;
  right: -5px;
  top: auto;
  bottom: -5px;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 99;
}
.price_calculator .visualcalform-row .custom-control .custom-control-label:after, .price_calculator .visualcal .custom-control .custom-control-label:after, #products_additional_options .visualcalform-row .custom-control .custom-control-label:after, #products_additional_options .visualcal .custom-control .custom-control-label:after {
  left: auto;
  right: -5px;
  top: auto;
  bottom: -5px;
  z-index: 99;
}
.price_calculator .visualcalform-row .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:after, .price_calculator .visualcal .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:after, #products_additional_options .visualcalform-row .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:after, #products_additional_options .visualcal .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.price_calculator .visualcalform-row .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:before, .price_calculator .visualcal .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:before, #products_additional_options .visualcalform-row .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:before, #products_additional_options .visualcal .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.price_calculator .visualcalform-row .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, .price_calculator .visualcal .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, #products_additional_options .visualcalform-row .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, #products_additional_options .visualcal .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.price_calculator .visualcalform-row, #products_additional_options .visualcalform-row {
  align-items: flex-end;
}
.price_calculator .visualcalform-row .row, #products_additional_options .visualcalform-row .row {
  align-items: flex-end;
}

@media only screen and (max-width: 574px) {
  #price_list_table .table th,
#price_list_table .table td {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.price_calculator #tp4overCalc .col-md-8 .dropdown {
  width: 100%;
}

.tax_toogle_lbl {
  left: 7px;
}

.document-tab {
  max-height: 15rem;
  overflow: auto;
}

.document-tab-ui:last-child {
  margin-bottom: 0 !important;
}

.zoom {
  background-color: transparent;
  border: 0;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.zoom:hover {
  background: #007bff;
  background: rgba(0, 123, 255, 0.85);
  opacity: 1;
  filter: alpha(opacity=100);
}
.zoom:hover i, .zoom:hover .btn {
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
}
.zoom i {
  color: #FFFFFF;
  font-size: 35px;
  font-size: 2.1875rem;
  height: 35px;
  left: 0%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 80%;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.zoom .btn {
  height: 35px;
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  text-align: center;
  visibility: hidden;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.img-holder {
  text-align: center;
}
.img-holder a {
  display: inline-block;
  margin: 0.5rem 0;
  max-height: 142px;
  max-width: 156px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
}
.img-holder a img.frontface {
  z-index: 1;
  -webkit-transition: 0s linear 0.25s;
  -moz-transition: 0s linear 0.25s;
  -ms-transition: 0s linear 0.25s;
  -o-transition: 0s linear 0.25s;
  transition: 0s linear 0.25s;
}
.img-holder a img.backface {
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0s linear 0.25s;
  -moz-transition: 0s linear 0.25s;
  -ms-transition: 0s linear 0.25s;
  -o-transition: 0s linear 0.25s;
  transition: 0s linear 0.25s;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-holder:hover a {
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.img-holder:hover a img.frontface {
  opacity: 0;
  -webkit-transition: 0s linear 0.25s;
  -moz-transition: 0s linear 0.25s;
  -ms-transition: 0s linear 0.25s;
  -o-transition: 0s linear 0.25s;
  transition: 0s linear 0.25s;
}
.img-holder:hover a img.backface {
  opacity: 1;
  -webkit-transition: 0s linear 0.25s;
  -moz-transition: 0s linear 0.25s;
  -ms-transition: 0s linear 0.25s;
  -o-transition: 0s linear 0.25s;
  transition: 0s linear 0.25s;
}

.enlarge {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.enlarge > img {
  max-height: 250px;
}
.enlarge img {
  background-color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.enlarge .tooltipback {
  position: absolute;
  right: 0;
  padding: 0.9rem 0.9rem 0.9rem 0;
  bottom: 0;
}

.uploaded-image span.large-view, .hoverFlip span.large-view {
  position: absolute;
  left: -9999px;
  right: 0;
  z-index: 12;
  background-color: #fff;
  padding: 1rem;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.75);
}
.uploaded-image:hover span.large-view, .hoverFlip:hover span.large-view {
  left: 0;
  top: 22px;
  cursor: pointer;
}
.uploaded-image .tooltipback, .hoverFlip .tooltipback {
  position: absolute;
  right: 0;
  padding: 0.9rem 0.9rem 0.9rem 0;
  bottom: 0;
}

.img-slide {
  position: relative;
  padding-bottom: 1.5rem;
  text-align: center;
}
.img-slide a {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  position: relative;
}
.img-slide a img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 2;
}
.img-slide a img:last-child:not(:first-child) {
  transform: translate3d(150px, 0px, 0px);
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.img-slide a:hover img {
  opacity: 0;
}
.img-slide a:hover img:last-child:not(:first-child) {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

a.scale_effect img {
  background: transparent;
  border: none;
  padding: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
a.scale_effect img:hover {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.icon_360 {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(64, 87, 109, 0.07), 0 2px 12px rgba(53, 71, 90, 0.2);
  padding: 0.5rem;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon_360 svg {
  fill: #535353;
  width: 24px;
  height: 24px;
}

/** 2d preview alignment issue on product addition info page ***/
.template-image {
  display: inline-block !important;
}

#templates_listing_area .templatebox .card {
  border: 1px solid #ccc;
}
#templates_listing_area .card {
  border: 2px dashed #ccc;
}

/** img-slide hover & tooltip effect for upload***/
.allshowuploadfile .img-slide {
  padding-bottom: 0;
}
.allshowuploadfile .img-slide .uploded-img-preview {
  border: 1px solid #dee2e6 !important;
}
.allshowuploadfile .img-slide .uploded-img-preview:hover img {
  opacity: 1;
}
.allshowuploadfile .hoverFlip .large-view {
  display: none;
}

.default_template {
  max-height: 350px !important;
}

.account-links a .fa-kit {
  color: #999999;
}
.account-links a:hover .fa-kit {
  color: #007bff;
}

.account_dashboard_box {
  overflow: hidden;
  position: relative;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.account_dashboard_box:hover {
  background: #f8f8f8;
  text-decoration: none;
}
.account_dashboard_box .fa-kit, .account_dashboard_box .far {
  color: #888;
}
.account_dashboard_box .p, .account_dashboard_box span {
  font-size: 14.5008px;
  font-size: 0.9063rem;
  color: #888;
  line-height: 1.3;
}
.account_dashboard_box span.label-success {
  color: #2d8900;
  font-weight: bold;
}
.account_dashboard_box .progress-radial {
  width: 50px;
  position: relative;
  height: 50px;
  background-color: #888888;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.rewarded-box .progress-radial {
  width: 50px;
  position: relative;
  height: 50px;
  background-color: #888888;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.rewarded-box i {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
  color: #333333;
  z-index: 1;
  padding: 5px 10px;
}
.rewarded-box .account_dashboard_box:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 60px solid #bbbbbb;
  border-left: 60px solid transparent;
  border-top: 60px solid transparent;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rewarded-box:hover .account_dashboard_box:after {
  border-right-color: #333333;
  z-index: 1;
}
.rewarded-box:hover i {
  color: #ffffff;
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#template_list .slick-list {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
#template_list .slick-prev {
  left: -0.625rem;
  z-index: 1;
}
@media only screen and (min-width: 575px) {
  #template_list .slick-prev {
    left: -1.25rem;
  }
}
#template_list .slick-next {
  right: -0.625rem;
}
@media only screen and (min-width: 575px) {
  #template_list .slick-next {
    right: -1.25rem;
  }
}

.myimage_div .card-footer .d-flex {
  align-items: center;
}

#user_portfolio #template_list .slick-track {
  margin: unset;
}

/**** Account Tables  ****/
.table.disable-border thead th {
  border: 0;
}
.table.disable-border tbody tr:first-child td {
  border-top: none;
}

/**** Action links  ****/
.actionLinks span a {
  padding: 0;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
}
.actionLinks span a:not(:last-of-type)::after {
  content: "";
  height: 10px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: rgba(153, 153, 153, 0.78);
  transform: translateY(-50%);
}
.actionLinks span a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.actionLinks .enhance-image::after {
  content: "";
  height: 10px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: rgba(153, 153, 153, 0.78);
  transform: translateY(-50%);
}
.actionLinks.picsart span a {
  padding: 0;
  margin-right: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .actionLinks.picsart span a {
    margin-right: 0.5rem;
    padding-right: 0.5rem;
  }
}
.actionLinks.picsart span .dropdown {
  padding: 0;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
}
button#submit-quote-btn:focus {
    outline: none;
}
div#quote-list .quote-card {
    border-bottom: 1px solid #dee2e6 !important;
    border-radius: 0;
    margin-bottom: 16px;
    padding-bottom: 8px;
}
div#quote-list .quote-card:last-child {
    margin: 0;
    padding: 0;
    border: none !important;
}
.delete-modal-content button {
    padding: 6px 8px;
    font-size: 16px;
    border-radius: 3px;
    line-height: 16px;
}
.delete-modal-content button#cancelDeleteBtn {
    background: #dc3545;
}
.woocommerce-tabs.wc-tabs-wrapper ul {
    display: flex;
    flex-direction: column;
}
.woocommerce-tabs.wc-tabs-wrapper li {
    display: block !IMPORTANT;
}
.woocommerce-tabs.wc-tabs-wrapper li ul li a {
    padding: 0;
    color: #9f1f22 !important;
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
    flex-direction: row;
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
    padding: 8px 0;
}
/**** Devider Delivery & Order Placed dates in order details ****/
@media only screen and (min-width: 575px) {
  .datesEstimate div:not(:first-child)::before {
    content: "";
    height: 12px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: rgba(153, 153, 153, 0.78);
    transform: translateY(-50%);
  }
}

/**** CheckBox Position  ****/
#user_image_list .img_div .myimage_div .custom-checkbox fieldset {
  width: 1rem;
  height: 1rem;
}
#user_image_list .img_div .myimage_div .custom-checkbox .checkbox-visible:after, #user_image_list .img_div .myimage_div .custom-checkbox .checkbox-visible:before {
  top: 0;
}
#user_image_list .img_div.active .myimage_div {
  border: 1px solid #c3c3c3;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media only screen and (max-width: 767px) {
  .woocommerce ul.products.columns-4 li.product  .woocommerce-loop-product__link {
    max-width: 100%;
    width: 100%;
}
p.woocommerce-result-count {
  margin: 0 !IMPORTANT;
}
  body.woocommerce ul.products.columns-4 li.product {
    width: calc(50% - 30px) !important;
    margin: 0 15px 30px 15px;
    padding: 0;
}
.woocommerce ul.products {
  flex-wrap: wrap;
}
  .custom-page.about-page.artwork-page .container {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
  .artwork-page .artwork-flex-box .artwork-right {
    width: 100%;
}
  .artwork-page .artwork-flex-box .artwork-left {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
.artwork-page .artwork-flex-box {
    flex-direction: column;
    gap: 30px;
}
  .dyanamicHelpTemplate .card_main {
    width: 100%;
    top: 0;
    max-height: 100%;
    position: inherit;
    left: 0;
padding: 0 !important;
}
  .download-temp .dyanamicHelpTemplate {
    max-width: 100%;
    flex: 100%;
}
.download-temp div#product_help_template {
    max-width: 100%;
    flex: 100%;
}
    .add-btn-cus.field-outer-wrp {
    margin-left: 0;
}
	.product-main-outer div#quote-form-custom {
    gap: 30px;
}
	.file-upload-wrapper {
    width: 100%;
}
	.product-type-cus.field-outer-wrp {
    flex-direction: row !IMPORTANT;
}
	#quote-form-custom div#quote-left {
    width: 100% !important;
}
	div#quote-form-custom textarea#details {
    width: 100% !important;
}
	#quote-form-custom .field-outer-wrp {
    flex-direction: column;
}
	.product-main-outer div#quote-form-custom  .field-outer-wrp input {
    width: 100%;
}
	#quote-form-custom  .product-type-cus.field-outer-wrp {
    width: 100%;
}
	.field-outer-wrp label {
    width: 100%;
}
	.prdct-cus.field-outer-wrp {
    flex-direction: column;
}
	.product-main-outer div#quote-form-custom {
    flex-direction: column;
}
	#quote-form-custom div#quote-right {
    width: 100%;
}
	#quote-form-custom div#quote-left {
    width: 100%;
}
	section.product-main-outer {
    padding: 30px 0;
}
	.top-footer-min-outer .top-footer-wrp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
	body .discount-box p {  
    font-size: 22px  !important;
}
	.discount-box .off {
    line-height: 120px  !important;
}
	.discount-box .off sub {
    font-size: 40px !important;
    left: -20px  !important;
}
	.discount-box .off sup {
    font-size: 40px  !important;
}
	body .discount-box .off {
    font-size: 70px;
}
	div#middle-content .middle_inner_section .slide .carousel-item.active .col-12.col-md-4.col-lg-3 {
    width: 50%;
    flex: 50%;
    max-width: 100%;
}
	#top-banner ~ .header-content .block_text a {
    border-bottom: none !important;
}
	.header-content .col-12.col-md-4.p-3.p-md-0 {
    width: 33.3%;
    flex: 33.3%;
    padding: 0 !IMPORTANT;
}
	.middle-footer-three-box-wrp {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
	.customer-service-wrp a {
    font-size: 24px !important;
}
	.middele-footer-wrp-main {
    padding: 48px 0 15px;
}
	ul.social-media-wrp {
    justify-content: center;
}
	.social-so-wrp.contact-us-left-ftr-col {
    /* width: 100%; */
    text-align: center;
}
	.contact-us-left-ftr-col {
    width: calc(50% - 15px);
    text-align: left;
}
  #quote_listing #listing_quote .actionLinks span a:nth-of-type(4)::before {
    content: none;
  }
  .dyanamicHelpTemplate .card_main .card:not(:last-child)::after {
    width: 100%;
}
div#help_template_list .card-body {
    padding: 10px;
}
}
@media (max-width:575px){
  .error404 .site-mainn p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 40px;
}
  .error-404.not-found.default-max-width {
    max-width: 100%;
    padding: 0 20px;
}
  .error404 .site-mainn h1 {
    font-size: 70px;
}
  .error404 .site-mainn p {
    font-size: 20px;
    line-height: 30px;
}
  .woocommerce .woocommerce-cart-form .shop_table_responsive td.actions .coupon button.button {
    width: 100% !important;
    max-width: 100%;
}
  #main .woocommerce .woocommerce-cart-form .actions .coupon {
    flex-direction: column;
    gap: 10px;
    justify-content: start;
    align-items: start;
    margin-bottom: 0;
}
  .woocommerce-cart .entry-content {
    padding: 0;
    margin: 0;
}
  .cart_totals.calculated_shipping {
    padding: 15px 10px;
}
  .woocommerce-billing-fields__field-wrapper .form-row {
    width: 100% !IMPORTANT;
}
.card.predefinedTemplate .card-header .col-6 {
    max-width: max-content;
    flex: 1;
    padding: 0;
}
.card.predefinedTemplate .card-header .row {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.card.predefinedTemplate .card-header {
    padding: 10px;
}
    .frm-outer-name .frm-control-input {
    width: 100%;
}
    .frm-outer-name {
    flex-direction: column;
}
  .woocommerce .related.products ul.products li.product, .woocommerce-page .related.products ul.products li.product {
    margin-bottom: 10px;
}
  body.woocommerce section.related.products ul.products li {
    width: 100% !important;
}
  body .contact-form form .wpforms-field-container .wpforms-field {
    width: 100%;
}
  body .contact-form form .wpforms-field-container .wpforms-field.wpforms-field-select label.wpforms-field-label {
    top: 4px !important;
  }
	.bottom-footer-list-wrp ul a {
    font-size: 14px;
}
	.bottom-footer-list-wrp ul {
    row-gap: 5px;
}
	div#middle-content .middle_inner_section .slide .carousel-item.active .col-12.col-md-4.col-lg-3 {
    width: 100%;
    flex: 100%;
}
	.header-content .col-12.col-md-4.p-3.p-md-0 {
    width: 100%;
    flex: 100%;
    padding: 0 !IMPORTANT;
}
	#top-banner ~ .header-content .block_text a span {
    font-size: 16px !important;
}
	.header-content .col-12.col-md-4.p-3.p-md-0 {
    width: 50%;
    flex: 50%;
}
	.customer-service-wrp a {
    font-size: 24px !important;
}
	ul.social-media-wrp {
    justify-content: left;
}
	.social-so-wrp.contact-us-left-ftr-col {
    text-align: left;
}
	.contact-us-left-ftr-col {
    width: 100%;
    text-align: left;
}
.woocommerce-order-received section.woocommerce-customer-details {
  padding: 0;
}
.woocommerce-order-received section.woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
  padding: 0;
}
}
@media(max-width:480px){
  .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    max-width: 100%;
    flex: 1;
    width: 100%;
}
  section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    flex-direction: column;
    gap: 0;
}
  body.woocommerce ul.products.columns-4 li.product {
    width: 100% !important;
}
  .product-templates .product_temp-col {
    padding: 0 13px;
}
  .card.predefinedTemplate .card-header .row {
    flex-direction: column;
    align-items: start !important;
}
}
@media(max-width:414px){
  .product-templates .product_temp-col {
    max-width: 100%;
    flex: 1;
}
.product-templates.row {
    row-gap: 0px;
    flex-direction: column;
}
}

/**** Reward coupon step list  ****/
@media only screen and (min-width: 1025px) {
  .reward_coupon_info {
    width: 75%;
  }
}
.reward_coupon_info ul {
  counter-reset: my-awesome-counter;
}
.reward_coupon_info ul li {
  padding-left: 2rem;
  counter-increment: my-awesome-counter;
}
.reward_coupon_info ul li::before {
  content: "1";
  position: absolute;
  content: counter(my-awesome-counter) "";
  left: 0;
  top: 0.1875rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  height: 1.25rem;
  width: 1.25rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e0dede;
  z-index: 1;
}
.reward_coupon_info ul li:not(:last-child)::after {
  content: "";
  background-color: #e0dede;
  width: 0.0625rem;
  height: 100%;
  position: absolute;
  left: 0.625rem;
  bottom: -1.25rem;
  z-index: 0;
}

#user_reward_point .coin {
  width: 2.5rem;
  height: 2.5rem;
  background: #feb635;
  box-shadow: inset 0 0 0.375rem #fca028;
  border: 0.25rem solid #fed056;
}
#user_reward_point .coin .star {
  width: 1.25rem;
  height: 1.25rem;
  background: #fed056;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.table-responsive {
  white-space: nowrap;
}

#user_order .narrow-gutter .card {
  border: 0;
  border-bottom: 1px solid #dee2e6;
  border-radius: unset;
}
@media only screen and (min-width: 768px) {
  #user_order .narrow-gutter .card {
    border: 0;
  }
}
#user_order .narrow-gutter:last-child .col-12:last-child .card {
  border-bottom: 0;
  margin-bottom: 0 !important;
}

/**** My account page saidbar ****/
.myAccountSidebar {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .myAccountSidebar {
    display: block !important;
  }
}

/**** Order detail cart detail colgroup  ****/
table colgroup {
  display: none;
}
@media only screen and (min-width: 768px) {
  table colgroup {
    display: table-column-group;
  }
}

/*** Scroll bar height ***/
::-webkit-scrollbar {
  height: 0.4375rem !important;
}

/*** Order/Quote page devide line ***/
@media only screen and (min-width: 768px) {
  .detail-top-bar > span {
    padding: 0;
    margin-right: 0.75rem;
    position: relative;
    padding-right: 0.75rem;
  }
  .detail-top-bar > span:not(:last-of-type)::after {
    content: "";
    height: calc(100% - 10px);
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #dcdcdc;
    transform: translateY(-50%);
  }
  .detail-top-bar > span:last-child {
    margin-right: 0;
    padding-right: 0;
  }
}

#order-billing-details address {
  line-height: 1.6;
}

.savedImage .thumbnail, #user_order .thumbnail, #cart_detail .thumbnail {
  height: 9.375rem;
  display: block;
  width: 100%;
  max-width: 100% !important;
}
.savedImage .thumbnail img, #user_order .thumbnail img, #cart_detail .thumbnail img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.show-download {
  height: 1.75rem;
  width: 1.75rem;
  line-height: 1.75rem !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.show-favorite {
  top: 0.4375rem;
  right: 0.4375rem;
  z-index: 9;
}

.show-download {
  bottom: 0.0625rem;
  left: 0.0625rem;
}

.order-comment {
  width: 13.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}

.modal-content table colgroup {
  display: none;
}
@media only screen and (min-width: 992px) {
  .modal-content table colgroup {
    display: table-column-group;
  }
}

.page-header .bootstrap-select {
  max-width: 9.375rem;
}

/* Products added to quote */
.addQuoteRightSide .quoteQty-card:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.shipping_payment_section .shipping_types:not(.dropdown) {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.shipping_payment_section .shipping_types:not(.dropdown) .custom-control {
  flex: 0 0 auto;
  padding-right: 0.5rem;
}

.loading {
  position: relative;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear infinite normal;
  -moz-animation: rotate-loading 1.5s linear infinite normal;
  -ms-animation: rotate-loading 1.5s linear infinite normal;
  -o-animation: rotate-loading 1.5s linear infinite normal;
  animation: rotate-loading 1.5s linear infinite normal;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-color: transparent #999999;
  border-style: solid;
}

#loading-text {
  color: #999999;
  -webkit-animation: loading-text-opacity 1s linear infinite normal;
  -moz-animation: loading-text-opacity 1s linear infinite normal;
  -ms-animation: loading-text-opacity 1s linear infinite normal;
  -o-animation: loading-text-opacity 1s linear infinite normal;
  animation: loading-text-opacity 1s linear infinite normal;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  position: absolute;
  text-align: center;
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.loading-container {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  margin: auto;
}
.loading-container .loading {
  height: 100px;
  width: 100px;
  border-width: 2px;
}
.loading-container #loading-text {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 45px;
  width: 100px;
}

.loading-container-es {
  height: 25px;
  width: 25px;
  position: relative;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  margin: auto;
}
.loading-container-es .loading {
  height: 25px;
  width: 25px;
  border-width: 1px;
}
.loading-container-es #loading-text {
  font-size: 7px;
  font-size: 0.4375rem;
  margin-top: 9px;
  width: 25px;
}

.loading-container-sm {
  height: 50px;
  width: 50px;
  position: relative;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  margin: auto;
}
.loading-container-sm .loading {
  height: 50px;
  width: 50px;
  border-width: 1px;
}
.loading-container-sm #loading-text {
  font-size: 8px;
  font-size: 0.5rem;
  margin-top: 22px;
  width: 50px;
}

.loading-container-lg {
  height: 200px;
  width: 200px;
  position: relative;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  margin: auto;
}
@media only screen and (max-width: 639px) {
  .loading-container-lg {
    left: 0;
    right: 0;
  }
}
.loading-container-lg .loading {
  height: 200px;
  width: 200px;
  border-width: 1px;
}
.loading-container-lg #loading-text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 90px;
  width: 200px;
}

@-webkit-keyframes rotate-loading {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-loading {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate-loading {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate-loading {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-text-opacity {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  20% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes loading-text-opacity {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  20% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-ms-keyframes loading-text-opacity {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  20% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-o-keyframes loading-text-opacity {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  20% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes loading-text-opacity {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  20% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
/**** Loading button ****/
.ld-ext-right,
.ld-ext-left,
.ld-over {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ld-ext-right > .ld,
.ld-ext-left > .ld,
.ld-over > .ld {
  position: absolute;
  top: 30%;
  left: 50%;
  margin: -0.5em;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -100;
  ction: ease-in;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ld-ext-right.running .ld,
.ld-ext-left.running .ld,
.ld-over.running .ld {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: auto;
}

.ld-ext-right.running {
  padding-right: 2.5em !important;
}
.ld-ext-right > .ld {
  top: 50%;
  left: auto;
  right: 1em;
}

.ld-ext-left.running {
  padding-left: 2.5em !important;
}
.ld-ext-left > .ld {
  top: 50%;
  left: auto;
  left: 1em;
}

.ld-ring {
  width: 1em;
  height: 1em;
  position: relative;
  color: inherit;
  display: inline-block;
}
.ld-ring:after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-style: solid;
  border-width: 0.15em;
  -webkit-background-clip: padding-box;
  border-color: currentColor currentColor currentColor transparent;
  box-sizing: border-box;
}
.ld-ring.ld-ring-medium {
  font-size: 32px;
  font-size: 2rem;
}
.ld-ring.ld-ring-large {
  font-size: 64px;
  font-size: 4rem;
}

.ld.ld-spin {
  -webkit-animation: ld-spin 1s infinite normal;
  -moz-animation: ld-spin 1s infinite normal;
  -ms-animation: ld-spin 1s infinite normal;
  -o-animation: ld-spin 1s infinite normal;
  animation: ld-spin 1s infinite normal;
}

.ld-over:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #f0f0f0;
  background: rgba(240, 240, 240, 0.8);
}
.ld-over.running > .ld {
  z-index: 991;
}
.ld-over.running:before {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 990;
  display: block;
}

@-webkit-keyframes ld-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes ld-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes ld-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes ld-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ld-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*** Upload progress bar ***/
.progress[data-percent]:after {
  bottom: 0;
  color: #000;
  content: attr(data-percent);
  display: inline-block;
  font-size: 12px;
  left: 0;
  line-height: 16px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 1;
}

#product_images .carousel-item img, .kit_product_info .carousel-item img {
  width: 100%;
}
#product_images .carousel-thumbs, .kit_product_info .carousel-thumbs {
  position: relative;
  overflow-x: auto;
  margin: 0.5rem 0;
  align-items: end;
  display: flex !important;
}
#product_images .carousel-thumbs .carousel-thumb, .kit_product_info .carousel-thumbs .carousel-thumb {
  width: 80px;
  height: auto;
  margin: 0rem;
  float: left;
  background-color: #FFFFFF;
}
#product_images .carousel-thumbs a, .kit_product_info .carousel-thumbs a {
  display: table-cell;
  flex: 0 0 80px;
  margin: 0 0.25rem;
}
#product_images .carousel-thumbs a:first-child, .kit_product_info .carousel-thumbs a:first-child {
  margin-left: 0;
}
#product_images .carousel-thumbs a:last-child, .kit_product_info .carousel-thumbs a:last-child {
  margin-right: 0;
}
#product_images .carousel-control-prev, #product_images .carousel-control-next, .kit_product_info .carousel-control-prev, .kit_product_info .carousel-control-next {
  width: 40px;
  height: 40px;
  margin: auto;
}
#product_images .carouselimages, .kit_product_info .carouselimages {
  position: relative;
}
#product_images.thumb_vertical .carousel-item img, .kit_product_info.thumb_vertical .carousel-item img {
  width: auto;
}
@media only screen and (min-width: 768px) {
  #product_images.thumb_vertical .carousel-thumbs, .kit_product_info.thumb_vertical .carousel-thumbs {
    flex: 0 0 90px;
    display: flex !important;
    align-items: start;
  }
}
@media only screen and (min-width: 1025px) {
  #product_images.thumb_vertical, .kit_product_info.thumb_vertical {
    display: flex;
    align-items: start;
  }
  #product_images.thumb_vertical .carousel-item, .kit_product_info.thumb_vertical .carousel-item {
    min-height: 300px;
  }
  #product_images.thumb_vertical .carousel-item.active, .kit_product_info.thumb_vertical .carousel-item.active {
    display: flex;
    align-items: start;
  }
  #product_images.thumb_vertical .carousel-thumbs, .kit_product_info.thumb_vertical .carousel-thumbs {
    flex-direction: column;
    margin: 0;
    order: -1;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 0.4rem;
  }
  #product_images.thumb_vertical .carousel-thumbs a, .kit_product_info.thumb_vertical .carousel-thumbs a {
    margin: 0 0 0.4rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #product_images.thumb_vertical .carousel-thumbs a .carousel-thumb, .kit_product_info.thumb_vertical .carousel-thumbs a .carousel-thumb {
    margin: 0;
  }
  #product_images.thumb_vertical .carousel-thumbs::-webkit-scrollbar, .kit_product_info.thumb_vertical .carousel-thumbs::-webkit-scrollbar {
    position: absolute;
    width: 7px;
    height: 0;
    -webkit-appearance: none;
  }
  #product_images.thumb_vertical .carousel-thumbs::-webkit-scrollbar-thumb, .kit_product_info.thumb_vertical .carousel-thumbs::-webkit-scrollbar-thumb {
    visibility: hidden;
    background-color: #666;
    border-radius: 20px;
  }
  #product_images.thumb_vertical .carousel-thumbs::-webkit-scrollbar-track, .kit_product_info.thumb_vertical .carousel-thumbs::-webkit-scrollbar-track {
    width: 5px;
    background-color: transparent;
  }
  #product_images.thumb_vertical .carousel-thumbs:hover::-webkit-scrollbar-thumb, .kit_product_info.thumb_vertical .carousel-thumbs:hover::-webkit-scrollbar-thumb {
    visibility: visible;
  }
  #product_images.thumb_vertical .carouselimages, .kit_product_info.thumb_vertical .carouselimages {
    max-width: calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
  }
}

#product_images > .d-md-block > .thumbnail.fancybox {
  width: 91px;
  height: 91px;
  border: 1px solid #cccccc;
}
#product_images > .d-md-block > .thumbnail.fancybox img, #product_images > .d-md-block > .thumbnail.fancybox picture {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.video-container iframe {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .studio_preview {
    display: block;
  }
}
.studio_preview .main-thumb {
  overflow-x: auto;
  gap: 0.5rem;
}
.studio_preview .main-thumb > div {
  max-width: 60px;
  flex: 0 0 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .studio_preview .main-thumb > div {
    max-width: 80px;
    flex: 0 0 80px;
    height: 80px;
  }
}
.studio_preview .main-thumb > div .studio_design {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.studio_preview .realPreviewContainer {
  width: 100%;
  height: 100%;
}
.studio_preview .viewer {
  pointer-events: none;
}
.studio_preview .icon_360 {
  width: 20px;
  height: 20px;
  top: 5px;
  left: 5px;
}

#studioCanvas .viewer {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  pointer-events: none;
}

.studio_preview_large {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.studio_preview_large .viewer {
  height: 100%;
  background: -webkit-radial-gradient(center, ellipse cover, #cccccc 23%, #9d9d9d 83%);
}
.studio_preview_large .preview_div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.studio_preview_large .custom-loader {
  width: 100%;
  height: 100%;
  background: rgba(212, 212, 212, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.studio_preview_large .custom-loader .loading-container .loading {
  border-color: rgba(0, 0, 0, 0) #ffffff !important;
}

@media only screen and (min-width: 1200px) {
  #studioCanvas .canvas_option ~ .studio_preview_large {
    height: 578px;
  }
  #studioCanvas .img_uploader_div {
    min-height: 86px;
  }
  #studioCanvas .img_uploader_div ~ .studio_preview_large {
    height: 664px;
  }
  #studioCanvas .studio_preview_large {
    height: 515px;
  }
  #studioCanvas .studio_preview_large .large_preview {
    height: 100%;
  }
  #studioCanvas .studio_preview_large .large_preview > img {
    height: 100%;
    object-fit: contain;
  }
}
.allbtn .btn-title-text {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.allbtn .btn-title-text a {
  color: #fff;
}
.allbtn .btn-title-text:hover {
  background: #fff !important;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}
.allbtn .btn-title-text:hover a {
  color: #333;
}
.allbtn .btn-title-text.rounded {
  min-height: 90px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.allbtn .btn-title-text.rounded:hover {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}
.allbtn .btn-title-text.browse_design:hover {
  background: #fff !important;
}
.allbtn .btn-title-text.browse_design:hover:hover {
  color: #007bff;
}
.allbtn .btn-title-text.custom_design:hover {
  background: #fff !important;
}
.allbtn .btn-title-text.custom_design:hover a {
  color: #17a2b8;
}
.allbtn .btn-title-text.upload_design:hover {
  background: #fff !important;
}
.allbtn .btn-title-text.upload_design:hover:hover {
  color: #333;
}
.allbtn .btn-title-text.hire_designer:hover {
  background: #fff !important;
}
.allbtn .btn-title-text.hire_designer:hover a {
  color: #333;
}
.allbtn .btn-title-text.quote_product:hover {
  background: #fff !important;
}
.allbtn .btn-title-text.quote_product:hover a {
  color: #333;
}
.allbtn a:hover {
  text-decoration: none;
}

.actionButtonsModal .allbtn .btn-img-text a {
  display: block;
  text-align: center;
}
.actionButtonsModal .allbtn .btn-img-text a i {
  margin: 0.5rem 0 !important;
}
.actionButtonsModal .allbtn .btn-img-text a .short-disc {
  margin-bottom: 0.5rem !important;
}

.upload_artwork_letter {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.upload_artwork_letter > a {
  margin-top: 0.2rem;
}

#related-product .page-sub-header .fa-lg, #combo-poducts .page-sub-header .fa-lg {
  font-size: 24px;
  font-size: 1.5rem;
}

#product-info .calc_loading {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  display: none;
  z-index: 100;
  width: 90%;
  height: 90%;
}
#product-info .calc_loading .loading-container {
  left: 30%;
  top: 10%;
}

.page-header .yotpo .standalone-bottomline .star-clickable, .page-header .yotpo .standalone-bottomline.star-clickable {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.book_pages_class label {
  line-height: 1;
}

/**** Kit Product info ****/
.kitproductinfo .position-sticky {
  top: 60px;
}
.kitproductinfo .position-sticky .loadkitsummary .dropdown-menu > .inner {
  max-height: 200px !important;
}

.kit_product_info .flex-wrap > img, .kit_product_info .flex-wrap .inner_slider {
  width: 100%;
  align-self: flex-start;
}
.kit_product_info .calc_kit_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 2rem -1rem 0rem -1rem;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}
.kit_product_info .calc_kit_footer > .form-group {
  margin-bottom: 0;
}
.kit_product_info .calc_kit_footer .content-box {
  font-size: 17px;
  font-size: 1.0625rem;
}
.kit_product_info .calc_kit_footer #product_weight_display {
  margin-top: 0.5rem;
}

.kit_summary {
  border-color: #999999;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.kit_summary .card-header {
  background: #999999;
  border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
}
.kit_summary .card-header .card-title {
  color: #ffffff;
}

#related-product:not(.slick-slider) {
  white-space: nowrap;
  overflow: auto;
}

#related-product:not(.slick-slider) .product-box {
  display: inline-block;
  max-width: 250px;
}

#related-product:not(.slick-slider) .product-box .caption {
  white-space: normal;
}

/**** full section bg color***/
.section-bg {
  margin: 0 -15px;
  background: #f8f8f8;
}

#faq_products div .card {
  border: none;
  background: transparent;
}
#faq_products div .card .card-header {
  background: transparent;
  padding: 0.75rem 0;
}

#productpricetotal {
  text-align: right;
  background: #fff;
}
@media only screen and (max-width: 574px) {
  #productpricetotal {
    position: fixed !important;
    bottom: 0;
    width: 100%;
    box-shadow: 0px -4px 18px rgba(0, 0, 0, 0.15);
    padding: 0.45rem 0.6rem;
    left: 0;
    z-index: 11;
    text-align: center;
    min-height: 4.0625rem;
  }
  #productpricetotal #stock_error_msg {
    text-align: center;
  }
}

#product_info_predefined #productpricetotal .actionicon {
  text-align: center;
  align-items: center;
  display: block;
  margin: 0 !important;
}
#product_info_predefined #productpricetotal .actionicon .btn-info {
  display: none;
}
@media only screen and (max-width: 639px) {
  #product_info_predefined #div_addinfo_save_box #SubmitBtn {
    position: fixed;
    bottom: 65px;
    z-index: 998;
    left: 0;
    margin: 0 !important;
    width: auto;
    right: 0;
  }
}

@media only screen and (max-width: 639px) {
  #product-info #get-started, .cms_product_calculator #get-started {
    position: fixed;
    bottom: 65px;
    z-index: 9;
    left: 0;
    margin-bottom: 0 !important;
    width: auto;
    right: 0;
  }
}

@media only screen and (max-width: 639px) {
  .popup_page_inner #productpricetotal {
    position: static !important;
    box-shadow: none;
  }
}

.relatedProductClass.imgPlaceHolder {
  pointer-events: auto;
}

#shopping_accordion .table thead th:first-child {
  white-space: nowrap;
}

/******* slick slider arrow style ******/
.product-slick-slider .slick-prev {
  left: -35px;
  margin-left: 15px;
}
.product-slick-slider .slick-next {
  right: -35px;
  margin-right: 15px;
}
@media only screen and (max-width: 639px) {
  .product-slick-slider .slick-prev {
    left: -15px !important;
    z-index: 9;
  }
  .product-slick-slider .slick-next {
    right: -15px !important;
  }
}

:root {
  --brand-info: #17a2b8;
}

#customizationBlock .noImageUpload .uppy-Dashboard-AddFiles-title {
  display: none !important;
}
#customizationBlock .image-action-btn {
  gap: 0.5rem;
}
#customizationBlock .propertyBox {
  border-width: 0 !important;
}
@media only screen and (min-width: 768px) {
  #customizationBlock .propertyBox {
    border-width: 1px !important;
  }
}
#customizationBlock .propertyBox button {
  width: 3rem;
  height: 3rem;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #customizationBlock .propertyBox button {
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  #customizationBlock .propertyBox .move-buttons button {
    width: 1.75rem;
    padding: 0;
  }
  #customizationBlock .propertyBox .move-buttons .center-btn button {
    width: 2.8125rem;
    height: 1rem;
  }
}
#customizationBlock .imageDetails p {
  display: -webkit-box !important;
}
#customizationBlock .pattern_box .patternsList .item.active .custom-control p {
  color: #17a2b8 !important;
}
#customizationBlock .pattern_box .patternsList .item:hover .custom-control p {
  color: #17a2b8 !important;
}
#customizationBlock .pattern_box .patternsList .item:hover label {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #17a2b8;
}
#customizationBlock .pattern_box .patternsList .form-check .form-check-label {
  cursor: pointer;
}
#customizationBlock .pattern_box .patternsList .custom-radio .custom-control-input:checked ~ .custom-control-label {
  display: inline-block !important;
  width: auto;
}
#customizationBlock .pattern_box .patternsList .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  box-shadow: none;
  opacity: 1;
}
#customizationBlock .pattern_box .patternsList .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
#customizationBlock .pattern_box .patternsList .custom-control {
  padding: 0;
  display: block !important;
  text-align: center;
}
#customizationBlock .pattern_box .patternsList .custom-control-label {
  display: block !important;
  width: 100%;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.5s ease;
}
#customizationBlock .pattern_box .patternsList .custom-control-label::before {
  top: auto;
  left: auto;
  right: -0.3125rem;
  bottom: -0.3125rem;
  opacity: 0;
  background-color: #17a2b8;
  border-color: #17a2b8;
  filter: alpha(opacity=0);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 99;
}
#customizationBlock .pattern_box .patternsList .custom-control-label::after {
  left: auto;
  right: -0.3125rem;
  top: auto;
  bottom: -0.3125rem;
  z-index: 99;
}
#customizationBlock .pattern_box .patternsList .custom-control-label picture {
  min-height: 3.4375rem;
  display: inline-block;
}
@media (min-width: 62rem) {
  #customizationBlock .pattern_box .patternsList .custom-control-label picture {
    min-height: 5.3125rem;
  }
}
#customizationBlock .pattern_box .patternsList .custom-control-label picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#customizationBlock .pattern_box .patternsList .repeat_pattern:checked + label {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #17a2b8;
}
#customizationBlock .pattern_box .patternImages {
  pointer-events: auto !important;
}
#customizationBlock .property_box {
  border-color: #ced4da;
}
#customizationBlock .property_box button, #customizationBlock .property_box input {
  border-width: 1px;
}
#customizationBlock .patternOptions {
  border-width: 0 !important;
}
@media only screen and (min-width: 768px) {
  #customizationBlock .patternOptions {
    border-width: 1px !important;
  }
}

.propertyBox button {
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .propertyBox button button {
    background: transparent;
  }
}

#customize_design_block .qq-uploader-selector .control-label {
  margin: 0 !important;
}
#customize_design_block .custom-ranger {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 0.3125rem;
  border-radius: 0.3125rem;
  background: rgba(0, 15, 92, 0.2);
  outline: none;
  transition: opacity 0.2s;
}
#customize_design_block .custom-ranger::-webkit-slider-thumb {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #17a2b8 !important;
}
#customize_design_block .custom-ranger:focus {
  outline: none;
}
#customize_design_block .color_pannel input {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  background-color: rgb(26, 26, 26);
  overflow: hidden;
}
#customize_design_block .color_pannel input[type=color]::-moz-color-swatch {
  border: none;
}
#customize_design_block .color_pannel input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
  border-radius: 0;
}
#customize_design_block .color_pannel input[type=color]::-webkit-color-swatch {
  border: none;
}

.uploader-title {
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .uploader-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/*** mobile uploade ***/
@media only screen and (max-width: 639px) {
  .pattern_design_calc .noImageUpload {
    height: auto;
    overflow: hidden;
  }
  .pattern_design_calc .noImageUpload .front-uploader-ops .uppy-Dashboard-inner.uploader-lg {
    height: 70vh !important;
  }
  .pattern_design_calc #customizationBlock {
    overflow: hidden;
    height: 100%;
  }
}
.breadcrumb_container {
  counter-reset: flag;
  display: none;
}
@media only screen and (min-width: 768px) {
  .breadcrumb_container {
    display: block;
  }
}
.breadcrumb_container .breadcrumb {
  background-color: transparent;
  padding: 0.5rem 0.5rem 0.5rem 0;
}
.breadcrumb_container .breadcrumb .list-inline-item {
  margin: 0;
}
.breadcrumb_container .breadcrumb.breadcrumb_arrow > li + li:before {
  color: #ccc;
  content: "\f054";
  display: inline-block;
  position: static;
  font-family: "Font Awesome 6 free";
  padding: 0 0.5rem;
  font-weight: 600;
}
.breadcrumb_container .breadcrumb.breadcrumb_left_arrow > li + li:before {
  color: #ccc;
  content: "\f178";
  display: inline-block;
  position: static;
  font-family: "Font Awesome 6 Pro";
  padding: 0 0.5rem;
  font-weight: 600;
}
.breadcrumb_container .breadcrumb.breadcrumb_arrow3 > li + li:before {
  color: #ccc;
  content: "\f0da";
  display: inline-block;
  position: static;
  font-family: "Font Awesome 6 Pro";
  padding: 0 0.5rem;
  font-weight: 600;
}
.breadcrumb_container .breadcrumb.breadcrumb_arrow4 > li + li:before {
  color: #ccc;
  content: "/";
  display: inline-block;
  position: static;
  font-family: "Font Awesome 6 Pro";
  padding: 0 0.5rem;
  font-weight: 600;
}
.breadcrumb_container li.list-inline-item.active .fa-circle {
  color: #007bff;
}
.breadcrumb_container li.list-inline-item:last-child .fa-chevron-right {
  display: none;
}

#designerlist .slick-initialized .slick-slide {
  margin: 0 0.5rem;
  padding: 0 1rem;
}
#designerlist .slick-prev {
  left: -10px;
}
#designerlist .slick-next {
  right: -10px;
}

.designer_slide .hover-box-shadow {
  text-align: center;
  border: 1px solid #ccc;
}

.designerbox .thumbnail {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

#designer_template_category {
  list-style: none;
  padding-left: 10px;
}

#searchFiterMobile .card {
  border: 0;
}
#searchFiterMobile .card .card-header {
  background: transparent !important;
  border: 0;
}

.filter-action-btn {
  z-index: 9;
}

.treeview {
  padding: 0;
  margin: 0;
  list-style: none;
}
.treeview .hitarea {
  height: 16px;
  width: 16px;
  margin-left: -1.2rem;
  float: right;
  cursor: pointer;
}
.treeview li {
  padding: 0.3rem 0 0 0.5rem;
}
.treeview a.selected {
  background-color: transparent;
  color: #0056b3;
}
.treeview:hover {
  cursor: pointer;
}
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f138";
}
.treeview div.lastExpandable-hitarea, .treeview div.lastCollapsable-hitarea:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f13a";
}

.treeview ul {
  paadding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #ffffff;
  margin-top: 0.4rem;
}

#category_list .treeview {
  max-height: calc(100vh - 9.375rem);
  overflow: auto;
}
.custom-page.design-page .landing_page p {
  margin-bottom: 10px;
}

/* fix for IE6 */
* html .hitarea {
  display: inline;
  float: none;
}

#treecontrol {
  margin: 1em 0;
  display: none;
}

#cssmenu .list-group-item {
  background: #ffffff;
  padding: 0 !important;
}
#cssmenu .list-group-item > a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0.5rem 1.5rem 0.5rem 1.25rem;
}
#cssmenu .list-group-item > a:before {
  content: "\f105";
  display: block;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  right: 13px;
  top: 8px;
}
#cssmenu .list-group-item > ul {
  position: absolute;
  left: 100%;
  top: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 9999;
  -webkit-transition: opacity 0.9s ease;
  -moz-transition: opacity 0.9s ease;
  -ms-transition: opacity 0.9s ease;
  -o-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-top: -1px;
}
#cssmenu .list-group-item > ul li {
  position: relative;
  background: #f8f8f8;
}
#cssmenu .list-group-item > ul li a {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#cssmenu .list-group-item > ul li a:before {
  content: normal;
}
#cssmenu .list-group-item > ul li > ul {
  position: absolute;
  left: 100%;
  top: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 9999;
  -webkit-transition: opacity 0.9s ease;
  -moz-transition: opacity 0.9s ease;
  -ms-transition: opacity 0.9s ease;
  -o-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-top: -1px;
}
#cssmenu .list-group-item > ul li.has-sub > a {
  padding-right: 1.5rem;
}
#cssmenu .list-group-item > ul li.has-sub > a:before {
  content: "\f105";
  display: block;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  right: 13px;
  top: 8px;
  left: auto;
}
#cssmenu .list-group-item:hover {
  background: #f8f8f8;
}
#cssmenu .list-group-item:hover > ul {
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#cssmenu .list-group-item:hover > ul li:hover > ul {
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#cssmenu .list-group-item:hover > ul li:hover > a {
  text-decoration: none;
}
#cssmenu .list-group-item:hover > a {
  text-decoration: none;
}

#shipping .dropdown-toggle {
  color: inherit !important;
}
#shipping #default_shipping_types .shipping_types .btn-dropdown .filter-option-inner-inner small {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cart_loader {
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9;
  width: 40px;
  height: auto;
  margin: auto;
}

.order-details .order-img {
  margin-bottom: 0.5rem;
}
.order-details .thumbnail {
  margin: auto;
  border: none !important;
  max-width: 150px !important;
  display: block;
}
@media only screen and (min-width: 768px) {
  .order-details .thumbnail {
    max-width: 100px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .order-details .thumbnail {
    max-width: 150px !important;
  }
}
.order-details .thumbnail img {
  max-height: 150px;
  border: 1px solid #dee2e6;
}
.order-details .cart-additional-info li {
  line-height: 1.5;
  word-break: break-word;
}
.order-details .no-img-ext {
  height: 150px !important;
  width: 150px !important;
}
.order-details .no-img-ext > div > span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (min-width: 1200px) {
  .order-details .no-img-ext > div > span {
    left: 22px;
    top: 14px;
  }
}
.order-details .no-img-ext > div i {
  font-size: 70px;
  font-size: 4.375rem;
}
@media only screen and (min-width: 768px) {
  .order-details .change_card_name_div {
    width: 50%;
  }
}
.order-details strong del {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .order-details strong del {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .fancybox__container .order-details .thumbnail.noimage {
    max-width: 100px !important;
    max-height: 100px !important;
  }
}
.fancybox__container .order-details .no-img-ext {
  height: 70px !important;
  width: 70px !important;
}
.fancybox__container .order-details .no-img-ext > div > span {
  left: 23px;
  font-size: 7px;
  font-size: 0.4375rem;
  top: 12px;
}
.fancybox__container .order-details .no-img-ext > div i {
  font-size: 40px;
  font-size: 2.5rem;
}

.associate_image .thumbnail {
  width: 60px !important;
  height: 60px !important;
  margin: 0 !important;
}
.associate_image .thumbnail .zoom i {
  font-size: 20px;
  font-size: 1.25rem;
  height: 20px;
}
.associate_image .no-img-ext {
  height: 60px !important;
  width: 60px !important;
}
.associate_image .no-img-ext > div > span {
  font-size: 7px;
  font-size: 0.4375rem;
  padding: 0 0.4rem;
}
@media only screen and (min-width: 1200px) {
  .associate_image .no-img-ext > div > span {
    left: 20px;
  }
}
.associate_image .no-img-ext > div i {
  font-size: 35px;
  font-size: 2.1875rem;
}

.steps ul li {
  position: relative;
}
.steps ul li a {
  margin-right: 0.5rem;
}
.steps ul li a:hover {
  color: inherit;
}
.steps ul li:after {
  content: "";
  width: 40px;
  display: inline-block;
  height: 3px;
  background: #ccc;
  right: 0;
  left: auto;
  top: 0;
  margin: auto;
  vertical-align: middle;
}
@media only screen and (min-width: 1025px) {
  .steps ul li:after {
    width: 50px;
  }
}
.steps ul li:last-child {
  padding-right: 0;
}
.steps ul li:last-child:after {
  content: none;
}
.steps ul li .orderstep {
  width: 25px;
  height: 25px;
  background: transparent;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  border-radius: 100%;
  margin-right: 0.3rem;
}
.steps ul li.visited .orderstep {
  color: #ffffff;
}
.steps ul li.disabled {
  opacity: 0.5;
}
.steps ul li.disabled a {
  pointer-events: none;
  color: #777777;
}
.steps ul li.disabled .orderstep {
  color: #ffffff;
  border: 1px solid #8b8b8b;
  background: #8b8b8b;
}

#payment .custom-control-label {
  display: flex !important;
}
#payment #payment_method .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.Photoprinttab .nav-tabs li .nav-link {
  border: 0;
  border-bottom: 2px solid transparent !important;
}
.Photoprinttab .nav-tabs li .nav-link.active, .Photoprinttab .nav-tabs li .nav-link:hover, .Photoprinttab .nav-tabs li .nav-link:focus {
  border: 0;
  border-bottom: 2px solid #17a2b8 !important;
  color: #17a2b8;
}

.coupon {
  position: relative;
}
.coupon .error-block {
  left: 8%;
  top: 75%;
  right: auto;
}
.coupon .success-block {
  position: static;
}
.coupon .success-block > span {
  border: 0;
  background: transparent;
  padding: 0;
}
.coupon .success-block .fa-sync-alt {
  position: absolute;
  top: 75%;
  left: 8%;
}
.coupon .lh-1 {
  line-height: 1.2;
}

.fancybox__content .order-details {
  -webkit-box-shadow: 0 0 0 0 #333 !important;
  -moz-box-shadow: 0 0 0 0 #333 !important;
  box-shadow: 0 0 0 0 #333 !important;
}
.fancybox__content .order-details.quote_cart_product {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .fancybox__content .order-details.quote_cart_product {
    min-width: 800px;
  }
}

.cart_section .orderbtn .btn-link:not(:last-child) {
  position: relative;
}
.cart_section .orderbtn .btn-link:not(:last-child):after {
  content: "|";
  position: absolute;
  right: -5px;
  color: #cccccc;
}
.cart_section .sticky-top {
  z-index: 8;
}

.ordercontinue {
  position: fixed;
  z-index: 9;
  bottom: 0;
  background: #ffffff;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  .ordercontinue {
    position: static;
    background: transparent;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*.total {position: fixed; bottom: 10px; left: 10px; z-index: 99; padding: 0 !important; margin: 0 !important; font-size: 65%;
    strong {font-size: 100%; display: block;}
}*/
.shipping_types > p ~ .custom-radio {
  padding-left: 0.8rem;
}
.shipping_types > p ~ .custom-radio .custom-control-label span small {
  display: block;
}
.shipping_types > p:not(:first-child) {
  padding-top: 0.5rem;
}
.shipping_types .dropdown-menu li small {
  display: block;
  white-space: break-spaces;
}

#shipping_address .address-dropdown, #localpickup_address_select .address-dropdown, #office_address .address-dropdown {
  max-width: 350px;
  display: block;
}

.dropdown.bs-container.mt-3 {
  margin-top: 0 !important;
}

#shopping-cart .checkoutRightSide .sticky-top {
  z-index: 998 !important;
}
#shopping-cart .checkoutRightSide .productBlock .no-img-ext {
  height: 50px !important;
  width: 50px !important;
}
#shopping-cart .checkoutRightSide .productBlock .no-img-ext > div > span {
  left: 21px;
  font-size: 6px;
  font-size: 0.375rem;
  padding: 0rem 0.2rem;
  margin-top: 10px;
  top: 10px;
}
#shopping-cart .checkoutRightSide .productBlock .no-img-ext > div i {
  font-size: 26px;
  font-size: 1.625rem;
}

.order_detail_summary {
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
}
.order_detail_summary .row:first-of-type {
  padding-top: 0 !important;
}
.order_detail_summary .row:last-of-type {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.buynow-flow .order_detail_summary {
  overflow-y: unset;
  overflow-x: unset;
}

.save_for_later .save-for-later-desc {
  min-height: 55px;
}
.save_for_later .order-img {
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
  max-width: 95px;
}
.save_for_later .order-img .thumbnail {
  height: 80px;
  width: 80px;
}
.save_for_later .order-img .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.save_for_later .order-desc {
  -ms-flex: 0 0 calc(100% - 95px);
  flex: 0 0 calc(100% - 95px);
  max-width: calc(100% - 95px);
}
.save_for_later .no-img-ext {
  height: 80px;
  max-width: 80px;
}
.save_for_later .no-img-ext .fa-file {
  font-size: 4em !important;
}
.save_for_later .no-img-ext span {
  position: absolute;
  bottom: 0;
  right: -8px;
  margin: 0;
  font-size: 8px;
  padding: 0 4px;
  height: inherit;
  top: 41%;
  bottom: auto;
}

/*** coupon code listing css ***/
.coupon-box {
  padding: 0.75rem 1rem 0.35rem;
  position: relative;
  border: 1px dashed #ccc;
}
.coupon-box:before {
  content: "";
  position: absolute;
  left: -6px;
  background-color: #ffffff;
  border-width: 1px 1px 0 0;
  border-style: dashed;
  border-color: #ccc;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  bottom: 0;
  top: 0;
  margin: auto;
  transform: rotate(60deg);
}
.coupon-box:after {
  content: "";
  position: absolute;
  right: -6px;
  background-color: #ffffff;
  border-width: 0 1px 1px 0;
  border-style: dashed;
  border-radius: 50%;
  border-color: #ccc;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(120deg);
}
.coupon-box .coupon-code-box {
  border-radius: 0.313rem;
  -moz-border-radius: 0.313rem;
  -webkit-border-radius: 0.313rem;
  padding: 0.15rem 0.75rem;
  max-width: 80%;
}
.coupon-box .coupon-code-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  left: 0;
  top: 0;
  border: 1px dashed;
  border-radius: 0.313rem;
  -moz-border-radius: 0.313rem;
  -webkit-border-radius: 0.313rem;
}
.coupon-box .coupon-code-box > span {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.coupon-box.active {
  border-color: #999;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.075);
}
.coupon-box.active:before {
  border-left-color: #999;
  border-top-color: #999;
}
.coupon-box.active:after {
  border-right-color: #999;
  border-bottom-color: #999;
}
.coupon-box #fullText {
  display: none;
}
.coupon-box .couponMaxHeight {
  max-height: 6.25rem;
  overflow: auto;
}

#couponApplied > .lh-1 {
  max-width: 80%;
}
#couponApplied #coupon_lable {
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#user-coupons .modal-header {
  padding: 0.5rem 0.9rem;
}

@media only screen and (min-width: 992px) {
  .qty-col {
    flex: 0 0 22%;
    max-width: 22%;
  }
}
.qty-col .form-control {
  max-width: 80px;
}

.imgPlaceHolder {
  color: #879da9;
  background-color: #eeeeee;
  position: relative;
  display: block;
  width: 100%;
  vertical-align: middle;
  pointer-events: none;
  padding-top: 100%;
  max-width: 250px;
  margin: auto;
}
.imgPlaceHolder img {
  opacity: 0;
  position: absolute;
}
.imgPlaceHolder:not(.title-PlaceHolder):before {
  content: "\f083";
  position: absolute;
  width: 100%;
  font-family: "Font Awesome 6 Pro";
  font-size: 27.2px;
  font-size: 1.7rem;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: 900;
  left: 0;
  line-height: 1;
  height: 27px;
}
.imgPlaceHolder:not(.title-PlaceHolder):after {
  content: "\f05e";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  height: 55px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
}
.imgPlaceHolder .imgPlaceHolder-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  margin: auto;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgPlaceHolder.rect {
  padding-top: 62.5%;
}

#top-banner .imgPlaceHolder {
  padding-top: 0;
  max-height: 300px;
  min-height: 300px;
}

#product_additonal_image .imgPlaceHolder, #templates_listing_area .imgPlaceHolder {
  height: 250px;
  padding-top: 0;
}

#related-product .imgPlaceHolder .caption {
  background: #ffffff;
  padding: 0.2rem 0rem;
}

.imgPlaceHolder {
  pointer-events: none;
}
.imgPlaceHolder img {
  display: none;
}

.product-box:not(.slick-slide) .imgPlaceHolder {
  padding: 0;
  height: 250px;
}

#product_images .carousel-thumbs .imgPlaceHolder {
  padding-top: 0;
  width: 80px;
  height: 80px;
  pointer-events: auto;
}
#product_images .carousel-thumbs .imgPlaceHolder:hover {
  color: #879da9;
}
#product_images .carousel-thumbs .video_effect.imgPlaceHolder:after {
  background: transparent;
  color: #879da9;
}
#product_images .carousel-thumbs .video_effect.imgPlaceHolder:before {
  content: "\f03d";
  font-weight: normal;
  font-size: 25px;
  font-size: 1.5625rem;
}
#product_images.thumb_vertical .carousel-thumbs .imgPlaceHolder {
  padding-top: 100%;
  margin-left: 0;
}

#expreess_product_additional_info #prductsize .visualcal > div:nth-child(2) {
  max-width: 125px;
}
#expreess_product_additional_info #prductsize .imgPlaceHolder {
  display: inline-block;
  max-width: 125px;
}

.noSliderClass {
  margin-bottom: 1rem;
}
.noSliderClass.imgPlaceHolder {
  max-width: 100%;
}

#price_calculator .visualcal .custom-control, #products_additional_options .visualcal .custom-control {
  display: block !important;
}
#price_calculator .visualcal .custom-control .custom-control-label:before, #price_calculator .visualcal .custom-control .custom-control-label:after, #products_additional_options .visualcal .custom-control .custom-control-label:before, #products_additional_options .visualcal .custom-control .custom-control-label:after {
  z-index: 99;
}
#price_calculator .visualcal .imgPlaceHolder:after, #products_additional_options .visualcal .imgPlaceHolder:after {
  content: none;
}

.price_calculator .div_calculator .additionaloptions.slide .visualcal .custom-control {
  display: block !important;
}

#product_design_upload .uploaded-image .imgPlaceHolder {
  width: 200px;
  height: 200px;
}

#product_images .carousel-item .imgPlaceHolder {
  max-width: 100%;
}

#shopping-cart .order-img .imgPlaceHolder:not(.title-PlaceHolder):before {
  font-size: 18px;
  font-size: 1.125rem;
  height: 17px;
}
#shopping-cart .order-img .imgPlaceHolder:not(.title-PlaceHolder):after {
  height: 40px;
  font-size: 40px;
  font-size: 2.5rem;
}

#user_order table td .imgPlaceHolder:not(.title-PlaceHolder):before {
  font-size: 18px;
  font-size: 1.125rem;
  height: 17px;
}
#user_order table td .imgPlaceHolder:not(.title-PlaceHolder):after {
  height: 27px;
  font-size: 30px;
  font-size: 1.875rem;
}

.fancybox__content .order-details .imgPlaceHolder:not(.title-PlaceHolder):before {
  font-size: 15px;
  font-size: 0.9375rem;
}
.fancybox__content .order-details .imgPlaceHolder:not(.title-PlaceHolder):after {
  font-size: 40px;
  font-size: 2.5rem;
}

#top-banner picture, #product_images picture, .kit_product_info picture, .product-box picture {
  display: block;
}
#top-banner picture img, #product_images picture img, .kit_product_info picture img, .product-box picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.visualcal picture {
  display: inline-block;
}
.visualcal picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#expreess_product_additional_info .prduct_size .visualcal picture img {
  max-width: 150px;
}

.visualcal .custom-control-label {
  display: block !important;
}

/* Ribbon Effect */
.ribbon {
  position: absolute;
  color: #fff;
  top: 0.5em;
  left: 0;
  background-color: #1e5d88 0%;
  background: linear-gradient(left, #1e5d88 0%, #236e96 11%, #308db6 47%, #51b3d6 100%);
  background: -webkit-linear-gradient(left, #1e5d88 0%, #236e96 11%, #308db6 47%, #51b3d6 100%);
  background: -moz-linear-gradient(left, #1e5d88 0%, #236e96 11%, #308db6 47%, #51b3d6 100%);
  background: -ms-linear-gradient(left, #1e5d88 0%, #236e96 11%, #308db6 47%, #51b3d6 100%);
  background: -o-linear-gradient(left, #1e5d88 0%, #236e96 11%, #308db6 47%, #51b3d6 100%);
  white-space: nowrap;
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 98;
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.8);
}
.ribbon:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #19376c 0%;
  background: linear-gradient(left, #19376c 0%, #1e5d88 100%);
  background: -webkit-linear-gradient(left, #19376c 0%, #1e5d88 100%);
  background: -moz-linear-gradient(left, #19376c 0%, #1e5d88 100%);
  background: -ms-linear-gradient(left, #19376c 0%, #1e5d88 100%);
  background: -o-linear-gradient(left, #19376c 0%, #1e5d88 100%);
  border-radius: 0.8em 0 0;
  -moz-border-radius: 0.8em 0 0;
  -webkit-border-radius: 0.8em 0 0;
  height: 2.5em;
  left: -0.6em;
  top: 1px;
  width: 0.6em;
}
.ribbon:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #0b1d3d 0%;
  background: linear-gradient(left, #0b1d3d 0%, #143268 100%);
  background: -webkit-linear-gradient(left, #0b1d3d 0%, #143268 100%);
  background: -moz-linear-gradient(left, #0b1d3d 0%, #143268 100%);
  background: -ms-linear-gradient(left, #0b1d3d 0%, #143268 100%);
  background: -o-linear-gradient(left, #0b1d3d 0%, #143268 100%);
  border-radius: 2em 0 0 2em;
  -moz-border-radius: 2em 0 0 2em;
  -webkit-border-radius: 2em 0 0 2em;
  bottom: -0.8em;
  height: 0.8em;
  left: -0.6em;
  width: 0.6em;
}
.ribbon span {
  position: relative;
  display: block;
  padding: 0.3rem 0.5rem 0.3rem 0.75rem;
}
.ribbon span:after {
  content: "";
  display: block;
  position: absolute;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #4fb1d5;
  border-width: 16px 20px 16px 10px;
  border-style: solid;
  right: -29px;
  top: 0;
}

/* Cross Label Effect */
.cross-label {
  background-color: #F58F0A;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  height: 24px;
  line-height: 22px;
  position: absolute;
  right: -2px;
  text-align: center;
  top: 19px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 65px;
  z-index: 98;
}
.cross-label:before {
  content: "";
  display: block;
  position: absolute;
  border-right: 24px solid #F58F0A;
  border-top: 24px solid transparent;
  height: 0;
  left: -23px;
  top: 0;
  width: 0;
}
.cross-label:after {
  content: "";
  display: block;
  position: absolute;
  border-left: 24px solid #F58F0A;
  border-top: 24px solid transparent;
  height: 0;
  left: 64px;
  top: 0;
  width: 0;
}

/* Ribbon Triangle Effect */
.ribbon-triangle {
  line-height: 28px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  position: absolute;
  background-color: #f73a3a 0%;
  background: linear-gradient(top, #f73a3a 0%, #c00101 22%, #c00101 58%, #e92828 86%, #e82828 100%);
  background: -webkit-linear-gradient(top, #f73a3a 0%, #c00101 22%, #c00101 58%, #e92828 86%, #e82828 100%);
  background: -moz-linear-gradient(top, #f73a3a 0%, #c00101 22%, #c00101 58%, #e92828 86%, #e82828 100%);
  background: -ms-linear-gradient(top, #f73a3a 0%, #c00101 22%, #c00101 58%, #e92828 86%, #e82828 100%);
  background: -o-linear-gradient(top, #f73a3a 0%, #c00101 22%, #c00101 58%, #e92828 86%, #e82828 100%);
  top: -1px;
  right: 10px;
  width: 65px;
  padding: 5px 10px;
  z-index: 98;
}
.ribbon-triangle:before {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 13px solid transparent;
  border-left: 32px solid #e72626;
  border-right: 33px solid #e72626;
  bottom: -13px;
  left: 0px;
}
.ribbon-triangle span {
  display: block;
  min-height: 35px;
  position: relative;
}
.ribbon-triangle span:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 1px dashed rgba(255, 255, 255, 0.8);
  height: 100%;
  top: 5px;
  left: -4px;
}
.ribbon-triangle span:after {
  content: "";
  display: block;
  position: absolute;
  border-left: 1px dashed rgba(255, 255, 255, 0.8);
  height: 100%;
  top: 5px;
  right: -4px;
}

/* Corner Triangle Effect */
.corner-triangle {
  border-color: rgba(0, 0, 0, 0) #5cb75c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 75px 66px 0;
  height: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0;
  z-index: 10;
}
.corner-triangle .corner-triangle-text {
  color: #ffffff;
  margin: 4px 0 0 37px;
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  white-space: nowrap;
  height: 50%;
}

/* Burst Effect */
.burst {
  background: #F7F43A;
  width: 50px;
  height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 98;
}
.burst:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  left: 0;
  height: 50px;
  width: 50px;
  background: #F7F43A;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.burst:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 0;
  height: 50px;
  width: 50px;
  background: #F7F43A;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.burst span {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 10;
  color: #000000;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.title-top .ribbon {
  top: 10%;
}
.title-top .burst {
  top: 8%;
}

.studio-sticky-top#studioCanvas {
  top: 10px;
  position: sticky;
}
.studio-sticky-top.full-frame {
  z-index: 1000;
}
.studio-sticky-top.full-frame .studio_iframe iframe {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (min-width: 1200px) {
  .studio-sticky-top.full-frame .studio_iframe iframe {
    width: 80% !important;
  }
}
@media only screen and (min-width: 1440px) {
  .studio-sticky-top.full-frame .studio_iframe iframe {
    width: 73% !important;
  }
}
.studio-sticky-top.full-frame.advance-studio-iframe .studio_iframe iframe, .studio-sticky-top.full-frame.photo-builder-gallery .studio_iframe iframe, .studio-sticky-top.full-frame.crop-full-frame .studio_iframe iframe {
  right: 0;
  width: 100% !important;
}
.studio-sticky-top:not(.full-frame) iframe {
  filter: drop-shadow(0 0 0.4rem rgba(0, 0, 0, 0.6));
}
.studio-sticky-top:not(.full-frame) .mobileCanvas iframe {
  filter: unset;
}
.studio-sticky-top .studio_iframe {
  display: flex;
  justify-content: center;
  align-items: center;
}
.studio-sticky-top:has(.canvas_option) #studioBackground {
  height: 410px;
  display: flex;
  flex-direction: column;
  min-height: auto;
}
@media only screen and (min-width: 1200px) {
  .studio-sticky-top:has(.canvas_option) #studioBackground {
    height: 510px;
  }
}
.studio-sticky-top:has(.canvas_option) #studioBackground > * {
  margin-top: auto !important;
}
@media only screen and (min-width: 1200px) {
  .studio-sticky-top #studioBackground {
    min-height: 515px;
  }
}

body {
  /**** stop body scroll when open offcanvas and studio gallery ****/
}
body:has(.full-frame:not(.advance-studio-iframe):not(.photo-builder-gallery)) {
  position: relative;
  overflow: hidden;
}
body:has(.full-frame:not(.advance-studio-iframe):not(.photo-builder-gallery)):before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 1000;
  transition: opacity 0.3s ease-in-out;
}

.imageContent-thumb {
  cursor: pointer;
}

.upload_img_button #fileupload .qq-uploader div[class*=col-] .control-label {
  margin: 0 !important;
}
.upload_img_button #fileupload .qq-upload-list .qq-upload-size {
  display: none;
}
.upload_img_button #fileupload .qq-upload-list .qq-upload-spinner-selector.qq-upload-spinner {
  display: none;
}
.upload_img_button #fileupload .qq-upload-list .qq-in-progress > div {
  display: inline-block;
  vertical-align: middle;
  width: 37%;
}
.upload_img_button #fileupload .qq-upload-list .qq-in-progress .qq-upload-spinner {
  padding: 0;
  vertical-align: top;
}
.upload_img_button #fileupload .qq-upload-list .qq-in-progress .qq-upload-spinner .progress {
  width: 100%;
}
.upload_img_button #fileupload .qq-upload-list .qq-upload-file {
  margin: 0 !important;
  display: inline-block !important;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}
.upload_img_button .qq-uploader-selector qq-uploader .qq-upload-list-selector .qq-upload-list {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.canvas_option {
  min-height: 52px;
}
.canvas_option .img_quality {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media only screen and (min-width: 768px) {
  .canvas_option .img_quality {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.canvas_option .img_quality > span {
  width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}
.canvas_option .main-thumb {
  overflow-x: auto;
}
.canvas_option .main-thumb .imageContent-thumb .img-footer {
  max-height: 64px;
  height: 100%;
  object-fit: contain;
  min-width: 95px;
}

.studio_iframe {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .studio_iframe {
    margin-top: 2.3rem;
  }
}
.studio_iframe .width-top {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  text-align: center;
  background: #fff;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.studio_iframe .width-top:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #cccccc;
  height: 1px;
}
.studio_iframe .width-top span {
  background: #ffffff;
  padding: 0 0.5rem;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
}
.studio_iframe .width-top span small {
  padding-left: 0.2rem;
}
.studio_iframe .height-right {
  position: absolute;
  bottom: 0;
  right: -30px;
  top: 0;
  text-align: center;
  background: #fff;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
}
.studio_iframe .height-right:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #cccccc;
  width: 1px;
}
.studio_iframe .height-right span {
  background: #ffffff;
  padding: 0.5rem 0;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
}
.studio_iframe .height-right span small {
  padding-top: 0.2rem;
}
.studio_iframe iframe {
  margin: auto;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .studio_iframe iframe {
    height: 400px;
  }
}

#product-info .sticky-top {
  z-index: 99;
}

#imagePreview .modal-body {
  min-height: 550px;
}
@media only screen and (max-width: 1439px) {
  #imagePreview .modal-body {
    min-height: 500px;
  }
}
@media only screen and (max-width: 799px) {
  #imagePreview .modal-body {
    min-height: 300px;
  }
}
#imagePreview .modal-footer {
  overflow-x: auto;
  flex-wrap: nowrap;
}
#imagePreview .modal-footer img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  border: 1px solid #8a8a8a;
  cursor: pointer;
  max-width: 100px;
}
#imagePreview .modal-footer img.active {
  opacity: 9;
  filter: alpha(opacity=900);
  border-color: #007bff;
}
#imagePreview .imageContent {
  position: relative;
  height: 550px;
  text-align: center;
}
#imagePreview .imageContent.canvasBG {
  background-color: #999 0%;
  background: linear-gradient(45deg, #999 0%, #ccc 48%, #d5d5d5 100%);
  background: -webkit-linear-gradient(45deg, #999 0%, #ccc 48%, #d5d5d5 100%);
  background: -moz-linear-gradient(45deg, #999 0%, #ccc 48%, #d5d5d5 100%);
  background: -ms-linear-gradient(45deg, #999 0%, #ccc 48%, #d5d5d5 100%);
  background: -o-linear-gradient(45deg, #999 0%, #ccc 48%, #d5d5d5 100%);
}
@media only screen and (max-width: 1439px) {
  #imagePreview .imageContent {
    height: 500px;
  }
}
@media only screen and (max-width: 799px) {
  #imagePreview .imageContent {
    height: 300px;
  }
}
#imagePreview .imageContent .over {
  position: absolute;
}
#imagePreview .imageContent:has(.canvasImgmax) {
  display: flex;
  justify-content: center;
  align-items: center;
}
#imagePreview .canvas3d {
  --x:40px;
  --y:40px;
  clip-path: polygon(0 calc(var(--x) + var(--y)), var(--y) var(--y), calc(100% - var(--y)) var(--y), calc(100% - var(--y)) calc(100% - var(--y)), var(--y) calc(100% - var(--y)), 0 calc(100% - var(--x) - var(--y)));
  margin-left: 30%;
  transform-origin: left;
  transform: perspective(750px) rotateY(20deg);
  outline: var(--y) solid rgba(0, 0, 0, 0.4);
  outline-offset: calc(-1 * var(--y));
}
#imagePreview .canvasImgmax {
  max-width: 750px;
  max-height: 550px;
}

.slider-thumb {
  position: relative;
}
.slider-thumb .slick-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  background: #eeeeee;
  color: #333;
}
.slider-thumb .slick-arrow:hover {
  background: #b1b1b1;
  color: #333;
}
.slider-thumb .slick-arrow.left-nav {
  left: 0;
}
.slider-thumb .slick-arrow.right-nav {
  right: 0;
}

.zoom_range .custom-range {
  width: 80%;
  margin-right: 1rem;
}

.custom-range::-webkit-slider-thumb {
  background-color: rgb(220, 220, 220) 0%;
  background: linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -moz-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  border: 1px solid #c7c5c5;
  width: 25px;
  height: 25px;
  margin-top: -10px;
}

.custom-range::-moz-range-thumb {
  background-color: rgb(220, 220, 220) 0%;
  background: linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -moz-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  border: 1px solid #c7c5c5;
  width: 25px;
  height: 25px;
  margin-top: -10px;
}

.custom-range::-ms-thumb {
  background-color: rgb(220, 220, 220) 0%;
  background: linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -moz-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  border: 1px solid #c7c5c5;
  width: 20px;
  height: 20px;
  margin-top: 0px;
}

.custom-range:focus::-webkit-slider-thumb {
  background-color: rgb(220, 220, 220) 0%;
  background: linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -moz-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
}

.custom-range:focus::-ms-slider-thumb {
  background-color: rgb(220, 220, 220) 0%;
  background: linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -moz-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  box-shadow: none;
}

.custom-range:focus::-moz-slider-thumb {
  background-color: rgb(220, 220, 220) 0%;
  background: linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -moz-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(220, 220, 220) 0%;
  background: linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -moz-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
}

.custom-range::-ms-slider-thumb:active {
  background-color: rgb(220, 220, 220) 0%;
  background: linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -moz-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
}

.custom-range::-moz-slider-thumb:active {
  background-color: rgb(220, 220, 220) 0%;
  background: linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -moz-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(to top, rgb(220, 220, 220) 0%, rgb(221, 221, 221) 50%, rgb(255, 255, 255) 100%);
}

.custom-range::-webkit-slider-runnable-track {
  background: #c7c5c5;
  height: 5px;
}

.custom-range::-moz-range-track {
  background: #c7c5c5;
  height: 5px;
}

.custom-range::-ms-track {
  background: #ffffff;
  height: 5px;
}

/******** IE fancybox width issue *********/
@media all and (-ms-high-contrast: none) {
  #imagePreview .imageContent {
    display: block;
  }
}
/************ canvas layout popup ***********/
#page_layout_content .thumbnail {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 0;
}
#page_layout_content .thumbnail img {
  max-height: 190px;
}
#page_layout_content .thumbnail .btn {
  cursor: pointer;
}
#page_layout_content .loading-container {
  min-height: 800px;
  display: flex;
  align-items: center;
}
#page_layout_content .loading-container #loading-text {
  bottom: 0;
  margin: auto;
  height: 20px;
}

.thumbCanvasbox {
  --x:40px;
  --y:40px;
  clip-path: polygon(0 calc(var(--x) + var(--y)), var(--y) var(--y), calc(100% - var(--y)) var(--y), calc(100% - var(--y)) calc(100% - var(--y)), var(--y) calc(100% - var(--y)), 0 calc(100% - var(--x) - var(--y)));
  transform-origin: left;
  transform: perspective(210px) rotateY(20deg);
  outline: var(--y) solid rgba(0, 0, 0, 0.4);
  outline-offset: calc(-1 * var(--y));
  margin-left: 15%;
}
.thumbCanvasbox.fancybox__image {
  transform: perspective(210px) rotateY(5deg) !important;
}

.thumbCanvasMax {
  max-width: 100%;
  opacity: 0;
}

@media not all and (min-resolution: 0.001dpcm) {
  #imagePreview .modal-content, #imagePreview .canvasBG {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media not all and (min-resolution: 0.001dpcm) and (min-device-width: 768px) and (max-device-width: 1024px) {
  @supports (-webkit-touch-callout: none) and (-webkit-touch-callout: none) {
    #imagePreview .modal-content, #imagePreview .canvasBG {
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
}
/***** Quick Design ****/
.floating-btn {
  position: absolute;
  right: 0.625rem;
}
.floating-btn.browse-design-button {
  top: 0.75rem;
  right: 3rem;
}
@media only screen and (min-width: 1200px) {
  .floating-btn.browse-design-button {
    right: 0.75rem;
  }
}
.floating-btn.advance-editor-button {
  bottom: auto;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .floating-btn.advance-editor-button {
    bottom: auto;
    top: 0.75rem;
    right: 0.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .floating-btn.advance-editor-button {
    bottom: 0.9rem;
    top: auto;
  }
}
.floating-btn .btn {
  box-shadow: -1px -1px 8px rgba(0, 0, 0, 0.3);
}
.floating-btn.pattern_mobile_upload {
  bottom: 0.625rem;
}

@media only screen and (min-width: 768px) {
  .design_tab {
    position: sticky;
    top: 0;
    z-index: 98;
  }
}
.design_tab:has(.full-frame), .design_tab:has(.offcanvas-overlay.show) {
  position: static;
}
.design_tab .studio_iframe {
  margin-top: 0;
  height: auto;
  width: 100%;
}
.design_tab .studio_iframe iframe {
  height: 100%;
  min-height: 250px;
  margin: auto;
  width: 100%;
  box-shadow: none;
  overflow: hidden;
  filter: none;
}
body a:hover {
  color: #9f1f22;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .design_tab .studio_iframe iframe {
    aspect-ratio: 1/1 !important;
    min-height: auto;
    height: auto !important;
    background-color: #f1f1f1;
  }
}
.design_tab.invisible {
  position: absolute;
  left: 15px;
  right: 15px;
}

#design_customization .loading-container {
  min-height: 300px;
}
#design_customization .img-preview {
  width: 75px;
  height: 75px;
  flex: 0 0 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#design_customization .img-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
#design_customization .tab-content {
  padding: 0 !important;
}
#design_customization .media-body > p {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 90%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  cursor: pointer;
}
#design_customization .media-body > p:not(.imageName) {
  display: none;
}
@media only screen and (min-width: 1200px) {
  #design_customization .media-body > p:not(.imageName) {
    display: -webkit-box;
  }
}
#design_customization .browseimage {
  display: none;
}
#design_customization .text_elements .has-error, #design_customization .image_elements .has-error {
  position: relative;
}
#design_customization .text_elements .has-error > span.text-danger, #design_customization .image_elements .has-error > span.text-danger {
  position: absolute;
  bottom: -10px;
  right: 3%;
  text-align: center;
}
#design_customization .text_elements .has-error > span.text-danger span, #design_customization .image_elements .has-error > span.text-danger span {
  margin: auto;
  border: 1px solid #ff0000;
  background: #fff;
  font-size: 75%;
  padding: 0 0.5rem;
  z-index: 12;
  position: relative;
  display: block;
}
#design_customization .deleteImage {
  top: -0.625rem;
  right: -0.3125rem;
}

.cust-studio-right .pattern_box .patternsList .item img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.5s ease;
}
.shopping-cart-main-outer a{
  color: #505050;
}
.top-header-wrp p a:hover {
  color: #333;
}
.header-content  a{
  color: #505050;
}
li.proud-img-wrp {
  padding-top: 15px;
}
.discount-box a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cust-studio-right .pattern_box .patternsList .item img {
    width: 130px;
    height: 92px;
  }
}
.cust-studio-right .pattern_box .patternsList .item.active img, .cust-studio-right .pattern_box .patternsList .item:hover img {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  border-color: #17a2b8 !important;
}

/**** off canvas ****/
.offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -73vw; /* Hidden by default */
  width: 73vw;
  background-color: #f8f9fa;
  transition: left 0.5s ease-in-out;
  z-index: 99999;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
}
.offcanvas.show {
  left: 0;
}
.offcanvas #quickDesignFrame {
  height: 100vh;
}
.offcanvas #offcanvasClose {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 0.5rem;
}
.offcanvas .offcanvas-loader {
  height: 100%;
  display: flex;
}

/* Overlay styling */
.offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 99998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.offcanvas-overlay.show {
  opacity: 1;
  visibility: visible;
}

.popup_page_inner #templatelist {
  padding-top: 1rem;
}

.quick_checkout_form > .row > .my-3 {
  margin-top: 0 !important;
}

/**** quick studio mobile view ***/
@media only screen and (max-width: 767px) {
  tr.woocommerce-shipping-totals.shipping button.button {
    color: #fff !IMPORTANT;
}
    .subscribe-here-left h3 {
    font-size: 22px;
    margin: 0;
}
	.enter-email-id-paragraph-iput p {
    text-align-last: center;
}
	.enter-email-id-paragraph-iput, .subscribe-here-left {
    width: 100%;
    text-align: center;
    max-width: 400px;
}
  #product-info #personalize {
    position: fixed;
    bottom: 65px;
    z-index: 9;
    left: 0;
    margin-bottom: 0 !important;
    width: auto;
    right: 0;
  }
  #product-info .prev_next_btn, #product-info .orderButtons {
    position: fixed;
    bottom: 0;
    z-index: 11;
    left: 0;
    margin-bottom: 0 !important;
    width: auto;
    right: 0;
    background-color: #ffffff;
    padding: 0.7rem 1rem;
    box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.15);
  }
  #product-info .prev_next_btn #SubmitBtn, #product-info .orderButtons #SubmitBtn {
    margin-top: 0 !important;
  }
  #product-info .orderButtons {
    bottom: 65px;
  }
  #product-info .quick_design_calc .quick_studio_tabs {
    display: none;
  }
  #product-info .price_calculator:has(.quick_design_calc:not(.mobileRealPreview)) #productpricetotal, #product-info .price_calculator:has(.pattern_design_calc:not(.mobileRealPreview)) #productpricetotal {
    display: none;
  }
  #product-info .price_calculator:has(.quick_design_calc:not(.mobileRealPreview)) .draggable-divider, #product-info .price_calculator:has(.pattern_design_calc:not(.mobileRealPreview)) .draggable-divider {
    display: block !important;
  }
  #product-info .price_calculator:has(.mobileRealPreview) #productpricetotal {
    box-shadow: none;
    border-top: 1px solid #d5d5d5;
    height: 4.0625rem;
  }
  #product-info .quick_mobile_checkout_form #previewBackBtn {
    position: fixed;
    bottom: 65px;
    z-index: 12;
    left: 0;
    margin: 0 0 0.5rem 1rem;
  }
  #product-info .quick_mobile_checkout_form #div_addinfo_save_box {
    position: fixed;
    bottom: 65px;
    z-index: 11;
    left: 0;
    background-color: #ffffff;
    padding: 0 1rem 0.5rem 1rem;
    box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.15);
  }
  #product-info .quick_mobile_checkout_form .my-3.float-left {
    margin-block: 0.25rem !important;
  }
  #product-info #price_calculator:has(#customize_design_block) .price_calculator {
    margin-top: 0 !important;
  }
  #product-info #price_calculator:has(#customize_design_block) > .card-body {
    padding: 0 !important;
  }
  #product-info #price_calculator .quick_design_calc:not(.mobileRealPreview) {
    padding: 2.5rem 1rem 0;
    background-color: #ffffff;
    border-radius: 2rem 2rem 0 0;
    box-shadow: 0 -0.75rem 1rem rgba(0, 0, 0, 0.2);
    position: relative;
  }
  #product-info #price_calculator .quick_design_calc:not(.mobileRealPreview) .quick-design-bottom-panel {
    padding-bottom: 15rem;
  }
}
#product-info .mobile-studio-loader {
  width: 100%;
  height: 100%;
  z-index: 110;
  top: 0;
  left: 0;
  background: rgb(226, 226, 226);
  max-height: 80vh;
}
#product-info:has(.mobile-studio-loader) {
  position: relative;
}

@media only screen and (max-width: 639px) {
  #design_customization .patternBoxMobile {
    position: fixed;
    bottom: 4.5rem;
    left: 0;
    right: 0;
    z-index: 9;
    border-top: 1px solid #dee2e6;
  }
  #design_customization .patternBoxMobile .btn {
    line-height: normal;
  }
  #design_customization .patternBoxMobile .move-buttons .designCustomization, #design_customization .patternBoxMobile .adjustMobile .designCustomization {
    height: 2.5rem;
    width: 2.5rem;
  }
  #design_customization .patternBoxMobile .fa-material {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 0.9;
  }
  .patternTemplateMobile .bg-light {
    height: 4.5rem;
  }
  .quick_studio_pages .text-truncate {
    max-width: 60%;
  }
  .quick_studio_pages + .product-thirdparty-review {
    display: none;
  }
  .quick-design-panel .form-control {
    font-size: 16px;
    font-size: 1rem;
  }
  #middle-content:has(.mobileRealPreview) .quick_studio_pages .text-truncate {
    max-width: 100%;
  }
  .cust-studio-right .patternBoxMobile .mobilePatternText {
    max-width: 70px;
  }
}
/***** draggable divider style ****/
.draggable-divider {
  height: 40px;
  cursor: row-resize;
  touch-action: none;
  position: relative;
  z-index: 99;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  display: none;
  cursor: grab;
  touch-action: none;
}
.draggable-divider::before {
  background: #dddddd;
  height: 6px;
  position: absolute;
  width: 100px;
  top: 0;
  bottom: 0;
  border-radius: 0.75rem;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
}

.quick-design-with-transition {
  transition: height 0.3s ease-in-out;
}

@media only screen and (max-width: 574px) {
  #customizationBlock {
    overflow: auto;
    height: 100%;
  }
}
.custom-studio-workspace .studio_iframe {
  margin: 1.4rem 0;
}

#product_design_builder .sticky-top {
  z-index: 998;
}

#add_cart .col-12.float-left {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}

.print_summary_content {
  width: 250px;
}

.print-action-button {
  font-size: 13px;
  font-size: 0.8125rem;
  position: absolute;
  bottom: 12px;
  left: 15px;
  padding: 0;
  background: #f8f8f8 !important;
}
.print-action-button i {
  font-size: 20px;
  font-size: 1.25rem;
}
.print-action-button a {
  padding: 0 1rem 0 0;
  background: #f8f8f8;
}

#builder .card .card-header[aria-expanded=true] .fa-chevron-down:before {
  content: "\f077";
}

#builder .card div[id*=print_collapse_].collapse {
  margin-top: auto;
}
@media only screen and (min-width: 768px) {
  #builder .card div[id*=print_collapse_].collapse {
    display: block;
  }
}
#builder .price_calculator .form-control, #builder .price_calculator .custom-select {
  height: calc(1.5em + 0.8rem + 2px);
}
#builder .price_calculator .bootstrap-select > .dropdown-toggle {
  height: calc(1.5em + 0.8rem + 2px);
}
#builder .price_calculator .dropdown-menu > li {
  float: none;
}
#builder .price_calculator .content-box {
  max-width: 60%;
  float: right;
  font-size: 16px;
  font-size: 1rem;
}
#builder .price_calculator .content-box #disp_product_price {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  #image_selection {
    max-width: 40%;
  }
  #image_selection .btn-info {
    padding: 0.25rem 0.5rem;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #add_cart {
    max-width: 100%;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0.8rem;
    padding-bottom: 0.5rem;
  }
  #add_cart .row {
    align-items: center;
  }
  #add_cart .row .col-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    /*&#div_addinfo_save_box {-ms-flex: 0 0 47%; flex: 0 0 47%; max-width: 47%;}*/
  }
  #add_cart .row .col-12 #instructions_comments_user {
    padding-left: 0.5rem;
  }
  #add_cart .row .col-12 .btn-primary {
    padding: 0.25rem 0.5rem;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #add_cart .row .col-12 .btn-primary i {
    display: none;
  }
  #summary {
    width: 60%;
  }
}
.photoprint-editable-options {
  display: none;
}

.photoprint-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pics {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 1px solid #cccccc;
  position: relative;
  background: #ffffff;
}
.pics > img {
  max-width: 100%;
  max-height: 250px;
  height: auto;
  width: auto;
}
.pics .photoprint-quality {
  top: 0;
  left: 0;
  background: transparent;
  border: 0;
  z-index: 9;
}
.pics .photoprint-toolbar-delete {
  top: -1px;
  right: -1px;
  z-index: 9;
  height: 22px;
  width: 22px;
  line-height: 22px;
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 0;
}
.pics .photoprint-toolbar-edit {
  bottom: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  z-index: 9;
  background: #ffffff;
  border: 1px solid #ccc;
}

.photoprint-container .modal-header {
  display: none;
}
.woocommerce-checkout tfoot  th {
    font-family: 'Lato' !important;
}
.woocommerce-checkout  tr.order-total {
    border-top: 1px solid #ccc !IMPORTANT;
}
.woocommerce-checkout  .woocommerce-privacy-policy-text p {
    font-size: 14px;
    line-height: 21px;
}
ul.wc_payment_methods.payment_methods.methods {
    margin: 0 0 20px;
}
.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 30px;
}
button#place_order {
    background: #252d65;
    border-color: #252d65;
    border-radius: 30px;
    padding: 6px 10px;
    font-family: 'Lato' !important;
}
button#place_order:hover {
    color: #fff;
}
.woocommerce-checkout tr.cart_item td.product-name {
    font-weight: bold;
}
dd.variation-Design p {
    line-height: 16px;
}
.woocommerce-checkout header.entry-header.alignwide,.woocommerce-cart header.entry-header.alignwide  {
  border: none;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
body form.checkout.woocommerce-checkout input:focus, body form.checkout.woocommerce-checkout textarea:focus {
    outline: none;
}
form.woocommerce-shipping-calculator section#shipping-calculator-form {
  padding-top: 10px;
}
form.woocommerce-shipping-calculator section#shipping-calculator-form .select2-selection, form.woocommerce-shipping-calculator section#shipping-calculator-form input {
  font-family: inherit;
  font-weight: 400;
  letter-spacing: normal;
  padding: 8px;
  display: block;
  border: 1px solid #ced4da;
  border-radius: var(--wc-form-border-radius);
  width: 100%;
  margin: 0;
  line-height: normal;
  height: 45px;
}
form.woocommerce-shipping-calculator a {
  font-family: 'Lato';
}
.woocommerce .woocommerce-cart-form .shop_table_responsive tbody td.product-thumbnail {
  max-width: 150px;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive tbody td.product-thumbnail a {
  display: flex;
  gap: 5px;
  align-items: end;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive tbody td.product-thumbnail a .size-woocommerce_thumbnail {
  width: 75px !important;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive tbody td.product-thumbnail a img.lumise-cart-thumbnail {
  width: 100px;
  margin: 0;
}
.woocommerce .woocommerce-cart-form  .lumise-edit-design-wrp a {
  background: #9f1f22 !important;
  border: none;
  font-size: 13px !important;
  line-height: normal;
  padding: 5px 8px;
  margin-top: 5px;
  color: #fff !IMPORTANT;
}
.woocommerce .woocommerce-cart-form .lumise-edit-design-wrp a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
form.woocommerce-shipping-calculator p#calc_shipping_state_field span {
  width: 100%;
}
form.woocommerce-shipping-calculator p#calc_shipping_state_field  b {
  right: 0;
  left: auto;
}
tr.woocommerce-shipping-totals.shipping th {
  vertical-align: top;
}
tr.woocommerce-shipping-totals.shipping button.button {
  background: #9f1f22 !important;
  border: none;
  font-size: 16px;
  padding: 8px 10px;
  border-radius: 4px;
  margin-top: 10px;
}
tr.woocommerce-shipping-totals.shipping button.button:hover {
  color: #fff !important;
}
form.woocommerce-shipping-calculator a.shipping-calculator-button {
  color: #000 !important;
}
tr.woocommerce-shipping-totals.shipping input:focus {
  outline: none;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item.cart_item td.product-name a {
  color: #666;
}
td.product-design {
  height: 42px;
}
/*********01-12-2025*********/
  div.loginMessage {
    display: block;
}
.logged-in div.loginMessage {
    display: none;
}
#product_help_template #ProductDetails .templateList .sizeNameVal_blk a {
    width: calc(50% - 8px);
}
#product_help_template #ProductDetails .templateList .sizeNameVal_blk {
    display: flex;
    gap: 16px;
}
.product_temp-col > a {
    margin-bottom: 12px;
}
.download-temp ul.list-unstyled {
    margin-left: 8px;
}
.download-temp ul.list-unstyled li .custom-control {
    margin: 0;
    padding: 0;
}
.dyanamicHelpTemplate .card .card-top a {
    font-weight: 500;
}
.dyanamicHelpTemplate .card .card-top a:after {
    font-family: "Font Awesome 6 Free";
}
.bottom-ain-footer-outer .footer-menu-container ul.menu-wrapper a:focus {
    background: transparent !important;
    text-decoration: none;
}
a.woo-cart-icon {
    display: flex;
    align-items: center;
    gap: 3px;
}
form.dgwt-wcas-search-form .dgwt-wcas-preloader.dgwt-wcas-close {
    right: 20px !important;
}
form.dgwt-wcas-search-form button.dgwt-wcas-search-submit {
    right: 0 !important;
}
.frm-outer-name input {
    margin: 0 !important;
}
.frm-outer-name {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
div#quote-form-custom .mail_cust_qote .frm-control-input:has(input:focus) label{
    top: 0px;
    font-size: 10.5px;
    opacity: 1;
    color: #252d65;
    padding: 5px;
}
div#quote-form-custom .mail_cust_qote .frm-control-input:has(input:not(:placeholder-shown)) label{
    top: 0px;
    font-size: 10.5px;
    opacity: 1;
    color: #252d65;
    padding: 5px;
}
div#quote-form-custom .mail_cust_qote .frm-control-input.title_cus label{
    top: 0px;
    font-size: 10.5px;
    opacity: 1;
    color: #252d65;
    padding: 5px;
    color: #9f1f22 !important;
}
.mail_cust_qote .frm-control-input {
    position: relative;
}
div#quote-form-custom .mail_cust_qote label {
    position: absolute;
    top: 50%;
    left: 0;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    margin: 0;
    padding: 6px 7px;
    transform: translateY(-50%);
    background: #fff;
    transition: .3s ease all;
    left: 5px;
    color: #ada8a8;
    opacity: .8;
    font-size: 15px;
    font-weight: 400;
    z-index:9;
}
div#quote-form-custom .mail_cust_qote input::placeholder{
color: transparent;
}
div#quote-form-custom .mail_cust_qote input:focus {
border-color: #252d65 !important;
box-shadow: none !important;
}
a.remove-quote-item img {
    max-width: 12px;
    position: relative;
    top: -1px;
}
span.quote-actions {
    display: flex;
    gap: 4px;
}
span.quote-actions {
    display: flex;
    gap: 4px;
}
label.file-upload-label span img {
    max-width: 32px;
}
  div.loginMessage {
    display: block;
}
.logged-in div.loginMessage {
    display: none;
}
.download-temp .search-icon {
    background: transparent;
    padding: 0;
}
.download-temp .search-icon input.form-control {
    border: 1px solid #ced4da;
    margin: 0;
    border-radius: 4px;
}
.dyanamicHelpTemplate .search-icon:after {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}
.dyanamicHelpTemplate  .d-flex.position-relative.mr-md-2 {
    display: flex !important;
    gap: 2px;
}
.dyanamicHelpTemplate a.categoryFilter {
    padding: 0 9px;
    border-radius: 4px !important;
}
.dyanamicHelpTemplate a.categoryFilter i.far.fa-bars-filter {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/12/menu-1.png);
    background-size: 100%;
}
.download-temp ul.list-unstyled li .custom-control label {
    font-size: 14px;
    line-height: 21px;
    padding-left: 0;
}
.custom-control.custom-control.custom-radio.custom-control-inline input {
    width: 20px;
    height: 20px;
}
.dyanamicHelpTemplate .card .card-top a[aria-expanded=true]:after {
    font-weight: 900;
}
#product_help_template #ProductDetails .templateSearch .search-icon:after {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}
section.related.products {
    border: 1px solid #ddd;
    padding: 0;
}
section.related.products > h2 {
    padding: 0px 20px;
    font-size: 18px !important;
    background: #eee;
    color: #9f1f22 !important;
    position: relative;
}
section.related.products > h2 span {
    height: 100%;
    display: inline-block;
    padding: 12px 0;
        position: relative;
}
section.related.products > h2 span::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #9f1f22;
    position: absolute;
    bottom: 0;
    left: 0;
}
section.related.products .product {
    background: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 8px !important;
}
section.related.products .product h2.woocommerce-loop-product__title {
    font-size: 14px !important;
    line-height: 21px;
    color: #505050;
}
section.related.products .product h2.woocommerce-loop-product__title:hover{
  color: #9f1f22 !important;
}
section.related.products .product a img {
    max-width: 100%;
    aspect-ratio: 16/15;
    object-fit: cover;
}
.artwork-page .artwork-right label {
    font-size: 14px;
    font-weight: 400;
}
.artwork-page .artwork-right input {
    margin: 0 0 16px;
    height: 45px;
}
.add_to_cart_button {
    background: #252d65 !IMPORTANT;
    color: #fff !IMPORTANT;
    font-size: 16px !IMPORTANT;
    padding: 8px 14px !important;
    border-radius: 30px !IMPORTANT;
    border: none !IMPORTANT;
    font-family: 'Lato' !important;
}
body .add_to_cart_button:hover {
    text-decoration: none !important;
}
.add_to_cart_button i {
    padding-left: 4px;
}
.artwork-page .artwork-right input:focus {
    outline: none;
}
.artwork-page button.edit-btn.editArtworkBtn {
    font-size: 14px;
    border-radius: 4px;
    background: transparent !important;
    padding: 4px 8px;
    color: #505050 !important;
    font-family: 'Lato';
    margin: 8px auto 0;
}
.artwork-page .artwork-left {
    text-align: center;
}
.artwork-page button.edit-btn.editArtworkBtn:hover {
    background: #505050 !important;
    color: #fff !important;
}
.artwork-page .artwork-preview {
    border-radius: 0;
}
.artwork-page button.edit-btn.editArtworkBtn:focus {
    outline: none;
}
.upload-artwork-page form label {
    background: #00000008;
    border: 1px solid #00000020;
    margin: 0;
    display: block;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Lato' !important;
    font-weight: 400 !important;
    padding: 10px 10px;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
        width: 100%;
}
.upload-artwork-page form br {
    display: none;
}
.upload-artwork-page form  input {
    margin: 0;
    border-radius: 0 0 3px 3px ;
}
.upload-artwork-page form input:focus {
    outline: none;
}
.upload-artwork-page h2 {
    font-size: 18px !important;
    line-height: 27px;
}
.upload-artwork-page form .upload-cus.field-outer-wrp label {
    border-bottom: 1px solid #00000020;
    margin-bottom: 20px;
}
.upload-artwork-page form .upload-cus.field-outer-wrp  label.file-upload-label {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
        margin: 0;
}
.upload-artwork-page .uploadForm {
    max-width: 800px;
}
.upload-cus  input#artwork_file {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    min-width: 178px;
    opacity: 0;
}
.upload-cus  span.file-select {
    position: relative;
}
.upload-artwork-page button {
    background: #252d65 !IMPORTANT;
    padding: 7px 13px !important;
    border-radius: 30px !important;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Lato' !important;
    margin-top: 30px;
}
.upload-artwork-page button i {
    padding-left: 3px;
}
.upload-artwork-page button:focus {
    outline: none;
}
.custom-page .add_to_cart_button:focus {
    background: #252d65 !IMPORTANT;
}
.upload-artwork-page div#artwork_preview img#preview_img {
    margin: 0 auto;
}
.artwork-page .artwork-right input[type="text"],.artwork-page .artwork-right select {
    margin-bottom: 16px;
}
.upload-artwork-page .landing_page {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.upload-artwork-page .landing_page .uploadForm {
    width: calc(100% - 40% - 30px);
}
.upload-artwork-page .landing_page div#product_help_template {
    width: 40%;
}
.showpopup::before {
    background: rgba(0,0,0,.9);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 9;
}
.showpopup {
    position: relative;
}
div#shareProductModal .modal-header button.btn-close {
    border: none;
    color: #fff !important;
}
.templateSearch .form-group {
    background: transparent;
    margin: 0;
    padding: 0;
}
.templateSearch .form-group input#keywords {
    border: 1px solid #ced4da;
    border-radius: 4px;
    color: #495057;
}
.upload-artwork-page .landing_page div#product_help_template h3 {
    margin: 0;
}
.upload-artwork-page .landing_page div#product_help_template .templateList {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.upload-artwork-page .landing_page div#product_help_template  .product_temp-col {
    padding: 0;
}
.upload-artwork-page .landing_page div#product_help_template .product_temp-col a {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 8px;
        flex-wrap: nowrap !important;
    line-height: 1.2 !important;
}
.upload-artwork-page .landing_page div#product_help_template .product_temp-col a i {
    font-size: 28px;
    color: #a61f2d;
}
.upload-artwork-page .landing_page div#product_help_template  .product_temp-col {
    padding: 0;
    width: calc(50% - 5px) !important;
    max-width: 100% !important;
    flex: inherit;
}
.woocommerce-variation-add-to-cart .quantity {
    display: none;
}
.product-box .card img {
    height: 100%;
    aspect-ratio: 16/12;
    object-fit: cover;
    object-position: top;
}
section.related.products div#related-product {
    padding: 20px;
    padding-top: 0;
}
.product-templates.row .product_temp-col > a  i {
    font-size: 24px;
    color: #a61f2d;
     margin-right: 8px;
}
.product-templates.row .product_temp-col  a  i {
    margin-right: 4px;
        font-size: 14px;
}
.single_variation_wrap .quantity {
    display: none !important;
}
#product_help_template #ProductDetails .templateList .sizeNameVal_blk a {
    width: fit-content;
    padding: 0 14px;
}
#product_help_template #ProductDetails .templateList .sizeNameVal_blk a span {
    width: 22px;
}
.product-templates.row {
    row-gap: 20px;
}
section.custom-related-products-wrapper.related.products .slick-arrow {
    background: transparent;
}
.dn-temp-inner > a i {
    font-size: 24px;
    color: #a61f2d;
}
#product_help_template #ProductDetails .templateList .sizeNameVal_blk {
    margin-top: 12px;
}
.dn-temp-inner {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 12px;
}
div#related-product .slick-arrow::before {
    content: unset;
}
div#related-product  button.slick-prev.slick-arrow {
    left: 0;
}
div#related-product  button.slick-next.slick-arrow {
    right: 0;
}
div#related-product button.slick-arrow {
    opacity: 0.5;
}
form.checkout.woocommerce-checkout label {
    font-size: 14px;
    line-height: 21px;
    font-family: 'Lato' !important;
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
body form.checkout.woocommerce-checkout input, body form.checkout.woocommerce-checkout textarea {
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !IMPORTANT;
    border-radius: .25rem;
    height: 40px;
    font-size: .9375rem;
}
body form.checkout.woocommerce-checkout span.select2-selection .select2-selection__rendered {
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !IMPORTANT;
    border-radius: .25rem;
    height: 40px;
    font-size: .9375rem;
}
body form.checkout.woocommerce-checkout  span.select2-selection {
    border: none !IMPORTANT;
}
body form.checkout.woocommerce-checkout .woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-checkout tr.cart_item {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    max-width: 100% !important;
    border-radius: 5px;
    border: 1px solid #b3b3b340;
    border-bottom: 1px solid #e1e1e1;
}
.woocommerce-checkout tr.cart_item a {
    display: block;
    padding: 10px 0;
}
.woocommerce-checkout tr.cart_item  dd.variation-ArtworkFile {
    margin: 0;
    padding: 0;
}
.woocommerce-checkout tr.cart_item td.product-total {
    vertical-align: top;
}
.woocommerce-checkout tr.cart_item td {
    padding: 15px;
}
.woocommerce-checkout  h3 {
    font-size: 18px !important;
    line-height: 27px;
    margin: 0 0 15px !important;
}
.woocommerce-checkout tfoot tr.cart-subtotal {
    border: none !IMPORTANT;
}
.woocommerce-checkout tfoot ul#shipping_method {
    margin: 0;
}
.woocommerce-checkout .woocommerce {
  max-width: 100% !important;
  width: 100%;
  padding: 0 !important;
}
.woocommerce-checkout .woocommerce .woocommerce-info {
  border: none;
  font-family: 'Lato' !important;
  margin-bottom: 15px;
}
a:focus {
  background: transparent !important;
}
.woocommerce-cart tr.woocommerce-cart-form__cart-item.cart_item td.product-name {
  text-align: left;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive th {
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive th.product-name {
  text-align: left;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive tbody td {
  border-color: #ccc;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive tbody td.product-thumbnail a img {
  border-radius: 4px;
  border: 1px solid #ccc;
  aspect-ratio: 1;
  object-fit: cover;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive td.actions {
  width: 100% !important;
  max-width: 100% !important;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive td.actions .coupon input#coupon_code {
  border: 1px solid #ccc;
  height: 45px;
  margin: 0;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive td.actions  button.button {
  background: #9f1f22;
  border: none;
  height: 45px;
  font-size: 16px;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive td.actions .coupon {
  display: flex;
  align-items: center;
  position: relative;
}
.woocommerce .cart-collaterals h2 {
  font-family: 'Lato' !important;
  letter-spacing: 0 !IMPORTANT;
  margin: 0 0 20px;
}
.woocommerce .cart-collaterals th, .woocommerce .cart-collaterals td {
  border-color: #ccc;
}
.wc-proceed-to-checkout a {
  background: #252d65 !important;
  border-color: #252d65 !important;
  border-radius: 30px !important;
  padding: 6px 10px;
  font-family: 'Lato' !important;
}
.wc-proceed-to-checkout a:hover {
  color: #fff !important;
  text-decoration: none !IMPORTANT;
}
tr.woocommerce-shipping-totals.shipping label {
  font-size: 14px;
  font-weight: bold;
}
.cart_totals{
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  padding: 20px;
  border-radius: 11px;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive tbody td.product-artwork {
  text-align: center !IMPORTANT;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive th.product-artwork {
  text-align: center;
}
td.product-remove a.remove:hover {
  background: #9f1f22;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive td.actions .coupon button.button:focus,.woocommerce .woocommerce-cart-form .shop_table_responsive td.actions .coupon input:focus  {
  outline: none;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive td.actions .coupon  p#coupon-error-notice {
  position: absolute;
  bottom: 0;
  left: 100%;
  min-width: 100%;
  padding-left: 10px;
}
.woocommerce-cart .woocommerce {
  width: 100%;
  max-width: 100% !important;
  padding: 0;
}
.woocommerce-shop ul.products .product {
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  overflow: hidden;
  border: 1px solid #ccc;
}
.woocommerce ul.products li.product img {
  aspect-ratio: 16/12;
  width: 100% !important;
  max-width: 100% !IMPORTANT;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}
.woocommerce-shop ul.products .product  h2 {
  font-size: 18px;
  padding: 15px;
  text-align: center;
  color: #505050;
  line-height: 24px;
}
.woocommerce ul.products li.product img {
  width: 100% !important;
  max-width: 100% !IMPORTANT;
  overflow: hidden;
}
.woocommerce ul.products li.product a.button.product_type_simple, .woocommerce ul.products li.product a.lumise-button {
  background: #9f1f22 !important;
  border-color: #9f1f22 !important;
  border-radius: 30px;
  font-size: 16px;
  padding: 6px 12px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 20px;
  font-family: 'Lato' !important;
  line-height: 20px;
  height: 38px;
  display: flex;
  align-items: center;
}
.woocommerce-shop ul.products .product span.price {
  font-size: 18px;
  padding: 0 15px;
  text-align: center;
  color: #505050;
  line-height: 24px;
}
.cart_totals th, .cart_totals td {
  font-family: 'Lato' !important;
}
a.button.product_type_variable.add_to_cart_button {
  width: auto;
  margin: 0 auto 20px;
}
ul.page-numbers a:focus, ul.page-numbers span:focus {
  color: #000;
  background: #f1f1f1;
}
.woocommerce ul.products li.product a.button.product_type_simple:hover,.woocommerce ul.products li.product a.lumise-button:hover {
  background: #252d65 !important;
  border-color: #252d65 !important;
}
.woocommerce ul.products.columns-4 li.product {
  width: calc(25% - 30px)!important;
  margin: 0 15px 30px 15px;
}
ul.page-numbers a, ul.page-numbers span {
  background: #f1f1f1;
  border-radius: 10px;
  color: #000;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
ul.page-numbers span.page-numbers.current {
  background: #9f1f22;
  color: #fff;
}
ul.page-numbers {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-align: center;
  flex-wrap: wrap;
  margin-top: 20px !IMPORTANT;
}
ul.page-numbers a:hover {
  background: #9f1f22;
  color: #fff;
}
form.woocommerce-ordering select.orderby {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: 'Lato' !important;
}
form.woocommerce-ordering select.orderby:focus{
  outline: none;
}
ul.products.columns-4 {
  width: 100%;
  min-width: 100%;
}
ul.products.columns-4::before, ul.products.columns-4::after {
  content: unset;
}
.woocommerce-shop div#primary {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
form#woocommerce-checkout-form-coupon input#coupon_code {
  border: 1px solid #ccc;
  height: 45px;
}
form#woocommerce-checkout-form-coupon button.button {
  background: #9f1f22;
  border: none;
  height: 45px;
  font-size: 16px;
}
form#woocommerce-checkout-form-coupon {
  display: flex;
}
form#woocommerce-checkout-form-coupon p {
  margin: 0;
  padding: 0;
}
form#woocommerce-checkout-form-coupon {
  display: flex;
  margin-bottom: 30px;
}
form#woocommerce-checkout-form-coupon input {
  border: 1px solid #ccc !important;
  height: 45px;
  font-family: 'Lato' !important;
}
form#woocommerce-checkout-form-coupon input:focus {
  outline: unset;
}
form#woocommerce-checkout-form-coupon button.button {
  background: #9f1f22;
  border: none;
  height: 45px;
  font-size: 16px;
  border-radius: 3px;
  font-family: 'Lato' !important;
}
.woocommerce-checkout .woocommerce .woocommerce-info a.showcoupon:focus {
  color: #000 !important;
}
form#woocommerce-checkout-form-coupon p.form-row.form-row-first {
  margin-right: 10px;
}
form#woocommerce-checkout-form-coupon button.button:focus, form#woocommerce-checkout-form-coupon button.button:hover {
  color: #fff !important;
  outline: none;
}
button#place_order:focus {
  outline: none;
}
a.button.wc-backward {
  background: #252d65 !important;
  border-color: #252d65 !important;
  border-radius: 30px;
  font-family: 'Lato' !important;
  max-width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  padding: 10px 30px;
}
p.return-to-shop {
  display: flex;
  justify-content: center;
}
.cart-empty.woocommerce-info {
  border-color: #9f1f22;
  font-family: 'Lato' !important;
  padding: 20px 20px;
}
a.button.wc-backward:hover {
  color: #fff;
  text-decoration: none !IMPORTANT;
}
.product .summary a#lumise-customize-button:focus {
  background: #252d65 !important;
}
.woocommerce-info {
  padding: 20px;
}
.woocommerce-info a.showlogin:focus {
  color: #000 !important;
  text-decoration: none !important;
}
form.woocommerce-form.woocommerce-form-login.login input {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  height: 40px;
  font-size: .9375rem;
}
form.woocommerce-form.woocommerce-form-login.login label {
  font-size: 16px;
  font-family: 'Lato' !important;
  margin-bottom: 4px;
  display: block;
  width: 100%;
}
form.woocommerce-form.woocommerce-form-login.login span.password-input {
  width: 100%;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
  background: #9f1f22 !important;
  border: none;
  height: 45px;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Lato' !important;
  margin-top: 20px;
}
button.woocommerce-button.button.woocommerce-form-login__submit:hover {
 color:#fff !important;
}
form.woocommerce-form.woocommerce-form-login.login input:focus {
  outline: none;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: flex !important;
  gap: 5px;
  align-items: center;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input#rememberme {
  width: 30px;
  height: 20px;
  max-width: 20px;
  padding: 0;
}
button:focus {
  outline: none !important;
}
#product_help_template #ProductDetails .templateList .sizeNameVal_blk a#download_full_118:focus {
  background: #9f1f22 !important;
  border-color: #9f1f22 !IMPORTANT;
  text-decoration: none !important;
}
#product_help_template #ProductDetails .templateList .sizeNameVal_blk a#preview_full_118:focus {
  color: #505050;
  text-decoration: none;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead {
  border-bottom: 1px solid #ccc;
}
section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses::before, section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses::after {
  content: unset;
}
section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
  max-width: 100%;
  font-family: 'Lato' !important;
  flex: 1;
}
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
  max-width: 100%;
  flex: 1;
}
footer.entry-footer.default-max-width {
  background: transparent !important;
}
a#ajax-add-to-cart {
  margin-top: 15px;
  padding: 8px 25px;
  border: 1px solid #ccc;
  border-radius: 7px;
  background: #000;
  color: #fff !important;
}
a#ajax-add-to-cart:hover,a#ajax-add-to-cart:focus {
  background: transparent;
  color: #666 !important;
  text-decoration: none !important;
}
.landing_page .artwork-right input[type="radio"] {
  height: 19px !important;
  width: 19px !important;
  border: 1px solid #b9b9b9 !important;
  margin: 0;
  position: relative;
  top: 4px;
}
.landing_page .artwork-right input[type="radio"]::after {
  background: #4a4a4a !important;
}
.landing_page .artwork-right input[type="radio"]:focus {
  outline: none;
}
td.actions button.button[value="Update cart"] {
  display: none;
}
.extra-xxl-cus span {
  padding-right: 10px;
  padding-left: 5px;
}
.extra-xxl-cus label {
  margin-top: 10px;
}
.woocommerce .content-area {
  padding: 0;
}
.btn-outer-cls {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
/*********01-12-2025*********/
@media only screen and (max-width: 1199px) {
  .woocommerce .woocommerce-cart-form .shop_table_responsive tbody td.product-thumbnail {
    max-width: 200px;
}
  .file-upload-wrapper {
    width: 100%;
}
  .upload-artwork-page .landing_page .uploadForm {
    width: calc(100% - 30% - 30px);
}
.upload-artwork-page .landing_page div#product_help_template {
    width: 30%;
}
  #product_help_template #ProductDetails .templateList .sizeNameVal_blk a {
    font-size: 14px;
}
    .quote-card-row {
    align-items: start;
}
	.product-main-outer div#quote-form-custom {
    gap: 50px;
}
#quote-form-custom div#quote-left {
    width: calc(68% - 50px);
}
  .single-product .summary {
    margin-bottom: 0;
}
  .woocommerce-product-gallery {
    max-width: 100%;
}
  .product  .tabs-inside-image div#tab-description {
    margin-bottom: 0;
}
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
}
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
}
  .product .summary h1 {
    font-size: 32px !important;
}
  .customer-service-wrp a {
    font-size: 30px;
}
  .bottom-footer-list-wrp ul {
    flex-wrap: wrap;
    justify-content: center;
}
  .top-footer-min-outer {
    padding: 20px 15px;
}
  .photoprint-container {
    position: absolute;
  }
  .artwork-page div#middle-content {
    padding: 0;
}
}
.photoprint-container .fancybox-close-small::after {
  top: 15px;
  right: 15px;
}
.photoprint-container .photoprint-navigation {
  display: none;
}
.photoprint-container .photoprint-editable-options .floating-label {
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  font-size: 0.8rem;
  top: -12px;
  left: 5px;
  background: #ffffff;
  padding: 0.1rem 0.5rem;
}
.photoprint-container .photoprint-editable-options .btn-link {
  color: #333333;
  word-break: normal;
}
.photoprint-container .photoprint-editable-options .btn-link:disabled, .photoprint-container .photoprint-editable-options .btn-link.disabled {
  color: #999;
}
.photoprint-container .photoprint-editable-options .btn-outline-secondary {
  line-height: 1.4;
  background: transparent;
  border-color: #505050;
  color: #505050;
}
.photoprint-container .photoprint-editable-options .btn-outline-secondary:hover {
  background: #505050;
  color: #ffffff;
}
.photoprint-container .photoprint-editable-options .btn-outline-secondary:hover i {
  color: #ffffff !important;
}
.photoprint-container .photoprint-editable-options .photoprint-action-items .photoprint-border-color-none {
  padding: 0.25rem 0.35rem;
}
.photoprint-container .photoprint-editable-options .photoprint-action-items .fa-horizontal-rule {
  transform: rotate(-45deg);
}
.photoprint-container .photoprint-editable-options .photoprint-action-items .custom-select {
  max-height: 35px;
  padding-left: 0.35rem;
  max-width: 80px;
  font-size: 14px;
  font-size: 0.875rem;
}
.photoprint-container .photoprint-editable-options .photoprint-action-items img {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.photoprint-container .photoprint-editable-options .photoprint-action-items .photoprint-adjust-arrow {
  width: 60px;
}
.photoprint-container .photoprint-editable-options .photoprint-action-items .photoprint-adjust-arrow li .btn-link {
  line-height: initial;
}

.photoprint-tool-open .photoprint-toolbar-out > button {
  display: none;
}
.photoprint-tool-open .position-relative-popup {
  position: relative;
}
.photoprint-tool-open .position-relative-popup .photoprint-quality {
  top: 0;
  left: 0;
  background: transparent;
  border: 0;
  z-index: 9;
}
.photoprint-tool-open .modal-header {
  display: block;
}
.photoprint-tool-open .photoprint-navigation {
  display: block;
}
.photoprint-tool-open .photoprint-navigation .photoprint-arrow {
  position: absolute;
  height: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.photoprint-tool-open .photoprint-navigation .photoprint-arrow--left {
  left: 10px;
}
@media(max-width:768px){
  form.woocommerce-shipping-calculator section#shipping-calculator-form .select2-selection, form.woocommerce-shipping-calculator section#shipping-calculator-form input {
    text-align: left;
}
  form.woocommerce-shipping-calculator section#shipping-calculator-form .select2-selection, form.woocommerce-shipping-calculator section#shipping-calculator-form input {
    text-align: left;
}
  .woocommerce .woocommerce-cart-form .shop_table_responsive tbody td {
    background: transparent !important;
}
.woocommerce table.shop_table_responsive tr:first-child, .woocommerce-page table.shop_table_responsive tr:first-child {
  border-top: transparent !important;
}
td.product-artwork {
  display: flex !important;
  justify-content: space-between !IMPORTANT;
  width: 100%;
}
td.actions {
  padding: 20px 0 0;
}
td.actions input#coupon_code {
  background: transparent;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive td.actions .coupon button.button {
  background: #9f1f22 !important;
  color: #fff !important;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive td.actions button.button {
  background: #9f1f22 !important;
  color: #fff !important;
  opacity: 1 !IMPORTANT;
}
.cart_totals td {
  background: transparent !important;
}
.cart_totals tr.woocommerce-shipping-totals.shipping td {
  border: none;
}
.wc-proceed-to-checkout {
  display: flex;
}
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
  font-size: 18px;
  padding: 10px 10px;
}
}
@media only screen and (max-width: 767px) {
  ul.page-numbers {
    margin-bottom: 20px !IMPORTANT;
}
  form.checkout.woocommerce-checkout .col-12 {
    padding: 0;
}
  .upload-artwork-page div#middle-content {
    padding: 0;
}
.upload-artwork-page .container {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
  .upload-artwork-page .landing_page {
    flex-direction: column;
}
  div.upload-artwork-page .landing_page .uploadForm {
    width: 100%;
}
div.upload-artwork-page .landing_page div#product_help_template {
    width: 100%;
    max-width: 100%;
}
  .page-header h1 {
    font-size: 20px;
}
    label.file-upload-label span img {
    max-width: 24px;
}
    div#quantity-wrapper {
    flex-direction: row !IMPORTANT;
        width: 100% !important;
}
    .product-main-outer div#additional-fields {
    row-gap: 10px;
}
  section.related.products .button {
    font-size: 16px !important;
}
  .woocommerce section.related.products ul.products li {
    width: calc(33.3% - 10px) !important;
}
  section.related.products ul.products {
    flex-direction: row !important;
    gap: 10px;
}
  .photoprint-tool-open .photoprint-navigation .photoprint-arrow--left {
    left: -15px;
  }
}
.photoprint-tool-open .photoprint-navigation .photoprint-arrow--right {
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .photoprint-tool-open .photoprint-navigation .photoprint-arrow--right {
    right: -15px;
  }
}
.photoprint-tool-open .photoprint-editable-options {
  display: flex;
  justify-content: center;
}
.photoprint-tool-open .photoprint-editable-options .photoprint-border-width {
  padding: 0.2rem;
  min-width: 50px;
}
@media only screen and (max-width: 767px) {
  .photoprint-tool-open .photoprint-editable-options {
    flex-wrap: wrap;
  }
  .photoprint-tool-open .photoprint-editable-options .border-box {
    margin-bottom: 1rem;
  }
}
.photoprint-tool-open .photoprint-container {
  height: 700px;
  width: 750px;
  padding: 1rem;
}
.photoprint-tool-open .photoprint-container .photoprint-inner {
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .photoprint-tool-open .photoprint-container {
    height: 100vh;
    width: 100%;
    padding: 1rem;
    margin: 0 auto;
    top: 0;
  }
  .photoprint-tool-open .photoprint-container .photoprint-inner {
    width: 300px;
    height: 300px;
  }
  .photoprint-tool-open .photoprint-container .fancybox-close-small::after {
    top: 0;
    right: 5px;
  }
}

.print_details_modal {
  width: 100%;
  max-width: 1170px;
}
@media only screen and (max-width: 574px) {
  .print_details_modal {
    width: auto !important;
  }
}
.print_details_modal .tab-content {
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media only screen and (max-width: 1199px) {
  .fancybox__content .print_details_modal {
    width: 100% !important;
  }
  .dyanamicHelpTemplate {
    max-width: 35%;
    flex: 35%;
}
div#product_help_template {
    max-width: 65%;
    flex: 65%;
}
#product_help_template #ProductDetails .templateList .sizeNameVal_blk {
    flex-direction: column;
    gap: 10px;
}
#product_help_template #ProductDetails .templateList .sizeNameVal_blk a {
    width: 100%;
}
.predefinedTemplate h3 {
    font-size: 16px;
}
}

.print_details_modal:not(.print_builder) .fancybox-modal-body {
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}

/****** print details popup on cart and order page *****/
div[id*=print_details] {
  width: 80%;
  height: 600px;
}

.custom-range::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0;
  background: #e0e0e0;
  background: -webkit-gradient(bottom, from(#e0e0e0), to(#fff));
  background: -webkit-linear-gradient(bottom, #e0e0e0, #fff);
  background: -moz-linear-gradient(bottom, #e0e0e0, #fff);
  background: -ms-linear-gradient(bottom, #e0e0e0, #fff);
  background: -o-linear-gradient(bottom, #e0e0e0, #fff);
  margin-top: -0.5rem;
  position: relative;
  z-index: 9;
}

.custom-range::-moz-range-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0;
  background: #e0e0e0;
  background: -webkit-gradient(bottom, from(#e0e0e0), to(#fff));
  background: -webkit-linear-gradient(bottom, #e0e0e0, #fff);
  background: -moz-linear-gradient(bottom, #e0e0e0, #fff);
  background: -ms-linear-gradient(bottom, #e0e0e0, #fff);
  background: -o-linear-gradient(bottom, #e0e0e0, #fff);
  margin-top: -0.5rem;
  position: relative;
  z-index: 9;
}

.custom-range::-ms-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0;
  background: #e0e0e0;
  background: -webkit-gradient(bottom, from(#e0e0e0), to(#fff));
  background: -webkit-linear-gradient(bottom, #e0e0e0, #fff);
  background: -moz-linear-gradient(bottom, #e0e0e0, #fff);
  background: -ms-linear-gradient(bottom, #e0e0e0, #fff);
  background: -o-linear-gradient(bottom, #e0e0e0, #fff);
  margin-top: -0.5rem;
  position: relative;
  z-index: 9;
}

/*.custom-range:focus::-webkit-slider-thumb{@include linear-gradient(to top, rgba(220,220,220,1) 0%, rgba(221,221,221,1) 50%, rgba(255,255,255,1) 100%);}
.custom-range:focus::-ms-slider-thumb{@include linear-gradient(to top, rgba(220,220,220,1) 0%, rgba(221,221,221,1) 50%, rgba(255,255,255,1) 100%); box-shadow:none;}
.custom-range:focus::-moz-slider-thumb{@include linear-gradient(to top, rgba(220,220,220,1) 0%, rgba(221,221,221,1) 50%, rgba(255,255,255,1) 100%);}
.custom-range::-webkit-slider-thumb:active{@include linear-gradient(to top, rgba(220,220,220,1) 0%, rgba(221,221,221,1) 50%, rgba(255,255,255,1) 100%);}
.custom-range::-ms-slider-thumb:active{@include linear-gradient(to top, rgba(220,220,220,1) 0%, rgba(221,221,221,1) 50%, rgba(255,255,255,1) 100%);}
.custom-range::-moz-slider-thumb:active{@include linear-gradient(to top, rgba(220,220,220,1) 0%, rgba(221,221,221,1) 50%, rgba(255,255,255,1) 100%);}
*/
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  background: #666;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 0;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 5px;
  -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  background: #666;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 0;
}

.custom-range::-ms-track {
  width: 100%;
  height: 5px;
  -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  background: #666;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 0;
}

.image_column .card {
  background-color: #f8f9fa;
}

.photoprint-tool-open .photoprint-container {
  left: 0;
}

.buynow-flow .cart-icon {
  position: relative;
  padding-left: 2.7rem !important;
}
@media only screen and (min-width: 768px) {
  .buynow-flow .cart-icon {
    padding-left: 3rem !important;
  }
}
.buynow-flow .cart-icon::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.85rem;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: -0.3125rem;
  left: 0;
  background: #f4f4f4;
  border: 1px solid #d5d5d5;
  color: #d5d5d5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .buynow-flow .cart-icon::before {
    top: -0.5625rem;
    left: 0;
    font-size: 1rem;
    width: 2.375rem;
    height: 2.375rem;
  }
}
.buynow-flow .cart-icon::after {
  content: "";
  width: 1px;
  height: calc(100% - 1.875rem);
  position: absolute;
  top: 2.5rem;
  left: 1rem;
  background: repeating-linear-gradient(to bottom, #d5d5d5 0, #d5d5d5 2px, transparent 2px, transparent 5px);
}
@media only screen and (min-width: 768px) {
  .buynow-flow .cart-icon::after {
    left: 1.25rem;
  }
}
.buynow-flow .cart-icon.active::before {
  background: #28a745;
  border-color: #28a745;
  color: #ffffff;
}
.buynow-flow .cart-icon.active::after {
  background: repeating-linear-gradient(to bottom, #28a745 0, #28a745 2px, transparent 2px, transparent 5px);
}
.buynow-flow .cart-icon:last-of-type::after {
  display: none;
}
.buynow-flow .cart-icon.userShippingDetails::before {
  content: "\f0e0";
}
.buynow-flow .cart-icon#shipping::before {
  content: "\f48b";
}
.buynow-flow .cart-icon#payment::before {
  content: "\f555";
}
.buynow-flow #shipping .address-dropdown {
  max-width: 100%;
}

#add_cart form#frmadditionalinfo > .row {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin: 0 !important;
}
#add_cart form#frmadditionalinfo > .row > .col-12 {
  float: none !important;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0.3rem 0 !important;
  padding: 0 !important;
}
/*# sourceMappingURL=common1.css.map */

.woocommerce-checkout form .col2-set {
    width: 60%;
}

.woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading {
    width: 40%;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
    border-collapse: separate;
    border-spacing: 0 10px; /* horizontal | vertical */
}


@media (max-width:1366px){
  .middle-footer-three-box-wrp { gap: 15px; }
 .contact-us-left-ftr-col, .subscribe-frm-custom { width: calc(25% - 11.25px); }
}
@media (max-width:1200px){
   .contact-us-left-ftr-col,  .subscribe-frm-custom { width: calc(50% - 10px); }
 .middle-footer-three-box-wrp { row-gap: 30px; column-gap: 20px; }
 .footer-widget ul.menu li  { width: 100%; }
 .subscribe-here-left h3{ text-align: left; }
.social-so-wrp.contact-us-left-ftr-col{ text-align: left; }
 ul.social-media-wrp{ justify-content: flex-start; }
.enter-email-id-paragraph-iput p{ text-align: left; text-align-last:left; margin-bottom: 0; }
}
@media (max-width:1071px){
.woocommerce-checkout #wc-clover_payments-cc-form .card-row-center .date-container {
    margin-bottom: 22px;
}
}
@media (max-width:768px){
  .woocommerce-checkout form .col2-set, .woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading {
    width: 100%;
}
 .woocommerce-checkout fieldset#wc-clover_payments-cc-form {
    padding: 0;
}
.woocommerce-checkout #wc-clover_payments-cc-form .card-row-center .date-container {
    margin-bottom: unset;
}
.custom-page .landing_page .color-popup h3 { font-size: 18px; }
.color-popup{ padding: 15px; }
}

@media (max-width:575px){
  .middle-footer-three-box-wrp { flex-direction: column; }
 .footer-widget ul.menu li  { width: calc(50% - 10px); }
 .contact-us-left-ftr-col, .subscribe-frm-custom{ width: 100%; }
}

@media (max-width:380px){
 .woocommerce-checkout #wc-clover_payments-cc-form .card-row-center .date-container {
    margin-bottom: 22px;
}
}