<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: dg2woo-theme

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }

  table.shop_table_responsive tbody th {
    display: table-cell;
  }

  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }

  table.shop_table_responsive tr td {
    display: table-cell;
  }

  table.shop_table_responsive tr td::before {
    display: none;
  }
}

/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: inline-block;
}

@media screen and (min-width: 350px) {
  ul.products li.product {
    /* width: 30.79667%;
    float: left;
    margin-right: 1.8%; */
    width: 90%;
    margin: 1px auto;
    float: none;
  }

  ul.products.columns-4 li.product {
    width: 90%;
  }

  ul.products.columns-3 li.product {
    width: 90%;
  }
}

@media screen and (min-width: 800px) {
  ul.products li.product {
    width: 30.79667%;
    float: left;
    margin-right: 1.8%;
  }

  ul.products.columns-4 li.product {
    width: 44%;
  }

  ul.products.columns-3 li.product {
    width: 44%;
  }

  ul.products.columns-5 li.product {
    width: 17.79667%;
  }
}

@media screen and (min-width: 1100px) {
  ul.products li.product {
    width: 30.79667%;
    float: left;
    margin-right: 1.8%;
  }

  ul.products.columns-4 li.product {
    width: 22.15%;
  }

  ul.products.columns-3 li.product {
    width: 30.79667%;
  }

  ul.products.columns-5 li.product {
    width: 17.79667%;
  }
}

/* @media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.79667%;
    float: left;
    margin-right: 3.8%;
  }

  ul.products li.product.first {
    clear: both;
  }

  ul.products li.product.last {
    margin-right: 0;
  }

  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }

  ul.products.columns-2 li.product {
    width: 48.1%;
  }

  ul.products.columns-3 li.product {
    width: 30.79667%;
  }

  ul.products.columns-4 li.product {
    width: 22.15%;
  }

  ul.products.columns-5 li.product {
    width: 16.96%;
  }

  ul.products.columns-6 li.product {
    width: 13.49333%;
  }
} */
/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n + 1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n + 1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n + 1) {
  clear: both;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }

  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }

  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "\53\53\53\53\53";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "\53";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover~a::before {
  content: "\53";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active~a::before {
  content: "\53";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  flex-direction: column;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
  width: 100%;
}

.woocommerce-tabs ul.tabs li a {
  display: block;
  min-width: 200px;
  background: var(--lighter-color);
  padding: 0.8rem 1rem;
  margin-right: 2px;
  font-size: 0.9rem;
  text-transform: uppercase;
  border-bottom: 3px solid var(--lighter-color);
}

.woocommerce-tabs ul.tabs li a:hover {
  opacity: 0.8;
}

.woocommerce-tabs ul.tabs li.active a {
  border-bottom: 3px solid var(--main-color);
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

.woocommerce-Tabs-panel {
  padding: 2rem 1rem;
  border-top: 1px solid var(--lighter-color);
  margin-top: -1px;
}

.woocommerce-Tabs-panel h2 {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--darker-color);
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .woocommerce-tabs ul.tabs {
    flex-direction: row;
  }

  .woocommerce-tabs ul.tabs li {
    width: unset;
  }
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 var(--second-color);
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 var(--main-color);
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #ffffff;
  clear: both;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
  border-bottom: 1px solid var(--lighter-color);
}

.woocommerce-NoticeGroup-checkout .woocommerce-error {
  display: block;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: var(--main-color);
}

.woocommerce-info a:hover {
  color: #ffffff;
}

.woocommerce-error {
  background-color: var(--main-color);
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: var(--main-color);
  z-index: 9999;
}

@media screen and (min-width: 48em) {

  /**
	 * Header cart
	 */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }

  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.woocommerce-breadcrumb {
  padding: 10px 0;
  font-size: 0.8rem;
}

ul.flex-direction-nav {
  position: absolute;
  top: 30%;
  z-index: 99999;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0px;
  list-style: none;
}

li.flex-nav-prev {
  float: left;
}

li.flex-nav-next {
  float: right;
}

a.flex-next {
  visibility: hidden;
}

a.flex-prev {
  visibility: hidden;
}

a.flex-next::after {
  visibility: visible;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
}

a.flex-prev::before {
  visibility: visible;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
}

ul.flex-direction-nav li a {
  color: #ccc;
}

ul.flex-direction-nav li a:hover {
  text-decoration: none;
}

.wp-block-getbowtied-carousel .swiper-wrapper .swiper-slide ul.products li {
  padding: 10px;
}

.wp-block-getbowtied-carousel .swiper-container-horizontal&gt;.swiper-pagination-bullets {
  margin-top: -20px;
}

.woocommerce-form__label-for-checkbox {
  font-size: 1rem;
}

form.checkout_coupon.woocommerce-form-coupon {
  padding: 1rem 2rem 2rem 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #f5f5f5;
}

form.checkout_coupon.woocommerce-form-coupon&gt;p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.5em;
  height: 1.5em;
  cursor: ew-resize;
  outline: none;
  background: #333333;
  box-sizing: border-box;
  margin-top: -0.5em;
  opacity: 1;
  border-radius: 15px;
}

.widget_price_filter .ui-slider .ui-slider-range {
  background: #333333;
}

.widget_price_filter form {
  padding: 2rem 0.7rem;
}

.stock.out-of-stock {
  color: #ffffff;
  position: absolute;
  right: 10px;
  background: #f44336;
  font-size: 10px;
  padding: 2px 10px;
}

.itsnew {
  position: absolute;
  right: 10px;
  background: var(--new-color);
  padding: 0px 8px;
  color: #ffffff;
  font-size: 14px;
}

.woocommerce-tabs.wc-tabs-wrapper {
  border-bottom: 1px solid var(--lighter-color);
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}

.related.products h2 {
  margin-bottom: 2rem;
}

.woocommerce-account.logged-in .entry-content .woocommerce {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2rem;
}

.woocommerce-account .entry-content .woocommerce h2 {
  text-align: center;
  margin-bottom: 4rem;
  margin-top: 3rem;
}

.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content {
  flex: 1;
}

.woocommerce-MyAccount-navigation ul {
  background: var(--lighter-color);
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #dddddd;
}

.woocommerce-MyAccount-navigation ul li a {
  padding: 10px 3rem 10px 1rem;
  display: block;
}

.woocommerce-MyAccount-navigation li.is-active {
  color: var(--second-color);
  border-bottom: 2px solid var(--main-color);
}

.u-columns {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.woocommerce-Address {
  flex: 1;
}

.woocommerce-address-fields label,
.woocommerce-MyAccount-content label,
.login label {
  display: block;
}

.woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.woocommerce-input-wrapper input,
.woocommerce-MyAccount-content input,
.login input {
  width: 100%;
  border-color: var(--darker-color);
}

.login input[type="checkbox"] {
  width: auto;
}

.woocommerce-MyAccount-content span em {
  font-size: 0.6rem;
  color: var(--darker-color);
}

.woocommerce-form-login {
  max-width: 450px;
  margin: 0 auto;
}

.woocommerce-form-login__submit {
  float: right;
}

small.woocommerce-price-suffix {
  color: var(--darker-color);
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.woocommerce-product-attributes-item__label {
  min-width: 160px;
}</pre></body></html>