/*Fonts path*/
/*Fonts path end*/
/*************** background opacity and gradient *******************/
/*************** Shadow *******************/
/*************** Transform *******************/
/*************** Transition *******************/
/***********Blur*********/
/*************** Animation *******************/
/*************** Filter *******************/
/*************** Media Query *******************/
/* Branding Theme CSS For All Themes */
.zoom:hover {
  background: #333366;
  background: rgba(51, 51, 102, 0.75);
}

/***** Header tag CSS *****/
.page-header {
  color: #f05a28;
}
.page-header h1 small {
  color: #666666 !important;
}
.page-header .btn-link > i {
  vertical-align: unset;
}

.page-section-header {
  color: #f05a28;
}
.page-section-header span {
  color: #333333;
}

.page-sub-header {
  color: #333366;
}

.table .thead-light th, .table .thead th, .table thead th {
  color: #333333 !important;
  background: transparent;
  border-bottom-color: #333333;
}

/***** Anchor tag css ******/
a {
  color: #f05a28;
  -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;
}
a:hover {
  color: #333366;
  text-decoration: none;
}

/***** Button ******/
.btn {
  -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;
  white-space: normal;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.btn:focus, .btn.focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}

.btn-primary {
  background: #333366;
  border-color: #333366;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active:focus {
  background: color-mix(in srgb, #000000 25%, #333366);
  border-color: color-mix(in srgb, #000000 25%, #333366);
}
.btn-primary.disabled, .btn-primary:disabled {
  background: #333366;
  border-color: #333366;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-info {
  background: #f05a28;
  border-color: #f05a28;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
}
.btn-info:hover, .btn-info:focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active:focus {
  background: color-mix(in srgb, #000000 25%, #f05a28);
  border-color: color-mix(in srgb, #000000 25%, #f05a28);
}
.btn-info.disabled, .btn-info:disabled {
  background: #f05a28;
  border-color: #f05a28;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-secondary {
  background: #666666;
  border-color: #666666;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  background: color-mix(in srgb, #000000 25%, #666666);
  border-color: color-mix(in srgb, #000000 25%, #666666);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background: #666666;
  border-color: #666666;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-success {
  background: #f05a28;
  border-color: #f05a28;
}
.btn-success:hover, .btn-success:focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active:focus {
  background: color-mix(in srgb, #000000 25%, #f05a28);
  border-color: color-mix(in srgb, #000000 25%, #f05a28);
}
.btn-success.disabled, .btn-success:disabled {
  background: #f05a28;
  border-color: #f05a28;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

/***** Outline Button ******/
.btn-outline-primary {
  background: transparent;
  border-color: #333366;
  color: #333366;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  background: #333366;
  color: #ffffff;
  border-color: #333366;
}

.btn-outline-secondary {
  background: transparent;
  border-color: #666666;
  color: #666666;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  background: #666666;
  color: #ffffff;
  border-color: #666666;
}

.btn-outline-info {
  background: transparent;
  border-color: #f05a28;
  color: #f05a28;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active:focus {
  background: #f05a28;
  color: #ffffff;
  border-color: #f05a28;
}

/***** Link Button ******/
.btn-link {
  color: #333333;
  word-break: break-word;
}
.btn-link:hover, .btn-link:focus {
  color: #f05a28;
}
.btn-link:disabled, .btn-link.disabled {
  color: #f05a28;
}

/***** Border Color *****/
.border-primary {
  border-color: #333366 !important;
}

.border-info {
  border-color: #f05a28 !important;
}

.border-secondary {
  border-color: #666666 !important;
}

/**** loader ****/
.loading {
  border-color: transparent #f05a28;
}

#loading-text {
  color: #f05a28;
}

/***** Text Color *****/
.text-primary {
  color: #333366 !important;
}

.text-info {
  color: #f05a28 !important;
}

.text-secondary {
  color: #666666 !important;
}

/* Badge CSS */
.badge-primary {
  background: #333366;
}

.badge-info {
  background: #f05a28;
}

/***** Text-Color with Anchor Tag *****/
a.text-primary:hover, a.text-primary:focus {
  color: color-mix(in srgb, #000000 25%, #333366) !important;
}

a.text-info:hover, a.text-info:focus {
  color: color-mix(in srgb, #000000 25%, #f05a28) !important;
}

/***** background-Color *****/
.bg-primary {
  background-color: #333366 !important;
}

.bg-info {
  background-color: #f05a28 !important;
}

.bg-secondary {
  background-color: #666666 !important;
}

/***** Dropdown-color *****/
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
  background-Color: #f2f2f2;
  color: #f05a28 !important;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #333366;
}

.bootstrap-select .dropdown-menu li.active small {
  color: #f05a28 !important;
}
.bootstrap-select > .dropdown-toggle small {
  color: #333366 !important;
}
.bootstrap-select > .dropdown-toggle {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/***** Radio button color *****/
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f05a28 !important;
  border-color: #f05a28;
  box-shadow: none;
}

/***** Checkbox color *****/
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f05a28 !important;
  border-color: #f05a28;
  box-shadow: none;
}

/***** Input border-color on focus *****/
.form-group .input-valid ~ .col-form-label {
  color: #f05a28;
}
.form-group .form-control + .input-group-append .input-group-text {
  border-radius: 0 4px 4px 0 !important;
  -moz-border-radius: 0 4px 4px 0 !important;
  -webkit-border-radius: 0 4px 4px 0 !important;
}
.form-group + .input-group-prepend .input-group-text:last-child {
  border-radius: 0 4px 4px 0 !important;
  -moz-border-radius: 0 4px 4px 0 !important;
  -webkit-border-radius: 0 4px 4px 0 !important;
}

/**** pagination ****/
.page-item.active .page-link {
  background: #333366;
  border-color: #333366;
}

/**** search dropdown****/
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
  background-color: #f2f2f2;
}
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor strong, .tt-dropdown-menu .tt-suggestion.tt-is-under-cursor a {
  color: #f05a28;
}
.tt-dropdown-menu .tt-suggestion a {
  color: #333333;
}
.tt-dropdown-menu .tt-suggestion a strong {
  color: #333333;
}
.tt-dropdown-menu .tt-suggestion:hover strong {
  color: #f05a28 !important;
}

/**** Account Page CSS ****/
.account-links a:hover .cicon {
  color: #333366;
}

.account_dashboard_box h4 {
  color: #f05a28;
}

/**** JQUERY UPLOADER START ****/
.bar {
  background-color: #333366;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #333366;
  background-color: #333366;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #bbbbbb;
}

.form-control, .custom-select {
  -webkit-transition: 0.2s ease-in-out 0s;
  -moz-transition: 0.2s ease-in-out 0s;
  -ms-transition: 0.2s ease-in-out 0s;
  -o-transition: 0.2s ease-in-out 0s;
  transition: 0.2s ease-in-out 0s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.form-control:focus, .custom-select:focus {
  border-color: #333366;
}
.form-control:focus + .input-group-append .input-group-text, .custom-select:focus + .input-group-append .input-group-text {
  border-color: #333366;
}
.form-control:focus ~ .col-form-label, .custom-select:focus ~ .col-form-label {
  color: #333366;
}
.form-control#filterSearch, .custom-select#filterSearch {
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}

@media only screen and (min-width: 1248px) {
  .input-group .form-control.custom-select, .input-group .form-control#shareLink {
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
  }
}
@media only screen and (min-width: 1248px) {
  .input-group .form-control:not(:last-child):not(:first-child) {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
}
.input-group #search-box, .input-group #shareLink, .input-group #copy_msg {
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}
.input-group .esc-search .btn {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .input-group:has(.input-group-append) .form-control, .input-group:has(.input-group-prepend) .form-control, .input-group:has(.input-group-text) .form-control {
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
  }
}
.input-group:has(.input-group-append) .search_btn, .input-group:has(.input-group-append) #Submit, .input-group:has(.input-group-append) #pricecalc, .input-group:has(.input-group-append) #redeem, .input-group:has(.input-group-prepend) .search_btn, .input-group:has(.input-group-prepend) #Submit, .input-group:has(.input-group-prepend) #pricecalc, .input-group:has(.input-group-prepend) #redeem, .input-group:has(.input-group-text) .search_btn, .input-group:has(.input-group-text) #Submit, .input-group:has(.input-group-text) #pricecalc, .input-group:has(.input-group-text) #redeem {
  border-radius: 0 4px 4px 0 !important;
  -moz-border-radius: 0 4px 4px 0 !important;
  -webkit-border-radius: 0 4px 4px 0 !important;
}
.input-group:has(.input-group-append) .search_btn i, .input-group:has(.input-group-append) #Submit i, .input-group:has(.input-group-append) #pricecalc i, .input-group:has(.input-group-append) #redeem i, .input-group:has(.input-group-prepend) .search_btn i, .input-group:has(.input-group-prepend) #Submit i, .input-group:has(.input-group-prepend) #pricecalc i, .input-group:has(.input-group-prepend) #redeem i, .input-group:has(.input-group-text) .search_btn i, .input-group:has(.input-group-text) #Submit i, .input-group:has(.input-group-text) #pricecalc i, .input-group:has(.input-group-text) #redeem i {
  padding-right: 0 !important;
}
.input-group:has(.input-group-append) .email_validate, .input-group:has(.input-group-append) #popup_password_signup, .input-group:has(.input-group-prepend) .email_validate, .input-group:has(.input-group-prepend) #popup_password_signup, .input-group:has(.input-group-text) .email_validate, .input-group:has(.input-group-text) #popup_password_signup {
  border-radius: 4px 0 0 4px !important;
  -moz-border-radius: 4px 0 0 4px !important;
  -webkit-border-radius: 4px 0 0 4px !important;
}
.input-group:has(.input-group-append) .input-group-text:last-child, .input-group:has(.input-group-prepend) .input-group-text:last-child, .input-group:has(.input-group-text) .input-group-text:last-child {
  border-radius: 0 4px 4px 0 !important;
  -moz-border-radius: 0 4px 4px 0 !important;
  -webkit-border-radius: 0 4px 4px 0 !important;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.input-group:has(.input-group-prepend):has(.form-control):has(.input-group-append) .input-group-append > .btn {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}
@media only screen and (min-width: 768px) {
  .input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }
}

#horizontal_box #Submit {
  border-radius: 0 20px 20px 0 !important;
  -moz-border-radius: 0 20px 20px 0 !important;
  -webkit-border-radius: 0 20px 20px 0 !important;
}
@media only screen and (min-width: 768px) {
  #horizontal_box #Submit {
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
  }
}

#download_pricecalc, #redeem_reward {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.form-horizontal #srch {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.dropdown-menu {
  padding-block: 0;
}

.filter-option {
  align-content: center;
}

.rounded-lg, .modal-content, .list-group-item-warning {
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}

.carousel-control-next, .carousel-control-prev {
  width: auto;
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon,
.slick-arrow {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  min-width: 2.1875rem;
  min-height: 2.1875rem;
  background: none;
  align-content: center;
  background: #333366 !important;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.35);
  border: 0.0625rem solid #333366 !important;
  z-index: 2;
}
.carousel-control-prev-icon::before,
.carousel-control-next-icon::before,
.slick-arrow::before {
  font-family: "Font Awesome 6 Pro" !important;
  opacity: 1 !important;
  font-size: 1rem !important;
  color: #fff !important;
  align-content: center;
}
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover,
.slick-arrow:hover {
  background: #fff !important;
  border: 0.0625rem solid #333366 !important;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.15);
}
.carousel-control-prev-icon:hover::before,
.carousel-control-next-icon:hover::before,
.slick-arrow:hover::before {
  color: #333366 !important;
}

.carousel-control-prev-icon::before,
.slick-prev::before {
  content: "\f104" !important;
}

.carousel-control-next-icon::before,
.slick-next::before {
  content: "\f105" !important;
}

.pager .list-inline-item > .btn {
  padding: 0;
  border: 0;
}

.slick-disabled {
  opacity: 0.7 !important;
}

.card {
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -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;
}
.card .card-header {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.card .card-img-top, .card .bg-overlay {
  border-radius: 0.25rem 0.25rem 0 0;
  -moz-border-radius: 0.25rem 0.25rem 0 0;
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: color-mix(in srgb, #ffffff 45%, #333366);
}
.custom-switch .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: color-mix(in srgb, #ffffff 45%, #333366);
  border-color: color-mix(in srgb, #ffffff 45%, #333366);
}

.dyanamicHelpTemplate .categoryFilter, .dyanamicHelpTemplate .categoryDropdown {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.dyanamicHelpTemplate .pCategoryHeader .custom-control-label {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/***** Accessibility - Focus Styles *****/
a:focus, button:focus, input:focus, select:focus, textarea:focus, [tabindex]:focus {
  outline: 2px solid #f05a28;
  outline-offset: 2px;
}
a:focus:not(:focus-visible), button:focus:not(:focus-visible), input:focus:not(:focus-visible), select:focus:not(:focus-visible), textarea:focus:not(:focus-visible), [tabindex]:focus:not(:focus-visible) {
  outline: none;
}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid #f05a28;
  outline-offset: 2px;
}

.btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(240, 90, 40, 0.4) !important;
  outline: 2px solid #f05a28;
  outline-offset: 2px;
}

.nav-link:focus-visible {
  outline: 2px solid #f05a28;
  outline-offset: 2px;
}

/***** Accessibility - Screen Reader Only *****/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Custom CSS Here */
html {
  scroll-behavior: smooth;
}

/***** Fonts *****/
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/Raleway-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "violescent";
  src: url("../fonts/violescent.eot?4cvegj");
  src: url("../fonts/violescent.eot?4cvegj#iefix") format("embedded-opentype"), url("../fonts/violescent.ttf?4cvegj") format("truetype"), url("../fonts/violescent.woff?4cvegj") format("woff"), url("../fonts/violescent.svg?4cvegj#violescent") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "violescent" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-hire-designer .path1:before {
  content: "\e907";
  color: rgb(221, 87, 60);
}

.icon-hire-designer .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(92, 72, 144);
}

.icon-quotation .path1:before {
  content: "\e909";
  color: rgb(221, 87, 60);
}

.icon-quotation .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(92, 72, 144);
}

.icon-BrowseDesign .path1:before {
  content: "\e900";
  color: rgb(221, 87, 60);
}

.icon-BrowseDesign .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(221, 87, 60);
}

.icon-BrowseDesign .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(92, 72, 144);
}

.icon-Custom-Design .path1:before {
  content: "\e903";
  color: rgb(221, 87, 60);
}

.icon-Custom-Design .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(92, 71, 144);
}

.icon-Upload-Design .path1:before {
  content: "\e905";
  color: rgb(221, 87, 60);
}

.icon-Upload-Design .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(92, 71, 144);
}

/***** Reset CSS *****/
body {
  font-family: "Raleway", sans-serif;
  color: #222222;
  background: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}

h1,
.h1 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.page-header h1 {
  font-size: 26px;
  font-size: 1.625rem;
}
.page-header h1 small {
  font-size: 65%;
  font-weight: 600;
}
.page-header h1 a {
  text-transform: capitalize;
}

.home-header h2 {
  color: #666666;
  font-weight: 400;
  font-size: 44.8px;
  font-size: 2.8rem;
}

.bg-gray {
  background: #eeeeee;
}

b,
strong,
.text-bold,
.font-weight-bold {
  font-weight: 700;
}

.font-extra-bold {
  font-weight: 800;
}

.text-semi-bold {
  font-weight: 600;
}

.card-header {
  background: #f7f7f7;
}
.card-header .card-title {
  color: #333333;
  font-size: 18px;
  font-size: 1.125rem;
}

.card-title a.btn-link {
  color: #f05a28 !important;
}
.card-title a.btn-link:hover {
  color: #333366 !important;
}

.card-title a:not(.btn) {
  color: #333333 !important;
  font-size: 14px;
  font-size: 0.875rem;
}
.card-title a:not(.btn):hover {
  color: #f05a28 !important;
}

.text-body {
  color: #ffffff !important;
}

/*****Produsct Category CSS *****/
.accordion-menu .list-group-item,
.accordion .list-group-item {
  border: 0;
  margin-bottom: 0;
  padding: 0 !important;
  margin: 0 1rem !important;
  border-bottom: 0.0625rem solid #ddd;
}
.accordion-menu .list-group-item > a,
.accordion .list-group-item > a {
  position: relative;
  font-weight: 400;
  color: #222222 !important;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5rem 0 0.5rem 1rem !important;
}
.accordion-menu .list-group-item > a:after,
.accordion .list-group-item > a:after {
  position: absolute;
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  left: 0;
  font-weight: bold;
  font-size: 5px;
  font-size: 0.3125rem;
  top: 1rem;
}
.accordion-menu .list-group-item > a[aria-expanded=true]:after,
.accordion .list-group-item > a[aria-expanded=true]:after {
  content: "\f068";
  border-radius: 0.875rem;
  -moz-border-radius: 0.875rem;
  -webkit-border-radius: 0.875rem;
}
.accordion-menu .list-group-item > a:hover, .accordion-menu .list-group-item > a[aria-expanded=true],
.accordion .list-group-item > a:hover,
.accordion .list-group-item > a[aria-expanded=true] {
  color: #f05a28 !important;
}
.accordion-menu .list-group-item > a[aria-expanded=true],
.accordion .list-group-item > a[aria-expanded=true] {
  font-weight: 700;
  padding-left: 1.4rem !important;
}
.accordion-menu .list-group-item .list-unstyled,
.accordion .list-group-item .list-unstyled {
  margin: 0;
  margin-bottom: 0.5rem;
}
.accordion-menu .list-group-item .list-unstyled li,
.accordion .list-group-item .list-unstyled li {
  padding-left: 0.5rem;
}

.sidebar .facebook_login {
  margin-bottom: 1rem;
}
.sidebar .list-group-item ul li a {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666 !important;
}
.sidebar .list-group-item ul li a:before {
  top: 0.625rem !important;
  content: "\f111" !important;
  font-size: 5px;
  font-size: 0.3125rem;
  font-weight: bold;
}
.sidebar .list-group-item ul li:hover > a, .sidebar .list-group-item ul li.active > a {
  color: #f05a28 !important;
}
.sidebar .card .card-header {
  position: relative;
  background: #fff !important;
  border-bottom: 0;
}
.sidebar .card .card-header .card-title {
  color: #f05a28;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  border-bottom: 0.0625rem solid #f05a28;
  padding-bottom: 0.6rem;
  position: relative;
}
.sidebar .card .card-header .card-title:after, .sidebar .card .card-header .card-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}
.sidebar .card .card-header .card-title:after {
  top: 100%;
  border-color: #fff transparent transparent transparent;
  border-width: 0.4375rem;
  margin-left: 0.0625rem;
  left: 1.25rem;
}
.sidebar .card .card-header .card-title:before {
  top: 100%;
  border-color: #f05a28 transparent transparent transparent;
  border-width: 0.5rem;
  left: 1.25rem;
}
.sidebar .card#verticalmenu_sidebar .card-body {
  padding: 0 !important;
}
.sidebar .card#myaccount_sidebar .card-body {
  padding: 1rem !important;
  padding-top: 0.3rem !important;
}
.sidebar .card .accordion-menu {
  padding: 0.3rem 0 0.8rem;
}

#straightmenu .list-group .list-group-item > a {
  font-size: 16px;
  font-size: 1rem;
}
#straightmenu .list-group .list-group-item > a:hover {
  color: #f05a28 !important;
}
#straightmenu .list-group .list-group-item .list-unstyled {
  padding-left: 0.5rem;
}
#straightmenu .list-group .list-group-item .list-unstyled li a {
  font-size: 14px;
  font-size: 0.875rem;
}
#straightmenu .list-group .list-group-item .list-unstyled li.active > a, #straightmenu .list-group .list-group-item .list-unstyled li:hover > a {
  color: #f05a28 !important;
}

/***** vertical menu ******/
#cssmenu .list-group-item > a {
  color: #555555 !important;
}
#cssmenu .list-group-item > ul li a:before {
  display: none;
}
#cssmenu .list-group-item > ul li.has-sub a:before {
  content: "\f105" !important;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  top: 0.5rem !important;
}
#cssmenu .list-group-item > ul li:hover > a {
  color: #f05a28 !important;
}
#cssmenu .list-group-item > ul li:hover > ul {
  background: #f8f8f8;
}
#cssmenu .list-group-item > ul li.active {
  color: #f05a28 !important;
}
#cssmenu .list-group-item:hover > a {
  background: #f8f8f8;
  color: #f05a28 !important;
}
#cssmenu .list-group-item:hover > ul {
  background: #f8f8f8;
}

/***** Top menu CSS******/
.navbar {
  z-index: 999;
  background: #ffffff;
  padding: 1rem 0;
  -webkit-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  -ms-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
}
.navbar.sticky-header {
  padding: 0.5rem;
  -webkit-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  -ms-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
}
@media only screen and (min-width: 640px) {
  .navbar .navbar-brand {
    max-width: 10.625rem;
  }
}
@media only screen and (min-width: 800px) {
  .navbar .navbar-brand {
    max-width: 15.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .navbar #navbarText {
    order: 3;
  }
}
@media only screen and (min-width: 1248px) {
  .navbar #navbarText {
    order: 2;
  }
}
.navbar .navbar-collapse.show ~ .navbar-bg-outside {
  z-index: 1;
}
.navbar .cart {
  position: relative;
}
.navbar .cart span {
  position: absolute;
  top: 0;
  right: 0;
}
.navbar .mob-cart {
  color: #333366;
}
.navbar .mob-cart:hover {
  color: #f05a28;
}
.navbar #search-toggle-btn {
  color: #222;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0;
  width: 2.5rem;
}
.navbar #search-toggle-btn i {
  font-weight: bold;
}
.navbar #search-toggle-btn.close-search {
  -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;
}
.navbar #search-toggle-btn.close-search i:before {
  content: "\f00d";
}
.navbar .head-search {
  position: unset;
}
@media only screen and (min-width: 768px) {
  .navbar .head-search {
    position: relative;
  }
}
.navbar .head-search i {
  color: #333366 !important;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.navbar .head-search:hover i {
  color: #f05a28 !important;
}
.navbar .head-search .search-toggle {
  width: 100%;
  background: transparent;
}
@media only screen and (min-width: 768px) {
  .navbar .head-search .search-toggle {
    right: 90%;
    top: -0.75rem;
    box-shadow: none !important;
    background: tranaparent;
    padding: 0;
    width: 12.5rem;
  }
  .navbar .head-search .search-toggle .form-control {
    width: 100%;
    padding: 0.375rem 0.75rem;
    border: 0.1875rem solid #333366;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    height: 2.8125rem !important;
  }
}
.navbar .head-search .search-toggle .header-search .twitter-typeahead {
  width: 100%;
}
.navbar .head-search .search-toggle .header-search .twitter-typeahead:after {
  display: none;
}
.navbar .head-search .search-toggle .header-search .input-group-append {
  margin-left: 0;
}
.navbar .navbar-nav {
  margin-right: auto !important;
  margin-left: auto !important;
}
.navbar .navbar-nav .nav-item > .nav-link {
  color: #222222;
  position: relative;
  padding: 0.7rem 1rem;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item > .nav-link {
    border-top: 0.125rem solid transparent;
    padding: 0.8rem 1rem;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item > .nav-link:before {
    content: "\f107";
    top: 2rem;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    color: transparent;
  }
}
.navbar .navbar-nav .nav-item:hover > .nav-link, .navbar .navbar-nav .nav-item.active > .nav-link {
  color: #f05a28 !important;
}
.navbar .navbar-nav .nav-item:hover > .nav-link:before, .navbar .navbar-nav .nav-item.active > .nav-link:before {
  color: #f05a28;
}
.navbar .navbar-nav .nav-item.show > .nav-link {
  color: #f05a28;
  background: #f4f4f4;
  border-color: #f05a28;
}
.navbar .navbar-nav .nav-item.show > .nav-link:before {
  color: transparent;
}
.navbar .navbar-nav .nav-item.position-static .dropdown-menu a {
  padding: 0.25rem 1rem;
}
.navbar .navbar-nav .nav-item:not(.megamenu) div.dropdown-menu {
  background: #f4f4f4;
}
.navbar .navbar-nav .nav-item .dropdown-primary > li > a {
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}
.navbar .navbar-nav .nav-item .dropdown-primary:has(li:nth-child(2)) > li > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.navbar .navbar-nav .nav-item .dropdown-primary:has(li:nth-child(2)) > li:first-child > a {
  border-radius: 0.25rem 0.25rem 0 0;
  -moz-border-radius: 0.25rem 0.25rem 0 0;
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
}
.navbar .navbar-nav .nav-item .dropdown-primary:has(li:nth-child(2)) > li:last-child > a {
  border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  margin: 0 !important;
  border-width: 0;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0.0625rem 0.0625rem 0.0625rem rgba(102, 102, 102, 0.18);
    -moz-box-shadow: 0 0.0625rem 0.0625rem 0.0625rem rgba(102, 102, 102, 0.18);
    box-shadow: 0 0.0625rem 0.0625rem 0.0625rem rgba(102, 102, 102, 0.18);
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu.rounded-0 {
  border-radius: 0.25rem !important;
  -moz-border-radius: 0.25rem !important;
  -webkit-border-radius: 0.25rem !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.5rem 0.8rem;
  color: #333 !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #f05a28 !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:hover strong {
  color: #f05a28;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item:after {
  color: #f05a28;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item .dropdown-menu li ul {
    -webkit-box-shadow: 0 1px 1px 1px rgba(102, 102, 102, 0.18);
    -moz-box-shadow: 0 1px 1px 1px rgba(102, 102, 102, 0.18);
    box-shadow: 0 1px 1px 1px rgba(102, 102, 102, 0.18);
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled > li > a {
  color: #333 !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled > li.active > a {
  color: #f05a28 !important;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu {
  right: 0;
  margin: auto !important;
  max-width: 98%;
  border-width: 0.0625rem;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item.megamenu > .dropdown-menu {
    -webkit-box-shadow: 0 1px 1px 1px rgba(102, 102, 102, 0.18);
    -moz-box-shadow: 0 1px 1px 1px rgba(102, 102, 102, 0.18);
    box-shadow: 0 1px 1px 1px rgba(102, 102, 102, 0.18);
  }
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled > .dropdown-submenu {
  color: #333 !important;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled > .dropdown-submenu:hover > a, .navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled > .dropdown-submenu.active > a, .navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled > .dropdown-submenu:focus > a {
  color: #f05a28 !important;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled > .dropdown-submenu .list-unstyled {
  box-shadow: none;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled > .dropdown-submenu .list-unstyled > li > a {
  color: #333 !important;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled > .dropdown-submenu .list-unstyled > li > a:hover, .navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled > .dropdown-submenu .list-unstyled > li > a.active, .navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled > .dropdown-submenu .list-unstyled > li > a:focus {
  color: #f05a28 !important;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu img {
  max-width: 100%;
  height: auto;
}
.navbar .navbar-nav .nav-item.megamenu .list-unstyled > li .dropdown-menu {
  border-radius: 0.25rem !important;
  -moz-border-radius: 0.25rem !important;
  -webkit-border-radius: 0.25rem !important;
}

/***** my account menu ******/
#myaccount_menu li a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #222 !important;
}
#myaccount_menu li.active a, #myaccount_menu li:hover a {
  color: #f05a28 !important;
}

/***** other content CSS *****/
.body-container {
  padding-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .home_page_body .body-container {
    padding-bottom: 0;
    padding-top: 2rem;
  }
}

.search-toggle {
  z-index: 9;
}

/***** Nav Tabs CSS *****/
#InfoTab .nav-tabs .nav-item {
  position: relative;
}
#InfoTab .nav-tabs .nav-item .nav-link {
  color: #333333;
  border: 0;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  padding: 0.8rem 1rem;
  -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;
  border-bottom: 0.0625rem solid transparent;
}
@media only screen and (min-width: 768px) {
  #InfoTab .nav-tabs .nav-item .nav-link {
    padding: 0.8rem 2rem;
  }
}
#InfoTab .nav-tabs .nav-item .nav-link.active, #InfoTab .nav-tabs .nav-item .nav-link:hover {
  background: transparent;
  color: #f05a28;
}
#InfoTab .nav-tabs .nav-item .nav-link.active {
  border-color: #f05a28;
  font-weight: 600;
}
#InfoTab .nav-tabs .nav-item .nav-link.active:after, #InfoTab .nav-tabs .nav-item .nav-link.active:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}
#InfoTab .nav-tabs .nav-item .nav-link.active:after {
  top: 100%;
  border-color: #fff transparent transparent transparent;
  border-width: 0.4375rem;
  margin-left: 0.0625rem;
  left: 42%;
}
#InfoTab .nav-tabs .nav-item .nav-link.active:before {
  top: 100%;
  border-color: #f05a28 transparent transparent transparent;
  border-width: 0.5rem;
  left: 42%;
}
#InfoTab .nav-tabs .nav-item:before {
  content: "|";
  color: #ddd;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  right: 0;
}
#InfoTab .nav-tabs .nav-item:last-child:before {
  display: none;
}

.media-filter.list-inline li {
  position: relative;
}
.media-filter.list-inline li a {
  color: #333333;
  border: 0;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  padding: 0.6rem 0.8rem;
  -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;
  border-bottom: 0.0625rem solid transparent;
  background: transparent;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.media-filter.list-inline li a.selected, .media-filter.list-inline li a:hover {
  background: transparent;
  color: #f05a28 !important;
}
.media-filter.list-inline li a.selected {
  border-color: #f05a28;
  font-weight: 600;
}
.media-filter.list-inline li a.selected:after, .media-filter.list-inline li a.selected:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}
.media-filter.list-inline li a.selected:after {
  top: 100%;
  border-color: #fff transparent transparent transparent;
  border-width: 0.4375rem;
  margin-left: 0.0625rem;
  left: 42%;
}
.media-filter.list-inline li a.selected:before {
  top: 100%;
  border-color: #f05a28 transparent transparent transparent;
  border-width: 0.5rem;
  left: 42%;
}

.nav-customtabs li .nav-link {
  color: #333333;
  font-size: 16px;
  font-size: 1rem;
}
.nav-customtabs li .nav-link.active, .nav-customtabs li .nav-link:hover {
  color: #333366;
}
.nav-customtabs li .nav-link.active:after, .nav-customtabs li .nav-link:hover:after {
  background: #333366;
}

.tab-content {
  padding-top: 1rem;
}

/***** Top Header Link CSS *****/
.top-links li {
  font-size: 13px;
  font-size: 0.8125rem;
}
.top-links li a {
  padding: 0 0.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
}
.top-links li a:hover {
  color: #ccc;
}
.top-links li a .badge {
  background: #f05a28;
  width: 1.25rem;
  height: 1.25rem;
  align-content: center;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0;
}
.top-links li .navbar-text {
  padding: 0;
  color: #fff;
}
.top-links li .logout-dropdown a {
  font-size: 14px;
  font-size: 0.875rem;
}

.HomePage_Title h2 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #666666;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .HomePage_Title h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

/***** CMS Header CSS *****/
.header_cms_page p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}
.header_cms_page a {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
}
.header_cms_page h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1.1rem;
}
.header_cms_page .header-section1 h2 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #f05a28;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .header_cms_page .header-section1 h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.header_cms_page .header-section2 h2 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #666666;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .header_cms_page .header-section2 h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.header_cms_page .header-section2 a {
  border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  padding: 0.5rem 1.5rem;
}
.header_cms_page .header-section2 a.btn-outline-info {
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}
.header_cms_page .header-section2 a.btn-outline-info i {
  visibility: hidden;
  opacity: 0;
  color: #f05a28;
}
.header_cms_page .header-section2 a.btn-outline-info:hover, .header_cms_page .header-section2 a.btn-outline-info:focus, .header_cms_page .header-section2 a.btn-outline-info:active {
  color: #f05a28;
  background: transparent;
  padding: 0.5rem 1.5rem;
}
.header_cms_page .header-section2 a.btn-outline-info:hover i, .header_cms_page .header-section2 a.btn-outline-info:focus i, .header_cms_page .header-section2 a.btn-outline-info:active i {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.header_cms_page .header-section2 .products {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  overflow: hidden;
}
.header_cms_page .header-section2 .products h2 {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 800;
  color: #222;
  text-transform: uppercase;
}
@media only screen and (min-width: 1248px) {
  .header_cms_page .header-section2 .products h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1440px) {
  .header_cms_page .header-section2 .products h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.header_cms_page .header-section2 .products p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1440px) {
  .header_cms_page .header-section2 .products p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.header_cms_page .header-section2 .products 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;
  filter: blur(0px);
  filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="0" /></filter></svg>#blur'); /* Firefox, Safari, Chrome*/
  filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius); /* IE9 */
  -webkit-filter: blur(0px); /* Chrome, Safari */
  -ms-filter: blur(0px); /* IE */
  -o-filter: blur(0px); /* Opera */
  -moz-filter: blur(0px); /* Mozilla */
}
.header_cms_page .header-section2 .products.product1 {
  background: url(../images/product1-banner.jpg);
  background-size: cover;
}
.header_cms_page .header-section2 .products.product2 {
  background: url(../images/product2-banner.jpg);
  background-size: cover;
}
.header_cms_page .header-section2 .products.product3 {
  background: url(../images/t-shirt-bg.jpg);
  background-size: cover;
}
.header_cms_page .header-section2 .products.product4 {
  background: url(../images/mug-bg.jpg);
  background-size: cover;
}
.header_cms_page .header-section2 .products.product5 {
  background: url(../images/cap-bg.jpg);
  background-size: cover;
}
.header_cms_page .header-section2 .products:hover img {
  -moz-transform: translate(20px, 15px);
  -o-transform: translate(20px, 15px);
  -ms-transform: translate(20px, 15px);
  -webkit-transform: translate(20px, 15px);
  transform: translate(20px, 15px);
}

/* Middle Footer CSS */
.our_clients img {
  -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;
}
.our_clients img:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.offer-section h1 {
  font-weight: 800;
  font-size: 40px;
  font-size: 2.5rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .offer-section h1 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
.offer-section h4 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
}
.offer-section h4 span {
  font-weight: 700;
}
.offer-section p {
  font-size: 26px;
  font-size: 1.625rem;
}
.offer-section .coupon-code {
  display: inline-block;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  padding: 0.2rem 1.5rem;
  border: 0.125rem dashed #fff;
  border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
}

.client-cont {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .client-cont:before {
    content: "";
    background: #bdbdbd;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    display: block;
  }
}
.client-cont .bg-gray {
  background: #eeeeee;
}
@media only screen and (min-width: 1248px) {
  .client-cont .bg-darkgray {
    background: #bdbdbd;
  }
}
.client-cont .services h3 {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 800;
  color: #222;
  margin-top: 1rem;
}
.client-cont .services .border-right,
.client-cont .services .border-bottom {
  border-color: #bdbdbd !important;
}
.client-cont .services .service {
  cursor: pointer;
}
.client-cont .services .service:hover i {
  -webkit-animation: flip_icon 1s ease-out 20ms;
  -moz-animation: flip_icon 1s ease-out 20ms;
  -ms-animation: flip_icon 1s ease-out 20ms;
  -o-animation: flip_icon 1s ease-out 20ms;
  animation: flip_icon 1s ease-out 20ms;
}

.testimonial_home .testimonial-logo, .testimonial_home .testimoniallogo {
  margin-inline: auto;
  margin-top: 1.25rem;
}
.testimonial_home .testimonial-logo img, .testimonial_home .testimoniallogo img {
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .testimonial_home .star-list {
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .testimonial_home .star-list .score {
    float: none;
    display: table;
    margin: auto;
  }
}
.testimonial_home .star-list .score .rated {
  padding: 0 !important;
}
.testimonial_home .card-footer {
  padding: 0.75rem 0;
  background: transparent;
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial_home .card-footer .carousel-controls {
  display: flex;
  gap: 0.9375rem;
}
.testimonial_home .card-footer .carousel-controls .carousel-control-prev,
.testimonial_home .card-footer .carousel-controls .carousel-control-next {
  display: block;
  left: auto;
  width: 1.875rem;
  position: relative;
}
.testimonial_home .card-footer .carousel-controls .carousel-control-prev-icon {
  width: 0.9375rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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");
}
.testimonial_home .card-footer .carousel-controls .carousel-control-next-icon {
  width: 0.9375rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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");
}
.testimonial_home .card-footer a {
  color: #fff;
}
.testimonial_home .card-footer a:hover {
  color: #333366;
}
.testimonial_home .card-footer .float-right a {
  color: #333366;
}
.testimonial_home #testimonial_sidebar.card {
  border: 0;
  margin: 0 !important;
  background: transparent;
  text-align: center;
}
.testimonial_home #testimonial_sidebar.card .card-header {
  display: none;
}
.testimonial_home #testimonial_sidebar.card .card-body {
  position: relative;
  padding: 0 0 1.25rem;
}
@media only screen and (min-width: 768px) {
  .testimonial_home #testimonial_sidebar.card .card-body {
    padding: 2rem 0 1.25rem;
  }
}
.testimonial_home #testimonial_sidebar.card .card-body blockquote {
  color: #333366;
}
@media only screen and (min-width: 1248px) {
  .testimonial_home #testimonial_sidebar.card .card-body blockquote {
    color: #fff;
  }
}
.testimonial_home #testimonial_sidebar.card .card-body blockquote p {
  font-size: 16px;
  font-size: 1rem;
}
.testimonial_home #testimonial_sidebar.card .card-body blockquote small {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333366;
  font-weight: 800;
}
.testimonial_home #testimonial_sidebar.card .card-body:before {
  text-align: left;
  content: "\f10d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
  top: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: #333366;
  display: block;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1248px) {
  .testimonial_home #testimonial_sidebar.card .card-body:before {
    color: #fff;
  }
}
.testimonial_home .bg-text h2 {
  color: #dee3e8;
}
.testimonial_home #testimonial_multi_sidebar {
  border: 0;
  padding: 0 1rem;
  background: rgba(0, 0, 0, 0);
  margin-bottom: 0 !important;
}
.testimonial_home #testimonial_multi_sidebar .carousel-indicators {
  display: flex;
}
@media only screen and (min-width: 1248px) {
  .testimonial_home #testimonial_multi_sidebar .carousel-indicators {
    display: none;
  }
}
.testimonial_home #testimonial_multi_sidebar .card-header {
  display: none;
}
.testimonial_home #testimonial_multi_sidebar .card-body {
  padding-inline: 0;
}
.testimonial_home #testimonial_multi_sidebar .card-body .card {
  width: 100%;
  background: #eee;
  text-align: center;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}
.testimonial_home #testimonial_multi_sidebar .card-body .card .card-body {
  padding-inline: 1rem;
}
.testimonial_home #testimonial_multi_sidebar .card-footer {
  border: 0;
  background: transparent;
}

/***** Footer CSS *****/
.help-block {
  color: #fff;
  text-align: start;
}

#footersubscribe_sidebar .custom-control.custom-checkbox {
  text-align: left;
}
#footersubscribe_sidebar .custom-control.custom-checkbox label a {
  color: #fff !important;
}

.footer-content #contactus_sidebar {
  background: transparent;
  color: #fff;
  border: 0;
}
.footer-content #contactus_sidebar .card-header {
  display: none;
}
.footer-content #contactus_sidebar .card-body {
  background: transparent;
  color: #fff;
  border: 0;
}
.footer-content ul {
  padding: 0;
  margin: 0;
}
.footer-content ul li {
  display: block;
  list-style-type: none;
  width: 100%;
}
.footer-content ul li a {
  padding: 0.3rem 0;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.footer-content ul li a.active, .footer-content ul li a:hover {
  color: #f05a28;
}
.footer-content .bottom-links .list-inline-item {
  display: block;
  margin: 0;
  padding: 0;
}
.footer-content h4 {
  position: relative;
  margin-bottom: 0 !important;
  padding-bottom: 0.8rem;
  color: #666666;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}
.footer-content .card {
  border: 0;
  margin: 0 !important;
}
.footer-content .card .card-header {
  padding: 0;
  background: transparent;
  border: 0;
}
.footer-content .card .card-body {
  padding: 0.3rem 0;
}
.footer-content .nav li {
  position: relative;
}
.footer-content .nav li a {
  padding-left: 1.2rem;
  position: relative;
}
.footer-content .nav li a:before {
  content: "-";
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}
.footer-content .nav li a:hover:before {
  color: rgba(255, 255, 255, 0.54);
}
.footer-content #footersubscribe_sidebar .form-row .col-md-6 {
  flex-basis: 100%;
  max-width: 100%;
}
.footer-content #footersubscribe_sidebar .form-row .col-md-6 h3 {
  position: relative;
  margin-bottom: 0 !important;
  padding-bottom: 1rem;
  color: #666666;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}
.footer-content #footersubscribe_sidebar .form-row .col-md-6 .input-group {
  position: relative;
}
.footer-content #footersubscribe_sidebar .form-row .col-md-6 .input-group input {
  border-radius: 0.25rem !important;
  -moz-border-radius: 0.25rem !important;
  -webkit-border-radius: 0.25rem !important;
  width: 100%;
  position: relative;
  border-color: #fff;
}
.footer-content #footersubscribe_sidebar .form-row .col-md-6 .input-group button {
  position: absolute;
  right: -0.0625rem;
  border-radius: 0 0.25rem 0.25rem 0;
  -moz-border-radius: 0 0.25rem 0.25rem 0;
  -webkit-border-radius: 0 0.25rem 0.25rem 0;
  padding: 0.375rem 1.5rem;
  z-index: 11;
  background: #f05a28;
  border-color: #f05a28;
  height: 100%;
}
.footer-content #footersubscribe_sidebar .form-row .col-md-6 .input-group button:hover, .footer-content #footersubscribe_sidebar .form-row .col-md-6 .input-group button:focus, .footer-content #footersubscribe_sidebar .form-row .col-md-6 .input-group button:not(:disabled):not(.disabled):active, .footer-content #footersubscribe_sidebar .form-row .col-md-6 .input-group button:not(:disabled):not(.disabled).active, .footer-content #footersubscribe_sidebar .form-row .col-md-6 .input-group button:not(:disabled):not(.disabled):active:focus {
  background: color-mix(in srgb, #000000 25%, #f05a28);
  border-color: color-mix(in srgb, #000000 25%, #f05a28);
}
.footer-content #footersubscribe_sidebar .form-row .col-md-6 .input-group button:hover:before, .footer-content #footersubscribe_sidebar .form-row .col-md-6 .input-group button:focus:before, .footer-content #footersubscribe_sidebar .form-row .col-md-6 .input-group button:not(:disabled):not(.disabled):active:before, .footer-content #footersubscribe_sidebar .form-row .col-md-6 .input-group button:not(:disabled):not(.disabled).active:before, .footer-content #footersubscribe_sidebar .form-row .col-md-6 .input-group button:not(:disabled):not(.disabled):active:focus:before {
  background: color-mix(in srgb, #000000 25%, #f05a28);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.footer-content #footersubscribe_sidebar .form-row .col-md-6 .input-group button.disabled, .footer-content #footersubscribe_sidebar .form-row .col-md-6 .input-group button:disabled {
  background: #f05a28;
  border-color: #f05a28;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.footer-content .footer-social ul li {
  display: inline-block;
  width: auto;
  padding: 0 1rem;
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.footer-content .footer-social ul li a {
  display: inline-block;
  font-size: 28px;
  font-size: 1.75rem;
}
.footer-content .footer-social ul li:last-child {
  border-right: 0;
}
@media only screen and (min-width: 1024px) {
  .footer-content .footer-social ul li {
    padding: 0 1.5rem;
  }
}

footer a {
  color: #999;
  display: inline-block;
  padding: 0 0.6rem;
  border-left: 0.0625rem solid #999;
}
footer a:hover {
  color: #f05a28;
}
footer a:first-child {
  padding-left: 0;
  border-left: 0;
}
footer .text-muted {
  color: #999 !important;
}

/***** Action Button CSS *****/
.browse_design,
.upload_design,
.custom_design,
.hire_designer,
.quote_product {
  -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;
  border-width: 0.125rem !important;
  background: #fff !important;
  border-color: #666666 !important;
}
.browse_design a,
.upload_design a,
.custom_design a,
.hire_designer a,
.quote_product a {
  padding: 1rem !important;
  color: #666666 !important;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.browse_design a span,
.upload_design a span,
.custom_design a span,
.hire_designer a span,
.quote_product a span {
  color: #666666 !important;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.browse_design a i,
.upload_design a i,
.custom_design a i,
.hire_designer a i,
.quote_product a i {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.browse_design a i:before, .browse_design a i:after,
.upload_design a i:before,
.upload_design a i:after,
.custom_design a i:before,
.custom_design a i:after,
.hire_designer a i:before,
.hire_designer a i:after,
.quote_product a i:before,
.quote_product a i:after {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.browse_design a i {
  background: transparent !important;
}
.browse_design a i:before {
  content: "\e902";
  font-family: "violescent" !important;
  color: #333366;
}
.browse_design a i:after {
  content: "\e901";
  font-family: "violescent" !important;
  margin-left: -1em;
  color: #f05a28;
}
.browse_design:hover {
  background: transparent;
}
.browse_design:hover a {
  color: #333366 !important;
}
.browse_design:hover a span {
  color: #333366 !important;
}
.browse_design:hover a i {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.browse_design:hover a i:before {
  color: #f05a28;
}
.browse_design:hover a i:after {
  color: #333366;
}

.upload_design a i {
  background: transparent !important;
}
.upload_design a i:before {
  content: "\e905";
  font-family: "violescent" !important;
  color: #f05a28;
}
.upload_design a i:after {
  content: "\e906";
  font-family: "violescent" !important;
  margin-left: -1em;
  color: #333366;
}
.upload_design:hover {
  background: transparent;
}
.upload_design:hover a {
  color: #f05a28 !important;
}
.upload_design:hover a span {
  color: #f05a28 !important;
}
.upload_design:hover a i {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.upload_design:hover a i:before {
  color: #333366;
}
.upload_design:hover a i:after {
  color: #f05a28;
}

.custom_design a i {
  background: transparent;
}
.custom_design a i:before {
  content: "\e903";
  font-family: "violescent" !important;
  color: #f05a28;
}
.custom_design a i:after {
  content: "\e904";
  font-family: "violescent" !important;
  margin-left: -1em;
  color: #333366;
}
.custom_design:hover a {
  color: #f05a28 !important;
}
.custom_design:hover a span {
  color: #f05a28 !important;
}
.custom_design:hover a i {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.custom_design:hover a i:before {
  color: #333366;
}
.custom_design:hover a i:after {
  color: #f05a28;
}

.hire_designer a i {
  background: transparent;
}
.hire_designer a i:before {
  content: "\e907";
  font-family: "violescent" !important;
  color: #f05a28;
}
.hire_designer a i:after {
  content: "\e908";
  font-family: "violescent" !important;
  margin-left: -1em;
  color: #333366;
}
.hire_designer:hover {
  background: transparent;
}
.hire_designer:hover a {
  color: #333366 !important;
}
.hire_designer:hover a span {
  color: #333366 !important;
}
.hire_designer:hover a i {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.hire_designer:hover a i:before {
  color: #333366;
}
.hire_designer:hover a i:after {
  color: #f05a28;
}

.quote_product a i {
  background: transparent;
}
.quote_product a i:before {
  content: "\e909";
  font-family: "violescent" !important;
  color: #f05a28;
}
.quote_product a i:after {
  content: "\e90a";
  font-family: "violescent" !important;
  margin-left: -1em;
  color: #333366;
}
.quote_product:hover {
  background: transparent;
}
.quote_product:hover a {
  color: #333366 !important;
}
.quote_product:hover a span {
  color: #333366 !important;
}
.quote_product:hover a i {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.quote_product:hover a i:before {
  color: #333366;
}
.quote_product:hover a i:after {
  color: #f05a28;
}

.btn-title-text.browse_design, .btn-title-text.upload_design, .btn-title-text.custom_design, .btn-title-text.quote_product, .btn-title-text.hire_designer {
  padding: 0 !important;
}
.btn-title-text.browse_design:hover, .btn-title-text.upload_design:hover, .btn-title-text.custom_design:hover, .btn-title-text.quote_product:hover, .btn-title-text.hire_designer:hover {
  -webkit-box-shadow: 0 0 0.3125rem 0.0625rem #73797D;
  -moz-box-shadow: 0 0 0.3125rem 0.0625rem #73797D;
  box-shadow: 0 0 0.3125rem 0.0625rem #73797D;
}
.btn-title-text.browse_design a, .btn-title-text.upload_design a, .btn-title-text.custom_design a, .btn-title-text.quote_product a, .btn-title-text.hire_designer a {
  padding: 0.5rem 1rem !important;
}
.btn-title-text.browse_design a i, .btn-title-text.upload_design a i, .btn-title-text.custom_design a i, .btn-title-text.quote_product a i, .btn-title-text.hire_designer a i {
  font-family: "Font Awesome 6 Pro";
  color: #fff;
}
.btn-title-text.browse_design a i:before, .btn-title-text.upload_design a i:before, .btn-title-text.custom_design a i:before, .btn-title-text.quote_product a i:before, .btn-title-text.hire_designer a i:before {
  content: "\f054";
  color: #fff;
  font-family: "Font Awesome 6 Pro" !important;
}
.btn-title-text.browse_design a i:after, .btn-title-text.upload_design a i:after, .btn-title-text.custom_design a i:after, .btn-title-text.quote_product a i:after, .btn-title-text.hire_designer a i:after {
  display: none;
}
.btn-title-text .h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.btn-title-text.browse_design {
  background: #333366 !important;
  border: 0.0625rem solid #333366 !important;
}
.btn-title-text.browse_design a .h4,
.btn-title-text.browse_design a i {
  color: #ffffff !important;
}
.btn-title-text.browse_design:hover {
  background: transparent !important;
}
.btn-title-text.browse_design:hover a .h4 {
  color: #333366 !important;
}
.btn-title-text.browse_design:hover a i:before {
  color: #333366 !important;
}
.btn-title-text.upload_design {
  background: #f05a28 !important;
  border: 0.0625rem solid #f05a28 !important;
}
.btn-title-text.upload_design a .h4,
.btn-title-text.upload_design a i {
  color: #ffffff !important;
}
.btn-title-text.upload_design:hover {
  background: transparent !important;
}
.btn-title-text.upload_design:hover a .h4 {
  color: #f05a28 !important;
}
.btn-title-text.upload_design:hover a i:before {
  color: #f05a28 !important;
}
.btn-title-text.custom_design {
  background: #f05a28 !important;
  border: 0.0625rem solid #f05a28 !important;
}
.btn-title-text.custom_design a .h4,
.btn-title-text.custom_design a i {
  color: #ffffff !important;
}
.btn-title-text.custom_design:hover {
  background: transparent !important;
}
.btn-title-text.custom_design:hover a .h4 {
  color: #f05a28 !important;
}
.btn-title-text.custom_design:hover a i:before {
  color: #f05a28 !important;
}
.btn-title-text.hire_designer {
  background: #333366 !important;
  border: 0.0625rem solid #333366 !important;
}
.btn-title-text.hire_designer a .h4,
.btn-title-text.hire_designer a i {
  color: #ffffff !important;
}
.btn-title-text.hire_designer:hover {
  background: transparent !important;
}
.btn-title-text.hire_designer:hover a .h4 {
  color: #333366 !important;
}
.btn-title-text.hire_designer:hover a i:before {
  color: #333366 !important;
}
.btn-title-text.quote_product {
  background: #333366 !important;
  border: 0.0625rem solid #333366 !important;
}
.btn-title-text.quote_product a .h4 {
  color: #ffffff !important;
}
.btn-title-text.quote_product:hover {
  background: transparent !important;
}
.btn-title-text.quote_product:hover a .h4 {
  color: #333366 !important;
}
.btn-title-text.quote_product:hover a i:before {
  color: #333366 !important;
}

/***** Product Hover Effact CSS *****/
.flip3d .card-header {
  background: #333366;
}
.flip3d .card-header h3 {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}
.flip3d .card-header a:hover h3 {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.product-box .prodefine_quick_checkout .card-footer {
  text-align: left !important;
}
.product-box .thumbnail {
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}
.product-box .thumbnail .caption small {
  font-size: 100%;
}
.product-box .card .card-body .card-title {
  font-weight: 600;
  color: #333333 !important;
}
.product-box .card .card-body .card-text {
  color: #222222;
}
.product-box .card .card-body .card-text strong {
  color: #222222;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}
.product-box .card .card-body .card-text p {
  font-size: 14px;
  font-size: 0.875rem;
}
.product-box .card.slide-hover .card-body .card-title, .product-box .card.triangle-slide-overlay .card-body .card-title {
  color: #ffffff !important;
}
.product-box .card.slide-hover .card-body .card-text, .product-box .card.triangle-slide-overlay .card-body .card-text {
  color: #ffffff;
}
.product-box .card.slide-hover .card-body .card-text strong, .product-box .card.triangle-slide-overlay .card-body .card-text strong {
  color: #ffffff;
}
.product-box .card.slide-hover .card-body .card-title {
  background: #333366 !important;
}
.product-box .card.slide-hover .card-body .card-title:after {
  background: color-mix(in srgb, #000000 25%, #333366);
}
.product-box .card.slideup:hover {
  border-color: #333366;
}
.product-box .card.slideup .card-body {
  background: #333366 !important;
}
.product-box .card.slideup .card-body .card-title {
  color: #ffffff !important;
}
.product-box .card.hover-box-shadow {
  border-color: transparent;
}
.product-box .card.hover-box-shadow .thumbnail {
  border: 0.0625rem solid #ddd;
}
.product-box .card.hover-box-shadow .btn-info {
  color: #f05a28;
  font-size: 14px;
  font-size: 0.875rem;
  background: none;
  border: none;
  padding-left: 0.1rem;
  font-weight: 700;
}
.product-box .card.hover-box-shadow .btn-info i {
  visibility: hidden;
  opacity: 0;
  color: #333366;
}
.product-box .card.hover-box-shadow .btn-info:hover, .product-box .card.hover-box-shadow .btn-info:focus, .product-box .card.hover-box-shadow .btn-info:active {
  color: #333366;
  background: transparent;
  padding-left: 1rem;
  background: rgba(0, 0, 0, 0.05);
}
.product-box .card.hover-box-shadow .btn-info:hover i, .product-box .card.hover-box-shadow .btn-info:focus i, .product-box .card.hover-box-shadow .btn-info:active i {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.product-box .card.hover-box-shadow .btn-info:before {
  display: none;
}
.product-box .card.hover-box-shadow .card-title {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #222 !important;
  font-weight: 700;
}
.product-box .card.hover-box-shadow .card-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0.5rem;
}
.product-box .card.hover-box-shadow .card-footer {
  padding: 0 !important;
}
.product-box .card.hover-box-shadow:hover .btn-info {
  color: #333366;
  background: transparent;
  padding-left: 1rem;
  background: rgba(0, 0, 0, 0.05);
}
.product-box .card.hover-box-shadow:hover .btn-info i {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.product-box .card.title-top {
  border-color: transparent;
}
.product-box .card.title-top .card-title {
  text-align: left !important;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
}

.slide-hover .card-title {
  color: #ffffff !important;
}

.hover-box-shadow .card-title {
  color: #555555 !important;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}

/* Animation CSS */
@-webkit-keyframes flip_icon {
  0% {
    -moz-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -o-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -ms-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -o-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -webkit-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -moz-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -o-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -ms-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip_icon {
  0% {
    -moz-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -o-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -ms-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -o-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -webkit-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -moz-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -o-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -ms-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-ms-keyframes flip_icon {
  0% {
    -moz-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -o-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -ms-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -o-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -webkit-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -moz-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -o-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -ms-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-o-keyframes flip_icon {
  0% {
    -moz-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -o-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -ms-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -o-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -webkit-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -moz-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -o-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -ms-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip_icon {
  0% {
    -moz-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -o-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -ms-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -o-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -webkit-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  to {
    -moz-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -o-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -ms-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(100px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* Common CSS */
.cart a {
  border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
}

/* Date Picker CSS */
.bootstrap-datetimepicker-widget table th {
  font-size: 13px;
  font-size: 0.8125rem;
}
.bootstrap-datetimepicker-widget table td {
  font-size: 13px;
  font-size: 0.8125rem;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background: #f05a28;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  font-size: 12px;
  font-size: 0.75rem;
}

.treeview li .act {
  color: #f05a28 !important;
}
.treeview li a:hover {
  color: #f05a28 !important;
}

#templatelist > .row > .col-md-4 .card {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#templatelist > .row > .col-md-4 .card .card-header {
  position: relative;
  background: #fff !important;
  border-bottom: 0;
}
#templatelist > .row > .col-md-4 .card .card-header .card-title {
  color: #f05a28;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  border-bottom: 0.0625rem solid #f05a28;
  padding-bottom: 0.6rem;
  position: relative;
}
#templatelist > .row > .col-md-4 .card .card-header .card-title:after, #templatelist > .row > .col-md-4 .card .card-header .card-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}
#templatelist > .row > .col-md-4 .card .card-header .card-title:after {
  top: 100%;
  border-color: #fff transparent transparent transparent;
  border-width: 0.4375rem;
  margin-left: 0.0625rem;
  left: 1.25rem;
}
#templatelist > .row > .col-md-4 .card .card-header .card-title:before {
  top: 100%;
  border-color: #f05a28 transparent transparent transparent;
  border-width: 0.5rem;
  left: 1.25rem;
}
#templatelist > .row > .col-md-4 .card .card-body {
  padding-left: 1rem !important;
}
#templatelist > .row > .col-md-4 a:hover, #templatelist > .row > .col-md-4 a.act {
  color: #f05a28;
}

#filter_orientation.card {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#filter_orientation.card .card-header {
  position: relative;
  background: #fff !important;
  border-bottom: 0;
}
#filter_orientation.card .card-header .card-title {
  color: #f05a28;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  border-bottom: 0.0625rem solid #f05a28;
  padding-bottom: 0.6rem;
  position: relative;
}
#filter_orientation.card .card-header .card-title:after, #filter_orientation.card .card-header .card-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}
#filter_orientation.card .card-header .card-title:after {
  top: 100%;
  border-color: #fff transparent transparent transparent;
  border-width: 0.4375rem;
  margin-left: 0.0625rem;
  left: 1.25rem;
}
#filter_orientation.card .card-header .card-title:before {
  top: 100%;
  border-color: #f05a28 transparent transparent transparent;
  border-width: 0.5rem;
  left: 1.25rem;
}
#filter_orientation.card .card-body {
  padding: 0 0.8rem 1.25rem !important;
}

#designer_template_category li a:hover, #designer_template_category li a.p_act {
  color: #f05a28;
}

.form-control:focus + .input-group-append .input-group-text {
  border-color: #333366;
}
.form-control:focus ~ .col-form-label {
  color: #333366;
}

/*Breadcrumb CSS*/
.breadcrumb_container .breadcrumb li a {
  color: #333333;
}
.breadcrumb_container .breadcrumb li a:hover {
  color: #f05a28;
}
.breadcrumb_container .breadcrumb li.active .a {
  color: #f05a28;
}

.card-footer .carousel-control-next,
.card-footer .carousel-control-prev {
  width: 7%;
}

#product_price h4,
#faq_details h4 {
  color: #333366 !important;
}

.top-header .bootstrap-select {
  margin-left: 0.5rem !important;
}
.top-header .bootstrap-select .dropdown-menu {
  z-index: 9999 !important;
}
.top-header .bootstrap-select > .dropdown-toggle {
  padding: 0 0.75rem;
}
.top-header .contact-links {
  margin-bottom: 0;
}
.top-header .contact-links a {
  color: #fff;
  display: inline-block;
  margin-right: 1.2rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.top-header .contact-links a i {
  margin-right: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
}
.top-header .contact-links a:hover {
  color: #ccc;
}
.top-header .top-social {
  margin-bottom: 0;
  padding-left: 0;
}
.top-header .top-social li {
  display: inline;
}
.top-header .top-social li a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  height: 1.5625rem;
  width: 1.5625rem;
  text-align: center;
  margin-right: 0.9rem;
}
.top-header .top-social li a:hover {
  color: rgba(255, 255, 255, 0.6);
}

/***** Media Query *****/
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 87.5rem;
  }
}

.row {
  word-break: break-word;
}

.popover.show {
  max-width: 18.125rem !important;
}
@media only screen and (min-width: 768px) {
  .popover.show {
    max-width: 21.875rem !important;
  }
}

.call-help a {
  color: #f05a28;
}
.call-help a .text-call {
  color: #777777;
  font-weight: 600;
}
.call-help a .text-bold {
  font-size: 16px;
  font-size: 1rem;
}
.call-help a:hover, .call-help a:focus {
  color: #333366;
}
.call-help a:hover .text-bold, .call-help a:focus .text-bold {
  color: #333366;
}
.call-help a:hover .text-call, .call-help a:focus .text-call {
  color: #f05a28;
}

.slick-next {
  right: -0.625rem;
}
@media only screen and (min-width: 768px) {
  .slick-next {
    right: -1.5625rem;
  }
}

.slick-prev {
  left: -0.625rem;
}
@media only screen and (min-width: 768px) {
  .slick-prev {
    left: -1.5625rem;
  }
}

#top-banner .carousel-indicators {
  left: auto;
  margin-right: 2%;
}
#top-banner .carousel-indicators li {
  background-color: #fff;
  opacity: 1;
  width: 3.75rem;
  height: 0.4375rem;
}
#top-banner .carousel-indicators li.active {
  background-color: #333366;
}
#top-banner .carousel-control-prev {
  left: 0.9375rem;
}
#top-banner .carousel-control-next {
  right: 0.9375rem;
}

#product_category .hover-box-shadow,
#product_list_without_category .hover-box-shadow {
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#sitemap ul li a:hover {
  color: #f05a28;
}

.price_calculator .bootstrap-select .dropdown-toggle, .price_calculator .bootstrap-select .form-control, .price_calculator .form-group .dropdown-toggle, .price_calculator .form-group .form-control {
  border: 0;
  border-bottom: 0.0625rem solid #ddd;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding-left: 0;
  font-size: 16px;
  font-size: 1rem;
}
.price_calculator .bootstrap-select .dropdown-toggle:focus, .price_calculator .bootstrap-select .form-control:focus, .price_calculator .form-group .dropdown-toggle:focus, .price_calculator .form-group .form-control:focus {
  border-color: #333366;
}
.price_calculator .bootstrap-select.show .dropdown-toggle, .price_calculator .form-group.show .dropdown-toggle {
  border-color: #333366;
}
.price_calculator .form-control {
  font-size: 16px;
  font-size: 1rem;
}
.price_calculator label {
  color: #333366;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.price_calculator .calcrow .col-4 {
  align-self: center;
}

.price_calculator .card-title,
#shopping_accordion .card-title {
  font-size: 16px;
  font-size: 1rem;
}
.price_calculator .card-title a,
#shopping_accordion .card-title a {
  font-size: 16px;
  font-size: 1rem;
  color: #333333 !important;
}
.price_calculator .card-title a:hover,
#shopping_accordion .card-title a:hover {
  color: #333366 !important;
}

.content-box {
  font-weight: 600;
}

.top-cart {
  position: relative;
}
.top-cart #poplogin {
  border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  background: #eee;
  color: #222;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.4rem 1.5rem;
  -webkit-box-shadow: 0 0.0625rem 0 0 rgba(213, 86, 50, 0.4);
  -moz-box-shadow: 0 0.0625rem 0 0 rgba(213, 86, 50, 0.4);
  box-shadow: 0 0.0625rem 0 0 rgba(213, 86, 50, 0.4);
}
.top-cart #poplogin i {
  display: none;
}
.top-cart #poplogin:hover, .top-cart #poplogin:focus {
  background: #f05a28;
  background-color: #f05a28;
  background: linear-gradient(to right, #f05a28, #333366);
  background: -webkit-linear-gradient(to right, #f05a28, #333366);
  background: -moz-linear-gradient(to right, #f05a28, #333366);
  background: -ms-linear-gradient(to right, #f05a28, #333366);
  background: -o-linear-gradient(to right, #f05a28, #333366);
  color: #fff;
}
.top-cart .head-cart {
  display: inline-block;
  color: #999;
  vertical-align: middle;
  position: relative;
}
.top-cart .head-cart:hover {
  color: #f05a28;
}
.top-cart .head-cart:hover i {
  color: #f05a28 !important;
}
.top-cart .head-cart .badge {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: -0.625rem;
  right: -0.3125rem;
}
.top-cart .head-cart i {
  color: #333366 !important;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

#templatelist > .row > .col-md-4 .card-title {
  font-weight: 600;
}
#templatelist > .row #templates_listing_area .card .card-body {
  justify-content: center;
}

.btn-group #list {
  border-radius: 0 1.25rem 1.25rem 0;
  -moz-border-radius: 0 1.25rem 1.25rem 0;
  -webkit-border-radius: 0 1.25rem 1.25rem 0;
}

.animated {
  visibility: hidden;
  opacity: 0;
}
.animated.fadeInUp, .animated.fadeInDown, .animated.fadeInLeft, .animated.fadeInRight, .animated.fadeIn {
  visibility: visible;
  opacity: 1;
}

#templatelist .card-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

.popover #login_sidebar {
  border: 0;
}

#category_list a:hover, #category_list a.act {
  color: #f05a28 !important;
}

.awesome-bar {
  position: relative;
  text-align: center;
  background: #f05a28 !important;
}
.awesome-bar p {
  margin-bottom: 0;
}
.awesome-bar .awesome-bar_close {
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.awesome-bar .awesome-bar_close:hover {
  background: rgba(0, 0, 0, 0.7);
}

.google_login {
  border-radius: 1.25rem !important;
  -moz-border-radius: 1.25rem !important;
  -webkit-border-radius: 1.25rem !important;
  overflow: hidden;
}

.middle_inner_section .carousel-control-prev, .middle_inner_section .carousel-control-next {
  margin-block: 0 auto;
  top: -2.2rem;
}
@media only screen and (min-width: 768px) {
  .middle_inner_section .carousel-control-prev, .middle_inner_section .carousel-control-next {
    top: -4.0625rem;
  }
}
.middle_inner_section .carousel-control-prev {
  left: auto;
  right: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .middle_inner_section .carousel-control-prev {
    right: 3.125rem;
  }
}
.middle_inner_section .pager {
  position: absolute !important;
  top: 0.4375rem;
  right: 0.9375rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  #product-info > div {
    padding-bottom: 4rem !important;
  }
}

#product_info #get-started {
  bottom: 4rem;
  z-index: 13;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 0 0.625rem 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0.625rem 0 rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 768px) {
  #product_info #get-started {
    bottom: 0;
  }
}
#product_info:has(.price_calc_unit_price) #get-started {
  bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  #product_info:has(.price_calc_unit_price) #get-started {
    bottom: 0;
  }
}
#product_info:has(.price_calc_weight) #get-started {
  bottom: 6.5rem;
}
@media only screen and (min-width: 768px) {
  #product_info:has(.price_calc_weight) #get-started {
    bottom: 0;
  }
}

#product_images .carousel-control-next {
  margin-bottom: 1.2rem;
  right: 1.25rem;
}
@media only screen and (min-width: 768px) {
  #product_images .carousel-control-next {
    margin-bottom: 1.5625rem;
  }
}
#product_images .carousel-control-prev {
  left: auto;
  margin-bottom: 1.2rem;
  right: 4rem;
}
@media only screen and (min-width: 768px) {
  #product_images .carousel-control-prev {
    right: 4.3125rem;
    margin-bottom: 1.5625rem;
  }
}
#product_images img {
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}
#product_images.thumb_vertical .carousel-thumbs a {
  margin-bottom: 1rem !important;
}
#product_images > .d-md-block > .thumbnail.fancybox {
  border: 0;
}
#product_images .carousel-thumbs a {
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.25);
  padding: 0.1rem;
}
#product_images .carousel-thumbs a.active {
  border-color: #f05a28;
}
#product_images .carousel-thumbs .carousel-thumb img {
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}
#product_images .fancybox.thumbnail {
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}

.visualcal .slick-arrow {
  width: 1.8rem !important;
  height: 1.8rem !important;
}
.visualcal .custom-control .custom-control-label {
  border: 0.0625rem solid rgba(0, 0, 0, 0.25);
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  padding: 0.3rem;
}
.visualcal .custom-control .custom-control-label img {
  margin-inline: auto;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}
.visualcal .custom-control span {
  color: #333333;
}
.visualcal .custom-control-input:checked ~ .custom-control-label {
  border-color: #f05a28;
}
.visualcal .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f05a28;
}
.visualcal .custom-control-input:checked ~ .custom-control-label::after {
  height: 1rem;
  width: 1rem;
}

#productpricetotal {
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  align-content: center;
}
@media only screen and (min-width: 640px) {
  #productpricetotal {
    background-color: transparent !important;
    padding: 1rem;
  }
}
#productpricetotal #producttotalprice {
  align-items: center;
}
#productpricetotal.floating-price {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}

#shippricecalulate {
  position: relative;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}
#shippricecalulate #local_pickup_selection .col-8 {
  text-align: right;
}

.page-header .btn-link > i {
  vertical-align: unset;
}

#faq_details #accordion, #faq_products #accordion {
  margin-bottom: 0 !important;
}
#faq_details .card, #faq_products .card {
  border: 0.0625rem solid #333366 !important;
  border: 0 !important;
  margin-bottom: 0.5rem !important;
}
#faq_details .card .card-header, #faq_products .card .card-header {
  background: transparent;
  padding: 0 !important;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.125);
}
#faq_details .card .card-header a, #faq_products .card .card-header a {
  color: #333333 !important;
}
#faq_details .card a, #faq_products .card a {
  padding: 0.75rem 0;
  display: block;
}
#faq_details .card a .arrowimage::after, #faq_products .card a .arrowimage::after {
  color: #666666 !important;
}
#faq_details .card a.collapsed .arrowimage::after, #faq_products .card a.collapsed .arrowimage::after {
  color: #f05a28 !important;
}
#faq_details .card .card-body, #faq_products .card .card-body {
  padding: 1.3rem 0 0 !important;
}
#faq_details .card:has(.collapsed), #faq_products .card:has(.collapsed) {
  background: transparent !important;
}

.document_print_main #controls .btn {
  text-wrap: nowrap;
}

#shopping-cart .shadow, #quote_create .shadow {
  border-radius: 0.25rem !important;
  -moz-border-radius: 0.25rem !important;
  -webkit-border-radius: 0.25rem !important;
}

#user_reward_point .bg-opacity::before {
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}

#product_design_upload .border {
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}

.uppy-Dashboard-inner {
  border-radius: 0.25rem !important;
  -moz-border-radius: 0.25rem !important;
  -webkit-border-radius: 0.25rem !important;
}

#redeem_reward {
  white-space: nowrap;
}

.advance-search a {
  -webkit-transition: 0.3s ease-in-out 0s;
  -moz-transition: 0.3s ease-in-out 0s;
  -ms-transition: 0.3s ease-in-out 0s;
  -o-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
.advance-search .search_record .products-name {
  line-height: 1.3;
  margin-bottom: 0.5rem !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.advance-search .search_record:hover .products-name {
  color: #f05a28 !important;
}

/*# sourceMappingURL=theme.css.map */
