@charset "UTF-8";
/*************** background opacity and gradient *******************/
/*************** Shadow *******************/
/*************** Transform *******************/
/*************** Transition *******************/
/*************** Animation *******************/
/*************** Media Query *******************/
@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;
}
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;
}
@media only screen and (max-width: 767px) {
  body {
    cursor: pointer;
  }
}

: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;
}

.page-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}
.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;
}

@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;
}

/*#additional_info_accordion {
	.accordion-toggle {
		i {display: none;}
		&.collapsed {
	    	i {display: block;}
		}
	}
}*/
/**** 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;
}
.popover .popover-body > .help_popup { /* max-height:600px; overflow-y:auto; padding : 1rem; */ }

/**** 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 p {
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  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 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 {
  /*****tablet and up view*****/
  /*****/
}
.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 {
  /* &:not(:last-child) {
  	> a {border-bottom:1px solid #ccc;}
  }*/
}
.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) {
  .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 Pro";
  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;
}

/**** 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) {
  #quote_listing #listing_quote .actionLinks span a:nth-of-type(4)::before {
    content: none;
  }
}

/**** 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 Pro";
  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;
}

/* 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;
}
@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;
}
@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) {
  #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;
}
@media only screen and (max-width: 1199px) {
  .photoprint-container {
    position: absolute;
  }
}
.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 only screen and (max-width: 767px) {
  .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;
  }
}

.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 */
