:root {
  --theme-color: #46425d;
  --theme-dark-second: #453f61;
  --button-hover: #e0e0e0;
  --white-color: #fff;
}
.preloader {
  background: #232424f7 !important;
}
.preloader .loLogo {
  justify-content: center;
}
.preloader .loLogo img {
  height: 190px !important;
  object-fit: contain;
}
header .categorie-list > ul li {
}

header .categorie-list > ul {
  position: relative;
}

header .categorie-list > ul .popup_hover_product {
  position: absolute;
  right: auto;
  left: 280px;
  min-width: calc(1320px - 280px);
  max-width: calc(1320px - 280px);
  width: 100%;
  background-color: #fff;
  z-index: 9;
  box-sizing: border-box;
  z-index: 9;
  display: none;
  border-radius: 0 0 15px 15px !important;
  padding: 15px;
  top: 0;
}
.woocommerce-MyAccount-content #add_payment_method #payment {
  background: transparent;
  border-radius: 5px;
}
header .categorie-list > ul .popup_hover_product > .woocommerce {
  max-height: 500px;
  overflow: auto;
  padding: 15px;
}

header .categorie-list > ul .popup_hover_product.show {
  display: block;
}
.categorie-list .popup_hover_product li:last-child {
  padding: 0 0 12px;
  margin: 0 0 14px;
}
.categorie-list .popup_hover_product li {
  width: 25%;
  text-align: center;
  border-bottom: none;
  /* margin: 15px; */
  text-align: center;
  margin: 0;
  padding: 0;
}
.categorie-list .popup_hover_product li > a {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 15px;
  padding: 15px;
  padding-bottom: 10px;
  overflow: hidden;
  transition: all 0.4s;
  width: auto;
}
.categorie-list .popup_hover_product li:hover a {
  transform: scale(1.1);
}

header .categorie-list > ul .popup_hover_product > .woocommerce .star-rating,
.categorie-list .popup_hover_product li .button.add_to_cart_button {
  display: none !important;
}
.categorie-list .popup_hover_product li .woocommerce-loop-product__title,
.categorie-list .popup_hover_product li h2 {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 5px;
}
.categorie-list .popup_hover_product li .woocommerce-loop-product__link {
  margin: 13px;
  margin-bottom: 0;
  border: 1px solid #f3f3f3;
  height: 100%;
}

header .categorie-list > ul .popup_hover_product > .woocommerce .amount {
  font-size: 13px;
}

header .mainMenu {
  margin-right: auto !important;
  margin-left: 25px !important;
}

header
  .mainMenu
  #mega-menu-wrap-primary-menu
  #mega-menu-primary-menu
  > li.mega-menu-item {
  margin-right: 25px;
}
.widget_shopping_cart_content p.buttons .button:hover,
body .organ_btn:hover,
.woocommerce div.product .reset_variations:hover,
.woocommerce div.product .product_details form.cart .organ_btn i,
.woocommerce div.product .product_details form.cart .organ_btn:hover i {
  background-color: transparent !important;
}

body .organ_btn:hover i,
.woocommerce div.product .product_details form.cart .organ_btn i {
  color: #fff !important;
}

body .organ_btn i,
.widget_shopping_cart_content p.buttons .button:hover,
body .organ_btn:hover,
.woocommerce div.product .reset_variations:hover,
.product_details .wishlist a:hover,
.product_details .organia-compare:hover,
.woocommerce table.shop_table tbody tr td.product-add-to-cart a:hover,
.woocommerce .woocommerce-checkout-review-order .place-order .button:hover,
.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce div.product .product_details form.cart .organ_btn:hover i {
  color: var(--theme-dark-second) !important;
}
.product_details .wishlist a:hover,
.product_details .organia-compare:hover,
.woocommerce div.product .reset_variations::before,
.woocommerce div.product .product_details form.cart .organ_btn:before,
.widget_shopping_cart_content p.buttons .button.checkout::before,
.widget_shopping_cart_content p.buttons .button::before,
.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce table.shop_table tbody tr td.product-add-to-cart a:hover,
.woocommerce .woocommerce-checkout-review-order .place-order .button:hover {
  background-color: var(--button-hover) !important;
}

body .organ_btn i,
body .organ_btn::before {
  background: #fff !important;
}

body .organ_btn:hover i,
.widget_shopping_cart_content p.buttons .button.checkout,
.organia_rev_slider #rev_slider_4_1_wrapper .custom.tparrows:hover {
  background: var(--theme-dark-second) !important;
}
.tax-product_cat.woocommerce-page li.product-category {
  list-style-type: none;
  margin-left: 15px;
  margin-right: 15px;
  border: 2px solid #e6e6e6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 3px 49px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 3px 49px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 3px 49px 0px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  margin-bottom: 30px;
  width: calc(25% - 30px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tax-product_cat.woocommerce-page li.product-category:hover {
  transform: scale(1.1);
}
.tax-product_cat.woocommerce-page li.product-category h2 {
  font-size: 18px;
  color: #212121;
  margin: 0;
  padding: 25px;
  text-align: center;
}
.tax-product_cat.woocommerce-page li.product-category > a {
  position: relative;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tax-product_cat.woocommerce-page li.product-category > a img {
  margin-top: 20px;
}
.tax-product_cat.woocommerce-page li.product-category:nth-of-type(2n + 1),
.tax-product_cat.woocommerce-page li.product-category:nth-of-type(2n + 1) {
  /* border-radius: 30px 0 0 30px; */
}
.tax-product_cat.woocommerce-page li.product-category:nth-of-type(2n),
.tax-product_cat.woocommerce-page li.product-category:nth-of-type(2n) {
  /* border-radius: 0 30px 30px 0; */
}
.hm02 .accessNav a span {
  visibility: visible !important;
  opacity: 1 !important;
}
.contact_form form .row .form_inner_heading {
  text-transform: uppercase;
  margin-top: 20px;
}
.contact_form form .row .col-md-12:first-child .form_inner_heading {
  margin-top: 0;
}
.franchise .contact_form .form_inner_heading {
  font-size: 18px;
}
.contact_form form .row .form_inner_p {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.franchise .contact_form input[type="checkbox"] {
  visibility: visible;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}
.franchise .contact_form .row .col-md-12 > .col-md-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.contact_form_global label {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  width: 100%;
}
.contact_form_global {
  background: transparent !important;
}
.franchise .contact_form input[type="date"]::placeholder {
  color: #8799a3;
  opacity: 1;
}
.franchise .contact_form input[type="date"] {
  display: block;
  width: 100%;
  height: 79px;
  background: #fff;
  padding: 0;
  border: none;
  border: 2px solid #eceef2;
  border-radius: 50px;
  font-size: 16px;
  line-height: 60px;
  margin: 0 0 24px;
  font-weight: 500;
  padding: 0 53px;
  color: #8799a3;
}
.contact_form_global form .wpforms-field .wpforms-field-row input,
.contact_form_global input,
.contact_form_global textarea {
  border-radius: 50px !important;
}
.contact_form_global form .wpforms-field .wpforms-field-row input,
.contact_form_global .wpcf7-submit {
  height: 65px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  text-transform: uppercase;
  line-height: 65px;
  padding: 0 20px;
  letter-spacing: 0;
}
.contact_form_global input[type="checkbox"] {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.contact_form_global form p label,
.contact_form_global form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #959595;
}
.contact_form_global form p label span {
  margin-top: 15px;
}
.contact_form_global form input[type="submit"] {
  font-family: "Spartan", sans-serif;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 69px;
  border: none;
  background: var(--theme-color) !important;
  height: 65px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  text-transform: uppercase;
  line-height: 65px;
  padding: 0 20px;
  letter-spacing: 0;
  font-weight: 800;
}
.contact_form_global form input[type="submit"]:hover,
.contact_form_global form input[type="submit"]::before {
  color: var(--theme-dark-second) !important;
}
.contact_form_global form input[type="submit"]:hover,
.contact_form_global form input[type="submit"]::before,
div.wpforms-container-full button[type="submit"]:hover,
body .contact_form .organ_btn i,
body .contact_form .organ_btn::before {
  background: var(--button-hover) !important;
}

body .contact_form.contact_form_global {
  padding-left: 80px !important;
  padding-right: 80px !important;
  padding-bottom: 100px !important;
}
.contact_form_global form .wpforms-field input,
.contact_form_global form .wpforms-field .wpforms-field-row,
.contact_form_global form fieldset .wpforms-field-row {
  width: 100% !important;
  max-width: 100% !important;
}
.contact_form_global form .wpforms-field {
  width: 100% !important;
  max-width: 100% !important;
}
.contact_form_global form .wpforms-field textarea {
  height: 288px !important;
}
.contact_form_global form .wpforms-field fieldset ul li input {
  width: auto !important;
  height: auto !important;
}
.contact_form_global.contact_form input[type="checkbox"] ~ label::before {
  display: none;
}

/* .giftvoucher-template-steps .giftvoucher-step.active .step-label, */
.giftvoucher-template-steps .giftvoucher-step.passed {
  color: var(--theme-color) !important;
}
.giftvoucher-template-steps .giftvoucher-step.active .step-number {
  color: var(--theme-color) !important;
}

#slider-giftvoucher-template .item-voucher-template {
  border: 10px solid var(--theme-color) !important;
}
.woocommerce-account .addresses .title .edit:hover,
.woocommerce .woocommerce-MyAccount-content .edit-account .button:hover,
div.wpforms-container-full button[type="submit"]:hover,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info .button:hover,
.woocommerce
  .woocommerce-MyAccount-content
  table.shop_table
  tbody
  tr
  td
  .button:hover {
  background-color: var(--button-hover) !important;
  color: var(--theme-color) !important;
}

div.wpforms-container-full button[type="submit"]:not(:hover):not(:active),
#giftvoucher-template .progress .progress-bar,
#voucher-template-name-step .number-step,
#slider-giftvoucher-template .layout-button,
#slider-giftvoucher-template .item-voucher-template,
#giftvoucher-template
  .list-category-voucher
  .category-nav-item.active
  .category-voucher-item,
#giftvoucher-template .list-category-voucher .category-voucher-item:hover,
.format-category-voucher-template ul li.active,
.giftvoucher-template-steps .giftvoucher-step.active,
.giftvoucher-template-steps .giftvoucher-step.passed {
  background: var(--theme-color) !important;
}
.wrap-format-category-voucher {
  display: none !important;
}

div.wpforms-container-full button[type="submit"]:not(:hover):not(:active) {
  color: #ffffff !important;
}

div.wpforms-container-full button[type="submit"] {
  width: 216px;
  height: 69px;
  font-size: 17px;
  text-transform: capitalize;
  line-height: 70px;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  font-weight: 800;
}

header .categorie-list > ul .popup_hover_product .close_modal {
  display: flex;
  justify-content: center;
  align-items: center;
  /* display: none; */
  cursor: pointer;
  font-size: 17px;
  line-height: 18px;
  background-color: var(--theme-color);
  border-radius: 50%;
  height: 25px;
  width: 25px;
  color: var(--white-color);
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 99999;
  padding-top: 3.5px;
}
._custom_header .hm02 .accessNav {
  margin-top: 0;
  width: 100%;
}
._custom_header .hm02 .search-product {
  margin: 0;
  margin-top: 0;
  width: 100%;
}
._custom_header .hm02 .search-product input {
  width: 90%;
}
._custom_header .hm02 .search-product form::after {
  position: absolute;
  right: 7px;
  top: 50%;
  height: 26px;
  width: 28px;
  transform: translateY(-50%);
  font-family: FontAwesome;
  content: "";
  color: #2e2e2e;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("./images/magnifying-glass-solid-full.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
._custom_header .hm02 .logo a img,
._custom_header .hm02 .logo a {
  width: 100%;
}
._custom_header .hm02 .logo a img {
  max-width: 450px;
  height: auto;
}
._custom_header .headerMiddle .col-lg-6.col-md-5,
._custom_header .headerMiddle .col-lg-3.col-md-3 {
  display: flex;
  align-items: center;
}
.categorie-list li > span {
  display: none !important;
}
.categorie-list > ul li > a {
  width: 100%;
  text-align: left;
  /* text-transform: uppercase; */
}
.categorie-list .popup_hover_product li h2 {
  font-size: 12px;
  line-height: 18px;
  color: #959595;
  margin: 0;
  margin-top: 7px;
  text-transform: capitalize;
}
.Newsletter .forminator-ui .forminator-row {
  margin-bottom: 0 !important;
}
.Newsletter .forminator-ui .forminator-row .forminator-input {
  line-height: 60px !important;
  display: block !important;
  width: 100% !important;
  background: #fff !important;
  height: 69px !important;
  color: #8799a3 !important;
  border-radius: 50px 50px 50px 50px !important;
  padding: 0px 30px 0px 30px !important;
  margin: 0px 0px 35px 0px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: #eceef2 !important;
  margin-bottom: 0 !important;
}
.Newsletter .forminator-ui .forminator-row,
.Newsletter .forminator-ui {
  width: 100%;
}
.Newsletter .forminator-ui {
  display: flex;
  margin: 0 !important;
}
.Newsletter .forminator-ui .forminator-row-last {
  margin-left: 5px !important;
  width: max-content;
}
.Newsletter .forminator-ui .forminator-row-last .forminator-button {
  width: 216px !important;
  height: 69px !important;
  font-size: 17px !important;
  text-transform: capitalize;
  line-height: 70px !important;
  padding: 0px 0px 0px 0px !important;
  color: var(--theme-dark-second) !important;
  border-radius: 50px !important;
  background-color: #e0e0e0 !important;
  margin-bottom: 0 !important;
}
.page_banner {
  min-height: unset !important;
  padding: 15px 0 15px !important;
}
.sp_img {
  background: #fff !important;
  border: 3px solid #eeeeee !important;
}
.woocommerce .product_details .pi01Price .price,
.product_details h3 {
  color: var(--e-global-color-primary) !important;
}
.singleProduct {
  padding: 65px 0 65px !important;
}
.categorie-list ul li a .thumb img {
  font-size: 0 !important;
}

.woocommerce-page .pi01Price,
.single-product .pi01Price {
  display: none !important;
}
.single-product .product-type-simple .pi01Price {
  display: block !important;
}
.shopPage {
  padding: 50px 0 !important;
}
.product_details .nice-select .list {
  min-width: max-content;
}
.page_section {
  padding: 65px 0 !important;
}
.banner-title {
  font-size: 35px !important;
  line-height: 42px !important;
}
.categorie-list ul li a .thumb img {
  width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
  max-height: 48px;
  object-fit: contain;
  min-height: 48px;
  max-width: 48px;
}

.categorie-list ul li:last-child .thumb img {
  max-height: 42px;
  min-height: 42px;
  max-width: 42px;
}
.categorie-list > ul li > a {
  text-transform: capitalize !important;
}
.mainMenu
  #mega-menu-wrap-primary-menu
  #mega-menu-primary-menu
  .mega-menu-item
  a.mega-menu-link {
  font-size: 17px !important;
}
.contact_form_global form .wpforms-field .wpforms-field-row input,
.contact_form_global .wpcf7-submit {
  color: rgba(0, 0, 0, 0.7) !important;
}
.product_details .nice-select,
.qickDetails .nice-select {
  /*max-width: max-content !important;*/
}
.nice-select .current {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 225px;
  white-space: normal !important;
}
.woocommerce-cart .checkout-button {
  margin-bottom: 17px !important;
}
.woocommerce-checkout #payment div.payment_box {
  background-color: rgb(250, 250, 250) !important;
}
.woocommerce-checkout #payment div.payment_box::before {
  border: 10px solid rgb(250, 250, 250) !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.woocommerce
  .woocommerce-checkout-payment
  ul
  li
  input[type="radio"]
  ~ label::before {
  border: 2px solid #959595 !important;
}
.woocommerce
  .woocommerce-checkout-payment
  ul
  li
  input[type="radio"]:checked
  ~ label::before {
  border-color: var(--theme-color) !important;
}
.categorie-list ul li a {
  color: var(--theme-color) !important;
  font-size: 18px;
}
.categorie-list ul li:last-child a,
.categorie-list ul li:last-child .two_elementor_element {
  color: #007cc3 !important;
}
.categorie-list ul li a .thumb {
  border-radius: 0 !important;
  background: transparent !important;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  margin-right: 4px !important;
}
.categorie-list ul li {
  padding: 0 0 1px !important;
  margin: 0 0 1px !important;
}
.all-categories-dropdown.dropdown02 .categorie-list {
  max-width: 280px !important;
}
.woocommerce-checkout .payment_method_securepay label img,
.paypal-button-number-1.paypal-button-color-blue,
.paypal-button-color-blue {
  display: none !important;
}
.productRow .productColumn .productItem01:hover .product_content {
  z-index: 11;
  opacity: 0.5;
}
.cart_item .image_heading_checkout_page p,
.cart_item .image_heading_checkout_page {
  display: flex;
  align-items: center;
}
.image_heading_checkout_page .checkout-product-image {
  max-width: 80px;
  margin-right: 10px;
}
.woocommerce-checkout #order_review .cart_item .product-name a {
  width: 100%;
  display: inline-block;
}
.cart_item .image_heading_checkout_page p {
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 10px;
}
.cart_item .image_heading_checkout_page p {
  max-width: 120px;
}
.cart_item .image_heading_checkout_page p:nth-child(3) {
  white-space: nowrap;
}
.organia_rev_slider rs-sbg-px.two_elementor_element {
  display: none !important;
}
.product_details .sub_title,
.product_content .sub_title {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
}
.product_details .sub_title {
  font-size: 20px;
}
.proThumb > img {
  position: unset !important;
  max-height: 210px;
}
.productItem01 .hover img {
  max-height: 270px;
}
.proThumb {
  min-height: 300px !important;
  padding-top: 25px;
}
.productItem01 .hover {
  align-items: start !important;
  padding-top: 10px;
}
.sp_img {
  min-height: 470px !important;
}
._custom_header {
}
.job_submission_page .mebmber_col {
  display: flex;
  align-items: center;
}
.job_submission_page .mebmber_col .organ_btn {
  min-width: 250px;
  width: max-content;
  margin-bottom: 24px;
  margin-left: 20px;
}
.job_submission_page .main_form_column {
  padding: 80px;
  box-shadow: 0px 30px 160px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--white-color);
  border-radius: 5px;
}
.job_submission_page label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 19px;
  display: block;
  font-weight: 700;
}
.job_submission_page .main_form_column .redtext {
  color: #d63637;
}
.do_the_amounts_entered #yesSpan input {
  margin-left: 8px;
}
.do_the_amounts_entered #yesSpan input,
.do_the_amounts_entered label {
  margin-bottom: 0 !important;
}
.do_the_amounts_entered label {
  display: flex !important;
  align-items: center !important;
  margin-top: 2px;
}
.do_the_amounts_entered label #yesSpan {
  align-items: center;
  display: flex;
}
.DetailsOfWorkTable {
  overflow: auto;
}
.DetailsOfWorkTable input {
  min-width: 200px;
}
.detailsWorkContainer .item .remove_button_job_row,
.DetailsOfWorkTable .remove_button_job_row {
  background-color: transparent;
  color: var(--theme-color);
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  height: 40px;
  width: 40px;
  min-width: 40px;
  margin-bottom: 24px;
  line-height: 40px;
}
.woocommerce div.product form.cart .variations tbody {
  display: flex !important;
  flex-direction: column;
}
.woocommerce div.product form.cart .variations tbody tr {
  width: max-content;
}
.woocommerce div.product form.cart .variations tbody tr:not(:first-child) {
  margin-top: 20px !important;
  display: inline-block;
}
.detailsWorkContainer #itemContainer .item:not(:first-child) label {
  /* display: none !important; */
}
.detailsWorkContainer #itemContainer .item {
  position: relative;
}
.detailsWorkContainer #itemContainer .item:not(:first-child) {
  padding-top: 20px;
}
.encoder_select_design,
.single-product .custom-option .encoder_select_design {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 30px top 50% !important;
  background-size: 9px auto !important;
}

.single-product.woocommerce div.product form.cart div.quantity {
  display: inline-block;
  float: unset !important;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.single-product.woocommerce .woocommerce-variation.single_variation {
  margin-bottom: 0 !important;
  margin-top: 35px;
}
.single-product .custom-option label {
  display: block;
  font-size: 16px;
  color: #333e48;
  font-weight: 800;
  font-family: "Spartan", sans-serif;
  margin: 0 0 12px 15px;
  padding: 0;
  line-height: 0.8;
}
.single-product .custom-option {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 35px;
}
.woocommerce-cart .shop_table .cart_item .variation-Design p {
  /* 	max-width: 300px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 18px;
  margin-top: -8px;
}
.woocommerce-cart table.shop_table tbody tr.cart_item .product-name a {
  display: inline-block;
  margin-bottom: 5px;
}
.woocommerce-cart table.shop_table tbody tr.cart_item .product-name p {
  line-height: 18px;
  font-size: 15px;
}
.show_cart_area .mc_thumb img {
  object-fit: contain;
}
.show_cart_area .variation .variation-Design p {
  font-size: 12px;
  line-height: 16px;
}
.show_cart_area .mini_cart_item .mc_item h4 a p {
  margin-top: 8px;
  line-height: 15px;
  font-size: 11px;
  text-transform: uppercase;
}
.dashicons-search::before {
  content: "\f179";
}
.piActionBtns a {
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.contact_form select {
  appearance: none;
  -webkit-appearance: none; /* For Safari and Chrome */
  -moz-appearance: none; /* For Firefox */
  display: block;
  width: 100%;
  height: 79px;
  background: #fff;
  border: 2px solid #eceef2;
  border-radius: 50px;
  font-size: 16px;
  line-height: 60px;
  margin: 0 0 24px;
  font-weight: 500;
  padding: 0 53px;
  color: #8799a3;
  background-repeat: no-repeat;
  background-position: right 45px center;
  background-size: 20px;
  /* background-image: url(""); */
  background-image: url("../images/selectIcon.svg");
}
.contact_form,
.elementor-5847 .elementor-element.elementor-element-d7d0e3b .contact_form,
#websitespecs .contact_form {
  margin-top: 0 !important;
  padding: 40px !important;
}
/* 
===========================================================
==================== Responsive design ====================
===========================================================
*/

@media only screen and (max-width: 1599px) {
  header .categorie-list > ul .popup_hover_product {
    min-width: calc(1140px - 280px);
    max-width: calc(1140px - 280px);
  }
}

@media only screen and (max-width: 1300px) {
  ._custom_header .container {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 1199px) {
  header .categorie-list > ul .popup_hover_product {
    min-width: calc(930px - 280px);
    max-width: calc(930px - 280px);
    padding: 15px;
  }
  .categorie-list .popup_hover_product li {
    width: 33.333333%;
  }
  ._custom_header .hm02 .col-xl-5.col-lg-3.col-md-4 {
    max-width: 40%;
    flex: 0 0 40%;
  }
  ._custom_header .hm02 .col-xl-5.col-lg-6.col-md-5 {
    max-width: 35%;
    flex: 0 0 35%;
  }
}

@media only screen and (max-width: 991px) {
  header .categorie-list > ul .popup_hover_product {
    min-width: calc(690px - 280px);
    max-width: calc(690px - 280px);
  }
  .categorie-list .popup_hover_product li {
    width: 50%;
  }
  .categorie-list .popup_hover_product li .woocommerce-loop-product__link {
    margin: 7.5px;
  }
  .tax-product_cat.woocommerce-page li.product-category {
    margin-bottom: 30px;
    width: calc(50% - 30px);
  }
  .detailsWorkContainer #itemContainer .item:not(:first-child) label {
    display: block !important;
    width: 100%;
  }
  .detailsWorkContainer #itemContainer .item:not(:first-child) {
    padding-top: 35px;
    margin-top: 35px;
    border-top: 2px solid #eceef2;
  }
  .detailsWorkContainer #itemContainer .item .row .action_col label {
    display: none !important;
  }
  .detailsWorkContainer #itemContainer .item .row .action_col {
    position: absolute;
    top: 10px;
    right: 0;
    text-align: right;
    width: max-content;
    padding: 0;
  }
  .detailsWorkContainer #itemContainer .item .remove_button_job_row {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .job_submission_page .main_form_column {
    padding: 25px;
  }
  body .page_section .contact_form.contact_form_global {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 0 !important;
  }
  header .categorie-list > ul .popup_hover_product {
    min-width: 100%;
    max-width: 100%;
    left: 0;
    /*     top: 100%; */
  }
  header .categorie-list > ul .two_elementor_element {
  }
  .all-categories-dropdown.dropdown02 .categorie-list {
    max-width: 100% !important;
  }
  .tax-product_cat.woocommerce-page li.product-category {
    width: 100%;
  }
  ._custom_header .hm02 .col-xl-5.col-lg-3.col-md-4 {
    /*     max-width: 70%; */
    /*     flex: 0 0 70%; */
  }
  ._custom_header .hm02 .col-xl-2.col-lg-3.col-md-3 {
    /*     max-width: 30%; */
    /*     flex: 0 0 30%; */
    width: auto;
    padding-left: 0;
    margin-left: auto;
  }
  ._custom_header .hm02 .col-xl-5.col-lg-6.col-md-5 {
    /*     display: none; */
    padding: 0;
  }
  ._custom_header .search-product {
    display: block;
  }
  .product_details h3 {
    line-height: 35px !important;
  }
  .product_details {
    margin-top: -40px !important;
  }
  .contact_form select,
  .contact_form input:not([type="checkbox"]):not([type="radio"]) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact_form textarea {
    padding: 20px !important;
  }
  .contact_form input:not([type="checkbox"]):not([type="radio"]),
  .contact_form select,
  .contact_form textarea {
    height: 60px !important;
  }

  .contact_form select {
    padding-left: 30px;
    padding-right: 20px;
    line-height: 55px;
    background-position: right 25px center;
  }
  .sp_img {
    min-height: 290px !important;
  }
  .sp_img img {
    height: 95% !important;
    width: 100% !important;
    object-fit: contain;
  }
  .headerMiddle .logo > a {
    display: none !important;
  }
  .headerMiddle .logo .mobile_logo_div {
    display: block !important;
    max-width: 150px;
  }
  ._custom_header .search-product input[type="search"] {
    padding: 0 15px 0 10px;
    height: 42px;
  }
  ._custom_header .search-product {
    height: 45px;
  }
  ._custom_header .hm02 .search-product form::after {
    right: 0;
    height: 20px;
    width: 24px;
  }
  ._custom_header .organia-serach_wrapper {
    min-width: 270px;
    left: 50%;
    transform: translate(-50%);
  }
  ._custom_header .organia-serach_wrapper ul li {
    padding: 8px 10px;
  }
  .page_section {
    padding: 40px 0 !important;
  }
  .contact_form,
  .elementor-5847 .elementor-element.elementor-element-d7d0e3b .contact_form,
  #websitespecs .contact_form {
    padding: 20px !important;
  }
}
@media only screen and (max-width: 520px) {
  .cart_item .image_heading_checkout_page p,
  .cart_item .image_heading_checkout_page {
    flex-direction: column;
    align-items: start;
  }
  .job_submission_page .mebmber_col {
    align-items: start;
    flex-direction: column;
  }
  .job_submission_page .mebmber_col .organ_btn {
    min-width: 100%;
    margin-left: 0;
  }
  .contact_form input:not([type="checkbox"]):not([type="radio"]),
  .contact_form select,
  .contact_form textarea {
    height: 55px !important;
  }

  .woocommerce div.product form.cart .variations td.value {
    display: flex !important;
    flex-direction: column;
  }
  .Newsletter .forminator-ui .forminator-row-last .forminator-button {
    width: auto !important;
    min-width: 120px !important;
  }
  .Newsletter .forminator-ui .forminator-row .forminator-input {
    padding: 0px 15px 0px 15px !important;
  }
  .headerMiddle .logo .mobile_logo_div {
    max-width: 120px;
  }
  ._custom_header .hm02 .col-xl-5.col-lg-3.col-md-4 {
    padding-right: 7px;
  }
  ._custom_header .hm02 .col-xl-5.col-lg-3.col-md-4 {
    max-width: 120px;
  }
  ._custom_header .hm02 .col-xl-5.col-lg-6.col-md-5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 40%;
    flex: 0 0 40%;
  }
  ._custom_header .hm02 .col-xl-2.col-lg-3.col-md-3 {
    margin-left: unset;
  }
  ._custom_header .accessNav a.cartBtn {
    margin-left: 7px;
  }
}
/* 520 end */
.singleProduct .prLabels {
  display: none !important;
}

/* *** Make A Payment Page Additional CSS ******* */
.wcdp-amount label {
  color: black;
  font-weight: 800;
  font-size: larger;
}

.wcdp-amount .woocommerce-Price-currencySymbol {
  margin-right: 10px;
  font-weight: bold;
  font-size: 30px;
}

.wcdf-input-field {
  border-radius: 5px;
  border: 3px solid gray;
}
#ship-to-different-address label::before,
.create-account label::before,
.woocommerce .place-order .validate-required label::before {
  border-color: #959595 !important;
}
.customPayment .product_details {
  width: 100%;
  padding: 0;
  position: unset;
}
.customPayment label {
  display: block;
  font-size: 16px;
  color: #333e48;
  font-weight: 800;
  font-family: "Spartan", sans-serif;
  margin: 0 0 12px 15px;
  padding: 0;
  text-align: left;
  width: 100%;
}
.page-template-page-make-a-payment #wcdp_va_amount abbr.required {
  display: none;
}
.customPayment .enterPayment {
  margin-bottom: 0;
  margin-top: 30px;
  display: inline-block;
}
.customPayment {
  margin-top: 50px;
}
#make_a_payment_custom_coded .variations_form #wcdp_va_amount {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
#make_a_payment_custom_coded .variations_form #wcdp-donation-amount {
  width: calc(100% - 50px);
  min-width: 100px;
  border: 1px solid gray;
  text-align: left;
  padding: 5px 25px;
  height: 55px;
  font-size: 22px;
  border-radius: 50px;
}
#make_a_payment_custom_coded .variations_form > .button,
#make_a_payment_custom_coded .variations_form #wcdp-ajax-button {
  margin-left: auto;
  margin-right: auto;
  float: unset;
  display: block;
}
#wcdp-step-3 .image_heading_checkout_page p {
  max-width: 100%;
}
.yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg,
.add_to_wishlist > svg.yith-wcwl-icon-svg,
.add_to_wishlist > svg {
  vertical-align: middle !important;
  color: #fff !important;
}
#loginTab li:first-child {
  display: none !important;
}
#customer_login .loginMetaActions {
  flex-wrap: wrap;
  justify-content: center;
}
#login form .show-password-input {
  top: 50%;
}
.contact_form textarea {
  min-height: 200px;
}
@media only screen and (max-width: 520px) {
  #menu-copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #menu-copyright .menu-item {
    margin-left: 0;
  }
  #menu-copyright .menu-item::after {
    display: none;
  }
  .copyright {
    padding: 0;
  }
}

.inputWithBottomText .wpcf7-form-control {
  margin-bottom: 0 !important;
}
.contact_form .menu-item label,
.contact_form .groupMenu span,
.inputWithBottomText small,
.inputWithBottomText span {
  display: inline-block;
  width: 100%;
}
.contact_form .menu-item label {
  color: #343a40 !important;
}
.contact_form .menu-item label,
.fw-medium {
  font-weight: 500;
}
.contact_form .menu-item,
.contact_form .groupMenu {
  margin-top: 2.2rem;
}
.contact_form .menu-item label,
.contact_form .groupMenu p {
  margin-bottom: 0.25rem !important;
}
.contact_form .menu-item .wpcf7-form-control,
.contact_form .groupMenu .wpcf7-form-control,
.contact_form .menu-item .wpcf7-form-control-wrap,
.contact_form .groupMenu .wpcf7-form-control-wrap {
  margin-bottom: 0 !important;
}
.contact_form .menu-item br,
.contact_form .groupMenu br {
  display: none;
}
.contact_form .infoContainer .remove-item {
  display: inline-block;
  border-radius: 100px;
  border: none;
  padding: 3px 20px;
  background: var(--theme-color);
  color: #fff;
  font-size: 14px;
}
.organ_btn.addItem,
#amendmentFormWrapper .organ_btn,
.page-template-page-franchise-form .contact_form .organ_btn {
  border: 1px solid var(--theme-color);
}
.page-template-page-franchise-form .contact_form .organ_btn:hover {
  background-color: #fff !important;
}
.organ_btn.addItem::before,
.page-template-page-franchise-form .contact_form .organ_btn::before {
  display: none;
}
.addItem,
.contact_form .addItem {
  width: auto !important;
  height: 45px !important;
  line-height: 45px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}
.contact_form .infoContainer {
  margin-bottom: 1.5rem;
}
.contact_form .infoContainer small,
.contact_form .infoContainer span {
  color: #343a40;
}
.page-template-page-franchise-form .validating .wpcf7-response-output {
  display: none;
}
.contact_form .layout-item textarea {
  height: 150px;
  min-height: 150px;
}
.page-template-page-franchise-form .contact_form input[type="checkbox"] {
  visibility: visible;
  opacity: 1;
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-top: -3px;
  margin-right: 5px;
}
