<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes add-to-cart-loading-animation {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes add-to-cart-loading-animation {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*
  Color
 */
/*
  Shapes
 */
.flex-center-all {
  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;
}
.arrow-up {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
}
.arrow-down {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
}
.item-count {
  background: #2b4b80;
  color: var(--color-light);
  width: 25px;
  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;
  font-size: 12px;
  border-radius: 50%;
  line-height: 2.1;
  margin-left: 10px;
}
.visualcomposerstarter .products .button.add_to_cart_button,
.visualcomposerstarter .products .button.product_type_grouped,
.visualcomposerstarter .products .button.product_type_simple {
  padding: 17px 0;
  text-align: center;
  border-radius: 0;
}
.visualcomposerstarter .products .button.product_type_external {
  padding: 17px;
  text-align: center;
  border-radius: 0;
}

.visualcomposerstarter .products .product .button.add_to_cart_button {
  font-size: 20px;
  font-weight: 600;
  padding: 17px 60px;
  display: inline-block;
  background: var(--primary-button-background);
  border: 0;
  color: var(--primary-button-text-color);
  border-radius: 50px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.visualcomposerstarter .products .product .button.add_to_cart_button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  right: 25px;
  height: 2px;
  background: var(--light-border-gradient);
}
.visualcomposerstarter .products .product .button.add_to_cart_button:hover {
  background: var(--primary-button-hover-background);
  color: var(--primary-button-hover-text-color);
  box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.1);
}
.visualcomposerstarter .products .added_to_cart {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 17px;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  color: var(--color-light);
  background: #51c15c;
  -webkit-transition: background 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.visualcomposerstarter .products .added_to_cart:hover {
  background: #3ba445;
}
.visualcomposerstarter .products .add_to_cart_button.button.loading {
  opacity: 0.7;
  color: transparent;
  cursor: not-allowed;
}
.visualcomposerstarter .products .add_to_cart_button.button.loading::after {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background: transparent url(../images/spinner-light.svg) 50% 50% no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: add-to-cart-loading-animation 1.08s linear infinite;
  animation: add-to-cart-loading-animation 1.08s linear infinite;
}
.visualcomposerstarter .woocommerce button.button,
.visualcomposerstarter .woocommerce a.button,
.visualcomposerstarter .woocommerce .woocommerce-MyAccount-content a.edit,
.visualcomposerstarter .woocommerce .button.checkout-button,
.visualcomposerstarter .woocommerce #place_order,
.visualcomposerstarter .woocommerce .woocommerce-mini-cart__buttons.buttons a,
.visualcomposerstarter .woocommerce .button.wc-backward,
.visualcomposerstarter .woocommerce .vct-thank-you-footer a,
.visualcomposerstarter .woocommerce .track_order .button,
.visualcomposerstarter .woocommerce .woocommerce-EditAccountForm .button,
.visualcomposerstarter .woocommerce .woocommerce-orders-table__cell .button {
  color: var(--primary-button-text-color);
  border: 0;
  background: var(--primary-button-background);
  font-size: 16px;
  padding: 18px 34px;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.visualcomposerstarter .woocommerce button.button:hover,
.visualcomposerstarter .woocommerce a.button:hover,
.visualcomposerstarter .woocommerce .woocommerce-MyAccount-content a.edit:hover,
.visualcomposerstarter .woocommerce .button.checkout-button:hover,
.visualcomposerstarter .woocommerce #place_order:hover,
.visualcomposerstarter
  .woocommerce
  .woocommerce-mini-cart__buttons.buttons
  a:hover,
.visualcomposerstarter .woocommerce .button.wc-backward:hover,
.visualcomposerstarter .woocommerce .vct-thank-you-footer a:hover,
.visualcomposerstarter .woocommerce .track_order .button:hover,
.visualcomposerstarter .woocommerce .woocommerce-EditAccountForm .button:hover,
.visualcomposerstarter
  .woocommerce
  .woocommerce-orders-table__cell
  .button:hover {
  color: var(--color-white);
  background: var(--primary-accent-hover-color);
  border: 0;
  box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.1);
}
.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  table.woocommerce-MyAccount-orders
  td
  a {
    padding: 5px 10px;
    background: var(--primary-light-accent-color);
    color: black;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
    color: var(--primary-accent-color);
    margin-right: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
}
.visualcomposerstarter .woocommerce .button.woocommerce-button--next,
.visualcomposerstarter .woocommerce .button.woocommerce-button--previous,
.visualcomposerstarter .woocommerce .woocommerce-MyAccount-content a.edit {
  padding: 8px 30px;
  font-weight: 600;
  font-size: 12px;
}
.visualcomposerstarter
  .woocommerce
  .woocommerce-MyAccount-downloads-file.button.alt {
  padding: 15px 20px;
  color: var(--color-light);
}
.visualcomposerstarter .woocommerce .woocommerce-orders-table__cell .button {
  padding: 13px 20px;
}
.visualcomposerstarter .woocommerce .vct-thank-you-footer a,
.visualcomposerstarter .woocommerce .track_order .button {
  padding: 23px 60px;
}
.visualcomposerstarter .woocommerce .track_order .button {
  margin: 20px 0 0;
}
.visualcomposerstarter .woocommerce #place_order {
  text-transform: none;
  font-size: 16px;
  padding: 17px 0;
  width: 150px;
}
.visualcomposerstarter .woocommerce .button[name="update_cart"],
.visualcomposerstarter .woocommerce .button[name="apply_coupon"],
.visualcomposerstarter .woocommerce .vct-checkout-button {
  text-transform: uppercase;
  float: right;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.visualcomposerstarter
  .woocommerce
  .button[name="update_cart"]:disabled[disabled],
.visualcomposerstarter
  .woocommerce
  .button[name="apply_coupon"]:disabled[disabled],
.visualcomposerstarter .woocommerce .vct-checkout-button:disabled[disabled],
.visualcomposerstarter .woocommerce .button[name="update_cart"]:disabled,
.visualcomposerstarter .woocommerce .button[name="apply_coupon"]:disabled,
.visualcomposerstarter .woocommerce .vct-checkout-button:disabled {
  padding: 15px 68px;
}
.visualcomposerstarter .woocommerce .button[name="update_cart"]:hover,
.visualcomposerstarter .woocommerce .button[name="apply_coupon"]:hover,
.visualcomposerstarter .woocommerce .vct-checkout-button:hover {
  opacity: 0.8;
}
.visualcomposerstarter .woocommerce .vct-checkout-button {
  padding: 13px 68px;
}
.visualcomposerstarter #review_form #respond .form-submit .submit {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 23px 50px;
  color: var(--color-light);
}
.visualcomposerstarter .vct-promo.vct-visible .vct-show-promo-form::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.visualcomposerstarter .vct-show-promo-form {
  position: relative;
  width: 100%;
  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;
  border: none;
  background: transparent;
  padding: 0;
  outline: none;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 0;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  background: var(--color-white);
  border-radius: 5px;
}
.visualcomposerstarter .vct-show-promo-form::after {
  content: "";
  position: relative;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
}
.visualcomposerstarter .vct-promo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0 0;
}
.visualcomposerstarter .widget.woocommerce .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.visualcomposerstarter .widget.woocommerce a.button {
  width: 50%;
  color: var(--color-light);
  padding: 20px 12px;
  font-size: 13px;
  text-align: center;
}
.visualcomposerstarter .widget.woocommerce a.button:last-child {
  margin-right: 0;
}
.visualcomposerstarter.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.visualcomposerstarter.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.visualcomposerstarter.woocommerce nav.woocommerce-pagination ul li span,
.visualcomposerstarter.woocommerce nav.woocommerce-pagination ul li a {
  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;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  margin: 0 6px;
}
.visualcomposerstarter.woocommerce
  nav.woocommerce-pagination
  ul
  li
  span.current {
  background: #547cbf;
  color: var(--color-light);
}
.visualcomposerstarter.woocommerce nav.woocommerce-pagination ul li .next,
.visualcomposerstarter.woocommerce nav.woocommerce-pagination ul li .prev {
  width: 60px;
  border-radius: 30px;
}
.visualcomposerstarter.woocommerce nav.woocommerce-pagination ul li a {
  background: #eee;
  color: #8c8c8c;
}
.visualcomposerstarter .vct-input-qty {
  position: relative;
  display: inline-block;
  /* For Firefox */
  /* Webkit browsers like Safari and Chrome */
}
.visualcomposerstarter .vct-input-qty .vct-input-qty-control {
  content: "";
  position: absolute;
  right: 17px;
  cursor: pointer;
}
.visualcomposerstarter .vct-input-qty .vct-input-qty-control-add {
  top: 22px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
}
.visualcomposerstarter .vct-input-qty .vct-input-qty-control-remove {
  top: 33px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
}
.visualcomposerstarter .vct-input-qty input[type="number"] {
  -moz-appearance: textfield;
}
.visualcomposerstarter
  .vct-input-qty
  input[type="number"]::-webkit-inner-spin-button,
.visualcomposerstarter
  .vct-input-qty
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.visualcomposerstarter .quantity .qty {
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 30px;
  font-weight: 500;
  font-size: 20px;
  width: 150px;
  text-align: center;
  padding: 8px 50px 8px 50px;
  position: relative;
  background: rgba(255,255,255,0.05);
}
.visualcomposerstarter div.product form.cart div.quantity {
  margin: 0 20px 20px 0;
  position: relative;
}
.visualcomposerstarter div.product form.cart table div.quantity {
  margin: 0;
}
.visualcomposerstarter div.product form.cart div.quantity .quantity-btn {
	position: absolute;
	display: inline-block;
	cursor: pointer;
	height: 48px;
  width: 48px;
  border-radius:50%;
  z-index: 1;
  background: var(--primary-button-background);
}
.visualcomposerstarter div.product form.cart div.quantity .quantity-btn:hover {
  background: var(--primary-button-hover-background);
}
.visualcomposerstarter div.product form.cart div.quantity .quantity-btn.quantity-minus {
	left: 0px;
}
.visualcomposerstarter div.product form.cart div.quantity .quantity-btn.quantity-plus {
	right: 0px;
}
.visualcomposerstarter div.product form.cart div.quantity .quantity-btn.quantity-minus:before {
	content: "";
	display: block;
	width: 15px;
	position: absolute;
	top: 50%;
	height: 2px;
	background: var(--color-white);
	left: 50%;
	transform: translate(-50%,-50%);
}

.visualcomposerstarter div.product form.cart div.quantity .quantity-btn.quantity-plus:before {
	content: "";
	display: block;
	width: 15px;
	position: absolute;
	top: 50%;
	height: 2px;
	background: var(--color-white);
	left: 50%;
	transform: translate(-50%,-50%);
}

.visualcomposerstarter div.product form.cart div.quantity .quantity-btn.quantity-plus:after {
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	top: 50%;
	width: 2px;
	background: var(--color-white);
	left: 50%;
	transform: translate(-50%,-50%);
}
.visualcomposerstarter .vct-variable-container,
.visualcomposerstarter .vct-orderby-container,
.visualcomposerstarter .vct-promo-code-container {
  position: relative;
  display: inline-block;
}
.visualcomposerstarter .vct-variable-container::before,
.visualcomposerstarter .vct-orderby-container::before,
.visualcomposerstarter .vct-promo-code-container::before {
  content: "";
  position: absolute;
  top: 23px;
  right: 35px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
}
.visualcomposerstarter .vct-orderby-container::before {
  right: 20px;
}
.visualcomposerstarter form.cart .variations select,
.visualcomposerstarter .woocommerce-ordering .orderby,
.visualcomposerstarter .widget.woocommerce .dropdown_product_cat {
  width: 340px;
  height: 50px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 20px;
}
.visualcomposerstarter .widget.woocommerce .dropdown_product_cat {
  width: 100%;
  -webkit-appearance: menulist;
}
.visualcomposerstarter .vct-promo-content input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: 10px;
  height: 40px;
  padding: 10px;
}
.visualcomposerstarter .woocommerce form .form-row input,
.visualcomposerstarter .woocommerce form .form-row textarea {
  width: 100%;
  background: var(--color-3);
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 26px;
  color: var(--color-black);
  border: 1px solid var(--color-1);
  font-weight: 500;
  border-radius: 4px;
}

.visualcomposerstarter .woocommerce form .form-row textarea {
  resize: none;
}
.visualcomposerstarter .select2 {
  border: 1px solid var(--color-1);
  border-radius: 0px;
  font-size: 14px;
}
.visualcomposerstarter .select2-container--default .select2-selection--single {
  border: none;
  height: 37px;
  margin-bottom: 0;
  background: var(--color-3);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background: var(--color-3);
}
.visualcomposerstarter
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px;
  padding-right: 38px;
  font-weight: 500;
  color:var(--color-black);
}
.visualcomposerstarter
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 34px;
  width: 38px;
}
.visualcomposerstarter
  .woocommerce
  form
  .form-row.woocommerce-validated
  .select2-container,
.visualcomposerstarter
  .woocommerce
  form
  .form-row.woocommerce-validated
  input.input-text,
.visualcomposerstarter .woocommerce form .form-row.woocommerce-validated select,
.visualcomposerstarter .select2-dropdown,
.visualcomposerstarter.woocommerce #reviews #comment {
  border-color: var(--color-1);
  background: var(--color-3);
}
.visualcomposerstarter .woocommerce form .form-row label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.visualcomposerstarter .vct-cart-items-count {
  width: 20px;
  height: 20px;
  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;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
  line-height: normal;
  margin-left: 10px;
}
.visualcomposerstarter .vct-promo {
  margin: 0 0 30px;
}
.visualcomposerstarter .navbar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.visualcomposerstarter .navbar-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.visualcomposerstarter .vct-cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.visualcomposerstarter .vct-cart-wrapper a {
  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;
  text-decoration: none;
}
.visualcomposerstarter .vct-cart-wrapper a:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.visualcomposerstarter.woocommerce-cart .woocommerce {
  padding-bottom: 100px;
}
.visualcomposerstarter.woocommerce-cart .woocommerce .cart-empty {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin: 0 0 20px;
}
.visualcomposerstarter.woocommerce-cart .woocommerce .return-to-shop {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin: 0;
}
.visualcomposerstarter.woocommerce-cart .woocommerce .vcv-cart-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding-right: 40px;
}
.visualcomposerstarter.woocommerce-cart .woocommerce .cart-collaterals {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.visualcomposerstarter.woocommerce-cart
  .woocommerce
  .cart-collaterals
  .cart_totals
  .wc-proceed-to-checkout {
  padding: 0;
  text-align: right;
}
.visualcomposerstarter.woocommerce-cart .woocommerce table.cart {
  border: none;
  font-weight: 300;
}
.visualcomposerstarter.woocommerce-cart .woocommerce table.cart .coupon {
  display: none;
}
.visualcomposerstarter.woocommerce-cart
  .woocommerce
  table.cart
  .cart_item:first-child
  td {
  padding-top: 0;
}
.visualcomposerstarter.woocommerce-cart
  .woocommerce
  table.cart
  tr:last-child
  td {
  border-bottom: none;
}
.visualcomposerstarter.woocommerce-cart .woocommerce table.cart td {
  border: none;
  border-bottom: 0;
  padding: 0px 0;
  text-align: center;
}
.visualcomposerstarter.woocommerce-cart .woocommerce table.cart .product-thumbnail img {
  width: 89px;
  height: 89px;
  object-fit: cover;
}
.visualcomposerstarter.woocommerce-cart .woocommerce table.cart a.remove {
  position: relative;
  width: 44px;
  height: 44px;
  margin: auto;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.visualcomposerstarter.woocommerce-cart .woocommerce table.cart a.remove img {
  width: 44px;
}
.visualcomposerstarter.woocommerce-cart .woocommerce table.cart.custom-cart-table .product-price span, .visualcomposerstarter.woocommerce-cart .woocommerce table.cart.custom-cart-table .product-subtotal span {
  font-size: inherit;
  line-height: inherit;
  margin-left: 4px;
}
.visualcomposerstarter.woocommerce-cart .woocommerce table.cart.custom-cart-table .product-subtotal span {
  color: var(--color-brown);
}

.visualcomposerstarter.woocommerce-cart
  .woocommerce
  table.cart
  a.remove::before,
.visualcomposerstarter.woocommerce-cart
  .woocommerce
  table.cart
  a.remove::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: none;
}
.single_add_to_cart_button.lty-participate-now-button.lty_manual_add_to_cart {
  display: block;
  margin: 0 auto;
}
.visualcomposerstarter.woocommerce-cart
  .woocommerce
  table.cart
  a.remove::before {
  width: 100%;
  height: 2px;
  display: none;
}
.visualcomposerstarter.woocommerce-cart
  .woocommerce
  table.cart
  a.remove::after {
  width: 2px;
  height: 100%;
  display: none;
}
.visualcomposerstarter.woocommerce-cart .woocommerce table.cart a.remove:hover {
  background: transparent;
  opacity: 1;
}
.visualcomposerstarter.woocommerce-cart
  .woocommerce
  table.cart
  .product-remove {
  width: 7%;
}
.woocommerce td.product-name dl.variation dt {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.woocommerce td.product-name dl.variation p {
  font-weight: 600;
  color: var(--color-brown);
  font-size: 14px;
  text-transform: uppercase;
}
.visualcomposerstarter.woocommerce-cart .woocommerce table.cart .product-name {
  width: 100%;
  text-align: left;
}
.visualcomposerstarter.woocommerce-cart .woocommerce .woocommerce-cart-form table.cart .product-name {
  width: 45%;
  text-align: left;
}
.visualcomposerstarter.woocommerce-cart
  .woocommerce
  table.cart
  .product-name
  a {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
}
.visualcomposerstarter.woocommerce-cart .woocommerce table.cart .product-price {
  width: 100px;
  text-align: left;
}
.visualcomposerstarter.woocommerce-cart
  .woocommerce
  table.cart
  .product-price
  span {
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
}
.visualcomposerstarter.woocommerce-cart
  .woocommerce
  table.cart
  .product-subtotal {
  width: 120px;
  text-align: left;
}
.visualcomposerstarter.woocommerce-cart
  .woocommerce
  table.cart
  .product-subtotal
  span {
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
}
.visualcomposerstarter.woocommerce-cart
  .woocommerce
  table.cart
  .product-thumbnail {
  width: 70px;
  text-align: left;
}
.visualcomposerstarter.woocommerce-cart .woocommerce table.cart .product-thumbnail a {
  display: block;
  padding: 20px 0px;
}
.visualcomposerstarter.woocommerce-cart
  .woocommerce
  table.cart
  .product-name
  a {
  text-decoration: none;
  border: none;
}
.visualcomposerstarter.woocommerce-cart .woocommerce table.cart .quantity .qty {
  width: 90px;
  height: 50px;
  padding: 10px 30px 10px 20px;
}
.visualcomposerstarter.woocommerce-cart
  .woocommerce
  table.cart
  .vct-input-qty-control-add {
  top: 18px;
}
.visualcomposerstarter.woocommerce-cart
  .woocommerce
  table.cart
  .vct-input-qty-control-remove {
  top: 28px;
}
.visualcomposerstarter div.woocommerce-error,
.visualcomposerstarter.woocommerce div.woocommerce-error,
.visualcomposerstarter div.woocommerce-info,
.visualcomposerstarter.woocommerce div.woocommerce-info,
.visualcomposerstarter div.woocommerce-message,
.visualcomposerstarter.woocommerce div.woocommerce-message {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  color: var(--color-black);
}
.visualcomposerstarter div.woocommerce-error::before,
.visualcomposerstarter.woocommerce div.woocommerce-error::before,
.visualcomposerstarter div.woocommerce-info::before,
.visualcomposerstarter.woocommerce div.woocommerce-info::before,
.visualcomposerstarter div.woocommerce-message::before,
.visualcomposerstarter.woocommerce div.woocommerce-message::before {
  display: none;
}
.visualcomposerstarter div.woocommerce-error a.button,
.visualcomposerstarter.woocommerce div.woocommerce-error a.button,
.visualcomposerstarter div.woocommerce-info a.button,
.visualcomposerstarter.woocommerce div.woocommerce-info a.button,
.visualcomposerstarter div.woocommerce-message a.button,
.visualcomposerstarter.woocommerce div.woocommerce-message a.button,
.visualcomposerstarter div.woocommerce-error .button,
.visualcomposerstarter.woocommerce div.woocommerce-error .button,
.visualcomposerstarter div.woocommerce-info .button,
.visualcomposerstarter.woocommerce div.woocommerce-info .button,
.visualcomposerstarter div.woocommerce-message .button,
.visualcomposerstarter.woocommerce div.woocommerce-message .button,
.visualcomposerstarter div.woocommerce-error .restore-item,
.visualcomposerstarter.woocommerce div.woocommerce-error .restore-item,
.visualcomposerstarter div.woocommerce-info .restore-item,
.visualcomposerstarter.woocommerce div.woocommerce-info .restore-item,
.visualcomposerstarter div.woocommerce-message .restore-item,
.visualcomposerstarter.woocommerce div.woocommerce-message .restore-item,
.visualcomposerstarter div.woocommerce-error .showcoupon,
.visualcomposerstarter.woocommerce div.woocommerce-error .showcoupon,
.visualcomposerstarter div.woocommerce-info .showcoupon,
.visualcomposerstarter.woocommerce div.woocommerce-info .showcoupon,
.visualcomposerstarter div.woocommerce-message .showcoupon,
.visualcomposerstarter.woocommerce div.woocommerce-message .showcoupon {
  float: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border: none;
  padding: 1px 1px 1px 3px;
  font-weight: 600;
  line-height: 0;
  color: var(--primary-accent-color);
  background: transparent;
  font-size: 14px;
}
.visualcomposerstarter .woocommerce-error,
.visualcomposerstarter.woocommerce .woocommerce-error {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: var(--background-transparent-color);
  border-top-color: var(--primary-accent-color);
}
.visualcomposerstarter.woocommerce-cart .woocommerce .cart-empty {
  color: var(--color-black);
}
.woocommerce-info,
.woocommerce-info::before {
  color:  var(--color-black);
  border-top-color: var(--primary-accent-color);
}
.woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-error::before {
  display: none;
}
.visualcomposerstarter .woocommerce-error li,
.visualcomposerstarter.woocommerce .woocommerce-error li {
  font-size: 12px;
  color: var(--color-black);
  font-weight: 600;
}
.visualcomposerstarter .woocommerce-error {
  padding: 10px 20px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin-top:15px;
  margin-bottom: 15px !important;
  border-radius: 5px;
}
.visualcomposerstarter .woocommerce-error li::before,
.visualcomposerstarter.woocommerce .woocommerce-error li::before,
.visualcomposerstarter .woocommerce-error li::after,
.visualcomposerstarter.woocommerce .woocommerce-error li::after {
  display: none;
}
.visualcomposerstarter .woocommerce-error li strong,
.visualcomposerstarter.woocommerce .woocommerce-error li strong {
  margin-right: 5px;
}
.visualcomposerstarter .woocommerce-error .vct-close-woocommerce-msg-container,
.visualcomposerstarter.woocommerce
  .woocommerce-error
  .vct-close-woocommerce-msg-container {
  position: absolute;
  right: 23px;
}
.visualcomposerstarter .woocommerce-info,
.visualcomposerstarter.woocommerce .woocommerce-info {
  background: var(--background-transparent-color);
}
.visualcomposerstarter .woocommerce-info .showlogin,
.visualcomposerstarter.woocommerce .woocommerce-info .showlogin {
  margin-left: 5px;
}
.visualcomposerstarter .woocommerce &gt; .woocommerce-info,
.visualcomposerstarter.woocommerce .woocommerce &gt; .woocommerce-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.visualcomposerstarter .woocommerce-message,
.visualcomposerstarter.woocommerce .woocommerce-message {
  background:var(--background-transparent-color);
}
.visualcomposerstarter .vct-close-woocommerce-msg-container,
.visualcomposerstarter.woocommerce .vct-close-woocommerce-msg-container {
  margin-left: auto !important;
}
.visualcomposerstarter .vct-close-woocommerce-msg,
.visualcomposerstarter.woocommerce .vct-close-woocommerce-msg {
  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;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto;
  position: relative;
}
.visualcomposerstarter .vct-close-woocommerce-msg::before,
.visualcomposerstarter.woocommerce .vct-close-woocommerce-msg::before,
.visualcomposerstarter .vct-close-woocommerce-msg::after,
.visualcomposerstarter.woocommerce .vct-close-woocommerce-msg::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.visualcomposerstarter .vct-close-woocommerce-msg::before,
.visualcomposerstarter.woocommerce .vct-close-woocommerce-msg::before {
  width: 100%;
  height: 2px;
}
.visualcomposerstarter .vct-close-woocommerce-msg::after,
.visualcomposerstarter.woocommerce .vct-close-woocommerce-msg::after {
  width: 2px;
  height: 100%;
}
.visualcomposerstarter .vct-close-woocommerce-msg::before,
.visualcomposerstarter.woocommerce .vct-close-woocommerce-msg::before,
.visualcomposerstarter .vct-close-woocommerce-msg::after,
.visualcomposerstarter.woocommerce .vct-close-woocommerce-msg::after {
  background: var(--color-light);
}
.visualcomposerstarter .woocommerce-store-notice.demo_store,
.visualcomposerstarter.woocommerce .woocommerce-store-notice.demo_store {
  font-family: "Roboto", Arial, sans-serif;
  font-style: italic;
  background: #2b4b80;
}
.visualcomposerstarter .woocommerce-NoticeGroup,
.visualcomposerstarter.woocommerce .woocommerce-NoticeGroup {
  width: 100%;
}
.visualcomposerstarter.woocommerce .woocommerce-result-count {
  margin: 12px 0 0;
}
.visualcomposerstarter.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.visualcomposerstarter.woocommerce ul.products li.product {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.visualcomposerstarter.woocommerce ul.products li.product .onsale {
  top: 2%;
  left: 4%;
  right: auto;
  width: 2%;
  margin: 0;
}
.visualcomposerstarter.woocommerce ul.products li.product .onsale svg {
  width: 100%;
  height: auto;
}
.visualcomposerstarter.woocommerce
  ul.products
  li.product
  .woocommerce-loop-product__title {
  font-size: 22px;
  font-weight: 600;
}
.visualcomposerstarter.woocommerce ul.products li.product .price {
  font-size: 16px;
}
.visualcomposerstarter.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.visualcomposerstarter.woocommerce ul.products li.product .price del {
  text-decoration: line-through;
  opacity: 1;
}
.visualcomposerstarter.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin-bottom: 0px;
  display: flex;
  border-bottom: 3px solid black;
}
.visualcomposerstarter.woocommerce
  div.product
  .woocommerce-tabs
  ul.tabs::before {
  display: none;
}
.visualcomposerstarter.woocommerce
  div.product
  .woocommerce-tabs
  ul.tabs
  li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.visualcomposerstarter.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background: none;
  padding-left: 0px;
  padding-right: 0px;
  flex: 1;
}
.visualcomposerstarter.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  padding: 20px 20px;
  background: #f5fafc;
  font-weight: 600;
  color: var(--color-dark);
  width: 100%;
  text-align: center;
}
.visualcomposerstarter.woocommerce
  div.product
  .woocommerce-tabs
  ul.tabs
  li.active
  a {
  background: black;
  color: white;
}
.visualcomposerstarter.woocommerce
  div.product
  .woocommerce-tabs
  ul.tabs
  li.active
  a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
}
.visualcomposerstarter.woocommerce
  div.product
  .woocommerce-tabs
  ul.tabs
  li::after,
.visualcomposerstarter.woocommerce
  div.product
  .woocommerce-tabs
  ul.tabs
  li::before {
  display: none;
}
.visualcomposerstarter.woocommerce div.product .entry-categories a {
  text-transform: uppercase;
}
.visualcomposerstarter.woocommerce div.product .entry-categories a:hover {
  text-decoration: none;
}
.visualcomposerstarter.woocommerce div.product .product_title {
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: left;
  color: var(--color-black);
}
.visualcomposerstarter.woocommerce div.product p.price,
.visualcomposerstarter.woocommerce div.product span.price {
  font-size: 30px;
}
.visualcomposerstarter.single-product.woocommerce div.product .price-with-progress p.price,
.visualcomposerstarter.single-product.woocommerce div.product .price-with-progress span.price {
  font-size: 30px;
  line-height: 39px;
  color: var(--primary-accent-color);
  font-weight: 700;
}
.visualcomposerstarter.woocommerce div.product p.price ins,
.visualcomposerstarter.woocommerce div.product p.price,
.visualcomposerstarter.woocommerce div.product span.price,
.visualcomposerstarter.woocommerce div.product span.price ins {
  text-decoration: none;
}
.visualcomposerstarter.woocommerce div.product form.cart .variations td.label {
  display: none;
}
.visualcomposerstarter.woocommerce div.product div.images .flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 12px;
}
.visualcomposerstarter.woocommerce
  div.product
  div.images
  .flex-control-thumbs
  li {
  width: auto;
  float: none;
  margin: 0 12px 12px 0;
}
.visualcomposerstarter.woocommerce div.product .woocommerce-tabs .panel {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  background: #f5fafc;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #434343;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.visualcomposerstarter.woocommerce div.product .woocommerce-variation-price {
  margin-bottom: 20px;
}
.visualcomposerstarter.woocommerce div.product .woocommerce-Reviews-title {
  margin-bottom: 40px;
  font-size: 30px;
}
.visualcomposerstarter.woocommerce .star-rating::before {
  content: "\53\53\53\53\53";
  color: rgba(0, 0, 0, 0.15);
}
.visualcomposerstarter.woocommerce .star-rating span::before {
  color: #fac917;
}
.visualcomposerstarter.woocommerce
  .visualcomposerstarter
  .woocommerce-Price-amount {
  font-size: 30px;
  font-weight: 600;
}
.visualcomposerstarter.woocommerce span.onsale {
  top: 20px;
  left: 20px;
  background: none;
}
.visualcomposerstarter.woocommerce button.button, .visualcomposerstarter.woocommerce button.button.alt.disabled {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  line-height: normal;
  padding: 14px 32px;
  background: var(--primary-button-background);
  border: 0;
  -webkit-font-smoothing: unset;
  position: relative;
  color: var(--primary-button-text-color);
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1)
}

.visualcomposerstarter.woocommerce button.button:hover {
  border: 1px solid var(--primary-button-background);
  background: var(--color-dark);
  color: var(--primary-button-background);
}
.visualcomposerstarter.woocommerce .entry-summary .product_meta {
  margin-bottom: 30px;
}
.visualcomposerstarter.woocommerce table.shop_attributes {
  border: none;
}
.visualcomposerstarter.woocommerce table.shop_attributes th,
.visualcomposerstarter.woocommerce table.shop_attributes td {
  border: none;
  background: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px;
}
.visualcomposerstarter.woocommerce p.stars a {
  border: none;
}
.visualcomposerstarter.woocommerce p.stars a::before,
.visualcomposerstarter.woocommerce p.stars a:hover ~ a::before {
  content: "\e020";
  color: rgba(0, 0, 0, 0.15);
}
.visualcomposerstarter.woocommerce p.stars:hover a::before,
.visualcomposerstarter.woocommerce p.stars.selected a.active::before,
.visualcomposerstarter.woocommerce p.stars.selected a:not(.active)::before {
  color: #fac917;
}
.visualcomposerstarter.woocommerce p.stars.selected a.active ~ a::before {
  content: "\e020";
  color: rgba(0, 0, 0, 0.15);
}
.visualcomposerstarter.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.visualcomposerstarter.woocommerce
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 87%;
  flex: 0 0 87%;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #e4e1e3;
}
.visualcomposerstarter.woocommerce
  #reviews
  #comments
  ol.commentlist
  .comment_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.visualcomposerstarter.woocommerce
  #reviews
  #comments
  ol.commentlist
  li
  img.avatar {
  float: none;
  position: relative;
  padding: 0;
  background: none;
  border: none;
  border-radius: 50%;
  height: 8%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8%;
  flex: 0 0 8%;
}
.visualcomposerstarter.woocommerce .comment-reply-title {
  display: inline-block;
  font-size: 30px;
  margin: 10px 0;
}
.visualcomposerstarter.woocommerce .related.products {
  clear: both;
}
.visualcomposerstarter.woocommerce .related.products h2 {
  font-size: 24px;
}
.visualcomposerstarter.woocommerce
  .related.products
  ul.products
  li.product
  .woocommerce-loop-product__title {
  font-size: 20px;
}
.visualcomposerstarter .woocommerce form.checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.visualcomposerstarter .woocommerce form.checkout .vct-main-form-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding-right: 50px;
}
.visualcomposerstarter .woocommerce form.checkout .vct-main-form-content h3 {
  margin-top: 20px;
}
.visualcomposerstarter .woocommerce form.checkout .vct-side-summary {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.visualcomposerstarter
  .woocommerce
  form.checkout
  #payment.woocommerce-checkout-payment {
  background: transparent;
  background: var(--secondary-color);
  border-radius: 0;
  margin-top: 15px;
}
.visualcomposerstarter .woocommerce form.checkout .woocommerce-billing-fields h3:first-child {
  margin-top: 0;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-black);
  border-bottom: 1px solid var(--color-4);
  padding: 20px 0px;
}
.visualcomposerstarter
  .woocommerce
  form.checkout
  .woocommerce-billing-fields__field-wrapper {

}
.visualcomposerstarter .woocommerce form.checkout .form-row {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.visualcomposerstarter .woocommerce form.checkout .form-row-small {
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}
.visualcomposerstarter .woocommerce form.checkout .wc_payment_methods {
  padding: 1em 0;
}
.visualcomposerstarter .woocommerce form.checkout .payment_methods label {
  cursor: pointer;
  display: block;
}
.visualcomposerstarter .woocommerce form.checkout #payment ul.payment_methods {
  padding: 1em 30px;
  border-bottom: 0px;
}

.visualcomposerstarter
  .woocommerce
  form.checkout
  .payment_methods
  .wc_payment_method
  &gt; label {
    font-weight: 400;
    color: var(--color-black);
    padding-left: 35px;
    position: relative;
}

.visualcomposerstarter
  .woocommerce
  form.checkout
  .payment_methods
  .wc_payment_method
  &gt; label:before {
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid var(--primary-accent-color);
  top: 5px;
  background: transparent;
  border-radius: 100%;
}
.visualcomposerstarter
  .woocommerce
  form.checkout
  .payment_methods
  .wc_payment_method
  &gt; input:checked
  + label:before {
    background: var(--primary-accent-color);
}

.form-row.place-order a {
  color: var(--primary-accent-color);
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  color: var(--color-light);
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  border: 1px solid var(--color-1);
  background: white;
  padding: 15px;
  font-size: 15px;
}

.woocommerce-privacy-policy-text,
span.woocommerce-terms-and-conditions-checkbox-text {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  font-weight: 400;
  color: #828484;
}
span.woocommerce-terms-and-conditions-checkbox-text {
  text-align: left;
}
p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label {
  color: #828484;
}

.visualcomposerstarter .woocommerce form.checkout #payment #place_order {
  display: block;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 18px 34px;
}

.visualcomposerstarter
  .woocommerce
  form.checkout
  #payment
  ul.payment_methods
  li {
  padding: 7px 0px;
  border: 0px;
  margin-bottom: 10px;
  border-radius: 0px;
}
.visualcomposerstarter
  .woocommerce
  form.checkout
  #payment
  ul.payment_methods
  li.woocommerce-notice {
  border: none;
  padding: 23px;
  border-radius: 5px;
}
.visualcomposerstarter
  .woocommerce
  form.checkout
  #payment
  ul.payment_methods
  li
  .input-radio {
  display: none;
}
.visualcomposerstarter .woocommerce form.checkout #payment div.payment_box {
  background-color: transparent;
  padding: 1em 0;
}
.visualcomposerstarter
  .woocommerce
  form.checkout
  #payment
  div.payment_box::before {
  display: none;
}
.visualcomposerstarter
  .woocommerce
  form.checkout
  #payment
  .payment_method_paypal
  .about_paypal {
  display: inline-block;
  margin-left: 20px;
  float: none;
  line-height: 1;
}
.visualcomposerstarter .woocommerce form.checkout #payment div.form-row {
  padding: 0 30px 30px;
}
.visualcomposerstarter .woocommerce form.checkout label.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.visualcomposerstarter
  .woocommerce
  form.checkout
  label.checkbox
  .input-checkbox {
  width: auto;
  position: relative;
}
.visualcomposerstarter .woocommerce form.checkout #payment #place_order {
  float: none;
}
.visualcomposerstarter .woocommerce.widget ins {
  text-decoration: none;
}
.visualcomposerstarter .woocommerce.widget span.product-title,
.visualcomposerstarter .woocommerce.widget li a {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.visualcomposerstarter .woocommerce.widget span.product-title:hover,
.visualcomposerstarter .woocommerce.widget li a:hover {
  opacity: 0.7;
}
.visualcomposerstarter .woocommerce.widget .product-categories {
  padding: 0;
}
.visualcomposerstarter .woocommerce.widget .cat-item {
  margin-bottom: 10px;
  list-style: none;
  padding-left: 35px;
  position: relative;
}
.visualcomposerstarter .woocommerce.widget .cat-item::before {
  content: "\2022";
  font-size: 1.5em;
  position: absolute;
  left: 20px;
  top: -4px;
  line-height: 1.3;
  color: #557cbf;
}
.visualcomposerstarter .woocommerce.widget .cat-item span {
  color: rgba(0, 0, 0, 0.5);
}
.visualcomposerstarter .woocommerce.widget .cat-item.cat-parent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.visualcomposerstarter .woocommerce.widget .cat-item.cat-parent a {
  display: inline-block;
  margin-bottom: 10px;
}
.visualcomposerstarter .woocommerce.widget .cat-item.cat-parent .children {
  padding: 0;
}
.visualcomposerstarter
  .woocommerce.widget
  .cat-item.cat-parent
  .children
  .cat-item
  a {
  margin-bottom: 0;
}
.visualcomposerstarter .woocommerce.widget .cart_list li a.remove {
  position: absolute;
  width: 18px;
  height: 18px;
  font-size: 0;
  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;
  top: 15px;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.visualcomposerstarter .woocommerce.widget .cart_list li a.remove::before,
.visualcomposerstarter .woocommerce.widget .cart_list li a.remove::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.visualcomposerstarter .woocommerce.widget .cart_list li a.remove::before {
  width: 100%;
  height: 2px;
}
.visualcomposerstarter .woocommerce.widget .cart_list li a.remove::after {
  width: 2px;
  height: 100%;
}
.visualcomposerstarter .woocommerce.widget .cart_list li a.remove:hover {
  background: transparent;
  opacity: 1;
}
.visualcomposerstarter .woocommerce.widget.widget_shopping_cart .total {
  border-top: 1px solid #ebe9eb;
  padding: 15px 0;
  margin: 15px 0 0;
}
.visualcomposerstarter .woocommerce.widget .woocommerce-product-search {
  position: relative;
}
.visualcomposerstarter .woocommerce.widget .woocommerce-product-search::after {
  content: "\70";
  font-family: "Visual Composer Starter Font";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
}
.visualcomposerstarter .woocommerce.widget .woocommerce-product-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  z-index: 2;
}
.visualcomposerstarter .woocommerce.widget .search-field {
  max-width: 270px;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 15px;
  border: 1px solid #d4d4d4;
  outline: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
}
.visualcomposerstarter .woocommerce.widget .tag-cloud-link {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 9px 13px;
  line-height: 1;
  font-size: 14px;
  font-style: italic;
  color: #777;
  background-color: #eee;
  border-radius: 20px;
}
.visualcomposerstarter .woocommerce.widget .tag-cloud-link:hover {
  text-decoration: none;
  color: var(--color-light);
  background-color: #557cbf;
}
.visualcomposerstarter .woocommerce.widget .wc-layered-nav-rating {
  margin: 0 0 10px;
}
.visualcomposerstarter .woocommerce.widget .wc-layered-nav-rating a {
  color: #8c8c8c;
}
.visualcomposerstarter
  .woocommerce.widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content {
  background-color: rgba(0, 0, 0, 0.1);
}
.visualcomposerstarter
  .woocommerce.widget.widget_price_filter
  .ui-slider
  .ui-slider-handle {
  top: 0;
  height: 0.5em;
}
.visualcomposerstarter
  .woocommerce.widget.widget_price_filter
  .price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.visualcomposerstarter .woocommerce.widget.widget_price_filter .button {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}
.visualcomposerstarter .woocommerce.widget.widget_price_filter .price_label {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: 100%;
  text-align: left;
  margin: 0 0 14px;
  font-size: 13px;
}
.visualcomposerstarter .vct-thank-you-title,
.visualcomposerstarter .vct-thank-you-subtitle,
.visualcomposerstarter .vct-thank-you-subtitle + p {
  text-align: center;
}
.visualcomposerstarter .woocommerce-order .woocommerce-order-details,
.visualcomposerstarter .woocommerce-order .woocommerce-customer-details {
  width: 70%;
  margin: 0 auto 2em;
}
.visualcomposerstarter .woocommerce-order .woocommerce-order-details {
  padding: 0 0 20px;
  width: 100%;
  border-bottom: 1px solid var(--color-4);
}
.visualcomposerstarter .woocommerce-order .woocommerce-customer-details {
  width: 100%;
}
.visualcomposerstarter .woocommerce-order .woocommerce-order-details__title,
.visualcomposerstarter .woocommerce-order .woocommerce-column__title {
  margin: 30px 0;
}
.visualcomposerstarter .vct-order-detail,
.visualcomposerstarter .vct-billing-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
  padding: 0;
}
.visualcomposerstarter .vct-order-detail::before,
.visualcomposerstarter .vct-billing-detail::before {
  display: none;
}
.visualcomposerstarter .vct-order-detail span,
.visualcomposerstarter .vct-billing-detail span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.visualcomposerstarter .vct-order-detail span:nth-child(2),
.visualcomposerstarter .vct-billing-detail span:nth-child(2) {
  font-weight: 600;
}
.visualcomposerstarter .vct-order-detail span a,
.visualcomposerstarter .vct-billing-detail span a {
  color: inherit;
  border-color: inherit;
}
.visualcomposerstarter .vct-thank-you-footer {
  text-align: center;
  margin: 100px 0 50px;
}
.visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-content p a {
  border-bottom-color: transparent;
}
.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  p
  a:hover {
  border-bottom-color: #557cbf;
}
.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  table.woocommerce-table--order-downloads,
.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  table.woocommerce-MyAccount-orders {
  border: none;
  border-collapse: collapse;
}
.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  table.woocommerce-table--order-downloads
  td
  a,
.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  table.woocommerce-MyAccount-orders
  td
  a {
  border: none;
}
.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  table.woocommerce-table--order-downloads
  th,
.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  table.woocommerce-MyAccount-orders
  th,
.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  table.woocommerce-table--order-downloads
  td,
.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  table.woocommerce-MyAccount-orders
  td {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 13px;
  text-align: center;
}
.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  table.woocommerce-table--order-downloads
  tbody
  tr:last-child
  th,
.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  table.woocommerce-MyAccount-orders
  tbody
  tr:last-child
  th,
.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  table.woocommerce-table--order-downloads
  tbody
  tr:last-child
  td,
.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  table.woocommerce-MyAccount-orders
  tbody
  tr:last-child
  td {
  border-bottom: none;
}
.visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-content li a {
  color: var(--color-white);
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  li
  a:hover {
  opacity: 0.7;
}
.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-navigation
  li
  a {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    position: relative;
    background: var(--primary-accent-color);
}
.visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: var(--primary-light-accent-color);
  color: var(--primary-accent-color);
  padding-bottom: 13px;
  font-weight: 700;
  border: 1px solid #00000011;
}
.woocommerce-MyAccount-navigation
  &gt; ul
  li.woocommerce-MyAccount-navigation-link--woo-wallet
  a::before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-navigation
  li
  a:hover {
    background: var(--primary-light-accent-color);
    color: var(--primary-accent-color);
    padding-bottom: 13px;
    font-weight: 700;
    border-bottom: 2px solid var(--primary-accent-color);
}
.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-navigation
  li::before {
  content: "";
}
.visualcomposerstarter.woocommerce-account .woocommerce-Addresses address {
  line-height: 2;
}
.visualcomposerstarter .vct-side-summary,
.visualcomposerstarter.woocommerce-cart
  .woocommerce
  .cart-collaterals
  .cart_totals {
    float: none;
    width: 50%;
    margin-left: auto;
    padding: 22px;
}
.visualcomposerstarter .vct-side-summary h3,
.visualcomposerstarter.woocommerce-cart
  .woocommerce
  .cart-collaterals
  .cart_totals
  h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: var(--color-brown);
    border-bottom: 1px solid var(--color-4);
}
.visualcomposerstarter .woocommerce table.shop_table {
  font-size: 15px;
  border: none;
  border-radius: 0;
  border-top: 0;
}
.visualcomposerstarter .woocommerce table.shop_table td,
.visualcomposerstarter .woocommerce table.shop_table th {
  width: 50%;
  border: none;
  font-weight: 600;
  padding: 23px 0px;
}
.visualcomposerstarter .woocommerce table.shop_table th {
  padding-left: 0;
}
.visualcomposerstarter .woocommerce table.shop_table td {
  text-align: left;
  padding-right: 0;
}
.visualcomposerstarter .woocommerce table.shop_table th:last-child,
.visualcomposerstarter .woocommerce table.shop_table td:last-child {
  text-align: right;
}
.visualcomposerstarter .woocommerce table.shop_table .cart-subtotal th,
.visualcomposerstarter .woocommerce table.shop_table .tax-rate th,
.visualcomposerstarter .woocommerce table.shop_table .order-total th {
  font-size: 16px;
}

.visualcomposerstarter .woocommerce table.shop_table .cart-subtotal td,
.visualcomposerstarter .woocommerce table.shop_table .tax-rate td,
.visualcomposerstarter .woocommerce table.shop_table .order-total td,
.visualcomposerstarter .woocommerce table.shop_table .fee td,
.visualcomposerstarter .woocommerce table.shop_table td.product-total {
  
}
.visualcomposerstarter .woocommerce table.shop_table .cart-subtotal td,
.visualcomposerstarter .woocommerce table.shop_table .tax-rate td,
.visualcomposerstarter .woocommerce table.shop_table .fee td,
.visualcomposerstarter .woocommerce table.shop_table td.product-total {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.visualcomposerstarter .woocommerce table.shop_table .order-total td .amount {
  font-size: 26px;
  line-height: 24px;
  font-weight: 700;
  color: var(--color-brown);
}
.visualcomposerstarter .woocommerce table.shop_table .cart-subtotal th ,
.visualcomposerstarter .woocommerce table.shop_table .cart-subtotal td {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-4);
}
.visualcomposerstarter .woocommerce table.shop_table .wallet-pay-partial th {
  border-bottom: 0px;
}
.visualcomposerstarter .woocommerce table.shop_table .tax-rate th,
.visualcomposerstarter .woocommerce table.shop_table .tax-rate td {
  padding-top: 10px;
}
.visualcomposerstarter .woocommerce table.shop_table .order-total td,
.visualcomposerstarter .woocommerce table.shop_table .order-total th {
  border: none;
}
.visualcomposerstarter .woocommerce table.shop_table.woocommerce-cart-form__contents {
  background: var(--color-3);
}
.cart-collaterals table.shop_table {
  border-bottom: 1px solid var(--color-4) !important;
  margin-bottom: 20px !important;
}
.visualcomposerstarter.woocommerce-cart
  .woocommerce
  .cart-collaterals
  .cart_totals
  .cart-subtotal
  td
  .inc-tax,
.visualcomposerstarter .woocommerce table.shop_table td.product-total .inc-tax,
.visualcomposerstarter
  .woocommerce
  table.shop_table
  .cart-subtotal
  td
  .inc-tax {
  display: block;
  font-size: 10px;
  opacity: 0.4;
}
.visualcomposerstarter .woocommerce .button.checkout-button {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-button-text-color);
  display: inline-block;
  padding: 18px 34px;
  border: 0;
  background: var(--primary-button-background);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: var(--primary-button-hover-background);
  border: 0;
  color: var(--primary-button-hover-text-color);
  box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.1)
}

.woocommerce span.onsale {
  min-height: unset;
  min-width: unset;
  padding: unset;
  font-weight: 800;
  position: absolute;
  text-align: center;
  line-height: normal;
  top: -54px;
  left: -15px;
  margin: 0;
  border-radius: 100%;
  background-color: #ffa700;
  color: var(--color-light);
  font-size: 22px;
  z-index: 9;
  height: 108px;
  width: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.woocommerce-product-details__short-description .mb-3 p:nth-of-type(2) {
  font-weight: bold;
  margin-bottom: 0;
}
.woocommerce-product-details__short-description {
  font-size: 15px;
  line-height: 30px;
  font-family: 'Roboto';
  margin-bottom: 2px !important;
}
.woocommerce-product-details__short-description &gt; h4 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.woocommerce-product-details__short-description ul {
  padding-left: 20px;
}
.woocommerce-product-details__short-description li {
  padding: 10px 0px;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent;
}
.competition-timer {
  margin-top: 20px;
}
.single-product .lty-lottery-date-ranges {
  margin-bottom: 40px;
}
.single-product .competition-timer .lty-lottery-countdown-timer .lty-lottery-timer:first-child {
  margin-left: 0;
}
.visualcomposerstarter:not(.menu-sandwich) .vct-cart-wrapper a {
  height: 55px;
}

div#customer_details {
  width: 65%;
  display: inline-block;
  padding-right: 30px;
}

.order-section {
  width: 35%;
  display: inline-block;
}

div#order_review,
.visualcomposerstarter
  .woocommerce
  form.checkout
  #payment.woocommerce-checkout-payment {
  background: var(--color-3);
}

.order-section h3 {
  padding: 19px 30px;
  background: #252727;
  color: white;
  font-size: 15px;
}

table.shop_table.woocommerce-checkout-review-order-table {
  padding: 0px 30px 19px 30px;
}

.visualcomposerstarter
  .woocommerce
  form.checkout
  #payment.woocommerce-checkout-payment {
  margin-bottom: 30px;
}

.visualcomposerstarter .woocommerce table.woocommerce-checkout-review-order-table th {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-4);
}

.visualcomposerstarter
  .woocommerce
  table.woocommerce-checkout-review-order-table
  td.product-name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.my-account-content .container {
  padding-left: 0px;
  padding-right: 0px;
}

.woocommerce-MyAccount-navigation &gt; h3 {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
}

.woocommerce-account .woocommerce-MyAccount-navigation &gt; ul {
  list-style: none;
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation &gt; ul &gt; li {
  display: inline-block;
}

@media(max-width:767px) {
  .woocommerce-account .woocommerce-MyAccount-navigation &gt; ul &gt; li {
    display: block;
  }
  .woo-wallet-sidebar ul {
    display: block;
  }
  .woo-wallet-sidebar ul li.card {
    width: 100%;
    margin: 5px 0px;
  }
  ul#menu-call-to-action {
    display: flex;
    flex-direction: column-reverse;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  
  float: none;
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding: 15px;
  width: 100%;
  background: var(--primary-light-accent-color);
  border: 1px solid #00000011;
  float: none;
}

.visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders td a:last-child {
  margin-right: 0;
}

body.page-id-60 .visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  table.woocommerce-MyAccount-orders
  th {
  background: #252727;
  text-align: left;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #efa905;
  padding: 20px;
}

.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  table.woocommerce-MyAccount-orders
  th {
  background: var(--primary-light-accent-color);
  text-align: left;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-black);
  padding: 20px;
}

.visualcomposerstarter.woocommerce-account
  .woocommerce-MyAccount-content
  table.woocommerce-MyAccount-orders
  td {
  text-align: left;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  padding: 12px 20px;
  border-bottom: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input {
  display: inline-block;
  width: 30px !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: unset;
  margin-right: 1em;
}
form.woocommerce-form .form-footer .form-row {
  text-align: left;
  border-top: 1px solid #FFFFFF;
  padding-top: 20px;
}
.entry-content ul a {
  border-bottom: 0;
}

.woocommerce-checkout #payment,
.woocommerce-checkout #payment div.payment_box {
  color:var(--color-black);
}
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.woocommerce-checkout #payment a {
  color: var(--primary-accent-color);
}
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox
  input {
  width: 30px;
  display: inline-block;
  position: relative;
}

h2.woocommerce-column__title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

td.woocommerce-table__product-name.product-name a {
  font-size: 18px;
}

.woocommerce .woocommerce-customer-details address {
  border: 0;
  padding: 0;
}

.visualcomposerstarter .woocommerce table.shop_table.custom-cart-table th {
  padding: 23px 0px;
  color: white;
  text-transform: uppercase;
}

.visualcomposerstarter .woocommerce table.shop_table.custom-cart-table thead {
  background: black !important;
}
.woocommerce td.product-name .wc-item-meta {
  padding-left:0;
}
@media only screen and (max-width: 767px) {
  .visualcomposerstarter .woocommerce table.shop_table.woocommerce-cart-form__contents {
    background:unset;
  }
  .visualcomposerstarter .vct-side-summary, .visualcomposerstarter.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    padding: 0px;
  }
  .visualcomposerstarter.woocommerce-cart .woocommerce table.cart.custom-cart-table .cart_item td.product-thumbnail {
    display:none;
  }
  .visualcomposerstarter.woocommerce-cart .woocommerce table.cart.custom-cart-table .cart_item td.product-remove, .visualcomposerstarter.woocommerce-cart .woocommerce table.cart.custom-cart-table .cart_item td.product-thumbnail {
    padding: 0;
  }
  .visualcomposerstarter.woocommerce-cart .woocommerce table.cart .product-thumbnail a {
    padding: 0;
  }
  .visualcomposerstarter.woocommerce-cart .woocommerce table.cart .product-thumbnail img {
    width: 100%;
    height: 278px;
    object-fit: cover;
  }
  .visualcomposerstarter.woocommerce-cart .woocommerce table.cart.custom-cart-table .cart_item td:first-child {
    border-left: 0;
  }
  .visualcomposerstarter.woocommerce-cart .woocommerce table.cart.custom-cart-table .cart_item td:last-child {
    border-right: 0;
  }
  .visualcomposerstarter.woocommerce-cart .woocommerce table.cart.custom-cart-table .cart_item td {
    border-bottom: 0;
    text-align: left !important;
    background: transparent;
  }
  .visualcomposerstarter:not(.menu-sandwich) .vct-cart-wrapper a {
    height: 55px;
  }
  .visualcomposerstarter.woocommerce div.product .product_title {
    text-align: center;
  }
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }
  div#customer_details {
    padding-right: 0px;
  }
  .order-section {
    margin-top: 20px;
  }
  .order-section,
  div#customer_details {
    width: 100%;
  }
  .my-account-content .container .woocommerce {
    
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: calc(100% - 30px);
    margin: 15px;
  }
  .visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-navigation li a {
    margin-bottom: 5px;
  }
  .visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    padding-bottom: 15px;
    border:0;
  }
  .woocommerce-account .woocommerce-MyAccount-content,
  .visualcomposerstarter.woocommerce-account
    .woocommerce-MyAccount-content
    table.woocommerce-MyAccount-orders
    td {
    width: 100%;
  }
  .visualcomposerstarter.woocommerce-account
    .woocommerce-MyAccount-content
    table.woocommerce-MyAccount-orders
    td
    a {
    color: var(--primary-accent-color);
  }
  .visualcomposerstarter.woocommerce-account
    .woocommerce-MyAccount-content
    table.woocommerce-MyAccount-orders
    td:first-child:before,
  .visualcomposerstarter.woocommerce-account
  
    .woocommerce-MyAccount-content
    table.woocommerce-MyAccount-orders
    td:first-child
    a {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-accent-color);
  }
  .visualcomposerstarter.woocommerce-account
    .woocommerce-MyAccount-content
    table.woocommerce-MyAccount-orders
    tr {
    padding: 15px 0px;
  }
  .visualcomposerstarter.woocommerce-account
    .woocommerce-MyAccount-content
    table.woocommerce-MyAccount-orders
    td {
    padding: 8px 20px;
  }
  .visualcomposerstarter.woocommerce button.button {
    width: 299px;
    position: relative;
  }
}
@media only screen and (max-width: 600px) {
  .lty-frontend-table tr td {
    border-bottom: 0px;
  }
  .visualcomposerstarter
    .woocommerce
    table.woocommerce-checkout-review-order-table
    td.product-name {
    font-size: 16px;
    line-height: 22px;
  }
  .woocommerce td.product-name dl.variation {
    margin-top: 5px;
  }
  .woocommerce td.product-name dl.variation dt {
    font-size: 12px;
  }
  .woocommerce td.product-name dl.variation p {
    font-size: 12px;
  }
  p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated
    label {
    font-size: 12px;
  }
  .panel {
    border-radius: 0;
  }
  .visualcomposerstarter.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 0px;
    font-weight: 700;
    margin-left: 20px;
    text-transform: none;
  }
  .visualcomposerstarter.woocommerce div.product .woocommerce-tabs ul.tabs {
    flex-direction: column;
  }
  .visualcomposerstarter.woocommerce div.product .woocommerce-tabs ul.tabs li {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 8px;
  }
  .visualcomposerstarter.woocommerce div.product .woocommerce-tabs .panel {
    border-top: 3px solid black;
    font-size: 15px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
  }
  .woocommerce div.product div.summary {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .visualcomposerstarter.woocommerce div.product .product_title {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .visualcomposerstarter.single-product.woocommerce div.product p.price,
  .visualcomposerstarter.single-product.woocommerce div.product span.price {
    text-align: left;
    font-size: 18px;
    margin-top: 10px;
    color: var(--primary-accent-color);
  }
  .woocommerce-product-details__short-description {
    text-align: left;
  }
  .single-product .buy-tickets-btn {
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  .single-product .competition-timer {
    text-align: left;
  }
  .competition-timer {
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .single-product .lty-lottery-progress-bar {
    padding-bottom: 20px;
    border-bottom: 1px solid #cfd9e0;
    margin-bottom: 20px;
  }
  .woo-wallet-my-wallet-container .woo-wallet-sidebar {
    width: 100% !important;
  }
  .woo-wallet-my-wallet-container .woo-wallet-content {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .visualcomposerstarter div.product form.cart div.quantity {
    float:unset;
    margin-right:0;
  }
  .visualcomposerstarter .quantity .qty {
    width:100%;
  }
  .visualcomposerstarter.woocommerce button.lty-lucky-dip-button {
    width: 100%;
  }
  .visualcomposerstarter.woocommerce-cart .woocommerce table.cart.custom-cart-table .cart_item td.product-price, .visualcomposerstarter.woocommerce-cart .woocommerce table.cart.custom-cart-table .cart_item td.product-subtotal {
    width: calc(50% - 3px);
    display: inline-block;
  }
  .visualcomposerstarter.woocommerce ul.products li.product,
  .visualcomposerstarter.woocommerce .woocommerce-page ul.products li.product {
    width: 31%;
    margin-right: 2%;
  }
  .visualcomposerstarter.woocommerce .woocommerce-result-count,
  .visualcomposerstarter.woocommerce .woocommerce-ordering {
    float: none;
    margin: 1em 0;
  }
  .visualcomposerstarter .woocommerce {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .visualcomposerstarter .woocommerce .vcv-cart-container {
    padding: 0;
  }
  .visualcomposerstarter .woocommerce .woocommerce-order-details,
  .visualcomposerstarter .woocommerce .woocommerce-customer-details {
    width: 100%;
  }
  .visualcomposerstarter .woocommerce .vcv-cart-container,
  .visualcomposerstarter .woocommerce .cart-collaterals {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .visualcomposerstarter .woocommerce .track_order .form-row {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .visualcomposerstarter .woocommerce .track_order .form-row .button {
    margin: 15px 0 0;
    width: 100%;
  }
  .visualcomposerstarter.woocommerce-cart
    .woocommerce
    table.cart
    tr.cart_item
    td,
  .visualcomposerstarter.woocommerce-cart .woocommerce table.cart tr td {
    width: 100%;
  }
  .visualcomposerstarter.woocommerce-cart .woocommerce table.cart td {
    padding: 0px 0px 20px 0px;
  }
  .visualcomposerstarter.woocommerce-cart .woocommerce table.cart.custom-cart-table .cart_item td.product-name {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .visualcomposerstarter.woocommerce-cart .woocommerce table.cart.custom-cart-table .cart_item td.product-price {
    padding-left:15px;
  }
  .visualcomposerstarter.woocommerce-cart .woocommerce table.cart.custom-cart-table .cart_item td.product-subtotal {
    padding-right:15px;
  }
  .visualcomposerstarter.woocommerce-cart .woocommerce .woocommerce-cart-form table.cart .product-name {
    width: 100%;
  }
  .visualcomposerstarter.woocommerce-cart
    .woocommerce
    table.cart
    .product-remove {
    width: auto;
  }
  .visualcomposerstarter.woocommerce-cart
    .woocommerce
    table.cart
    .button[name="update_cart"] {
    float: none;
  }
  .visualcomposerstarter.woocommerce-cart
    .woocommerce
    .cart_totals
    table.shop_table
    tr
    td {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
  }
  .visualcomposerstarter.woocommerce-cart .woocommerce table.cart img {
    width: 100%;
    height: 210px;
  }
  tr.woocommerce-cart-form__cart-item.cart_item {
    background: var(--color-3);
    margin-bottom: 26px;
    border-bottom: 0;
  }
  .visualcomposerstarter.woocommerce-cart
    .woocommerce
    table.cart
    tr
    td.product-name {
    border-bottom: 1px solid #d6e4f0;
  }
  .visualcomposerstarter.woocommerce-cart
    .woocommerce
    table.cart
    tr
    td.product-price {
    border-bottom: 1px solid #d6e4f0;
  }
  .visualcomposerstarter.woocommerce-cart
    .woocommerce
    table.cart
    .product-name
    a {
      font-size: 20px;
      line-height: 28px;
      text-transform: uppercase;
      margin-bottom: 0px;
      padding-right: 30px;
  }
  .visualcomposerstarter.woocommerce-cart
    .woocommerce
    table.cart
    tr
    td.product-remove {
    position: absolute;
    width: auto;
    right: 15px;
    background: var(--secondary-color);
  }
  .visualcomposerstarter.woocommerce-cart
    .woocommerce
    table.cart
    tr
    td.product-remove
    a:before,
  .visualcomposerstarter.woocommerce-cart
    .woocommerce
    table.cart
    tr
    td.product-remove
    a:after {
    background: var(--color-light);
  }
  .visualcomposerstarter.woocommerce button.button, .visualcomposerstarter.woocommerce button.button.alt.disabled {
    
  }
  .product-item-info .price span.woocommerce-Price-amount.amount {
    /* text-decoration: underline; */
  }
}
@media only screen and (max-width: 992px) {
  .visualcomposerstarter .woocommerce table.cart .product-name {
    width: auto;
  }
  .visualcomposerstarter .woocommerce .checkout .vct-main-form-content {
    padding: 0;
  }
  .visualcomposerstarter .woocommerce .checkout .vct-main-form-content,
  .visualcomposerstarter .woocommerce .checkout .vct-side-summary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 50px;
  }
  .visualcomposerstarter .woocommerce form.checkout .vct-main-form-content,
  .visualcomposerstarter .woocommerce form.checkout .vct-side-summary,
  .visualcomposerstarter
    .woocommerce
    form.checkout
    #payment.woocommerce-checkout-payment {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .visualcomposerstarter.woocommerce-cart .woocommerce {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .visualcomposerstarter.woocommerce-cart .woocommerce .vcv-cart-container,
  .visualcomposerstarter.woocommerce-cart .woocommerce .cart-collaterals {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .visualcomposerstarter.woocommerce-cart .woocommerce .vcv-cart-container {
    padding: 0;
  }
  .visualcomposerstarter .widget .woocommerce-product-search {
    display: inline-block;
  }
}

.woocommerce-cart-form__cart-item td.product-name::before, .woocommerce-cart-form__cart-item td.product-thumbnail::before {
  display: none;
}</pre></body></html>