<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@charset "UTF-8";*/
/* ------------------- */
/* --- Header Cart --- */
/* ------------------- */
.marketum_header_cart_container {
    display: flex;
    align-items: center;
    padding: 0 54px 0 6px;
    position: relative;
    z-index: 10;
}

.marketum_header_cart_wrapper {
    position: relative;
}

.marketum_header_cart_container a,
.marketum_menu_mobile_cart_button {
    display: inline-block;
    position: relative;
    z-index: 5;
}

.marketum_header_cart_container a svg,
.marketum_header_cart_container a span,
.marketum_menu_mobile_cart_button svg,
.marketum_menu_mobile_cart_button span {
    position: relative;
    z-index: 5;
}

.marketum_header_cart_container a.marketum_cart-trigger:before {
    content: '';
    width: 106px;
    height: 94px;
    border: solid 2px #222628;
    background: #ffffff;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -33px;
    right: -42px;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 2;
}

.marketum_header_cart_container:hover a.marketum_cart-trigger:before {
    opacity: 1;
    pointer-events: auto;
}

.marketum_header_cart_container .icon,
.marketum_menu_mobile_cart_button svg {
    width: 22px;
    height: 21px;
}

.marketum_header_cart_container .marketum_cart-trigger__count,
.marketum_menu_mobile_cart_button .marketum_cart-trigger__count {
    width: 16px;
    height: 16px;
    border: solid 2px #ffffff;
    border-radius: 50%;
    font-size: 9px;
    line-height: 12px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: -2px;
    right: -7px;
}

.marketum_header_cart_content_container {
    width: 605px;
    height: 0;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
    border: solid 2px #222628;
    background: #ffffff;
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .04);
    padding: 134px 0 91px;
    opacity: 0 !important;
    pointer-events: none;
    position: absolute;
    top: -33px;
    right: -42px;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 1;
}

.marketum_header_cart_container:hover .marketum_header_cart_content_container {
    height: auto;
    opacity: 1 !important;
    pointer-events: auto;
}

.marketum_header_cart_content_container .woocommerce-mini-cart__empty-message {
    padding: 0 50px;
}

body.woocommerce .marketum_header_cart_content_container ul.cart_list li,
body.woocommerce .marketum_header_cart_content_container ul.product_list_widget li {
    display: block;
    padding: 0 50px 50px;
    margin-top: 0;
    border-bottom: solid 1px #c0c0b7;
}

.woocommerce .marketum_header_cart_content_container ul.cart_list li:not(:last-of-type),
.woocommerce .marketum_header_cart_content_container ul.product_list_widget li:not(:last-of-type) {
    margin-bottom: 50px;
}

.marketum_mini_cart_item {
    display: flex;
    align-items: center;
}

.marketum_mini_cart_item .marketum_mini_cart_left_part {
    width: 100%;
    max-width: 60%;
    flex: 0 0 60%;
    display: flex;
    align-items: center;
}

.marketum_mini_cart_item .marketum_mini_cart_right_part {
    width: 100%;
    max-width: 540%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 0 0 40%;
}

.woocommerce .marketum_header_cart_content_container ul.cart_list li img,
.woocommerce .marketum_header_cart_content_container ul.product_list_widget li img {
    width: 84px;
    height: 84px;
    float: none;
    margin: 0;
}

.woocommerce .marketum_header_cart_content_container .content-woocommerce-wrapper {
    padding-left: 25px;
}

.woocommerce .marketum_header_cart_content_container .woocommerce-mini-cart-item__title {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 2px;
}

.woocommerce .marketum_header_cart_content_container .quantity {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222628;
    margin-bottom: 0;
}

.marketum_mini_cart_star_rating {
    width: 67px;
    height: 1em;
    display: block;
    font-family: 'star';
    font-size: 11px;
    line-height: 1;
    letter-spacing: 2px;
    overflow: hidden;
    margin-top: 7px;
    position: relative;
}

.marketum_mini_cart_star_rating:before {
    content: 'sssss';
    color: #c0c0b7;
    position: absolute;
    top: 0;
    left: 0;
}

.marketum_mini_cart_star_rating &gt; span {
    height: 1em;
    overflow: hidden;
    color: #ffa800;
    position: absolute;
    top: 0;
    left: 0;
}

.marketum_mini_cart_star_rating &gt; span:before {
    content: 'SSSSS';
    letter-spacing: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.marketum_header_cart_content_container .marketum_mini_cart_line_total {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    margin-right: 80px;
}

body .marketum_header_cart_content_container .remove_from_cart_button {
    width: 16px;
    height: 16px;
    font-size: 0;
    position: relative;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

body .marketum_header_cart_content_container .remove_from_cart_button:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

body .marketum_header_cart_content_container .remove_from_cart_button:before,
body .marketum_header_cart_content_container .remove_from_cart_button:after {
    content: '';
    width: 19px;
    height: 2px;
    position: absolute;
    top: 7px;
    left: -2px;
}

body .marketum_header_cart_content_container .remove_from_cart_button:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body .marketum_header_cart_content_container .remove_from_cart_button:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.marketum_header_cart_content_container .woocommerce-mini-cart-total {
    padding: 0 48px;
    margin: 38px 0 40px;
}

.marketum_header_cart_content_container .woocommerce-mini-cart-total strong {
    font-family: "Cambon", sans-serif;
    font-size: 20px;
    letter-spacing: -.6px;
    font-weight: 500;
}

.marketum_header_cart_content_container .woocommerce-mini-cart-total .woocommerce-Price-amount {
    margin-left: 6px;
    font-weight: 600;
}

.marketum_header_cart_content_container .woocommerce-mini-cart-buttons {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}

.marketum_header_cart_content_container .woocommerce-mini-cart-buttons a {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    border: solid 2px;
    border-radius: 0;
    background: transparent;
    padding: 21px 60px;
    overflow: hidden;
}

.marketum_header_cart_content_container .woocommerce-mini-cart-buttons a:hover {
    color: #ffffff;
    background: transparent;
}

/* ---------------------------------- */
/* ---------- Shop Listing ---------- */
/* ---------------------------------- */
.marketum_woocommerce_wrapper {
    padding: 55px 0 70px;
}

@media only screen and (min-width: 768px) {
  .marketum_woocommerce_wrapper {
      padding: 75px 0 100px;
  }
}

@media only screen and (min-width: 992px) {
  .marketum_woocommerce_wrapper {
      padding: 75px 0 100px;
  }
}

@media only screen and (min-width: 1200px) {
  .marketum_woocommerce_wrapper {
      padding: 150px 0 150px;
  }
}

.woocommerce-page .marketum_shop_loop {
    margin-top: -6px;
}

.woocommerce .woocommerce-ordering {
    margin-bottom: 25px;
}

.marketum_shop_loop .page-title {
    display: none;
}

.marketum_shop_loop .woocommerce-result-count {
    font-size: 16px;
    font-weight: 500;
    color: #222628;
}

.marketum_shop_loop select.orderby {
    border: none;
    border-bottom: solid 1px #222628;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #222628;
    padding-bottom: 5px;
    margin-top: 3px;
}

.marketum_shop_loop select.orderby:focus,
.marketum_shop_loop select.orderby:active {
    outline: none;
}

body.woocommerce ul.products,
body.woocommerce-page ul.products {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}

body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
    padding-left: 30px;
    margin: 0 0 33px;
    float: none !important;
    text-align: left;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
}

.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
    width: 100%;
    max-width: 25%;
    flex: 0 0 25%;
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
    width: 100%;
    max-width: 20%;
    flex: 0 0 20%;
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
    width: 100%;
    max-width: 16,6666%;
    flex: 0 0 16,6666%;

}

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

.woocommerce ul.products li.product a:before,
.woocommerce ul.products li.product a:after {
    display: none;
}

.woocommerce ul.products li.product .marketum_prod_list_image {
    overflow: hidden;
    margin-bottom: 12px;
}

.woocommerce ul.products li.product a img {
    -webkit-transform: scale(1.1) translateX(1px);
    transform: scale(1.1) translateX(1px);
    -webkit-transition: transform .45s cubic-bezier(.22, .61, .36, 1);
    transition: transform .45s cubic-bezier(.22, .61, .36, 1);
}

.woocommerce ul.products li.product .marketum_prod_list_wrapper:hover a img {
    -webkit-transform: scale(1.1) translateX(10px);
    transform: scale(1.1) translateX(10px);
}

.woocommerce ul.products li.product .marketum_prod_list_categories {
    font-size: 14px;
    color: #7d7d6f;
    margin-bottom: 5px;
}

.woocommerce ul.products li.product .marketum_prod_list_categories .marketum_comma:last-of-type {
    display: none;
}

.woocommerce ul.products li.product .woocommerce-review-link {
    display: none;
}

.woocommerce ul.products li.product .marketum_prod_list_bottom_part {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce ul.products li.product .marketum_prod_list_price_container,
.woocommerce ul.products li.product .marketum_add_to_cart_container {
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
    display: flex;
}

.marketum_var_divider {
    margin: 0 10px;
}

.woocommerce ul.products li.product .marketum_prod_list_price_container del {
    color: #7d7d6f;
    margin-right: 15px;
}

.woocommerce ul.products li.product .marketum_add_to_cart_container {
    justify-content: flex-end;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
    width: 50px;
    height: 50px;
    padding: 0;
    margin-top: 0;
    font-size: 0;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 0;
    vertical-align: top;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce ul.products li.product .button.added {
    opacity: 0;
}

.woocommerce ul.products li.product .button {
    background-color: transparent;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #222628;
    color: #ffffff;
}

.woocommerce ul.products li.product .added_to_cart:hover {
    background-color: #222628;
}

.woocommerce ul.products li.product .button:before,
.woocommerce ul.products li.product .added_to_cart:before {
    content: '\e94e';
    width: 100%;
    height: auto;
    display: inline-block;
    font-family: 'icomoon', sans-serif;
    font-size: 21px;
    line-height: 50px;
    opacity: 1;
    background: transparent;
    animation: none;
    margin: 0;
    top: auto;
}

.woocommerce ul.products li.product .added_to_cart {
    color: #1EB26F;
}

.woocommerce ul.products li.product .added_to_cart:before {
    content: '\e911';
}

.woocommerce ul.products li.product .button.ajax_add_to_cart svg,
.woocommerce ul.products li.product .button.product_type_variable svg {
    font-size: 24px;
}

.woocommerce ul.products li.product:hover .button.ajax_add_to_cart.added {
    display: none;
}

.woocommerce ul.products li.product .add_to_cart_button:after {
    display: none !important;
}

.woocommerce ul.products li.product .onsale,
.woocommerce .marketum_single_product_page span.onsale {
    min-height: auto;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    padding: 6px 15px 7px;
    margin: 0;
    border-radius: 0;
    background: #e85442;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    z-index: 1;
}

.woocommerce ul.products li.product .star-rating {
    width: 76px;
    font-size: 10px;
    margin: 0 0 5px;
    position: relative;
    bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce ul.products li.product .star-rating span {
    color: #ffa800;
}

.woocommerce ul.products li.product .star-rating:before,
.woocommerce ul.products li.product .star-rating span:before {
    letter-spacing: 5.3px;
}

.woocommerce ul.products li.product .marketum_prod_list_title {
    margin-bottom: 9px;
}

.woocommerce ul.products li.product .price {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
    color: #003d90;
    padding-right: 50px;
    margin: 2px 0 0;
    position: relative;
    bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce ul.products li.product .price del {
    opacity: 1;
    color: #a9aeb3;
    font-weight: 500;
}

.woocommerce ul.products li.product .price ins {
    font-weight: 500;
    text-decoration: none;
    color: #e04e4e;
    margin-left: 8px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
    opacity: .75;
}

/* ------------------------------------ */
/* ---------- Single Product ---------- */
/* ------------------------------------ */
.woocommerce div.product div.images.woocommerce-product-gallery {
    margin-bottom: 0;
}

.marketum_single_product_page .marketum_page_title_container {
    min-height: 530px;
}

.marketum_single_product_page .marketum_woocommerce_wrapper {
    padding-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .marketum_single_product_page .marketum_woocommerce_wrapper {
      padding-bottom: 54px;
  }
}

@media only screen and (min-width: 1200px) {
  .marketum_single_product_page .marketum_woocommerce_wrapper {
      padding-bottom: 74px;
  }
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    opacity: 1;
    background: transparent;
    animation: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    opacity: 1;
}

.marketum_single_product_page .woocommerce-product-gallery__image a:before,
.marketum_single_product_page .woocommerce-product-gallery__image a:after {
    display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 31%;
}

.marketum_single_product_page .woocommerce-product-gallery__image:not(:first-of-type) {
    margin-right: 10px;
}

.woocommerce .marketum_single_product_page div.product div.summary {
    padding-left: 0;
    margin-bottom: 0;
}

.woocommerce .marketum_single_product_page div.product .product_title {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -.02em;
    font-weight: 400;
    margin: -9px 0 20px -3px;
}

.woocommerce .marketum_single_product_page div.product .summary .woocommerce-product-rating {
    margin-bottom: 24px;
}

.woocommerce .marketum_single_product_page div.product .summary .woocommerce-product-rating .star-rating {
    width: 80px;
}

.woocommerce .marketum_single_product_page div.product .summary .woocommerce-product-rating .star-rating:before,
.marketum_single_product_page div.product .summary .woocommerce-product-rating .star-rating span:before {
    letter-spacing: 3.8px;
}

.marketum_single_product_page .summary .woocommerce-product-rating,
.marketum_single_product_page .summary .woocommerce-product-rating a {
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    color: #222628;
    margin-top: 5px;
}

.marketum_single_product_page .related.products .woocommerce-product-rating {
    margin-bottom: 0;
}

.marketum_single_product_page .summary .woocommerce-product-rating .star-rating {
    font-size: 12px;
}

.marketum_single_product_page .summary .star-rating::before {
    color: #d1d3d5;
}

.woocommerce .marketum_single_product_page div.product p.price,
.woocommerce .marketum_single_product_page div.product span.price {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 25px;
}

.woocommerce .marketum_single_product_page div.product p.price ins {
    font-weight: 400;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    font-size: 20px;
    font-weight: 400;
    color: #7d7d6f;
    opacity: 1;
    margin-right: 12px;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}

.marketum_single_product_page .woocommerce-product-details__short-description {
    border-top: solid 2px #222628;
    padding-top: 30px;
    margin-bottom: 5px;
}

.marketum_single_product_page .woocommerce-product-details__short-description h6 {
    margin-bottom: 3px;
}

.woocommerce .marketum_single_product_page div.product form.cart:not(.variations_form) {
    display: inline-flex;
    align-items: flex-end;
    border-radius: 0;
    margin-top: 32px;
    margin-bottom: 46px;
}

.woocommerce .marketum_single_product_page div.product form.cart.variations_form {
    margin-top: 25px;
}

.woocommerce div.product form.cart .reset_variations {
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 700;
    color: #333333;
}

.woocommerce .marketum_single_product_page div.product form.cart.variations_form .single_variation_wrap {
    display: inline-flex;
    border-radius: 0;
    overflow: hidden;
}

.woocommerce .marketum_single_product_page div.product form.cart.variations_form .single_variation_wrap .woocommerce-variation-price {
    height: 53px;
    line-height: 65px;
    margin-right: 20px;
}

.woocommerce .marketum_single_product_page div.product form.cart.grouped_form {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    background: 0;
}

.woocommerce .marketum_single_product_page div.product form.cart.grouped_form .button {
    max-width: 210px;
    margin-top: 20px;
    margin-left: 0;
    float: none;
}

.woocommerce .marketum_single_product_page div.product form.cart.grouped_form .quantity {
    background: #f8f8f8;
    border-radius: 0;
    overflow: hidden;
}

.woocommerce .marketum_single_product_page div.product form.cart.grouped_form table a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

body.woocommerce .marketum_single_product_page div.product form.cart.grouped_form table .woocommerce-grouped-product-list-item__label,
body.woocommerce .marketum_single_product_page div.product form.cart.grouped_form table .woocommerce-grouped-product-list-item__price {
    padding-top: 20px;
    padding-left: 30px;
}

body.woocommerce .marketum_single_product_page div.product form.cart.grouped_form table .woocommerce-grouped-product-list-item__price {
    font-weight: 700;
    padding-left: 0;
}

.woocommerce div.product form.cart .variations tr {
    margin-bottom: 15px;
}

.woocommerce div.product form.cart .variations td.label {
    font-size: 20px;
    letter-spacing: -.05em;
    font-weight: 700;
}

.woocommerce div.product form.cart .variations td.label label {
    margin: 5px 0 0;
}

.woocommerce div.product form.cart .variations select {
    height: 50px;
    font-size: 14px;
    line-height: 48px;
    font-weight: 400;
    border-radius: 0;
    border: none;
    border-bottom: solid 1px #c0c0b7;
    padding: 10px 0;
    margin-bottom: 15px;
    outline: none;
    position: relative;
    top: 4px;
}

.woocommerce .marketum_single_product_page div.product form.cart div.quantity {
    display: inline-flex;
    height: 54px;
    margin: 0 52px 0 0;
    border: none;
    border-bottom: solid 1px #c0c0b7;
}

.marketum_single_product_page .marketum_minus_button,
.marketum_single_product_page .marketum_plus_button,
.woocommerce table.shop_table tbody .quantity .marketum_minus_button,
.woocommerce table.shop_table tbody .quantity .marketum_plus_button,
.woocommerce div.product form.cart .group_table td .marketum_minus_button,
.woocommerce div.product form.cart .group_table td .marketum_plus_button {
    width: 10px;
    height: 52px;
    font-size: 0;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
    color: #777777;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_single_product_page .marketum_minus_button {
    margin-right: 18px;
}

.marketum_single_product_page .marketum_plus_button {
    margin-left: 18px;
}

.marketum_single_product_page .marketum_minus_button:before,
.marketum_single_product_page .marketum_plus_button:before,
.marketum_single_product_page .marketum_plus_button:after,
.woocommerce table.shop_table tbody .quantity .marketum_minus_button:before,
.woocommerce table.shop_table tbody .quantity .marketum_plus_button:before,
.woocommerce table.shop_table tbody .quantity .marketum_plus_button:after,
.woocommerce div.product form.cart .group_table td .marketum_minus_button:before,
.woocommerce div.product form.cart .group_table td .marketum_plus_button:before,
.woocommerce div.product form.cart .group_table td .marketum_plus_button:after {
    content: '';
    width: 10px;
    height: 2px;
    background: #222628;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_single_product_page .marketum_plus_button:after,
.woocommerce table.shop_table tbody .quantity .marketum_plus_button:after,
.woocommerce div.product form.cart .group_table td .marketum_plus_button:after {
    width: 2px;
    height: 10px;
}

.woocommerce .marketum_single_product_page .quantity .qty,
.woocommerce table.shop_table tbody .quantity .qty {
    width: 50px;
    height: 54px;
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    outline: none;
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    color: #414a53;
    padding-left: 17px;
    padding-right: 13px;
}

.woocommerce .marketum_single_product_page .quantity .qty::-webkit-inner-spin-button,
.woocommerce .marketum_single_product_page .quantity .qty::-webkit-outer-spin-button,
.woocommerce table.shop_table tbody .quantity .qty::-webkit-inner-spin-button,
.woocommerce table.shop_table tbody .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .marketum_single_product_page div.product form.cart .button {
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 14px;
    letter-spacing: -.1px;
    font-weight: 600 !important;
    background: transparent;
    padding: 16px 38px 16px 29px;
    margin-left: 0;
    border: solid 2px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce .marketum_single_product_page div.product form.cart .button:before {
    content: '\e94e';
    font-family: 'icomoon', sans-serif;
    font-size: 21px;
    color: inherit;
    margin-right: 20px;
    position: relative;
    z-index: 5;
}

.woocommerce .marketum_single_product_page div.product form.cart .button svg {
    width: 22px;
    height: 21px;
    margin-right: 20px;
    position: relative;
    top: -2px;
}

.woocommerce .marketum_single_product_page div.product form.cart .button:hover {
    color: #ffffff;
}

.marketum_single_product_page .product_meta span {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    color: #222628;
    margin-bottom: 13px;
}

.marketum_single_product_page .product_meta span span {
    color: #222628;
}

.marketum_single_product_page .product_meta span a {
    line-height: 1;
    color: #222628;
}

.marketum_single_product_page .sku_wrapper span.sku {
    display: inline;
}

.marketum_single_product_page .product_meta span.tagged_as a {
    text-transform: none;
    padding: 8px 10px 8px 14px;
    margin-right: 10px;
    background: #e6e6e2;
}

.woocommerce div.product form.cart .variations th {
    vertical-align: inherit;
}

.woocommerce div.product form.cart .variations label {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    color: #222628;
}

.marketum_single_product_page .product_meta span.tagged_as a:hover {
    color: #ffffff;
}

.marketum_single_product_page .product_meta span.tagged_as a:first-of-type {
    margin-left: 32px;
}

.marketum_single_product_page .product_meta span.tagged_as a:before {
    width: 2px;
    height: 2px;
    background: #222628;
    opacity: 1;
    animation: none;
    top: auto;
    bottom: 10px;
    left: 8px;
}

.marketum_single_product_page .product_meta span.tagged_as a:hover:before {
    background: #ffffff;
}

.marketum_single_product_page .product_meta span.tagged_as a:after {
    display: none;
}

.marketum_single_product_page .woocommerce-tabs {
    width: 100%;
    padding: 84px 0 110px;
    position: relative;
}

@media (min-width: 992px) {
  .marketum_single_product_page .woocommerce-tabs {
      max-width: 66.666667%;
  }
}

.woocommerce .marketum_single_product_page div.product .woocommerce-tabs ul.tabs,
.woocommerce .marketum_single_product_page div.product .woocommerce-tabs .panel {
    position: relative;
    z-index: 5;
    margin-bottom: 23px;
}

.woocommerce .marketum_single_product_page div.product .woocommerce-tabs .panel {
    padding: 7px 0 0;
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    border-right: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 20px 50px 22px;
    border: solid 2px transparent;
    border-radius: 0;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: solid 2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
    display: none;
    height: 2px;
    opacity: 1;
    background: #222628;
    animation: none;
    top: -9px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:before {
    opacity: 0;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description h2,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information h2,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews h2 {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description table {
    width: auto;
    margin-top: 28px;
    margin-bottom: 0;
    font-size: 14px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description table tr:not(:last-of-type) {
    border-bottom: solid 1px #c0c0b7;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description table th {
    font-weight: 500;
    color: #222628;
    border: none;
    padding: 6px 0 4px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description table td {
    font-size: 14px;
    font-weight: 500;
    color: #222628;
    padding: 8px 63px 5px 31px;
    border: none;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description ul li {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #222628;
    padding-left: 21px;
    margin-bottom: 14px;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    display: block;
    position: absolute;
    top: 10px;
    left: 2px;
    z-index: 1;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    border-left: none;
    border-right: none;
}

#review_form_wrapper {
    margin-top: 5px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-reply-title {
    display: block;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 500;
    color: #222628;
    margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form {
    font-size: 0;
    line-height: 0;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-author,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-email {
    width: 50%;
    display: inline-block;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-author {
    padding-right: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-email {
    padding-left: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews label {
    display: none;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 500;
    color: #414a53;
    margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-author .floating-placeholder,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-email .floating-placeholder {

}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews input:focus,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews textarea:focus {
    border-color: #333333;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-cookies-consent label {
    display: block;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-notes,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 700;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating label,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars {
    display: inline-block;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating label {
    font-size: 14px;
    font-weight: 500;
    color: #6d7173;
    margin-right: 18px;
    margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars {
    position: relative;
    top: 3px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars a {
    margin-right: 5px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars a,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a.active ~ a {
    color: #d1d3d5;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars a:before,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a.active ~ a:before {
    opacity: 1;
    animation: none;
    background: none;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars a:hover,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a:not(.active),
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating .stars.selected a.active,
.marketum_single_product_page .star-rating span {
    color: #ffa800;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews input + .floating-placeholder,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews textarea + .floating-placeholder {
    line-height: 2;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews input:focus,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews textarea:focus,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews input:active,
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews textarea:active {
    background: transparent;
}

.woocommerce #review_form #respond textarea {
    height: 130px;
    padding: 12px 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 1.7;
}

.woocommerce #review_form #respond .form-submit {
    display: inline-block;
    position: relative;
}

.woocommerce #review_form #respond .form-submit input {
    display: inline-block;
    font-size: 14px;
    line-height: 1.9;
    font-weight: 500;
    background: transparent;
    border: none;
    padding: 0;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.woocommerce #review_form #respond p.comment-notes,
.woocommerce #review_form #respond p {
    margin-bottom: 20px;
}

.woocommerce #review_form #respond p.comment-form-author,
.woocommerce #review_form #respond p.comment-form-email {
    margin-bottom: 30px;
    float: left;
}

.woocommerce #review_form #respond p.comment-form-comment {
    margin-bottom: 10px;
    clear: both;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent {
    margin: 0 0 26px;
    clear: both;
}

.woocommerce #review_form #respond p.form-submit {
    margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
    margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
    margin-bottom: 70px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 90px;
    height: 90px;
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
    margin-top: 10px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    margin-left: 125px;
    padding: 0 10px 0 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 14px;
    margin-bottom: 4px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
    font-size: 20px;
    font-weight: 500;
    margin-right: 20px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
    font-size: 14px;
    position: relative;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date:before {
    content: '';
    width: 3px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: -13px;
}

.woocommerce .star-rating {
    width: 75px;
    margin-top: 12px;
    font-size: 13px;
}

.woocommerce .marketum_sidebar .star-rating {
    width: 76px;
    font-size: 10px;
}

.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
    letter-spacing: 1.5px;
}

.woocommerce .marketum_sidebar .star-rating:before,
.woocommerce .marketum_sidebar .star-rating span:before {
    letter-spacing: 5.3px;
}

.marketum_single_product_page section.related.products {
    padding: 0;
}

@media only screen and (min-width: 768px) {
  .marketum_single_product_page section.related.products {
      padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .marketum_single_product_page section.related.products {
      padding: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .marketum_single_product_page section.related.products {
      padding: 0 0 32px;
  }
}

.marketum_single_product_page section.related.products &gt; h2 {
    margin-bottom: 42px;
    font-size: 32px;
}

@media only screen and (min-width: 992px) {
  .marketum_single_product_page section.related.products &gt; h2 {
      font-size: 40px;
  }
}

.marketum_single_product_page section.related.products h2 span {
    font-weight: 300;
}

.marketum_single_product_page section.related.products ul.products li.product a img {
    margin-bottom: 1em;
}

/* ------------------------------- */
/* ---------- Cart Page ---------- */
/* ------------------------------- */
p.cart-empty {
    margin-bottom: 2em;
}

.woocommerce table.shop_table {
    background: #ffffff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.woocommerce table.shop_table thead {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0;
    font-weight: 700;
    background: none;
}

.woocommerce table.shop_table thead th {
    padding: 12px 12px;
    font-family: "Cambon", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #222628;
    border-top: none !important;
}

.woocommerce table.shop_table tbody td {
    padding: 33px 12px 37px;
    text-align: center;
    border: none;
    border-top: solid 1px #c0c0b7;
}

.woocommerce table.shop_table tbody tr:first-of-type td {
    border-top: solid 2px #222628;
}

.woocommerce table.shop_table tbody .product-thumbnail a {
    width: 84px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce table.shop_table tbody .product-thumbnail a img {
    width: auto;
    max-height: 100%;
}

.woocommerce table.shop_table tbody .product-thumbnail a:before,
.woocommerce table.shop_table tbody .product-thumbnail a:after {
    display: none;
}

.woocommerce table.shop_table tbody .product-remove a {
    width: 16px;
    height: 16px;
    background: none;
    border-radius: 0;
    font-size: 0;
    position: relative;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.woocommerce table.shop_table tbody .product-remove a:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.woocommerce table.shop_table tbody .product-remove a:before,
.woocommerce table.shop_table tbody .product-remove a:after {
    content: '';
    width: 19px;
    height: 2px;
    opacity: 1;
    position: absolute;
    top: 7px;
    left: -2px;
}

.woocommerce table.shop_table tbody .product-remove a:before {
    animation: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.woocommerce-cart .woocommerce table.shop_table tbody .product-remove a:before,
.woocommerce-checkout .woocommerce table.shop_table tbody .product-remove a:before {
    top: 5px;
}

.woocommerce table.shop_table tbody .product-remove a:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.woocommerce-cart .woocommerce table.shop_table tbody .product-remove a:after,
.woocommerce-checkout .woocommerce table.shop_table tbody .product-remove a:after {
    top: 7px;
}

.woocommerce table.shop_table tbody td.product-thumbnail {
    width: 96px;
}

.woocommerce table.shop_table thead th.product-name,
.woocommerce table.shop_table tbody td.product-name {
    text-align: left;
}

.woocommerce table.shop_table thead th.product-name,
.woocommerce table.shop_table thead th,
.woocommerce-checkout .woocommerce table.shop_table tfoot th {
    border: none;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
    border-top: none;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td strong {
    padding: 8px 0;
    font-weight: 500;
    color: #222628;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td strong {
    font-weight: 600;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td.product-name a:before,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td.product-name a:after {
    display: none;
}

.woocommerce table.shop_table tbody td.product-name a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.woocommerce table.shop_table tbody td.product-price,
.woocommerce table.shop_table tbody td.product-subtotal {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #222628;
}

.woocommerce table.shop_table tbody .quantity {
    font-size: 0;
    line-height: 0;
    margin-top: -6px;
}

.woocommerce table.shop_table tbody .quantity .marketum_minus_button,
.woocommerce table.shop_table tbody .quantity .marketum_plus_button,
.woocommerce table.shop_table tbody .quantity .qty {
    height: 50px;
    display: inline-block;
    font-size: 12px;
    line-height: 50px;
    font-weight: 700;
    vertical-align: middle;
}

.woocommerce table.shop_table tbody .quantity .marketum_minus_button,
.woocommerce table.shop_table tbody .quantity .marketum_plus_button {
    font-size: 0;
    border-bottom: solid 1px #c0c0b7;
}

.woocommerce table.shop_table tbody .quantity .marketum_minus_button {
    padding-right: 30px;
}

.woocommerce table.shop_table tbody .quantity .marketum_plus_button {
    padding-left: 30px;
}

.woocommerce table.shop_table tbody .quantity .qty {
    width: 50px;
    border-bottom: solid 1px #c0c0b7;
}

.woocommerce table.shop_table tbody td.product-remove {
    padding-left: 0;
}

.woocommerce table.shop_table tbody td.actions {
    padding: 52px 0;
    position: relative;
}

.woocommerce table.shop_table tbody td.actions .coupon {
    width: 430px;
    text-align: left;
}

.woocommerce table.shop_table tbody td.actions .coupon label {
    display: none;
}

.woocommerce table.shop_table tbody td.actions .coupon input[type="text"],
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea  {
    width: 190px;
    font-size: 14px;
    line-height: 48px;
    font-weight: 400;
    height: 50px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #c0c0b7;
    padding: 26px 0;
    margin: 0;
    background: #ffffff;
    -webkit-transition: background .3s;
    transition: background .3s;
    outline: 0;
}

.woocommerce table.shop_table tbody td.actions .coupon input[type="text"]:-moz-placeholder,
.woocommerce form .form-row input.input-text:-moz-placeholder,
.woocommerce form .form-row textarea:-moz-placeholder {
    color: #6d7173;
}

.woocommerce table.shop_table tbody td.actions .coupon input[type="text"]::-webkit-input-placeholder,
.woocommerce form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce form .form-row textarea::-webkit-input-placeholder {
    color: #6d7173;
}

.woocommerce table.shop_table tbody td.actions .coupon input[type="text"]:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce table.shop_table tbody td.actions .coupon input[type="text"]:active,
.woocommerce form .form-row input.input-text:active,
.woocommerce form .form-row textarea:active {
    background: transparent;
}

.woocommerce table.shop_table tbody td.actions .coupon input[type="text"],
.woocommerce-cart .woocommerce table.shop_table tbody td.actions .coupon input[type="text"] {
    margin-top: 7px;
}

.woocommerce table.shop_table tbody td.actions .button,
.woocommerce .cart-collaterals .wc-proceed-to-checkout .button,
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button,
.woocommerce-checkout .checkout_coupon .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .return-to-shop .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-Message .button {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    color: #222628;
    padding: 13px 37px;
    margin-left: 10px;
    border-radius: 0;
    letter-spacing: .02em;
    text-decoration: none;
    min-width: 160px;
    vertical-align: bottom;
    background: #fff;
    border: 2px solid;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce table.shop_table tbody td.actions .button:hover,
.woocommerce-checkout .checkout_coupon .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce .return-to-shop .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-Message .button:hover {
    background: transparent;
}

.woocommerce .woocommerce-message .button:after,
.woocommerce .woocommerce-Message .button:after {
    display: none;
}

.woocommerce table.shop_table tbody td.actions .button,
body.woocommerce-checkout .checkout_coupon .button {
    margin-left: 25px;
    padding: 16px 43px 19px;
    overflow: hidden;
    position: relative;
}

.woocommerce .woocommerce-message a.button {
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.woocommerce .woocommerce-message a.button:before {
    display: none;
}

.woocommerce table.shop_table tbody td.actions .button span,
body.woocommerce-checkout .checkout_coupon .button span,
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button span,
.woocommerce #payment #place_order span,
.woocommerce-page #payment #place_order span,
.woocommerce .outer-form-wrapper .button span,
.woocommerce .marketum_single_product_page div.product form.cart .button span {
    position: relative;
    z-index: 5;
}

.marketum_header_cart_content_container .woocommerce-mini-cart-buttons a:after,
.woocommerce table.shop_table tbody td.actions .button:before,
body.woocommerce-checkout .checkout_coupon .button:before,
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button:before,
.woocommerce #payment #place_order:before,
.woocommerce-page #payment #place_order:before,
.woocommerce .outer-form-wrapper .button:before,
.woocommerce .marketum_single_product_page div.product form.cart .button:after,
.woocommerce .woocommerce-message a.button:after {
    content: '';
    width: 140%;
    height: 140%;
    display: block;
    opacity: 1;
    -webkit-animation: none;
    animation: none;
    -webkit-clip-path: polygon(0 0, 100% 20px, 100% 100%,0 100%, 0 0);
    clip-path: polygon(0 0, 100% 20px, 100% 100%,0 100%, 0 0);
    position: absolute;
    top: -2px;
    left: -3px;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-transition: transform .5s cubic-bezier(0,0,0.58,1);
    transition: transform .5s cubic-bezier(0,0,0.58,1);
    z-index: 1;
}

.marketum_header_cart_content_container .woocommerce-mini-cart-buttons a:after,
.woocommerce .woocommerce-message a.button:after {
    z-index: -1;
}

.marketum_header_cart_content_container .woocommerce-mini-cart-buttons a:hover:after,
.woocommerce table.shop_table tbody td.actions .button:hover:before,
body.woocommerce-checkout .checkout_coupon .button:hover:before,
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button:hover:before,
.woocommerce #payment #place_order:hover:before,
.woocommerce-page #payment #place_order:hover:before,
.woocommerce .outer-form-wrapper .button:hover:before,
.woocommerce .marketum_single_product_page div.product form.cart .button:hover:after,
.woocommerce .woocommerce-message a.button:hover:after {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}

.woocommerce .return-to-shop .button {
    margin-left: 0;
}

.woocommerce .return-to-shop .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-Message .button {
    line-height: 25px;
    background: transparent;
}

.marketum_header_cart_content_container .woocommerce-mini-cart-buttons a:hover,
.woocommerce table.shop_table tbody td.actions .button:hover,
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button:hover,
.woocommerce-checkout .checkout_coupon .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce .return-to-shop .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-Message .button:hover {
    color: #ffffff;
}

.woocommerce table.shop_table tbody td.actions &gt; .button {
    position: absolute;
    bottom: 53px;
    right: 0;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    padding: 0;
    margin-top: 51px;
}

.woocommerce .cart-collaterals .cart_totals ,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 23.2%;
}

.woocommerce .cart-collaterals h2,
.woocommerce-page .cart-collaterals h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.woocommerce .cart-collaterals table.shop_table th,
.woocommerce-page .cart-collaterals table.shop_table th,
.woocommerce .cart-collaterals table.shop_table td,
.woocommerce-page .cart-collaterals table.shop_table td {
    padding: 0 0 16px;
    font-size: 16px;
    font-weight: 600;
    color: #222628;
}

.woocommerce-page .cart-collaterals table.shop_table td strong {
    font-weight: 700;
}

.woocommerce .cart-collaterals table.shop_table th,
.woocommerce-page .cart-collaterals table.shop_table th {
    border: none;
}

.woocommerce .cart-collaterals table.shop_table td,
.woocommerce-page .cart-collaterals table.shop_table td {
    text-align: right;
}

.woocommerce .cart-collaterals table.shop_table .order-total th,
.woocommerce-page .cart-collaterals table.shop_table .order-total th,
.woocommerce .cart-collaterals table.shop_table .order-total td,
.woocommerce-page .cart-collaterals table.shop_table .order-total td {
    border: none;
}

.woocommerce .cart-collaterals table.shop_table,
.woocommerce-page .cart-collaterals table.shop_table {
    margin-bottom: -15px;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout,
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout {
    text-align: left;
    padding: 38px 0 0;
}

.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button {
    height: auto;
    width: 100%;
    padding: 16px 30px 19px;
    margin: 0;
    font-size: 14px;
    letter-spacing: -.2px;
    font-weight: 500;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button:before {

}

.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button:after {
    display: none;
}

body.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button:hover {
    border-color: #222628;
}

/* ----------------------------------- */
/* ---------- Checkout Page ---------- */
/* ----------------------------------- */
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .checkout_coupon,
.woocommerce-checkout #customer_details,
.woocommerce-checkout .order_review_heading,
.woocommerce-checkout .woocommerce-checkout-review-order {
    background: #FFFFFF;
}

.woocommerce-info,
.woocommerce-cart .woocommerce-message,
.woocommerce-error {
    background: transparent;
    border: solid 2px;
    font-size: 16px;
    font-weight: 500;
    padding: 21px 21px 21px 48px;
    position: relative;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    line-height: 50px;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    top: 1.3em;
}

.single-product .woocommerce-message:before {
    top: 1em;
}

.woocommerce-info {
    border-color: #003d90;
    color: #003d90;
}

.woocommerce-info:before {
    color: #003d90;
}

.woocommerce-message {
    border-color: #00997d;
    color: #00997d;
}

.woocommerce-message:before {
    color: #00997d;
}

.woocommerce-error {
    border-color: #d0192f;
    color: #d0192f;
}

.woocommerce-error:before {
    color: #d0192f;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    margin-bottom: 50px;
}

.woocommerce-checkout .woocommerce-info {
    margin: 0;
}

.woocommerce-checkout .woocommerce-info a {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: none;
    border-radius: 0;
    padding: 0;
}

.woocommerce-checkout .checkout_coupon .form-row {
    width: auto;
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.woocommerce-checkout #customer_details {
    margin-bottom: 60px;
}

.woocommerce .checkout-columns,
.woocommerce-page .checkout-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 0 -15px;
}

.woocommerce .checkout-columns .checkout-column-main,
.woocommerce-page .checkout-columns .checkout-column-main {
    padding: 0 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.6666%;
}

.woocommerce .checkout-columns .checkout-column-side,
.woocommerce-page .checkout-columns .checkout-column-side {
    margin: 0;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333%;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
    float: none;
    max-width: none;
    width: auto;
    padding: 0;
}

.woocommerce-checkout #customer_details h3 {
    font-size: 25px;
    letter-spacing: -.7px;
    padding-bottom: 9px;
    margin-bottom: 46px;
    border-bottom: solid 2px #222628;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    width: 100%;
    margin-bottom: 1px;
}

.woocommerce form .form-row textarea {
    height: 210px;
    padding: 12px 20px;
    border-radius: 0;
}

.woocommerce form .form-row {
    padding: 0;
}

.woocommerce form.woocommerce-checkout .form-row-first,
.woocommerce form.woocommerce-checkout .form-row-last,
.woocommerce-page form.woocommerce-checkout .form-row-first,
.woocommerce-page form.woocommerce-checkout .form-row-last,
body .woocommerce-MyAccount-content .form-row-first,
body .woocommerce-MyAccount-content .form-row-last,
.woocommerce-checkout .validate-state,
.woocommerce-checkout .validate-postcode,
.woocommerce-checkout .validate-phone,
.woocommerce-checkout .validate-email {
    width: 50%;
}

.woocommerce-checkout .woocommerce form .form-row-wide.validate-state,
.woocommerce-checkout .woocommerce form .form-row-wide.validate-postcode,
.woocommerce-checkout .woocommerce form .form-row-wide.validate-phone,
.woocommerce-checkout .woocommerce form .form-row-wide.validate-email {
    clear: none;
}

.woocommerce-checkout .woocommerce form .form-row.validate-state,
.woocommerce-checkout .woocommerce form .form-row.validate-phone {
    float: left;
    padding-right: 15px;
}

.woocommerce-checkout .woocommerce form .form-row.validate-postcode,
.woocommerce-checkout .woocommerce form .form-row.validate-email {
    float: right;
    padding-left: 15px;
}

.woocommerce form.woocommerce-checkout .form-row-first,
.woocommerce-page form.woocommerce-checkout .form-row-first,
body .woocommerce-MyAccount-content .form-row-first {
    padding-right: 15px;
}

.woocommerce form.woocommerce-checkout .form-row-last,
.woocommerce-page form.woocommerce-checkout .form-row-last,
body .woocommerce-MyAccount-content .form-row-last {
    padding-left: 15px;
}

.woocommerce form.woocommerce-checkout .form-row-first .woocommerce-input-wrapper,
.woocommerce form.woocommerce-checkout .form-row-last .woocommerce-input-wrapper,
.woocommerce-page form.woocommerce-checkout .form-row-first .woocommerce-input-wrapper,
.woocommerce-page form.woocommerce-checkout .form-row-last .woocommerce-input-wrapper,
#customer_details .woocommerce-input-wrapper,
body .woocommerce-MyAccount-content .woocommerce-input-wrapper,
body .woocommerce-MyAccount-content .password-input,
.woocommerce form .password-input,
.woocommerce-page form .password-input {
    width: 100%;
}

.woocommerce-checkout #customer_details label,
.woocommerce-checkout #customer_details .woocommerce-input-wrapper,
body .woocommerce-MyAccount-content label,
body .woocommerce-MyAccount-content .woocommerce-input-wrapper {
    display: block;
}

.woocommerce-checkout #customer_details .woocommerce-input-wrapper,
body .woocommerce-MyAccount-content .woocommerce-input-wrapper {
    margin-bottom: 0;
}

.woocommerce-checkout #customer_details .woocommerce-input-wrapper .select2-container,
body .woocommerce-MyAccount-content .woocommerce-input-wrapper .select2-container {
    margin-top: 5px;
    margin-bottom: 10px;
}

.woocommerce-checkout #customer_details .woocommerce-input-wrapper input,
body .woocommerce-MyAccount-content .woocommerce-input-wrapper input {
    margin-bottom: 11px;
}

.woocommerce-checkout #customer_details label,
body .woocommerce-MyAccount-content label {
    font-size: 14px;
    font-weight: 500;
}

.woocommerce-checkout #customer_details label {
    display: inline-block;
    position: relative;
    top: -1px;
    font-weight: 500;
    color: #222628;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout #customer_details .woocommerce-additional-fields__field-wrapper label {
    display: none;
}

.woocommerce-checkout #customer_details .select2-selection,
body .woocommerce-MyAccount-content .select2-selection {
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    color: #222628;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #c0c0b7;
    padding: 0;
    margin-bottom: 0;
    background: #ffffff;
    -webkit-transition: background .3s;
    transition: background .3s;
    outline: 0;
}

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

.woocommerce-checkout #customer_details .select2-selection__rendered,
body .woocommerce-MyAccount-content .select2-selection__rendered {
    line-height: 48px !important;
    padding-right: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
body .woocommerce-MyAccount-content .select2-selection__arrow {
    top: 13px;
    right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
body .woocommerce-MyAccount-content .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before,
body .woocommerce-MyAccount-content .select2-selection__arrow:before {
    content: '\f107';
    font-family: FontAwesome, sans-serif;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    top: -1px;
    left: 4px;
}

.select2-container--open .select2-dropdown--below,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
    border-radius: 0;
    border: solid 1px #c0c0b7 !important;
    outline: none;
    margin-bottom: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #e1e1e1;
    color: #333333;
}

.select2-results__option {
    padding: 6px 20px;
}

.woocommerce-checkout .woocommerce-billing-fields {
    margin-bottom: 75px;
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields h3 {
    margin-bottom: 57px;
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields h3.marketum_payment_title {
    margin-bottom: 51px;
}

.woocommerce-checkout .woocommerce form .woocommerce-additional-fields .form-row textarea {
    height: 108px;
    padding: 0 0 12px;
}

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    margin-bottom: 83px;
}

.woocommerce-checkout #order_review_heading,
h3#order_total_heading {
    font-size: 25px;
    padding-bottom: 9px;
    margin-bottom: 30px;
    border-bottom: solid 2px #222628;
}

.checkout-column-side h3#order_review_heading {
    margin-bottom: 2px;
}

.woocommerce-checkout .woocommerce table.shop_table {
    margin-bottom: 54px;
    border-collapse: collapse;
}

.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tbody {
    display: none;
}

.woocommerce-checkout .woocommerce table.shop_table tbody tr.cart_item {
    border-top: solid 1px #c0c0b7;
}

.woocommerce-checkout .woocommerce table.shop_table tbody tr.cart_item:first-of-type {
    border-top: 0;
}

.woocommerce-checkout .woocommerce table.shop_table tbody td,
.woocommerce-checkout .woocommerce table.shop_table tfoot th,
.woocommerce-checkout .woocommerce table.shop_table tfoot td {
    padding: 31px 12px;
    font-size: 16px;
    font-weight: 700;
}

.woocommerce-checkout .woocommerce table.shop_table tbody tr.cart_item td {
    border-top: none;
}

.woocommerce-checkout .woocommerce table.shop_table tbody td.product-thumbnail {
    padding-left: 0;
}

.woocommerce-checkout .woocommerce table.shop_table tbody td.product-name .product-name-title a:before,
.woocommerce-checkout .woocommerce table.shop_table tbody td.product-name .product-name-title a:after {
    display: none;
}

.woocommerce-checkout .woocommerce table.shop_table tbody td.product-name .product-name-info {
    font-size: 14px;
    font-weight: 400;
    color: #6d7173;
    margin-top: -3px;
}

.woocommerce-checkout .woocommerce table.shop_table tbody td.product-total {
    font-size: 14px;
    font-weight: 500;
    padding-left: 0;
}

.woocommerce-checkout .woocommerce table.shop_table tbody td.product-remove {
    padding-right: 0;
    padding-left: 0;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot td {
    text-align: center;
    border: none;
    border-top: solid 1px rgba(0, 0, 0, .1);
}

.woocommerce-checkout #payment {
    border-radius: 0;
    background: #FFFFFF;
    border: none;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0 0 25px;
    margin-bottom: 30px;
}

.woocommerce-checkout #payment input[type="radio"] {
    -webkit-appearance: radio;
}

.woocommerce-page #payment .place-order {
    margin-bottom: 0;
}

.woocommerce-page #payment .woocommerce-privacy-policy-text {
    margin-bottom: 43px;
}

.woocommerce-page #payment .woocommerce-privacy-policy-text a {
    color: #555555;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    padding: 16px 66px 19px;
    margin-left: 0;
    font-size: 14px;
    font-weight: 600;
    color: #222628;
    overflow: hidden;
    position: relative;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    color: #333333;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 17px;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 14px 0 0;
    border: solid 1px #c0c0b7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

#add_payment_method #payment ul.payment_methods li input:checked:before,
.woocommerce-cart #payment ul.payment_methods li input:checked:before,
.woocommerce-checkout #payment ul.payment_methods li input:checked:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #222628;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 7px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #e9e9e4;
    padding: 14px 27px;
    margin: 8px 0;
    line-height: 2;
    font-weight: 600;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    margin-top: -11px;
    border: 1em solid #e9e9e4;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

/* ---------------------------------- */
/* ---------- Account Page ---------- */
/* ---------------------------------- */
.woocommerce-MyAccount-content a,
.woocommerce-account .lost_password a {
    font-weight: 500;
}

.woocommerce-account .lost_password a {
    font-size: 14px;
}

.woocommerce-account .woocommerce-Addresses {
    margin-top: 20px;
}

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

.woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
    margin-bottom: 17px;
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #222628;
}

.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-Message {
    margin-bottom: 0;
}

.woocommerce .woocommerce-MyAccount-content button.button,
.woocommerce .woocommerce-form-login .button,
.woocommerce .woocommerce-form-register .button,
.woocommerce .lost_reset_password .button {
    display: inline-block;
    color: #222628;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 20px 50px 22px;
    margin: 16px 0 10px;
    border-radius: 0;
    text-decoration: none;
    vertical-align: bottom;
    background: transparent;
    border: 2px solid;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce .woocommerce-MyAccount-content button.button:hover,
.woocommerce-MyAccount-content .edit:hover,
.woocommerce .woocommerce-form-login .button:hover,
.woocommerce .woocommerce-form-register .button:hover,
.woocommerce .lost_reset_password .button:hover {
    color: #ffffff;
}

.woocommerce .woocommerce-MyAccount-content  .col2-set .col-1,
.woocommerce-page .woocommerce-MyAccount-content .col2-set .col-1,
.woocommerce .woocommerce-MyAccount-content .col2-set .col-2,
.woocommerce-page .woocommerce-MyAccount-content .col2-set .col-2 {
    padding: 0;
}

.woocommerce-MyAccount-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content .edit {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    color: #222628;
    background: transparent;
    border: solid 2px;
    border-radius: 0;
    padding: 5px 20px;
}

.woocommerce-MyAccount-content .edit:hover {
    color: #ffffff;
}

.woocommerce-MyAccount-content .edit:before,
.woocommerce-MyAccount-content .edit:after {
    display: none;
}

.woocommerce-EditAccountForm fieldset {
    margin-top: 70px;
}

.woocommerce-EditAccountForm legend {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #222628;
    border-bottom: solid 2px #222628;
    margin-bottom: 30px;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce h2 {
    width: 400px;
    margin: 0 auto;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    width: 100%;
    display: block;
}

.woocommerce .lost_password {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce h2 {
    font-size: 30px;
    margin: -15px auto 20px;
}

.woocommerce form .form-row label {
    font-size: 14px;
    font-weight: 500;
    color: #222628;
}

.woocommerce-form-login__rememberme {
    overflow: hidden;
    margin: 0 0 22px;
    position: relative;
}

.woocommerce-form-login__rememberme input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    position: absolute;
    left: -9999px;
}

.woocommerce-form-login__rememberme input[type="checkbox"]:checked + span:before,
.woocommerce-form-login__rememberme input[type="checkbox"]:not(:checked) + span:before {
    content: '';
    width: 23px;
    height: 23px;
    display: inline-block;
    border: solid 1px #e9e9e4;
    border-radius: 0;
    margin-top: -1px;
    margin-right: 16px;
    cursor: pointer;
    vertical-align: text-top;
    position: static;
}

.woocommerce-form-login__rememberme input[type="checkbox"]:checked + span:before {
    content: '\f00c';
    font-family: FontAwesome, sans-serif;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 48%;
    float: left;
}

.woocommerce .marketum_single_product_page div.product div.summary {
    width: 48%;
    float: right;
    clear: none;
}

/* ------------------------- */
/* ------ Woo Widgets ------ */
/* ------------------------- */
.marketum_sidebar .widget_product_categories li {
    text-align: right;
}

.marketum_sidebar .widget_product_categories a {
    display: inline-block;
    float: left;
    position: relative;
}

/* ----------------------------- */
/* --- Product Search Widget --- */
/* ----------------------------- */
.marketum_sidebar .widget_product_search,
.marketum_sidebar .wc-block-product-search {
    margin-bottom: 58px;
}

.marketum_sidebar .wc-block-product-search form {
    background: #e6e6e2;
    padding: 7px 20px 30px;
}

.marketum_sidebar .wc-block-product-search form label {
    display: none;
}

.marketum_sidebar .wc-block-product-search form .wc-block-product-search__fields {
    display: block;
    position: relative;
}

.marketum_sidebar .wc-block-product-search input[type="search"] {
    width: 100%;
    height: 54px;
    background: transparent;
    border: none;
    border-bottom: solid 1px #c4c4c2;
    border-radius: 0;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 0 38px 0 0;
    margin: 0;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.marketum_sidebar .wc-block-product-search button {
    width: 36px;
    height: 54px;
    background: transparent;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #32373c;
    margin: 0;
    position: absolute;
    top: 0;
    right: -5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.marketum_sidebar .wc-block-product-search button svg{
    display: none;
}

.marketum_sidebar .wc-block-product-search button:after {
    content: '\f002';
    font-family: FontAwesome, sans-serif;
    font-size: 20px;
    line-height: 20px;
}

/* --------------------------- */
/* --- Price Filter Widget --- */
/* --------------------------- */
.woocommerce .widget_price_filter {
    margin-bottom: 43px;
}

.woocommerce .widget_price_filter .widget_title {
    margin-bottom: 32px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 1px;
    margin: 38px 0 30px;
}

body.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #e6e6e2;
}

body.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #222628;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    border: none;
    top: -7px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    display: inline-block;
    margin-top: -2px;
    font-size: 16px;
    font-weight: 500;
    color: #222628;
    position: absolute;
    left: 0;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center;
    color: #222628;
    padding: 16px 30px;
    border-radius: 0;
    border: 2px solid;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    color: #ffffff;
}

/* ------------------------ */
/* --- Products Widgets --- */
/* ------------------------ */
.marketum_sidebar .widget_products {
    margin-bottom: 44px;
}

.widget_recently_viewed_products .widget_title,
.widget_recent_reviews .widget_title,
.widget_top_rated_products .widget_title,
.widget_products .widget_title {
    margin-bottom: 22px;
}

.woocommerce .marketum_sidebar ul.product_list_widget li {
    min-height: 81px;
    margin-top: 30px;
}

.woocommerce .marketum_sidebar ul.product_list_widget li:not(:last-of-type) {
    padding: 0;
    margin-bottom: 9px;
    position: relative;
}

.woocommerce .marketum_sidebar ul.product_list_widget li a {
    line-height: 15px;
}

.woocommerce .marketum_sidebar ul.product_list_widget li a:before,
.woocommerce .marketum_sidebar ul.product_list_widget li a:after {
    display: none;
}

.woocommerce .marketum_sidebar ul.product_list_widget li img {
    width: 84px;
    height: auto;
    background: #ffffff;
    margin: 0 24px 0 0;
    float: left;
}

.woocommerce .marketum_sidebar ul.product_list_widget li span.product-title,
.woocommerce .marketum_sidebar ul.product_list_widget li span.amount:first-of-type {
    font-weight: 500;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce .marketum_sidebar ul.product_list_widget li span.amount {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 9px;
}

.woocommerce .marketum_sidebar ul.product_list_widget li del span.amount {
    text-decoration: line-through;
    opacity: 1;
    color: #7d7d6f;
}

.woocommerce .marketum_sidebar ul.product_list_widget li ins span.amount {
    margin-left: 0 !important;
}

.woocommerce .marketum_sidebar ul.product_list_widget li .star-rating {
    display: block;
    margin-top: 18px;
    margin-left: 100px;
}

.woocommerce .marketum_sidebar ul.product_list_widget li .star-rating span {
    color: #ffa800;
}

.woocommerce .marketum_sidebar ul.product_list_widget li span.reviewer {
    margin-left: 25px;
}

/* ------------------- */
/* --- Cart Widget --- */
/* ------------------- */
.woocommerce .marketum_sidebar .widget_shopping_cart .cart_list li,
.marketum_sidebar .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
}

.woocommerce .marketum_sidebar .widget_shopping_cart .cart_list li a.remove,
.marketum_sidebar .woocommerce.widget_shopping_cart .cart_list li a.remove {
    left: auto;
    right: 0;
}

.woocommerce .marketum_sidebar .widget_shopping_cart .cart_list li a.remove:hover,
.marketum_sidebar .woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
    opacity: .75;
    background: transparent;
}

.woocommerce .marketum_sidebar .widget_shopping_cart ul.product_list_widget li img,
.marketum_sidebar .woocommerce.widget_shopping_cart ul.product_list_widget li img {
    margin-right: 18px;
}

.woocommerce  .marketum_sidebar.widget_shopping_cart ul.product_list_widget li span.amount,
.marketum_sidebar .woocommerce.widget_shopping_cart ul.product_list_widget li span.amount {
    margin-left: 0;
}

.woocommerce .marketum_sidebar .widget_shopping_cart .total,
.marketum_sidebar .woocommerce.widget_shopping_cart .total {
    font-size: 14px;
    border: none;
    padding-top: 10px;
}

.woocommerce .marketum_sidebar .widget_shopping_cart .buttons a,
.marketum_sidebar .woocommerce.widget_shopping_cart .buttons a {
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    padding: 17px 27px;
    border: 2px solid;
    border-radius: 0 0 15px 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

.woocommerce .marketum_sidebar .widget_shopping_cart .buttons a:hover,
.marketum_sidebar .woocommerce.widget_shopping_cart .buttons a:hover {
    box-shadow: 0 20px 38px rgba(0,0,0,.16);
}

/* --------------------------- */
/* --- Product Tags Widget --- */
/* --------------------------- */
.marketum_sidebar .widget_product_tag_cloud {
    margin-bottom: 50px;
}

.marketum_sidebar .widget_product_tag_cloud .widget-title {
    display: none;
}

/* -------------------------------------------- */
/* ---------- WooCommerce Login Form ---------- */
/* -------------------------------------------- */
.woocommerce .outer-form-wrapper {
    max-width: 370px;
    margin: 0 auto;
}

.woocommerce .outer-form-wrapper .tab-column.hidden {
    display: none;
}

.woocommerce .outer-form-wrapper h4 {
    border-bottom: solid 2px #222628;
    padding-bottom: 9px;
    margin-bottom: 46px;
}

.woocommerce .outer-form-wrapper form.login,
.woocommerce .outer-form-wrapper form.lost_reset_password,
.woocommerce .outer-form-wrapper form.register {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0 -15px;
}

.woocommerce .outer-form-wrapper form.login .input-floating-wrap,
.woocommerce .outer-form-wrapper form.lost_reset_password .input-floating-wrap,
.woocommerce .outer-form-wrapper form.register .input-floating-wrap {
    min-width: 100%;
}

.woocommerce .outer-form-wrapper form.login &gt; p,
.woocommerce .outer-form-wrapper form.lost_reset_password &gt; p,
.woocommerce .outer-form-wrapper form.register &gt; p,
.woocommerce .outer-form-wrapper form div {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
}

.woocommerce .outer-form-wrapper form.login &gt; p:not(:first-child),
.woocommerce .outer-form-wrapper form.lost_reset_password &gt; p:not(:first-child),
.woocommerce .outer-form-wrapper form.register &gt; p:not(:first-child) {
    margin-top: 16px;
}

.woocommerce .outer-form-wrapper form.login &gt; p.save_row {
    margin-top: 21px;
}

.woocommerce .outer-form-wrapper .button {
    overflow: hidden;
    position: relative;
}

body .woocommerce .woocommerce-form-login .button:hover,
body .woocommerce .woocommerce-form-register .button:hover,
body .woocommerce .lost_reset_password .button:hover {
    background: transparent;
}

.woocommerce .outer-form-wrapper .woocommerce-LostPassword {
    padding: 0;
    font-weight: 500;
    white-space: nowrap;
}

.woocommerce .outer-form-wrapper .form-row:before, .woocommerce .outer-form-wrapper .form-row:after {
    content: none;
    display: none;
}

.woocommerce .outer-form-wrapper .form-attention:not(:first-child) {
    margin: 20px 0 0;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
    color: #222628;
}

.woocommerce .outer-form-wrapper .form-attention .tab-columns-switcher {
    cursor: pointer;
}

/********** WooCommerce Sign Up Form **********/
#add_payment_method .cart-collaterals .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
    content: none;
    display: none;
}

/********** Store Notice ***********/
.woocommerce-store-notice, .woocommerce-store-notice.demo_store {
    padding: 20px 46px 20px 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link, .woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link {
    position: absolute;
    top: 50%;
    right: 15px;
    left: initial;
    width: 16px;
    height: 16px;
    margin: -8px 0 0;
    -webkit-transition: opacity 0.3s, color 0.3s;
    transition: opacity 0.3s, color 0.3s;
    cursor: pointer;
    font-size: 0;
    line-height: 1;
    text-align: center;
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:before, .woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link:before {
    content: '\e803';
    font: 400 normal 16px/1 'fontello';
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:hover, .woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link:hover {
    opacity: .5;
}

/********** WooCommerce Password Recovery Form **********/
@media only screen and (min-width: 360px) {
    .woocommerce .outer-form-wrapper .woocommerce-LostPassword {
        display: inline-block;
        padding: 1px 0 1px 20px;
        margin-top: -3px;
        letter-spacing: -.2px;
    }

    .woocommerce .outer-form-wrapper .form-row {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 576px) {
    body .content-wrapper .woocommerce-error,
    body .content-wrapper .woocommerce-info,
    body .content-wrapper .woocommerce-message {
        display: block;
    }

    body .content-wrapper .woocommerce-error .button,
    body .content-wrapper .woocommerce-info .button,
    body .content-wrapper .woocommerce-message .button {
        margin: -6px 0 -6px 30px;
    }

    .woocommerce form.checkout_coupon {
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .woocommerce form.checkout_coupon .form-row-first {
        padding: 0 10px 0 0;
        margin-bottom: 0;
    }

    .woocommerce form.checkout_coupon .form-row-last {
        padding: 0 0 0 10px;
    }

    .woocommerce form.checkout_coupon button {
        width: auto;
        padding: 14px 20px 15px;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals td:before,
    .woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals td:before {
        display: block;
        width: 100%;
        float: none;
        text-align: left;
        margin: 0 0 10px;
    }
}

@media only screen and (min-width: 768px) {
    .woocommerce-pagination:not(:first-child) {
        margin-top: 31px;
    }
}

@media only screen and (min-width: 992px) {
    .product-filters-trigger-wrapper {
        display: none;
    }

    .woocommerce .catalog-top-info-wrapper {
        display: block;
    }

    .woocommerce .catalog-top-info-wrapper .woocommerce-result-count {
        width: auto;
        margin: 0;
    }

    .woocommerce .catalog-top-info-wrapper .shop-mode-buttons {
        margin: 2px 0 0 92px;
        float: right;
    }

    .woocommerce .catalog-top-info-wrapper .woocommerce-ordering {
        float: right;
        width: auto;
        border: none;
        padding: 0;
    }

    /********** Store Notice ***********/
    .woocommerce-store-notice, .woocommerce-store-notice.demo_store {
        padding: 37px 100px 37px 40px;
    }

    .woocommerce-store-notice .woocommerce-store-notice__dismiss-link, .woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link {
        right: 40px;
        left: initial;
        width: 20px;
        height: 20px;
        margin: -10px 0 0;
    }

    .woocommerce-store-notice .woocommerce-store-notice__dismiss-link:before, .woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link:before {
        font-size: 20px;
    }
}

/* -------------------------------- */
/* ---------- Responsive ---------- */
/* -------------------------------- */
@media only screen and (min-width: 1921px) {
    .woocommerce .marketum_single_product_page .quantity .qty,
    .woocommerce table.shop_table tbody .quantity .qty {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1201px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {

  }

  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
      width: 30%;
  }

  .woocommerce .marketum_sidebar_right ul.products.columns-4 li.product,
  .woocommerce-page .marketum_sidebar_right ul.products.columns-4 li.product,
  .woocommerce .marketum_sidebar_left ul.products.columns-4 li.product,
  .woocommerce-page .marketum_sidebar_left ul.products.columns-4 li.product {
      width: 30%;
      clear: none !important;
  }

  .woocommerce .marketum_sidebar_right ul.products.columns-4 li.product:nth-of-type(3n+3),
  .woocommerce-page .marketum_sidebar_right ul.products.columns-4 li.product:nth-of-type(3n+3),
  .woocommerce .marketum_sidebar_left ul.products.columns-4 li.product:nth-of-type(3n+3),
  .woocommerce-page .marketum_sidebar_left ul.products.columns-4 li.product:nth-of-type(3n+3) {
      margin-right: 0;
  }

  .woocommerce .marketum_sidebar_right ul.products.columns-4 li.product.last,
  .woocommerce-page .marketum_sidebar_right ul.products.columns-4 li.product.last,
  .woocommerce .marketum_sidebar_left ul.products.columns-4 li.product.last,
  .woocommerce-page .marketum_sidebar_left ul.products.columns-4 li.product.last {
      margin-right: 30px;
  }

  .woocommerce .marketum_sidebar_none ul.products.columns-3 li.product,
  .woocommerce-page .marketum_sidebar_none ul.products.columns-3 li.product {
      width: 31.1%;
  }

  .woocommerce .marketum_sidebar_none ul.products.columns-4 li.product,
  .woocommerce-page .marketum_sidebar_none ul.products.columns-4 li.product {
      width: 22.55%;
  }
}

@media only screen and (max-width: 1025px) {
  .woocommerce .marketum_single_product_page div.product div.summary {
      padding-left: 0;
  }

  .woocommerce .marketum_single_product_pagediv.product div.summary {
      margin-bottom: 20px;
  }

  .marketum_single_product_page .woocommerce-tabs {
      padding: 110px 0 90px;
  }

    .woocommerce .marketum_single_product_page div.product .product_title {
        font-size: 32px;
    }

  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
      position: relative;
  }

  .woocommerce .woocommerce-ordering:after,
  .woocommerce-page .woocommerce-ordering:after {
      content: '\f107';
      display: none;
      font-family: FontAwesome, sans-serif;
      font-size: 16px;
      line-height: 1;
      position: absolute;
      top: 7px;
      right: 3px;
  }

  .woocommerce .marketum_single_product_page .quantity .qty,
  .woocommerce table.shop_table tbody .quantity .qty {
      padding-left: 2px;
  }

  body .marketum_custom_products_list.view_type_1 .woocommerce ul.products li.product {
      width: 22.58%;
  }

  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
      width: 35%;
  }

  .woocommerce .marketum_sidebar_right ul.products.columns-4 li.product,
  .woocommerce-page .marketum_sidebar_right ul.products.columns-4 li.product,
  .woocommerce .marketum_sidebar_left ul.products.columns-4 li.product,
  .woocommerce-page .marketum_sidebar_left ul.products.columns-4 li.product {
      width: 29.9%;
  }

  .marketum_single_product_page section.related.products &gt; h2 {
      margin-bottom: 30px;
  }

  .marketum_single_product_page .product_title {
      font-size: 37px;
  }

  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
      margin-top: 38px;
  }

    .woocommerce .marketum_sidebar ul.product_list_widget li a {
        line-height: 20px;
    }

    .checkout-column-side .product-name-title {
        margin-bottom: 5px;
    }

    #add_payment_method #payment ul.payment_methods li,
    .woocommerce-cart #payment ul.payment_methods li,
    .woocommerce-checkout #payment ul.payment_methods li {
        margin-bottom: 47px;
    }
}

@media only screen and (max-width: 991px) {
  .woocommerce .marketum_sidebar_none ul.products.columns-3 li.product,
  .woocommerce-page .marketum_sidebar_none ul.products.columns-3 li.product {
      width: 30.3%;
  }

  .woocommerce .marketum_sidebar_none ul.products.columns-4 li.product,
  .woocommerce-page .marketum_sidebar_none ul.products.columns-4 li.product {
      width: 21.55%;
  }

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce .marketum_single_product_page div.product div.summary,
  .woocommerce-checkout .woocommerce-checkout-review-order {
      width: 100% !important;
      float: none !important;
  }
}

@media only screen and (max-width: 769px) {
    .marketum_single_product_page section.related.products .products.columns-4 li.product,
    .marketum_single_product_page section.related.products .products.columns-5 li.product,
    .marketum_single_product_page section.related.products .products.columns-6 li.product {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents {
        margin-top: -30px;
        font-size: 14px;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        font-size: 14px;
        font-weight: 600;
    }

    .woocommerce-checkout .woocommerce table.shop_table_responsive tr td.product-name::before,
    .woocommerce-checkout.woocommerce-page table.shop_table_responsive tr td.product-name::before {
        position: relative;
        top: 14px;
    }

    .woocommerce table.shop_table tbody td.product-name a {
        font-size: 14px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding-bottom: 30px;
        margin-bottom: 50px;
        border-bottom: solid 2px #222628;
    }

    .woocommerce .checkout-columns, .woocommerce-page .checkout-columns {
        flex-direction: column;
    }

    .woocommerce table.shop_table_responsive tr td.product-thumbnail,
    .woocommerce-page table.shop_table_responsive tr td.product-thumbnail {
        border-top: none !important;
    }

    .woocommerce table.shop_table_responsive tr td.product-thumbnail::before,
    .woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before {
        display: none;
    }

    .woocommerce table.shop_table_responsive tr td.product-name,
    .woocommerce-page table.shop_table_responsive tr td.product-name {
        padding-left: 0;
    }

  .marketum_single_product_page .woocommerce-tabs {
      padding: 85px 0 75px;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery {
      margin-bottom: 52px;
  }

  .marketum_single_product_page section.related.products h2 {
      font-size: 32px;
  }

  .woocommerce table.shop_table tbody td.actions &gt; .button {
      position: relative;
      margin-left: 0;
      margin-top: 80px;
  }

  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
      width: 40%;
      float: right;
  }

  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
      max-width: 100%;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
      background: transparent;
  }

  .woocommerce-checkout .woocommerce-additional-fields {
      margin-top: 50px;
  }

  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
      display: block;
  }

  .woocommerce table.shop_table tbody td.product-thumbnail {
      width: 100%;
  }

  .woocommerce table.cart .product-thumbnail:before,
  .woocommerce-page table.cart .product-thumbnail:before {
      display: none;
  }

  .woocommerce-checkout #customer_details .col-1,
  .woocommerce-checkout #customer_details .col-2 {
      width: 100% !important;
      float: none !important;
  }

  .woocommerce table.shop_table tbody td.actions .coupon {
      width: 100%;
  }

  body .marketum_custom_products_list.view_type_1 .woocommerce ul.products li.product {
      width: 30.4%;
      margin: 0 30px 30px 0;
      clear: none;
  }

  body .marketum_custom_products_list.view_type_1 .woocommerce ul.products li.product:nth-last-child(3n+3) {
      margin-right: 0;
  }

  .marketum_shop_list_page .marketum_sidebar {
      padding-top: 0;
      margin-top: 100px;
  }

  .woocommerce-cart .woocommerce table.shop_table tbody td.actions .coupon input[type="text"] {
      width: 300px;
  }

  .woocommerce table.shop_table tbody td {
      padding: 30px 0;
  }

  .woocommerce table.shop_table tbody td.actions {
      padding: 39px 20px;
  }

  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
      padding: 0;
  }

  .woocommerce table.shop_table tbody td.product-remove {
      padding-left: 20px;
  }

  .woocommerce table.shop_table .cart_item {
      border-bottom: solid 3px #222628;
  }

    .woocommerce table.shop_table tbody tr:first-of-type td,
    .woocommerce-checkout .woocommerce table.shop_table tbody tr.cart_item td {
        border-top: solid 1px #c0c0b7;
    }

  .woocommerce table.shop_table_responsive tbody tr td:first-child,
  .woocommerce-page table.shop_table_responsive tbody tr td:first-child {
      padding: 30px 0 0;
  }

  body .woocommerce table.shop_table tbody td.actions {
      padding: 50px 0 10px;
  }

  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
      margin-top: 48px;
  }

  .marketum_single_product_page .product_title {
      font-size: 32px;
  }

    .woocommerce .checkout-columns .checkout-column-main,
    .woocommerce-page .checkout-columns .checkout-column-main,
    .woocommerce .checkout-columns .checkout-column-side,
    .woocommerce-page .checkout-columns .checkout-column-side {
        width: 100%;
    }

    .woocommerce table.shop_table tbody td.product-quantity:before {
        margin-top: 10px;
    }

    .woocommerce-checkout #customer_details,
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        margin-bottom: 0;
    }

    .woocommerce .checkout-columns .checkout-column-side,
    .woocommerce-page .checkout-columns .checkout-column-side {
        padding: 0;
    }

    .woocommerce-checkout .woocommerce-billing-fields {
        margin-bottom: 0;
    }

    .woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
        margin-bottom: 70px;
    }

    .woocommerce-checkout #customer_details .woocommerce-additional-fields .checkout-column-side h3 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 737px) {
    .woocommerce-checkout #customer_details .woocommerce-additional-fields h3.marketum_payment_title {
        margin-bottom: 31px;
    }

    .woocommerce-checkout #payment ul.payment_methods {
        padding-bottom: 18px;
    }

    #add_payment_method #payment ul.payment_methods li,
    .woocommerce-cart #payment ul.payment_methods li,
    .woocommerce-checkout #payment ul.payment_methods li {
        margin-bottom: 17px;
    }

    #add_payment_method #payment div.payment_box,
    .woocommerce-cart #payment div.payment_box,
    .woocommerce-checkout #payment div.payment_box {
        margin-bottom: 12px;
    }

    .woocommerce #reviews #comments ol.commentlist li {
        margin-bottom: 30px;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
        float: none;
    }

    .woocommerce .marketum_single_product_page div.product .product_title {
        font-size: 32px;
    }

    .marketum_header_cart_container {
        display: none;
    }

    .woocommerce table.shop_table tbody td {
        padding: 30px 0;
    }

    .woocommerce table.shop_table tbody td.actions .button:before {
        display: none;
    }

    .woocommerce-cart .woocommerce table.shop_table tbody td.actions .coupon input[type="text"] {
        width: 100%;
        margin-bottom: 30px;
    }

    .woocommerce table.cart td.actions .coupon .input-text+.button,
    .woocommerce-page table.cart td.actions .coupon .input-text+.button {
        width: 100%;
        margin: 0;
        float: none;
    }

    .woocommerce table.shop_table tbody td.actions &gt; .button {
        margin-top: 75px;
    }

    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product,
    .woocommerce ul.products.columns-4 li.product,
    .woocommerce-page ul.products.columns-4 li.product,
    .woocommerce ul.products.columns-5 li.product,
    .woocommerce-page ul.products.columns-5 li.product,
    .woocommerce ul.products.columns-6 li.product,
    .woocommerce-page ul.products.columns-6 li.product {
        max-width: 50%;
        flex: 0 0 50%;
    }

  .woocommerce div.product div.images.woocommerce-product-gallery {
      padding: 0;
  }

  .woocommerce .marketum_single_product_page .quantity .qty,
  .woocommerce table.shop_table tbody .quantity .qty {
      padding-left: 0;
  }

  .woocommerce .return-to-shop,
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-Message {
      display: flex;
      flex-direction: column-reverse;
  }

  .woocommerce .return-to-shop .button,
  .woocommerce .woocommerce-message .button,
  .woocommerce .woocommerce-Message .button {
      float: none;
      margin: 20px 0;
  }

  .marketum_header_cart {
      margin-top: -10px;
  }

  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product,
  .woocommerce .marketum_sidebar_none ul.products.columns-3 li.product,
  .woocommerce-page .marketum_sidebar_none ul.products.columns-3 li.product,
  .woocommerce .marketum_sidebar_none ul.products.columns-4 li.product,
  .woocommerce-page .marketum_sidebar_none ul.products.columns-4 li.product,
  .woocommerce .marketum_sidebar_none ul.products.columns-5 li.product,
  .woocommerce-page .marketum_sidebar_none ul.products.columns-5 li.product,
  .woocommerce .marketum_sidebar_none ul.products.columns-6 li.product,
  .woocommerce-page .marketum_sidebar_none ul.products.columns-6 li.product,
  .woocommerce .marketum_sidebar_right ul.products.columns-3 li.product,
  .woocommerce-page .marketum_sidebar_right ul.products.columns-3 li.product,
  .woocommerce .marketum_sidebar_left ul.products.columns-3 li.product,
  .woocommerce-page .marketum_sidebar_left ul.products.columns-3 li.product,
  .woocommerce .marketum_sidebar_right ul.products.columns-4 li.product,
  .woocommerce-page .marketum_sidebar_right ul.products.columns-4 li.product,
  .woocommerce .marketum_sidebar_left ul.products.columns-4 li.product,
  .woocommerce-page .marketum_sidebar_left ul.products.columns-4 li.product,
  .woocommerce .marketum_sidebar_right ul.products.columns-5 li.product,
  .woocommerce-page .marketum_sidebar_right ul.products.columns-5 li.product,
  .woocommerce .marketum_sidebar_left ul.products.columns-5 li.product,
  .woocommerce-page .marketum_sidebar_left ul.products.columns-5 li.product,
  .woocommerce .marketum_sidebar_right ul.products.columns-6 li.product,
  .woocommerce-page .marketum_sidebar_right ul.products.columns-6 li.product,
  .woocommerce .marketum_sidebar_left ul.products.columns-6 li.product,
  .woocommerce-page .marketum_sidebar_left ul.products.columns-6 li.product,
  body .marketum_custom_products_list.view_type_1 .woocommerce ul.products li.product {
      width: 100%;
      margin-right: 0;
      margin-bottom: 40px;
  }

  .marketum_shop_loop select.orderby {
      margin-top: 3px;
  }

  .woocommerce .woocommerce-ordering:after,
  .woocommerce-page .woocommerce-ordering:after {
      top: 6px;
  }

  .marketum_shop_list_page .marketum_sidebar {
      margin-top: 60px;
  }

  .marketum_single_product_page .woocommerce-tabs {
      padding: 68px 0 15px;
  }

    .woocommerce #review_form #respond p.form-submit {
        margin-bottom: 45px;
    }

  .marketum_single_product_page section.related.products &gt; h2 {
      margin-bottom: 20px;
  }

  .woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button {
      width: 100%;
  }

  .woocommerce table.shop_table tbody td.actions .coupon label {
      margin-bottom: 23px;
  }

  .woocommerce .cart-collaterals h2, .woocommerce-page .cart-collaterals h2 {
      margin-bottom: 17px;
  }

  .woocommerce-checkout .woocommerce-additional-fields {
      margin-top: 20px;
  }

  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order,
  .woocommerce-page #payment .place-order {
      margin-bottom: 0;
  }

  .marketum_single_product_page .product_title {
      font-size: 32px;
  }

  .woocommerce-checkout #customer_details .woocommerce-input-wrapper,
  body .woocommerce-MyAccount-content .woocommerce-input-wrapper,
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea {
      margin-bottom: 8px;
  }

  .woocommerce-checkout #customer_details {
      margin-bottom: 0;
  }

  .woocommerce .star-rating {
      margin-top: 7px;
  }

  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
      line-height: 25px;
  }

    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        margin-top: 8px;
    }

    .woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
        margin-bottom: 35px;
    }

    .woocommerce .outer-form-wrapper form.login,
    .woocommerce .outer-form-wrapper form.lost_reset_password,
    .woocommerce .outer-form-wrapper form.register {
        margin: 0;
    }

    .woocommerce .outer-form-wrapper form.login &gt; p,
    .woocommerce .outer-form-wrapper form.lost_reset_password &gt; p,
    .woocommerce .outer-form-wrapper form.register &gt; p,
    .woocommerce .outer-form-wrapper form div {
        padding: 0;
    }
}

@media only screen and (max-width: 569px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
      width: 100%;
  }

  .woocommerce-checkout .woocommerce-form-coupon-toggle,
  .woocommerce-checkout .woocommerce-checkout-review-order {
      padding: 0;
  }

  .woocommerce-checkout #customer_details {
      padding: 25px 0 0;
  }

    .woocommerce-checkout .woocommerce form .form-row.validate-state,
    .woocommerce-checkout .woocommerce form .form-row.validate-phone,
    .woocommerce-checkout .woocommerce form .form-row.validate-postcode,
    .woocommerce-checkout .woocommerce form .form-row.validate-email {
        width: 100%;
        float: none;
        padding: 0;
    }
}

@media only screen and (max-width: 415px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 20px 40px 22px;
    }

    .woocommerce-checkout #customer_details .woocommerce-additional-fields h3 {
        margin-bottom: 20px;
    }

    .woocommerce table.shop_table tbody td.actions &gt; .button {
        margin-top: 65px;
    }

  .woocommerce-cart .woocommerce table.shop_table tbody td.actions .coupon input[type="text"],
  .woocommerce-page table.cart td.actions .coupon .input-text + .button,
  .woocommerce form.woocommerce-checkout .form-row-first,
  .woocommerce form.woocommerce-checkout .form-row-last,
  .woocommerce-page form.woocommerce-checkout .form-row-first,
  .woocommerce-page form.woocommerce-checkout .form-row-last,
  body .woocommerce-MyAccount-content .form-row-first,
  body .woocommerce-MyAccount-content .form-row-last {
      width: 100%;
  }

    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        width: 70px;
        height: 70px;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin-left: 0;
    }

    .woocommerce .comment_container .star-rating,
    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        margin-left: 85px;
    }

    .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-reply-title {
        margin-bottom: 10px;
    }

    .woocommerce .comment_container .star-rating {
        float: none;
        margin-bottom: 3px;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date:before {
        display: none;
    }

    .woocommerce ul.products li.product a {
        display: block;
    }

    .woocommerce ul.products.columns-2 li.product,
    .woocommerce-page ul.products.columns-2 li.product,
    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product,
    .woocommerce ul.products.columns-4 li.product,
    .woocommerce-page ul.products.columns-4 li.product,
    .woocommerce ul.products.columns-5 li.product,
    .woocommerce-page ul.products.columns-5 li.product,
    .woocommerce ul.products.columns-6 li.product,
    .woocommerce-page ul.products.columns-6 li.product {
        max-width: 100%;
        flex: 0 0 100%;
    }

  .woocommerce table.cart td.actions .coupon {
      padding-bottom: 20px;
  }

  .woocommerce form.woocommerce-checkout .form-row-first,
  .woocommerce-page form.woocommerce-checkout .form-row-first,
  body .woocommerce-MyAccount-content .form-row-first,
  .woocommerce form.woocommerce-checkout .form-row-last,
  .woocommerce-page form.woocommerce-checkout .form-row-last,
  body .woocommerce-MyAccount-content .form-row-last {
      padding-left: 0;
      padding-right: 0;
  }

  .woocommerce-account .woocommerce form.login,
  .woocommerce-account .woocommerce form.register,
  .woocommerce-account .woocommerce h2 {
      width: 100%;
  }

  .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-author,
  .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-email {
      width: 100%;
  }

  .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-author,
  .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-email {
      padding: 0;
  }

  .woocommerce #review_form #respond p.comment-form-author {
      margin-bottom: 0;
  }

  body.woocommerce-checkout .checkout_coupon .button {
      margin-left: 0;
  }

  body.woocommerce .marketum_single_product_page div.product form.cart .group_table tr {
      border-bottom: solid 1px #e1e1e1;
  }

  body.woocommerce .marketum_single_product_page div.product form.cart .group_table tr:not(:first-of-type) .woocommerce-grouped-product-list-item__quantity {
      padding-top: 30px;
  }

  body.woocommerce .marketum_single_product_page div.product form.cart .group_table td {
      width: 100%;
      display: block;
      text-align: left;
  }

  body.woocommerce .marketum_single_product_page div.product form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .button {
      margin-top: 0;
  }

  body.woocommerce .marketum_single_product_page div.product form.cart.grouped_form table .woocommerce-grouped-product-list-item__label,
  body.woocommerce .marketum_single_product_page div.product form.cart.grouped_form table .woocommerce-grouped-product-list-item__price {
      padding: 10px 0 0;
  }

  body.woocommerce .marketum_single_product_page div.product form.cart.grouped_form table .woocommerce-grouped-product-list-item__price {
      font-weight: 700;
      padding: 0 0 20px;
  }

  .marketum_shop_loop .woocommerce-result-count {
      padding-left: 3px;
      margin-bottom: 10px;
  }

  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering,
  .marketum_shop_loop select.orderby {
      width: 100%;
  }

  .marketum_shop_loop select.orderby {
      margin-top: 0;
  }

  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
      display: block;
  }

  .woocommerce-checkout .checkout_coupon .form-row {
      width: 100%;
  }

  .woocommerce-info,
  .woocommerce-cart .woocommerce-message,
  .woocommerce-error {
      padding-left: 60px;
  }

    .marketum_single_product_page section.related.products .products.columns-4 li.product,
    .marketum_single_product_page section.related.products .products.columns-5 li.product,
    .marketum_single_product_page section.related.products .products.columns-6 li.product {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 376px) {
  .marketum_single_product_page .product_meta span.tagged_as a {
      display: inline-block;
      padding: 2px 10px;
      margin-bottom: 7px;
  }
}

@media only screen and (max-width: 321px) {
  .woocommerce .marketum_single_product_page div.product form.cart .button {
      padding: 15px 17px;
  }
}
</pre></body></html>