/*@font-face {
  font-family: 'custpm_icons';
  src: url('/font/custpm_icons.eot');
  src: url('/font/custpm_icons.eot') format('embedded-opentype'),
       url('/font/custpm_icons.woff') format('woff2'),
       url('/font/custpm_icons.woff') format('woff'),
       url('/font/custpm_icons.ttf') format('truetype'),
       url('/font/custpm_icons.svg#custpm_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
  font-family: "custpm_icons";
  src: url("./font/custpm_icons.eot?15927749");
  src: url("./font/custpm_icons.eot?15927749#iefix") format("embedded-opentype"),
    url("./font/custpm_icons.woff?15927749") format("woff"),
    url("./font/custpm_icons.ttf?15927749") format("truetype"),
    url("./font/custpm_icons.svg?15927749#custpm_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'custpm_icons';
    src: url('../font/custpm_icons.svg?59536024#custpm_icons') format('svg');
  }
}
*/
[class$="icon-"]:before,
[class*="icon- "]:before {
  font-family: "custpm_icons";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.usericon-:before {
  content: "\e800";
} /* '' */
.carticon-:before {
  content: "\e801";
} /* '' */
.cart2icon-:before {
  content: "\e803";
} /* '' */
.user2icon-:before {
  content: "\e805";
} /* '' */
.user3icon-:before {
  content: "\e806";
} /* '' */

.header-cart-and-user-info {
  width: 170px;
  position: relative;
}

.usericon {
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  right: 120px;
  margin: auto;
  width: 35px !important;
  height: 35px;
  z-index: 1;
  display: inline-block;
}

.usericon .myaccount-user {
  height: 34px;
  width: 34px;
  display: inline-block;
}

.usericon .myaccount-user .user2icon- {
  position: absolute;
  left: -30px;
  top: -4px;
  line-height: 1;
  font-size: 40px;
}

.header-cart {
}

.header-logo {
  width: 250px;
}

.header-search {
  width: calc(100% - 420px) !important;
}

.header-search .dgwt-wcas-search-form .dgwt-wcas-search-submit {
  background-color: #0b796f !important;
}

.header-search .dgwt-wcas-search-form .dgwt-wcas-search-submit:before {
  display: none !important;
}

.header-search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  border: solid 2px #e5e8ec !important;
  border-radius: 3px;
  height: 50px;
  font-style: normal;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  padding: 0 30px !important;
  border-radius: 0 2px 2px 0 !important;
  -webkit-border-radius: 0 2px 2px 0 !important;
  border: none !important;
}

.header-search
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: #000;
  font-style: normal;
}

.header-search
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: 000;
  font-style: normal;
}

.header-search
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: 000;
  font-style: normal;
}

.header-search
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: 000;
  font-style: normal;
}

.pp-advanced-menu-vertical .sub-menu {
  width: 100% !important;
}

@media (max-width: 992px) {
  .mobile-menu {
    width: 45px !important;
    height: 35px;
    position: absolute;
    right: 4px;
    top: 6px;
    bottom: 0;
    margin: auto;
  }

  .header-search {
    order: 3;
    width: 100% !important;
  }

  .header-cart-and-user-info {
    max-width: 160px;
  }

  .header-cart-and-user-info .fl-module-content.fl-node-content {
    margin: 0 !important;
  }

  .header-logo {
    position: relative;
  }
}

@media (max-width: 768px) {
  .header-logo {
    max-width: 100% !important;
  }

  .header-search {
    order: 2;
    width: 100% !important;
    max-width: 100% !important;
  }

  .header-cart-and-user-info {
    max-width: 100% !important;
    width: 100% !important;
    order: 3;
  }

  .header-cart-and-user-info .fl-col-content.fl-node-content {
    max-width: 160px !important;
    width: 160px !important;
    margin: 0 auto 5px !important;
  }
}

/*=====Innerpage Heading======07-05-2023======Dipak=======*/

.innerheader .heading-title {
  /*text-transform: uppercase;*/
}

.innerheader .uk-breadcrumb {
  padding-left: 0;
  text-align: center;
}

.innerheader .uk-breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.innerheader .uk-breadcrumb {
  margin-left: 0 !important;
}

.innerheader .uk-breadcrumb li a {
  color: #0b796f;
}

.innerheader .uk-breadcrumb li a:hover,
.innerheader .uk-breadcrumb li a:focus {
  color: #0b796f;
  text-decoration: underline;
}

.innerheader .uk-breadcrumb li:before {
  content: "/";
  position: absolute;
  right: 7px;
  top: 0;
}

.innerheader .uk-breadcrumb li:last-child {
  padding-right: 0;
}

.innerheader .uk-breadcrumb li:last-child:before {
  display: none;
}

.innerheader .fl-module-content.fl-node-content {
  text-align: center;
}

.innerheader .fl-row-content-wrap::after {
  background-color: transparent !important;
}

.innerheader .pp-heading-content {
  display: inline-block;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  /*background-color: rgba(0,0,0,0.7);*/
  border-radius: 4px;
}

@media (max-width: 768px) {
  .innerheader .pp-heading-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*=====Innerpage Heading======07-05-2023======Dipak=======*/

.contact-info a {
  color: #000 !important;
}

.contact-info a:hover {
  color: #0b796f !important;
}

.socials-icons-2 .fl-module-content .pp-social-icon a {
  line-height: 47px;
}

.common-form {
}

.common-form .name_first label,
.common-form .name_last label,
.common-form .address_line_1 label,
.common-form .address_line_2 label,
.common-form .address_city label,
.common-form .address_state label,
.common-form .address_zip label {
  font-weight: 400 !important;
}

.common-form .gfield--type-total {
  width: 300px !important;
}

/*=====My Account======07-05-2023======Dipak=======*/

.my-account-page p a {
  text-decoration: underline !important;
}

.woocommerce .woocommerce-MyAccount-navigation ul,
.woocommerce-page .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}

.woocommerce .woocommerce-MyAccount-navigation {
  width: 270px;
  float: left;
  margin-inline-end: 30px;
  padding: 20px 30px;
  color: #001523;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e5e8ec;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  color: #fff;
  background: #030b3f !important;
}

.woocommerce .woocommerce-MyAccount-navigation ul li:not(:last-child) {
  border-bottom: 1px solid #e5e8ec;
}

@media (min-width: 768px) {
  .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    /* border-left: 1px solid rgba(0,0,0,.05); */
    padding: 0 1em;
    border-bottom: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    margin-top: 25px;
  }
  .woocommerce-MyAccount-navigation ul {
    text-align: center;
    /* border-bottom: 1px solid rgba(0,0,0,.05); */
  }
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
  border: 0px !important;
  background: #0b796f;
  padding: 18px 20px 10px;
  border-radius: 4px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #fff !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row select,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
body .select2-container .selection .select2-selection--single {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  margin: 0;
  text-align: start;
  transition: none;
  background-color: #f1f5f6 !important;
  border-radius: 90px !important;
  border: none;
  font-size: 16px;
  line-height: 24px;
  max-width: 100%;
  height: auto;
  padding: 13px 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 1.5 !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  top: 6px;
}

/* Apply to all WooCommerce buttons except header */



.woocommerce-page ul.products li.product a.button, 
.woocommerce-page .woocommerce-message a.button, 
.woocommerce-page .woocommerce-message a.button.wc-forward, 
.woocommerce-page .woocommerce a.button.wc-forward, 
.woocommerce-page button.button, 
.woocommerce-page button.button.alt, 
.woocommerce-page a.button, 
.woocommerce-page a.button.alt, 
.woocommerce-page .woocommerce button[type=submit], 
.woocommerce-page button[type=submit].alt.disabled,
body:not(header) .woocommerce .summary.entry-summary .lumise-customize-button,
body:not(header) .woocommerce .wishlist_table .product-add-to-cart a,
body:not(header) .woocommerce .added_to_cart,
body:not(header) .woocommerce form button:not(.qib-button),
body:not(header) .uabb-mini-cart-items .button,
body:not(header) .wc-proceed-to-checkout .button,
body:not(header) .woocommerce input[type="button"],
body:not(header) .woocommerce input[type="submit"] {
  font-weight: 600 !important;
  text-transform: uppercase !important;
  border-style: none !important;
  border-width: 0 !important;
  background-clip: border-box !important;
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  width: auto !important;
  color: #ffffff !important;
  background-color: #29aa98 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  white-space: normal !important;
}


.woocommerce-page ul.products li.product a.button:hover, 
.woocommerce-page .woocommerce-message a.button:hover, 
.woocommerce-page .woocommerce-message a.button.wc-forward:hover, 
.woocommerce-page .woocommerce a.button.wc-forward:hover, 
.woocommerce-page button.button:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce-page .woocommerce button[type=submit]:hover,
body:not(header) .woocommerce .summary.entry-summary .lumise-customize-button:hover,
body:not(header) .woocommerce .wishlist_table .product-add-to-cart a:hover,
body:not(header) .woocommerce .added_to_cart:hover,
body:not(header) .woocommerce form button:not(.qib-button):hover,
body:not(header) .wc-proceed-to-checkout .button:hover,
body:not(header) .uabb-mini-cart-items .button:hover,
body:not(header) .woocommerce input[type="button"]:hover,
body:not(header) .woocommerce input[type="submit"]:hover {
  background-color: #003e70 !important;
  color: #fff !important;
}

.woocommerce-page .single_add_to_cart_button.button:hover,
.woocommerce-page .single_add_to_cart_button.button:focus{
  background-color: #003e70 !important;
  color: #fff !important; 
} 

.woocommerce fieldset legend {
  font-weight: 600;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
}

.woocommerce-EditAccountForm.edit-account fieldset {
  margin-top: 20px !important;
}

/*=====Product Page======07-05-2023======Dipak=======*/

.woocommerce .summary.entry-summary .lumise-customize-button {
  margin-right: 10px;
  height: 44px;
  padding-top: 13px !important;
}

.woocommerce .summary.entry-summary .wau_upload_wrapper {
  margin-bottom: 20px;
}

.woocommerce .summary.entry-summary .wau_upload_wrapper p {
  margin-bottom: 0;
}

.woocommerce .summary.entry-summary .price {
  font-weight: 600;
  font-size: 24px;
  color: #0b796f !important;
}

.woocommerce .related.products ul.products,
.woocommerce-page .related.products ul.products {
  padding-top: 0 !important;
}

.products.columns-4 .button,
.products.columns-4 .lumise-button {
  font-weight: 500 !important;
  border-style: none !important;
  border-width: 0 !important;
  background-clip: border-box !important;
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  width: auto !important;
  color: #ffffff !important;
  background-color: #0b796f !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  white-space: normal !important;
  line-height: 1 !important;
}

.products.columns-4 .button:hover,
.products.columns-4 .lumise-button:hover {
  background-color: #000 !important;
}

.woocommerce ul.products li.product .price,
.woocommerce .products.columns-4 li .price {
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #0b796f !important;
}

.woocommerce div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td {
  padding-bottom: 0 !important;
}

.woocommerce div.product form.cart .reset_variations,
.woocommerce-page div.product form.cart .reset_variations {
  display: inline-block !important;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  vertical-align: middle !important;
  line-height: 1.8;
}

.woocommerce div.product form.cart .variations td label,
.woocommerce div.product form.cart .variations th label {
  padding-top: 5px;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
  width: 100%;
}

#woocommerce-coupon-data ul.wc-tabs li.active a,
#woocommerce-product-data ul.wc-tabs li.active a,
.woocommerce ul.wc-tabs li.active a {
  color: #0b796f !important;
  position: relative;
  background-color: #fff !important;
  border-bottom: 1px solid #fff !important;
}

.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
  width: 100% !important;
  padding-top: 20px !important;
  font-weight: 400;
  float: left !important;
}

#woocommerce-coupon-data ul.wc-tabs,
#woocommerce-product-data ul.wc-tabs,
.woocommerce ul.wc-tabs {
  background-color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce-page div.product .woocommerce-tabs .panel h2 {
  font-size: 22px !important;
}

.products.columns-4 .product {
  position: relative;
}

.products.columns-4 .product .wc-img-wrapper {
  overflow: hidden;
  height: 0;
  padding-top: 95%;
  border: 1px solid #e6e6e6 !important;
  width: 100%;
  position: relative;
}

.products.columns-4 .product .wc-img-wrapper img {
  position: absolute;
  max-width: 95%;
  max-height: 95%;
  height: auto;
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  margin: 10px 0 0 0;
  height: 54px;
  overflow: hidden;
}

.apsw-search-wrap
  .apsw-search-form
  input[type="search"]::-webkit-input-placeholder,
.woocommerce textarea::-webkit-input-placeholder,
.woocommerce select::-webkit-input-placeholder,
.woocommerce input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1 !important;
  color: #000 !important;
  font-style: normal !important;
}

.apsw-search-wrap
  .apsw-search-form
  input[type="search"]::-webkit-input-placeholder,
.woocommerce textarea::-webkit-input-placeholder,
.woocommerce select::-webkit-input-placeholder,
.woocommerce input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
  color: 000 !important;
  font-style: normal !important;
}

.apsw-search-wrap
  .apsw-search-form
  input[type="search"]::-webkit-input-placeholder,
.woocommerce textarea::-webkit-input-placeholder,
.woocommerce select::-webkit-input-placeholder,
.woocommerce input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1 !important;
  color: 000 !important;
  font-style: normal !important;
}

.apsw-search-wrap
  .apsw-search-form
  input[type="search"]::-webkit-input-placeholder,
.woocommerce textarea::-webkit-input-placeholder,
.woocommerce select::-webkit-input-placeholder,
.woocommerce input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
  color: 000 !important;
  font-style: normal !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  padding-top: 20px !important;
}

.apsw-search-wrap .apsw-search-btn {
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.apsw-search-wrap .apsw-search-btn svg {
  fill: #fff;
}

.apsw-search-wrap .apsw-search-btn svg {
  max-width: 50px;
  height: inherit;
  margin-top: -8px;
  margin-right: 3px;
  height: 38px;
}

.apsw-search-wrap .apsw-search-form input[type="search"] {
  max-width: 100%;
  margin: 0px 0px 0px 0 !important;
  height: 50px;
  line-height: 50px;
  border: solid 2px #e5e8ec !important;
}

.apsw-search-wrap .apsw-search-form input[type="search"]:hover,
.apsw-search-wrap .apsw-search-form input[type="search"]:focus {
  border: solid 2px #e5e8ec !important;
}

.apsw-search-wrap .apsw-select-box-wrap {
  display: none !important;
}

.apsw-search-wrap .apsw-search-btn svg {
  display: none !important;
}

.apsw-search-wrap .apsw-search-btn {
  position: absolute;
  width: 100px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  padding: 10px !important;
  height: 50px;
  line-height: 50px;
}

.apsw-search-wrap .apsw-search-btn:before {
  content: "Search";
  font-family: "Poppins", sans-serif;
  position: absolute;
  text-align: center;
  vertical-align: center;
  height: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.apsw-search-wrap .apsw-search-form {
  border: none !important;
}

.apsw-search-wrap {
  text-align: center !important;
}

.apsw-search-wrap .apsw-search-form {
  border: none !important;
  max-width: 540px;
  margin: auto !important;
}

.header-search .pp-advanced-menu .pp-menu-search-item {
  position: absolute;
  right: 194px;
}

.header-search .pp-advanced-menu .pp-menu-search-item a {
  border-radius: 50px !important;
  height: 42px;
  width: 42px;
  padding: 8px !important;
}

.header-search .pp-advanced-menu .pp-menu-search-item .ua-icon.ua-icon-search {
  font-size: 22px;
}

.header-search .menu > li {
  margin-right: 1px;
}

.home .header-search .menu > li > a:hover,
.home .header-search .menu > li > a:focus,
.home .header-search .menu > li:hover > .pp-has-submenu-container > a,
.home .header-search .menu > li.focus > .pp-has-submenu-container > a,
.home .header-search .menu > li.current-menu-item > a,
.home
  .header-search
  .menu
  > li.current-menu-item
  > .pp-has-submenu-container
  > a {
  background-color: #030b3f;
  color: #ffd286;
}

.header-search .menu > li > a:hover,
.header-search .menu > li > a:focus,
.header-search .menu > li:hover > .pp-has-submenu-container > a,
.header-search .menu > li.focus > .pp-has-submenu-container > a,
.header-search .menu > li.current-menu-item > a,
.header-search .menu > li.current-menu-item > .pp-has-submenu-container > a {
  background-color: #ff914d;
  color: #191919;
  border-radius: 10px;
}

@media (min-width: 769px) {
  .header-search .menu .pp-has-submenu .sub-menu {
    border-radius: 10px;
    overflow: hidden;
  }
}

.header-search .pp-search-form {
  margin-top: 2px;
  background-color: #fff;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 400px;
  z-index: 1000;
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 20px rgb(0 0 0 / 15%);
  box-shadow: 0 1px 20px rgb(0 0 0 / 15%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.header-search .pp-search-form .pp-search-form__container {
  width: auto;
}

.pp-search-form__input {
  color: #000 !important;
}

.pp-search-form__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1 !important;
  /* Firefox */
}

.pp-search-form__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000 !important;
}

.pp-search-form__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000 !important;
}

@media (min-width: 769px) and (max-width: 1100px) {
  .pp-advanced-menu-horizontal.pp-toggle-arrows
    .pp-has-submenu-container
    > a
    > span {
    padding-right: 14px !important;
  }
  .pp-advanced-menu-horizontal.pp-toggle-arrows
    .pp-has-submenu-container
    > a
    > span
    > .pp-menu-toggle {
    margin-right: -12px !important;
  }
}

@media (min-width: 851px) and (max-width: 1200px) {
  .pp-advanced-menu .menu > li > a,
  .pp-advanced-menu .menu > li > .pp-has-submenu-container > a {
    padding: 8px 8px !important;
  }
}

@media (min-width: 769px) and (max-width: 850px) {
  .pp-advanced-menu .menu > li > a,
  .pp-advanced-menu .menu > li > .pp-has-submenu-container > a {
    padding: 8px 5px !important;
    font-size: 15px !important;
  }
}

.mobile-search-box button.pp-search-form__submit {
  border-radius: 0 !important;
  padding: 12px 20px 10px !important;
}

.mobile-search-box .pp-search-form {
  max-width: 500px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .fl-builder-content[data-overlay="1"]:not(
      .fl-theme-builder-header-sticky
    ):not(.fl-builder-content-editing) {
    position: relative;
  }

  .home
    .fl-builder-content[data-overlay="1"]:not(
      .fl-theme-builder-header-sticky
    ):not(.fl-builder-content-editing) {
    position: absolute !important;
  }

  .pp-advanced-menu-horizontal .sub-menu {
    width: 100% !important;
  }
}

.woocommerce .product_meta span span,
.woocommerce-page .product_meta span span,
.woocommerce .product_meta span a,
.woocommerce-page .product_meta span a {
  font-weight: 600;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #000 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 12px;
  right: 5px;
}

.woocommerce-page ul.products li.product a.button,
.woocommerce-page .woocommerce-message a.button,
.woocommerce-page .woocommerce-message a.button.wc-forward,
.woocommerce-page .woocommerce a.button.wc-forward,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page .woocommerce button[type="submit"],
.woocommerce-page button[type="submit"].alt.disabled {
  text-transform: capitalize !important;
}

/*====Search Results=====07-13-2023=====Dipak======*/

.search-results h1.fl-archive-title {
  text-align: center !important;
  color: #33ae44 !important;
  font-size: 30px !important;
  margin-bottom: 30px !important;
}

.search-results .fl-page-content {
  /*background-color: transparent;*/
}

.searchpage.fl-content {
  margin: 0 !important;
}

.searchpage .fl-post-title {
  font-weight: 700;
  font-size: 20px !important;
  line-height: 1.4;
  color: #0b796f;
  text-transform: none !important;
  margin: 0 !important;
}

.search-results .fl-post-title a {
  color: #0b796f;
  text-transform: none !important;
}

.search-results .fl-post-title a * {
  color: #0b796f;
}

.search-results .fl-post-title a:hover,
.search-results .fl-post-title a:hover * {
  background-color: transparent !important;
  color: #0b796f;
  text-decoration: underline;
}

.search-results .fl-post-header {
  margin: 0 0 5px 0 !important;
}

.search-results .fl-post-content * {
  font-size: 16px;
}

.search-results .fl-post-content .more-content p {
  color: #000;
}

.search-results .fl-post-header + .row {
  margin: 0 0 25px !important;
}

.search-results .item-content-right {
  margin-bottom: 10px;
}

.search-results .item-content-right a {
  display: inline-block;
  padding: 5px 10px 5px 0;
  margin-right: 9px;
  border-radius: 4px;
}

.search-results .item-content-right a .fa {
  margin-right: 5px;
}

.searchpage .container .fl-content {
  padding-left: 0;
  position: relative;
  z-index: 9;
}

.searchpage.fl-content .container {
  padding-left: 25px !important;
  padding-right: 25px !important;
  max-width: 1280px !important;
  width: 100%;
}

.search-no-results .fl-content {
  padding-left: 15px;
  padding-right: 15px;
}

.search-no-results .fl-content h1 {
  margin-top: 20px;
}

.search-no-results .fl-archive-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.4;
  color: #0b796f;
  text-align: center;
}

@media (max-width: 991px) {
  .search-no-results .fl-archive-title {
    font-size: 30px;
  }
}

.search-no-results .page-header {
  margin-bottom: 5px;
  margin-top: 5px !important;
}

.search-no-results .page-header h1 {
  color: #0b796f;
  padding-bottom: 5px;
  font-weight: 600;
}

.search-no-results .page-header + p {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

.search-no-results .searchpage {
  text-align: center;
}

.search-no-results .searchpage form {
  position: relative;
  margin-bottom: 0;
  max-width: 400px;
  margin: 0 auto;
}

.search-no-results .searchpage form input {
  height: 45px;
  border: solid 1px #0b796f;
}

#fl-main-content {
  min-height: 500px;
}

/*======Product Listing======07-14-2023=======Dipak======*/

.woocommerce ul.products li.product a {
  text-decoration: none;
  /*border-radius: 1.875rem;*/
  border-radius: 0;
  -webkit-box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.12),
    0 0 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.12), 0 0 4px rgba(0, 0, 0, 0.24);
  /*box-shadow: 0 0.5625rem 2.625rem 0 rgb(237 147 42 / 15%), 0 0.5rem 1.125rem 0 rgb(237 147 42 / 15%);*/
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  padding-bottom: 70px;
}

.products.columns-4 .product .wc-img-wrapper {
  border: none !important;
}

.woocommerce.columns-4 ul.products.columns-4 li.product,
.woocommerce-page.columns-4 ul.products.columns-4 li.product,
.woocommerce.woo-4.archive ul.products.columns-4 li.product,
.woocommerce-page.woo-4.archive ul.products.columns-4 li.product {
  position: relative;
  padding-bottom: 0;
  /* overflow: hidden;*/
}

.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 1em;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px !important;
}

/*=======Home page Header======07-27-2023======Dipak======*/

.home .usericon .myaccount-user {
  color: #191919;
}

.home .header-search .pp-advanced-menu .pp-menu-search-item a {
  border: solid 2px #191919 !important;
}

.home .header-cart i.ua-icon.ua-icon-cart.uabb-cart-btn-icon {
  color: #191919;
}

.home .header-cart span.uabb-mc__btn-subtotal {
  color: #191919;
}

.home .header-cart span.uabb-mini-cart-text {
  color: #191919;
}

/*=======Innerpages Header======07-27-2023======Dipak======*/

.usericon .myaccount-user {
  color: #fff;
}

.header-search .pp-advanced-menu .pp-menu-search-item a {
  border: solid 2px #fff !important;
}

.header-cart i.ua-icon.ua-icon-cart.uabb-cart-btn-icon {
  color: #fff;
}

.header-cart span.uabb-mc__btn-subtotal {
  color: #fff;
}

.header-cart span.uabb-mini-cart-text {
  color: #fff;
}

/*=======cky-notice======07-27-2023======Dipak======*/
.cky-notice .cky-title {
  margin: 0 0 5px 0 !important;
}

.cky-consent-container .cky-consent-bar {
  padding: 10px 24px !important;
}

.cky-notice-btn-wrapper .cky-btn {
  border-width: 2px !important;
}
/* .our-locations p strong {
    color: #003e70 !important;
} */

/*=======Product Variable Buttons======04-18-2024======Dipak======*/
.button-variable-wrapper .rtwpvs-button-term {
  height: 28px !important;
  padding: 7px 10px 5px !important;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected,
.rtwpvs
  .rtwpvs-terms-wrapper
  .rtwpvs-term:not(.rtwpvs-radio-term).selected:hover {
  box-shadow: 0 0 0 1px #003e70 !important;
  background-color: #003e70 !important;
}

.rtwpvs
  .rtwpvs-terms-wrapper
  .rtwpvs-term:not(.rtwpvs-radio-term).selected
  .rtwpvs-term-span,
.rtwpvs
  .rtwpvs-terms-wrapper
  .rtwpvs-term:not(.rtwpvs-radio-term).selected:hover
  .rtwpvs-term-span {
  color: #fff !important;
}

.variations th {
  width: 70px !important;
}

/** CSS for new styling - Dilip**/
.wdm-bulk-table tr th,
.woocommerce-Tabs-panel table tr td {
  padding-right: 40px;
}

.kilb-product-designer-wrap {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
}
.kilb-product-designer-wrap span#productDesignerPrice {
  margin: 0px 0 0 20px;
  position: relative;
  top: 10px;
}

.eg-woo-category .uabb-woo-categories .products {
  padding: 0;
}

.eg-woo-category
  .uabb-woo-categories
  .products
  .product-category
  .uabb-product-cat-inner
  img {
  border: 1px solid #b3b3b3;
  padding: 11px;
}

.eg-woo-category
  .uabb-woo-categories
  .products
  .product-category
  .uabb-category__title-wrap {
  position: unset !important;
}

.eg-woo-category
  .uabb-woo-categories
  .products
  .product-category
  .uabb-category__title-wrap
  h2 {
  font-size: 18px;
  font-weight: 400;
}

.eg-woo-category
  .uabb-woo-categories
  .products
  .product-category
  .uabb-category__title-wrap
  mark.uabb-count {
  color: #003e70;
  opacity: 1;
  font-size: 14px;
  text-transform: capitalize;
}

.eg-woo-category .uabb-woo-categories .products .product-category a {
  text-decoration: none;
}

.eg-product-lists .uabb-woocommerce .products .product {
  border: 1px solid #b3b3b3;
}

.eg-product-lists .uabb-woocommerce .products {
  column-gap: 11px;
  row-gap: 10px;
  margin-left: 0;
  margin-right: 0;
}

.eg-product-lists .uabb-woocommerce .products li.product {
  width: calc(16.66% - 9.1px) !important;
}

.eg-product-lists .uabb-woocommerce .products li.product:first-child {
  margin-left: -11px !important;
}

.eg-product-lists .uabb-woocommerce .products li.product a:hover {
  text-decoration: none !important;
}

.eg-footer-copyright .fl-rich-text p {
  margin-bottom: 0;
}

body:not(.logged-in) .header-my-accounts .fl-button-group-button:nth-child(6),
body.logged-in .header-my-accounts .fl-button-group-button:nth-child(5) {
  display: none;
}

.eg-mega-menu-links .uabb-cl-wrap .uabb-cl-ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.eg-mega-menu-links .uabb-cl-wrap .uabb-cl-ul .uabb-creative-link h4 a {
  padding: 2px 8px;
  background: transparent;
  border-radius: 3px;
  text-decoration: none;
}

.eg-mega-menu-links .uabb-cl-wrap .uabb-cl-ul .uabb-creative-link h4 a:before,
.eg-mega-menu-links .uabb-cl-wrap .uabb-cl-ul .uabb-creative-link h4 a:after {
  display: none;
}

.eg-mega-menu-links .uabb-cl-wrap .uabb-cl-ul .uabb-creative-link h4 a:hover {
  background: #e9e9e9;
}

body.logged-in
  .header-my-accounts
  .fl-button-group-button:nth-child(4)
  .fl-button {
  display: none;
}

body.admin-bar .brex-mobile-menu-container-node {
  padding: 0px !important;
}

.header-my-accounts .wpmenucart-shortcode {
  position: relative;
  padding: 2px 8px;
}

.header-my-accounts div.wpmenucart-shortcode ul.wpmenucart {
  position: absolute;
  z-index: 13;
  background: #fff;
  padding: 13px 20px;
  margin-bottom: 0;
  right: 0;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 13px 0 #00000038;
}

.header-my-accounts a.wpmenucart-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0b796f;
}

.header-my-accounts a.wpmenucart-contents:after {
  content: "Cart";
}

.header-my-accounts .fl-button-group-button:nth-child(2) a.fl-button,
.header-my-accounts .wpmenucart-shortcode a.fl-button {
  display: none;
}

.header-my-accounts .fl-button-group-button a.wpmenucart-contents:hover,
.header-my-accounts .fl-button-group-button a.wpmenucart-contents:hover i {
  color: #003e70 !important;
}

.header-my-accounts .fl-button-group-button a.wpmenucart-contents i {
  font-size: 1.3em;
  line-height: 22px;
}

.header-my-accounts
  .fl-button-group-button
  a.wpmenucart-contents
  .cartcontents {
  position: absolute;
  width: 16px;
  height: 16px;
  word-break: keep-all;
  overflow: hidden;
  background: #003e70;
  z-index: 999;
  border-radius: 100px;
  font-size: 12px;
  line-height: normal;
  top: -5px;
  right: 5px;
  text-align: center;
  color: #fff !important;
}

.header-my-accounts div.wpmenucart-shortcode ul.wpmenucart .menu-item {
  margin: 0 0px 6px 0px;
  background: #ebebeb;
  padding: 5px 10px;
  text-align: left;
  display: flex;
  align-items: center;
}

.header-my-accounts
  div.wpmenucart-shortcode
  ul.wpmenucart
  .menu-item:last-child {
  background: transparent;
  margin: 0;
  padding: 0 10px;
}

.header-my-accounts
  div.wpmenucart-shortcode
  ul.wpmenucart
  .menu-item
  .wpmenucart-product-remove {
  margin: 20px 3px !important;
}

.header-my-accounts
  div.wpmenucart-shortcode
  ul.wpmenucart
  .menu-item
  .wpmenucart-product-remove
  img {
  margin-top: -9px;
}

.header-my-accounts
  div.wpmenucart-shortcode
  ul.wpmenucart
  .menu-item
  span.wpmenucart-order-item-info
  .wpmenucart-product-quantity-price {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.header-my-accounts
  div.wpmenucart-shortcode
  ul.wpmenucart
  .menu-item:last-child
  a.clearfix.wp-block-navigation-item__content {
  background: #003e70;
  color: #fff;
  padding: 10px 20px;
  margin-top: 10px;
}
.eg-product-slider .wa_wps_image_carousel ul li.wa_wps_foo_content {
  margin: 0 auto !important;
  /* float: none; */
}
.eg-product-slider
  .wa_wps_image_carousel
  ul
  li.wa_wps_foo_content
  .wa_wps_slider_title
  a {
  font-size: 15px;
  line-height: 21px;
  font-family: "Poppins";
}

.eg-product-slider
  .wa_wps_image_carousel
  ul
  li.wa_wps_foo_content
  .wa_wps_more {
  display: none;
}

.eg-product-slider
  .wa_wps_image_carousel
  ul
  li.wa_wps_foo_content
  .wa_wps_price
  .amount {
  font-weight: 700;
  color: #003e70;
  font-size: 15px;
}

.searchwp-live-search-result--title {
  font-weight: 500;
}
.new-header-left-col .header-my-accounts .fl-button-wrap .fl-button-icon {
  font-size: 24.2px;
}
.wdm-bulk-table tr th,
.woocommerce-Tabs-panel table tr td {
  padding-right: 40px;
}
/* .kilb-product-designer-wrap {
  display: inline;
} */
.kilb-product-designer-preview-images-wrap img[data-src-default] {
  display: none;
}

.kilb-product-designer-wrap .button.kilb-product-designer-open-modal-button {
  height: 44px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 0px;
  line-height: 0.7;
  border-radius: 100px !important;
  color: #ffffff;
  background-color: #003e70;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  white-space: normal;
  font-weight: 600;
  border: 1px solid #003e70;
}

.kilb-product-designer-wrap
  .button.kilb-product-designer-open-modal-button:before {
  content: "Personalize";
  font-size: 16px;
}

.kilb-product-designer-wrap
  .button.kilb-product-designer-open-modal-button:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
body .qib-container .qib-button:not(#qib_id):not(#qib_id) {
  background: #003e70;
  height: 44px;
  width: 44px;
  color: #fff;
  border-color: #003e70;
  font-weight: 600;
  font-size: 20px;
}

body .qib-container .qib-button:not(#qib_id):not(#qib_id):hover {
  background: #000000;
  border-color: #000000;
}

.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  height: 44px;
  width: 44px;
}

body .qib-container .qib-button.minus {
  border-radius: 100px 0px 0px 100px !important;
}

body .qib-container .qib-button.plus {
  border-radius: 0px 100px 100px 0px !important;
}
#wc-square-digital-wallet {
  margin: 0;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  font-weight: 500;
  line-height: 33px;
}
body .woocommerce-message .button {
  color: #fff !important;
  font-weight: 600 !important;
  border: none !important;
  border-radius: 100px !important;
}

body .woocommerce-message .button:hover {
  background: #000 !important;
}
.wdm-bulk-table {
  margin-bottom: 13px;
}
.wdm-bulk-table table thead tr th {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 13px;
  padding-right: 13px;
  background: #003e70;
  color: #fff;
  font-size: 15px;
}

.wdm-bulk-table table tbody {
  border: 1px solid #c1c1c1;
  border-top: 0;
}

.wdm-bulk-table table tbody tr:nth-child(odd) {
  background: #efefef;
}

.wdm-bulk-table table tbody tr td {
  padding: 6px 13px;
}

body.woocommerce-page .product .quote-form button.wdm_enquiry {
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12.5px 24px;
  margin-top: 0;
  border: none;
  text-align: center;
  text-transform: none !important;
}

body.woocommerce-page .product .quote-form button.wdm_enquiry:hover {
  background-color: #000000;
}

@media screen and (min-width: 993px) {
  body .eg-display-on-mob {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1350px) {
  body .header-category-menu .pp-advanced-menu-horizontal .menu-item {
    margin: 0 11px;
  }
}
@media screen and (max-width: 1250px) {
  .eg-product-lists .uabb-woocommerce .products li.product {
    width: calc(25% - 8.3px) !important;
  }
}
@media screen and (max-width: 1200px) {
  .new-header-left-col
    .fl-col-content
    .fl-module-button-group
    .fl-module-content
    .fl-button-group-button
    .fl-button
    .fl-button-text {
    font-size: 11px;
  }
  body
    .new-header-left-col
    .header-my-accounts
    .fl-button-wrap
    .fl-button-icon {
    font-size: 19px;
  }
  body
    .new-header-left-col
    .fl-col-content
    .fl-module-button-group
    .fl-module-content
    .fl-button-group-button
    .fl-button {
    padding-right: 4px;
    padding-bottom: 0px;
    padding-left: 4px;
  }
  .header-my-accounts a.wpmenucart-contents:after {
    font-size: 11px;
    margin-top: 4px;
  }
  .eg-second-navigation
    .fl-module-content
    .brex-mega-menu-desktop
    .brex-mega-menu
    .mega-menu-saved-row-a {
    padding: 10px 13px 10px 13px;
  }
}
@media screen and (max-width: 992px) {
  .eg-mobile-header
    .fl-button-group-buttons
    .fl-button-group-button:nth-child(1)
    .fl-button-wrap
    .fl-button {
    display: none;
  }
  .fl-builder-content .eg-mobile-header {
    width: 100% !important;
  }
  .eg-mobile-header .fl-col-content {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .eg-mobile-header .fl-col-content .fl-module-pp-advanced-menu {
    width: 100%;
    max-width: 70px;
  }

  .eg-mobile-header .fl-col-content .fl-module-pp-image {
    max-width: 280px;
  }

  .eg-mobile-header
    .fl-col-content
    .fl-module-pp-advanced-menu
    .fl-module-content {
    margin: 0 10px;
  }
  body:not(.logged-in)
    .eg-mobile-header
    .fl-col-content
    .fl-module-button-group
    .fl-button-group-buttons
    .fl-button-group-button:nth-child(3),
  body.logged-in
    .eg-mobile-header
    .fl-col-content
    .fl-module-button-group
    .fl-button-group-buttons
    .fl-button-group-button:nth-child(2) {
    display: none;
  }
  header > .fl-row > .fl-row-content-wrap {
    padding: 10px 10px !important;
  }
  .eg-mobile-header
    .fl-col-content
    .fl-module-button-group
    .fl-button-group-buttons
    .fl-button-group-button
    .wpmenucart-contents:after,
  .eg-mobile-header
    .fl-col-content
    .fl-module-button-group
    .fl-button-group-buttons
    .fl-button-text {
    display: none;
  }
  .eg-mobile-header .fl-col-content .fl-button-group .fl-button-group-buttons {
    gap: 0;
    align-items: center;
  }

  .eg-mobile-header
    .fl-col-content
    .fl-button-group
    .fl-button-group-buttons
    .fl-button-wrap {
    padding: 0px 10px;
  }
  .eg-mobile-header
    .fl-col-content
    .fl-button-group
    .fl-button-group-buttons
    .fl-button-group-button:nth-child(2),
  .eg-mobile-header
    .fl-col-content
    .fl-button-group
    .fl-button-group-buttons
    .fl-button-group-button:nth-child(3) {
    display: flex;
  }
}

.variations_form .variations select {
  padding: 2px 5px 2px 10px;
}

.header-my-accounts div.wpmenucart-shortcode ul.wpmenucart .menu-item .kilb-product-designer-thumbnail .kilb-product-designer-thumbnail-link {
  display: none;
}

.header-my-accounts div.wpmenucart-shortcode ul.wpmenucart .menu-item .kilb-product-designer-thumbnail .wp-block-navigation-item__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-my-accounts div.wpmenucart-shortcode ul.wpmenucart .menu-item .kilb-product-designer-thumbnail .wp-block-navigation-item__content img {
  width: 100%;
  max-width: 45px;
  box-shadow: 0 0 2px 0 #000;
  margin-bottom: 10px;
}

.header-my-accounts div.wpmenucart-shortcode ul.wpmenucart .menu-item .kilb-product-designer-thumbnail+.wpmenucart-order-item-info {
  padding-left: 10px;
}

.header-my-accounts div.wpmenucart-shortcode ul.wpmenucart .menu-item .kilb-product-designer-thumbnail+.wpmenucart-order-item-info .wpmenucart-product-name {
  color: #F44336;
}

.header-my-accounts div.wpmenucart-shortcode ul.wpmenucart .menu-item:has(.wp-block-navigation-item__content + .kilb-product-designer-thumbnail) .wp-block-navigation-item__content {
    position: absolute;
    width: calc(100%);
    height: 100%;
}

.header-my-accounts div.wpmenucart-shortcode ul.wpmenucart .menu-item .kilb-product-designer-thumbnail .wp-block-navigation-item__content {
    width: 100% !important;
}

.header-my-accounts div.wpmenucart-shortcode ul.wpmenucart .menu-item .kilb-product-designer-thumbnail {
    width: 42px;
    height: 42px;
}
.header-my-accounts div.wpmenucart-shortcode ul.wpmenucart .menu-item .wpmenucart-thumbnail .wp-post-image {
  width: 42px !important;
}

.type-product .fl-post-grid-text .fl-post-grid-meta {
  display: none;
}

.pp-image-carousel-wrapper .pp-swiper-button,
.mobile-search-box .pp-search-form__submit{
  border: none !important;
}

.mobile-search-box .pp-search-form__submit:hover .fa.fa-search{
    color: #fff !important;
}

.pp-advanced-menu-mobile-toggle.hamburger{
  background-color: #0b796f !important;
}

.woocommerce-variation-price{
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .shop_table.shop_table_responsive td{
    padding: 10px !important;
  }


  .checkout.woocommerce-checkout .radio input[type="radio"], 
  .checkout.woocommerce-checkout .radio-inline input[type="radio"], 
  .checkout.woocommerce-checkout .checkbox input[type="checkbox"], 
  .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
  }
}