/*
** Shop
*/
.woocommerce:before, .woocommerce:after {
  display: block;
  content: '';
  clear: both;
}

.woocommerce-breadcrumb,
.woocommerce-products-header {
  display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin: 0 0 1.5em;
  padding: 1.5em 1.5em 1.5em 1.5em;
  border-left: 5px solid #fdd123;
  background-color: rgba(150, 150, 150, 0.05);
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

@media (max-width: 575px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.woocommerce-error {
  flex-direction: column;
  align-items: flex-start;
}

.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle {
  width: 100%;
  margin-bottom: 60px;
}

.woocommerce-notices-wrapper:empty,
.woocommerce-form-coupon-toggle:empty {
  margin-bottom: 0;
}

.woocommerce-info {
  border-color: #007ebd;
}

.woocommerce-error {
  list-style-position: inside;
}

.woocommerce .widget-theme-wrapper {
  margin-bottom: 30px;
}

.woocommerce .widget-theme-wrapper h3 {
  font-size: 30px;
  margin-bottom: 35px;
  line-height: 1;
}

.woocommerce .widget-theme-wrapper button {
  display: none;
}

.woocommerce .widget-theme-wrapper .woocommerce-product-search::before {
  content: '\f002';
}

.woocommerce-result-count {
  display: inline-block;
  margin-bottom: 0;
  padding: 15px 0;
  float: left;
  color: #0d425e;
}

.woocommerce-result-count + form {
  display: inline-block;
}

@media (min-width: 576px) {
  .woocommerce-result-count + form {
    float: right;
  }
}

.toggle_view {
  padding: 15px 0;
}

.widget_product_categories .select-wrap .select_container,
.woocommerce-input-wrapper .select-wrap .select_container {
  border: none;
}

.widget_product_categories .select-wrap .select_container::after,
.woocommerce-input-wrapper .select-wrap .select_container::after {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #598aa4 !important;
  font-weight: 300;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2.select2-container--open .select2-selection {
  border-color: #598aa4;
}

.select2 .select2-selection {
  border: 1px solid #e1e1e1;
  height: 50px;
  padding: 0 20px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 0;
  transition: all .3s ease-in-out;
}

.select2 .select2-selection__arrow {
  position: absolute;
  height: 100% !important;
}

.select2 .select2-selection__arrow::after {
  content: '\f078';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #0d425e;
  font-family: "FontAwesome", sans-serif;
  font-size: 12px;
  font-weight: 900;
  pointer-events: none;
}

.select2 .select2-selection__arrow b {
  display: none;
}

.shipping-calculator-form .select_container::after {
  display: none;
}

.shipping-calculator-button + .shipping-calculator-form {
  margin-top: 15px;
}

#content_products {
  margin-bottom: -30px;
}

.product .onsale {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #0d425e;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fdd123;
  z-index: 2;
}

.product .onsale + .onnew {
  top: 70px;
}

.product .woocommerce-LoopProduct-link:not(:empty) + .onnew {
  top: 70px;
}

.product .onnew {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d425e;
  z-index: 2;
}

.product .onnew.hot {
  color: #fdd123;
}

.uws-categories ul.products.owl-carousel.owl-theme {
  width: 100%;
  margin: 0;
}

.uws-categories ul.products.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 47%;
}

ul.products {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  flex-wrap: wrap;
  clear: both;
  width: calc( 100% + 30px);
}

ul.products.owl-carousel.owl-theme {
  margin: 0 -15px -50px -15px;
  width: calc( 100% + 30px);
}

ul.products.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 33%;
}

@media (max-width: 767px) {
  ul.products.owl-carousel.owl-theme .owl-nav {
    display: none;
  }
}

ul.products.owl-carousel.owl-theme .owl-nav > div {
  position: absolute;
}

ul.products.owl-carousel.owl-theme .owl-nav > div:not(.disabled) {
  opacity: 1;
}

ul.products.owl-carousel.owl-theme .owl-nav > div i {
  font-size: 14px;
  color: #0d425e;
}

ul.products.owl-carousel.owl-theme .owl-nav > div:first-child {
  left: -80px;
}

ul.products.owl-carousel.owl-theme .owl-nav > div:last-child {
  right: -80px;
}

@media (max-width: 1399px) {
  ul.products.owl-carousel.owl-theme .owl-nav > div:first-child {
    left: -40px;
  }
  ul.products.owl-carousel.owl-theme .owl-nav > div:last-child {
    right: -40px;
  }
}

ul.products.owl-carousel.owl-theme .owl-stage-outer {
  margin: 0;
  padding: 0;
}

ul.products:not(.owl-carousel) {
  display: flex;
}

@media (min-width: 1200px) {
  ul.products:not(.owl-carousel).columns-4 .product .product-inner .product-wrap {
    padding: 30px 15px;
  }
  ul.products:not(.owl-carousel).columns-4 .product .product-inner .product-wrap .button {
    min-width: unset;
    padding: 8px;
  }
}

ul.products .product {
  position: relative;
  padding: 0 15px;
  margin-bottom: 50px;
  text-align: center;
}

ul.products .product .product-inner {
  position: relative;
}

ul.products .product .product-inner > .yith-wcqv-button {
  display: none;
}

ul.products .product .product-inner > a:first-child:not(.button) {
  display: block;
}

ul.products .product .product-inner .img-wrap {
  position: relative;
  overflow: hidden;
}

ul.products .product .product-inner .added_to_cart {
  margin-top: 15px;
}

ul.products .product .product-inner .button-wrap {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all .5s ease;
}

ul.products .product .product-inner:hover .button-wrap {
  bottom: 11%;
}

ul.products .product .product-inner a:not(.button) {
  display: inline-block;
  width: 100%;
}

ul.products .product .product-inner a:not(.button) img {
  width: 100%;
  object-fit: cover;
}

ul.products .product .product-inner .product-description-short {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

ul.products .product .product-inner .product-description-short .desc-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 7px 0;
  max-width: 230px;
}

ul.products .product .product-inner .product-description-short .desc-wrap:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}

ul.products .product .product-inner .product-description-short .desc-wrap span {
  margin-right: 5px;
  color: #0d425e;
}

ul.products .product .product-inner .product_meta {
  margin-bottom: 10px;
}

ul.products .product .product-inner .posted_in {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

ul.products .product .product-inner .posted_in a {
  width: auto;
}

ul.products .product .product-inner .posted_in a:not(:first-child) {
  margin-left: 3px;
}

ul.products .product .product-inner .price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
}

ul.products .product .product-inner .product-wrap {
  padding: 30px 0 0;
}

ul.products .product .product-inner .product-wrap .category {
  color: #598aa4;
}

ul.products .product .product-inner .product-wrap .category:hover {
  color: #fdd123;
}

ul.products .product .product-inner .price {
  margin-top: 0;
  margin-bottom: 0;
  color: #598aa4;
  font-size: 16px;
  font-weight: 300;
  opacity: 1;
}

ul.products .product > a > img {
  width: 100%;
}

ul.products .product h2 {
  margin-top: 0;
  line-height: 1;
  font-size: 20px;
  font-family: 'Fira Sans Condensed', sans-serif;
}

ul.products .product .star-rating {
  margin: 15px auto 10px;
}

ul.products.owl-carousel.owl-center .owl-item.center .product .product-inner {
  margin-top: 10px;
  border: none;
  box-shadow: 0 0 7px 4px rgba(6, 38, 55, 0.15);
}

ul.products.owl-carousel.owl-center .owl-item.center .product .product-inner .product-wrap {
  padding: 30px 15px;
}

ul.products.owl-carousel.owl-center .owl-item:not(.center) .product .product-inner {
  border: none;
  margin-top: 10px;
}

ul.products.owl-carousel.owl-center .owl-item:not(.center) .product .product-wrap {
  opacity: 0;
}

ul.products.owl-carousel > * {
  width: 100%;
}

ul.products.owl-carousel .product {
  width: 100%;
}

ul.products.owl-carousel .product h2 {
  font-size: 21px;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  ul.products .product {
    width: 100% !important;
  }
}

.columns-1 > * {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 768px) {
  .columns-1 .product-inner {
    display: flex;
    align-items: center;
  }
  .columns-1 .product-inner > div {
    width: 50%;
    flex-shrink: 0;
  }
}

.woocommerce .columns-2 > * {
  width: 50%;
}

.woocommerce .columns-3 > * {
  width: 33.333333%;
}

@media (max-width: 1200px) and (min-width: 576px) {
  .woocommerce .columns-3 > * {
    width: 50%;
  }
}

.woocommerce .columns-4 > * {
  width: 25%;
}

@media (max-width: 1200px) and (min-width: 576px) {
  .woocommerce .columns-4 > * {
    width: 50%;
  }
}

.woocommerce .columns-5 > * {
  width: 20%;
}

.woocommerce .columns-6 > * {
  width: 16.666667%;
}

.price {
  display: block;
  margin: 1em 0 1.5em;
  font-weight: 700;
  opacity: 0.65;
}

.price sup {
  top: -.34em;
}

.price del {
  opacity: 0.7;
  padding-right: 0.5em;
  color: #598aa4;
}

.price ins {
  text-decoration: unset;
  padding: 0 0.5em;
}

@media (min-width: 576px) {
  .woocommerce-info .showcoupon,
  .woocommerce-info .showlogin {
    margin-right: auto;
  }
}

.button {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 1;
  padding: 15px;
  min-width: 150px;
  font-weight: 500;
  background-color: transparent;
  color: #062637;
  border: 2px solid #fdd123;
  border-radius: 0;
  text-align: center;
}

.button.yith-wcqv-button {
  background-color: #ffffff;
}

.button:hover {
  background: #fdd123;
  color: #062637 !important;
}

.button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button + .button {
  margin-left: 4px;
}

.woocommerce-orders-table__row .button,
.woocommerce-Message .button,
.woocommerce-message .button {
  padding: 7px 16px;
}

.woocommerce-Message .button,
.woocommerce-message .button {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .woocommerce-Message .button,
  .woocommerce-message .button {
    margin-top: 0;
    margin-left: auto;
  }
}

.add_to_cart_button + .wc-forward {
  padding: 0 1em;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.add_to_cart_button + .wc-forward:after {
  font-family: 'FontAwesome';
  content: "\f178";
  padding-left: 0.5em;
}

/*shop pagination*/
.woocommerce-pagination {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .woocommerce-pagination {
    margin-top: 0;
  }
}

.woocommerce-pagination ul.page-numbers {
  padding: 0;
  list-style: none;
  display: flex;
  margin-bottom: -16px;
  justify-content: center;
}

.woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}

.woocommerce-pagination ul.page-numbers span,
.woocommerce-pagination ul.page-numbers a {
  color: #0d425e;
  background-color: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  text-align: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-pagination ul.page-numbers span:hover,
.woocommerce-pagination ul.page-numbers a:hover {
  background-color: #fdd123;
  border-color: #fdd123;
}

@media (max-width: 768px) {
  .woocommerce-pagination ul.page-numbers span,
  .woocommerce-pagination ul.page-numbers a {
    height: 45px;
    line-height: 15px;
    padding: 1.3em 1.2em;
    width: 45px;
  }
}

.woocommerce-pagination ul.page-numbers span.next,
.woocommerce-pagination ul.page-numbers a.next {
  font-size: 0;
}

.woocommerce-pagination ul.page-numbers span.next::before,
.woocommerce-pagination ul.page-numbers a.next::before {
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 12px;
}

.woocommerce-pagination ul.page-numbers span.prev,
.woocommerce-pagination ul.page-numbers a.prev {
  font-size: 0;
}

.woocommerce-pagination ul.page-numbers span.prev::before,
.woocommerce-pagination ul.page-numbers a.prev::before {
  content: '\f053';
  font-family: 'FontAwesome';
  font-size: 12px;
}

.woocommerce-pagination ul.page-numbers span {
  background-color: #fdd123;
  cursor: not-allowed;
  border-color: #fdd123;
}

/*single product*/
.product .images {
  position: relative;
  margin-bottom: 2em;
}

.product .images .flex-direction-nav {
  display: none;
}

.product .images figure {
  max-width: none;
}

.product .summary {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}

.product .summary:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 1199px) {
  .product .summary {
    margin-bottom: 90px;
  }
}

.product .summary .entry-title {
  line-height: 1;
  font-size: 40px;
  margin-bottom: 0;
  color: #0d425e;
}

.product .summary .product-description-short {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}

.product .summary .product-description-short .desc-wrap {
  display: flex;
  padding: 7px 0;
  min-width: 60%;
}

.product .summary .product-description-short .desc-wrap:not(:last-child) {
  border-bottom: 1px solid rgba(20, 29, 40, 0.1);
}

.product .summary .product-description-short .desc-wrap span {
  font-weight: 500;
  color: #0d425e;
  margin-right: 5px;
}

.product .summary .product_meta > span {
  border-top: 1px solid #e1e1e1;
  padding: 12px 0;
}

.product .summary .product_meta > span:last-child {
  border-bottom: 1px solid #e1e1e1;
}

.product .summary .product_meta span {
  color: #598aa4;
}

.product .summary .product_meta span span, .product .summary .product_meta span a {
  color: #0d425e;
}

.product .summary .product_meta span span:first-child, .product .summary .product_meta span a:first-child {
  margin-left: 5px;
}

.product .summary .cat-wrap {
  order: 22;
  margin-top: 50px;
}

.product .summary .price {
  order: -1;
  margin-top: 60px;
  margin-bottom: 0;
  color: #062637;
  font-size: 20px;
  font-weight: 300;
  opacity: 1;
}

.product .summary form {
  order: 21;
}

.product .summary .woocommerce-product-rating {
  display: flex;
  line-height: 1;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}

.product .summary .woocommerce-product-rating .woocommerce-review-link {
  order: 2;
  margin-right: 0;
  margin-left: auto;
}

.product .summary .woocommerce-product-rating + .product-description-short {
  margin-top: 15px;
}

.product .summary .woocommerce-review-link {
  display: inline-block;
  margin-right: 90px;
}

.product .summary .woocommerce-product-details__short-description {
  margin-top: 40px;
}

.product .summary .add-to-cart {
  margin-top: 45px;
}

.product .summary .woocommerce-variation-price {
  margin-top: 20px;
}

.product .summary .share_buttons {
  order: 30;
  margin-top: 45px;
}

.product .summary .variations {
  margin: 0;
}

.product .summary .variations tr {
  display: block;
  margin-bottom: 1em;
}

.product .summary .variations td {
  text-align: left;
  display: block;
  padding: 0;
  border: none;
}

.product .summary .variations label:after {
  content: ':';
}

.product .summary .variations .reset_variations:before {
  font-size: 16px;
  padding: 0.5em;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f05e";
}

.product .summary input + .add-to-cart {
  margin-top: 30px;
}

.product .summary .add-to-cart .quantity {
  margin-right: 20px;
}

@media (max-width: 575px) {
  .product .summary .add-to-cart .quantity {
    margin-right: 0;
  }
}

.product .summary .quantity {
  display: inline-block;
  position: relative;
}

.product .summary .quantity [type='number'] {
  font-weight: 400;
  padding-right: 30px;
  padding-left: 30px;
  height: 50px;
  text-align: center;
  width: 80px;
  -moz-appearance: textfield;
  border: none;
  border-radius: 0;
  background-color: #eef3f5;
}

.product .summary .quantity [type='number']:hover, .product .summary .quantity [type='number']:focus {
  -moz-appearance: number-input;
}

.product .summary .quantity [type='number']::-webkit-inner-spin-button, .product .summary .quantity [type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product .summary .quantity + button {
  top: -1px;
  position: relative;
}

@media (max-width: 575px) {
  .product .summary .quantity + button {
    margin-top: 20px;
  }
}

.product .summary .quantity [type="button"] {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  color: transparent;
  border: none;
  width: 22px;
  height: 10px;
  background-color: transparent;
  z-index: 1;
}

.product .summary .quantity [type="button"]:hover + i {
  color: #fdd123;
}

.product .summary .quantity [type="button"] + i {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  width: 22px;
  text-align: center;
  line-height: 10px;
  color: #0d425e;
  display: inline-block;
}

.product .summary .quantity [type="button"].minus {
  right: auto;
  left: 6px;
}

.product .summary .quantity [type="button"].minus + i {
  right: auto;
  left: 6px;
}

.product .summary .product_meta {
  margin-top: 0;
}

.product .summary .product_meta > span {
  display: block;
}

.product .summary .product_meta a {
  letter-spacing: 0;
  text-transform: capitalize;
}

/*shop tabs*/
.woocommerce-tabs {
  clear: both;
  margin-top: 85px;
  margin-bottom: 4em;
}

.woocommerce-tabs .shop_attributes {
  display: block;
}

.woocommerce-tabs .shop_attributes tbody {
  width: 100%;
}

.woocommerce-tabs .shop_attributes th, .woocommerce-tabs .shop_attributes td {
  border: none;
  text-align: left;
}

.woocommerce-tabs .shop_attributes tr:not(:first-child) {
  border-top: 1px solid #e1e1e1;
}

.woocommerce-tabs .shop_attributes td {
  width: 100%;
}

.woocommerce-tabs .shop_attributes th {
  padding-left: 0;
  min-width: 160px;
}

.woocommerce-tabs ul.tabs {
  padding-left: 0;
  border-bottom: none;
  position: relative;
  z-index: 1;
  list-style: none;
  margin-bottom: 1px;
}

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

.woocommerce-tabs ul.tabs li + li {
  border-top: none;
}

.woocommerce-tabs ul.tabs li {
  border-bottom: none;
  padding: 0;
  position: relative;
  z-index: 1;
  display: flex;
}

.woocommerce-tabs ul.tabs li.active:after {
  opacity: 1;
  right: 0.4em;
}

.woocommerce-tabs ul.tabs li.active a {
  color: #062637;
  background-color: #fdd123;
  border-color: #fdd123;
}

.woocommerce-tabs ul.tabs li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  color: #598aa4;
  text-align: center;
  text-transform: unset;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  border: 1px solid #e1e1e1;
  z-index: 0;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  padding: 15px;
  min-width: 165px;
}

.woocommerce-tabs ul.tabs li a::before {
  content: '';
  position: absolute;
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  top: 0;
  width: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fdd123;
  background-color: #fdd123;
}

.woocommerce-tabs ul.tabs li a:hover {
  color: #0d425e;
}

.woocommerce-tabs ul.tabs li a:hover::before {
  width: 120%;
}

@media (max-width: 768px) {
  .woocommerce-tabs ul.tabs li a {
    padding: 15px 35px 15px;
    margin-right: 0;
    width: 100%;
  }
}

.woocommerce-tabs .panel {
  border: 1px solid #e1e1e1;
  margin-top: -1px;
  padding: 45px 40px;
}

.woocommerce-tabs .panel h2 {
  font-size: 30px;
  margin-bottom: 35px;
  line-height: 1;
  font-size: 24px;
}

@media (min-width: 768px) {
  .woocommerce-tabs ul.tabs {
    display: flex;
  }
  .woocommerce-tabs ul.tabs li a {
    margin-bottom: 0;
  }
}

.woocommerce-tabs .shop_attributes {
  margin-top: 0;
}

.woocommerce-tabs .shop_attributes tr td, .woocommerce-tabs .shop_attributes tr th {
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-tabs .shop_attributes th:after {
  content: ':';
}

/*reviews*/
.commentlist {
  padding: 0;
  list-style: none;
}

.stars + .select-wrap {
  display: none;
}

.comment_container {
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 30px;
  margin-left: 100px;
}

.comment_container > img {
  max-width: 100px;
  width: 100%;
  position: absolute;
  top: -1px;
  left: -100px;
  border-radius: 50%;
}

.comment_container .meta {
  line-height: 1.3;
  margin-right: 90px;
  margin-bottom: 0.8em;
  color: #0d425e;
  display: flex;
  flex-direction: column;
}

.comment_container .meta .woocommerce-review__author {
  font-size: 20px;
  font-weight: 500;
}

.comment_container .meta .woocommerce-review__dash {
  display: none;
}

.comment_container .meta .woocommerce-review__published-date {
  color: #598aa4;
  margin-top: 10px;
}

.comment_container .meta .woocommerce-review__published-date::before {
  content: '\f073';
  font-family: "FontAwesome", sans-serif;
  margin-right: 5px;
}

.comment_container .meta strong {
  font-weight: inherit;
}

.comment_container .star-rating {
  float: right;
}

@media (max-width: 767px) {
  .comment_container {
    margin-left: 50px;
  }
  .comment_container > img {
    left: -50px;
    max-width: 50px;
  }
  .comment_container .star-rating {
    float: unset;
    margin-bottom: 10px;
  }
  .comment_container .meta {
    margin-right: 0;
  }
}

#tab-reviews .comment-respond {
  border: none;
  padding: 0;
}

#reviews label[for] {
  display: block;
}

.comment-reply-title {
  display: block;
  font-size: 30px;
  margin-bottom: 35px;
  line-height: 1;
  margin-bottom: 0.5em;
  text-transform: capitalize;
  color: #0d425e;
}

.comment-respond .comment-form-cookies-consent {
  margin-top: 0;
}

.comment-respond p.form-submit {
  margin-top: 20px;
}

.woocommerce input:-moz-placeholder,
.woocommerce textarea:-moz-placeholder {
  color: #598aa4;
  opacity: 1;
}

.woocommerce input::-moz-placeholder,
.woocommerce textarea::-moz-placeholder {
  color: #598aa4;
  opacity: 1;
}

.woocommerce input:-ms-input-placeholder,
.woocommerce textarea:-ms-input-placeholder {
  color: #598aa4;
}

.woocommerce input::-webkit-input-placeholder,
.woocommerce textarea::-webkit-input-placeholder {
  color: #598aa4;
}

.woocommerce .woocommerce-Reviews {
  display: flex;
  flex-direction: column-reverse;
}

.woocommerce .comment-form {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce .comment-form .comment-form-comment {
  order: 17;
}

.woocommerce .comment-form .comment-form-cookies-consent {
  order: 18;
}

.woocommerce .comment-form .comment-form-cookies-consent label {
  display: flex !important;
}

.woocommerce .comment-form .comment-form-rating {
  order: 19;
  display: flex;
  align-items: center;
}

.woocommerce .comment-form .comment-form-rating label {
  flex-shrink: 0;
  font-weight: 400;
}

.woocommerce .comment-form .comment-form-rating label::after {
  content: ':';
}

.woocommerce .comment-form .comment-form-rating .stars {
  margin-left: 10px;
  margin-bottom: 0;
}

.woocommerce .comment-form .form-submit {
  margin-top: 30px;
  order: 20;
}

.woocommerce .form-submit .submit {
  width: auto;
  border: 2px solid #fdd123;
  background-color: #fdd123;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  padding: 11px 35px;
  min-width: 150px;
  color: #0d425e;
  transition: all .3s ease-in-out;
}

.woocommerce .form-submit .submit:hover {
  background-color: transparent;
  color: #0d425e;
}

.related,
.upsells,
.cross-sells {
  margin-top: 115px;
}

@media (max-width: 1199px) {
  .related,
  .upsells,
  .cross-sells {
    margin-top: 90px;
  }
}

.related > h2,
.upsells > h2,
.cross-sells > h2 {
  font-size: 40px;
}

.related ul.products,
.upsells ul.products,
.cross-sells ul.products {
  margin: 0;
}

.related ul.products.owl-carousel .owl-stage-outer,
.upsells ul.products.owl-carousel .owl-stage-outer,
.cross-sells ul.products.owl-carousel .owl-stage-outer {
  padding-left: 0;
}

.related ul.products .owl-nav,
.upsells ul.products .owl-nav,
.cross-sells ul.products .owl-nav {
  position: absolute;
  top: 33%;
}

@media (max-width: 767px) {
  .related ul.products .owl-nav,
  .upsells ul.products .owl-nav,
  .cross-sells ul.products .owl-nav {
    display: none;
  }
}

.related ul.products .owl-nav > div,
.upsells ul.products .owl-nav > div,
.cross-sells ul.products .owl-nav > div {
  position: absolute;
}

.related ul.products .owl-nav > div:not(.disabled),
.upsells ul.products .owl-nav > div:not(.disabled),
.cross-sells ul.products .owl-nav > div:not(.disabled) {
  opacity: 1;
}

.related ul.products .owl-nav > div i,
.upsells ul.products .owl-nav > div i,
.cross-sells ul.products .owl-nav > div i {
  font-size: 14px;
  color: #0d425e;
}

.related ul.products .owl-nav > div:first-child,
.upsells ul.products .owl-nav > div:first-child,
.cross-sells ul.products .owl-nav > div:first-child {
  left: -80px;
}

.related ul.products .owl-nav > div:last-child,
.upsells ul.products .owl-nav > div:last-child,
.cross-sells ul.products .owl-nav > div:last-child {
  right: -80px;
}

@media (max-width: 1399px) {
  .related ul.products .owl-nav > div:first-child,
  .upsells ul.products .owl-nav > div:first-child,
  .cross-sells ul.products .owl-nav > div:first-child {
    left: -40px;
  }
  .related ul.products .owl-nav > div:last-child,
  .upsells ul.products .owl-nav > div:last-child,
  .cross-sells ul.products .owl-nav > div:last-child {
    right: -40px;
  }
}

.related ul.products .product,
.upsells ul.products .product,
.cross-sells ul.products .product {
  padding: 3px;
  margin: 0;
}

.upsells > h2 {
  font-size: 40px !important;
  font-family: 'Fira Sans Condensed', sans-serif;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 991px) {
  .upsells > h2 {
    font-size: 30px !important;
    margin-bottom: 30px;
  }
}

/*shop widgets*/
.widget .woocommerce-Price-amount {
  color: #598aa4;
}

.page_footer .widget_shopping_cart ul li:last-child::before,
.page_footer .widget_products ul li:last-child::before,
.page_footer .widget_recently_viewed_products ul li:last-child::before,
.page_footer .widget_recent_reviews ul li:last-child::before,
.page_footer .widget_top_rated_products ul li:last-child::before {
  display: none;
}

.widget_shopping_cart ul,
.widget_products ul,
.widget_recently_viewed_products ul,
.widget_recent_reviews ul,
.widget_top_rated_products ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_shopping_cart ul li,
.widget_products ul li,
.widget_recently_viewed_products ul li,
.widget_recent_reviews ul li,
.widget_top_rated_products ul li {
  position: relative;
  padding-left: 90px;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 70px;
  margin-bottom: 30px;
}

.widget_shopping_cart ul li:last-child,
.widget_products ul li:last-child,
.widget_recently_viewed_products ul li:last-child,
.widget_recent_reviews ul li:last-child,
.widget_top_rated_products ul li:last-child {
  margin-bottom: 0;
}

.widget_shopping_cart ul li a > img,
.widget_products ul li a > img,
.widget_recently_viewed_products ul li a > img,
.widget_recent_reviews ul li a > img,
.widget_top_rated_products ul li a > img {
  position: absolute;
  left: 0;
  max-width: 70px;
}

.widget_shopping_cart .product-title,
.widget_products .product-title,
.widget_recently_viewed_products .product-title,
.widget_recent_reviews .product-title,
.widget_top_rated_products .product-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  font-family: 'Fira Sans Condensed', sans-serif;
}

.widget_shopping_cart .star-rating,
.widget_products .star-rating,
.widget_recently_viewed_products .star-rating,
.widget_recent_reviews .star-rating,
.widget_top_rated_products .star-rating {
  margin-top: 15px;
}

.widget_shopping_cart del,
.widget_shopping_cart ins,
.widget_shopping_cart .amount,
.widget_products del,
.widget_products ins,
.widget_products .amount,
.widget_recently_viewed_products del,
.widget_recently_viewed_products ins,
.widget_recently_viewed_products .amount,
.widget_recent_reviews del,
.widget_recent_reviews ins,
.widget_recent_reviews .amount,
.widget_top_rated_products del,
.widget_top_rated_products ins,
.widget_top_rated_products .amount {
  font-weight: 300;
  margin-top: 5px;
  display: inline-block;
}

.widget_shopping_cart del,
.widget_products del,
.widget_recently_viewed_products del,
.widget_recent_reviews del,
.widget_top_rated_products del {
  padding-right: 1em;
}

.widget_shopping_cart del span,
.widget_products del span,
.widget_recently_viewed_products del span,
.widget_recent_reviews del span,
.widget_top_rated_products del span {
  text-decoration: line-through;
}

.widget_recent_reviews a {
  font-size: 18px;
  font-weight: 400;
}

.widget_price_filter .price_slider {
  margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount {
  margin-top: 3em;
  text-align: right;
}

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

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

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  cursor: ew-resize;
  outline: none;
  background: #fdd123;
  box-sizing: border-box;
  margin-top: -3px;
  opacity: 1;
  border-radius: 50%;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -2px;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 3px 3px rgba(253, 209, 35, 0.5);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #fdd123;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #eef3f5;
}

.widget_price_filter .ui-slider-horizontal {
  height: 4px;
  border-radius: 3px;
}

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

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.widget_shopping_cart .widgettitle {
  display: none;
}

.widget_shopping_cart ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 30px 30px 120px;
  min-height: 130px;
  border-bottom: 1px solid #e1e1e1;
}

.widget_shopping_cart ul li a > img {
  max-width: 100px;
}

.widget_shopping_cart ul li a + a {
  width: 100%;
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  font-family: 'Fira Sans Condensed', sans-serif;
}

.widget_shopping_cart .remove {
  position: absolute;
  order: 3;
  line-height: 0.75;
  right: 20px;
  top: 45px;
  font-size: 0;
}

.widget_shopping_cart .remove::before {
  content: '\f014';
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  font-size: 20px;
  left: 0;
  top: 0;
  color: #598aa4;
  transition: all .3s ease-in-out;
}

.widget_shopping_cart .remove:hover::before {
  color: #0d425e;
}

.widget_shopping_cart .total {
  color: #598aa4;
  margin: 3em 0 1.5em;
}

.widget_shopping_cart .total strong {
  font-weight: 400;
  color: #0d425e;
}

.widget_shopping_cart .quantity {
  font-weight: 300;
  color: #598aa4;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button:first-child {
  background-color: #fdd123;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button:first-child:hover {
  background-color: transparent;
}

.widget_shopping_cart .button {
  padding-right: 20px;
  padding-left: 20px;
}

.dropdown .widget_shopping_cart {
  white-space: normal;
}

.dropdown .widget_shopping_cart .total {
  font-size: 16px;
  letter-spacing: 0;
  margin: 30px -40px;
  padding: 0 40px;
  display: flex;
  align-items: center;
}

.dropdown .widget_shopping_cart .total span {
  margin-left: auto;
}

.dropdown .widget_shopping_cart .buttons {
  white-space: nowrap;
}

.widget_product_tag_cloud a {
  border: 1px solid #e1e1e1;
  border-radius: 1px;
  padding: 7px 22px 7px 22px;
  margin: 0 0 4px 0;
  text-align: center;
  display: inline-block;
  font-size: 16px !important;
}

.widget_product_tag_cloud a:hover {
  background-color: #ebbc02;
  border-color: #ebbc02;
  color: #ffffff;
}

.woocommerce-MyAccount-navigation ul,
.widget_layered_nav ul,
.widget_layered_nav_filters ul,
.widget_product_categories ul {
  padding: 0;
  list-style: none;
  width: 100%;
}

.woocommerce-MyAccount-navigation ul ul li,
.widget_layered_nav ul ul li,
.widget_layered_nav_filters ul ul li,
.widget_product_categories ul ul li {
  padding-left: 20px;
}

.woocommerce-MyAccount-navigation ul ul li:last-child,
.widget_layered_nav ul ul li:last-child,
.widget_layered_nav_filters ul ul li:last-child,
.widget_product_categories ul ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.woocommerce-MyAccount-navigation li,
.widget_layered_nav li,
.widget_layered_nav_filters li,
.widget_product_categories li {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.woocommerce-MyAccount-navigation li > a,
.widget_layered_nav li > a,
.widget_layered_nav_filters li > a,
.widget_product_categories li > a {
  flex-grow: 10;
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #598aa4;
}

.woocommerce-MyAccount-navigation li > a:hover,
.widget_layered_nav li > a:hover,
.widget_layered_nav_filters li > a:hover,
.widget_product_categories li > a:hover {
  color: #fdd123;
}

.woocommerce-MyAccount-navigation li > a:hover::before,
.widget_layered_nav li > a:hover::before,
.widget_layered_nav_filters li > a:hover::before,
.widget_product_categories li > a:hover::before {
  color: #fdd123;
}

.woocommerce-MyAccount-navigation li:before,
.widget_layered_nav li:before,
.widget_layered_nav_filters li:before,
.widget_product_categories li:before {
  font-family: 'FontAwesome';
  content: '\f111';
  font-size: 5px;
  position: relative;
  top: -3px;
  padding-right: 12px;
  top: 0;
}

.woocommerce-MyAccount-navigation li.is-active,
.widget_layered_nav li.is-active,
.widget_layered_nav_filters li.is-active,
.widget_product_categories li.is-active {
  font-weight: 700;
}

.woocommerce-MyAccount-navigation li + li,
.widget_layered_nav li + li,
.widget_layered_nav_filters li + li,
.widget_product_categories li + li {
  border-top: none;
}

/*shopping cart*/
.shop_table {
  margin-top: 0;
}

.shop_table .variation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.shop_table .amount {
  font-weight: 500;
  color: #062637;
}

.shop_table th {
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #e1e1e1;
  vertical-align: bottom;
}

.shop_table dd {
  margin: 0 0.5em 0.5em;
}

.shop_table .remove {
  font-size: 2em;
}

.shop_table .product-thumbnail img {
  max-width: 100px;
}

.shop_table .quantity {
  display: inline-block;
  position: relative;
}

.shop_table .quantity [type='number'] {
  font-weight: 400;
  padding-right: 30px;
  padding-left: 30px;
  height: 54px;
  text-align: center;
  width: 80px;
  -moz-appearance: textfield;
  border: none;
  border-radius: 0;
  background-color: #eef3f5;
}

.shop_table .quantity [type='number']:hover, .shop_table .quantity [type='number']:focus {
  -moz-appearance: number-input;
}

.shop_table .quantity [type='number']::-webkit-inner-spin-button, .shop_table .quantity [type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.shop_table .quantity + button {
  top: 0;
  position: relative;
}

@media (max-width: 575px) {
  .shop_table .quantity + button {
    margin-top: 20px;
  }
}

.shop_table .quantity [type="button"] {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  color: transparent;
  border: none;
  width: 22px;
  height: 10px;
  background-color: transparent;
  z-index: 1;
}

.shop_table .quantity [type="button"]:hover + i {
  color: #fdd123;
}

.shop_table .quantity [type="button"] + i {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  width: 22px;
  text-align: center;
  line-height: 10px;
  color: #0d425e;
  display: inline-block;
}

.shop_table .quantity [type="button"].minus {
  right: auto;
  left: 6px;
}

.shop_table .quantity [type="button"].minus + i {
  right: auto;
  left: 6px;
}

.shop_table .actions {
  padding-top: 2em;
  text-align: left;
}

.shop_table .coupon {
  float: left;
}

@media (max-width: 1199px) {
  .shop_table .coupon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
  }
}

.shop_table .coupon .button {
  height: 50px;
}

.shop_table .coupon label {
  display: none;
}

.shop_table .coupon [type="text"] {
  width: auto;
  height: 50px;
}

.shop_table .coupon [type="submit"] {
  position: relative;
  top: -1px;
}

@media (max-width: 1199px) {
  .shop_table .coupon [type="submit"] {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .shop_table.shop_table_responsive, .shop_table.woocommerce-table--order-details {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/*shop checkout*/
.woocommerce-billing-fields h3,
.checkout h3 {
  font-size: 40px;
  margin-bottom: 20px;
}

.woocommerce-billing-fields:before, .woocommerce-billing-fields:after,
.checkout:before,
.checkout:after {
  display: block;
  content: '';
  clear: both;
}

.woocommerce-NoticeGroup {
  margin-bottom: 30px;
}

.col2-set .col-1,
.col2-set .col-2 {
  max-width: none;
  clear: both;
  padding: 0 !important;
}

.col2-set .col-1:after,
.col2-set .col-2:after {
  display: block;
  content: '';
  clear: both;
}

.col2-set .col-1 .woocommerce-account-fields,
.col2-set .col-2 .woocommerce-account-fields {
  margin-bottom: -20px;
}

.col2-set .col-1 .woocommerce-account-fields .create-account,
.col2-set .col-2 .woocommerce-account-fields .create-account {
  padding-bottom: 10px;
}

.col2-set .col-2 {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .col2-set#customer_details {
    flex-direction: column;
    width: 64%;
    float: left;
    padding-right: 30px;
  }
  .col2-set ~ #order_review_heading,
  .col2-set ~ #order_review {
    float: right;
    width: 32%;
    margin-top: 0;
  }
}

.order-wrap {
  padding: 50px 40px;
  background-color: #eef3f5;
}

.order-wrap h3 {
  margin-bottom: 35px !important;
}

.order-wrap .place-order.form-row {
  margin-bottom: 0;
  margin-top: 20px;
}

.order-wrap #payment ul {
  margin-top: 25px;
}

.order-wrap label {
  color: #598aa4;
}

.order-wrap label a {
  color: #598aa4;
}

.order-wrap label a:hover {
  color: #0d425e;
}

.order-wrap .shop_table {
  display: flex;
  flex-direction: column;
}

.order-wrap .shop_table thead {
  display: none;
}

.order-wrap .shop_table tr {
  border-top: 1px solid #e1e1e1;
  display: flex;
  justify-content: space-between;
}

.order-wrap .shop_table tr:last-child {
  border-bottom: 1px solid #e1e1e1;
}

.order-wrap .shop_table tbody tr:last-child {
  border-bottom: none;
}

.order-wrap .shop_table th, .order-wrap .shop_table td {
  padding: 14px 0;
  border: none;
  text-align: left;
}

.order-wrap .shop_table th {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: unset;
  width: 40%;
  vertical-align: middle;
}

.order-wrap .shop_table td:last-child {
  text-align: right;
  padding-left: 30px;
}

.order-wrap .shop_table .cart_item .product-quantity {
  font-weight: 300;
}

.order-wrap .shop_table .amount {
  color: #598aa4;
  font-weight: 300;
}

.order-wrap .shop_table .woocommerce-shipping-methods li {
  padding: 0;
}

.order-wrap .shop_table .woocommerce-shipping-methods li label {
  margin-bottom: 0;
}

.order-wrap .shop_table .woocommerce-shipping-totals form {
  font-size: 16px;
}

@media (min-width: 992px) {
  .order-wrap {
    float: right;
    width: 36%;
    margin-top: 0;
  }
}

td.product-name {
  width: 600px;
  min-width: 250px;
}

#payment ul {
  margin: 1em 0;
  list-style: none;
  padding-left: 0;
}

#payment [type="radio"] {
  opacity: 0;
  margin-left: -10px;
}

#payment label {
  margin-bottom: 0;
}

.wc_payment_method .payment_box {
  margin-top: 0.8em;
  padding: 0.8em 1em;
  background-color: rgba(150, 150, 150, 0.05);
}

.place-order.form-row {
  display: block;
  margin: 2em 0;
}

.woocommerce .woocommerce-shipping-fields h3 {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

.woocommerce .woocommerce-shipping-fields h3 label {
  color: #598aa4;
}

p.form-row {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

p.form-row textarea {
  min-height: 150px;
}

p.form-row:not(:last-child) {
  margin-bottom: 10px;
}

p.form-row label {
  display: none;
  margin-bottom: 0;
  text-align: left;
}

p.form-row label.checkbox {
  display: block;
}

p.form-row.create-account {
  margin-top: 25px;
}

p.form-row.create-account label {
  display: block;
  color: #598aa4;
}

@media (min-width: 992px) {
  p.form-row.form-row-first {
    width: 50%;
    float: left;
    padding-right: 5px;
  }
  p.form-row.form-row-last {
    width: 50%;
    float: left;
    padding-left: 5px;
  }
}

p.form-row.notes, p.form-row.form-row-wide {
  width: 100%;
  clear: both;
}

.shipping_address {
  margin-bottom: 10px;
}

.woocommerce-info + .checkout_coupon,
.woocommerce-info + .login {
  display: none;
  width: 100% !important;
}

.lost_reset_password p.form-row.form-row-first {
  margin-right: 0;
  width: 100%;
}

.lost_reset_password,
form.login {
  text-align: center;
}

@media (min-width: 992px) {
  .lost_reset_password,
  form.login {
    width: 50%;
    margin: auto;
  }
}

.lost_reset_password .button,
form.login .button {
  margin-top: 15px;
}

.lost_reset_password .button:not(:last-child),
form.login .button:not(:last-child) {
  margin-bottom: 15px;
}

/*shop account subpages*/
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .woocommerce-MyAccount-navigation {
    padding-left: 60px;
    float: right;
    width: 30%;
  }
  .woocommerce-MyAccount-content {
    float: left;
    width: 70%;
  }
}

/*
order details
*/
.woocommerce-order-details {
  margin-top: 2.5em;
}

.woocommerce-customer-details {
  margin-top: 3.5em;
}

.woocommerce-customer-details h3 {
  margin-top: 1em;
}

ul.wc-item-downloads {
  list-style: none;
  padding-left: 0;
  margin: 0.5em 0;
}

.order-again {
  margin-top: 2em;
}

.woocommerce-terms-and-conditions-wrapper + button {
  margin-top: 35px;
}

.woocommerce-account h2 {
  margin-top: 0;
  text-align: center;
}

.woocommerce-account form {
  text-align: center;
}

.woocommerce-address-fields__field-wrapper + p {
  margin-top: 30px;
}

fieldset legend {
  font-size: 30px;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-align: left;
  color: #0d425e;
  margin-bottom: 15px;
  font-weight: 500;
}

fieldset + .clear + p {
  margin-top: 40px;
}

.woocommerce h2 {
  font-size: 40px;
}

.woocommerce h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.accountTitle {
  margin-top: 0;
  text-align: center;
  font-size: 40px;
  margin-bottom: 0.25em;
}

#customer_login .col-1 h2,
#customer_login .col-2 h2 {
  display: none;
}

.xoo-wsc-basket {
  bottom: 65px;
  margin-right: 2px;
  border-radius: 0;
}

.cart-row {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-cart-form {
  width: 65%;
  flex-basis: 65%;
  padding-right: 30px;
}

@media (max-width: 1199px) {
  .woocommerce-cart-form {
    width: 100%;
    flex-basis: 100%;
    padding-right: 0;
  }
}

.woocommerce-cart-form .shop_table thead {
  display: none;
}

.woocommerce-cart-form .shop_table tr {
  border-top: 1px solid #e1e1e1;
}

.woocommerce-cart-form .shop_table a:not(.btn):not(.remove) {
  color: #0d425e;
  font-weight: 500;
  font-size: 20px;
}

.woocommerce-cart-form .shop_table a:not(.btn):not(.remove):hover {
  color: #fdd123;
}

.woocommerce-cart-form .shop_table .amount {
  color: #598aa4;
  font-weight: 300;
}

.woocommerce-cart-form .shop_table .quantity [type='number'] {
  background-color: transparent;
  height: unset;
}

.woocommerce-cart-form .shop_table .remove {
  font-size: 0;
}

.woocommerce-cart-form .shop_table .remove::before {
  content: '\f014';
  font-family: "FontAwesome", sans-serif;
  font-size: 18px;
  color: #598aa4;
  transition: all .3s ease-in-out;
}

.woocommerce-cart-form .shop_table .remove:hover::before {
  color: #0d425e;
}

.woocommerce-cart-form .shop_table td {
  text-align: left;
  border: none;
  padding: 30px 15px;
}

.woocommerce-cart-form .shop_table td:first-child {
  padding-left: 0;
}

.woocommerce-cart-form .shop_table td:last-child {
  padding-right: 0;
}

.woocommerce-cart-form .shop_table tr:last-child td {
  padding-top: 40px;
  padding-bottom: 0;
}

.cart-collaterals {
  clear: both;
  display: flex;
  flex-direction: column;
  background-color: #eef3f5;
  border-radius: 3px;
  padding: 40px;
  width: 35%;
  flex-basis: 35%;
}

@media (max-width: 1199px) {
  .cart-collaterals {
    width: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 60px;
  }
}

.cart-collaterals .woocommerce-shipping-methods {
  display: none;
}

.cart-collaterals .cart_totals h2 {
  margin-bottom: 35px;
}

.cart-collaterals .shop_table tr {
  border-top: 1px solid #e1e1e1;
}

.cart-collaterals .shop_table tr:last-child {
  border-bottom: 1px solid #e1e1e1;
}

.cart-collaterals .shop_table th, .cart-collaterals .shop_table td {
  padding: 14px 0;
  border: none;
}

.cart-collaterals .shop_table th {
  text-align: left;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: unset;
}

.cart-collaterals .shop_table td {
  text-align: right;
}

.cart-collaterals .shop_table .amount {
  color: #598aa4;
  font-weight: 300;
}

.cart-collaterals .shop_table .woocommerce-shipping-totals {
  font-size: 0;
}

.cart-collaterals .shop_table .woocommerce-shipping-totals form {
  font-size: 16px;
}

.cart-collaterals .wrap-coupon {
  margin-top: 40px;
}

.cart-collaterals .wrap-coupon .coupon {
  display: flex;
}

.cart-collaterals .wrap-coupon .button {
  min-width: 120px;
  margin-left: 10px;
}

.cart-collaterals .wrap-coupon [name="update_cart"] {
  display: none;
}

.cart-collaterals .woocommerce-cart-form {
  width: 100%;
}

.cart-collaterals .shop_table {
  display: table !important;
}

.cart-collaterals h2 {
  font-size: 30px !important;
}

.cart-collaterals .cart_totals {
  order: -1;
}

.cart-collaterals .wc-proceed-to-checkout {
  margin-top: 40px;
}

.cart-collaterals .wc-proceed-to-checkout .button {
  width: 100%;
  background-color: #fdd123;
}

.cart-collaterals .wc-proceed-to-checkout .button:hover {
  background-color: transparent;
}

.woocommerce-ordering {
  max-width: 300px;
  width: 100%;
}

.woocommerce-Tabs-panel .woocommerce-Reviews-title {
  margin-top: 50px;
}

.woocommerce-Tabs-panel .comment-reply-title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  font-family: 'Fira Sans Condensed', sans-serif;
}

.products-selection {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .products-selection {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .products-selection {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .products-selection {
    padding-bottom: 40px;
  }
}

.products-selection .toggle_view {
  color: #062637;
  font-weight: 600;
}

.products-selection .toggle_view a {
  margin-left: 10px;
  color: #598aa4;
}

.products-selection .toggle_view a:hover {
  color: #062637;
}

.products-selection .toggle_view .active {
  color: #062637;
}

@media (max-width: 575px) {
  .products-selection .toggle_view {
    display: none;
  }
}

.woocommerce .related.products > h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .woocommerce .related.products > h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.relatedTitle {
  font-size: 30px;
  margin-top: 100px;
  display: none;
}

@media (max-width: 1199px) {
  .relatedTitle {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .relatedTitle {
    margin-top: 60px;
  }
}

.uws-products.carousel-layout.navigation .owl-nav {
  position: absolute;
  top: 33%;
  display: block;
}

@media (max-width: 767px) {
  .uws-products.carousel-layout.navigation .owl-nav {
    display: none;
  }
}

.uws-products.carousel-layout.navigation .owl-nav > div {
  position: absolute;
  font-size: 0;
}

.uws-products.carousel-layout.navigation .owl-nav > div:not(.disabled) {
  opacity: 1;
}

.uws-products.carousel-layout.navigation .owl-nav > div:hover {
  opacity: 0.5;
}

.uws-products.carousel-layout.navigation .owl-nav > div:first-child {
  left: -80px;
}

.uws-products.carousel-layout.navigation .owl-nav > div:first-child::before {
  content: '\f053';
  font-family: "FontAwesome", sans-serif;
  font-size: 14px;
  color: #0d425e;
}

.uws-products.carousel-layout.navigation .owl-nav > div:last-child {
  right: -80px;
}

.uws-products.carousel-layout.navigation .owl-nav > div:last-child::before {
  content: '\f054';
  font-family: "FontAwesome", sans-serif;
  font-size: 14px;
  color: #0d425e;
}

@media (max-width: 1399px) {
  .uws-products.carousel-layout.navigation .owl-nav > div:first-child {
    left: -40px;
  }
  .uws-products.carousel-layout.navigation .owl-nav > div:last-child {
    right: -40px;
  }
}

.uws-products.carousel-layout .product {
  margin-bottom: 0;
}

.uws-products.carousel-layout .product .product-inner {
  margin-top: 2px;
  margin-bottom: 4px;
}

.uws-products.carousel-layout .product .product-inner .product-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .uws-products.carousel-layout .price-wrap {
    flex-direction: column;
    justify-content: center;
  }
}

.header-button {
  position: relative;
  display: flex !important;
  transform: translateY(-5px);
}

.badge.cart-count {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: 50%;
  bottom: 0;
  background-color: transparent;
  transform: translateX(-50%);
  color: #598aa4;
  font-size: 16px;
  font-weight: 400;
  line-height: 0.9;
}

.badge.cart-count + i {
  font-size: 0;
  display: inline-block;
  width: 28px;
  height: 32px;
  -webkit-mask: url("../img/basket-icon.png") no-repeat center/contain;
  background-color: #fdd123;
}

.woocommerce-form__label-for-checkbox input[type='checkbox'] {
  display: none;
}

.woocommerce-table:not(:first-child) {
  margin-top: 20px;
}

.uws-products.carousel-center .owl-carousel .owl-item.center .product .product-inner {
  margin-top: 10px;
  border: none;
  box-shadow: 0 0 7px 4px rgba(6, 38, 55, 0.15);
}

.uws-products.carousel-center .owl-carousel .owl-item:not(.center) .product .product-inner {
  border: none;
  margin-top: 10px;
}

.uws-products.carousel-center .owl-carousel .owl-item:not(.center) .product .product-wrap {
  opacity: 0;
}

.uws-products.carousel-center .owl-carousel > * {
  width: 100%;
}

.uws-products.carousel-center .owl-carousel .product {
  width: 100%;
}

.uws-products.carousel-center .owl-carousel .product .product-wrap {
  padding-bottom: 30px;
}

.uws-products.carousel-center .owl-carousel .product h2 {
  font-size: 21px;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .uws-products.carousel-center .product {
    width: 100% !important;
  }
}

.woocommerce-shipping-methods {
  list-style-type: none;
  padding-left: 0;
}

@media (max-width: 767px) {
  .woocommerce-checkout-review-order-table {
    display: block;
    overflow-x: auto;
  }
}

.woocommerce-product-gallery__wrapper > div {
  position: relative;
}

.show-img {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.show-img::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 18px;
  -webkit-mask: url(../img/icon-zoom.png) no-repeat center/contain;
  background-color: #0d425e;
  transition: all .3s ease-in-out;
}

.show-img:hover {
  background-color: #0d425e;
}

.show-img:hover::before {
  background-color: #ffffff;
}

.product-wrap .shop_video_modal_window {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d425e;
  transition: all .3s ease-in-out;
}

.product-wrap .shop_video_modal_window::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 18px;
  -webkit-mask: url(../img/icon-triangle.png) no-repeat center/contain;
  background-color: #ffffff;
  transition: all .3s ease-in-out;
}

.product-wrap .shop_video_modal_window:hover {
  background-color: #ffffff;
}

.product-wrap .shop_video_modal_window:hover::before {
  background-color: #0d425e;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-billing-fields__field-wrapper p {
  width: 100%;
}

.woocommerce-billing-fields__field-wrapper .validate-email {
  order: -1;
  margin-bottom: 10px;
}

.woocommerce-billing-fields__field-wrapper .validate-phone {
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  .woocommerce-billing-fields__field-wrapper #billing_address_1_field {
    width: 50%;
    float: left;
    padding-right: 5px;
  }
  .woocommerce-billing-fields__field-wrapper #billing_address_2_field {
    width: 50%;
    float: right;
    padding-left: 5px;
  }
}

.breadcrumbs-woocommerce {
  list-style: none;
  font-size: 20px;
  font-family: 'Fira Sans Condensed', sans-serif;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.breadcrumbs-woocommerce a {
  color: #598aa4;
  font-weight: 300;
}

.breadcrumbs-woocommerce a:hover {
  color: #0d425e;
}

.breadcrumbs-woocommerce a.active {
  color: #0d425e;
  font-weight: 400;
}

.breadcrumbs-woocommerce span.active {
  color: #0d425e;
  font-weight: 400;
}

.breadcrumbs-woocommerce li {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 10px;
}

.breadcrumbs-woocommerce li:not(:first-child)::before {
  content: '/';
  margin-right: 5px;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label label {
  display: block !important;
  margin-bottom: 0;
}

/*
  Wishlist
 */
.products .product {
  position: relative;
}

.products .product .yith-wcwl-add-to-wishlist {
  position: absolute;
  left: auto;
  right: 40px;
  top: 30px;
  z-index: 2;
}

.products .product .yith-wcwl-add-to-wishlist a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
}

.products .product .yith-wcwl-add-to-wishlist i {
  margin: 0;
  font-size: 15px;
}

.products .product .yith-wcwl-add-to-wishlist span {
  display: none;
}

.yith-wcwl-form .btn {
  display: none;
}

.yith-wcwl-form .shop_table .product-name {
  width: auto;
}

.yith-wcwl-form .shop_table .product-name .yith-wcqv-button {
  display: none;
}

@media (max-width: 1199px) {
  .yith-wcwl-form .shop_table .product-name {
    width: auto;
  }
}

.yith-wcwl-form .shop_table thead {
  display: none;
}

.yith-wcwl-form .shop_table tr {
  border-top: 1px solid #e1e1e1;
}

.yith-wcwl-form .shop_table tr td.product-thumbnail a {
  max-width: 100px;
}

.yith-wcwl-form .shop_table a:not(.btn):not(.remove) {
  color: #0d425e;
  font-weight: 500;
  font-size: 20px;
}

.yith-wcwl-form .shop_table a:not(.btn):not(.remove):hover {
  color: #fdd123;
}

.yith-wcwl-form .shop_table .amount {
  color: #598aa4;
  font-weight: 300;
  font-size: 16px;
}

.yith-wcwl-form .shop_table .quantity [type='number'] {
  background-color: transparent;
  height: unset;
}

.yith-wcwl-form .shop_table .remove {
  font-size: 0;
}

.yith-wcwl-form .shop_table .remove::before {
  content: '\f014';
  font-family: "FontAwesome", sans-serif;
  font-size: 18px;
  color: #598aa4;
  transition: all .3s ease-in-out;
}

.yith-wcwl-form .shop_table .remove:hover::before {
  color: #0d425e;
}

.yith-wcwl-form .shop_table td {
  text-align: left;
  border: none;
  padding: 30px 15px;
}

.yith-wcwl-form .shop_table td:first-child {
  padding-left: 0;
}

.yith-wcwl-form .shop_table td:last-child {
  padding-right: 0;
}

.yith-wcwl-form .shop_table tr:last-child {
  border-bottom: 1px solid #e1e1e1;
}

.yith-wcwl-form .shop_table li {
  position: relative;
}

.yith-wcwl-form .shop_table li .product-name {
  padding-right: 50px;
}

.yith-wcwl-form .shop_table li .item-wrapper {
  width: 100%;
}

.yith-wcwl-form .shop_table li .product-thumbnail img {
  max-width: 60px;
}

.yith-wcwl-form .shop_table li .item-details {
  width: calc( 100% - 75px);
}

.yith-wcwl-form .shop_table li .product-remove {
  position: absolute;
  right: 10px;
  top: 13px;
}

/*# sourceMappingURL=../../sourcemaps/shop.css.map */
