/*Fonts path*/
/*Fonts path end*/
/*************** background opacity and gradient *******************/
/*************** Shadow *******************/
/*************** Transform *******************/
/*************** Transition *******************/
/*************** Animation *******************/
/*************** Filter *******************/
/*************** Media Query *******************/
/* Branding Theme CSS For All Themes */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.zoom:hover {
  background: #666666;
  background: rgba(102, 102, 102, 0.75);
}

/***** Header tag CSS *****/
#category_product_list .page-header h1 {
  padding-bottom: 0 !important;
}

.page-header {
  color: #000000;
  border-bottom: 0;
}
.page-header h1 small {
  color: #666666 !important;
}

.page-section-header {
  color: #000000;
}
.page-section-header span {
  color: #343a40;
}

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

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

/***** transition css ******/
.card {
  -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;
}

/***** Anchor tag css ******/
a {
  color: #000;
  -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;
  text-decoration: none;
}
a:hover {
  color: #ef8214;
  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;
  line-height: 1.3;
  border-radius: 5rem;
  -moz-border-radius: 5rem;
  -webkit-border-radius: 5rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 1248px) {
  .btn {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.btn.rounded {
  border-radius: 5rem !important;
  -moz-border-radius: 5rem !important;
  -webkit-border-radius: 5rem !important;
}
.btn.btn-lg {
  padding: 0.6rem 1.3;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .btn.btn-lg {
    padding: 0.6rem 1.5rem;
  }
}
@media only screen and (min-width: 1248px) {
  .btn.btn-lg {
    padding: 0.6rem 1.8rem;
  }
}
.btn.btn-lg i {
  -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;
  transform: translateX(0px);
  margin-left: 3px;
}
.btn.btn-lg:hover i {
  transform: translateX(5px);
}
.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-sm,
.btn-group-sm > .btn {
  border-radius: 5rem;
  -moz-border-radius: 5rem;
  -webkit-border-radius: 5rem;
}

.btn-group .btn.btn-primary, .btn-group .btn.btn-outline-primary {
  background-color: transparent !important;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border: 0;
  color: #7C7D7D;
}
.btn-group .btn.btn-primary i, .btn-group .btn.btn-outline-primary i {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.btn-group .btn.btn-primary {
  color: #ef8214;
}
.btn-group .btn.btn-outline-primary:hover, .btn-group .btn.btn-outline-primary:focus, .btn-group .btn.btn-outline-primary:active {
  color: #ef8214;
}
.btn-group .btn.btn-outline-primary:focus-visible {
  border-color: #ef8214;
}

.btn-primary {
  background: black;
  border-color: black;
  color: #fff;
}
.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: #ffffff;
  border-color: black;
  color: #000000;
}
.btn-primary.disabled, .btn-primary:disabled {
  background: gray !important;
  border-color: gray !important;
  color: #fff;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-info {
  background: #ef8214;
  border-color: #ef8214;
  color: #fff;
}
.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: #ffffff;
  border-color: #ef8214;
  color: #ef8214;
}
.btn-info.disabled, .btn-info:disabled {
  background: gray !important;
  border-color: gray !important;
  color: #fff;
  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: #ffffff;
  border-color: #666666;
  color: #666666 !important;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background: gray !important;
  border-color: gray !important;
  color: #fff;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-success {
  background: #1A1F34;
  border-color: #1A1F34;
  color: #ffffff;
}
.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 {
  color: #1A1F34;
  background: #fff;
  border-color: #1A1F34;
}
.btn-success.disabled, .btn-success:disabled {
  background: gray !important;
  border-color: gray !important;
  color: #fff;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

/***** Outline Button ******/
.btn-outline-primary {
  border-color: #000000;
  color: #000000;
}
.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: #000000;
  color: #ffffff;
  border-color: #000000;
}

.btn-outline-secondary {
  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 {
  border-color: #ef8214;
  color: #ef8214;
}
.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: #ef8214;
  color: #ffffff;
  border-color: #ef8214;
}

/***** Link Button ******/
.btn-link {
  color: #000000 !important;
  word-break: break-word;
}
.btn-link:hover, .btn-link:focus {
  color: #ef8214 !important;
}
.btn-link:disabled, .btn-link.disabled {
  color: #ef8214;
}

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

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

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

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

#loading-text {
  color: #000000;
}

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

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

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

.text-success {
  color: #1A1F34 !important;
}

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

.badge-info {
  background: #000000;
}

/***** Text-Color with Anchor Tag *****/
a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}
a.text-info:hover, a.text-info:focus {
  color: black !important;
}

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

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

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

.bg-light-blue {
  background: #F8F9FA;
}

.bg-week-1-clr {
  background-color: #a3e4e6;
}

.bg-week-2-clr {
  background-color: #e3d6b3;
}

.bg-week-3-clr {
  background-color: #cabdfe;
}

.bg-gredient {
  background: linear-gradient(90deg, rgb(216.75, 216.75, 216.75), rgb(252.0039840637, 231.593625498, 210.9960159363));
}

.text-dark {
  color: #000000 !important;
}

.banner-bg {
  background-color: #fbeedd;
}

/***** Dropdown-color *****/
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
  background-Color: #f8f9fa;
}

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

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

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000000;
  background-color: #000000;
}

/***** Input border-color on focus *****/
.form-control {
  border: 1px solid rgb(165.75, 165.75, 165.75);
}
.form-control:focus {
  border-color: #000000;
}

.form-control,
.custom-select {
  height: calc(1.5em + 1.2rem + 2px);
}
.form-control:focus,
.custom-select:focus {
  border-color: #000000 !important;
}
.form-control:focus ~ .col-form-label,
.custom-select:focus ~ .col-form-label {
  color: #000000 !important;
}

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

/**** search dropdown****/
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
  background-color: #000000;
}
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor strong {
  color: #ffffff;
}
.tt-dropdown-menu .tt-suggestion a {
  color: #343a40;
}
.tt-dropdown-menu .tt-suggestion a strong {
  color: #343a40;
}
.tt-dropdown-menu .tt-suggestion:hover strong {
  color: #ffffff !important;
}

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

.account_dashboard_box h4 {
  color: #000000;
}

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

/** template category list **/
#category_list a.act, #category_list a:hover {
  color: #ef8214 !important;
}

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

/** action buttons **/
#action-btn .border {
  border: none !important;
}
#action-btn .btn-title-text.browse_design {
  background-color: #ef8214 !important;
  border-color: transparent !important;
}
#action-btn .btn-title-text.browse_design a {
  color: #fff !important;
}
#action-btn .btn-title-text.browse_design:hover {
  background-color: #fff !important;
  border-color: #ef8214 !important;
}
#action-btn .btn-title-text.browse_design:hover a {
  color: #ef8214 !important;
}
#action-btn .btn-title-text.upload_design {
  background-color: #666666 !important;
  border-color: transparent !important;
}
#action-btn .btn-title-text.upload_design a {
  color: #fff !important;
}
#action-btn .btn-title-text.upload_design:hover {
  background-color: #fff !important;
  border-color: #666666 !important;
}
#action-btn .btn-title-text.upload_design:hover a {
  color: #666666 !important;
}
#action-btn .btn-title-text.custom_design {
  background-color: #000000 !important;
  border-color: transparent !important;
}
#action-btn .btn-title-text.custom_design a {
  color: #fff !important;
}
#action-btn .btn-title-text.custom_design:hover {
  background-color: #fff !important;
  border-color: #000000 !important;
}
#action-btn .btn-title-text.custom_design:hover a {
  color: #000000 !important;
}
#action-btn .btn-title-text.quote_product {
  background-color: #666666 !important;
  border-color: transparent !important;
}
#action-btn .btn-title-text.quote_product a {
  color: #fff !important;
}
#action-btn .btn-title-text.quote_product:hover {
  background-color: #fff !important;
  border-color: #666666 !important;
}
#action-btn .btn-title-text.quote_product:hover a {
  color: #666666 !important;
}
#action-btn .btn-title-text.hire_designer {
  background-color: #000000 !important;
  border-color: transparent !important;
}
#action-btn .btn-title-text.hire_designer a {
  color: #fff !important;
}
#action-btn .btn-title-text.hire_designer:hover {
  background-color: #fff !important;
  border-color: #000000 !important;
}
#action-btn .btn-title-text.hire_designer:hover a {
  color: #000000 !important;
}
#action-btn .btn-title-text.upload_design_later {
  border: 1px solid #666 !important;
}
#action-btn .btn-title-text.upload_design_later a {
  color: #666 !important;
}
#action-btn .btn-title-text.upload_design_later:hover {
  background-color: #666 !important;
  border-color: transparent !important;
}
#action-btn .btn-title-text.upload_design_later:hover a {
  color: #fff !important;
}
#action-btn .btn-title-text span {
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  margin-block: 0 !important;
  align-items: center;
  justify-content: space-between;
}
#action-btn .btn-img-text {
  flex-flow: column;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgb(165.75, 165.75, 165.75);
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}
#action-btn .btn-img-text i {
  margin-right: 0 !important;
}
#action-btn .btn-img-text .media-body .h4 {
  color: #000000;
  -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;
}
#action-btn .btn-img-text:hover {
  border-color: #ddd;
  box-shadow: 0px 0px 10px 5px rgba(204, 204, 204, 0.5098039216);
}
#action-btn .btn-img-text:hover .h4 {
  color: #ef8214;
}
#action-btn .btn-img-text.browse-design i:before {
  content: url("https://d29hz7my4l83cj.cloudfront.net/opscmtfou/images/contentimages/images/browse_design_img.jpg");
}
#action-btn .btn-img-text.custom-design i:before {
  content: url("https://d29hz7my4l83cj.cloudfront.net/opscmtfou/images/contentimages/images/custom_design_img.jpg");
}
#action-btn .btn-img-text.upload-design i:before {
  content: url("https://d29hz7my4l83cj.cloudfront.net/opscmtfou/images/contentimages/images/upload_design_img.jpg");
}
#action-btn .btn-img-text.ico-quote-design i:before {
  content: url("https://d29hz7my4l83cj.cloudfront.net/opscmtfou/images/contentimages/images/quote_action_btn_img.png");
}
#action-btn .btn-img-text.ico-quote-design:hover {
  color: #ef8214 !important;
}
#action-btn .btn-img-text.ico-hire-designer {
  color: #000000 !important;
}
#action-btn .btn-img-text.ico-hire-designer i:before {
  content: url("https://d29hz7my4l83cj.cloudfront.net/opscmtfou/images/contentimages/images/hire_action_btn_img.png");
}
#action-btn .btn-img-text.ico-hire-designer:hover {
  color: #ef8214 !important;
}

/** breadcrumb **/
.breadcrumb {
  margin-bottom: 0;
  padding-top: 0;
}
.breadcrumb li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.breadcrumb li a {
  color: #666666;
}
.breadcrumb li:hover, .breadcrumb li.active {
  color: #000000;
}
.breadcrumb li:hover a, .breadcrumb li.active a {
  color: #000000;
}

/* Date Picker CSS */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background: #ef8214;
  color: #000000;
}

/**** Override Bootstrap class css ****/
.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-normal {
  font-weight: 600 !important;
}

.font-weight-light {
  font-weight: 500 !important;
}

.rounded-circle {
  border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
}

.bootstrap-select .dropdown-toggle {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: rgb(127.5, 127.5, 127.5) !important;
  border: 1px solid rgb(165.75, 165.75, 165.75);
  line-height: 1.8;
}
.bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.bootstrap-select .dropdown-menu .dropdown-item {
  color: rgb(127.5, 127.5, 127.5) !important;
}
.bootstrap-select .dropdown-menu .dropdown-item.active, .bootstrap-select .dropdown-menu .dropdown-item:hover {
  color: black !important;
}
.bootstrap-select > .dropdown-menu {
  border: 1px solid #000000;
}
.bootstrap-select.show .dropdown-toggle {
  background: transparent;
  border-color: #000000;
}

.form-group .input-group label {
  color: rgb(127.5, 127.5, 127.5) !important;
  font-size: 14px;
  font-size: 0.875rem;
}
.form-group .input-group .input-group-append .input-group-text {
  -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;
  border: 1px solid rgb(165.75, 165.75, 165.75) !important;
  border-radius: 0px 5px 5px 0px !important;
  -moz-border-radius: 0px 5px 5px 0px !important;
  -webkit-border-radius: 0px 5px 5px 0px !important;
}
.form-group .input-group .form-control:focus + .input-group-append .input-group-text {
  -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;
  border: 1px solid #000000 !important;
}
.form-group .input-valid {
  color: #000000 !important;
}
.form-group .input-valid ~ .col-form-label {
  color: #000000 !important;
}

.form-inline .input-group .form-control {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}
.form-inline .input-group .dropdown.bootstrap-select {
  margin-right: 5px !important;
}

#product-info:not(.kitproductinfo) .visualcal .custom-control:not(.custom-switch), #products_additional_options:not(.kitproductinfo) .visualcal .custom-control:not(.custom-switch) {
  padding: 0.5rem !important;
  border: 2px solid rgb(229.5, 229.5, 229.5);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
}
#product-info:not(.kitproductinfo) .visualcal .custom-control:not(.custom-switch):has(input[type=radio]:checked), #product-info:not(.kitproductinfo) .visualcal .custom-control:not(.custom-switch):has(input[type=checkbox]:checked), #products_additional_options:not(.kitproductinfo) .visualcal .custom-control:not(.custom-switch):has(input[type=radio]:checked), #products_additional_options:not(.kitproductinfo) .visualcal .custom-control:not(.custom-switch):has(input[type=checkbox]:checked) {
  border: 2px solid #000000;
  -webkit-box-shadow: 0 0px 0.365rem 0 rgb(127.5, 127.5, 127.5);
  -moz-box-shadow: 0 0px 0.365rem 0 rgb(127.5, 127.5, 127.5);
  box-shadow: 0 0px 0.365rem 0 rgb(127.5, 127.5, 127.5);
}
#product-info:not(.kitproductinfo) .visualcal .custom-control:not(.custom-switch):has(input[type=radio]:checked) span, #product-info:not(.kitproductinfo) .visualcal .custom-control:not(.custom-switch):has(input[type=checkbox]:checked) span, #products_additional_options:not(.kitproductinfo) .visualcal .custom-control:not(.custom-switch):has(input[type=radio]:checked) span, #products_additional_options:not(.kitproductinfo) .visualcal .custom-control:not(.custom-switch):has(input[type=checkbox]:checked) span {
  color: #000000;
}
#product-info:not(.kitproductinfo) .visualcal .custom-control:not(.custom-switch) label::after, #product-info:not(.kitproductinfo) .visualcal .custom-control:not(.custom-switch) label::before, #products_additional_options:not(.kitproductinfo) .visualcal .custom-control:not(.custom-switch) label::after, #products_additional_options:not(.kitproductinfo) .visualcal .custom-control:not(.custom-switch) label::before {
  content: normal;
}

.awesome-bar {
  text-align: center;
  position: sticky;
  top: 45px;
}
@media only screen and (min-width: 768px) {
  .awesome-bar {
    top: 112.75px;
  }
}
@media only screen and (min-width: 1248px) {
  .awesome-bar {
    top: 120.75px;
  }
}

.get-started_fancybox .is-close-btn {
  display: none;
}
.get-started_fancybox #actionButtonsModal .is-close-btn {
  display: block;
  top: unset;
  right: 16px;
}

/***** Fonts *****/
body {
  font-family: "Open Sans", sans-serif;
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1248px) {
  body {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
body.home_page_body .body-container {
  padding-top: 0;
}

h1,
.h1 {
  color: #000000;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: -0.0625rem;
}
@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1248px) {
  h1,
  .h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

h2,
.h2 {
  color: #000000;
  font-weight: 700 !important;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: -0.0625rem;
}
@media only screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media only screen and (min-width: 1248px) {
  h2,
  .h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

h3,
.h3 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media only screen and (min-width: 1248px) {
  h3,
  .h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h4,
.h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1248px) {
  h4,
  .h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h5,
.h5 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

@media only screen and (min-width: 1248px) {
  .container, .breadcrumb_container, .page-header {
    max-width: 1300px;
  }
}

.page-header {
  margin-bottom: 0.8rem;
}

.awesome-bar {
  position: relative;
}
.awesome-bar .awesome-bar_close {
  top: 50% !important;
  transform: translateY(-50%);
}

.breadcrumb_container .breadcrumb {
  margin-bottom: 0.5rem;
}
.breadcrumb_container .breadcrumb span small, .breadcrumb_container .breadcrumb span .btn {
  display: none !important;
}

.navbar .navbar-nav {
  margin: auto !important;
}
.navbar .navbar-nav .nav-item > .nav-link {
  padding: 1rem !important;
  color: #000000 !important;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.navbar .navbar-nav .nav-item:hover .nav-link {
  color: #ef8214 !important;
}
.navbar .navbar-nav .nav-item.submenu_custom_link .dropdown-menu .dropdown-submenu:hover > a, .navbar .navbar-nav .nav-item.submenu_custom_link .dropdown-menu .dropdown-submenu.active > a {
  background: rgb(242.25, 242.25, 242.25);
  color: #ef8214 !important;
}
.navbar .navbar-nav .nav-item.submenu_custom_link .dropdown-menu .dropdown-submenu:hover > a::after, .navbar .navbar-nav .nav-item.submenu_custom_link .dropdown-menu .dropdown-submenu.active > a::after {
  color: #ef8214;
}
.navbar .navbar-nav .nav-item.submenu_custom_link .dropdown-menu .dropdown-submenu .dropdown-menu li a {
  color: #1A1F34;
}
.navbar .navbar-nav .nav-item.submenu_custom_link .dropdown-menu .dropdown-submenu .dropdown-menu li a:hover, .navbar .navbar-nav .nav-item.submenu_custom_link .dropdown-menu .dropdown-submenu .dropdown-menu li a:focus, .navbar .navbar-nav .nav-item.submenu_custom_link .dropdown-menu .dropdown-submenu .dropdown-menu li a.active {
  color: #ef8214;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .card-columns .card {
  margin-bottom: 0 !important;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled > li a {
  border-color: transparent !important;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled > li a::before {
  display: none !important;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled > li:hover > a, .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled > li.active > a {
  background: rgb(242.25, 242.25, 242.25);
  color: #ef8214 !important;
  position: relative;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled > li:hover > a::after, .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled > li.active > a::after {
  color: #ef8214 !important;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .list-unstyled > li .dropdown-menu {
  border-color: transparent !important;
  background: rgb(242.25, 242.25, 242.25);
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu .dropdown-menu {
  background: #fff;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu .dropdown-menu a {
  border: 0;
  color: #1A1F34 !important;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-submenu .dropdown-menu .list-unstyled li a:hover {
  color: #ef8214 !important;
}
.navbar .navbar-nav .nav-item.show .nav-link {
  color: #ef8214 !important;
}
.navbar .navbar-nav .nav-item.all-category-menu .dropdown-menu {
  height: calc(100vh - 90px);
  overflow-y: auto;
}
.navbar .navbar-nav .nav-item .dropdown-divider {
  margin-top: 0 !important;
}
.navbar .navbar-nav .nav-item:has(.fa-long-arrow-right) .nav-link::after {
  display: none;
}
.navbar .navbar-nav .exlink button {
  font-weight: 600;
  color: #000000 !important;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  font-weight: 400 !important;
  padding: 0.5rem 1rem !important;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #ef8214 !important;
  background-color: transparent;
}
.navbar .navbar-nav .dropdown-menu ul .dropdown-item:hover strong {
  -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;
  color: #ef8214 !important;
}
.navbar .navbar-nav .dropdown-menu .card-columns .all-product {
  padding: 0.25rem 1rem !important;
  display: inline-block;
  vertical-align: middle;
}
.navbar .navbar-nav .dropdown-menu .card-columns .all-product:hover {
  color: #ef8214 !important;
}
.navbar .dropdown-menu li:hover > a {
  background: rgb(242.25, 242.25, 242.25);
  color: #ef8214;
}
.navbar .sticky-top {
  -webkit-box-shadow: 0rem 0.3125rem 0.3125rem 0rem #ccc;
  -moz-box-shadow: 0rem 0.3125rem 0.3125rem 0rem #ccc;
  box-shadow: 0rem 0.3125rem 0.3125rem 0rem #ccc;
}
.navbar .navbar-brand {
  max-width: 150px;
}
.navbar .navbar-brand img {
  max-height: none;
  max-width: 100%;
}

nav .dropdown-menu li {
  background: transparent !important;
}
nav .dropdown-menu li:hover > a {
  background: rgb(242.25, 242.25, 242.25);
  color: #ef8214;
}

@media only screen and (min-width: 1248px) {
  .top-header {
    padding-bottom: 0.5rem !important;
  }
}
.top-header .header-search .twitter-typeahead {
  width: 100%;
}
.top-header .header-search .twitter-typeahead:after {
  width: 2.8125rem;
  color: #666666;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}
.top-header .header-search .twitter-typeahead #top_search {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 1.2rem;
  border: 1px solid rgb(165.75, 165.75, 165.75);
  color: #000000;
}
.top-header .header-search .advance-search-dropdown {
  left: 0;
}
.top-header .header-search .advance-search .searchable-img {
  padding: 3px;
}
.top-header .header-search .advance-search .searchable-img .img-fluid {
  object-fit: cover;
}
.top-header .top_header_content {
  margin-right: 0.5rem !important;
}
.top-header .top_header_content a {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
.top-header .top_header_content a span {
  -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;
  color: #000000 !important;
}
.top-header .top_header_content:hover a span {
  color: #ef8214 !important;
}
.top-header .top-links .logout-dropdown {
  z-index: 1000;
}
.top-header .top-links .list-inline-item {
  margin: 0 0 0 0.8rem !important;
}
@media only screen and (min-width: 1248px) {
  .top-header .top-links .list-inline-item {
    margin: 0 0 0 1rem !important;
  }
}
.top-header .top-links li a {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}
.top-header .top-links li a:hover .badge-primary {
  background-color: #ef8214 !important;
}
.top-header .top-links li a i {
  -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;
  margin-right: 0.4rem;
  color: rgb(114.75, 114.75, 114.75);
  font-size: 14px !important;
  font-size: 0.875rem !important;
}
@media only screen and (min-width: 768px) {
  .top-header .top-links li a i {
    font-size: 16px !important;
    font-size: 1rem !important;
    margin-right: 0.12rem;
  }
}
.top-header .top-links li a span {
  text-transform: capitalize;
}
.top-header .top-links li a span.cart_count {
  position: absolute;
  font-size: 10px !important;
  left: 8px;
  top: -10px;
}
.top-header .top-links li a > span {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}
@media only screen and (min-width: 768px) {
  .top-header .top-links li a > span {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.top-header .top-links li a > span:first-of-type {
  display: none;
}
@media only screen and (min-width: 1248px) {
  .top-header .top-links li a > span:first-of-type {
    display: inline;
  }
}
.top-header .top-links li a:hover i {
  color: #ef8214 !important;
}
.top-header .navbar-brand {
  max-width: 250px;
}

#top-banner .carousel-caption {
  height: 100%;
  left: 0;
  max-width: 100%;
  width: 100%;
  padding-block: 0;
  top: 0;
  bottom: auto;
}
#top-banner .carousel-item,
#top-banner .banner {
  min-height: auto !important;
}
#top-banner .carousel-item p,
#top-banner .banner p {
  color: #000 !important;
}

@keyframes marqueeTop {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@keyframes marqueeBottom {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .header-content .header-content-main {
    margin-top: -3.5rem !important;
  }
}
.header-content .container .header-content-wrap {
  max-width: 1077px;
  -webkit-box-shadow: 0px 3px 0.5rem 0px #ccc;
  -moz-box-shadow: 0px 3px 0.5rem 0px #ccc;
  box-shadow: 0px 3px 0.5rem 0px #ccc;
  border-radius: 0rem;
  -moz-border-radius: 0rem;
  -webkit-border-radius: 0rem;
}
@media only screen and (min-width: 768px) {
  .header-content .container .header-content-wrap {
    border-radius: 12.5rem;
    -moz-border-radius: 12.5rem;
    -webkit-border-radius: 12.5rem;
  }
}
.header-content .container .header-content-wrap .icon > span {
  font-size: 35px;
  font-size: 2.1875rem;
}

.explore-choice-sec h2 {
  font-size: 23px;
  font-size: 1.4375rem;
}
@media only screen and (min-width: 768px) {
  .explore-choice-sec h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.explore-choice-sec .row .card {
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
.explore-choice-sec .row .card .btn-outline-primary {
  background-color: #fff;
  border-color: #fff !important;
}
.explore-choice-sec .row .card:hover {
  -webkit-box-shadow: 0px 0px 0.7rem 0px rgb(178.5, 178.5, 178.5);
  -moz-box-shadow: 0px 0px 0.7rem 0px rgb(178.5, 178.5, 178.5);
  box-shadow: 0px 0px 0.7rem 0px rgb(178.5, 178.5, 178.5);
}
.explore-choice-sec .row .card:hover .btn-outline-primary {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000 !important;
}
.explore-choice-sec .row .card .card-body {
  bottom: 0;
  left: 0;
}
.explore-choice-sec .row .big-box .card .card-body {
  left: auto;
  right: 0.9375rem;
}

.easy-peasy-sec .right-arrow {
  right: 0;
  top: auto;
  transform: none;
  left: 0;
  rotate: 90deg;
}
@media only screen and (min-width: 768px) {
  .easy-peasy-sec .right-arrow {
    left: auto;
    top: 45%;
    rotate: 0deg;
  }
}
.easy-peasy-sec .right-arrow path {
  stroke: #000000;
}

@keyframes moveRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animated-arrow {
  animation: moveRight 1.5s linear infinite;
}

#related-product,
#categoryTabContent {
  background: linear-gradient(90deg, rgb(216.75, 216.75, 216.75), rgb(252.0039840637, 231.593625498, 210.9960159363));
  padding: 0.5rem 1.5rem;
  overflow: visible;
  position: relative !important;
}
@media only screen and (min-width: 768px) {
  #related-product,
  #categoryTabContent {
    padding: 1.5rem 0 1.5rem 2.5rem;
  }
}
#related-product .carousel-item,
#categoryTabContent .carousel-item {
  position: static !important;
}
#related-product .slick-list,
#categoryTabContent .slick-list {
  position: static !important;
}
#related-product .slick-list .slick-track,
#categoryTabContent .slick-list .slick-track {
  padding-block: 1rem;
}
#related-product .slick-list .slick-track .slick-slide,
#categoryTabContent .slick-list .slick-track .slick-slide {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-inline: 1rem !important;
  padding-inline: 0rem !important;
}
#related-product .slick-list .slick-track .slick-slide .card,
#categoryTabContent .slick-list .slick-track .slick-slide .card {
  margin-bottom: 0px !important;
  border: 0 !important;
}
#related-product .slick-list .slick-track .slick-slide .card:hover,
#categoryTabContent .slick-list .slick-track .slick-slide .card:hover {
  -webkit-box-shadow: 0px 0px 0.7rem 0px rgb(178.5, 178.5, 178.5);
  -moz-box-shadow: 0px 0px 0.7rem 0px rgb(178.5, 178.5, 178.5);
  box-shadow: 0px 0px 0.7rem 0px rgb(178.5, 178.5, 178.5);
}
#related-product .slick-list .slick-track .slick-slide .card .caption,
#categoryTabContent .slick-list .slick-track .slick-slide .card .caption {
  margin-block: 0.5rem !important;
}
#related-product .slick-list .slick-track .slick-slide .card h3,
#categoryTabContent .slick-list .slick-track .slick-slide .card h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2.75rem;
  margin: 1rem 0.5rem !important;
  color: rgb(17.85, 17.85, 17.85) !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  #related-product .slick-list .slick-track .slick-slide .card h3,
  #categoryTabContent .slick-list .slick-track .slick-slide .card h3 {
    margin: 0.1rem 1.2rem 0.4rem !important;
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media only screen and (min-width: 1248px) {
  #related-product .slick-list .slick-track .slick-slide .card h3,
  #categoryTabContent .slick-list .slick-track .slick-slide .card h3 {
    margin: 0.1rem 1.3rem 0.4rem !important;
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
#related-product .slick-list .slick-track .slick-slide .card .card-body,
#categoryTabContent .slick-list .slick-track .slick-slide .card .card-body {
  padding: 0.5rem !important;
}
#related-product .slick-list .slick-track .slick-slide .card .card-body .card-text p,
#categoryTabContent .slick-list .slick-track .slick-slide .card .card-body .card-text p {
  display: none;
}
#related-product .slick-list .slick-track .slick-slide .card .card-footer,
#categoryTabContent .slick-list .slick-track .slick-slide .card .card-footer {
  display: none !important;
}
#related-product .slick-list .slick-track .slick-slide .card .card-text,
#categoryTabContent .slick-list .slick-track .slick-slide .card .card-text {
  margin: 0 1.1rem 0.9rem !important;
}
@media only screen and (min-width: 768px) {
  #related-product .slick-list .slick-track .slick-slide .card .card-text,
  #categoryTabContent .slick-list .slick-track .slick-slide .card .card-text {
    margin: 0 1.2rem 0.9rem !important;
  }
}
@media only screen and (min-width: 1248px) {
  #related-product .slick-list .slick-track .slick-slide .card .card-text,
  #categoryTabContent .slick-list .slick-track .slick-slide .card .card-text {
    margin: 0 1.3rem 0.9rem !important;
  }
}

.week-deal-sec .card-img-top {
  opacity: 0.2;
  bottom: 0;
  left: 0;
}
.week-deal-sec .prod-img {
  right: 1.5rem;
  bottom: 0;
}
@media only screen and (min-width: 1248px) {
  .week-deal-sec .prod-img {
    right: 2.5rem;
  }
}
.week-deal-sec .deal-card-bg1 .card-title,
.week-deal-sec .deal-card-bg1 .card-title-sm {
  color: rgb(13.141025641, 47.3076923077, 48.358974359);
}
.week-deal-sec .deal-card-bg2 .card-title,
.week-deal-sec .deal-card-bg2 .card-title-sm {
  color: rgb(54.4423076923, 45.1298076923, 20.0576923077);
}
.week-deal-sec .deal-card-bg3 .card-title,
.week-deal-sec .deal-card-bg3 .card-title-sm {
  color: rgb(23.2985074627, 1.6641791045, 109.8358208955);
}
.week-deal-sec .card {
  min-height: 21.875rem;
}
@media only screen and (min-width: 1248px) {
  .week-deal-sec .card {
    min-height: 25rem;
  }
}
.week-deal-sec .card .card-body .card-title {
  opacity: 0.9;
  font-size: 56px;
  font-size: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .week-deal-sec .card .card-body .card-title {
    font-size: 65px;
    font-size: 4.0625rem;
  }
}
@media only screen and (min-width: 1248px) {
  .week-deal-sec .card .card-body .card-title {
    font-size: 80px;
    font-size: 5rem;
  }
}
.week-deal-sec .card .card-body .card-title span {
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .week-deal-sec .card .card-body .card-title span {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width: 1248px) {
  .week-deal-sec .card .card-body .card-title span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.week-deal-sec .card .card-body .card-title-sm {
  opacity: 0.9;
}
.week-deal-sec .btn {
  bottom: -1.25rem;
  left: 1.125rem;
}

.design-sig-sec .container .bg {
  background: rgb(229.5, 229.5, 229.5);
}
.design-sig-sec .container .bg .row {
  padding: 1.5rem 0;
}
@media only screen and (min-width: 768px) {
  .design-sig-sec .container .bg .row {
    padding: 2.5rem;
  }
}
.design-sig-sec .accordion {
  cursor: pointer;
}
.design-sig-sec .accordion .card {
  border-width: 0.125rem !important;
  border-style: solid;
}
.design-sig-sec .accordion .card .card-body {
  padding-bottom: 0rem !important;
}
@media only screen and (min-width: 1248px) {
  .design-sig-sec .accordion .card .card-body {
    padding-bottom: 0rem !important;
  }
}
.design-sig-sec .accordion .card:last-of-type {
  border-bottom: 2px solid #ffffff !important;
}
.design-sig-sec .accordion .card:not(:first-child) {
  margin-top: 1rem;
}
@media only screen and (min-width: 1248px) {
  .design-sig-sec .accordion .card:not(:first-child) {
    margin-top: 1.3125rem;
  }
}
.design-sig-sec .accordion .card:not(:has(.collapsed)) {
  background-color: #ffffff !important;
}
.design-sig-sec .accordion .card:not(:has(.collapsed)) h3 {
  -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;
}
.design-sig-sec .accordion .card:not(:has(.collapsed)) .icon-right-arrow-icon {
  opacity: 1;
}
.design-sig-sec .accordion .card:not(:has(.collapsed))::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.25rem;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #ef8214;
  animation-name: grow-line;
  animation-duration: 3s;
}
.design-sig-sec .accordion .card .icon-right-arrow-icon {
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  pointer-events: none;
}
.design-sig-sec .need-help h4 span {
  text-decoration: none;
}

@keyframes grow-line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.three-column-sec .container .bg {
  background: rgb(252.0039840637, 231.593625498, 210.9960159363);
}
@media only screen and (min-width: 1248px) {
  .three-column-sec .container .card {
    order: 1;
  }
}
.three-column-sec .container .card h2 {
  color: rgb(3.7450199203, 2.0079681275, 0.2549800797);
}
.three-column-sec .container .card:first-child {
  order: 1;
}
@media only screen and (min-width: 1248px) {
  .three-column-sec .container .card:first-child {
    order: 1;
  }
}
.three-column-sec .container .card:nth-child(2) {
  order: 3;
}
@media only screen and (min-width: 1248px) {
  .three-column-sec .container .card:nth-child(2) {
    order: 2;
  }
}
.three-column-sec .container .card:nth-child(3) {
  order: 2;
}
@media only screen and (min-width: 1248px) {
  .three-column-sec .container .card:nth-child(3) {
    order: 3;
  }
}

.middle_inner_section #home_page {
  background: linear-gradient(90deg, rgb(216.75, 216.75, 216.75), rgb(252.0039840637, 231.593625498, 210.9960159363));
}
@media only screen and (min-width: 1248px) {
  .middle_inner_section #home_page {
    padding: 2rem;
  }
}
.middle_inner_section #home_page .carousel-item {
  padding: 1.5rem;
}
.middle_inner_section #home_page .carousel-item .card:hover {
  -webkit-box-shadow: 0px 0px 0.7rem 0px rgb(178.5, 178.5, 178.5);
  -moz-box-shadow: 0px 0px 0.7rem 0px rgb(178.5, 178.5, 178.5);
  box-shadow: 0px 0px 0.7rem 0px rgb(178.5, 178.5, 178.5);
}
@media only screen and (min-width: 768px) {
  .middle_inner_section #home_page .carousel-item .card {
    margin-bottom: 0 !important;
  }
}
.middle_inner_section #home_page .carousel-item .card .card-body {
  padding: 1.25rem !important;
}
.middle_inner_section #home_page .carousel-item .card .card-body .card-text ul {
  display: none;
}
.middle_inner_section #home_page .carousel-item .card .card-body .card-text p {
  display: none !important;
}
.middle_inner_section #home_page .carousel-item .card .card-body .card-text span {
  font-size: 13px !important;
  font-size: 0.8125rem !important;
}
.middle_inner_section #home_page .carousel-item .card .card-body .card-text span strong {
  font-size: 16px !important;
  font-size: 1rem !important;
  display: block;
}
.middle_inner_section #home_page .carousel-item .card .card-footer {
  display: none !important;
}
.middle_inner_section #home_page .pager {
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.middle_inner_section #home_page .pager .btn {
  margin: 0 !important;
  border-color: transparent;
  background-color: #fff !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0.5rem 0px #ccc;
  -moz-box-shadow: 0px 0px 0.5rem 0px #ccc;
  box-shadow: 0px 0px 0.5rem 0px #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.0831rem !important;
  height: 2.0831rem !important;
}
@media only screen and (min-width: 1248px) {
  .middle_inner_section #home_page .pager .btn {
    width: 2.625rem !important;
    height: 2.625rem !important;
  }
}
.middle_inner_section #home_page .pager .btn[data-slide=prev] {
  position: absolute;
  left: 0;
  top: 0;
}
.middle_inner_section #home_page .pager .btn[data-slide=prev]:before {
  content: "\f053";
}
.middle_inner_section #home_page .pager .btn[data-slide=prev]:hover {
  background-color: #ef8214 !important;
}
.middle_inner_section #home_page .pager .btn[data-slide=prev]:hover::before {
  color: #fff;
}
.middle_inner_section #home_page .pager .btn[data-slide=next] {
  position: absolute;
  right: 0;
  top: 0;
}
.middle_inner_section #home_page .pager .btn[data-slide=next]::before {
  content: "\f054";
}
.middle_inner_section #home_page .pager .btn[data-slide=next]:hover {
  background-color: #ef8214 !important;
}
.middle_inner_section #home_page .pager .btn[data-slide=next]:hover::before {
  color: #fff;
}
.middle_inner_section #home_page .pager .btn::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #000000;
  position: absolute;
}
@media only screen and (min-width: 1248px) {
  .middle_inner_section #home_page .pager .btn::before {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    font-weight: 600;
  }
}

.trusted-by-brand .trusted-top-bar.border-bottom {
  border-bottom: 1px solid #ccc !important;
}
.trusted-by-brand .card {
  padding: 1rem 0 1rem !important;
}
@media only screen and (min-width: 768px) {
  .trusted-by-brand .card {
    padding: 1.5rem 1.5rem 0 !important;
  }
}
@media only screen and (min-width: 1248px) {
  .trusted-by-brand .card {
    padding: 2rem 2rem 0 !important;
  }
}
.trusted-by-brand .card:not(:last-child) {
  border-bottom: 1px solid #ccc !important;
}
@media only screen and (min-width: 768px) {
  .trusted-by-brand .card:not(:last-child) {
    border-right: 1px solid #ccc !important;
    border-bottom: none !important;
  }
}
.trusted-by-brand .card:last-child {
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .trusted-by-brand .card:last-child {
    border-bottom: none !important;
    margin-bottom: 0.9375rem;
  }
}
.trusted-by-brand .card .card-body .card-title {
  color: #000000 !important;
}
.trusted-by-brand .card .card-body .user-name {
  color: #666666;
}
.trusted-by-brand .card .card-img-top {
  width: fit-content;
  margin-bottom: 1rem;
}

.sort-categories .overflow-hidden {
  margin-inline: -0.5rem;
}
.sort-categories .slider-cat .cat-block a {
  border-radius: 150px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
}
.sort-categories .slider-cat .cat-block:hover a {
  box-shadow: 0 0 0 5px #ef8214;
}
.sort-categories .slider-cat .cat-block:hover span {
  color: #ef8214;
}
.sort-categories .slider-cat span {
  margin-top: 1.5rem !important;
  font-size: 16px;
  font-size: 1rem;
  -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;
  text-align: center;
  font-weight: 600;
}
.sort-categories .slider-cat span:hover {
  -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;
  color: #ef8214 !important;
}
.sort-categories .slider-cat img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.request-quote-sec {
  margin-bottom: 3rem;
  padding-bottom: 2.375rem;
}
@media only screen and (min-width: 768px) {
  .request-quote-sec {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1248px) {
  .request-quote-sec {
    padding-bottom: 4.375rem;
  }
}
.request-quote-sec .bg-clr-img {
  background-color: rgb(252.0039840637, 231.593625498, 210.9960159363);
}

.newsletter {
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .newsletter {
    background-color: transparent;
    margin-top: -6rem;
  }
}
.newsletter .newsletter-wrap {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
@media only screen and (min-width: 768px) {
  .newsletter .newsletter-wrap {
    -webkit-box-shadow: 0px 3px 0.5rem 0px #ccc;
    -moz-box-shadow: 0px 3px 0.5rem 0px #ccc;
    box-shadow: 0px 3px 0.5rem 0px #ccc;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
  }
}
.newsletter .right-part #footersubscribe_sidebar {
  border: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0 !important;
}
.newsletter .right-part #footersubscribe_sidebar .card-header {
  display: none;
}
.newsletter .right-part #footersubscribe_sidebar .card-body {
  padding: 0;
}
.newsletter .right-part #footersubscribe_sidebar .card-body .help-block,
.newsletter .right-part #footersubscribe_sidebar .card-body div[class=""] {
  display: none;
}
.newsletter .right-part #footersubscribe_sidebar .card-body form {
  display: flex;
  align-items: center;
  position: relative;
}
.newsletter .right-part #footersubscribe_sidebar .card-body form .email {
  margin-bottom: 0;
  width: 100%;
}
.newsletter .right-part #footersubscribe_sidebar .card-body form .email input {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  padding-block: 0.63rem !important;
  padding-left: 1.25rem;
  background: transparent !important;
}
@media only screen and (min-width: 1248px) {
  .newsletter .right-part #footersubscribe_sidebar .card-body form .email input {
    padding-block: 0.69rem !important;
  }
}
.newsletter .right-part #footersubscribe_sidebar .card-body form .email input:focus {
  border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
}
.newsletter .right-part #footersubscribe_sidebar .card-body form .email .input-group-append {
  display: none;
}
.newsletter .right-part #footersubscribe_sidebar .card-body form .email .input-group-require {
  top: -0.3125rem;
  right: -0.1875rem;
  position: absolute;
}
.newsletter .right-part #footersubscribe_sidebar .card-body form .email label {
  left: 0.9375rem;
}
.newsletter .right-part #footersubscribe_sidebar .card-body form .btn {
  position: absolute;
  right: 0;
  padding-inline: 2.125rem;
  height: 100%;
  z-index: 3;
}
.newsletter .right-part #footersubscribe_sidebar .card-body form .btn::before {
  display: none;
}

#footer > .container {
  margin-top: 3rem !important;
}
#footer footer {
  padding-top: 5.6875rem;
}
@media only screen and (min-width: 1248px) {
  #footer footer {
    padding-top: 7.6875rem;
  }
}
#footer footer .footer-logo-part ul li {
  width: 2.25rem;
  height: 2.25rem;
}
#footer footer .footer-logo-part ul li a {
  word-wrap: anywhere;
}
#footer footer .footer-logo-part ul li a span,
#footer footer .footer-logo-part ul li a i {
  -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;
}
#footer footer .footer-logo-part ul li a:hover span,
#footer footer .footer-logo-part ul li a:hover i {
  color: #ef8214 !important;
}
#footer footer .footer-logo-part .call-mail-wrap a {
  word-break: break-all;
}
#footer footer .footer-column a {
  font-weight: 500;
  display: flex !important;
  align-items: center;
  padding-bottom: 0.6rem !important;
  white-space: word-wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #footer footer .footer-column a {
    justify-content: unset;
  }
}
#footer footer .footer-column ul {
  padding: 0;
  list-style-type: none;
}
#footer footer .footer-column ul li {
  padding: 0;
  display: block;
}
@media only screen and (min-width: 1248px) {
  #footer footer .bottom-links.two-colunms {
    column-count: 2;
  }
}
@media only screen and (min-width: 480px) {
  #footer footer .categories-tab ul {
    column-count: 2;
  }
}

.sec-mb {
  margin-bottom: 2rem;
  padding-bottom: 0;
}

.sec-pb {
  padding-bottom: 3rem;
}
@media only screen and (min-width: 1440px) {
  .sec-pb {
    padding-bottom: 4.5rem;
  }
}
@media only screen and (min-width: 1248px) {
  .sec-pb {
    padding-bottom: 5rem;
  }
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 10;
}

.nav-tabs {
  overflow-y: hidden;
  overflow-x: auto;
}
.nav-tabs .nav-item .nav-link {
  padding: 0.5rem 1rem;
  white-space: nowrap;
  border: 0;
  font-weight: 500;
  border-bottom: 3px solid transparent !important;
  margin-right: 0.3rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border-bottom: none;
  position: relative;
}
@media only screen and (min-width: 1248px) {
  .nav-tabs .nav-item .nav-link {
    padding-inline: 1.2rem;
  }
}
.nav-tabs .nav-item .nav-link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  height: 100%;
  width: 0%;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 3px solid #ef8214;
  -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;
  pointer-events: none;
}
.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link:focus {
  color: #000000 !important;
}
.nav-tabs .nav-item .nav-link.active::after, .nav-tabs .nav-item .nav-link:hover::after, .nav-tabs .nav-item .nav-link:focus::after {
  display: none;
}
.nav-tabs .nav-item .nav-link.active::before, .nav-tabs .nav-item .nav-link:hover::before, .nav-tabs .nav-item .nav-link:focus::before {
  width: 100%;
}

#product-long-description-two #faq #accordion2 {
  padding-top: 1rem;
}
#product-long-description-two #faq #accordion2 .card-header {
  padding-inline: 1.25rem !important;
}

.sidebar .list-group-item ul li a {
  color: #000000 !important;
}
.sidebar .list-group-item ul li a:hover {
  color: #ef8214 !important;
}

#togglemenu_sidebar .card-body .accordion-menu .list-group-item a.text-info,
#togglemenu_sidebar .card-body #accordionmenu .list-group-item a.text-info {
  color: #000000 !important;
}

#straightmenu .list-group-item a.all-product {
  color: #000000 !important;
}
#straightmenu .list-group-item a:not(.all-product) {
  color: #000000 !important;
}
#straightmenu .list-group-item a:not(.all-product):hover {
  color: #ef8214 !important;
}

#cssmenu .list-group-item > a {
  color: #000000 !important;
}

#frm_search_tmp.search_btn, button.search_btn {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  margin-left: 5px;
}
#frm_search_tmp .search_btn, button .search_btn {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  margin-left: 5px;
}
#frm_search_tmp .search_btn i, button .search_btn i {
  padding-inline: 0rem !important;
}

.slick-slider .slick-arrow {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 !important;
  -webkit-box-shadow: 0px 0px 0.5rem 0px rgb(178.5, 178.5, 178.5);
  -moz-box-shadow: 0px 0px 0.5rem 0px rgb(178.5, 178.5, 178.5);
  box-shadow: 0px 0px 0.5rem 0px rgb(178.5, 178.5, 178.5);
  width: 1.875rem !important;
  height: 1.875rem !important;
  background-color: #ffffff !important;
  z-index: 2;
  -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;
}
.slick-slider .slick-arrow:hover {
  background-color: #ef8214 !important;
}
.slick-slider .slick-arrow:hover::before {
  color: #fff;
}
.slick-slider .slick-arrow::before {
  font-size: 16px !important;
  font-size: 1rem !important;
  color: #000000;
}
@media only screen and (min-width: 1248px) {
  .slick-slider .slick-arrow::before {
    font-size: 27.2px !important;
    font-size: 1.7rem !important;
  }
}
.slick-slider .slick-arrow.slick-next {
  right: -0.625rem !important;
}
@media only screen and (min-width: 768px) {
  .slick-slider .slick-arrow.slick-next {
    right: -1.25rem !important;
  }
}
.slick-slider .slick-arrow.slick-next::before {
  content: "\e900";
  font-family: "icomoon" !important;
}
.slick-slider .slick-arrow.slick-prev {
  left: -0.625rem !important;
}
@media only screen and (min-width: 768px) {
  .slick-slider .slick-arrow.slick-prev {
    left: -1.25rem !important;
  }
}
.slick-slider .slick-arrow.slick-prev::before {
  content: "\e900";
  font-family: "icomoon" !important;
  transform: rotate(180deg);
  display: block;
}

.slick-dots {
  border: 1px solid rgb(242.25, 242.25, 242.25) !important;
  border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
  width: 3.875rem !important;
  height: 0.5625rem !important;
  bottom: 1.875rem !important;
  overflow: hidden;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  display: flex !important;
  align-items: center !important;
  background-color: #ffffff;
}
.slick-dots li {
  width: 10% !important;
  height: 0.5625rem !important;
  margin: 0 !important;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.slick-dots li.slick-active {
  flex: 1 !important;
  background-color: #ef8214;
}
.slick-dots li button {
  opacity: 0;
}

#product-info > .row {
  align-items: flex-start;
}
#product-info > .row > .col-md-6:first-child {
  position: sticky;
  top: 2.6rem;
}
#product-info > .row > .col-md-6:first-child:has(.full-frame), #product-info > .row > .col-md-6:first-child:has(.offcanvas-overlay.show) {
  position: static !important;
}
#product-info #get-started {
  z-index: 15 !important;
}
#product-info #price_calculator > .card-header {
  border-color: rgb(165.75, 165.75, 165.75) !important;
}
@media only screen and (min-width: 1248px) {
  #product-info #price_calculator > .card-header {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 1248px) {
  #product-info #price_calculator > .card-header .row > .col-6:first-child {
    font-size: 0;
  }
}
#product-info #price_calculator .visualcal .slick-slide {
  margin-right: 0.9375rem;
}
#product-info #price_calculator .visualcal span {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0 !important;
  margin-top: 0.5rem !important;
  line-height: 1.2;
}
#product-info #price_calculator .visualcal .custom-control {
  margin-bottom: 0;
}
#product-info #price_calculator .visualcal .custom-control, #product-info #price_calculator .visualcal .slick-slide > div {
  height: 100%;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#product-info #price_calculator .visualcal .slick-track, #product-info #price_calculator .visualcal .slick-list {
  display: flex;
}
#product-info #InfoTab .tab-content {
  background: linear-gradient(90deg, #e7ebf7, #fef3e6);
  padding: 1.5rem;
}
#product-info #InfoTab .tab-content .order-detail .card-header {
  margin-bottom: 1rem;
}
#product-info #InfoTab .tab-content .product_details {
  box-shadow: none !important;
  background: transparent !important;
  padding-block: 0 !important;
  margin-bottom: 0 !important;
  min-height: auto;
}
#product-info #templatelist {
  padding-top: 3rem;
  margin-bottom: 2.5rem !important;
}
@media only screen and (min-width: 1248px) {
  #product-info #templatelist {
    margin-bottom: 5rem !important;
    padding-top: 5.875rem;
  }
}
#product-info #templatelist .search_template_box #Submit {
  padding: 0.75rem;
}
#product-info #templatelist .search_template_box .input-group-prepend .navbar-toggle {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
#product-info #templatelist .template_block .slick-track {
  padding-block: 0.5rem;
}
#product-info #templatelist #category_list .card-body {
  padding-bottom: 1rem !important;
}
#product-info .shipping_calc_option a {
  color: #000000 !important;
}
#product-info .shipping_calc_option a:hover {
  color: #ef8214 !important;
}
#product-info #extra-msg {
  margin-bottom: 1.5rem !important;
}
#product-info #extra-msg .copy-code {
  padding-block: 0rem !important;
}
#product-info #faq_products {
  background: #f8f9fa;
  padding: 1.5rem;
  margin-bottom: 3.125rem !important;
  margin-inline: 0 !important;
}
@media only screen and (min-width: 1248px) {
  #product-info #faq_products {
    margin-bottom: 6.25rem !important;
    padding: 1.5rem 3rem;
  }
}
#product-info #faq_products h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem !important;
}
#product-info #faq_products h2 small {
  font-size: 60%;
}
#product-info #faq_products #accordion .card {
  border: 0.125rem solid #fff !important;
  background-color: #fff !important;
}
#product-info #faq_products #accordion .card .card-header {
  border: none !important;
  padding: 0 !important;
}
#product-info #faq_products #accordion .card a {
  padding: 1.3rem !important;
  display: block;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media only screen and (min-width: 768px) {
  #product-info #faq_products #accordion .card a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
#product-info #faq_products #accordion .card a .arrowimage::after {
  color: #666666 !important;
}
#product-info #faq_products #accordion .card a.collapsed .arrowimage::after {
  color: #ef8214 !important;
}
#product-info #faq_products #accordion .card .card-body {
  padding: 0 1.3rem !important;
}
#product-info #faq_products #accordion .card:has(.collapsed) {
  background: transparent !important;
}
#product-info .upload_artwork_letter {
  margin-bottom: 3rem !important;
  border: none !important;
  padding: 0 !important;
}
#product-info .upload_artwork_letter > a {
  margin: 0;
  font-size: 15px !important;
  font-weight: normal;
}
#product-info #InfoTab {
  margin-bottom: 2.5rem !important;
}
@media only screen and (min-width: 1248px) {
  #product-info #InfoTab {
    margin-bottom: 5rem !important;
  }
}

#shippricecalulate #shipping_detail {
  padding-top: 0.5rem !important;
}

.fullwidth-section {
  margin-bottom: 0 !important;
  padding-bottom: 2rem !important;
}
@media only screen and (min-width: 768px) {
  .fullwidth-section {
    padding-bottom: 3.5rem !important;
  }
}
@media only screen and (min-width: 1248px) {
  .fullwidth-section {
    padding-bottom: 5.875rem !important;
  }
}
.fullwidth-section .row {
  margin-bottom: 0 !important;
}
.fullwidth-section.section-bg {
  background-color: transparent !important;
}
.fullwidth-section .page-sub-header {
  display: block !important;
}

#productpricetotal {
  z-index: 15 !important;
}
#productpricetotal #calsummaryproductpricetotaldiv div:nth-child(2) {
  justify-content: start !important;
}

.floating-price {
  -webkit-box-shadow: 0px 0px 1rem 0px rgb(216.75, 216.75, 216.75);
  -moz-box-shadow: 0px 0px 1rem 0px rgb(216.75, 216.75, 216.75);
  box-shadow: 0px 0px 1rem 0px rgb(216.75, 216.75, 216.75);
  padding: 0.5rem 1rem !important;
}

#product-info:not(.kitproductinfo) .sub-total, #product-info:not(.kitproductinfo) .summary_toggle {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  #product-info:not(.kitproductinfo) .sub-total, #product-info:not(.kitproductinfo) .summary_toggle {
    display: flex !important;
    align-items: center;
    justify-content: end;
  }
}
#product-info:not(.kitproductinfo) .sub-total span:nth-child(3), #product-info:not(.kitproductinfo) .summary_toggle span:nth-child(3) {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}

.page-sub-header h2 {
  margin-bottom: 0.9375rem !important;
}

#normalcalc .form-group {
  align-items: flex-start !important;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1440px) {
  #normalcalc .form-group {
    margin-bottom: 2rem;
  }
}
#normalcalc .form-group .dropdown-menu {
  padding: 0;
}
#normalcalc .form-group .dropdown-menu .dropdown-item {
  color: #000000 !important;
}
#normalcalc .form-group label, #normalcalc .form-group .col-form-label {
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333333 !important;
}
#normalcalc .form-group .custom-control label {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.relatedProductClass:focus-visible {
  outline: 0;
}

#shopping-cart .shadow {
  box-shadow: none !important;
}
#shopping-cart .checkoutLeftSide .shadow {
  box-shadow: none !important;
  border: 1px solid rgb(216.75, 216.75, 216.75) !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#shopping-cart .checkoutLeftSide .btn-link {
  color: #000000 !important;
}
#shopping-cart .checkoutLeftSide .btn-link:hover {
  color: #ef8214 !important;
}
#shopping-cart .checkoutRightSide h3 {
  border: none !important;
}
#shopping-cart .checkoutRightSide > .shadow {
  background-color: rgb(216.75, 216.75, 216.75) !important;
  padding-bottom: 2rem;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  #shopping-cart .checkoutRightSide > .shadow {
    top: 3.4375rem;
    margin-bottom: 0rem;
  }
}
#shopping-cart .checkoutRightSide > .shadow #cart_pricetotal {
  border-top: 2px dashed rgb(127.5, 127.5, 127.5) !important;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #shopping-cart .checkoutRightSide > .shadow #cart_pricetotal::before, #shopping-cart .checkoutRightSide > .shadow #cart_pricetotal::after {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    width: 1.9375rem;
    height: 1.9375rem;
    background-color: #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 1;
  }
}
#shopping-cart .checkoutRightSide > .shadow #cart_pricetotal::before {
  left: -0.937rem;
  top: -0.9375rem;
}
#shopping-cart .checkoutRightSide > .shadow #cart_pricetotal::after {
  right: -0.937rem;
  top: -0.9375rem;
}
#shopping-cart .checkoutRightSide > .shadow .shoppingCartStep,
#shopping-cart .checkoutRightSide > .shadow .shippingStep,
#shopping-cart .checkoutRightSide > .shadow .paymentDetailsStep {
  position: relative;
}
#shopping-cart .checkoutRightSide > .shadow #cart_pricetotal {
  padding-bottom: 0rem !important;
  padding-top: 1.5rem !important;
  margin-top: 1.5rem !important;
}
#shopping-cart .checkoutRightSide > .shadow #cart_pricetotal p {
  font-weight: 500;
}
#shopping-cart .checkoutRightSide > .shadow .ordercontinue {
  position: absolute;
  bottom: -3rem;
  right: 1rem;
  left: auto;
  width: auto !important;
  padding: 0 !important;
  background: transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
#shopping-cart .checkoutRightSide .productBlock .order_detail_summary .kit_cart_product .row p, #shopping-cart .checkoutRightSide .productBlock .order_detail_summary .kit_cart_product .row .text-truncate {
  font-weight: 500;
  color: #000000;
}
#shopping-cart .checkoutRightSide .paymentDetailsStep .coupon #redeem {
  border-radius: 0px 4px 4px 0 !important;
  -moz-border-radius: 0px 4px 4px 0 !important;
  -webkit-border-radius: 0px 4px 4px 0 !important;
}
#shopping-cart .bootstrap-select .dropdown-toggle .filter-option {
  align-items: start;
}

#templates_listing_area {
  position: relative !important;
}
#templates_listing_area .slick-list {
  margin: 0 -0.875rem;
}
#templates_listing_area .slick-list .templatebox {
  margin-inline: 0.9375rem !important;
  margin-block: 0 !important;
  padding: 0 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#templates_listing_area .slick-list .templatebox .card {
  border: 1px solid rgb(165.75, 165.75, 165.75);
}
#templates_listing_area .slick-list .templatebox .card .card-footer {
  padding-block: 0.5rem 1rem !important;
}
#templates_listing_area .slick-list .templatebox .card .card-footer .card-title {
  margin-bottom: 0.5rem !important;
}
#templates_listing_area .slick-list .templatebox:hover {
  -webkit-box-shadow: 0px 0px 0.7rem 0px rgb(178.5, 178.5, 178.5);
  -moz-box-shadow: 0px 0px 0.7rem 0px rgb(178.5, 178.5, 178.5);
  box-shadow: 0px 0px 0.7rem 0px rgb(178.5, 178.5, 178.5);
}
@media only screen and (min-width: 768px) {
  #templates_listing_area #nav-tabs-wrapper {
    margin-bottom: 1rem;
  }
}
#templates_listing_area .templatebox .card .card-footer {
  padding-block: 0.5rem 1rem !important;
}

#product_category .card, #product_list_without_category .card {
  -webkit-box-shadow: 0px 0px 1rem 0px rgb(242.25, 242.25, 242.25);
  -moz-box-shadow: 0px 0px 1rem 0px rgb(242.25, 242.25, 242.25);
  box-shadow: 0px 0px 1rem 0px rgb(242.25, 242.25, 242.25);
}
#product_category .card .card-body, #product_list_without_category .card .card-body {
  padding-bottom: 1.25rem !important;
}
#product_category .card .card-body .card-title, #product_list_without_category .card .card-body .card-title {
  color: #000000 !important;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
#product_category .card .card-footer, #product_list_without_category .card .card-footer {
  display: none !important;
}
#product_category .card:hover, #product_list_without_category .card:hover {
  -webkit-box-shadow: 0px 0px 1rem 0px rgb(178.5, 178.5, 178.5);
  -moz-box-shadow: 0px 0px 1rem 0px rgb(178.5, 178.5, 178.5);
  box-shadow: 0px 0px 1rem 0px rgb(178.5, 178.5, 178.5);
}

#related-product {
  margin-bottom: 3rem;
}

::placeholder {
  font-weight: 400;
  color: rgb(127.5, 127.5, 127.5) !important;
}

.pagination {
  padding-top: 2rem;
}

#loginid_popup a {
  font-weight: 600;
}

#account_links a i {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#account_links a:hover i {
  color: #ef8214 !important;
}

.narrow-gutter .account_dashboard_box {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.narrow-gutter .account_dashboard_box .media-body strong {
  margin-bottom: 0.5rem !important;
  display: block;
}

#shareProductLinkModal .input-group input, #shareProductLinkModal .input-group #copy_msg, #shareProductLinkModal .input-group #download_pricecalc {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}
#shareProductLinkModal .input-group #pricecalc {
  border-radius: 0 5px 5px 0px !important;
  -moz-border-radius: 0 5px 5px 0px !important;
  -webkit-border-radius: 0 5px 5px 0px !important;
}
#shareProductLinkModal #sendmail_detail #email_id {
  border-radius: 5px 0 0 5px !important;
  -moz-border-radius: 5px 0 0 5px !important;
  -webkit-border-radius: 5px 0 0 5px !important;
}
#shareProductLinkModal #sendmail_detail #download_pricecalc {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}

#frmupload #uploadtab {
  margin-bottom: 1rem !important;
}
#frmupload .upload_size {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}

.size_btn_main .sizeNameVal {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}

.search_btn {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}
.search_btn i {
  padding-inline: 0 !important;
}

#user_order .card-body .thumbnail {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}

#product_design_upload h1 small, #expreess_product_additional_info h1 small {
  display: block;
}
@media only screen and (min-width: 768px) {
  #product_design_upload h1 small, #expreess_product_additional_info h1 small {
    display: inline-block;
  }
}

#frmselectaddress h3 {
  margin-bottom: 1rem !important;
}

#pro-brief-disc .product_details_slider_one .slick-list {
  margin-inline: 0;
}
#pro-brief-disc .product_details_slider_one > div:last-child {
  padding-bottom: 0 !important;
}

.nav-customtabs li .nav-link {
  font-size: inherit;
}

.product-box .card .card-title {
  color: #000 !important;
}

#category_list .card-body, #filter_orientation .card-body {
  padding-bottom: 18px !important;
}

.search_template_box > form > .d-flex {
  align-items: unset !important;
}
.search_template_box .btn {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}
.search_template_box .btn-link {
  align-self: center !important;
}

#openImagePanel, .canvas_option .btn-outline-secondary {
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}

.studio-sticky-top > .row {
  align-items: flex-start !important;
}

#page_layout_content .thumbnail .btn {
  margin: auto 0.8rem;
}

.address-dropdown .dropdown-menu li a.active, .address-dropdown .dropdown-menu li a.selected {
  background-color: #f1f1f1 !important;
}

.canvas-pro #product-info > .row {
  align-items: stretch;
}

#faq_details .navbar-form {
  display: flex;
  align-items: center;
  justify-content: end;
}

#user_loginpage button {
  padding: 0.5rem 1.5rem !important;
}
@media only screen and (min-width: 768px) {
  #user_loginpage button {
    padding: 0.5rem 2rem !important;
  }
}

#cms_page .breadcrumb_container, #cms_page .page-header {
  max-width: 100%;
  margin-inline: auto;
}
@media only screen and (min-width: 576px) {
  #cms_page .breadcrumb_container, #cms_page .page-header {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  #cms_page .breadcrumb_container, #cms_page .page-header {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  #cms_page .breadcrumb_container, #cms_page .page-header {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  #cms_page .breadcrumb_container, #cms_page .page-header {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1248px) {
  #cms_page .breadcrumb_container, #cms_page .page-header {
    max-width: 1300px;
  }
}

.uppy-Dashboard-browse:hover, .uppy-Dashboard-browse:focus {
  border-color: #000000 !important;
}

#myaccount_menu li a:hover {
  color: #ef8214 !important;
}
#myaccount_menu li.active a {
  color: #ef8214 !important;
}

#product-info h1 {
  font-size: 30px;
  font-size: 1.875rem;
}

#home_page .pager {
  margin: 0;
  position: absolute !important;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1248px) {
  #home_page .pager li .btn-secondary {
    width: 50px;
    height: 50px;
    top: -80px;
  }
}
#home_page .pager li .btn-secondary span {
  margin: auto;
}
#home_page .pager li .btn-secondary[data-slide=prev] {
  left: -16px;
}
@media only screen and (min-width: 1248px) {
  #home_page .pager li .btn-secondary[data-slide=prev] {
    left: -30px;
  }
}
#home_page .pager li .btn-secondary[data-slide=next] {
  right: -16px;
}
@media only screen and (min-width: 1248px) {
  #home_page .pager li .btn-secondary[data-slide=next] {
    right: -30px;
    left: auto;
  }
}
#home_page .pager li .btn-secondary:hover {
  border-color: #000000;
}
#home_page #carousel-example2 .carousel-item {
  -webkit-transition: transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out;
  -ms-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #home_page #carousel-example2 .carousel-item {
    display: block;
    margin-right: 0;
  }
}
#home_page .carousel-control-prev-icon {
  background-image: url("../images/arrow-left.png");
  margin: auto;
}
#home_page .carousel-control-next-icon {
  background-image: url("../images/arrow-right.png");
  margin: auto;
}

#home_page {
  position: relative;
}
#home_page .product-box .hover-box-shadow {
  padding: 0;
  border: none;
}
#home_page .product-box .hover-box-shadow .card-body .card-title {
  color: #000000 !important;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
}
#home_page .product-box .hover-box-shadow .card-body .card-text {
  display: none;
}
#home_page .product-box .hover-box-shadow .card-footer {
  display: none !important;
}
#home_page .pager {
  margin: 0;
  position: absolute !important;
  width: 100%;
  height: 100%;
}
#home_page .pager li .btn-secondary {
  position: absolute;
}
@media only screen and (min-width: 1248px) {
  #home_page .pager li .btn-secondary {
    width: 50px;
    height: 50px;
    top: -80px;
  }
}
#home_page .pager li .btn-secondary span {
  margin: auto;
}
#home_page .pager li .btn-secondary[data-slide=prev] {
  left: -16px;
}
@media only screen and (min-width: 1248px) {
  #home_page .pager li .btn-secondary[data-slide=prev] {
    left: -30px;
  }
}
#home_page .pager li .btn-secondary[data-slide=next] {
  right: -16px;
}
@media only screen and (min-width: 1248px) {
  #home_page .pager li .btn-secondary[data-slide=next] {
    right: -30px;
    left: auto;
  }
}
#home_page .pager li .btn-secondary:hover {
  border-color: #000000;
}
#home_page #carousel-example2 .carousel-item {
  -webkit-transition: transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out;
  -ms-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #home_page #carousel-example2 .carousel-item {
    display: block;
    margin-right: 0;
  }
}

.option-group .form-group {
  margin-bottom: 1rem;
}

.scroll-top {
  height: 2.2rem;
  width: 2.2rem;
  background: #fff !important;
  border: 0.125rem solid #ef8214 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 998;
  bottom: 3.125rem;
}
.scroll-top .fa-angle-up {
  color: #ef8214;
}

#expreess_product_additional_info #prductsize .visualcal > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0 0px 0.365rem 0 rgb(127.5, 127.5, 127.5);
  -moz-box-shadow: 0 0px 0.365rem 0 rgb(127.5, 127.5, 127.5);
  box-shadow: 0 0px 0.365rem 0 rgb(127.5, 127.5, 127.5);
  padding: 0.5rem !important;
  border: 2px solid #000000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#expreess_product_additional_info #prductsize .visualcal > div:nth-child(2) label {
  color: #666666 !important;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
#expreess_product_additional_info #prductsize .visualcal picture img {
  max-width: 100%;
}

#sticky-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
#sticky-top + .container {
  padding-top: 45.05px;
}
@media only screen and (min-width: 768px) {
  #sticky-top + .container {
    padding-top: 114.25px;
  }
}
@media only screen and (min-width: 1248px) {
  #sticky-top + .container {
    padding-top: 122.25px;
  }
}

.body-container {
  padding-top: 45.05px;
}
@media only screen and (min-width: 768px) {
  .body-container {
    padding-top: 114.25px;
  }
}
@media only screen and (min-width: 1248px) {
  .body-container {
    padding-top: 122.25px;
  }
}

@media only screen and (min-width: 1248px) {
  #get-started {
    border-radius: 0.25rem;
    bottom: 0;
    position: sticky;
  }
}

#product-info #price_calculator:has(.floating-price) ~ #get-started {
  bottom: 0.9rem;
  max-width: 12.5rem;
  margin: 0 0 1rem 1rem;
}
@media only screen and (min-width: 1440px) {
  #product-info #price_calculator:has(.floating-price) ~ #get-started {
    max-width: 14.375rem;
  }
}

.price_calculator #productpricetotal {
  bottom: 50.8px;
}
@media only screen and (min-width: 768px) {
  .price_calculator #productpricetotal {
    bottom: 0;
    min-height: 85.5px;
  }
}
@media only screen and (min-width: 768px) {
  .price_calculator #productpricetotal.floating-price {
    min-height: 85.5px;
  }
}

#price_calculator:has(.floating-price) ~ #frmadditionalinfo {
  position: sticky;
  bottom: 0;
  z-index: 999;
  max-width: 220px;
}
#price_calculator:has(.floating-price) ~ #frmadditionalinfo #div_addinfo_save_box {
  margin-bottom: 16px;
}
#price_calculator:has(.floating-price) ~ #frmadditionalinfo #div_addinfo_save_box .btn {
  width: 212px;
}
#price_calculator:has(.floating-price) ~ #frmadditionalinfo #instructions_comments_user .input-group {
  margin-left: 16px;
}

.canvas_product_size.floating-price:has(.price_calc_weight) {
  min-height: 125.2px !important;
}

#frmadditionalinfo #div_addinfo_save_box .btn {
  width: 100%;
  position: fixed;
  bottom: 0 !important;
  width: 100%;
  right: 0;
  z-index: 9;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  font-weight: bold;
  font-size: 16px !important;
}
@media only screen and (min-width: 768px) {
  #frmadditionalinfo #div_addinfo_save_box .btn {
    position: unset;
  }
}
#frmadditionalinfo #div_addinfo_save_box .btn#SubmitBtnBuyNow {
  position: unset !important;
}

#price_calculator:has(.floating-price) + #frmadditionalinfo #div_addinfo_save_box:has(> #SubmitBtnBuyNow) {
  margin-bottom: 5px !important;
}
#price_calculator:has(.floating-price) + #frmadditionalinfo #div_addinfo_save_box:has(> #SubmitBtnBuyNow) .btn {
  padding: 5px 10px !important;
}

@media only screen and (max-width: 768px) {
  #div_addinfo_save_box:has(#SubmitBtnBuyNow) {
    position: fixed;
    bottom: 0;
    z-index: 998;
    padding: 0 !important;
    background-color: white;
  }
  #div_addinfo_save_box:has(#SubmitBtnBuyNow) .btn {
    width: auto !important;
    flex-grow: 1;
  }
  #div_addinfo_save_box:has(#SubmitBtnBuyNow) .btn#SubmitBtn {
    position: unset;
  }
  #div_addinfo_save_box:has(#SubmitBtnBuyNow) .btn#SubmitBtnBuyNow {
    margin-top: 0 !important;
  }
}
#product_images .carouselimages img {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
#product_images .carousel-thumbs a {
  border: 1px solid transparent;
  border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
#product_images .carousel-thumbs a .carousel-thumb {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 0.1rem 0.2rem;
}
#product_images .carousel-thumbs a.active {
  border-color: #f8a444;
  outline-color: #ef8214;
  padding: 1px;
}
#product_images.thumb_vertical .carousel-thumbs {
  margin: 0 !important;
}
#product_images.thumb_vertical .carousel-thumbs a {
  margin: 0.2rem !important;
}
#product_images .carousel-control-prev-icon,
#product_images .carousel-control-next-icon {
  background-image: none !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 !important;
  -webkit-box-shadow: 0px 0px 0.5rem 0px #b3b3b3;
  -moz-box-shadow: 0px 0px 0.5rem 0px #b3b3b3;
  box-shadow: 0px 0px 0.5rem 0px #b3b3b3;
  width: 2.0831rem !important;
  height: 2.0831rem !important;
  background-color: #fff !important;
  z-index: 2;
  -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;
}
@media only screen and (min-width: 768px) {
  #product_images .carousel-control-prev-icon,
  #product_images .carousel-control-next-icon {
    width: 2.625rem !important;
    height: 2.625rem !important;
  }
}
#product_images .carousel-control-prev-icon::before,
#product_images .carousel-control-next-icon::before {
  font-size: 16px !important;
  font-size: 1rem !important;
  color: #000000;
}
@media only screen and (min-width: 1248px) {
  #product_images .carousel-control-prev-icon::before,
  #product_images .carousel-control-next-icon::before {
    font-size: 27.2px !important;
    font-size: 1.7rem !important;
  }
}
#product_images .carousel-control-prev-icon:hover,
#product_images .carousel-control-next-icon:hover {
  background-color: #ef8214 !important;
}
#product_images .carousel-control-prev-icon:hover::before,
#product_images .carousel-control-next-icon:hover::before {
  color: #fff;
}
#product_images .carousel-control-prev-icon::before {
  content: "\e900";
  font-family: "icomoon" !important;
  transform: rotate(180deg);
  display: block;
}
#product_images .carousel-control-next-icon::before {
  content: "\e900";
  font-family: "icomoon" !important;
}
#product_images .carousel-control-prev {
  left: 1rem;
}
#product_images .carousel-control-next {
  right: 1rem;
}

#product_images .carousel-thumbs, .kit_product_info .carousel-thumbs {
  position: relative;
  overflow-x: auto;
  margin: 0.5rem 0;
  align-items: end;
  display: flex !important;
  padding: 3px;
}

.shipping-options-wrapper .custom-shipping-option:has(input[type=radio]:checked) {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-color-rgb), 0.25);
}

#product-info #price_calculator:has(.floating-price) ~ #get-started {
  max-width: 12.5rem;
}

body:has(#product-info) .popover.large_popover {
  right: 0;
}

#product-info #price_calculator:has(.floating-price) ~ #get-started {
  max-width: 16rem;
}

.product_filter #filter-accordion {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1050;
  overflow-y: auto;
  transition: left 0.3s ease;
  border-right: 1px solid #ddd;
}
.product_filter #filter-accordion.show {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .product_filter #filter-accordion {
    position: unset;
    width: auto;
    height: auto;
    background: transparent;
    z-index: 998;
    border: none;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .product_filter #filter-accordion {
    top: 120.25px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1248px) {
  .product_filter #filter-accordion {
    top: 128.25px;
  }
}
.product_filter #filter-accordion .accordion-button-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.product_filter #filter-accordion .accordion-button-icon::before, .product_filter #filter-accordion .accordion-button-icon::after {
  content: "";
  position: absolute;
  background-color: #000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.product_filter #filter-accordion .accordion-button-icon::before {
  width: 100%;
  height: 2px;
}
.product_filter #filter-accordion .accordion-button-icon::after {
  width: 2px;
  height: 100%;
  transform: rotate(270deg);
  transition: transform 0.3s ease;
}
.product_filter #filter-accordion .collapsed .accordion-button-icon::after {
  transform: rotate(0deg);
}
.product_filter #filter-accordion .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000000;
}
.product_filter #filter-accordion .custom-checkbox .custom-control-input:checked ~ .custom-control-label.color-checkbox::before {
  background-color: var(--bg-checkbox-color);
}
.product_filter #filter-accordion .custom-checkbox .custom-control-input:checked ~ .custom-control-label.image-checkbox::before {
  background: var(--bg-checkbox-image);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.product_filter #filter-accordion .custom-checkbox .custom-control-label {
  color: #666;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  line-height: 1;
}
.product_filter #filter-accordion .custom-checkbox .custom-control-label::before {
  width: 18px;
  height: 18px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #fff;
  top: 0;
}
.product_filter #filter-accordion .custom-checkbox .custom-control-label::after {
  top: 0;
  left: -23px;
  width: 18px;
  height: 18px;
}
.product_filter #filter-accordion .custom-checkbox .custom-control-label.color-checkbox::before {
  background-color: var(--bg-checkbox-color);
}
.product_filter #filter-accordion .custom-checkbox .custom-control-label.image-checkbox::before {
  background: var(--bg-checkbox-image);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.product_filter #filter-accordion .filter-footer, .product_filter #filter-accordion .filter-header {
  position: sticky;
  z-index: 9;
}
.product_filter #filter-accordion .filter-header {
  top: 0;
}
.product_filter #filter-accordion .filter-footer {
  bottom: 0;
}

#filter_by_container button {
  border-style: dashed !important;
}
#filter_by_container .btn-link {
  text-decoration: underline;
}

#product_list_area .loading-container, #product_list_without_category .loading-container, #category_product_list .loading-container {
  z-index: 998;
  position: absolute;
  top: -3px;
  left: -3px;
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  margin: auto;
  background: rgba(255, 255, 255, 0.4);
  background: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@supports (-webkit-backdrop-filter: blur(2px)) or (backdrop-filter: blur(2px)) {
  #product_list_area .loading-container, #product_list_without_category .loading-container, #category_product_list .loading-container {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.5);
  }
}

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

.icon-delivery-truck-icon .path1:before {
  content: "\e903";
  color: rgb(49, 54, 62);
}
.icon-delivery-truck-icon .path2:before {
  content: "\e904";
  margin-left: -1.0224609375em;
  color: #ef8214;
}
.icon-delivery-truck-icon .path3:before {
  content: "\e905";
  margin-left: -1.0224609375em;
  color: #ef8214;
}
.icon-delivery-truck-icon .path4:before {
  content: "\e906";
  margin-left: -1.0224609375em;
  color: #ef8214;
}

.icon-discount-icon .path1:before {
  content: "\e907";
  color: #ef8214;
}
.icon-discount-icon .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-newsletter-mail-icon .path1:before {
  content: "\e90d";
  color: #000000;
}
.icon-newsletter-mail-icon .path2:before {
  content: "\e90e";
  margin-left: -1em;
  color: #000000;
  opacity: 0.4;
}

.icon-promise-icon .path1:before {
  content: "\e90f";
  color: rgb(49, 54, 62);
}
.icon-promise-icon .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: #ef8214;
}

.icon-twitter-icon:before {
  content: "\e914";
}

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