@charset "UTF-8";
/*
 * Changes to product page, cart
 */
.custom-btn {
  display: inline-block;
  min-width: 180px;
  font-size: 18px;
  line-height: 32px;
  padding: 0 10px;
  text-align: center;
  color: white;
  background-color: #2f5a8c;
}
.custom-btn:hover, .custom-btn:focus {
  text-decoration: underline;
  color: white;
}

.woocommerce div.product .summary {
  position: relative;
}
.woocommerce div.product .summary .price.price--main {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 4px;
  padding-bottom: 3px;
  display: none;
}
.woocommerce div.product form.cart .variant-total-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 2em;
  color: #4a4a4a;
}
.woocommerce div.product form.cart .woocommerce-variation {
  float: right;
}
.woocommerce div.product form.cart .single_variation_wrap {
  float: right;
  padding-top: 0;
  width: 120px;
}
.woocommerce div.product form.cart .single_variation_wrap .quantity {
  margin: 0;
}
.woocommerce div.product form.cart .single_variation_wrap .quantity .qty {
  padding: 0;
  line-height: 3em;
}
.woocommerce div.product form.cart .single_variation_wrap .quantity-spinner {
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .single_variation_wrap .quantity-spinner::after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce div.product form.cart .single_variation_wrap .quantity-spinner .quantity {
  width: calc(100% - 72px);
  float: left;
}
.woocommerce div.product form.cart .single_variation_wrap .quantity-spinner .quantity input[type=number] {
  height: 36px;
  line-height: 36px;
  width: 100%;
  border: 1px solid #dedede;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  margin: 0;
}
.woocommerce div.product form.cart .single_variation_wrap .quantity-spinner .quantity input[type=number]::-webkit-inner-spin-button, .woocommerce div.product form.cart .single_variation_wrap .quantity-spinner .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.woocommerce div.product form.cart .single_variation_wrap .quantity-spinner .quantity-move {
  float: left;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  background-color: #dedede;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
.woocommerce div.product form.cart .single_variation_wrap .quantity-spinner .quantity-move:hover {
  background-color: #2f5a8c;
  color: white;
}
.woocommerce div.product form.cart .radio-buttons > div {
  position: relative;
}
.woocommerce div.product form.cart .radio-buttons > div input[type=radio] {
  opacity: 0;
  position: absolute;
}
.woocommerce div.product form.cart .radio-buttons > div input[type=radio]:checked + label {
  background-color: #2f5a8c;
  color: white;
  border-color: #2f5a8c;
}
.woocommerce div.product form.cart .radio-buttons > div input[type=radio]:checked + label .radio-circle {
  border-color: white;
}
.woocommerce div.product form.cart .radio-buttons > div input[type=radio]:checked + label .radio-circle::after {
  display: block;
}
.woocommerce div.product form.cart .radio-buttons > div input[type=radio]:disabled + label {
  cursor: not-allowed;
}
.woocommerce div.product form.cart .radio-buttons > div label {
  line-height: 24px;
  font-size: 12px;
  padding: 5px 10px 5px 35px;
  border: 1px solid #dedede;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.woocommerce div.product form.cart .radio-buttons > div label::after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce div.product form.cart .radio-buttons > div .radio-circle {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin-top: auto;
  margin-bottom: auto;
  width: 16px;
  height: 16px;
  border: 1px solid #dedede;
  border-radius: 50%;
  margin-right: 15px;
}
.woocommerce div.product form.cart .radio-buttons > div .radio-circle::after {
  content: "";
  position: relative;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  display: none;
}
.woocommerce div.product form.cart .radio-buttons > div .variation-price {
  display: inline-block;
  float: right;
}
.woocommerce div.product form.cart table.variations {
  width: calc(100% - 250px);
  display: block;
  float: left;
}
.woocommerce div.product form.cart table.variations tbody,
.woocommerce div.product form.cart table.variations tr,
.woocommerce div.product form.cart table.variations td {
  display: block;
  width: 100%;
}
.woocommerce div.product form.cart .button {
  background-color: #dedede;
  width: 100%;
  text-align: center;
}
.woocommerce div.product form.cart .button:hover {
  opacity: 1;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  max-width: 600px;
  margin: auto;
}

.product_meta {
  margin-bottom: 60px;
}

.woocommerce-product-attributes-item--attribute_pa_manufacturer td p {
  margin-right: 10px !important;
}
.woocommerce-product-attributes-item--attribute_pa_manufacturer td .manufacturer-logo {
  max-height: 35px;
  width: auto;
}

.product-detail-title {
  float: left;
  width: calc(100% - 180px);
}

.product-detail-back {
  float: right;
  max-width: 160px;
  min-width: 160px;
}
.product-detail-back::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 6px;
  font-size: 18px;
}

.woocommerce-cart-form__contents.cart {
  border: 0 !important;
}
.woocommerce-cart-form__contents.cart > thead > tr > th {
  border: 0;
  background-color: #2f5a8c;
  color: white;
}
.woocommerce-cart-form__contents.cart > tbody > tr > td {
  border-top: 0 !important;
  border-bottom: 1px solid #dedede !important;
}
.woocommerce-cart-form__contents.cart > tbody > tr > td:first-child {
  border-left: 1px solid #dedede !important;
}
.woocommerce-cart-form__contents.cart > tbody > tr > td:last-child {
  border-right: 1px solid #dedede !important;
}
.woocommerce-cart-form__contents.cart input[type=number] {
  padding: 0;
  line-height: 3em;
}
.woocommerce-cart-form__contents.cart a.remove:hover {
  text-decoration: none;
}

.cart-collaterals .cart_totals {
  width: 100% !important;
}
.cart-collaterals .cart_totals table.shop_table {
  border: 0;
}
.cart-collaterals .cart_totals table.shop_table > tbody > tr:first-child > td, .cart-collaterals .cart_totals table.shop_table > tbody > tr:first-child > th {
  border-top: 1px solid #dedede !important;
}
.cart-collaterals .cart_totals table.shop_table > tbody > tr > td, .cart-collaterals .cart_totals table.shop_table > tbody > tr > th {
  border-top: 0;
  border-bottom: 1px solid #dedede !important;
}
.cart-collaterals .cart_totals table.shop_table > tbody > tr > td:first-child, .cart-collaterals .cart_totals table.shop_table > tbody > tr > th:first-child {
  border-left: 1px solid #dedede !important;
}
.cart-collaterals .cart_totals table.shop_table > tbody > tr > td:last-child, .cart-collaterals .cart_totals table.shop_table > tbody > tr > th:last-child {
  border-right: 1px solid #dedede !important;
}

.woocommerce-checkout-review-order table.shop_table {
  border: 0 !important;
}
.woocommerce-checkout-review-order table.shop_table > thead > tr > th {
  border: 0;
  background-color: #2f5a8c;
  color: white;
}
.woocommerce-checkout-review-order table.shop_table > tbody > tr > td, .woocommerce-checkout-review-order table.shop_table > tbody > tr > th, .woocommerce-checkout-review-order table.shop_table > tfoot > tr > td, .woocommerce-checkout-review-order table.shop_table > tfoot > tr > th {
  border-top: 0 !important;
  border-bottom: 1px solid #dedede !important;
}
.woocommerce-checkout-review-order table.shop_table > tbody > tr > td:first-child, .woocommerce-checkout-review-order table.shop_table > tbody > tr > th:first-child, .woocommerce-checkout-review-order table.shop_table > tfoot > tr > td:first-child, .woocommerce-checkout-review-order table.shop_table > tfoot > tr > th:first-child {
  border-left: 1px solid #dedede !important;
}
.woocommerce-checkout-review-order table.shop_table > tbody > tr > td:last-child, .woocommerce-checkout-review-order table.shop_table > tbody > tr > th:last-child, .woocommerce-checkout-review-order table.shop_table > tfoot > tr > td:last-child, .woocommerce-checkout-review-order table.shop_table > tfoot > tr > th:last-child {
  border-right: 1px solid #dedede !important;
}
.woocommerce-checkout-review-order table.shop_table > tbody > tr > th, .woocommerce-checkout-review-order table.shop_table > tfoot > tr > th {
  border-right: 0 !important;
}

.woocommerce-shipping-fields h3 {
  margin-top: 0;
  margin-bottom: 23px;
  padding-left: 23px;
}
.woocommerce-shipping-fields h3 .woocommerce-form__label {
  margin: 3px 0;
}
.woocommerce-shipping-fields h3 .input-checkbox {
  margin-top: 7px;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon {
  border-radius: 0;
}

.select2-container--default .selection .select2-selection--single {
  border-radius: 0;
  border-color: #cccccc;
}
.select2-container--default .select2-dropdown {
  border-color: #cccccc;
}

.woocommerce .woocommerce-order-details table.shop_table {
  border: 0;
}
.woocommerce .woocommerce-order-details table.shop_table > thead > tr > th {
  border: 0;
  background-color: #2f5a8c;
  color: white;
}
.woocommerce .woocommerce-order-details table.shop_table > tbody > tr > td, .woocommerce .woocommerce-order-details table.shop_table > tbody > tr > th, .woocommerce .woocommerce-order-details table.shop_table > tfoot > tr > td, .woocommerce .woocommerce-order-details table.shop_table > tfoot > tr > th {
  border-top: 0 !important;
  border-bottom: 1px solid #dedede !important;
}
.woocommerce .woocommerce-order-details table.shop_table > tbody > tr > td:first-child, .woocommerce .woocommerce-order-details table.shop_table > tbody > tr > th:first-child, .woocommerce .woocommerce-order-details table.shop_table > tfoot > tr > td:first-child, .woocommerce .woocommerce-order-details table.shop_table > tfoot > tr > th:first-child {
  border-left: 1px solid #dedede !important;
}
.woocommerce .woocommerce-order-details table.shop_table > tbody > tr > td:last-child, .woocommerce .woocommerce-order-details table.shop_table > tbody > tr > th:last-child, .woocommerce .woocommerce-order-details table.shop_table > tfoot > tr > td:last-child, .woocommerce .woocommerce-order-details table.shop_table > tfoot > tr > th:last-child {
  border-right: 1px solid #dedede !important;
}
.woocommerce .woocommerce-order-details table.shop_table > tfoot > tr > th {
  border-right: 0;
}

.woocommerce-attachment-details a.wcpoa_attachmentbtn:hover {
  color: white;
  background-color: #2f5a8c;
  transition: all 0.2s ease;
}

.woocommerce .woocommerce-customer-details .woocommerce-column {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-customer-details .woocommerce-column address {
  border-radius: 0;
  border: 1px solid #dedede;
}

.woocommerce-result-count {
  line-height: 36px;
}

.woocommerce-banner {
  position: relative;
  background-position: center center;
}
.woocommerce-banner .woocommerce-banner__text {
  padding: 15px;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clear-search {
  float: right;
  margin-right: 13px;
  margin-bottom: 13px;
}
.clear-search .custom-btn {
  font-size: 16px;
  line-height: 22px;
  padding: 7px 10px;
}

.products .type-product .price {
  display: none;
}

.aws_result_item .aws_result_price {
  display: none !important;
}

.widget_aws_widget a {
  color: white !important;
}
.widget_aws_widget a:hover, .widget_aws_widget a:focus {
  text-decoration: underline;
  outline: none;
}

.aws-image-widget .aws-container {
  position: relative;
  padding-top: 75%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.aws-image-widget .aws-container::after {
  content: "";
  border: 1px solid #ffffff;
  position: absolute;
  top: 3.33%;
  left: 2.5%;
  right: 2.5%;
  bottom: 3.33%;
}
.aws-image-widget .aws-container .aws-search-form {
  position: absolute;
  width: 90%;
  left: 5%;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.filters-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
}
.filters-row__filter {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  max-width: 400px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media only screen and (min-width: 981px) {
  .filters-row__filter {
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    width: 33.3333333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    margin: 0 -0.3px;
  }
}

.shoppage-filters__single-filter {
  padding: 19px;
  background: #FFF;
  border: 1px solid #ebebeb;
}
.shoppage-filters__single-filter .section-heading .h-text {
  font-size: 16px;
}
.shoppage-filters__inner {
  padding-top: 70%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.shoppage-filters__inner::after {
  content: "";
  border: 1px solid #ffffff;
  position: absolute;
  top: 3.57%;
  left: 2.5%;
  right: 2.5%;
  bottom: 3.57%;
}
.shoppage-filters__inner .woocommerce-widget-layered-nav-dropdown, .shoppage-filters__inner .aws-container {
  position: absolute;
  width: 90%;
  left: 5%;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  z-index: 1;
}

@media only screen and (max-width: 1299px) {
  .woocommerce div.product form.cart table.variations {
    width: calc(100% - 180px);
  }
}
@media only screen and (max-width: 980px) {
  .woocommerce div.product form.cart table.variations {
    width: 100%;
  }
  .woocommerce div.product form.cart .single_variation_wrap {
    width: 100%;
    padding-top: 0;
    float: left;
  }
  .woocommerce div.product form.cart .single_variation_wrap .button {
    float: right;
  }
  .woocommerce div.product .summary .price.price--main {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
  }

  .filters-row {
    justify-content: center;
  }
  .filters-row__filter {
    max-width: 400px;
    min-width: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart-form__contents.cart > tbody > tr {
    border: 1px solid #dedede;
    margin-bottom: 15px;
  }
  .woocommerce-cart-form__contents.cart > tbody > tr > td:first-child {
    border-left: 0 !important;
  }
  .woocommerce-cart-form__contents.cart > tbody > tr > td:last-child {
    border-right: 0 !important;
    border-bottom: 0 !important;
  }

  .cart-collaterals .cart_totals table.shop_table > tbody > tr > td {
    border-left: 1px solid #dedede !important;
  }

  .woocommerce-shipping-fields h3 {
    margin-top: 40px;
  }

  .product-detail-back {
    float: left;
    margin-bottom: 23px;
  }

  .product-detail-title {
    clear: both;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .clear-search {
    clear: both;
    margin-right: 0;
    float: right;
    width: 201px;
  }
  .clear-search .custom-btn {
    width: 100%;
  }
}

/*# sourceMappingURL=ubk-css.css.map */
