/*@charset "UTF-8";*/
/* ------------------- */
/* --- Header Cart --- */
/* ------------------- */
.philantrop_header_cart_container {
    display: flex;
    align-items: center;
    padding: 0 36px 0 6px;
    position: relative;
    z-index: 10;
}

.philantrop_header_cart_wrapper {
    position: relative;
}

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

.philantrop_header_cart_container a svg,
.philantrop_header_cart_container a span,
.philantrop_menu_mobile_cart_button svg,
.philantrop_menu_mobile_cart_button span {
    position: relative;
    z-index: 5;
}

.philantrop_header_cart_container .icon,
.philantrop_menu_mobile_cart_button svg {
    width: 22px;
    height: 21px;
}

.philantrop_header_cart_container .philantrop_cart-trigger__count,
.philantrop_menu_mobile_cart_button .philantrop_cart-trigger__count {
    width: 16px;
    height: 16px;
    border: solid 2px #ffffff;
    border-radius: 50%;
    font-size: 9px;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    position: absolute;
    top: 2px;
    right: -8px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_header_cart_container a:hover .philantrop_cart-trigger__count,
.philantrop_menu_mobile_cart_button a:hover .philantrop_cart-trigger__count {
    background: #333333;
    color: #ffffff;
}

.philantrop_header_cart_content_container {
    width: 532px;
    height: 0;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
    border: solid 1px #18191a;
    background: #ffffff;
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, .04);
    padding: 76px 0 43px;
    opacity: 0 !important;
    pointer-events: none;
    position: absolute;
    top: -15px;
    right: -29px;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 1;
}

.philantrop_header_cart_container:hover .philantrop_header_cart_content_container {
    height: auto;
    opacity: 1 !important;
    pointer-events: auto;
}

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

body .philantrop_header_cart_content_container ul {
    padding: 0;
    margin: 0;
}

body .philantrop_header_cart_content_container ul.cart_list li,
body .philantrop_header_cart_content_container ul.product_list_widget li {
    display: block;
    padding: 0 35px 0 50px;
    margin-top: 0;

}

.philantrop_header_cart_content_container ul.cart_list li:last-of-type .philantrop_mini_cart_item,
.philantrop_header_cart_content_container ul.product_list_widget li:last-of-type .philantrop_mini_cart_item {
    border-bottom-color: #1a1a1c;
}

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

.philantrop_mini_cart_item {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #b3b3b3;
    padding-bottom: 31px;
}

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

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

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

.philantrop_header_cart_content_container .content-woocommerce-wrapper {
    padding-left: 24px;
}

body .philantrop_header_cart_content_container .woocommerce-mini-cart-item__title {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -.3px;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 0;
}

body .philantrop_header_cart_content_container .woocommerce-mini-cart-item__title a {
    font-weight: inherit !important;
}

.philantrop_header_cart_content_container .quantity {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #9c9c9c;
    margin-bottom: 0;
}

.philantrop_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;
}

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

.philantrop_mini_cart_star_rating > span {
    height: 1em;
    overflow: hidden;
    color: #ffa800;
    position: absolute;
    top: 0;
    left: 0;
}

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

.philantrop_header_cart_content_container .philantrop_mini_cart_line_total {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 300;
    margin-right: 50px;
}

body .philantrop_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 .philantrop_header_cart_content_container .remove_from_cart_button:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

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

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

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

.philantrop_header_cart_content_container .woocommerce-mini-cart-total {
    padding: 0 58px;
    margin: 23px 0 63px;
    font-size: 20px;
}

.philantrop_header_cart_content_container .woocommerce-mini-cart-total strong {
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 300;
}

.philantrop_header_cart_content_container .woocommerce-mini-cart-total .woocommerce-Price-amount {
    margin-left: 1px;
    font-weight: 300;
}

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

.philantrop_header_cart_content_container .woocommerce-mini-cart-buttons a {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 300;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 14px 69px 15px;
    overflow: hidden;
}

.philantrop_header_cart_content_container .woocommerce-mini-cart-buttons a:hover {
    background: transparent;
}

.philantrop_header_cart_content_container .woocommerce-mini-cart-buttons a svg {
    position: absolute;
}

.philantrop_header_cart_container .philantrop_button svg rect {
    stroke-dasharray: 405%, 50%;
    stroke-dashoffset: -50%;
    transition: all 0.45s cubic-bezier(0, 0, 0.58, 1.0);
}

.philantrop_header_cart_container .philantrop_button:hover svg rect {
    stroke-dasharray: 405%, 50%;
    stroke-dashoffset: 0;
    transition: all 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}

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

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

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

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

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

.philantrop_woocommerce-ordering {
    display: inline-block;
    float: right;
    position: relative;
}

.woocommerce .woocommerce-ordering {
    padding: 9px 0 9px 15px;
    margin: 6px 0 40px;
    border: solid 1px #D9D9D9;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    position: relative;
}

.philantrop_woocommerce-ordering:after {
    content: '';
    width: 7px;
    height: 7px;
    border-right: solid 2px #333333;
    border-bottom: solid 2px #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 27px;
    right: 25px;
    z-index: 10;
}

.philantrop_woocommerce-ordering:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    position: absolute;
    top: 20px;
    right: 1px;
    z-index: 5;
}

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

.philantrop_shop_loop .woocommerce-result-count {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    margin-top: 18px;
}

.philantrop_shop_loop select.orderby {
    border: none;
    background: transparent;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    padding: 5px;
}

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

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

body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
    padding-left: 40px;
    margin: 0 0 40px;
    float: none !important;
    text-align: center;
    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;
}

body.woocommerce ul.products li.product .philantrop_prod_list_wrapper,
body.woocommerce-page ul.products li.product .philantrop_prod_list_wrapper {
    position: relative;
}

.woocommerce ul.products li.product .philantrop_prod_list_image {
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}

.woocommerce ul.products li.product .philantrop_prod_list_image:before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

.woocommerce ul.products li.product:hover .philantrop_prod_list_image:before {
    opacity: 1;
}

.woocommerce ul.products li.product .philantrop_add_to_cart_container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    position: absolute;
    bottom: -70px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 7;
}

.woocommerce ul.products li.product:hover .philantrop_add_to_cart_container {
    opacity: 1;
    bottom: 0;
}

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

.philantrop_prod_slider_buttons_cont .add_to_cart_button.added {
    display: none;
}

.philantrop_prod_slider_buttons_cont .add_to_cart_button,
.philantrop_prod_slider_buttons_cont .added_to_cart {
    border: none;
}

.philantrop_prod_slider_buttons_cont .add_to_cart_button:hover,
.philantrop_prod_slider_buttons_cont .added_to_cart:hover {
    color: #ffffff;
}

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

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

.woocommerce ul.products li.product .added_to_cart:hover {
    color: #ffffff;
}

.woocommerce ul.products li.product .button:before,
.woocommerce ul.products li.product .added_to_cart:before,
.philantrop_prod_slider_buttons_cont .add_to_cart_button:before,
.philantrop_prod_slider_buttons_cont .added_to_cart:before,
.woocommerce .philantrop_single_product_page div.product form.cart .button span:after {
    content: '\e94e';
    width: 100%;
    height: auto;
    display: inline-block;
    font-family: 'icomoon', sans-serif;
    font-size: 20px;
    line-height: 59px;
    opacity: 1;
    background: transparent;
    animation: none;
    margin: 0;
    top: auto;
}

.woocommerce .philantrop_single_product_page div.product form.cart .button span:after {
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 1;
    margin-left: 10px;
}

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

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

.woocommerce ul.products li.product .philantrop_prod_list_image a {
    display: block;
    position: relative;
    z-index: 2;
}

.philantrop_single_product_page section.related.products ul.products li.product a img,
.woocommerce ul.products li.product a img {
    margin: 0 auto 0 !important;
}

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

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

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

.woocommerce ul.products li.product .philantrop_prod_list_price_container,
.woocommerce ul.products li.product .philantrop_add_to_cart_container {
    line-height: 1;
}

.woocommerce ul.products li.product .philantrop_prod_list_price_container {
    margin-bottom: 0;
    color: #FF7E69;
}

.philantrop_var_divider {
    margin: 0 10px;
}

.woocommerce ul.products li.product .philantrop_prod_list_price_container del {
    color: #C0C0C0;
    margin-right: 15px;
}

.woocommerce ul.products li.product .philantrop_prod_list_price_container del + span {
    color: #F65437;
}

.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 .philantrop_single_product_page span.onsale {
    min-height: auto;
    display: inline-block;
    color: #3F3F3F;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 11px 17px 8px;
    margin: 25px;
    border-radius: 0;
    background: #FC735A;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    z-index: 1;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 11px;
}

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

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

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

.woocommerce ul.products li.product .philantrop_prod_list_title {
    margin-bottom: 13px;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: none;
}

.woocommerce ul.products li.product .philantrop_prod_list_rating {
    margin-bottom: 11px;
}

.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 {
    padding-right: 98px;
    margin-bottom: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    right: 3.5em;
}

.philantrop_single_product_page .philantrop_page_title_container {
    min-height: 530px;
}

.philantrop_single_product_page .philantrop_woocommerce_wrapper {
    padding-bottom: 30px;
}

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

@media only screen and (min-width: 1200px) {
  .philantrop_single_product_page .philantrop_woocommerce_wrapper {
      padding-bottom: 68px;
  }
}

.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;
}

.philantrop_single_product_page .woocommerce-product-gallery__image a:before,
.philantrop_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: calc(25% - 10px);
}

.philantrop_single_product_page .woocommerce-product-gallery__image {
    margin-right: 10px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) a {
    display: block;
}

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

.woocommerce .philantrop_single_product_page div.product .product_title {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -.03em;
    font-weight: 400;
    margin-bottom: 10px;
}

.woocommerce .philantrop_single_product_page div.product .summary .woocommerce-product-rating {
    margin-bottom: 14px;
}

.woocommerce .philantrop_single_product_page div.product .summary .woocommerce-product-rating .star-rating {
    width: 100px;
}

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

.philantrop_single_product_page .summary .woocommerce-product-rating,
.philantrop_single_product_page .summary .woocommerce-product-rating a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #555555;
    margin-top: 2px;
}

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

.philantrop_single_product_page .summary .woocommerce-product-rating .star-rating {
    font-size: 15px;
    margin-right: 15px;
}

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

.woocommerce-product-details__short-description ul {
    margin-top: 28px;
}

.woocommerce-product-details__short-description ul li {
    padding-left: 24px;
    letter-spacing: .2px;
}

body .woocommerce-product-details__short-description ul li {
    padding-left: 28px;
    margin-bottom: 6px;
    letter-spacing: 0;
}

.woocommerce .philantrop_single_product_page div.product p.price,
.woocommerce .philantrop_single_product_page div.product span.price {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    color: #FF7E69;
    margin-bottom: 23px;
}

.woocommerce .philantrop_single_product_page div.product p.price ins {
    font-weight: 300;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    font-size: 20px;
    font-weight: 300;
    color: #9c9c9c;
    opacity: 1;
    margin-right: 5px;
}

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

.philantrop_single_product_page .woocommerce-product-details__short-description {
    font-size: 18px;
    letter-spacing: -.12px;
}

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

.woocommerce-product-details__short-description ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    top: 11px;
    left: 0;
}

.woocommerce .philantrop_single_product_page .product_meta {
    border-top: solid 1px #E0DED9;
    border-bottom: solid 1px #E0DED9;
    padding: 30px 0 5px;
    margin: 27px 0 0;
}

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

.woocommerce .philantrop_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 .philantrop_single_product_page div.product form.cart.variations_form .single_variation_wrap {
    display: inline-flex;
    border-radius: 0;
    overflow: hidden;
}

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

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

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

.woocommerce .philantrop_single_product_page div.product form.cart.grouped_form .quantity {
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    padding-right: 0;
}

.woocommerce .philantrop_single_product_page div.product form.cart.grouped_form table a {
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
    text-transform: uppercase;
}

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

body.woocommerce .philantrop_single_product_page div.product form.cart.grouped_form table .woocommerce-grouped-product-list-item__price {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    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: 10px 0 0;
}

.woocommerce-variation-add-to-cart {
    display: inline-flex;
    align-items: flex-end;
}

.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;
    background: transparent;
    padding: 10px 0;
    margin-bottom: 15px;
    outline: none;
    position: relative;
    top: 4px;
}

.woocommerce .philantrop_single_product_page div.product form.cart div.quantity {
    display: inline-flex;
    padding-right: 37px;
    margin: 0;
    border: none;
}

.philantrop_single_product_page .philantrop_minus_button,
.philantrop_single_product_page .philantrop_plus_button,
.woocommerce table.shop_table tbody .quantity .philantrop_minus_button,
.woocommerce table.shop_table tbody .quantity .philantrop_plus_button,
.woocommerce div.product form.cart .group_table td .philantrop_minus_button,
.woocommerce div.product form.cart .group_table td .philantrop_plus_button {
    width: 34px;
    height: 34px;
    font-size: 0;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
    color: #777777;
    border: solid 2px #E5E5E5;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_single_product_page .philantrop_minus_button {
    margin-right: 6px;
}

.philantrop_single_product_page .philantrop_plus_button {
    margin-left: 7px;
}

.philantrop_single_product_page .philantrop_minus_button:before,
.philantrop_single_product_page .philantrop_plus_button:before,
.philantrop_single_product_page .philantrop_plus_button:after,
.woocommerce table.shop_table tbody .quantity .philantrop_minus_button:before,
.woocommerce table.shop_table tbody .quantity .philantrop_plus_button:before,
.woocommerce table.shop_table tbody .quantity .philantrop_plus_button:after,
.woocommerce div.product form.cart .group_table td .philantrop_minus_button:before,
.woocommerce div.product form.cart .group_table td .philantrop_plus_button:before,
.woocommerce div.product form.cart .group_table td .philantrop_plus_button:after {
    content: '';
    width: 11px;
    height: 1px;
    background: #18191a;
    margin-left: -5px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_single_product_page .philantrop_plus_button:after,
.woocommerce table.shop_table tbody .quantity .philantrop_plus_button:after,
.woocommerce div.product form.cart .group_table td .philantrop_plus_button:after {
    width: 1px;
    height: 11px;
    margin-top: -5px;
    margin-left: 0;
}

.woocommerce .philantrop_single_product_page .quantity .qty,
.woocommerce table.shop_table tbody .quantity .qty {
    width: 36px;
    height: auto;
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    outline: none;
    border: none;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #474747;
    margin: 4px 0 0;
}

.woocommerce .philantrop_single_product_page .quantity .qty::-webkit-inner-spin-button,
.woocommerce .philantrop_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 .philantrop_single_product_page div.product form.cart .button {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0;
    font-weight: 500 !important;
    background: transparent;
    padding: 17px 32px 12px;
    margin-left: 0;
    border-radius: 50px;
    border: solid 2px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce .philantrop_single_product_page div.product form.cart .button svg {
    margin-left: 12px;
}

.woocommerce .philantrop_single_product_page div.product form.cart .button:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
}

.philantrop_single_product_page .product_meta span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 500;
    color: #333333;
    margin-bottom: 24px;
}

.philantrop_single_product_page .product_meta span a {
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    color: #555555;
    position: relative;
}

.philantrop_single_product_page .product_meta span a:not(:first-of-type) {
    margin-left: 11px;
}

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

.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;
}

.philantrop_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;
}

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

@media (min-width: 992px) {
  .philantrop_single_product_page .woocommerce-tabs {
      max-width: 75%;
      padding-top: 33px;
  }
}

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

.woocommerce .philantrop_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 {
    border: none;
    border-bottom: solid 2px #E0E0E0;
    border-radius: 0;
    margin-right: 30px;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -.03em;
    font-weight: 400;
    padding: 23px 30px 15px;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    font-weight: 600;
}

.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 {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description table {
    width: 100%;
    margin-top: 48px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
    border: solid 1px #E0DED9;
}

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

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description table th {
    width: 20%;
    font-weight: 500;
    color: #333333;
    border: none;
    padding: 28px 20px 25px 30px;
    border-right: solid 1px #E0DED9;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description table td {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    padding: 28px 36px 25px;
    border: none;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description ul:not('.elementor-editor-element-settings') {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description ul:not('.elementor-editor-element-settings') li {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #222628;
    padding-left: 21px;
    margin-bottom: 14px;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description ul:not('.elementor-editor-element-settings') 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;
}

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

#review_form_wrapper {
    margin-top: 31px;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-reply-title {
    display: block;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -.03em;
    font-weight: 400;
    margin-bottom: 22px;
}

.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: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #555555;
    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: 16px;
    line-height: 1.7;
    letter-spacing: .1px;
    font-weight: 300;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-form-rating {
    margin-bottom: 6px;
}

.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: 16px;
    font-weight: 300;
    margin-right: 9px;
    margin-bottom: 10px;
}

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

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

.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,
.philantrop_single_product_page .star-rating span {
    color: #FFCE59;
}

.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 input {
    height: auto;
    line-height: 2.5;
    margin-bottom: 0;
}

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

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

.woocommerce #review_form #respond .form-submit .philantrop_button {
    padding: 0;
}

.woocommerce #review_form #respond .form-submit .philantrop_button svg rect {
    stroke-dasharray: 395%, 80%;
    stroke-dashoffset: -80%;
    transition: all 0.45s cubic-bezier(0, 0, 0.58, 1.0);
}

.woocommerce #review_form #respond .form-submit .philantrop_button:hover svg rect {
    stroke-dasharray: 395%, 80%;
    stroke-dashoffset: 0;
    transition: all 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}

.woocommerce #review_form #respond .form-submit .philantrop_prod_review_button {
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    border: solid 2px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce #review_form #respond .form-submit .philantrop_prod_review_button:hover {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
}

.woocommerce #review_form #respond .form-submit .philantrop_prod_review_button:before,
.woocommerce #review_form #respond .form-submit .philantrop_prod_review_button:after {
    content: '';
    width: 200%;
    height: 300%;
    margin-left: -50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

.woocommerce #review_form #respond .form-submit .philantrop_prod_review_button:before {
    top: -100%;
    -webkit-transform: translate3d(0, 68%, 0);
    transform: translate3d(0, 68%, 0);
}

.woocommerce #review_form #respond .form-submit .philantrop_prod_review_button:after {
    -webkit-transform: translate3d(0, -130%, 0);
    transform: translate3d(0, -130%, 0);
    -webkit-transition: transform .6s cubic-bezier(.1, 0, .3, 1);
    transition: transform .6s cubic-bezier(.1, 0, .3, 1);
}

.woocommerce #review_form #respond .form-submit .philantrop_prod_review_button:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: tranform .6s cubic-bezier(.1, 0, .3, 1);
    transition: transform .6s cubic-bezier(.1, 0, .3, 1);
}

.woocommerce #review_form #respond .form-submit .philantrop_prod_review_button:hover:after {
    transform: translate3d(0,-20%,0);
    transition-duration: .1s;
    transition-delay: .4s;
    transition-timing-function: linear;
}

.woocommerce #review_form #respond .form-submit input {
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    background: transparent;
    color: #4A4B54;
    border: none;
    border-radius: 50px;
    padding: 16px 58px 13px 38px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

.woocommerce #review_form #respond .form-submit .philantrop_prod_review_button svg {
    margin-left: 11px;
    position: absolute;
    top: 26px;
    right: 40px;
    z-index: 5;
}

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

.woocommerce #review_form #respond p {
    margin-bottom: 10px;
}

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

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

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

.woocommerce #review_form #respond p.form-submit {
    margin: 17px 0 11px;
}

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

.woocommerce #reviews #comments ol.commentlist li:not(:last-of-type) {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: solid 1px #E0DED9;
}

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

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

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

.woocommerce #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__author {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
    margin-right: 12px;
}

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

.woocommerce #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__published-date {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #7D7D7D;
    margin-top: 9px;
}

.woocommerce .star-rating {
    display: inline-block;
    width: 95px;
    margin-top: 12px;
    font-size: 14px;
    float: none;
}

.woocommerce .philantrop_sidebar .star-rating {
    width: 69px;
    font-size: 11px;
}

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

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

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

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

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

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

.philantrop_single_product_page section.related.products > h2,
.philantrop_single_product_page section.upsells.products > h2 {
    margin-bottom: 42px;
    font-size: 32px;
}

@media only screen and (min-width: 992px) {
  .philantrop_single_product_page section.related.products > h2,
  .philantrop_single_product_page section.upsells.products > h2 {
      font-size: 50px;
  }
}

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

.philantrop_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 {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.woocommerce table.shop_table thead {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0;
    font-weight: 400;
    color: #333333;
    background: #F9F7F6;
}

.woocommerce table.shop_table thead th {
    padding: 22px 30px 21px;
    font-size: 18px;
    letter-spacing: -.03em;
    font-weight: 400;
    text-align: center;
    border-top: none !important;
}

.woocommerce table.shop_table tbody td {
    padding: 31px 12px 28px;
    text-align: center;
    border: none;
    border-top: solid 1px #b3b3b3;
}

.woocommerce table.shop_table tbody tr:first-of-type td {
    border-top: none;
}

.woocommerce table.shop_table tbody .product-thumbnail a {
    width: 85px;
    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 {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: none;
    border-radius: 0;
    font-size: 0;
    position: relative;
    top: -12px;
    -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;
    background: #555555;
    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: 7px;
}

.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 thead th.product-thumbnail,
.woocommerce table.shop_table tbody td.product-name {
    width: 275px;
    text-align: left;
}

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

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

.woocommerce table.shop_table thead th.product-name {
    padding-right: 0;
}

.woocommerce table.shop_table thead th.product-remove {
    width: 63px;
    padding: 0;
}

.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: 5px 0;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -.03em;
    font-weight: 400;
    color: #333333;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
    font-weight: 500;
    color: #FF7E69;
}

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

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

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th {
    font-size: 20px;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td strong {
    color: #FF7E69;
}

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
    padding-top: 15px;
}

.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: 18px;
    line-height: 26px;
    font-weight: 400;
}

.woocommerce table.shop_table tbody td.product-price,
.woocommerce table.shop_table tbody td.product-subtotal {
    width: 210px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #FF7E69;
}

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

.woocommerce table.shop_table tbody .quantity .philantrop_minus_button,
.woocommerce table.shop_table tbody .quantity .philantrop_plus_button,
.woocommerce table.shop_table tbody .quantity .qty {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    vertical-align: middle;
}

.woocommerce table.shop_table tbody .quantity .philantrop_minus_button,
.woocommerce table.shop_table tbody .quantity .philantrop_plus_button {
    font-size: 0;
    border-color: #F4F4F4;
}

.woocommerce table.shop_table tbody .quantity .philantrop_minus_button {
    padding-right: 10px;
}

.woocommerce table.shop_table tbody .quantity .philantrop_plus_button {
    padding-left: 10px;
}

.woocommerce table.shop_table tbody .quantity .qty {
    width: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #474747;
}

.woocommerce table.shop_table tbody td.product-remove {
    width: 30px;
    padding-right: 0;
    text-align: right;
}

.woocommerce table.shop_table tbody td.actions {
    padding: 32px 0 64px;
    position: relative;
    border-top: none;
}

.woocommerce table.shop_table tbody td.actions .coupon {
    width: 550px;
    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: 305px;
    height: auto;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #97917F;
    padding: 17px 0 14px;
    margin: 0 40px 0 0;
    background: transparent;
    -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;
    padding-bottom: 11px;
}

.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: 27px;
    letter-spacing: -.03em;
    font-weight: 500;
    text-align: center;
    padding: 17px 32px 14px;
    margin-left: 10px;
    border-radius: 50px;
    border: solid 2px;
    text-decoration: none;
    vertical-align: bottom;
    overflow: hidden;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce table.shop_table tbody td.actions .button:hover,
.woocommerce-checkout .checkout_coupon .button: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 {
    content: '';
    width: 200%;
    height: 300%;
    margin-left: -50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
    -webkit-transition: transform .4s cubic-bezier(.1, 0, .3, 1);
    transition: transform .4s cubic-bezier(.1, 0, .3, 1);
}

.woocommerce .woocommerce-message .button:hover:after,
.woocommerce .woocommerce-Message .button:hover:after {
    transform: translate3d(0,-20%,0);
    transition-duration: .1s;
    transition-delay: .4s;
    transition-timing-function: linear;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-Message .button:hover {
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
}

.woocommerce table.shop_table tbody td.actions .button,
.woocommerce-checkout .checkout_coupon .button {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0;
    font-weight: 500;
    padding: 16px 33px 13px;
    margin-left: 0;
    border: solid 2px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

.woocommerce table.shop_table tbody td.actions .button:hover,
body.woocommerce-checkout .checkout_coupon .button:hover {
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
}

.woocommerce table.shop_table tbody td.actions .button:disabled:hover {
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: transparent;
}

.woocommerce table.shop_table tbody td.actions .button:disabled:hover:before {
    -webkit-transform: translate3d(0, 68%, 0);
    transform: translate3d(0, 68%, 0);
}

.woocommerce table.shop_table tbody td.actions .button:disabled:hover:after {
    -webkit-transform: translate3d(0, -130%, 0);
    transform: translate3d(0, -130%, 0);
}

.woocommerce table.shop_table tbody td.actions .button,
body.woocommerce-checkout .checkout_coupon .button {
    z-index: 5;
}

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

.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 .philantrop_single_product_page div.product form.cart .button span {
    position: relative;
    z-index: 5;
}

.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;
}

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

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

.woocommerce .cart-collaterals h2,
.woocommerce-page .cart-collaterals h2 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -.03em;
    padding-bottom: 14px;
    margin-bottom: 26px;
    border-bottom: solid 1px #E0DED9;
}

.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 19px;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -.03em;
    font-weight: 400;
    color: #333333;
}

.woocommerce-page .cart-collaterals table.shop_table .order-total th,
.woocommerce-page .cart-collaterals table.shop_table .order-total td {
    font-size: 20px;
    line-height: 25px;
}

.woocommerce-page .cart-collaterals table.shop_table td strong {
    font-weight: 400;
    color: #FF7E69;
}

.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;
    color: #FF7E69;
}

.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: 44px 0 0;
}

.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button {
    height: auto;
    display: inline-block;
    padding: 16px 32px 13px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0;
    font-weight: 500;
    overflow: hidden;
    border: solid 2px;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button:hover,
.woocommerce .woocommerce-MyAccount-content button.button:hover,
.woocommerce .woocommerce-form-login .button:hover,
.woocommerce .woocommerce-form-register .button:hover,
.woocommerce .lost_reset_password .button:hover {
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
}

.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .button span {
    display: inline-block;
}

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

}

/* ----------------------------------- */
/* ---------- 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: transparent;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error,
ul.woocommerce-error,
body .philantrop_content_wrapper .elementor-widget-text-editor ul.woocommerce-error {
    background: transparent;
    border: solid 1px;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px 8px 60px;
    position: relative;
}

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

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

.single-product .woocommerce-message:before {
    margin-top: -2px;
}

.woocommerce-info {
    border-color: #FFA16A;
    color: #555555;
}

.woocommerce-info a {
    color: #FFA16A;
}

.woocommerce-info:before {
    color: #FFA16A;
}

.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: 81px;
    position: relative;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    padding-left: 80px;
}

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

.woocommerce-checkout .woocommerce-form-coupon-toggle span {
    display: inline-block;
    background: #FFA16A;
    padding: 11px 14px 9px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle span svg {
    stroke: #ffffff;
}

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

.woocommerce-checkout .woocommerce-info a {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    margin-left: 6px;
    position: relative;
}

.woocommerce-checkout .woocommerce-info a:after {
    content: '';
    width: 100%;
    height: 1px;
    background: currentColor;
    position: absolute;
    bottom: 3px;
    left: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.woocommerce-checkout .woocommerce-info a:hover:after {
    width: 0;
}

.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: 30px;
    letter-spacing: -.03em;
    padding-bottom: 22px;
    margin-bottom: 25px;
    border-bottom: solid 2px #333333;
}

.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.checkout_coupon .form-row input.input-text {
    width: 305px;
    padding: 12px 0 11px;
    margin-top: 12px;
    margin-right: 36px;
}

.woocommerce form.checkout_coupon .form-row .floating-placeholder {
    top: 18px;
}

.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: -2px;
    margin-bottom: 26px;
}

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

.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-address-fields__field-wrapper {
    margin-bottom: 50px;
}

.woocommerce-checkout #customer_details .select2-selection,
body .woocommerce-MyAccount-content .select2-selection {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    font-weight: 300;
    color: #555555;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #b3b3b3;
    padding: 0;
    margin-bottom: 0;
    background: transparent;
    -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: 40px !important;
    padding-right: 0 !important;
    color: #BDB4B3;
}

.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: 69px;
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields h3 {
    padding-bottom: 0;
    margin-bottom: 26px;
    border-bottom: none;
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields h3.philantrop_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,
.philantrop_payment_title {
    font-size: 30px;
    letter-spacing: -.03em;
    padding-bottom: 22px;
    margin-bottom: 30px;
    border-bottom: solid 2px #333333;
}

h3#order_total_heading {
    padding-bottom: 22px;
    margin-bottom: 17px;
    letter-spacing: -.03em;
    border-bottom: solid 2px #333333;
}

.philantrop_payment_title {
    margin-bottom: 20px;
}

.checkout-column-side h3#order_review_heading {
    padding-bottom: 22px;
    margin-bottom: 18px;
    letter-spacing: -.03em;
    border-bottom: solid 2px #333333;
}

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

.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    margin-bottom: 56px;
}

.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;
    padding: 21px 0 26px;
}

.woocommerce-checkout .woocommerce table.shop_table tbody td.product-thumbnail {
    width: 130px;
    justify-content: flex-start;
    padding-left: 0;
}

.woocommerce-checkout .woocommerce table.shop_table tbody td.product-thumbnail a {
    width: 85px;
    position: relative;
    top: 0;
}

.woocommerce-checkout .woocommerce table.shop_table tbody td.product-name .product-name-title {
    margin-bottom: 9px;
}

.woocommerce-checkout .woocommerce table.shop_table tbody td.product-name .product-name-title a {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.3px;
}

.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: 16px;
    line-height: 1;
    font-weight: 600;
    color: #FF7E69;
    margin-top: 0;
}

.woocommerce-checkout .woocommerce table.shop_table tbody td.product-total {
    width: 260px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #FF7E69;
    padding-left: 0;
}

.woocommerce-checkout .woocommerce table.shop_table tbody td.product-total > span {
    position: relative;
    top: 0;
}

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

.woocommerce-checkout .woocommerce table.shop_table tbody td.product-remove a {
    position: relative;
}

.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: transparent;
    border: none;
    margin-top: -4px;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    margin-bottom: 10px;
    border-bottom: none;
}

.woocommerce-checkout #payment ul.payment_methods .woocommerce-info {
    line-height: 2;
}

body.woocommerce-checkout .philantrop_content_wrapper .elementor-widget-text-editor ul li {
    padding-left: 0;
}

body.woocommerce-checkout .philantrop_content_wrapper .elementor-widget-text-editor ul li:before,
body.woocommerce-checkout .philantrop_content_wrapper .elementor-widget-text-editor ul li:after {
    display: none !important;
}

.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: 5px 0 60px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #555555;
}

.woocommerce-page #payment .woocommerce-privacy-policy-text a {
    position: relative;
    color: #FFA16A;
}

.woocommerce-page #payment .woocommerce-privacy-policy-text a:after {
    content: '';
    width: 100%;
    height: 1px;
    background: currentColor;
    position: absolute;
    bottom: 2px;
    left: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.woocommerce-page #payment .woocommerce-privacy-policy-text a:hover:after {
    width: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    padding: 16px 32px 13px;
    margin-left: 0;
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    color: #4A4B54;
    border: solid 2px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

.woocommerce #payment #place_order:before,
.woocommerce-page #payment #place_order:before,
.woocommerce #payment #place_order:after,
.woocommerce-page #payment #place_order:after {
    z-index: -1;
}

.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: 16px;
}

#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -.03em;
    font-weight: 400;
    color: #333333;
}

#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: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 6px 0 0;
    border: solid 2px;
    -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: 10px;
    height: 10px;
    background: #333333;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #ffffff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
    padding: 20px 20px 18px;
    margin: 21px 0 35px;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 300;
    color: #555555;
}

#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
    letter-spacing: .1px;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    display: none;
    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: 300;
    position: relative;
}

.woocommerce-account .lost_password a {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
    color: #FFA16A;
}

.woocommerce-MyAccount-content a:after,
.woocommerce-account .lost_password a:after,
.woocommerce .outer-form-wrapper .form-attention:not(:first-child) a:after {
    content: '';
    width: 100%;
    height: 1px;
    background: currentColor;
    position: absolute;
    bottom: 9px;
    left: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.woocommerce-MyAccount-content a:hover:after,
.woocommerce-account .lost_password a:hover:after,
.woocommerce .outer-form-wrapper .form-attention:not(:first-child) a:hover:after {
    width: 0;
}

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

.woocommerce-account .woocommerce-Addresses header {
    padding: 0;
}

.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;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -.03em;
    font-weight: 500;
    text-align: center;
    padding: 16px 36px 13px;
    margin: 16px 0 10px;
    border-radius: 50px;
    border: solid 2px;
    text-decoration: none;
    vertical-align: bottom;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.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: 18px;
    line-height: 1;
    font-weight: 300;
    background: transparent;
    border: none;
    border-radius: 0;
    position: relative;
}

.woocommerce-MyAccount-content .edit:after {
    content: '';
    width: 100%;
    height: 1px;
    background: currentColor;
    position: absolute;
    bottom: -4px;
    left: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.woocommerce-MyAccount-content .edit:hover:after {
    width: 0;
}

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

.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: 450px;
    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;
    line-height: 30px;
    font-weight: 400;
}

.woocommerce-form-login__rememberme {
    overflow: hidden;
    margin: 0;
    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: 20px;
    height: 20px;
    display: inline-block;
    border: solid 2px;
    margin-top: -5px;
    margin-right: 15px;
    cursor: pointer;
    vertical-align: text-top;
    position: static;
}

.woocommerce-form-login__rememberme input[type="checkbox"]:checked + span:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 5px;
}

.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 .philantrop_single_product_page div.product div.summary {
    width: 48%;
    float: right;
    clear: none;
}

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

.philantrop_sidebar .widget_product_search form,
.philantrop_sidebar .wc-block-product-search form {
    position: relative;
}

.philantrop_sidebar .widget_product_search form label,
.philantrop_sidebar .wc-block-product-search form label {
    display: none;
}

.philantrop_sidebar .widget_product_search form .wc-block-product-search__fields,
.philantrop_sidebar .wc-block-product-search form .wc-block-product-search__fields {
    display: block;
    position: relative;
}

.philantrop_sidebar .widget_product_search input[type="search"],
.philantrop_sidebar .wc-block-product-search input[type="search"] {
    width: 100%;
    height: 53px;
    background: transparent;
    border: solid 1px #D9D9D9;
    border-radius: 0;
    outline: 0;
    font-size: 16px;
    line-height: 49px;
    padding: 0 14px;
    margin: 0;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.philantrop_sidebar .widget_product_search .floating-placeholder,
.philantrop_sidebar .wc-block-product-search .floating-placeholder {
    padding: 0 14px;
}

.philantrop_sidebar .widget_product_search button,
.philantrop_sidebar .wc-block-product-search button {
    width: 45px;
    height: 54px;
    background: transparent;
    border: none;
    font-size: 0px;
    line-height: 1;
    color: #171412;
    padding: 0 10px;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.philantrop_sidebar .widget_product_search button > svg,
.philantrop_sidebar .wc-block-product-search button > svg {
    display: none;
}

.philantrop_sidebar .widget_product_search button svg.icon,
.philantrop_sidebar .wc-block-product-search button svg.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 16px;
    fill: currentColor;
    position: relative;
    top: 0;
}

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

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

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 6px;
    margin: 0 0 18px;
}

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

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

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 18px;
    height: 18px;
    border: solid 2px #C8C5BD;
    background: #ffffff;
    margin-left: -.2em;
    top: -6px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    color: #474747;
    margin-bottom: 19px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0;
    font-weight: 300;
    text-align: center;
    color: #393939;
    padding: 22px 38px 19px;
    border-radius: 50px;
    border: solid 2px;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce .widget_price_filter .price_slider_amount .button span {
    font-size: 14px;
    font-weight: 500;
}

.woocommerce .widget_price_filter .price_slider_amount .button svg {
    margin-left: 20px;
    top: -4px;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
}

/* ------------------------ */
/* --- Products Widgets --- */
/* ------------------------ */
.philantrop_sidebar .widget_products {
    margin-bottom: 60px;
}

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

.woocommerce .philantrop_sidebar ul.product_list_widget li {
    min-height: 80px;
    margin-top: 0;
}

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

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

.woocommerce .philantrop_sidebar ul.product_list_widget li img {
    width: 85px;
    height: auto;
    background: transparent;
    margin: 0 20px 0 0;
    float: left;
}

.woocommerce .philantrop_sidebar ul.product_list_widget li span.product-title {
    display: inline;
    background: no-repeat 0 100%;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
}

.woocommerce .philantrop_sidebar ul.product_list_widget li span.product-title:hover {
    background-size: 100% 1px;
}

.woocommerce .philantrop_sidebar ul.product_list_widget li span.product-title,
.woocommerce .philantrop_sidebar ul.product_list_widget li span.amount:first-of-type {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce .philantrop_sidebar ul.product_list_widget li span.product-title {
    position: relative;
    top: 3px;
}

.woocommerce .philantrop_sidebar ul.product_list_widget li span.amount {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #FF7E69;
    margin-top: 12px;
}

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

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

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

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

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

.philantrop_sidebar .widget_recently_viewed_products {

}

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

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

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

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

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

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

.woocommerce .philantrop_sidebar .widget_shopping_cart .buttons a,
.philantrop_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 .philantrop_sidebar .widget_shopping_cart .buttons a:hover,
.philantrop_sidebar .woocommerce.widget_shopping_cart .buttons a:hover {
    box-shadow: 0 20px 38px rgba(0,0,0,.16);
}

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

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

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

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

.woocommerce .outer-form-wrapper h3 {
    text-align: center;
    padding-bottom: 9px;
    margin-bottom: 17px;
}

.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 > p,
.woocommerce .outer-form-wrapper form.lost_reset_password > p,
.woocommerce .outer-form-wrapper form.register > p,
.woocommerce .outer-form-wrapper form div {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
}

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

.woocommerce .outer-form-wrapper form.login > p:last-of-type,
.woocommerce .outer-form-wrapper form.lost_reset_password > p:last-of-type,
.woocommerce .outer-form-wrapper form.register > p:last-of-type {
    margin-top: 33px;
}

.woocommerce .outer-form-wrapper form.lost_reset_password > p:last-of-type {
    margin-top: 30px;
}

.woocommerce .outer-form-wrapper form.login > p.save_row {
    margin-top: 29px;
}

.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: #555555;
}

.woocommerce .outer-form-wrapper .form-attention:not(:first-child) a {
    color: #FFA16A;
}

.woocommerce .outer-form-wrapper .form-attention:not(:first-child) a:after {
    bottom: 4px;
}

.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;
}

.philantrop_demo .philantrop_sidebar .widget_product_categories .product-categories li:nth-child(n+6) {
    display: none;
}

/********** 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: -1px;
        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: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }
}

@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;
        margin-bottom: 0;
    }

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

    .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 .philantrop_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 .philantrop_sidebar_right ul.products.columns-4 li.product,
  .woocommerce-page .philantrop_sidebar_right ul.products.columns-4 li.product,
  .woocommerce .philantrop_sidebar_left ul.products.columns-4 li.product,
  .woocommerce-page .philantrop_sidebar_left ul.products.columns-4 li.product {
      width: 30%;
      clear: none !important;
  }

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

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

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

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

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

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

  .philantrop_single_product_page .woocommerce-tabs {
      padding: 46px 0 90px;
  }

  .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 .philantrop_single_product_page .quantity .qty,
  .woocommerce table.shop_table tbody .quantity .qty {
      padding-left: 2px;
  }

  body .philantrop_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 .philantrop_sidebar_right ul.products.columns-4 li.product,
  .woocommerce-page .philantrop_sidebar_right ul.products.columns-4 li.product,
  .woocommerce .philantrop_sidebar_left ul.products.columns-4 li.product,
  .woocommerce-page .philantrop_sidebar_left ul.products.columns-4 li.product {
      width: 29.9%;
  }

  .philantrop_single_product_page section.related.products > h2 {
      margin-bottom: 30px;
  }

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

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

    .woocommerce .philantrop_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: 10px;
    }

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

    #add_payment_method #payment div.payment_box,
    .woocommerce-cart #payment div.payment_box,
    .woocommerce-checkout #payment div.payment_box {
        margin: 4px 0 18px;
    }

    .woocommerce-checkout #payment ul.payment_methods {
        margin-bottom: 0;
    }

    .woocommerce-pagination:not(:first-child) {
        margin-top: 0;
    }

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

@media only screen and (max-width: 1025px) {
    .woocommerce table.shop_table tbody td.product-quantity {
        padding: 31px 0 28px;
    }
}

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

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

  .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 .philantrop_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: 821px) {
    .philantrop_single_product_page section.related.products .products.columns-4 li.product,
    .philantrop_single_product_page section.related.products .products.columns-5 li.product,
    .philantrop_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: 20px;
    }

    .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::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;
    }

  .philantrop_single_product_page .woocommerce-tabs {
      padding: 46px 0 75px;
  }

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

  .philantrop_single_product_page section.related.products h2,
  .philantrop_single_product_page section.upsells.products h2 {
      font-size: 32px;
  }

  .woocommerce table.shop_table tbody td.actions > .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 .philantrop_custom_products_list.view_type_1 .woocommerce ul.products li.product {
      width: 30.4%;
      margin: 0 30px 30px 0;
      clear: none;
  }

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

  .philantrop_shop_list_page .philantrop_sidebar {
      padding-top: 80px;
      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: none;
    }

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

    .woocommerce table.shop_table tbody .quantity {
        margin-top: -4px;
    }

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

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

  .philantrop_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: 5px;
    }

    .woocommerce-checkout #customer_details,
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        margin-bottom: 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;
    }

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

    .philantrop_single_product_page .woocommerce-product-gallery__image:first-of-type {
        margin-bottom: 10px;
    }

    .philantrop_single_product_page .woocommerce-product-gallery__image:first-of-type a {
        display: block;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        right: 30px;
    }
}

@media only screen and (max-width: 769px) {
    .woocommerce-checkout .woocommerce table.shop_table tbody td.product-thumbnail,
    .woocommerce table.shop_table tbody td.product-name,
    .woocommerce-checkout .woocommerce table.shop_table tbody td.product-total,
    .woocommerce table.shop_table tbody td.product-remove,
    .woocommerce table.shop_table tbody td.product-price,
    .woocommerce table.shop_table tbody td.product-subtotal {
        width: 100%;
    }

    .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: 21px 0 26px;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        position: relative;
        top: 8px;
    }

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

    .woocommerce table.shop_table tbody .quantity {
        margin-top: 1px;
    }

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

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

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

@media only screen and (max-width: 737px) {
    body .woocommerce table.shop_table tbody td.actions {
        padding: 50px 0 60px;
    }

    .philantrop_single_product_page .product_meta span a:not(:first-of-type) {
        margin-left: 0;
    }

    .philantrop_single_product_page .product_meta span a {
        margin-right: 11px;
    }

    .woocommerce-checkout #customer_details .woocommerce-additional-fields h3.philantrop_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 .philantrop_single_product_page div.product .product_title {
        font-size: 32px;
    }

    .philantrop_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 > .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 .philantrop_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;
  }

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

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

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

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

  .philantrop_shop_list_page .philantrop_sidebar {
      margin-top: 60px;
  }

  .philantrop_single_product_page .woocommerce-tabs {
      padding: 0 0 45px;
  }

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

  .philantrop_single_product_page section.related.products > h2 {
      margin-bottom: 30px;
  }

  .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;
  }

  .philantrop_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 > p,
    .woocommerce .outer-form-wrapper form.lost_reset_password > p,
    .woocommerce .outer-form-wrapper form.register > p,
    .woocommerce .outer-form-wrapper form div {
        padding: 0;
    }

    .philantrop_shop_loop select.orderby {
        padding: 0 0 5px;
        margin: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

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

    .woocommerce .woocommerce-ordering:before,
    .woocommerce-page .woocommerce-ordering:before {
        content: '';
        width: 7px;
        height: 7px;
        border-left: solid 2px currentColor;
        border-bottom: solid 2px currentColor;
        position: absolute;
        top: 24px;
        right: 14px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews h2,
    .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews .comment-reply-title {
        font-size: 30px;
        line-height: 1.2;
    }

    .woocommerce #review_form #respond textarea {
        padding: 0 0 12px;
    }

    #review_form_wrapper {
        margin-top: 15px;
    }

    .woocommerce #review_form #respond p.comment-form-cookies-consent {
        margin-bottom: 3px;
    }

    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        top: 5px;
    }

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

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

@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: 430px) {
    .woocommerce #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__author {
        margin-left: 85px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        margin-right: 10px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 23px 25px 15px;
    }

    .woocommerce form.checkout_coupon .form-row input.input-text {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .woocommerce-checkout .woocommerce table.shop_table tbody td.product-thumbnail {
        border-top: none !important;
    }

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

    .woocommerce table.shop_table tbody td.actions > .button {
        margin-top: 40px;
    }

  .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,
    .woocommerce #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__published-date {
        margin-left: 85px;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__published-date {
        margin-top: 0;
    }

    .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: inline-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;
  }

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

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

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

  body.woocommerce .philantrop_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 .philantrop_single_product_page div.product form.cart .group_table td {
      width: 100%;
      display: block;
      text-align: left;
  }

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

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

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

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

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

  .philantrop_shop_loop select.orderby {
      margin-top: 0;
      position: relative;
  }

  .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;
  }

    .philantrop_single_product_page section.related.products .products.columns-4 li.product,
    .philantrop_single_product_page section.related.products .products.columns-5 li.product,
    .philantrop_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) {
  .philantrop_single_product_page .product_meta span.tagged_as a {
      display: inline-block;
  }
}

@media only screen and (max-width: 321px) {
  .woocommerce .philantrop_single_product_page div.product form.cart .button {
      padding: 15px 17px;
  }
}
