/*
Theme Name: STARFASTENERSPLUS
Theme URI:
Author: Steffen
Author URI:
Description:
Version: 3.0
*/

/* NY PRODUKT SIDE */
.new-product-page.single-product .product .container .row .col-md-5 .onsale {
  background-color: #FF8400;
  color: #fff;
  top: 0;
  left: 15px;
  border-top-left-radius: 12px;
  display: flex;
  align-items: center;
  border-bottom-right-radius: 0;
  font-size: 16px;
}
.new-product-page.single-product .product .container .row .col-md-5 .onsale b {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
.new-product-page.single-product .product .container .row .col-md-5 .onsale img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  display: flex;
}
.new-product-page.single-product .product .container .row .col-md-5 .woo-variation-product-gallery .woo-variation-gallery-wrapper .wvg-gallery-image {
  margin-top: 0;
}
.new-product-page.single-product .product .container .row .col-md-5 .woo-variation-product-gallery .woo-variation-gallery-wrapper .slick-slide {
  border-radius: 12px;
  overflow: hidden;
}
.new-product-page .woo-variation-gallery-wrapper .woo-variation-gallery-trigger {
  bottom: 10px;
  right: 10px;
  top: auto;
  background-color: #ededed;
  height: 56px;
  width: 56px;
}
.new-product-page .woo-variation-gallery-wrapper .woo-variation-gallery-trigger .dashicons {
  width: 28px;
  height: 28px;
  font-size: 28px;
}
.new-product-page #primary .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.new-product-page.single-product .product .container .row .col-md-5 .woo-variation-product-gallery .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
  border-radius: 5px;
  margin-bottom: 10px;
  width: 60px;
  height: 60px;
  opacity: 1;
}
.new-product-page.single-product .product .container .row .col-md-5 .woo-variation-product-gallery .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.current-thumbnail {
  border: 1px solid #FF8400;
}
.new-product-page.single-product .product .container .row .col-md-5 .woo-variation-product-gallery .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image div {
  width: 100%;
  height: 100%;
}
.new-product-page.single-product .product .container .row .col-md-5 .woo-variation-product-gallery .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 250ms ease;
}
.new-product-page.single-product .product .container .row .col-md-5 .woo-variation-product-gallery .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image:hover div img {
  transform: scale(1.1);
}
.single-product .product .container .row .col-md-6 .summary .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .skuShowcase {
  display: block;
  color: #00B5EA;
  margin-bottom: 5px;
  width: 100%;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .product_title {
  width: calc(100% - 150px);
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .price {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .price ins {
  text-decoration: none;
  line-height: 38px;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .price del {
  line-height: 16px;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .price .onsale b {
  display: none;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .price .onsale {
  background-color: #FF8400;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 16px;
  font-weight: 400;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .woocommerce-product-details__short-description {
  margin: 40px 0;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .cart {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 28px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .cart .single_add_to_cart_button {
  margin: 0;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.16);
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .cart .quantity {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .cart .quantity input {
  background-color: transparent;
  color: #00B5EA;
  border: 1px solid #d9d9d9;
  padding: 15px;
  margin: 0 8px;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .cart .quantity button {
  background-color: #fff;
  padding: 8px 13px;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
  cursor: pointer;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .cart .quantity input::-webkit-outer-spin-button,
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .cart .quantity input[type=number] {
  -moz-appearance: textfield;
}
.new-product-page #primary .woocommerce-breadcrumb, 
.new-product-page #primary .woocommerce-breadcrumb a {
  color: #8b8b8b;
  font-weight: 400;
  font-size: 14px;
}
.new-product-page #primary .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}
.new-product-page #primary .woocommerce-breadcrumb {
  margin-top: 20px;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .tab-desc, 
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .tab-spec {
  box-shadow: 0px 4px 10px rgba(0,0,0,0.16);
  padding: 20px;
  width: 100%;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .tab-desc .desc-content,
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .tab-spec .desc-content {
  background-color: #ededed;
  padding: 20px;
  font-size: 14px;
  margin-top: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: default;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .tab-desc .desc-content p,
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .tab-spec .desc-content p {
  margin-bottom: 1em;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .tab-desc .desc-content td p,
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .tab-spec .desc-content td p {
  margin-bottom: 0;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .tab-desc .desc-content ul:last-of-type {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .tab-desc .desc-content ul:last-of-type strong {
  font-weight: 400;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .tab-desc .desc-content ul:last-of-type a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1e1e1e;
  color: #fff !important;
  border-radius: 10px;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .tab-desc .tab-trigger, 
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .tab-spec .tab-trigger {
  line-height: 24px;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .tab-desc .tab-trigger::before, 
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .tab-spec .tab-trigger::before {
  top: 0;
}
.new-product-page #related {
  background-color: #e4f0f3;
  margin-top: 80px;
}
.new-product-page #related .container::before {
  display: none;
}
.new-product-page.single-product .product {
  padding-bottom: 0;
}
.new-product-page #related h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
}
.new-product-page #related .container .row .col-12 ul .product,
.new-product-page #product-loop .container .row .col-lg-9 ul .product {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16);
}
.new-product-page #related .container .row .col-12 ul .product a .product-image,
.new-product-page #product-loop .container .row .col-lg-9 ul .product a .product-image {
  position: relative;
}
.new-product-page #related .container .row .col-12 ul .product a .product-image .onsale,
.new-product-page #product-loop .container .row .col-lg-9 ul .product a .product-image .onsale {
  background-color: #FF8400;
  color: #fff;
  top: 0;
  left: 0;
  border-top-left-radius: 12px;
  display: flex;
  align-items: center;
  border-bottom-right-radius: 0;
  font-size: 15px;
  padding: 2px 10px;
  font-weight: 400;
}
.new-product-page #related .container .row .col-12 ul .product a .product-image .onsale b,
.new-product-page #product-loop .container .row .col-lg-9 ul .product a .product-image .onsale b {
  display: none;
}
.new-product-page #related .container .row .col-12 ul .product > a,
.new-product-page #product-loop .container .row .col-lg-9 ul .product > a {
  padding-top: 0;
}
.new-product-page #related .container .row .col-12 ul .product a span.price-prefix,
.new-product-page #product-loop .container .row .col-lg-9 ul .product a span.price-prefix {
  color: #989898;
  display: block;
  font-size: 15px;
  line-height: 15px;
  margin: 0;
}
.new-product-page #related .container .row .col-12 ul .product .add_to_cart_button,
.new-product-page #product-loop .container .row .col-lg-9 ul .product .add_to_cart_button {
  margin-bottom: 0;
}
.new-product-page #product-loop .container .row .col-lg-9 ul .product a span.price {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.new-product-page #product-loop .container .row .col-lg-9 ul .product a span.price span {
  margin-bottom: 0;
}
.new-product-page.woo-variation-swatches.wvs-show-label .variations tr {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
}
.new-product-page.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  padding: 15px;
  border: 1px solid black;
  box-shadow: none;
  min-width: 20%;
  background-color: transparent;
}
.new-product-page.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  border: 1px solid #FF8400;
}
.new-product-page.single-product .product .container .row .col-md-6 .summary .inner .cart > div:not(.quantity) {
  width: 100%;
}
.new-product-page.woo-variation-swatches.wvs-show-label .variations tr:first-of-type {
  margin-right: 0;
}
footer .footerBG {
  display: flex;
}
.new-product-page.woo-variation-swatches.wvs-show-label .variations tr:nth-last-child(1) .woo-variation-items-wrapper ul .showLess.active,
.new-product-page.woo-variation-swatches.wvs-show-label .variations tr:nth-last-child(1) .woo-variation-items-wrapper ul .showshowMore {
  display: none;
}
.new-product-page.woo-variation-swatches.wvs-show-label .variations tr .woo-variation-items-wrapper .reset_variations {
  visibility: visible;
  font-size: 12px;
  color: #fff;
  background-color: #db7575;
  padding: 2px 10px;
  border-radius: 8px;
  margin-left: 3px;
}
/* NY PRODUKT SIDE END */

.old-product-page .productAccordion{
  display: none!important;
}

.single-product.old-product-page  .product .container .row .col-md-6 .summary .inner{
  flex-direction: column;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  overflow-x: hidden;
  background: #F3F3F3;
  margin: 0;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body, html {
  height: 100%;
  width: 100%;
}
a, h1, h2, h3, h4, h5, h6, img, li, p, ul {
  padding: 0;
  margin: 0;
}
.container {
  max-width: 1290px;
}
@media (max-width: 1390px) {
  .container {
    max-width: 95%;
 }
}
body a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  background-color: #09B4E7;
  color: white;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  padding: 6px 25px;
  font-size: 16px;
}
body a.button:hover {
  background-color: #078eb6;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
body h1, body h2, body h3, body h4, body h5, body h6, body ol, body p, body ul {
  margin-bottom: 10px;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-style: normal;
  font-weight: 600;
}
body h1 em, body h2 em, body h3 em, body h4 em, body h5 em, body h6 em {
  font-style: italic;
}
body h1 {
  font-size: 70px;
  line-height: 80px;
}
body h2 {
  font-size: 43px;
  line-height: 53px;
}
body h3 {
  font-size: 36px;
  line-height: 46px;
}
body h4 {
  font-size: 30px;
  line-height: 40px;
}
body h5 {
  font-size: 18px;
  line-height: 28px;
}
body p {
  font-weight: 400;
  font-style: normal;
}
body p em {
  font-style: italic;
}
body a {
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  color: #000;
}
.wysiContent h2 strong, .wysiContent h3 strong, .wysiContent h4 strong, .wysiContent h5 strong, .wysiContent p strong, .wysiContent ul strong {
  font-weight: 600;
}
.wysiContent a {
  color: #00B5EA;
}
.wysiContent ul {
  list-style-type: none;
}
.wysiContent ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.wysiContent ul li::before {
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
  border: solid 3.5px #09B4E7;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}
.wysiContent img {
  max-width: 100%;
  height: auto;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #333;
}
::-webkit-scrollbar-thumb {
  background: #09B4E7;
  border-radius: 36px;
}
::-moz-selection {
  color: #09B4E7;
  background: #333;
}
::selection {
  color: #09B4E7;
  background: #333;
}
.frm_forms form .frm_error_style {
  background-color: #ffa8a8;
  padding: 8px 12px;
  display: inline-block;
  margin-bottom: 12px;
  border-radius: 2px;
  font-weight: 600;
}
.frm_forms form .frm_form_fields fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.frm_forms form .frm_form_fields fieldset legend, .frm_forms form .frm_form_fields fieldset .frm_verify {
  display: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
  margin-right: 16px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_error {
  background-color: #ffa8a8;
  padding: 8px 12px;
  display: block;
  margin-top: 12px;
  border-radius: 2px;
  font-weight: 600;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_none_container label {
  display: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_none_container input, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_none_container textarea, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_none_container select {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  padding: 11px 12px;
  border: none;
  border-radius: 2px;
  background-color: #EFEAE7;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_none_container input[type=number]::-webkit-inner-spin-button, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_none_container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_none_container input[type=number] {
  -moz-appearance: textfield !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  padding: 11px 28px;
  background-color: #F4B736;
  border-radius: 23px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  position: relative;
  color: #3B3B3A;
  cursor: pointer;
  border: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  background-color: #eaa30d;
}
#header {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  background-color: #fff;
}
#header.stickyNator {
  position: absolute;
  width: 100%;
  z-index: 9;
}
#header.stickyNator.sticky {
  position: fixed;
  background-color: #fff;
}
#header .col-md-12 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header #logo {
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#header #logo img {
  height: 100%;
  width: auto;
}
@media (min-width: 992px) {
  #header #navmenu {
    display: block;
 }
  #header #navmenu ul {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
 }
  #header #navmenu ul li {
    margin-right: 28px;
 }
  #header #navmenu ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    font-size: 20px;
    font-weight: 600;
    position: relative;
 }
  #header #navmenu ul li a::after {
    content: "";
    position: absolute;
    width: calc(100%);
    height: 3px;
    background-color: #00B5EA;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
 }
  #header #navmenu ul li a:hover::after {
    bottom: 15px;
    opacity: 1;
    visibility: visible;
 }
  #header #navmenu ul li:last-of-type {
    margin-right: 0;
 }
  #header #navmenu ul li.current_page_item a::after {
    bottom: 15px;
    opacity: 1;
    visibility: visible;
 }
  #header #navmenu ul li.menu-item-has-children {
    position: relative;
 }
  #header #navmenu ul li.menu-item-has-children .sub-menu {
    position: absolute;
    width: 280px;
    background-color: #fff;
    z-index: 9999;
    padding: 20px 30px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
            box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    top:calc(100% + 20px);
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: -30px;
    pointer-events: none;
 }
  #header #navmenu ul li.menu-item-has-children .sub-menu li {
    margin-right: 0px;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
 }
  #header #navmenu ul li.menu-item-has-children .sub-menu li.blueShow a {
    color: #00B5EA;
    position: relative;
    display: inline-block;
    text-decoration: underline;
 }
  #header #navmenu ul li.menu-item-has-children .sub-menu li.blueShow a::after {
    display: none;
 }
  #header #navmenu ul li.menu-item-has-children .sub-menu li.blueShow a::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: url('/wp-content/uploads/2023/10/chevron-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    right: -20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
    top: 2px;
 }
  #header #navmenu ul li.menu-item-has-children .sub-menu li.blueShow a:hover {
    padding-left: 3px;
 }
  #header #navmenu ul li.menu-item-has-children .sub-menu li.blueShow a:hover::before {
    right: -30px;
    opacity: 1;
    visibility: visible;
 }
  #header #navmenu ul li.menu-item-has-children .sub-menu li.blueShow ul li a {
    color: #000;
    text-decoration: none;
 }
  #header #navmenu ul li.menu-item-has-children .sub-menu li.blueShow ul li a::before {
    display: none;
 }
  #header #navmenu ul li.menu-item-has-children .sub-menu li.blueShow ul li a::after {
    display: block;
 }
  #header #navmenu ul li.menu-item-has-children .sub-menu li.blueShow ul li a:hover {
    padding-left: 0px;
 }
  #header #navmenu ul li.menu-item-has-children .sub-menu li ul {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0px;
    padding: 0px;
    left: 0px;
    width: 100%;
 }
 #header #navmenu ul li.mobileOnly {
  display: none!important;
 }
  #header #navmenu ul li.menu-item-has-children .sub-menu li ul li {
    margin-left: 5px;
 }
  #header #navmenu ul li.menu-item-has-children .sub-menu li ul li a {
    font-size: 14px;
 }
  #header #navmenu ul li.menu-item-has-children .sub-menu li a {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
 }
  #header #navmenu ul li.menu-item-has-children .sub-menu li a:hover::after {
    bottom: 5px;
    opacity: 1;
    visibility: visible;
 }
  #header #navmenu ul li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    pointer-events: all;
 }
  #header #navmenu ul li.menu-item-has-children.megaMenu {
    position: static;
 }
  #header #navmenu ul li.menu-item-has-children.megaMenu:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
 }
  #header #navmenu ul li.menu-item-has-children.megaMenu .sub-menu {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    left: 0px;
    padding: 20px 30px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
            box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    top:calc(100% + 20px);
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
    height: 490px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
 }
  #header #navmenu ul li.menu-item-has-children.megaMenu .sub-menu li {
    width:calc(33.33% - 28px);
    float: left;
 }
  #header #navmenu ul li.menu-item-has-children.megaMenu .sub-menu li span {
    display: none;
 }
  #header #navmenu ul li.menu-item-has-children.megaMenu .sub-menu li a {
    font-size: 18px;
    color: #00B5EA;
    position: relative;
    display: inline-block;
    text-decoration: underline;
 }
  #header #navmenu ul li.menu-item-has-children.megaMenu .sub-menu li a::after {
    display: none;
 }
  #header #navmenu ul li.menu-item-has-children.megaMenu .sub-menu li a::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: url('/wp-content/uploads/2023/10/chevron-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    right: -20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
 }
  #header #navmenu ul li.menu-item-has-children.megaMenu .sub-menu li a:hover {
    padding-left: 3px;
 }
  #header #navmenu ul li.menu-item-has-children.megaMenu .sub-menu li a:hover::before {
    right: -30px;
    opacity: 1;
    visibility: visible;
 }
  #header #navmenu ul li.menu-item-has-children.megaMenu .sub-menu li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    top: unset !important;
    left: unset;
    background: none;
    height: auto;
 }
  #header #navmenu ul li.menu-item-has-children.megaMenu .sub-menu li ul li {
    width: 100%;
    float: unset;
 }
  #header #navmenu ul li.menu-item-has-children.megaMenu .sub-menu li ul li.underline a {
    border-bottom: 2px solid #000;
    padding-bottom: 0px;
    margin-top: 15px;
    margin-bottom: 10px;
    opacity: 0.7;
    display: inline-block;
    width: auto;
 }
  #header #navmenu ul li.menu-item-has-children.megaMenu .sub-menu li ul li.underline a:hover {
    opacity: 1;
    padding-left: 0px;
    color: #00B5EA;
 }
  #header #navmenu ul li.menu-item-has-children.megaMenu .sub-menu li ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
    font-size: 14px;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
    text-decoration: none;
    display: block;
 }
  #header #navmenu ul li.menu-item-has-children.megaMenu .sub-menu li ul li a:hover {
    color: #00B5EA;
    padding-left: 3px;
 }
  #header #navmenu ul li.menu-item-has-children.megaMenu .sub-menu li ul li a::before {
    display: none;
 }
}
@media (max-width: 992px) {
  #header #navmenu {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100% - 160px);
    background-color: #fff;
    z-index: 9999;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    padding: 40px 30px;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
    opacity: 0;
    visibility: hidden;
 }
  #header #navmenu .menu-frontpage-container {
    overflow-y: scroll;
    height: 100%;
 }
  #header #navmenu .menu-frontpage-container::-webkit-scrollbar {
    border-radius: 36px;
 }
  #header #navmenu ul {
    height: 100%;
    list-style-type: none;
 }
  #header #navmenu ul li {
    margin-bottom: 20px;
    position: relative;
 }
  #header #navmenu ul li span {
    display: none;
 }
  #header #navmenu ul li.menu-item-has-children ul {
    display: none;
    height: auto;
    margin-bottom: 0px;
    background-color: #eaeaea;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 20px;
    border-top: #00B5EA 3px solid;
    padding-bottom: 1px;
 }
  #header #navmenu ul li.menu-item-has-children ul li ul {
    display: block !important;
    padding-top: 0px;
    padding-left: 0px;
    border-top: none;
    padding-bottom: 0px;
 }
  #header #navmenu ul li.menu-item-has-children ul li ul li {
    margin-bottom: 5px;
 }
  #header #navmenu ul li.menu-item-has-children ul li ul li a {
    margin-bottom: 0px;
    padding-left: 10px;
    font-size: 16px;
 }
  #header #navmenu ul li.menu-item-has-children ul li a {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
 }
  #header #navmenu ul li.menu-item-has-children ul span {
    display: none;
 }
  #header #navmenu ul li.menu-item-has-children span {
    background-image: url('/wp-content/uploads/2024/05/chevron-right.svg');
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 20px;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
 }
  #header #navmenu ul li.menu-item-has-children span.active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
 }
  #header #navmenu ul li a {
    font-size: 22px;
    font-weight: 600;
    position: relative;
 }
  #header #navmenu.active {
    top: 160px;
    opacity: 1;
    visibility: visible;
 }
}
#header .header-top {
  background-color: #EAEAEA;
}
#header .header-top .container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-top .container .row .col-lg-6 {
  padding: unset;
}
#header .header-top .container .row .col-lg-6 .wrapperContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#header .header-top .container .row .col-lg-6 .wrapperContainer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
#header .header-top .container .row .col-lg-6 .wrapperContainer .wrapper img {
  width: auto;
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 480px) {
  #header .header-top .container .row .col-lg-6 .wrapperContainer .wrapper img {
    height: 15px;
 }
}
#header .header-top .container .row .col-lg-6 .wrapperContainer .wrapper p {
  margin: unset;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 480px) {
  #header .header-top .container .row .col-lg-6 .wrapperContainer .wrapper p {
    font-size: 10px;
 }
}
@media (max-width: 1280px) {
  #header .header-top .container .row .col-lg-6 {
    width: 60%;
 }
 
}
@media (max-width: 992px) {
  #header .header-top .container .row .col-lg-6 {
    width: 100%;
 }
 #header #navmenu ul li.mobileOnly {
  display: block!important;
 }
}
#header .header-top .container .row .col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding: unset;
}
#header .header-top .container .row .col-lg-4 .wrapperContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
#header .header-top .container .row .col-lg-4 .wrapperContainer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  margin: 0 15px;
}
#header .header-top .container .row .col-lg-4 .wrapperContainer .wrapper img {
  width: auto;
  height: 20px;
}
#header .header-top .container .row .col-lg-4 .wrapperContainer .wrapper p {
  margin: unset;
  font-size: 14px;
  font-weight: 500;
}
#header .header-top .container .row .col-lg-4 .wrapperContainer .blue {
  background-color: #00B5EA;
  color: white;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: unset;
}
#header .header-top .container .row .col-lg-4 .wrapperContainer .blue img {
  margin-right: 10px;
}
#header .header-top .container .row .col-lg-4 .wrapperContainer .blue:hover {
  background-color: #008eb7;
}
#header .header-top .container .row .col-lg-4 .wrapperContainer .wrapper:first-of-type img {
  margin-left: 10px;
  height: 15px;
}
#header .header-top .container .row .col-lg-4 .wrapperContainer .wrapper:first-of-type.phone img {
  margin-right: 10px;
}
@media (max-width: 1280px) {
  #header .header-top .container .row .col-lg-4 {
    width: 40%;
 }
}
@media (max-width: 992px) {
  #header .header-top .container .row .col-lg-4 {
    display: none;
 }
}
#header .header-middle {
  position: relative;
}
#header .header-middle .container .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}
@media (max-width: 992px) {
  #header .header-middle .container .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
 }
}
#header .header-middle .container .row .mobileMenuTrigger {
  display: none;
}
@media (max-width: 992px) {
  #header .header-middle .container .row .mobileMenuTrigger {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #eaeaea;
    border-radius: 32px;
    padding: 10px;
 }
  #header .header-middle .container .row .mobileMenuTrigger img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
 }
}
#header .header-middle .container .row .col-lg-3:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1280px) {
  #header .header-middle .container .row .col-lg-3.miniCartWrapper {
    width: 20%;
 }
  #header .header-middle .container .row .col-lg-3.miniCartWrapper .minicart-wrp .minicart-trigger {
    width: 50px;
    padding-left: 12px;
 }
  #header .header-middle .container .row .col-lg-3.logoWrapper {
    width: 20%;
 }
}
@media (max-width: 992px) {
  #header .header-middle .container .row .col-lg-3.miniCartWrapper {
    width: 50px;
    padding: 0px;
 }
  #header .header-middle .container .row .col-lg-3.logoWrapper {
    width: 60%;
 }
}
@media (max-width: 500px) {
  #header .header-middle .container .row .col-lg-3.logoWrapper {
    width: 200px;
 }
  #header .header-middle .container .row .col-lg-3.logoWrapper #logo {
    height: 50px;
 }
}
#header .header-middle .container .row .col-lg-3.miniCartWrapper #minicart {
  width: 550px;
}
@media (max-width: 780px) {
  #header .header-middle .container .row .col-lg-3.miniCartWrapper {
    position: static;
 }
  #header .header-middle .container .row .col-lg-3.miniCartWrapper #minicart {
    width: 100%;
 }
}
#header .header-middle .container .row .col-lg-6 .dgwt-wcas-search-wrapp {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
}
#header .header-middle .container .row .col-lg-6 .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp {
  background: none;
}
#header .header-middle .container .row .col-lg-6 .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input {
  font-weight: 600;
}
#header .header-middle .container .row .col-lg-6 .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input::-webkit-input-placeholder {
  font-weight: 600;
}
#header .header-middle .container .row .col-lg-6 .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input::-moz-placeholder {
  font-weight: 600;
}
#header .header-middle .container .row .col-lg-6 .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input:-ms-input-placeholder {
  font-weight: 600;
}
#header .header-middle .container .row .col-lg-6 .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input::-ms-input-placeholder {
  font-weight: 600;
}
#header .header-middle .container .row .col-lg-6 .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input::placeholder {
  font-weight: 600;
}

#header .header-middle .container .row .col-lg-6.searchWrapper .searchBoxActivator {
  display: none;
}
@media (max-width: 1280px) {
  #header .header-middle .container .row .col-lg-6.searchWrapper {
    width: 60%;
 }
  #header .header-middle .container .row .col-lg-6.searchWrapper .dgwt-wcas-search-wrapp {
    margin: 0px;
    min-width: unset;
 }
}
@media (max-width: 992px) {
  #header .header-middle .container .row .col-lg-6.searchWrapper .searchBoxActivator {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #eaeaea;
    border-radius: 32px;
    padding: 10px;
  }

  #header .header-middle .container .row .col-lg-6.searchWrapper .searchBoxActivator img{
    width:100%;
    height: 100%;
  }
  #header .header-middle .container .row .col-lg-6.searchWrapper .searchBox {
    position: absolute;
    width:100%;
    top:200px;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 250ms ease;
    z-index: 9999;
  }
  #header .header-middle .container .row .col-lg-6.searchWrapper .searchBox.active{
    top:80px;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  #header .header-middle .container .row .col-lg-6.searchWrapper {
    width: 50px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    position: static;
 }
  #header .header-middle .container .row .col-lg-6.searchWrapper .dgwt-wcas-search-wrapp {
    min-width: unset;
    width: 50px !important;
    height: 50px;
 }
  #header .header-middle .container .row .col-lg-6.searchWrapper .dgwt-wcas-search-form {
    display: none;
 }
  #header .header-middle .container .row .col-lg-6.searchWrapper .dgwt-wcas-enable-mobile-form {
    position: relative;
    background-color: #eaeaea;
    width: 50px;
    height: 50px;
    border-radius: 32px;
 }
  #header .header-middle .container .row .col-lg-6.searchWrapper .dgwt-wcas-enable-mobile-form::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
    background-image: url('/wp-content/uploads/2024/07/search.svg');
    background-size: contain;
 }
}
@media (max-width: 380px) {
  #header .header-middle .container .row .col-lg-3.logoWrapper {
    width: 150px;
}
}
#header .header-middle .container .row .col-md-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productdisplay {
  position: relative;
  padding-top: 40px;
  padding-bottom: 140px;
}
.productdisplay .bannerColor {
  background-color: #8e9fa2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}
.productdisplay .bannerimage {
  position: absolute;
  z-index: -1;
  top: 0px;
  width: 100%;
  height: 100%;
}
@media (max-width: 998px) {
  .productdisplay .bannerimage {
    background-color: #8e9fa2;
 }
  .productdisplay .bannerimage img {
    display: none;
 }
}
.productdisplay .bannerimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productdisplay .container {
  padding-top: 20px;
}
.productdisplay .container .row .col-lg-12 h1 {
  font-size: 40px;
  color: white;
}
.productdisplay .breadcrumbs {
  color: #fff;
}
.productdisplay .breadcrumbs a {
  color: #fff;
}

.single-product .bready {
  color: #000;
  padding-top: 20px;
}
.single-product .bready a {
  color: #000;
}

.productdisplay .container .row .col-lg-6 img {
  width: 100%;
  height: auto;
}
.productdisplay .container .row .col-lg-6 h1 {
  font-size: 40px;
  color: white;
}
.productdisplay .container .row .col-lg-6 p {
  color: #fff;
}
.productdisplay .container .row .col-lg-4 .catWrapper {
  width: 100%;
  position: relative;
  background-color: rgba(0,0,0,0.55);
  border-radius: 15px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
          box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
}
.productdisplay .container .row .col-lg-4 .catWrapper .catContent {
  padding: 30px 0 30px 20px;
  min-height: 220px;
}
.productdisplay .container .row .col-lg-4 .catWrapper .catContent .skrueTop img {
  width: 50px;
  height: 50px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  position: absolute;
  right: 80px;
  top: 15px;
}
.productdisplay .container .row .col-lg-4 .catWrapper .catContent h3 {
  color: white;
  font-size: 26px;
  max-width: 220px;
  line-height: 30px;
  padding-top: 25px;
}
.productdisplay .container .row .col-lg-4 .catWrapper .catContent p {
  color: white;
  line-height: 20px;
  font-size: 14px;
  max-width: 220px;
}
.productdisplay .container .row .col-lg-4 .catWrapper .catContent .arrow {
  position: relative;
  padding-top: 20px;
}
.productdisplay .container .row .col-lg-4 .catWrapper .catContent .arrow img {
  width: 20px;
  position: absolute;
  left: 0px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.productdisplay .container .row .col-lg-4 .catWrapper .catContent .skrueRight {
  position: absolute;
  right: 30px;
  top: 10px;
}
.productdisplay .container .row .col-lg-4 .catWrapper .catContent .skrueRight img {
  height: 200px;
  width: 100%;
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.productdisplay .container .row .col-lg-4 .catWrapper:hover .catContent .skrueTop img {
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
}
.productdisplay .container .row .col-lg-4 .catWrapper:hover .catContent .arrow img {
  left: 20px;
}
@media (max-width: 992px) {
  .productdisplay .container .row .col-lg-6 img {
    max-width: 400px;
    height: auto;
 }
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  height: 45px;
  padding: 13px 24px 13px 24px;
  font-size: 14px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  top: 18px;
  left: unset;
  right: 25px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg path {
  fill: #00B5EA;
}
.slidderbanner {
  overflow: hidden;
  background-color: #A9B1B2;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 750px;
  position: relative;
  width: 100%;
}
.slidderbanner .swiper-pagination {
  text-align: left;
  padding-top: 10px;
  bottom: 0px;
  position: relative;
}
.slidderbanner .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  border-radius: 4px;
  background-color: grey;
}
.slidderbanner .container {
  position: relative;
}
.slidderbanner .container .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slidderbanner .container .row .col-lg-6 {
  margin-top: 30px;
}
.slidderbanner .container .row .col-lg-6 .topcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slidderbanner .container .row .col-lg-6 .topcontent img {
  max-width: 300px;
  height: auto;
  margin-bottom: 10px;
}
.slidderbanner .container .row .col-lg-6 .topcontent .new {
  background-color: white;
  border-radius: 10px;
  width: 75px;
  text-align: center;
  color: orange;
  font-weight: bold;
  margin-left: 10px;
}
.slidderbanner .container .row .col-lg-6 .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  border: none;
  background-color: #09B4E7;
  text-align: left;
  color: white;
  padding-right: 80px;
  margin-top: 30px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  position: relative;
}
.slidderbanner .container .row .col-lg-6 .button::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  right: 10px;
  background-image: url("/wp-content/uploads/2023/08/Next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.slidderbanner .container .row .col-lg-6 .button:hover {
  padding-right: 88px;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.slidderbanner .container .row .col-lg-6.content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.contactus {
  background-color: #8E9FA2;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 750px;
  position: relative;
  width: 100%;
}
.contactus .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contactus .container .row .col-lg-6.info #vertical {
  width: calc(100% + 220px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  padding-left: 120px;
}
.contactus .container .row .col-lg-6.info #vertical p {
  margin-bottom: unset;
}
.contactus .container .row .col-lg-6.info .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid black;
}
.contactus .container .row .col-lg-6.info .cWrapper {
  background-color: #F3F3F3;
  border-radius: 20px;
  width: 100%;
  padding: 10px 30px;
  position: relative;
}
.contactus .container .row .col-lg-6.info .cWrapper .cWrapperIMG {
  width: 100%;
  height: 50px;
}
.contactus .container .row .col-lg-6.info .cWrapper .cWrapperIMG img {
  position: absolute;
  top: -20px;
}
.contactus .container .row .col-lg-6.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contactus .container .row .col-lg-6.form .frm_form_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.contactus .container .row .col-lg-6.form .frm_form_field ::-webkit-input-placeholder {
  color: black;
}
.contactus .container .row .col-lg-6.form .frm_form_field ::-moz-placeholder {
  color: black;
}
.contactus .container .row .col-lg-6.form .frm_form_field :-ms-input-placeholder {
  color: black;
}
.contactus .container .row .col-lg-6.form .frm_form_field ::-ms-input-placeholder {
  color: black;
}
.contactus .container .row .col-lg-6.form .frm_form_field ::placeholder {
  color: black;
}
.contactus .container .row .col-lg-6.form input {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  border: none;
  background-color: rgba(255,255,255,0.4);
  padding-left: 30px;
  outline: none;
}
.contactus .container .row .col-lg-6.form select {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  border: none;
  background-color: white;
  padding-left: 30px;
}
.contactus .container .row .col-lg-6.form textarea {
  max-width: 100%;
  resize: vertical;
  min-height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  border: none;
  background-color: rgba(255,255,255,0.4);
  padding-left: 30px;
  padding-top: 25px;
  font-family: Poppins, sans-serif;
  outline: none;
}
.contactus .container .row .col-lg-6.form .frm_button_submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  border: none;
  background-color: #09B4E7;
  text-align: left;
  color: white;
  padding-right: 80px;
  margin-top: 30px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  position: relative;
}
.contactus .container .row .col-lg-6.form .frm_button_submit::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  background-image: url("/wp-content/uploads/2023/08/Next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contactus .container .row .col-lg-6.form .frm_button_submit:hover {
  padding-right: 88px;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  background-color: #09B4E7;
}
.contactus .container .row .col-lg-12.team {
  padding-top: 100px;
}
.contactus .container .row .col-lg-4.teampictures .cWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactus .container .row .col-lg-4.teampictures .cWrapper .picture img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 25px;
}
.contactus .container .row .col-lg-4.teampictures .cWrapper .namepersonal {
  font-weight: bold;
  margin-bottom: unset;
}
#downloads {
  background-color: #8E9FA2;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 80px;
}
#downloads .container .row .col-lg-12.title {
  color: white;
}
#downloads .container .row .col-lg-6 {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#downloads .container .row .col-lg-6 label {
  width: 100%;
  color: white;
}
#downloads .container .row .col-lg-6 select {
  width: 100%;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  border: none;
  background-color: white;
  padding-left: 30px;
}
#downloads .container .row .col-lg-6 #select2 {
  background-color: rgba(255,255,255,0.4);
}
.specifications .specificationTop {
  width: 100%;
}
.specifications .specificationTop .container .row .col-lg-12 {
  background-color: #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px 12px 0 0;
}
.specifications .specificationTop .container .row .col-lg-10.specs .specWrapper {
  padding-top: 40px;
  padding-bottom: 30px;
}
.specifications .specificationTop.grey {
  background-color: #8E9FA2;
}
.employee {
  background-color: #8E9FA2;
  padding-top: 40px;
  padding-bottom: 40px;
}
.employee .container .row .col-lg-4 .cWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.employee .container .row .col-lg-4 .cWrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 25px;
}
.employee .container .row .col-lg-4 .cWrapper .namepersonal {
  font-weight: bold;
  margin-bottom: unset;
}
.single-product .product {
  background-color: #F3F3F3;
  padding-top: 40px;
  padding-bottom: 80px;
}
.single-product .product .container .row .col-md-5 .onsale {
  z-index: 1;
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: white;
  color: #FF8400;
  border-bottom-right-radius: 10px;
  padding: 2px 15px 2px 5px;
  font-size: 18px;
}

.single-product .product .container .row .col-md-5 .woo-variation-product-gallery {
  max-width: 100%!important;
}
.single-product .product .container .row .col-md-5 .woocommerce-product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-product .product .container .row .col-md-5 .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-product .product .container .row .col-md-5 .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  background-color: white;
  margin-top: 10px;
  border-radius: 12px;
}
.single-product .product .container .row .col-md-5 .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image .wp-post-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  min-height: 300px;
  height: 300px;
}

.single-product .product .container .row .col-md-5 .woo-variation-product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-product .product .container .row .col-md-5 .woo-variation-product-gallery .woo-variation-gallery-container{
  width:100%;
}

.single-product .product .container .row .col-md-5 .woo-variation-product-gallery .woo-variation-gallery-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-product .product .container .row .col-md-5 .woo-variation-product-gallery .woo-variation-gallery-wrapper .wvg-gallery-image {
  background-color: white;
  margin-top: 10px;
  border-radius: 12px;
}

.single-product .product .container .row .col-md-5 .woo-variation-product-gallery .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image{
  background-color: white;
  margin-top: 10px;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 10px;
}

.single-product .product .container .row .col-md-5 .woo-variation-product-gallery .woo-variation-gallery-wrapper .wvg-gallery-image .wp-post-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  min-height: 300px;
}

.single-product .product .container .row .col-md-6 .summary .inner .product_title {
  font-size: 30px;
  line-height: 35px;
	width:100%;
}
.single-product .product .container .row .col-md-6 .summary .inner .woocommerce-product-details__short-description p {
  font-size: 14px;
  line-height: 18px;
}
.single-product .product .container .row .col-md-6 .summary .inner table {
  padding-bottom: 20px;
  padding-top: 20px;
}
.single-product .product .container .row .col-md-6 .summary .inner .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product .product .container .row .col-md-6 .summary .inner .price .price-prefix {
  font-size: 16px;
  padding-right: 10px;
  color: #989898;
}
.single-product .product .container .row .col-md-6 .summary .inner .price del {
  font-size: 16px;
  padding-left: 10px;
  color: #989898;
}
.single-product .product .container .row .col-md-6 .summary .inner form .quantity button {
  background-color: #EAEAEA;
  color: black;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  border: none;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.3);
          box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.3);
  cursor: pointer;
}
.single-product .product .container .row .col-md-6 .summary .inner form .quantity input {
  background-color: #00B5EA;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: none;
  color: #fff;
  width: 100px;
}
.single-product .product .container .row .col-md-6 .summary .inner form .single_variation_wrap {
  padding-bottom: 20px;
}
.single-product .product .container .row .col-md-6 .summary .inner form .single_variation_wrap .woocommerce-variation-description * {
  display: none;
}
.single-product .product .container .row .col-md-6 .summary .inner form .woocommerce-variation-price {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-product .product .container .row .col-md-6 .summary .inner form .woocommerce-variation-price .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product .product .container .row .col-md-6 .summary .inner .product_meta {
  padding-bottom: 20px;
  display: none;
}
.single-product .product .container .row .col-md-6 .summary .inner .price {
  font-size: 30px;
  color: #00B5EA;
  font-weight: 600;
}
.single-product .product .container .row .col-md-6 .summary .inner .tab-desc .desc-content ul {
  padding-left: 20px;
}
.single-product .product .container .row .col-md-6 .summary .inner .tab-desc, .single-product .product .container .row .col-md-6 .summary .inner .tab-spec {
  background-color: white;
  padding: 10px 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 0px 1px lightgray;
          box-shadow: 0px 0px 0px 1px lightgray;
  border-radius: 10px;
  cursor: pointer;
	width:100%;
}
.single-product .product .container .row .col-md-6 .summary .inner .tab-desc .desc-content img, .single-product .product .container .row .col-md-6 .summary .inner .tab-spec .desc-content img {
  display: none;
}
.single-product .product .container .row .col-md-6 .summary .inner .tab-desc .tab-trigger, .single-product .product .container .row .col-md-6 .summary .inner .tab-spec .tab-trigger {
  font-size: 16px;
  margin-bottom: 0px;
  position: relative;
  padding-left: 36px;
}
.single-product .product .container .row .col-md-6 .summary .inner .tab-desc .tab-trigger::before, .single-product .product .container .row .col-md-6 .summary .inner .tab-spec .tab-trigger::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url('/wp-content/uploads/2023/11/file-text-line.svg');
  left: 0;
  top: 10px;
}
.single-product .product .container .row .col-md-6 .summary .inner .tab-desc:last-of-type .tab-trigger::before, .single-product .product .container .row .col-md-6 .summary .inner .tab-spec:last-of-type .tab-trigger::before {
  background-image: url('/wp-content/uploads/2023/11/ruler-2-line.svg');
}
.single-product .product .container .row .col-md-6 .summary .inner .tab-desc th, .single-product .product .container .row .col-md-6 .summary .inner .tab-desc td, .single-product .product .container .row .col-md-6 .summary .inner .tab-spec th, .single-product .product .container .row .col-md-6 .summary .inner .tab-spec td {
  padding-top: 10px;
}
.single-product .product .container .row .col-md-6 .summary .inner .tab-desc th, .single-product .product .container .row .col-md-6 .summary .inner .tab-spec th {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single-product .product .container .row .col-md-6 .summary .inner .tab-desc p, .single-product .product .container .row .col-md-6 .summary .inner .tab-spec p {
  margin: unset;
}
.single-product .product .container .row .col-md-6 .summary .inner .tab-desc.active .desc-content, .single-product .product .container .row .col-md-6 .summary .inner .tab-spec.active .desc-content {
  display: block;
}
.single-product .product-type-variable .summary .inner .tab-spec .desc-content .woocommerce-product-attributes-item--attribute_pa_quantity {
  display: none;
}
.single-product .product .container .row .col-md-5 .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-of-type {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding: 20px 20px 80px 20px;
}
.single-product .product .container .row .col-md-5 .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  width: 100%;
  height: auto;
  margin-right: 10px;
}
.single-product .product .container .row .col-md-5 .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
}
.woo-variation-swatches.wvs-show-label .variations tr {
  background-color: white;
  display: block;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-box-shadow: 2px 2px 2px lightgray;
          box-shadow: 2px 2px 2px lightgray;
}

.woo-variation-swatches.wvs-show-label .variations tr.dontShowcase {
  display: none!important;
}

.woo-variation-swatches.wvs-show-label .variations tr.Showcase {
  display: block!important;
}


.woo-variation-swatches.wvs-show-label .variations tr.active{
  display: block!important;
}
/* .woo-variation-swatches.wvs-show-label .variations tr:nth-child(2n) {
  display: none;
} */
.woo-variation-swatches.wvs-show-label .variations tr:nth-last-child(2) {
  width: 100%;
}
/* .woo-variation-swatches.wvs-show-label .variations tr:last-of-type {
  display: block;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
} */
.woo-variation-swatches.wvs-show-label .variations tr:nth-last-child(1) .woo-variation-items-wrapper.active {
  display: block;
}
.woo-variation-swatches.wvs-show-label .variations tr:nth-last-child(1) .woo-variation-items-wrapper ul span {
  width: 100%;
  cursor: pointer;
}
.woo-variation-swatches.wvs-show-label .variations tr:nth-last-child(1) .woo-variation-items-wrapper ul li.showAll {
  display: block;
}
.woo-variation-swatches.wvs-show-label .variations tr:nth-last-child(1) .woo-variation-items-wrapper ul .showMore.active {
  display: none;
}
.woo-variation-swatches.wvs-show-label .variations tr:nth-last-child(1) .woo-variation-items-wrapper ul .showLess {
  display: none;
}
.woo-variation-swatches.wvs-show-label .variations tr:nth-last-child(1) .woo-variation-items-wrapper ul .showLess.active {
  display: block;
}
.woo-variation-swatches.wvs-show-label .variations tr:nth-last-child(1) .woo-variation-items-wrapper ul li {
  display: none;
}
.woo-variation-swatches.wvs-show-label .variations tr:nth-last-child(1) .woo-variation-items-wrapper ul li.activated {
  display: block;
}
.woo-variation-swatches.wvs-show-label .variations tr:nth-last-child(1) .woo-variation-items-wrapper ul li.disabled {
  display: none;
}
.woo-variation-swatches.wvs-show-label .variations tr:first-of-type {
  margin-right: 20px;
}
.woo-variation-swatches.wvs-show-label .variations tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.woo-variation-swatches.wvs-show-label .variations {
  width: 100%;
}
.woo-variation-swatches.wvs-show-label .variations td button {
  background-color: #00B5EA;
  border: none;
  border-radius: 56px;
  padding: 5px 15px;
  color: white;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.woo-variation-swatches.wvs-show-label .variations td a:hover {
  background-color: #078eb6;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.product .single_add_to_cart_button {
  background-color: #00B5EA;
  border: none;
  border-radius: 56px;
  padding: 20px 25px;
  color: white;
  margin-top: 20px;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  width: 250px;
  text-align: left;
  cursor: pointer;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  margin-bottom: 10px;
}
.product .single_add_to_cart_button:hover {
  background-color: #078eb6;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.product .single_add_to_cart_button::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 20px;
  background-image: url('/wp-content/uploads/2023/08/Add.svg');
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.product .single_add_to_cart_button:hover::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.product .single_add_to_cart_button.disabled{
  background-color: #EAEAEA;
  color: black;
  cursor: not-allowed;
  pointer-events: none;
}

.product .woocommerce-variation-add-to-cart{
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  background-color: #EAEAEA;
  color: black;
  padding: 20px 15px;
  border-radius: 10px;
  font-size: 14px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  background-color: #FF8400;
  color: white;
  -webkit-box-shadow: 0 0 0 1px #FF8400;
          box-shadow: 0 0 0 1px #FF8400;
}

body .wp-block-woocommerce-cart-order-summary-shipping-block{
  display: none!important;
}


@media (max-width: 1280px) {
  .productdisplay .container .row .col-lg-4 {
    width: 50%;
 }
}
.getnews {
  padding-bottom: 80px;
}
.getnews .container .row .col-lg-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  background-color: #202020;
  border-radius: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.getnews .container .row .col-lg-12 .col-lg-6 h3 {
  color: white;
}
.getnews .container .row .col-lg-12 .col-lg-6 p {
  color: #09B4E7;
  font-weight: 600;
}
.getnews .container .row .col-lg-12 .col-lg-6 label {
  display: none;
}
.getnews .container .row .col-lg-12 .col-lg-6 input {
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  outline: none;
  position: relative;
  border: none;
  font-size: 18px;
}
.getnews .container .row .col-lg-12 .col-lg-6 .frm_form_field {
  width: 100%;
  margin-top: unset;
  margin-right: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.getnews .container .row .col-lg-12 .col-lg-6 .frm_button_submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  background-color: #09B4E7;
  color: white;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  position: absolute;
  right: 30px;
  top: 15px;
  padding: 6px 25px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
.getnews .container .row .col-lg-12 .col-lg-6 .frm_button_submit:hover {
  padding-right: 40px;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  background-color: #09B4E7;
}
.cardimg {
  position: relative;
  border-radius: 10px;
}
#not-found-banner {
  position: relative;
  height: 500px;
}
#not-found-banner .media {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#not-found-banner .media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0,0,0,0.4);
}
#not-found-banner .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#not-found-banner .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
#not-found-banner .container .row {
  height: 100%;
}
#not-found-banner .container .col-md-12 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#not-found-banner .container h1 {
  color: white;
}
#not-found-banner .container p {
  color: white;
}
.miniCartWrapper .miniCartSingle .wc-block-mini-cart__button {
  width: 100px;
  height: 50px;
  background-color: #00B5EA;
  border-radius: 32px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.miniCartWrapper .miniCartSingle .wc-block-mini-cart__button:hover {
  background-color: #008eb7;
}
.miniCartWrapper .miniCartSingle .wc-block-mini-cart {
	visibility:visible!important;
}
@media (max-width: 1280px) {
  .miniCartWrapper .miniCartSingle .wc-block-mini-cart__button {
    width: 50px;
 }
}
.miniCartWrapper .miniCartSingle .wc-block-mini-cart__button svg path {
  fill: white;
}
.miniCartWrapper .miniCartSingle .wc-block-mini-cart__button svg circle {
  fill: white;
}
.miniCartWrapper .miniCartSingle .wc-block-mini-cart__button .wc-block-mini-cart__badge {
  color: #fff;
  background-color: #F37221;
}
.wc-block-mini-cart__drawer .wc-block-components-product-metadata__description {
  display: none;
}
.minicart-wrp .minicart-trigger {
  width: 100px;
  height: 50px;
  background-color: #00B5EA;
  border-radius: 32px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  position: relative;
  padding-left: 8px;
  padding-right: 0px;
}
.minicart-wrp .minicart-trigger:hover {
  background-color: #008eb7;
}
.minicart-wrp .minicart-trigger img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.minicart-wrp .minicart-trigger #cart-count {
  background-color: #F37221;
  color: white;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -10px;
}

#product-loop {
  padding-bottom: 40px;
}
#product-loop.child .woof_container_pa_headtype {
  display: none;
}
#product-loop.child .woof_container_pa_drive {
  display: none;
}
#product-loop.child .woof_container_pa_option {
  display: none;
}
#product-loop.child .woof_container_pa_point {
  display: none;
}
#product-loop.child .woof_container_pa_environment {
  display: none;
}
#product-loop.child .woof_container_pa_common-application {
  display: none;
}
#product-loop .container {
  position: relative;
  margin-top: -50px;
  padding-top: 30px;
}
#product-loop .container::before {
  content: "";
  position: absolute;
  width:calc(100% + 50px);
  left: -25px;
  height: 60px;
  background-color: #F3F3F3;
  top: 0px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
#product-loop .container .row .col-lg-3 .woof_submit_search_form_container button {
  background-color: #00B5EA;
  border: none;
  border-radius: 56px;
  padding: 5px 15px;
  color: white;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#product-loop .container .row .col-lg-3 .woof_submit_search_form_container:last-of-type {
  display: none;
}
#product-loop .container .row .col-lg-3 .woof_container {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  border-bottom: 2px solid black;
}
#product-loop .container .row .col-lg-3 div h4 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0px;
  text-align: left;
  padding: 0px;
  background: none;
  cursor: pointer;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#product-loop .container .row .col-lg-3 div h4:hover {
  color: #00B5EA;
}
#product-loop .container .row .col-lg-3 .wpfFilterWrapper {
  background: none;
  border: none;
  padding: 0px;
}
#product-loop .container .row .col-lg-3 .wpfFilterWrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#product-loop .container .row .col-lg-3 .wpfFilterWrapper ul li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#product-loop .container .row .col-lg-3 .wpfFilterWrapper ul li input {
  width: 20px;
  height: 20px;
}
#product-loop .container .row .col-lg-3 .wpfFilterWrapper ul li ul {
  width: 100%;
}
#product-loop .container .row .col-lg-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
#product-loop .container .row .col-lg-9 .shop-headline {
  width: 50%;
}
#product-loop .container .row .col-lg-9 .woocommerce-result-count {
  display: block;
  width: calc(100% - 30px);
}
#product-loop .container .row .col-lg-9 .woof_autohide_wrapper {
  display: none;
}
#product-loop .container .row .col-lg-9 .woof_shortcode_output {
  width: 100%;
}
#product-loop .container .row .col-lg-9 .woof_results_by_ajax_shortcode {
  width: 100%;
}
#product-loop .container .row .col-lg-9 p {
  display: none;
}
#product-loop .container .row .col-lg-9 form {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
}
#product-loop .container .row .col-lg-9 form select {
  padding: 10px;
  border: none;
  -webkit-box-shadow: 2px 3px 2px lightgray;
          box-shadow: 2px 3px 2px lightgray;
  border-radius: 10px;
}
#product-loop .container .row .col-lg-9 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  width: 100%;
}
#product-loop .container .row .col-lg-9 ul .product {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  border-radius: 10px;
  padding: 20px 20px;
  width:calc(33.33% - 10px);
  text-align: center;
  position: relative;
  margin-bottom: 16px;
}
#product-loop .container .row .col-lg-9 ul .product a {
  margin-bottom: 20px;
  padding-top: 10px;
}
#product-loop .container .row .col-lg-9 ul .product a .onsale {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: white;
  color: #FF8400;
  border-bottom-right-radius: 10px;
  padding: 2px 15px 2px 5px;
  font-size: 18px;
}
#product-loop .container .row .col-lg-9 ul .product a .product-image {
  padding: 10px;
  background-color: #eaeaea;
  border-radius: 12px;
}
#product-loop .container .row .col-lg-9 ul .product a .product-image img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: darken;
}
#product-loop .container .row .col-lg-9 ul .product a h2 {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}
#product-loop .container .row .col-lg-9 ul .product a del {
  color: grey;
  line-height: 1.5;
}
#product-loop .container .row .col-lg-9 ul .product a del span {
  font-size: 16px;
  color: grey;
}
#product-loop .container .row .col-lg-9 ul .product a span {
  font-size: 20px;
  color: #00B5EA;
  margin-bottom: 20px;
}
#product-loop .container .row .col-lg-9 ul .product a ins {
  text-decoration: none;
}
#product-loop .container .row .col-lg-9 ul .product .add_to_cart_button {
  background-color: #00B5EA;
  border: none;
  border-radius: 20px;
  padding: 6px 25px;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#product-loop .container .row h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
#product-loop .container .row .berocket_single_filter_widget {
  border-bottom: 2px solid black;
}
#product-loop .container .row .berocket_single_filter_widget .bapf_sfilter .bapf_head {
  padding-top: 16px;
  cursor: pointer;
}
#product-loop .container .row .berocket_single_filter_widget .bapf_sfilter .bapf_head h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#product-loop .container .row .berocket_single_filter_widget .bapf_sfilter .bapf_head:hover h3 {
  color: #00B5EA;
}
#product-loop .container .row .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li {
  margin-bottom: 8px !important;
}
#product-loop .container .row .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input {
  margin-left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #acacac;
  border-radius: 4px;
  margin-top: 2px;
}
#product-loop .container .row .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input[checked="checked"] {
  background-color: #00B5EA;
  border-color: #00B5EA;
}
#product-loop .container .row .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input::after {
  top: -1px;
  left: 2px;
  width: 4px;
  height: 8px;
  border-color: white;
}
#product-loop .container .row .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li label {
  font-size: 14px;
  display: inline !important;
}
#related {
  padding: 80px 0;
}
#related .container {
  position: relative;
}
#related .container::before {
  content: "";
  position: absolute;
  width:calc(100% + 50px);
  left: -25px;
  height: 60px;
  background-color: #F3F3F3;
  top: 0px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
#related .container .row .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#related .container .row .col-12 .related {
  width: 100%;
}
#related .container .row .col-12 .shop-headline {
  width: 50%;
}
#related .container .row .col-12 p {
  display: none;
}
#related .container .row .col-12 form {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50%;
}
#related .container .row .col-12 form select {
  padding: 10px;
  border: none;
  -webkit-box-shadow: 2px 3px 2px lightgray;
          box-shadow: 2px 3px 2px lightgray;
  border-radius: 10px;
}
#related .container .row .col-12 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  width: 100%;
}
#related .container .row .col-12 ul .product {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  border-radius: 10px;
  padding: 20px 20px;
  width:calc(25% - 12px);
  text-align: center;
  position: relative;
  margin-bottom: 16px;
}
#related .container .row .col-12 ul .product a {
  margin-bottom: 20px;
  padding-top: 10px;
}
#related .container .row .col-12 ul .product a .onsale {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: white;
  color: #FF8400;
  border-bottom-right-radius: 10px;
  padding: 2px 15px 2px 5px;
  font-size: 18px;
}
#related .container .row .col-12 ul .product a .product-image {
  padding: 10px;
  background-color: #eaeaea;
  border-radius: 12px;
}
#related .container .row .col-12 ul .product a .product-image img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: darken;
}
#related .container .row .col-12 ul .product a h2 {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}
#related .container .row .col-12 ul .product a del {
  color: grey;
  line-height: 1.5;
}
#related .container .row .col-12 ul .product a del span {
  font-size: 16px;
  color: grey;
}
#related .container .row .col-12 ul .product a span {
  font-size: 20px;
  color: #00B5EA;
  margin-bottom: 20px;
}
#related .container .row .col-12 ul .product a ins {
  text-decoration: none;
}
#related .container .row .col-12 ul .product .add_to_cart_button {
  background-color: #00B5EA;
  border: none;
  border-radius: 20px;
  padding: 6px 25px;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-error {
  border-top-color: #DB1D48;
}
.woocommerce-message {
  border-top-color: #09B4E7;
}
body .woocommerce-error::before {
  color: #DB1D48;
}
.woocommerce-info {
  border-top-color: #09B4E7;
}
body .woocommerce-info::before {
  color: #09B4E7;
}
body .woocommerce-message::before {
  color: #09B4E7;
}
.woocommerce-message, .woocommerce-error {
  position: fixed;
  z-index: 9999;
  background-color: white;
  color: #666;
  bottom: 90px;
  right: 0;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.16);
          box-shadow: 0 0 20px rgba(0,0,0,0.16);
}
.woocommerce-message #woo-close, .woocommerce-error #woo-close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: -16px;
  left: -16px;
  background-color: #373939;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.woocommerce-message a {
  color: #09B4E7;
  text-decoration: none;
}
.woocommerce-message a:hover {
  text-decoration: underline;
}
.woocommerce-form-coupon-toggle .woocommerce-info #woo-close {
  display: none;
}
body.woocommerce-cart #content {
  padding: 40px 0;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form {
  border-radius: 6px;
  position: relative;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form del {
  color: #545454;
  font-size: 16px;
  opacity: 1;
  font-weight: 500;
  margin-left: 8px;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form ins {
  text-decoration: none;
  color: #31B3FF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .product-price > .woocommerce-Price-amount, body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .product-subtotal > .woocommerce-Price-amount {
  font-size: 18px;
  color: black;
  font-weight: 700;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .product-quantity {
  width: 104px;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .quantity {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 0;
  border: 1px solid #EDEDED;
  border-radius: 2px;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .quantity .input-text {
  margin: 0;
  width: 54px;
  height: 34px;
  border: none;
  -moz-appearance: textfield;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .quantity .input-text::-webkit-inner-spin-button, body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .quantity .input-text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .quantity .minus {
  width: 24px;
  height: 34px;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .quantity .minus:hover {
  background-color: #09B4E7;
  color: white;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .quantity .plus {
  width: 24px;
  height: 34px;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .quantity .plus:hover {
  background-color: #09B4E7;
  color: white;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table {
  border: none;
  border-radius: 6px;
  overflow: hidden;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table thead {
  background-color: #09B4E7;
  color: #f2f2f2;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table thead th {
  font-size: 17px;
  line-height: 21px;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table thead th.product-subtotal {
  text-align: right;
  padding-right: 28px;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody .cart_item {
  padding: 12px 0;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody .cart_item {
  position: relative;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody .cart_item:hover td.product-remove {
  opacity: 1;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody .cart_item:hover td.product-remove .remove {
  opacity: 1;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td {
  padding: 20px 12px;
  vertical-align: top;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-name a {
  font-family: pragmatica-slabserif, sans-serif;
  color: #444444;
  text-decoration: none;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-name a:hover {
  color: #09B4E7;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-name .variation {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 240px;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-name .variation dt {
  width: 50%;
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  padding-right: 4px;
  line-height: 15px;
  margin-bottom: 8px;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-name .variation dd {
  width: 50%;
  font-size: 13px;
  text-align: right;
  padding-left: 4px;
  line-height: 15px;
  margin-bottom: 8px;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-thumbnail {
  padding: 20px 0 !important;
  width: 100px;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-thumbnail a {
  display: block;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-thumbnail a::before {
  display: none;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-thumbnail a img {
  width: 90px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-thumbnail a:hover img {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-remove {
  padding: 0 !important;
  width: 68px !important;
  height: 100%;
  border: 0;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  vertical-align: middle;
  position: relative;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-remove .remove {
  background-image: url("/wp-content/uploads/2022/06/delete-bin-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  border-radius: 0;
  vertical-align: middle;
  background-position: bottom;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  opacity: 0;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-remove .remove::before {
  display: none;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-remove .remove:hover {
  background-color: transparent;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-subtotal {
  text-align: right;
  padding-right: 28px;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.actions {
  padding: 28px;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.actions .coupon input {
  width: 200px;
  line-height: 20px;
  padding: 8px 16px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #EDEDED;
  outline: none;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  margin-right: 24px;
}
body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.actions .coupon input:focus, body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.actions .coupon input:hover {
  border-color: #09B4E7;
}
body.woocommerce-cart #content .woocommerce .cart-collaterals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.woocommerce-cart #content .woocommerce .cart-collaterals .cross-sells {
  width: 100%;
}
body.woocommerce-cart #content .woocommerce .cart-collaterals .cross-sells h2 {
  margin-bottom: 28px;
}
body.woocommerce-cart #content .woocommerce .cart-collaterals .cross-sells .products .product {
  width: 100%;
  max-width: 260px;
}
body.woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals {
  width: 400px;
  max-width: 100%;
}
body.woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals {
  display: none;
}
body.woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals h2 {
  margin-bottom: 28px;
  text-align: center;
}
body.woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals .shop_table {
  border: none;
  border-top: 2px solid #424242;
  padding: 20px 0;
  border-radius: 0;
}
body.woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals .shop_table tr td, body.woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals .shop_table tr th {
  border-top: none;
}
body.woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals .shop_table tr td {
  text-align: right;
}
body.woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals .shop_table tr td .includes_tax {
  display: block;
}
body.woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals .shop_table tr td .includes_tax .woocommerce-Price-amount {
  font-size: 0.8rem;
}
body.woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals .shop_table tr .woocommerce-Price-amount {
  font-size: 22px;
  line-height: 28px;
  color: black;
  font-weight: 700;
}
body.woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button-bubble-container {
  width: 100%;
}
body.woocommerce-cart #content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background-color: #09B4E7;
  color: white;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  padding: 6px 25px;
  font-size: 16px;
  border: none;
  outline: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}
body.woocommerce-checkout #content {
  padding: 80px 0 112px;
}
body.woocommerce-checkout #content .woocommerce .checkout_coupon {
  background-color: #f4f4f4;
  border-radius: 6px;
  border: none;
}
body.woocommerce-checkout #content .woocommerce .checkout_coupon p {
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 19px;
}
body.woocommerce-checkout #content .woocommerce .checkout_coupon .form-row {
  margin: 12px 0 0;
  padding: 0;
}
body.woocommerce-checkout #content .woocommerce .checkout_coupon input {
  width: 100%;
  line-height: 24px;
  padding: 13px 16px;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #ededed;
  font-size: 18px;
}
body.woocommerce-checkout #content .woocommerce form.checkout {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.woocommerce-checkout #content .woocommerce .woocommerce-form-coupon-toggle {
  margin-bottom: 48px;
}
body.woocommerce-checkout #content .woocommerce form.checkout .woocommerce-NoticeGroup {
  width: 100%;
  margin-top: -240px;
  position: relative;
  z-index: 99;
}
body.woocommerce-checkout #content .woocommerce form.checkout .mobilepay-checkout {
  width: 100%;
  position: absolute;
  top: 0;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 {
  padding: 28px;
  background: white;
  border: 1px solid #EDEDED;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  border-radius: 6px;
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  width: 100%;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 .form-row, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 .form-row {
  padding: 0;
  margin: 0 0 28px;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 h3, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 h3 {
  margin-bottom: 28px;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 h3#ship-to-different-address, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 h3#ship-to-different-address {
  width: 100%;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 h3#ship-to-different-address .woocommerce-form__label-for-checkbox, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 h3#ship-to-different-address .woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 h3#ship-to-different-address .woocommerce-form__label-for-checkbox #ship-to-different-address-checkbox, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 h3#ship-to-different-address .woocommerce-form__label-for-checkbox #ship-to-different-address-checkbox {
  width: 25px;
  margin-left: 10px;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 input, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 textarea, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 input, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ededed;
  background-color: #F5F5F5;
  border-radius: 4px;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 textarea, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 textarea {
  height: 100px;
  padding: 20px;
  max-width: 100%;
  min-width: 100%;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 label, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: black;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field .woocommerce-input-wrapper, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_country_field .woocommerce-input-wrapper {
  color: #333;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field .woocommerce-input-wrapper #billing_country, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_country_field .woocommerce-input-wrapper #shipping_country {
  line-height: 24px;
  padding: 12px 16px;
  border: 1px solid #ededed;
  background-color: #F5F5F5;
  border-radius: 6px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
  text-overflow: '';
  width: 100%;
  cursor: pointer;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field .woocommerce-input-wrapper #billing_country option, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_country_field .woocommerce-input-wrapper #shipping_country option {
  outline: none;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field .woocommerce-input-wrapper #billing_country::ms-expand, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_country_field .woocommerce-input-wrapper #shipping_country::ms-expand {
  display: none;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field .woocommerce-input-wrapper .select2-selection, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_country_field .woocommerce-input-wrapper .select2-selection {
  height: 47px;
  background-color: #F5F5F5;
  border: none;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field .woocommerce-input-wrapper .select2-selection .select2-selection__rendered, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_country_field .woocommerce-input-wrapper .select2-selection .select2-selection__rendered {
  color: black !important;
  text-transform: none;
  padding-left: 16px;
  line-height: 47px;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field .woocommerce-input-wrapper .select2-selection .select2-selection__arrow, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_country_field .woocommerce-input-wrapper .select2-selection .select2-selection__arrow {
  right: 20px;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field .woocommerce-input-wrapper .select2-selection:focus, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field .woocommerce-input-wrapper .select2-selection:hover, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_country_field .woocommerce-input-wrapper .select2-selection:focus, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_country_field .woocommerce-input-wrapper .select2-selection:hover {
  outline: none;
  border: 1px solid #31B3FF;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field .woocommerce-input-wrapper .select2-selection #select2-billing_country-container, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_country_field .woocommerce-input-wrapper .select2-selection #select2-shipping_country-container {
  line-height: 43px;
  color: #31B3FF;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field .woocommerce-input-wrapper .select2-selection .select2-selection__arrow, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_country_field .woocommerce-input-wrapper .select2-selection .select2-selection__arrow {
  height: 43px;
}
body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field .woocommerce-input-wrapper .select2-selection .select2-selection__arrow b, body.woocommerce-checkout #content .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_country_field .woocommerce-input-wrapper .select2-selection .select2-selection__arrow b {
  border-color: black transparent transparent transparent;
}
body.woocommerce-checkout #content .woocommerce form.checkout h3#order_review_heading {
  width: 100%;
  height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px 6px 0 0;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review {
  max-width: 100%;
  width: 100%;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border: none !important;
  border-spacing: 0;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table thead tr th.product-total {
  text-align: right;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table tbody tr td {
  padding: 28px 12px;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table tbody tr td .woocommerce-Price-currencySymbol {
  margin-left: 0;
  font-size: 12px;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table tbody tr td.product-total {
  text-align: right;
  vertical-align: top;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table tbody tr td.product-total del {
  color: #545454;
  font-size: 16px;
  opacity: 1;
  font-weight: 500;
  margin-left: 8px;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table tbody tr td.product-total ins {
  text-decoration: none;
  color: #205F4B;
  font-size: 18px;
  font-weight: 700;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table tbody tr td.product-total > .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 700;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table tbody tr:last-of-type td {
  border-bottom: 28px solid white;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table tfoot tr th {
  border-top: 0;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table tfoot tr td {
  border-top: 0;
  text-align: right;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table tfoot tr td strong span {
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  color: #205F4B;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table tfoot tr td small {
  display: block;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table tfoot tr.cart-subtotal td, body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table tfoot tr.cart-subtotal th {
  border-top: 2px solid #424242;
  padding-top: 20px;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table tfoot tr.order-total td, body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table tfoot tr.order-total th {
  border-bottom: 2px solid #424242;
  padding-bottom: 20px;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review #payment, body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table.woocommerce-checkout-review-order-table {
  padding: 28px;
  border: 1px solid #EDEDED;
  border-radius: 6px;
  border: none;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review #payment .wc_payment_methods, body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table.woocommerce-checkout-review-order-table .wc_payment_methods {
  border-bottom: 0;
  padding: 0;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review #payment .wc_payment_methods li, body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table.woocommerce-checkout-review-order-table .wc_payment_methods li {
  padding-left: 0;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review #payment .wc_payment_methods li::before, body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table.woocommerce-checkout-review-order-table .wc_payment_methods li::before {
  display: none;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review #payment .wc_payment_methods .woocommerce-notice, body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table.woocommerce-checkout-review-order-table .wc_payment_methods .woocommerce-notice {
  border-top-color: #205F4B;
  padding: 28px;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review #payment .wc_payment_methods .woocommerce-notice::before, body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table.woocommerce-checkout-review-order-table .wc_payment_methods .woocommerce-notice::before {
  color: #205F4B;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review #payment .form-row .woocommerce-terms-and-conditions-wrapper p, body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table.woocommerce-checkout-review-order-table .form-row .woocommerce-terms-and-conditions-wrapper p {
  font-size: 14px;
  margin-bottom: 12px;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review #payment .form-row .woocommerce-terms-and-conditions-wrapper p a, body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table.woocommerce-checkout-review-order-table .form-row .woocommerce-terms-and-conditions-wrapper p a {
  display: inline-block;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review #payment .button, body.woocommerce-checkout #content .woocommerce form.checkout #order_review .shop_table.woocommerce-checkout-review-order-table .button {
  width: 100%;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background-color: #09B4E7;
  color: white;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  padding: 6px 25px;
  font-size: 16px;
  border: none;
  outline: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}
.woocommerce .woocommerce-customer-details .col2-set .col-1 {
  -ms-flex: 50%;
  -webkit-box-flex: 50%;
  flex: 50%;
  max-width: 50%;
}
.woocommerce .woocommerce-customer-details .col2-set .col-2 {
  -ms-flex: 50%;
  -webkit-box-flex: 50%;
  flex: 50%;
  max-width: 50%;
}
footer {
  color: white;
  position: relative;
  padding-bottom: 120px;
}
footer .footerBG {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
footer .footerBG img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .container {
  padding-top: 80px;
  position: relative;
}
footer .container .footerscrew {
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 30px;
}
footer .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
footer .container .row .col-md-5 h3, footer .container .row .col-md-4 h3, footer .container .row .col-md-3 h3 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}
footer .container .row .col-md-5 nav ul, footer .container .row .col-md-4 nav ul, footer .container .row .col-md-3 nav ul {
  list-style-type: none;
}
footer .container .row .col-md-5 nav ul li a, footer .container .row .col-md-4 nav ul li a, footer .container .row .col-md-3 nav ul li a {
  color: white;
  line-height: 16px;
  font-weight: 300;
}
footer .container .row .col-md-5 .socialIcons, footer .container .row .col-md-4 .socialIcons, footer .container .row .col-md-3 .socialIcons {
  margin-top: 30px;
}
footer .container .row .col-md-5 .socialIcons a, footer .container .row .col-md-4 .socialIcons a, footer .container .row .col-md-3 .socialIcons a {
  margin-right: 10px;
}
footer .container .row .col-md-5 .socialIcons a img, footer .container .row .col-md-4 .socialIcons a img, footer .container .row .col-md-3 .socialIcons a img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .container .row .col-md-5 .cardIcons, footer .container .row .col-md-4 .cardIcons, footer .container .row .col-md-3 .cardIcons {
  padding-top: 20px;
}
footer .container .row .col-md-5 .cardIcons img, footer .container .row .col-md-4 .cardIcons img, footer .container .row .col-md-3 .cardIcons img {
  height: 40px;
  padding: 0px 15px;
  background-color: #fff;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}
.footerscrew img {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.rotate {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 1300px) {
  #product-loop .container .row .col-lg-9 ul .product {
    width: calc(50% - 10px);
 }
}
@media (max-width: 992px) {
  body.woocommerce-checkout #content .woocommerce form.checkout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 }
  body.woocommerce-checkout #content .woocommerce form.checkout #customer_details {
    max-width: 100%;
 }
  body.woocommerce-checkout #content .woocommerce form.checkout h3#order_review_heading {
    position: relative;
    left: 0;
    width: 100%;
 }
  body.woocommerce-checkout #content .woocommerce form.checkout #order_review {
    max-width: 100%;
    margin-top: -8px;
 }
}
@media (max-width: 768px) {
  .productdisplay .container .row .col-lg-4 {
    width: 100%;
 }
  #product-loop .container .row .col-lg-9 form {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: unset;
 }
  #product-loop .container .row .col-lg-9 .shop-headline {
    width: 100%;
    padding-top: 20px;
 }
  #product-loop .container .row .col-lg-9 ul .product {
    width: 100%;
 }
  body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody .cart_item {
    margin-bottom: 10px;
 }
  .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: block;
 }
  body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-thumbnail::before {
    display: none;
 }
  body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .quantity {
    padding: 0;
 }
  body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table {
    overflow: visible;
 }
  body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .product-quantity {
    width: 100%;
 }
  body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-remove {
    width: 100% !important;
 }
  body.woocommerce-cart #content .woocommerce .woocommerce-cart-form .shop_table tbody td.product-remove .remove {
    background-repeat: no-repeat;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    background-position: bottom;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
    z-index: 9;
    opacity: 1;
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    top: -25px;
    right: -20px;
    background-size: 80%;
 }
}
.productShowcase {
  padding-top: 80px;
  padding-bottom: 80px;
}
.productShowcase .container {
  background-color: #ededed;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.productShowcase .container::before {
  content: "";
  position: absolute;
  width:calc(100% + 100px);
  height: calc(100% + 80px);
  top: -40px;
  background-color: #ededed;
  border-radius: 12px;
}
.productShowcase .container .row {
  width: 100%;
}
.productShowcase .container .row .col-12 {
  text-align: center;
  padding-bottom: 30px;
}
.productShowcase .container .row .col-12 .swiper-pagination-bullet {
  width: 50px;
  border-radius: 4px;
  background-color: grey;
}
.productShowcase .container .row .productShowcaseSlider {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper {
  list-style-type: none;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 6px 10px rgba(0,0,0,0.2);
          box-shadow: 0px 6px 10px rgba(0,0,0,0.2);
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li a .onsale {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: white;
  color: #FF8400;
  border-bottom-right-radius: 10px;
  padding: 2px 15px 2px 5px;
  font-size: 18px;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li a .product-image {
  padding: 10px;
  background-color: #eaeaea;
  border-radius: 12px;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li a .product-image img {
  width: 100%;
  height: 260px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: darken;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li a h2 {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li a.button {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li a .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #09B4E7;
  gap: 10px;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li a .price bdi {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li a .price del {
  color: #545454;
}
.productShowcase .container .row .productShowcaseSlider .swiper-wrapper li a .price del bdi {
  font-size: 16px;
  font-weight: 400;
}
.tableSlider {
  background-color: #eaeaea;
  padding-top: 40px;
  padding-bottom: 40px;
}
.tableSlider .container .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tableSlider .container .row .col-lg-10 .sliderTables {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.tableSlider .container .row .col-lg-10 .tWrapper {
  padding-top: 30px;
  width: 100%;
}
.tableSlider .container .row .col-lg-10 .tWrapper .tableTitle {
  padding-bottom: 20px;
}
.tableSlider .container .row .col-lg-10 .tWrapper #table {
  border-radius: 20px;
  padding: 50px;
  padding-top: 20px;
  width: 100%;
}
.tableSlider .container .row .col-lg-10 .tWrapper #table table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.tableSlider .container .row .col-lg-10 .tWrapper #table table tbody tr:nth-child(even) td {
  background-color: #f2f2f2;
}
.tableSlider .container .row .col-lg-10 .tWrapper #table table tbody tr:nth-child(even) td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.tableSlider .container .row .col-lg-10 .tWrapper #table table tbody tr:nth-child(even) td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tableSlider .container .row .col-lg-10 .tWrapper th {
  width: calc(100% / 3);
  text-align: center;
}
.tableSlider .container .row .col-lg-10 .tWrapper td {
  width: calc(100% / 3);
  text-align: center;
}
.dataTable {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eaeaea;
  background-size: cover;
  padding-top: 0;
  width: 100%;
}
.dataTable .container .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dataTable .container .row .col-lg-10.specstable .tWrapper {
  padding-top: 30px;
  width: 100%;
}
.dataTable .container .row .col-lg-10.specstable .tWrapper .tableTitle {
  padding-bottom: 20px;
}
.dataTable .container .row .col-lg-10.specstable .tWrapper #table {
  background-color: white;
  border-radius: 12px;
  padding: 50px;
  padding-top: 20px;
  width: 100%;
}
.dataTable .container .row .col-lg-10.specstable .tWrapper #table table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.dataTable .container .row .col-lg-10.specstable .tWrapper #table table tbody tr:nth-child(even) td {
  background-color: #f2f2f2;
}
.dataTable .container .row .col-lg-10.specstable .tWrapper #table table tbody tr:nth-child(even) td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.dataTable .container .row .col-lg-10.specstable .tWrapper #table table tbody tr:nth-child(even) td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.dataTable .container .row .col-lg-10.specstable .tWrapper th {
  width: calc(100% / 3);
  text-align: center;
}
.dataTable .container .row .col-lg-10.specstable .tWrapper td {
  width: calc(100% / 3);
  text-align: center;
}
body.woocommerce-cart {
  background-color: #A9B1B2;
}
body.woocommerce-checkout {
  background-color: #A9B1B2;
}
.woocommerce .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce .topWooMenu {
  padding-top: 30px;
  padding-bottom: 30px;
}
.woocommerce .topWooMenu .container .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce .topWooMenu .container .row .col-md-6 nav ul {
  width: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce .topWooMenu .container .row .col-md-6 nav ul li {
  width: 50%;
  position: relative;
}
.woocommerce .topWooMenu .container .row .col-md-6 nav ul li a {
  width: 100%;
  height: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #fff;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.woocommerce .topWooMenu .container .row .col-md-6 nav ul li a:hover {
  color: #fff;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.woocommerce .topWooMenu .container .row .col-md-6 nav ul li.wooCurrent a {
  color: #fff;
}
.woocommerce .topWooMenu .container .row .col-md-6 nav ul li.wooCurrent a svg {
  width: 25px;
  height: 25px;
}
.woocommerce .topWooMenu .container .row .col-md-6 nav ul li.wooCurrent a svg path {
  fill: #fff;
}
.woocommerce .topWooMenu .container .row .col-md-6 nav ul li.wooCurrent::before {
  height: 3px;
  background-color: #fff;
  bottom: -1px;
}
.woocommerce .topWooMenu .container .row .col-md-6 nav ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.woocommerce .woocommerce-cart-form {
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeTop {
  padding-top: 30px;
  padding-bottom: 30px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom {
  position: relative;
  background-color: #f8f8f8;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row .product-thumbnail a {
  display: block;
  width: 100%;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row .product-thumbnail a img {
  width: 100%;
  height: auto;
  max-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row .product-name a {
  font-weight: 500;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row .product-name span {
  display: block;
  width: 100%;
  font-size: 13px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row .product-name span.wooCartStock {
  color: #1fc662;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row .product-quantity .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row .product-quantity .quantity button {
  background-color: #e9e9e9;
  border: none;
  outline: none;
  width: 20%;
  cursor: pointer;
  height: 50px;
  font-size: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row .product-quantity .quantity button:hover {
  background-color: #d9d9d9;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row .product-quantity .quantity input {
  width: 60%;
  height: 50px;
  outline: none;
  border: none;
  text-align: center;
  background-color: #e9e9e9;
  font-size: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row .product-quantity .quantity input:focus {
  background-color: #d9d9d9;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row:nth-child(2n) {
  background-color: #f3f3f3;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .updateCartWrapper {
  position: absolute;
  bottom: -55px;
  left: 0px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .updateCartWrapper .updateCartWoo {
  height: 50px;
  outline: none;
  border: none;
  background-color: #e9e9e9;
  font-size: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #00B5EA;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .updateCartWrapper .updateCartWoo svg {
  margin-left: 10px;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .updateCartWrapper .updateCartWoo svg path {
  fill: #00B5EA;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .updateCartWrapper .updateCartWoo:disabled {
  color: rgba(0,0,0,0.1);
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .updateCartWrapper .updateCartWoo:disabled svg {
  -webkit-animation: unset;
  animation: unset;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .updateCartWrapper .updateCartWoo:disabled svg path {
  fill: rgba(0,0,0,0.1);
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 5px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 {
  background-color: #f3f3f3;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals {
  width: 100%;
  padding: 20px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .spacyWoo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .spacyWoo span {
  font-weight: 500;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .spacyWoo span:last-of-type {
  font-weight: 600;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-remove-coupon {
  color: #00B5EA;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingTitel {
  padding-bottom: 10px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent ul {
  list-style-type: none;
  width: 100%;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent ul li {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent ul li input[type="radio"] {
  position: absolute;
  left: 10px;
  width: 15px;
  height: 15px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 20px 20px 20px 50px;
  cursor: pointer;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent ul li:hover {
  border: 1px solid rgba(0,0,0,0.3);
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent .shipping-calculator-form {
  width: 100%;
  padding-top: 10px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent .shipping-calculator-form input {
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  background-color: #e9e9e9;
  font-size: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent .shipping-calculator-form .select2-selection {
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  background-color: #e9e9e9;
  font-size: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent .shipping-calculator-form .select2-selection .select2-selection__rendered {
  height: 50px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent .shipping-calculator-form .select2-selection .select2-selection__arrow {
  height: 100%;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent .shipping-calculator-form .button {
  height: 50px;
  outline: none;
  border: none;
  text-align: center;
  background-color: rgba(0,0,0,0.1);
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  cursor: pointer;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .shippingWrapper .woocommerce-shipping-destination {
  text-align: center;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .shippingWrapper .shipping-calculator-button {
  text-decoration: underline;
  display: inline-block;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .order-total {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 10px;
  padding-bottom: 30px;
  margin-top: 20px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .cart_totals .shop_table .order-total span:last-of-type {
  font-size: 28px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderTotal .row .col-md-6 .cart-collaterals .wc-proceed-to-checkout a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.couponStuff .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 5px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.couponStuff .row .col-md-6 {
  background-color: #f3f3f3;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.couponStuff .row .col-md-6 .coupon .couponWrapper label {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.couponStuff .row .col-md-6 .coupon .couponWrapper label span {
  margin-left: 10px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.couponStuff .row .col-md-6 .coupon .couponWrapper label .arrowCoupon {
  position: absolute;
  right: 0px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.couponStuff .row .col-md-6 .coupon .couponWrapper label svg {
  width: 30px;
  height: 30px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.couponStuff .row .col-md-6 .coupon .couponWrapper label svg path {
  fill: #000;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.couponStuff .row .col-md-6 .coupon .couponWrapper .couponSlidein {
  display: none;
  padding: 20px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.couponStuff .row .col-md-6 .coupon .couponWrapper input {
  height: 50px;
  outline: none;
  border: none;
  background-color: #e9e9e9;
  font-size: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.couponStuff .row .col-md-6 .coupon .couponWrapper button {
  height: 50px;
  outline: none;
  border: none;
  background-color: #e9e9e9;
  font-size: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  margin-left: 10px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.couponStuff .row .col-md-6:hover {
  background-color: #d9d9d9;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft {
  padding: 20px;
  position: relative;
  border-radius: 12px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .orderResumeTitel h2 {
  margin-bottom: 20px;
  font-size: 43px;
  color: #fff;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 12px;
  padding: 10px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-remove {
  position: absolute;
  top: -5px;
  left: -20px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-remove a {
  width: 40px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F37221;
  border-radius: 8px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-remove a svg {
  width: 25px;
  height: 25px;
  -webkit-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-remove a svg path {
  -webkit-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
  fill: #FFF;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-remove a:hover svg {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-remove a:hover svg path {
  fill: #FFF;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-thumbnail {
  overflow: hidden;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 11%;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-thumbnail a {
  display: block;
  width: 100%;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-thumbnail a img {
  width: 100%;
  height: 100%;
  min-height: 80px;
  max-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-name {
  width: 40%;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-name a {
  font-weight: 500;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-name span {
  display: block;
  width: 100%;
  font-size: 13px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-name span.wooCartStock {
  display: none;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-quantity {
  width: 20%;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-quantity .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-quantity .quantity button {
  background-color: #e9e9e9;
  border: none;
  outline: none;
  width: 20%;
  cursor: pointer;
  height: 50px;
  font-size: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-quantity .quantity button:hover {
  background-color: #d9d9d9;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-quantity .quantity input {
  width: 60%;
  height: 50px;
  outline: none;
  border: none;
  text-align: center;
  background-color: #e9e9e9;
  font-size: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-quantity .quantity input:focus {
  background-color: #d9d9d9;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-price {
  width: 20%;
  padding-right: 10px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-price .woocommerce-Price-amount {
  width: 100%;
  text-align: right;
  height: 24px;
  display: block;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-price .totalPrice {
  width: 100%;
  text-align: right;
  height: 24px;
  display: block;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .updateCartWrapper {
  bottom: -55px;
  left: 0px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .updateCartWrapper .updateCartWoo {
  height: 50px;
  outline: none;
  border: none;
  background-color: #e9e9e9;
  font-size: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #00B5EA;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .updateCartWrapper .updateCartWoo svg {
  margin-left: 10px;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .updateCartWrapper .updateCartWoo svg path {
  fill: #00B5EA;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .updateCartWrapper .updateCartWoo:disabled {
  color: rgba(0,0,0,0.1);
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .updateCartWrapper .updateCartWoo:disabled svg {
  -webkit-animation: unset;
  animation: unset;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .updateCartWrapper .updateCartWoo:disabled svg path {
  fill: rgba(0,0,0,0.1);
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 {
  position: relative;
  padding-top: 95px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight {
  position: sticky;
  top: 0px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals {
  background-color: #f3f3f3;
  width: 100%;
  padding: 20px;
  border-radius: 12px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .spacyWoo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .shippingWrapper {
  display: none;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .spacyWoo span {
  font-weight: 500;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .spacyWoo span:last-of-type {
  font-weight: 600;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .cart-discount .woocommerce-remove-coupon {
  color: #00B5EA;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingTitel {
  padding-bottom: 10px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent ul {
  list-style-type: none;
  width: 100%;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent ul li {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent ul li input[type="radio"] {
  position: absolute;
  left: 10px;
  width: 15px;
  height: 15px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 20px 20px 20px 50px;
  cursor: pointer;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent ul li:hover {
  border: 1px solid rgba(0,0,0,0.3);
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent .shipping-calculator-form {
  width: 100%;
  padding-top: 10px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent .shipping-calculator-form input {
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  background-color: #e9e9e9;
  font-size: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent .shipping-calculator-form .select2-selection {
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  background-color: #e9e9e9;
  font-size: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent .shipping-calculator-form .select2-selection .select2-selection__rendered {
  height: 50px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent .shipping-calculator-form .select2-selection .select2-selection__arrow {
  height: 100%;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .shippingWrapper .shippingContent .shipping-calculator-form .button {
  height: 50px;
  outline: none;
  border: none;
  text-align: center;
  background-color: rgba(0,0,0,0.1);
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  cursor: pointer;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .shippingWrapper .woocommerce-shipping-destination {
  text-align: center;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .shippingWrapper .shipping-calculator-button {
  text-decoration: underline;
  display: inline-block;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .order-total {
  border-top: 1px solid #424242;
  padding-top: 20px;
  margin-top: 20px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .cart_totals .shop_table .order-total span:last-of-type {
  font-size: 22px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .cart-collaterals .wc-proceed-to-checkout a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .couponStuff {
  background-color: #f3f3f3;
  margin-top: 5px;
  border-radius: 12px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .couponStuff .coupon .couponWrapper label {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .couponStuff .coupon .couponWrapper label span {
  margin-left: 10px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .couponStuff .coupon .couponWrapper label .arrowCoupon {
  position: absolute;
  right: 20px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .couponStuff .coupon .couponWrapper label svg {
  width: 30px;
  height: 30px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .couponStuff .coupon .couponWrapper label svg path {
  fill: #000;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .couponStuff .coupon .couponWrapper .couponSlidein {
  display: none;
  padding: 20px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .couponStuff .coupon .couponWrapper input {
  height: 50px;
  outline: none;
  border: none;
  background-color: #e9e9e9;
  font-size: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .couponStuff .coupon .couponWrapper button {
  height: 50px;
  outline: none;
  border: none;
  background-color: #e9e9e9;
  font-size: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  margin-left: 10px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 .orderResumeRight .couponStuff:hover {
  background-color: #d9d9d9;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 12px;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  position: relative;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
  font-size: 14px;
  display: inline-block;
  color: #3f3f3f;
  padding: 5px;
  overflow: visible;
  position: relative !important;
  height: 28px;
  width: auto;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label abbr {
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input {
  border: none;
  padding: 20px 20px 20px 32px;
  resize: none;
  width: 100%;
  font-size: inherit;
  outline: none;
  border: solid 2px rgba(0,0,0,0.2);
  border-radius: 12px;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_first_name_field {
  width: calc(50% - 10px);
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_last_name_field {
  width: calc(50% - 10px);
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_company_field {
  width: 100%;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_country_field {
  width: 100%;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_address_1_field {
  width: calc(50% - 10px);
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_address_2_field {
  width: calc(50% - 10px);
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_postcode_field {
  width: calc(50% - 10px);
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_city_field {
  width: 100%;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_state_field {
  width: calc(50% - 10px);
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_country_field .select2-container--default .select2-selection--single {
  border: none;
  padding: 20px 20px 20px 32px;
  height: unset;
  resize: none;
  width: 100%;
  font-size: inherit;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px rgba(0,0,0,0.2);
  border-radius: 12px;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_state_field .select2-container--default .select2-selection--single {
  height: unset;
  width: 100%;
  font-size: inherit;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px rgba(0,0,0,0.2);
  border-radius: 12px;
  padding: 16px 20px 15px 32px;
  font-size: 16px;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_country_field .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  position: relative;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label {
  font-size: 14px;
  display: inline-block;
  color: #3f3f3f;
  padding: 5px;
  overflow: visible;
  position: relative !important;
  height: 28px;
  width: auto;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label abbr {
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row input {
  border: none;
  padding: 20px 20px 20px 32px;
  resize: none;
  width: 100%;
  font-size: inherit;
  outline: none;
  border: solid 2px rgba(0,0,0,0.2);
  border-radius: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row#billing_country_field .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_first_name_field {
  width: calc(50% - 10px);
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_last_name_field {
  width: calc(50% - 10px);
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_company_field {
  width: 100%;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_country_field {
  width: 100%;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_address_1_field {
  width: calc(50% - 10px);
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_address_2_field {
  width: calc(50% - 10px);
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_postcode_field {
  width: calc(50% - 10px);
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_city_field {
  width: 100%;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_state_field {
  width: calc(50% - 10px);
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_country_field .select2-container--default .select2-selection--single {
  padding: 20px 20px 20px 32px;
  height: unset;
  width: 100%;
  font-size: inherit;
  outline: none;
  border: solid 2px rgba(0,0,0,0.2);
  border-radius: 12px;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_state_field .select2-container--default .select2-selection--single {
  padding: 16px 20px 15px 32px;
  height: unset;
  width: 100%;
  font-size: inherit;
  outline: none;
  border: solid 2px rgba(0,0,0,0.2);
  border-radius: 12px;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  position: relative;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row label {
  font-size: 14px;
  display: inline-block;
  color: #00B5EA;
  padding: 5px;
  overflow: visible;
  position: relative !important;
  height: 28px;
  width: auto;
  margin-top: 20px;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row label abbr {
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
}
.woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row textarea {
  border: none;
  padding: 10px;
  resize: vertical;
  width: 100%;
  outline: none;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper {
  background-color: #fff;
  padding: 30px 20px;
  position: sticky;
  border-radius: 12px;
}

.woocommerce-checkout #content {
  background-color: #f7f7f9;
  padding: 20px 0;
}

.woocommerce-cart #content {
  background-color: #f7f7f9;
  padding: 20px 0;
}

.woocommerce-cart #content .wc-block-cart-items{
    background: #fff!important;
    border-radius: 12px;
}


.woocommerce-cart #content .wc-block-cart-items .wc-block-components-product-metadata__description{
  display: none;
}

.woocommerce-checkout #content .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description{
  display: none;
}

.woocommerce-cart #content .wp-block-woocommerce-cart-order-summary-block{
  background: #fff!important;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.woocommerce-checkout #content .wc-block-checkout__main{
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}

.woocommerce-checkout #content .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block{
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}
.woocommerce-cart .wc-block-cart__submit-container a{
  width:100%;
  background-color: #00B5EA;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color:#fff;
  border-radius: 12px;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button{
  background-color: #00B5EA;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color:#fff;
  border: none;
  border-radius: 12px;
}

@media (max-width: 998px) {
  .woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper {
    padding: 0px;
 }
 .is-mobile .wc-block-components-form .wc-block-components-checkout-step:after, .is-small .wc-block-components-form .wc-block-components-checkout-step:after{
	 display:none;
	}
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderTop .cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  padding-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
  position: relative;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderTop .cart_item .product-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 15px;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderTop .cart_item .product-total {
  font-weight: 600;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderTop .cart_item .product-name .product-titel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderTop .cart_item .product-name .product-quantity {
  position: absolute;
  top: -5px;
  left: -15px;
  background-color: #F37221;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 8px;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderTop .cart_item .product-name img {
  margin-right: 20px;
  width: 80px;
  height: 80px;
  min-width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderTop .cart_item .variation {
  display: none;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .cart-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
  padding-top: 10px;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .cart-subtotal span {
  font-weight: 600;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .shipping .shippingTitel {
  padding-bottom: 10px;
  padding-top: 20px;
  margin-top: 10px;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .shipping .shippingContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .shipping .shippingContent ul {
  list-style-type: none;
  width: 100%;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .shipping .shippingContent ul li {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .shipping .shippingContent ul li.shipmondo-shop-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .shipping .shippingContent ul li input[type="radio"] {
  position: absolute;
  left: 10px;
  width: 15px;
  height: 15px;
  top: 20px;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .shipping .shippingContent ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 16px 16px 16px 50px;
  cursor: pointer;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .shipping .shippingContent ul li:hover {
  border: 1px solid rgba(0,0,0,0.3);
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .shipping .shippingContent .shipping-calculator-form {
  width: 100%;
  padding-top: 10px;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .shipping .shippingContent .shipping-calculator-form input {
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  background-color: #e9e9e9;
  font-size: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .shipping .shippingContent .shipping-calculator-form .select2-selection {
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  background-color: #e9e9e9;
  font-size: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .shipping .shippingContent .shipping-calculator-form .select2-selection .select2-selection__rendered {
  height: 50px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .shipping .shippingContent .shipping-calculator-form .select2-selection .select2-selection__arrow {
  height: 100%;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .shipping .shippingContent .shipping-calculator-form .button {
  height: 50px;
  outline: none;
  border: none;
  text-align: center;
  background-color: rgba(0,0,0,0.1);
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  cursor: pointer;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .shipping .woocommerce-shipping-destination {
  text-align: center;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .shipping .shipping-calculator-button {
  text-decoration: underline;
  display: inline-block;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(0,0,0,0.3);
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderBottom .order-total span {
  font-weight: 600;
  color: #00B5EA;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  padding-top: 30px;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
  list-style-type: none;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  padding: 20px;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
  padding-left: 20px;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box p {
  margin-bottom: 0px;
  font-size: 14px;
}
.woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row .woocommerce-privacy-policy-text p {
  font-size: 14px;
}
.woocommerce-NoticeGroup {
  position: fixed !important;
  bottom: 10px;
  right: 10px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.woocommerce-NoticeGroup .woocommerce-error {
  list-style-type: none;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 300px;
  background-color: #ededed;
  padding: 15px 60px 15px 30px;
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
          box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: solid 4px #00B5EA;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.woocommerce-notices-wrapper {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9;
}
.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-error {
  list-style-type: none;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 100%;
  background-color: #ededed;
  padding: 15px 60px 15px 30px;
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
          box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: solid 4px #00B5EA;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.woocommerce-notices-wrapper .woocommerce-message #woo-close, .woocommerce-notices-wrapper .woocommerce-info #woo-close, .woocommerce-notices-wrapper .woocommerce-error #woo-close {
  position: absolute;
  right: 10px;
  font-size: 30px;
  opacity: 0.5;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  top: -10px;
  cursor: pointer;
}
.woocommerce-notices-wrapper .woocommerce-message #woo-close:hover, .woocommerce-notices-wrapper .woocommerce-info #woo-close:hover, .woocommerce-notices-wrapper .woocommerce-error #woo-close:hover {
  opacity: 1;
}
.woocommerce-notices-wrapper .woocommerce-message.active, .woocommerce-notices-wrapper .woocommerce-info.active, .woocommerce-notices-wrapper .woocommerce-error.active {
  right: -120%;
}
.woocommerce-notices-wrapper .woocommerce-message a, .woocommerce-notices-wrapper .woocommerce-info a, .woocommerce-notices-wrapper .woocommerce-error a {
  margin-top: 10px;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
 }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
 }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
 }
}
@keyframes sk-rotateplane {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
 }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
 }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
 }
}
.woocommerce-checkout {
  padding-bottom: 80px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .variation {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .variation dt {
  width: 65px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .variation dd {
  width: 60%;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}
.woocommerce-cart .woocommerce-notices-wrapper {
  display: none !important;
}
@media (max-width: 1300px) {
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-name {
    width: 30%;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-price {
    width: 30%;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-thumbnail a img {
    -o-object-fit: cover;
       object-fit: cover;
 }
}
@media (max-width: 992px) {
  body {
    font-size: 16px;
 }
  body h1 {
    font-size: 38px;
    line-height: 48px;
 }
  body h2 {
    font-size: 30px;
    line-height: 40px;
 }
  body h3 {
    font-size: 22px;
    line-height: 32px;
 }
  body h4 {
    font-size: 20px;
    line-height: 30px;
 }
  .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper, .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
    max-width: 400px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
 }
  .product .single_add_to_cart_button {
    width: 200px;
    padding: 10px 20px;
 }
  .product .single_add_to_cart_button::before {
    top: 10px;
 }
  .woo-variation-swatches.wvs-show-label .variations td a {
    bottom: -60px;
    top: unset !important;
    right: 0px;
 }
  .single-product .product .container .row .col-md-6 .summary .inner form .quantity button {
    font-size: 20px;
 }
  .single-product .product .container .row .col-md-6 .summary .inner form .quantity input {
    font-size: 20px;
    margin-right: 5px;
    margin-left: 5px;
 }
  #related .container .row .col-12 ul .product {
    width: calc(50% - 12px); 
 }
  .woocommerce-page {
    padding-bottom: 200px;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .updateCartWrapper {
    bottom: 140px !important;
    left: 8px !important;
    z-index: 9;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .updateCartWrapper .updateCartWoo {
    pointer-events: none;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .updateCartWrapper .updateCartWoo.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 {
    margin-bottom: 5px;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-5 {
    position: static;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeTop {
    display: none;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row .product-thumbnail {
    width: 100px;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row .product-thumbnail a img {
    max-width: 100px;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row .product-name {
    width: calc(0%);
    padding-left: 10px;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row {
    padding-bottom: 75px;
    position: relative;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row .product-remove {
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #d9d9d9;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row .product-remove a {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ff5454;
    opacity: 0.5;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row .product-quantity {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #d9d9d9;
    margin-top: 10px;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row .product-price {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #d9d9d9;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.orderResumeBottom .row .product-subtotal {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container .row .cart-collaterals .cart_totals .shop_table .order-total {
    position: fixed;
    bottom: 150px;
    width: 100%;
    left: 0px;
    background-color: #e9e9e9;
    z-index: 99;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 0px !important;
    border-top: none !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container .row .cart-collaterals .wc-proceed-to-checkout {
    position: fixed;
    z-index: 99;
    bottom: 70px;
    width: 100%;
    height: 80px;
    background-color: #e9e9e9;
    left: 0px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
 }
  #content .woocommerce {
    position: relative;
    z-index: 8;
 }
}
@media (max-width: 768px) {
  #related .container .row .col-12 ul .product {
    width: 100%;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-thumbnail {
    width: 100px;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-thumbnail a img {
    max-width: 100px;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-name {
    width: 70%;
    padding-left: 10px;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-quantity {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: rgba(0,0,0,0.05);
    padding: 5px;
    height: 60px;
    margin-top: 10px;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-quantity .quantity {
    width: 100%;
 }
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .container.compact .row .col-md-7 .orderResumeLeft .woocommerce-cart-form__cart-item .product-price {
    width: 50%;
    background-color: rgba(0,0,0,0.05);
    padding: 5px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
 }
  body.woocommerce-checkout #content {
    padding: 40px 0;
 }
  .woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper {
    margin-bottom: 20px;
 }
}
@media (max-width: 600px) {
  .woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_address_1_field {
    width: 100%;
 }
  .woocommerce .checkout .container .row .wooCustomerDetails .wooCustomerDetailsWrapper #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_address_2_field {
    width: 100%;
 }
  .woocommerce .checkout .container .row .wooCustomerOrder .wooCustomerOrderWrapper .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .wooTotalOrderTop .cart_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
 }
}
.woocommerce-order {
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
}
.woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 28px;
}
.woocommerce-order .woocommerce-order-overview {
  font-size: 18px;
  list-style-type: none;
}
.woocommerce-order .woocommerce-order-details h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.woocommerce-order .woocommerce-order-details table thead tr th {
  text-align: left;
}
.woocommerce-order .woocommerce-order-details table thead tr th.product-total {
  padding-left: 20px;
}
.woocommerce-order .woocommerce-order-details table tfoot tr th {
  text-align: left;
}
.woocommerce-order .woocommerce-order-details table tfoot tr td {
  padding-left: 20px;
}
.woocommerce-order .woocommerce-order-details table tfoot tr:first-of-type th {
  padding-top: 20px;
}
.woocommerce-order .woocommerce-order-details table tfoot tr:first-of-type td {
  padding-top: 20px;
}
.woocommerce-order .woocommerce-order-details table .order_item .product-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
.woocommerce-order .woocommerce-order-details table .order_item ul {
  font-size: 14px;
  padding-left: 20px;
  list-style-type: none;
}
.woocommerce-order .woocommerce-order-details table .order_item ul li {
  padding-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-order .woocommerce-order-details table .order_item ul li p {
  margin-left: 10px;
}
.woocommerce-order .woocommerce-order-details table .order_item ul li::before {
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
  border: solid 3.5px #09B4E7;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.woocommerce-order .woocommerce-customer-details {
  padding-top: 40px;
}
.woocommerce-order .woocommerce-customer-details .col2-set .col-1 {
  width: 100%;
}
.woocommerce-order .woocommerce-customer-details .col2-set .col-1 h2 {
  font-size: 24px;
}
.woocommerce-order .woocommerce-customer-details .col2-set .col-2 {
  width: 100%;
}
.woocommerce-order .woocommerce-customer-details .col2-set .col-2 h2 {
  font-size: 24px;
}
body.woocommerce-account #myAccountSection {
  padding: 112px 0;
}
body.woocommerce-account #myAccountSection .container .row .col-1 {
  width:50%;
}
body.woocommerce-account #myAccountSection .container .row .col-2 {
  width:50%;
}
@media (max-width: 992px) {
  body.woocommerce-account #myAccountSection .container .row .col-1 {
    width: 100%;
 }
  body.woocommerce-account #myAccountSection .container .row .col-2 {
    width: 100%;
    margin-top: 40px;
 }
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-notices-wrapper {
  margin: auto;
}

body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce #customer_login{
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce  h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 28px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-login {
  width: 100%;
  -webkit-box-shadow: 0 8px 20px rgba(102,102,102,0.12);
  box-shadow: 0 8px 20px rgba(102,102,102,0.12);
  background-color: #fff;
  border-radius: 1px;
  padding: 30px;
  border: none;
  border-radius: 12px;
}

body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-register {
  width: 100%;
  -webkit-box-shadow: 0 8px 20px rgba(102,102,102,0.12);
  box-shadow: 0 8px 20px rgba(102,102,102,0.12);
  background-color: #fff;
  border-radius: 1px;
  padding: 30px;
  border: none;
  border-radius: 12px;
}

body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-register .input-text{
  width: 100%;
  color: #333;
  line-height: 21px;
  padding: 12px 19px;
  background-color: white;
  border-radius: 1px;
  border: 1px solid #EDEDED;
  outline: none;
  -webkit-transition: 250msease;
  -o-transition: 250ms ease;
  transition: 250msease;
  margin-bottom: 12px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-login label {
  margin-bottom: 8px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-register label {
  margin-bottom: 8px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-login > .form-row:not(.form-row-wide) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 20px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-login > .form-row:not(.form-row-wide) .woocommerce-form-login__submit {
  margin-right: 0;
  width: 100%;
  background-color: #09B4E7;
  color: white;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.92px;
  padding: 14px 32px;
  border-radius: 1px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  border: none;
  outline: none;
  border-radius: 12px;
  cursor: pointer;
}

body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
  margin-right: 0;
  width: 100%;
  background-color: #09B4E7;
  color: white;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.92px;
  padding: 14px 32px;
  border-radius: 1px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  border: none;
  outline: none;
  border-radius: 12px;
  cursor: pointer;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-login > .form-row:not(.form-row-wide) .woocommerce-form-login__submit:hover {
  color: white;
  background-color: #078eb6;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-login > .form-row:not(.form-row-wide) .woocommerce-form__label-for-checkbox {
  margin-top: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-login > .form-row:not(.form-row-wide) .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-bottom: 0;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-login > .woocommerce-LostPassword {
  text-align: center;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-login > .woocommerce-LostPassword a {
  color: #F37221;
  position: relative;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-login > .woocommerce-LostPassword a::before {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 2px;
  width: 0;
  left: 0;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  background-color: #F37221;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-login > .woocommerce-LostPassword a:hover::before {
  width: 100%;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-navigation {
  padding: 28px;
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 8px 20px rgba(102,102,102,0.12);
  box-shadow: 0 8px 20px rgba(102,102,102,0.12);
  border-radius: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 40px;
  border-radius: 12px;
}
@media (max-width: 992px) {
  body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-navigation {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-right: 0px;
 }
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-navigation ul {
  margin-bottom: 0;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-navigation ul li::before {
  display: none;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-navigation ul li a {
  padding: 12px 24px;
  border-radius: 1px;
  border: 1px solid #F2F2F2;
  background-color: #F2F2F2;
  color: #444444;
  width: 100%;
  text-decoration: none;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  border-radius: 12px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
  background: #F37221;
  color: white;
  border: 0;
  border-radius: 12px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: #d5590c;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-navigation ul li:last-of-type {
  margin-bottom: 0;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-navigation ul li:hover a {
  border-color: #09B4E7;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-navigation ul li.is-active a {
  cursor: initial;
  color: white;
  background-color: #09B4E7;
  border-color: #09B4E7;
  border-radius: 12px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content {
  padding: 28px;
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  border-radius: 1px;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  border-radius: 12px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-Message, body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-message {
  background-color: #fff;
  border-top-color: #F37221;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-Message::before, body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-message::before {
  color: #F37221;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-Message .button, body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-message .button {
  color: white;
  text-decoration: none;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper #billing_country, body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper #shipping_country {
  line-height: 21px;
  padding: 13px 19px;
  background-color: white;
  border-radius: 1px;
  border: 1px solid #EDEDED;
  outline: none;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
  text-overflow: '';
  width: 100%;
  cursor: pointer;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper #billing_country:focus, body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper #shipping_country:focus, body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper #billing_country:hover, body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper #shipping_country:hover {
  border-color: #F37221;
  -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper #billing_country option, body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper #shipping_country option {
  outline: none;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper #billing_country::ms-expand, body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper #shipping_country::ms-expand {
  display: none;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper .select2-selection {
  height: 47px;
  background-color: white;
  border: 1px solid #D5D5D5;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper .select2-selection .select2-selection__rendered {
  color: #C2C2C2 !important;
  text-transform: none;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper .select2-selection .select2-selection__arrow {
  right: 20px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper .select2-selection:focus, body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper .select2-selection:hover {
  outline: none;
  border: 1px solid #F37221;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper .select2-selection #select2-billing_country-container, body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper .select2-selection #select2-shipping_country-container {
  line-height: 43px;
  color: #F37221;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper .select2-selection .select2-selection__arrow {
  height: 43px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper .select2-selection .select2-selection__arrow b {
  border-color: #F37221 transparent transparent transparent;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .select2-container--default .select2-selection--single {
  height: 45px;
  border: 1px solid #D5D5D5;
  background-color: white;
  outline: none;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .select2-container--default .select2-selection--single:hover {
  border: 1px solid #F37221;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px;
  width: 44px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row span em {
  color: #797979;
  text-transform: none;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  max-width: 600px;
  margin: auto;
  border-radius: 1px;
  margin-top: 30px;
  margin-bottom: 40px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  font-size: 20px;
  margin: auto;
  padding: 15px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .woocommerce-EditAccountForm > p:last-of-type {
  text-align: center;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content p {
  font-size: 15px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .col2-set.woocommerce-Addresses {
  margin-top: 20px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .col2-set .woocommerce-Address {
  max-width: 48%;
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .col2-set .woocommerce-Address address {
  font-size: 15px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content a {
  color: #F37221;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content a:hover {
  color: #d5590c;
  text-decoration: underline;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content label {
  margin-bottom: 8px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content input, body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content textarea {
  width: 100%;
  line-height: 21px;
  padding: 12px 19px;
  background-color: white;
  border-radius: 1px;
  border: 1px solid #EDEDED;
  outline: none;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  margin-bottom: 12px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content input:focus, body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content textarea:focus, body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content input:hover, body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content textarea:hover {
  border-color: #F37221;
  -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .button {
  margin-top: 28px;
  background-color: #F37221;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.92px;
  font-weight: 600;
  border-radius: 1px;
  padding: 14px 26px;
  color: white !important;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce-MyAccount-content .button:hover {
  background-color: #d5590c;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-login input, body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-login textarea {
  width: 100%;
  color: #333;
  line-height: 21px;
  padding: 12px 19px;
  background-color: white;
  border-radius: 1px;
  border: 1px solid #EDEDED;
  outline: none;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  margin-bottom: 12px;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-login input:focus, body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-login textarea:focus, body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-login input:hover, body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-form-login textarea:hover {
  border-color: #F37221;
  -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-customer-details .col2-set .col-1 {
  -ms-flex: 100%;
  -webkit-box-flex: 100%;
  flex: 100%;
  max-width: 100%;
  width: 100%;
}
body.woocommerce-account #myAccountSection .container .row .col-md-12 .woocommerce .woocommerce-customer-details .col2-set .col-2 {
  -ms-flex: 100%;
  -webkit-box-flex: 100%;
  flex: 100%;
  max-width: 100%;
  width: 100%;
}
body.woocommerce-account .woocommerce-order-details h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
body.woocommerce-account .woocommerce-order-details table thead tr th {
  text-align: left;
}
body.woocommerce-account .woocommerce-order-details table thead tr th.product-total {
  padding-left: 20px;
}
body.woocommerce-account .woocommerce-order-details table tfoot tr th {
  text-align: left;
}
body.woocommerce-account .woocommerce-order-details table tfoot tr td {
  padding-left: 20px;
}
body.woocommerce-account .woocommerce-order-details table tfoot tr:first-of-type th {
  padding-top: 20px;
}
body.woocommerce-account .woocommerce-order-details table tfoot tr:first-of-type td {
  padding-top: 20px;
}
body.woocommerce-account .woocommerce-order-details table .order_item .product-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
body.woocommerce-account .woocommerce-order-details table .order_item ul {
  font-size: 14px;
  padding-left: 20px;
  list-style-type: none;
}
body.woocommerce-account .woocommerce-order-details table .order_item ul li {
  padding-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.woocommerce-account .woocommerce-order-details table .order_item ul li p {
  margin-left: 10px;
}
body.woocommerce-account .woocommerce-order-details table .order_item ul li::before {
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
  border: solid 3.5px #09B4E7;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.woocommerce-account .woocommerce-customer-details {
  padding-top: 40px;
}
body.woocommerce-account .woocommerce-customer-details .col2-set .col-1 {
  width: 100%;
}
body.woocommerce-account .woocommerce-customer-details .col2-set .col-1 h2 {
  font-size: 24px;
}
body.woocommerce-account .woocommerce-customer-details .col2-set .col-2 {
  width: 100%;
}
body.woocommerce-account .woocommerce-customer-details .col2-set .col-2 h2 {
  font-size: 24px;
}
#seo-desc {
  padding-bottom: 40px;
}
.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper.active {
  display: none;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review #payment .wc_payment_methods li {
  padding-right: 0px;
}
body.woocommerce-checkout #content .woocommerce form.checkout #order_review #payment .wc_payment_methods li input {
  width: 100%;
}
@media (max-width: 998px) {
  .woocommerce-checkout .container {
    max-width: 100%;
 }
  .woocommerce-cart .container {
    max-width: 100%;
 }
}
.accordianWrapper{
  padding-top: 40px;
  padding-bottom: 40px;
}

.accordianWrapper .accordianSingle{
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 12px;
  margin-bottom: 20px;
}

.accordianWrapper .accordianSingle .accordianButton{
  display: flex;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordianWrapper .accordianSingle .accordianButton::before{
  content:"";
background-image: url(/wp-content/uploads/2024/05/chevron-right.svg);
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: center;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 20px;
        -webkit-transition: 250ms ease;
        -o-transition: 250ms ease;
        transition: 250ms ease;

}

.accordianWrapper .accordianSingle .accordianButton.active::before{
  transform: rotate(180deg);
}


.accordianWrapper .accordianSingle .accordianContent{
  display: none;
  padding-top:20px;
}
