/*
Theme Name: LTMFITT SHOP
Author: LTMFITT SHOP
Version: 1.0
Text Domain: LTMFITT SHOP
*/

/* Insert Josefin Sans */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");

/* Insert DM Serif Display */
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");

body {
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  padding: 0;
}

button,
img:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1520px;
  padding: 0 15px;
  margin: auto;
}

header {
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 15px 50px;
  background: #a2d9c6;
}

header .nav .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-links ul {
  display: flex;
  justify-content: center;
  padding: 25px;
  column-gap: 25px;
}

.nav-links ul li a {
  color: #003545;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.woo-right .woocommerce-Price-amount::after {
    content: " PDV uračunat u cenu i nema skrivenih troškova.";
    display: block;
    font-size: 12px;
    color: #000;
    margin-top: 8px;
}

/* Single product page */

.single-flex-wrap {
  margin-top: 50px;
}

.woocommerce_single_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 75px;
}

.single .woo-left {
  position: relative;
}

.woocommerce_single_wrap .woo-left {
  width: 55%;
  padding-right: 55px;
}

.woocommerce_single_wrap .woo-right {
  width: 45%;
}

.woocommerce_single_wrap .woo-right {
  padding-right: 15%;
}

.single-tabs-wrapper {
  width: 100%;
}

/* WooCommerce CSS */

.breadcrumpsWrap {
  background: rgba(219, 219, 219, 0.17);
  padding: 12px;
}

.woocommerce-breadcrumb .breadcrumb-separator {
  padding: 0 7px !important;
  text-indent: initial !important;
  color: rgba(24, 25, 27, 0.5) !important;
}

.breadcrumpsWrap .storefront-breadcrumb {
  color: #18191b;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.breadcrumpsWrap .storefront-breadcrumb a {
  color: rgba(24, 25, 27, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.woocommerce-breadcrumb a:first-of-type::before {
  display: none !important;
}

.woocommerce-breadcrumb .breadcrumb-separator::after {
  display: none !important;
}

.single .woo-right .product_title {
  color: #444443;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 123.077% */
  text-transform: initial;
}

.edit-link {
  display: none;
}

.product_meta {
  display: none;
}

header .logo img {
  width: 200px;
}

.single .woo-right .single_add_to_cart_button {
  background: #a2d9c6;
  padding: 15px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 13px;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  margin-top: 0;
}

.single .woo-right .product_title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-transform: initial;
}

.single .woocommerce_single_wrap .woo-right .price {
  font-size: 22px;
  font-weight: 700;
  line-height: 13px;
  text-align: left;
  color: #000;
  width: fit-content;
  margin: 20px 0;
}

footer {
  width: 100%;
  padding: 15px 50px;
  background: #a2d9c6;
}

.copyright {
  text-align: center;
}

.copyright p {
  margin: 0;
  font-size: 14px;
}

.woocommerce-product-details__short-description h2 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: initial;
  margin-top: 10px;
}

.woocommerce-product-details__short-description p {
  margin-top: 20px;
}

.woocommerce-message {
  padding: 20px;
  text-align: center;
}

.woocommerce-cart h1 {
  padding-top: 20px;
  font-size: 20px;
  margin-bottom: 10px;
}

.woocommerce-checkout h1 {
  padding-top: 20px;
  font-size: 20px;
  margin-bottom: 10px;
}

.woocommerce-cart .wc-block-cart__submit-button {
  background: #a2d9c6;
  font-weight: 600;
  font-size: 14px;
  line-height: 24.38px;
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  margin-top: 25px;
  margin-bottom: 0;
}

.woocommerce-cart .wc-block-cart__submit-button {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: inherit;
}

.wc-block-components-product-metadata
  .wc-block-components-product-metadata__description
  > p,
.wc-block-components-product-metadata
  .wc-block-components-product-metadata__variation-data {
  margin: 0.25em 0;
  display: none;
}

.is-large.wc-block-cart .wc-block-cart-items th:last-child {
  padding-right: 16px;
  display: none;
}

.wc-block-components-totals-item__description {
  display: none;
}

.wc-block-mini-cart__badge {
  color: #fff;
  background: #000;
}

.single .woocommerce-product-gallery__wrapper img {
  width: 100%;
  object-fit: cover;
}

:focus-visible {
  outline: 0;
}

:focus-visible {
  outline: none;
}

.wc-block-mini-cart__empty-cart-wrapper .wp-block-button.has-text-align-center {
  display: none !important;
}

/* Checkout */

.checkout {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  padding-bottom: 30px;
}

.checkout .col2-set,
.checkout #order_review {
  width: 50%;
  padding-left: 50px;
}

.checkout #order_review_heading {
  display: none;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input,
.checkout.woocommerce-checkout .woocommerce-shipping-fields input,
.woocommerce-account .woocommerce-MyAccount-content input,
#customer_login input {
  padding: 10px !important;
  margin-bottom: 15px !important;
  font-weight: 300;
  margin-bottom: 0 !important;
}

.woocommerce-checkout #order_review {
  padding-top: 65px;
}

.shop_table {
  width: 100%;
}

.checkout.woocommerce-checkout #order_review thead {
  font-weight: normal;
  color: #333333;
  padding: 10px;
}

.checkout.woocommerce-checkout #order_review th {
  padding: 10px;
  font-weight: normal;
  font-size: 15px;
  color: #333333;
  text-align: left;
  background-color: #f2f2f2 !important;
}

.checkout.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  .product-name {
  word-wrap: break-word;
  font-weight: 300;
  padding-right: 16px;
  font-size: 13px;
  padding: 7px 0 7px 7px;
  display: flex;
  align-items: center;
}

.checkout.woocommerce-checkout .shop_table .product-name,
.checkout.woocommerce-checkout .shop_table .product-subtotal {
  text-align: left !important;
}

.shop_table thead th,
table.wishlist_table {
  font-size: 13px !important;
}

.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  .ts-product-image
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#payment .payment_methods > li:not(.woocommerce-notice) {
  background-color: #f5f5f5;
}

.woocommerce-checkout-review-order .payment_methods .wc_payment_method {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}

.woocommerce-checkout #order_review .wc_payment_methods li {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  list-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
}Material Theme

.form-row.place-order .button.alt {
  background: #a2d9c6;
  font-weight: 600;
  font-size: 14px;
  line-height: 24.38px;
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  margin-top: 25px;
  margin-bottom: 0;
  width: 100%;
  border: 0;
  color: #fff;
  text-transform: uppercase;
}

.sliderContainer .slick-slide img {
  width: 100%;
}

.checkout h3 {
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #3d3137;
  letter-spacing: -0.03em;
  margin-top: 20px !important;
  margin-bottom: 10px;
}

.checkout .form-row label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #3d3137;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input,
.checkout.woocommerce-checkout .woocommerce-shipping-fields input,
.woocommerce-account .woocommerce-MyAccount-content input,
#customer_login input {
  padding: 10px !important;
  margin-bottom: 15px !important;
  font-weight: 300;
  margin-bottom: 0 !important;
}

#order_comments {
  min-height: 300px;
}

.checkout.woocommerce-checkout .woocommerce-Price-amount {
  padding-left: 10px;
  font-weight: 300;
  color: #3d3137;
}

.checkout .place-order .woocommerce-privacy-policy-text p {
  font-size: 14px;
  margin-top: 25px;
}

.wc_payment_methods.payment_methods.methods {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 10px;
}

.woocommerce-checkout #order_review .wc_payment_methods li p {
  font-size: 14px;
  margin: 0;
  margin-top: 15px;
}

.wp-block-separator.has-alpha-channel-opacity {
  display: none;
}

.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
}

.woocommerce-checkout p {
  margin-bottom: 15px;
}

#ship-to-different-address {
  display: none;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-message a {
  color: #a2d9c6;
}

.wp-block-woocommerce-mini-cart-checkout-button-block {
  display: none !important;
}

h2.wc-block-mini-cart__title {
  font-size: 22px !important;
}

.wc-block-components-product-name {
  color: #000 !important;
}

.wc-block-mini-cart__footer
  .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal
  .wc-block-components-totals-item__description {
  display: none !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
  padding-left: 50px;
  padding-bottom: 30px;
}

.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-error {
  background: #a2d9c6;
  padding: 10px 15px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout li {
  margin: 5px 0;
}

.woocommerce-checkout .woocommerce-message li,
.woocommerce-checkout .woocommerce-error li,
.woocommerce-checkout .woocommerce-message li strong,
.woocommerce-checkout .woocommerce-error li strong,
.woocommerce-checkout .woocommerce-message li a,
.woocommerce-checkout .woocommerce-error li a {
  color: #fff;
  list-style: none;
}

footer .nav-links {
  display: flex;
  justify-content: center;
  padding: 25px;
  flex-direction: column;
}

.page-template-default h1 {
  margin-bottom: 40px;
  margin-top: 30px;
}

.page-template-default p {
  margin-bottom: 10px;
}

.page-template-default h3 {
  margin-top: 30px;
}

footer .logo {
  width: 400px;
  margin: 0 auto;
}

h2.wc-block-mini-cart__title {
  font-size: 0 !important;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block {
  display: none;
}

.place-order button {
  background: #a2d9c6;
  font-weight: 600;
  line-height: 24.38px;
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  margin-top: 15px;
  margin-bottom: 0;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  border: 0;
}


.woocommerce-order-details {
	display:none;
}

.woocommerce-customer-details {
		display:none;
}

.woocommerce-order {
	margin-bottom: 50px;
}


@media only screen and (max-width: 768px) {

  footer {
    width: 100%;
    padding: 15px 10px;
    background: #a2d9c6;
  }


  footer .logo {
    width: 100%;
    margin: 0 auto;
  }

  .nav-links ul {
    justify-content: center;
    padding: 25px;
    column-gap: 0;
    flex-direction: column;
    text-align: center;
    row-gap: 15px;
  }

  .woocommerce_single_wrap {
    padding-bottom: 25px;
    flex-direction: column;
  }

  .woocommerce_single_wrap .woo-left {
    width: 100%;
    padding-right: 0;
  }

  .woocommerce_single_wrap .woo-right {
    padding-right: 0;
    width: 100%;
    margin-top: 25px;
  }

  header {
    padding: 15px 10px;
  }

  header .logo img {
    width: 150px;
  }

  .checkout {
    flex-direction: column;
    margin-left: 0;
  }

  .checkout .col2-set, .checkout #order_review {
    width: 100%;
    padding-left: 0;
}

#order_comments {
  min-height: 100px;
}

.woocommerce-checkout #order_review {
  padding-top: 5px;
}

}
