/*
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*/

button[type="submit"] {
	font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    background: #C6AF6B;
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 25px;
    border: none;
    width: 100%;
}

/* Product Detail */

.single-product div.product {
    display: flex;
    width: 100%;
	max-width: 1200px;
    margin: 0 auto;
    flex-flow: row wrap;
    padding: 0 0 125px 0;
}

.single-product div.product span.onsale {
    background: #4EB497;
    border-radius: 25px;
    height: 32px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    position: absolute;
    left: 140px;
    top: 16px;
    z-index: 1;
} 

.single-product div.product .woocommerce-product-gallery {
    float: none!important;
    width: 55%;
    padding-right: 20px;
    box-sizing: border-box;
    padding-left: 130px;
    min-height: 505px;
}

.single-product div.product .woocommerce-product-gallery.gallery__onlyone {
    padding-left: 10px;
}

.single-product div.product .woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
    display: none;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

.single-product div.product .summary.entry-summary {
    width: 45%;
    padding-left: 20px;
    padding-top: 20px;
    box-sizing: border-box;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
    margin-top: 35px;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
    background: #fff;
    line-height: 0;
    font-size: 0;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border-bottom: 4px solid transparent;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li.active { 
	border-bottom: 4px solid #C6AF6B;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #B3BCC4;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 20px 25px;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li.active a {
	color: #C6AF6B;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description,
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews {
    background: #F8F8F8;
    padding: 40px 30px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 100%!important;
    display: block;
    float: none;
    margin-bottom: 16px;
	font-size: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img {
	width: 100%;
    height: auto
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img.flex-active {
    border: 3px solid #4DB497;
    border-radius: 8px;
    box-sizing: border-box;
}

html body.single-product div.product .woocommerce-product-gallery > .flex-viewport {
   margin-bottom: 0; 
}

.single-product div.product .woocommerce-product-gallery .flex-viewport figure.woocommerce-product-gallery__wrapper a img.wp-post-image {
    width: 100%;
    height: auto;
    /*max-height: 500px;
    object-fit: cover;*/
    border-radius: 8px;
}

.single-product div.product .woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper a img.wp-post-image {
    width: 100%;
    height: auto;
    /*max-height: 500px;
    object-fit: cover;*/
    border-radius: 8px;
}

.single-product div.product .summary.entry-summary h1.product_title {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color: #003B19;
    margin: 0 0 15px 0;
}

.single-product div.product .summary.entry-summary p.price {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color: #4EB497;
    margin: 0 0 15px 0;
}

.single-product div.product .summary.entry-summary p.price ins {
    text-decoration: none;
}

.single-product div.product .summary.entry-summary p.price span.woocommerce-Price-currencySymbol {
    margin-right: 8px;
}

.single-product div.product .summary.entry-summary .woocommerce-product-details__short-description {
    padding-top: 25px;
    border-top: 1px solid rgb(198 175 107 / 20%);
}

.single-product div.product .summary.entry-summary .woocommerce-product-details__short-description p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    color: #003B19;
    margin: 0 0 25px 0;
}

.single-product div.product .summary.entry-summary span.posted_in a {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #4EB497;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    display: block;
}

.single-product div.product .summary.entry-summary form.cart .quantity input.qty {
    text-align: center;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    background: #F8F8F8;
    border: none;
    width: 100px;
    padding: 9px 0 9px 10px;
    box-sizing: border-box;
    border-radius: 12px;
    outline: none;
	pointer-events: none;
	margin-right:35px;
}

.single-product div.product .summary.entry-summary form.cart {
	padding-bottom: 25px;
    border-bottom: 1px solid rgb(198 175 107 / 20%);
}

.single-product div.product .summary.entry-summary .stock.out-of-stock {
	font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #ff3030;
}

.single-product div.product .summary.entry-summary .product_meta {
	display: none;
}

.single-product div.product .summary.entry-summary .stock.in-stock {
    display: none;
}

.single-product div.product .summary.entry-summary form.cart .quantity {
	display: inline-block;
	vertical-align: middle;
}

.single-product div.product .summary.entry-summary form.cart button.single_add_to_cart_button {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    background: #C6AF6B;
    border: none;
    outline: none;
    border-radius: 25px;
    padding: 14px 24px;
	width: auto;
} 

.single-product div.product .summary.entry-summary form.cart button.single_add_to_cart_button:hover 
{
	opacity:0.8;
}

.single-product div.product .summary.entry-summary .woocommerce-product-rating .star-rating {
    font-size: 13px;
    letter-spacing: 2px;
    width: 80px;
    display: inline-block;
    vertical-align: middle;
}

.single-product div.product .summary.entry-summary .woocommerce-product-rating .star-rating span::before {
    content: "\53\53\53\53\53";
    color: #C6AF6B;
}

.single-product div.product .summary.entry-summary .woocommerce-product-rating {
    margin-bottom: 20px;
}

.single-product div.product .summary.entry-summary .woocommerce-product-rating .woocommerce-review-link > div {
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
}

.single-product div.product .summary.entry-summary .woocommerce-product-rating .woocommerce-review-link > div:first-child {
    margin-right: 10px;
	text-decoration: none;
}

.single-product div.product .summary.entry-summary .woocommerce-product-rating .woocommerce-review-link {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #56636F;
    margin-left: 5px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.single-product div.product .summary.entry-summary form.cart .btn__addtocar_minus,
.single-product div.product .summary.entry-summary form.cart .btn__addtocar_plus {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 22px;
    color: #B3BCC4;
    background: transparent;
    border: 1px solid #B3BCC4;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin-right: 12px;
    cursor: pointer;
	display: inline-block;
    vertical-align: middle;
	line-height: 1;
}

.single-product div.product .summary.entry-summary form.cart .btn__addtocar_plus { 
	margin-left: 12px;
	margin-right: 0;
}

.single-product div.product .summary.entry-summary form.cart .btn__addtocar_minus:hover,
.single-product div.product .summary.entry-summary form.cart .btn__addtocar_plus:hover {
    background: #4EB497;
	border: 1px solid #4EB497;
	color: #fff;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description p {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #003B19;
    margin: 0 0 15px 0;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description ul {
    padding: 0 0 0 15px;
    margin-bottom: 0;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description ul li {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #003B19;
    margin: 0 0 10px 0;
    list-style: none;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description ul > li:last-child {
	margin-bottom: 0; 
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #comments {
    margin: 0 0 25px 0;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #comments .woocommerce-Reviews-title,
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #comments .woocommerce-noreviews {
    display: none;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #comments .commentlist {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-form-comment label {
    display: block;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-form-comment textarea {
        width: 100%;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #comments .commentlist li img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #comments .commentlist li .comment-text {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    width: calc(100% - 70px);
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #comments .commentlist li .comment-text p.meta {
    margin: 0 0 12px 0;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
	color: #003B19;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #comments .commentlist li .comment-text .description p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
	color: #003B19;
    margin: 0;
}

/* Product Detail */

/* Product Related */

.contain__related_products {
	position: relative;
    width: 100%;
    background: #F2F8FF;
    padding: 80px 0 90px 0;
	border-top-right-radius: 100% 60px;
    border-top-left-radius: 100% 60px;
}

.contain__related_products:before {
    content: '';
    background: url(http://tienda.funerariajaramillo.com.ec/wp-content/uploads/2023/04/Imagen-9@2x.png) center no-repeat;
    width: 55px;
    height: 55px;
    display: block;
    background-size: contain;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
}

.contain__related_products .row__related_products {
    max-width: 1200px;
    margin: 0 auto;
}

.contain__related_products .row__related_products > h2 {
    font-family: Playfair Display;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    color: #4EB497;
    line-height: 1;
    border-bottom: 1px solid rgb(198 175 107 / 20%);
    padding-bottom: 20px;
    margin: 0 0 55px 0;
}

.contain__related_products .row__related_products h2 span { 
	color: #003B19;
}

.contain__related_products .row__related_products .list__relatedprods {
	margin: 0;
    padding: 0;
}

.contain__related_products .row__related_products .list__relatedprods .slick-list {
    padding: 15px 0;
}

.contain__related_products .row__related_products .list__relatedprods li {
    background: #E3F0FF;
    border-radius: 8px;
    margin: 0 10px;
	transition: transform .5s;
	overflow: hidden;
}

.contain__related_products .row__related_products .list__relatedprods li .product.woocommerce.add_to_cart_inline {
	display: none;
}

.contain__related_products .row__related_products .list__relatedprods li:hover { 
	background: #fff;
	box-shadow: 0px 5px 10px #00000014;
}

/*.contain__related_products .row__related_products .list__relatedprods li .contain__product_img {
    height: 210px;
	overflow: hidden;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.contain__related_products .row__related_products .list__relatedprods li .contain__product_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: transform .2s;
}*/

.contain__related_products .row__related_products .list__relatedprods li:hover .contain__product_img img { 
	transform: scale(1.1);
}

.contain__related_products .row__related_products .list__relatedprods li .contain__product_info {
	padding: 20px 24px 50px 24px;
}

.contain__related_products .row__related_products .list__relatedprods li .contain__product_info a {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #003B19;
    margin: 0 0 20px 0;
    display: block;
    text-decoration: none;
}

.contain__related_products .row__related_products .list__relatedprods li .contain__product_info .contain__price {
	position: relative;
}

.contain__related_products .row__related_products .list__relatedprods li .contain__product_info .contain__price > a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    background: #C6AF6B;
    border: none;
    outline: none;
    border-radius: 25px;
    padding: 14px 25px;
    text-align: center;
    width: 200px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	z-index: 999999;
	display: none;
}

.contain__related_products .row__related_products .list__relatedprods li .contain__product_info .contain__price > a:hover {
	background: #062140;
}

.contain__related_products .row__related_products .list__relatedprods li:hover .contain__product_info .contain__price > a { 
	display: block;
}

.contain__related_products .row__related_products .list__relatedprods li .contain__product_info .contain__price p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #4EB497;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 78px);
    text-align: left;
}

.contain__related_products .row__related_products .list__relatedprods li:hover .contain__product_info .contain__price p,
.contain__related_products .row__related_products .list__relatedprods li:hover .contain__product_info .contain__price .star-rating { 
	opacity:0;
}

.contain__related_products .row__related_products .list__relatedprods li .contain__product_info .contain__price .star-rating span::before {
    content: "\53\53\53\53\53";
    color: #C6AF6B;
}

.contain__related_products .row__related_products .list__relatedprods li .contain__product_info .contain__price .star-rating {
	display: inline-block;
    vertical-align: middle;
    width: 78px;
    font-size: 13px;
    letter-spacing: 2px;
}

.contain__related_products .row__related_products .list__relatedprods li .contain__product_info .contain__price p span.woocommerce-Price-currencySymbol {
	margin-right: 5px;
}

.contain__related_products .row__related_products .list__relatedprods button.slick-prev.slick-arrow {
    position: absolute;
    left: -30px;
    top: 50%;
    background: transparent;
    font-size: 0;
    width: 12px;
    height: 23px;
    cursor: pointer;
    border: solid rgb(86 99 111 / 40%);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.contain__related_products .row__related_products .list__relatedprods button.slick-next.slick-arrow {
    position: absolute;
    right: -30px;
    top: 50%;
    background: transparent;
    font-size: 0;
    width: 12px;
    height: 23px;
    cursor: pointer;
    border: solid rgb(86 99 111 / 40%);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
}

.contain__related_products .row__related_products .list__relatedprods button.slick-next.slick-arrow:hover,
.contain__related_products .row__related_products .list__relatedprods button.slick-prev.slick-arrow:hover {
	border: solid #C6AF6B;
    border-width: 0 1px 1px 0;
}

.woocommerce-notices-wrapper {
	text-align: center;
}

.woocommerce-notices-wrapper .woocommerce-message {
    max-width: 1200px;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    margin: 0 auto 15px auto;
    display: inline-block;
    background: #4eb49729;
    padding: 15px 70px;
    border-radius: 12px;
}

.woocommerce-notices-wrapper .woocommerce-message a {
    color: #C6AF6B;
    text-decoration: none;
    font-weight: 500;
}

/* Product Related */

/* Cart */

html body.woocommerce-cart .entry-content {
    width: 100%;
	max-width: 1200px;
    margin: 0 auto;
    padding: 32px 0 100px 0;    
}

html body.woocommerce-cart .entry-content > .woocommerce {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    margin-top: 55px;
}

html body.woocommerce-cart .entry-content > .woocommerce .woocommerce-notices-wrapper {
    position: absolute;
    top: -60px;
    text-align: center;
    width: 100%;
}

html body.woocommerce-cart .entry-content .woocommerce > .cart-empty.woocommerce-info {
        font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    background: transparent;
    width: 100%;
    text-align: right;
}

html body.woocommerce-cart .entry-content .woocommerce > .return-to-shop {
        font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    background: transparent;
    width: 100%;
    text-align: left;
    padding-left: 5px;
}

html body.woocommerce-cart .entry-content .woocommerce > .return-to-shop a {
        color: #C6AF6B;
    text-decoration: none;
    font-weight: 500;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form {
    width: calc(100% - 400px);
    background: #F8F8F8;
    padding: 20px 25px;
    border-radius: 8px;
    margin-right: 25px;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals {
    width: 400px;
    background: #F8F8F8;
    padding: 20px 25px;
    border-radius: 8px;
    box-sizing: border-box;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals h2 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #003B19;
    margin: 0 0 25px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid rgb(198 175 107 / 40%);
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form > h2 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #003B19;
    margin: 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid rgb(198 175 107 / 40%);
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > a {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > a img {
	width: 100%;
    height: auto;
    border-radius: 8px;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > .contain__info_prod {
    display: inline-block;
    vertical-align: middle;
	padding-left: 25px;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr > td:first-child {
	text-align: left;
    width: 100%;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr > td:nth-child(2) {
    text-align: right;
    width: 100%;
    padding-right: 15px;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table thead > tr {
    border-bottom: 1px solid rgb(198 175 107 / 40%);
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table thead > tr > th {
    padding: 8px 0;
    text-align: left;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #003B19;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr {
    border-bottom: 1px solid rgb(198 175 107 / 40%);
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table thead > tr > th:first-child {
	padding-left: 150px;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr > td {
	padding: 15px 0;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > .contain__info_prod > a:first-child {
	font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    color: #003B19;
    margin: 0 0 10px 0;
    display: block;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > .contain__info_prod .quantity {
    display: inline-block;
    vertical-align: middle;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > .contain__info_prod > a:last-child {
	display: inline-block;
    vertical-align: middle;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 38px;
    color: #003B19;
    text-decoration: none;
    padding: 0 0 0 15px;
    border-left: 1px solid rgb(179 188 196 / 25%);
    margin: 0 0 0 15px;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr > td:nth-child(2) .woocommerce-Price-amount.amount bdi {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #4EB497;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > .contain__info_prod .quantity input.qty {
	width: 50px;
    text-align: center;
    padding: 8px 0 8px 13px;
    box-sizing: border-box;
    border: none;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #003B19;
	pointer-events: none;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > .contain__info_prod .contain__qty button.btn__minusprod {
        font-family: 'Montserrat';
    font-weight: 500;
    font-size: 24px;
    color: #B3BCC4;
    line-height: 1;
    margin: 0;
    padding: 0 5px 0 12px;
    border: none;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
    cursor: pointer;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > .contain__info_prod .contain__qty {
	display: inline-block;
    vertical-align: middle;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > .contain__info_prod .contain__qty button.btn__plusprod {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 24px;
    color: #B3BCC4;
    line-height: 1;
    margin: 0 0 0 -4px;
    padding: 0 12px 0 5px;
    border: none;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    cursor: pointer;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > .contain__info_prod .contain__qty button.btn__minusprod:hover,
html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > .contain__info_prod .contain__qty button.btn__plusprod:hover {
	background: #4EB497;
    color: #fff;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody > tr:last-child > td:first-child {
    text-align: right;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    color: #003B19;
    display: block;
    padding-right: 25px;
    box-sizing: border-box;
	padding-top: 25px;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody > tr:last-child > td:last-child bdi {
	color: #003B19!important;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody > tr:last-child td strong {
    font-weight: 600;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody > tr:last-child {
	border: none;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals table.shop_table {
	width: 100%;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals table.shop_table tbody tr th {
	font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #003B19;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals table.shop_table tbody tr td {
    width: 140px;
    text-align: right;
    padding-bottom: 12px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #003B19;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals table.shop_table tbody tr td .woocommerce-shipping-destination,
html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals table.shop_table tbody tr td form.woocommerce-shipping-calculator {
    display: none;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals .wc-proceed-to-checkout {
    text-align: right;
    border-top: 1px solid rgb(198 175 107 / 40%);
    padding: 20px 0 0 0;
    margin-top: 15px;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    background: #C6AF6B;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 25px;
    border-radius: 25px;
    display: inline-block;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover {
	opacity: 0.8;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals .contain__location {
	font-size: 0;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals .contain__location .woocommerce-shipping-methods {
    display: none;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals .contain__location form.woocommerce-shipping-calculator {

}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals .contain__location form.woocommerce-shipping-calculator .shipping-calculator-button {
	display: none;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals .contain__location form.woocommerce-shipping-calculator .shipping-calculator-form {
	/*display: block!important;*/
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals .contain__location form.woocommerce-shipping-calculator .shipping-calculator-form .form-row.form-row-wide {
    margin: 0 0 15px 0;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals .contain__location form.woocommerce-shipping-calculator .shipping-calculator-form .selection span.select2-selection.select2-selection--single {
        border: none;
    padding: 6px 0 6px 5px !important;
    height: auto;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals .contain__location form.woocommerce-shipping-calculator .shipping-calculator-form span.select2-container  {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #003B19;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals .contain__location form.woocommerce-shipping-calculator .shipping-calculator-form span.select2-selection__arrow {
	top: 7px;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals .contain__location form.woocommerce-shipping-calculator .shipping-calculator-form .form-row.form-row-wide input.input-text {
	font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #003B19;
    border: none;
    width: 100%;
    outline: none;
    padding: 8px 12px;
    box-sizing: border-box;
	border-radius: 10px;
}

.select2-dropdown {
    border: none!important;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #003B19;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals .contain__location .woocommerce-shipping-destination {
	font-size: 0;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals .contain__location .woocommerce-shipping-destination strong {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #003B19;
    background: #fff;
    width: 100%;
    display: block;
    padding: 15px 12px;
    box-sizing: border-box;
    margin-bottom: 12px;
    border-radius: 10px;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals .change__location {
        font-size: 0;
    border-top: 1px solid rgb(198 175 107 / 40%);
    padding: 20px 0 12px 0;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals .change__location h3 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #003B19;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals .change__location a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #C6AF6B;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: right;
}

html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals .contain__location form.woocommerce-shipping-calculator .shipping-calculator-form p button[type="submit"] {
	font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    background: #C6AF6B;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 29px;
    border-radius: 18px;
    border: none;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody > tr:last-child > td:first-child .contain__updateprod {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 112px;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody > tr:last-child > td:first-child .contain__updateprod button[name="update_cart"] {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    background: #C6AF6B;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-block;
    border: none;
    outline: none;
    width: 112px;
}

html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody > tr:last-child > td:first-child .contain__infosubtotal {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 117px);
    font-size: 18px;
    text-align: right;
}

/* Cart */

/* Checkout */

html body.woocommerce-checkout .woocommerce-order {
    max-width: 700px;
    margin: 0 auto;
}

html body.woocommerce-checkout .woocommerce-order .woocommerce-notice {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #003B19;
    padding: 65px 0 0 0;
    background: url(https://obituario-archivos.s3.amazonaws.com/wp-content/uploads/2023/04/12024321/Trazado-17215%402x.png) center top no-repeat;
    background-size: 50px;
    text-align: center;
    margin-bottom: 50px;
}

html body.woocommerce-checkout .woocommerce-order .woocommerce-notice a {
	color: #4eb497;
}

html body.woocommerce-checkout .woocommerce-order .woocommerce-order-overview {
	border-bottom: 1px solid rgb(198 175 107 / 20%);
    padding: 0 0 10px 0;
    margin: 0 0 25px 0;
}

html body.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #003B19;
    margin: 0 0 15px 0;
}

html body.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li strong {
    font-weight: 400;
}

html body.woocommerce-checkout .woocommerce-order section.woocommerce-order-details {
	border-bottom: 1px solid rgb(198 175 107 / 20%);
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
}

html body.woocommerce-checkout .woocommerce-order section.woocommerce-order-details h2 {
	font-family: 'Poppins';
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #003B19;
    margin: 0 0 20px 0;
}

html body.woocommerce-checkout .woocommerce-order section.woocommerce-customer-details {
    border-bottom: 1px solid rgb(198 175 107 / 20%);
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
}

html body.woocommerce-checkout .woocommerce-order section.woocommerce-customer-details .woocommerce-columns {
        font-size: 0;
}

html body.woocommerce-checkout .woocommerce-order section.woocommerce-customer-details .woocommerce-column--billing-address,
html body.woocommerce-checkout .woocommerce-order section.woocommerce-customer-details .woocommerce-column--shipping-address{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

html body.woocommerce-checkout .woocommerce-order section.woocommerce-customer-details .woocommerce-column--billing-address h2,
html body.woocommerce-checkout .woocommerce-order section.woocommerce-customer-details .woocommerce-column--shipping-address h2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #003B19;
    margin: 15px 0 15px 0;
}

html body.woocommerce-checkout .woocommerce-order section.woocommerce-customer-details .woocommerce-column--billing-address address,
html body.woocommerce-checkout .woocommerce-order section.woocommerce-customer-details .woocommerce-column--shipping-address address {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #003B19;
}

html body.woocommerce-checkout .woocommerce-order > h2 {
	display:none;
}

html body.woocommerce-checkout .woocommerce-order section.woocommerce-order-details table thead tr th {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #003B19;
    padding: 10px 0;
	text-align:left;
}



html body.woocommerce-checkout .woocommerce-order section.woocommerce-order-details table tbody tr td {
	font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #003B19;
    padding: 12px 0;
    text-align: left;
}

html body.woocommerce-checkout .woocommerce-order > table.woocommerce-table.shop_table tbody tr th {
	font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #003B19;
    padding: 6px 0;
    text-align: left;
}

html body.woocommerce-checkout .woocommerce-order section.woocommerce-order-details table tfoot tr th,
html body.woocommerce-checkout .woocommerce-order section.woocommerce-order-details table tfoot tr td {
	font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #003B19;
    padding: 5px 0;
    text-align: left;
}

html body.woocommerce-checkout .woocommerce-order section.woocommerce-order-details table tfoot tr th {
	font-weight: 700;
}

html body.woocommerce-checkout .woocommerce-order > table.woocommerce-table.shop_table tbody tr th {
	font-weight: 500;
}

html body.woocommerce-checkout .woocommerce-order section.woocommerce-order-details table tbody tr td a {
	text-decoration: none;
    color: #003B19;
}

html body.woocommerce-checkout .woocommerce-order section.woocommerce-order-details table thead tr > th:nth-child(2),
html body.woocommerce-checkout .woocommerce-order section.woocommerce-order-details table tbody tr > td:nth-child(2),
html body.woocommerce-checkout .woocommerce-order section.woocommerce-order-details table tfoot tr td {
	padding-left: 10px;
}

html body.woocommerce-checkout .woocommerce-order > table.woocommerce-table.shop_table tbody tr > td {
    padding-left: 30px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #003B19;
}

html body.woocommerce-checkout .entry-content .woocommerce {
    width: 100%;
    max-width: 1200px;
    padding: 35px 80px;
    margin: 0 auto;
}

form.checkout.woocommerce-checkout {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 20px;
	position: relative!important;
}

form.checkout.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
        position: absolute;
    top: -20px;
    right: 0;
    width: 50%;
    border-radius: 8px;
}

form.checkout.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error {
    border-radius: 8px;
}

form.checkout.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
}
/* Ocultar bloque grande de errores de WooCommerce ee */
.woocommerce-NoticeGroup,
.woocommerce-error,
.woocommerce-message {
    display: none !important;
}

form.checkout.woocommerce-checkout .contain__checkout_billchip {
    width: 50%;
    margin-right: 12px;
    background: #F8F8F8;
    padding: 20px 24px 60px 24px;
    box-sizing: border-box;
    border-radius: 8px;
}

form.checkout.woocommerce-checkout .contain__checkout_payment {
    width: 50%;
    margin-left: 12px;
    background: #F8F8F8;
    padding: 20px 24px 60px 24px;
    box-sizing: border-box;
    border-radius: 8px;
}

form.checkout.woocommerce-checkout .contain__checkout_billchip p.form-row,
form.checkout.woocommerce-checkout .contain__checkout_payment .woocommerce-additional-fields p {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
}

form.checkout.woocommerce-checkout .contain__checkout_billchip p.form-row > label,
form.checkout.woocommerce-checkout .contain__checkout_billchip h3 > label,
form.checkout.woocommerce-checkout .contain__checkout_payment .woocommerce-additional-fields p label {
    display: block;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #56636F;
    line-height: 1;
    margin: 0 0 8px 0;
}

form.checkout.woocommerce-checkout .contain__checkout_payment .woocommerce-additional-fields p label > span.optional {
	display: none;
}

form.checkout.woocommerce-checkout .contain__checkout_billchip h3 > label {
	margin: 15px 0;
}

form.checkout.woocommerce-checkout .contain__checkout_billchip p.form-row > label abbr {
    color: #56636F;
    text-decoration: none;
}

form.checkout.woocommerce-checkout .contain__checkout_billchip p.form-row > span {
    display: block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
	width: 100%;
    display: block;
    box-sizing: border-box;
    border: none;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    border-radius: 12px;
    padding: 10px 20px;
    outline: none;
    box-shadow: none!important;
}

/*
form.checkout.woocommerce-checkout .contain__checkout_billchip p.form-row > span input[type="text"],
form.checkout.woocommerce-checkout .contain__checkout_billchip p.form-row > span input[type="email"],
form.checkout.woocommerce-checkout .contain__checkout_billchip p.form-row > span input[type="tel"],
form.checkout.woocommerce-checkout .contain__checkout_billchip p.form-row > span textarea,
form.checkout.woocommerce-checkout .contain__checkout_billchip p.form-row > span select {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: none;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    border-radius: 12px;
    padding: 10px 20px;
    outline: none;
    box-shadow: none;
}
*/

form.checkout.woocommerce-checkout .contain__checkout_billchip p.form-row > span.inputalert {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    color: #ee0000;
    display: block;
    line-height: 1;
    margin: 6px 0 0 10px;
}

form.checkout.woocommerce-checkout .contain__checkout_billchip p.form-row > span textarea {
    line-height: 1.2;
    min-height: 60px;
}

form.checkout.woocommerce-checkout .contain__checkout_billchip p.form-row > span span.select2-selection {
        font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    border-radius: 12px;
    padding: 14px 20px;
    height: 45px;
    border: none;
}

form.checkout.woocommerce-checkout .contain__checkout_billchip p.form-row > span span.select2-selection .select2-selection__rendered {
    line-height: 1;
    padding: 0;
}

form.checkout.woocommerce-checkout .contain__checkout_billchip p.form-row > span span.select2-selection .select2-selection__arrow {
    top: 9px;
}

form.checkout.woocommerce-checkout .contain__checkout_payment h3#order_review_heading,
form.checkout.woocommerce-checkout .contain__checkout_billchip .woocommerce-billing-fields h3 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #003B19;
    border-bottom: 1px solid rgb(198 175 107 / 20%);
    padding: 0 0 10px 0;
    margin-bottom: 25px;
}

form.checkout.woocommerce-checkout .contain__checkout_payment h3#order_review_heading span {
	display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin: 6px 0 0 0;
}

form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table {
	width: 100%;
}

form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tbody tr td {
	font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    color: #003B19;
    line-height: 1;
    padding: 0 0 10px 0;
}

form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tbody tr > td:first-child {
	font-weight: 400;
}

form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tbody tr > td:last-child {
	text-align: right;
}

form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table thead tr th { 
	font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    color: #003B19;
    line-height: 1;
    padding: 0 0 10px 0;
}

form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table thead tr th:last-child { 
	text-align: right;
}

form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table thead tr > th:first-child {
    text-align: left;
}

form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tbody {
	border-bottom: 1px solid rgb(198 175 107 / 20%);
}

form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tbody > tr:last-child td {
	padding: 0 0 25px 0;
}

form.checkout.woocommerce-checkout .contain__checkout_payment button#place_order {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    background: #C6AF6B;
    text-transform: uppercase;
    padding: 18px 25px;
    border-radius: 25px;
    border: none;
    width: 100%;
    margin-top: 20px;
}

form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tfoot {
	border-bottom: 1px solid rgb(198 175 107 / 20%);
}

form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th,
form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td {
	padding-top: 25px;
}

form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child th,
form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child td { 
	padding-bottom: 25px;
}

form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tfoot tr th,
form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
	font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    color: #003B19;
    line-height: 1;
    padding: 0 0 10px 0;
    text-align: right;
}

form.checkout.woocommerce-checkout .contain__checkout_payment .woocommerce-checkout-payment ul li {
    background: transparent;
    margin: 0 0 12px 0;
}

form.checkout.woocommerce-checkout .contain__checkout_payment .woocommerce-checkout-payment ul li span,
form.checkout.woocommerce-checkout .contain__checkout_payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    color: #003B19;
    line-height: 1.3;
	margin: 15px 0;
	display: block;
}

form.checkout.woocommerce-checkout .contain__checkout_payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a {
	color: #C6AF6B;
}

form.checkout.woocommerce-checkout .contain__checkout_payment .woocommerce-checkout-payment {
    padding: 25px 0 0 0;
}

form.checkout.woocommerce-checkout .contain__checkout_payment .woocommerce-checkout-payment ul {
    margin-top: 0;
}

form.checkout.woocommerce-checkout .contain__checkout_payment .woocommerce-checkout-payment ul li label {
    font-family: Poppins;
    font-weight: 600;
    font-size: 15px;
    color: #003B19;
    line-height: 1.3;
    display: inline-block;
}

form.checkout.woocommerce-checkout .contain__checkout_payment .woocommerce-checkout-payment ul li > div {
    margin: 8px 0 0 0;
}

form.checkout.woocommerce-checkout .contain__checkout_payment .woocommerce-checkout-payment ul li > div p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    color: #003B19;
    line-height: 1.3;
    display: block;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    background: transparent;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #003B19;
    margin: 0 0 12px 0;
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #C6AF6B;
}

.woocommerce-form-coupon-toggle form.checkout_coupon {
    max-width: 400px;
    display: none;
}

form.checkout_coupon {
	max-width: 400px;
}

form.checkout_coupon > p:first-child {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #56636F;
    line-height: 1;
}

form.checkout_coupon > p.form-row {
    padding: 12px 0;
}

form.checkout_coupon > p.form-row:last-child {
	padding: 0;
}

form.checkout_coupon > p.form-row input[type="text"] {
    background: #F8F8F8;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-reply-title {
        font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #003B19;
    letter-spacing: 0px;
    margin: 0 0 15px 0;
    display: block;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #review_form_wrapper form .comment-form-rating {
        margin: 0 0 18px 0;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #review_form_wrapper form .comment-form-rating label {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #003B19;
    letter-spacing: 0px;
    margin: 0 0 8px 0;
    display: block;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #review_form_wrapper form .comment-form-comment label,
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #review_form_wrapper form .comment-notes,
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #review_form_wrapper form .comment-form-author label,
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #review_form_wrapper form .comment-form-email label,
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #review_form_wrapper form .comment-form-cookies-consent label {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #003B19;
    letter-spacing: 0px;
    margin: 0 0 8px 0;
    display: inline-block;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #review_form_wrapper form p {
	margin: 0 0 12px 0;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #review_form_wrapper form .comment-form-cookies-consent label {
	display: inline-block;
    vertical-align: top;
    width: calc(100% - 25px);
    line-height: 1.2;
    font-size: 14px;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #review_form_wrapper form .form-submit input[type="submit"] {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    background: #C6AF6B;
    border: none;
    outline: none;
    border-radius: 25px;
    padding: 10px 30px;
    margin: 15px 0 0 0;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #review_form_wrapper form .comment-form-rating p.stars a:hover ~ a::before,
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #review_form_wrapper form .comment-form-rating p.stars:hover a::before,
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #review_form_wrapper form .comment-form-rating p.stars.selected,
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #review_form_wrapper form .comment-form-rating a.active::before,
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #review_form_wrapper form .comment-form-rating p.stars.selected a:not(.active)::before {
    color: #C6AF6B;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #comments .commentlist li .comment-text .star-rating span::before {
	content: "\53\53\53\53\53";
	color: #C6AF6B;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #comments .commentlist li {
	padding: 0 0 18px 0;
    border-bottom: 1px solid rgb(198 175 107 / 30%);
    margin-bottom: 18px;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--reviews #review_form_wrapper form .comment-form-cookies-consent #wp-comment-cookies-consent {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
} 

/* Checkout */

/* Shop */

html body.archive ul.products {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
	padding: 0 30px 80px 30px;
	display: grid;
    grid-template-columns: repeat(4, calc(25% - 12px));
    grid-gap: 16px;
}

html body.archive ul.products li.product {
    background: #E3F0FF;
    width: 100%;	
    margin: 0;
    border-radius: 8px;
    padding-bottom: 50px;
	overflow: hidden;
	transition: transform .5s;
	float: none;
	border: 1px solid #f7f7f7;
}

html body.archive ul.products li.product:hover {
	box-shadow: 0px 5px 10px #00000014;
	background: #fff;
}

html body.archive ul.products li.product:hover a:first-child img {
	transform: scale(1.1);
}

html body.archive ul.products li.product a:first-child {
    text-decoration: none;
}

.contain__product_img {
	position: relative;
	overflow: hidden;
}

.contain__product_img img {
    width: 100%;
	height: auto;
	transition: all .3s ease;
}

html body.archive ul.products li.product a:first-child > span:first-child {
    background: #4EB497;
    border-radius: 25px;
    height: 32px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 1;
}

html body.archive ul.products li.product a:first-child h2 {
    padding: 20px 24px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #003B19;
    text-decoration: none;
}

html body.archive ul.products li.product a:first-child span.price {
    display: inline-block;
    vertical-align: middle;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #4EB497;
    width: calc(100% - 88px);
}

html body.archive ul.products li.product a:first-child span.price del {
    display: none;
}

html body.archive ul.products li.product a:first-child span.price ins {
	text-decoration: none;
}

html body.archive ul.products li.product a:first-child .star-rating {
    display: inline-block;
    vertical-align: middle;
    width: 84px;
    font-size: 13px;
    letter-spacing: 2px;
    margin: 0;
    height: 21px;
}

html body.archive ul.products li.product .contain__pricerating_prod {
    padding: 0 24px;
}

html body.archive ul.products li.product a:first-child .star-rating span:before {
	content: "\53\53\53\53\53";
    color: #C6AF6B;
}

html body.archive ul.products li.product:hover .contain__pricerating_prod {
	visibility: hidden;
}

html body.archive ul.products li.product a.add_to_cart_button,
html body.archive ul.products li.product .added_to_cart.wc-forward,
html body.archive ul.products li.product a.button.wp-element-button.product_type_simple {
	font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    background: #C6AF6B;
    border: none;
    outline: none;
    border-radius: 25px;
    padding: 14px 25px;
    text-align: center;
    width: 200px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    bottom: 30px;
    text-decoration: none;
	display:none;
}

html body.archive ul.products li.product a.add_to_cart_button:hover,
html body.archive ul.products li.product a.added_to_cart.wc-forward:hover,
html body.archive ul.products li.product a.button.wp-element-button.product_type_simple:hover { 
	background: #062140;
}

html body.archive ul.products li.product:hover a.add_to_cart_button,
html body.archive ul.products li.product:hover .added_to_cart.wc-forward,
html body.archive ul.products li.product:hover a.button.wp-element-button.product_type_simple { 
	display:block;
}

html body.archive .woocommerce-result-count,
html body.archive form.woocommerce-ordering {
    display: none;
}

.woocommerce-breadcrumb {
    background: #F8F8F8;
    padding: 30px 0;
    margin-bottom: 50px;
}

.woocommerce-breadcrumb .row__woo_breadcrumb {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    color: #4EB497;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 30px;
}

.woocommerce-breadcrumb .row__woo_breadcrumb a,
.woocommerce-breadcrumb .row__woo_breadcrumb span {
    font-weight: 400;
    color: #003B19;
    text-decoration: none;
}

.woocommerce-breadcrumb .row__woo_breadcrumb > a:first-child {
    background: url(http://tienda.funerariajaramillo.com.ec/wp-content/uploads/2023/04/Grupo-19626@2x.png) center left no-repeat;
    background-size: 24px;
    padding-left: 30px;
}

html body.woocommerce-account form.edit-account p {
	margin: 0 0 15px 0;
}

html body.woocommerce-account form.edit-account p label {
	font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #56636F;
    margin: 0 0 8px 0;
    display: block;
}

html body.woocommerce-account form.edit-account p span em {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #56636F;
    margin: 10px 0 0 10px;
    display: block;
}

html body.woocommerce-account form.edit-account fieldset {
    margin-top: 30px;
    border-top: 1px solid rgb(198 175 107 / 20%);
    padding-top: 55px;
    position: relative;
}

html body.woocommerce-account form.edit-account fieldset legend {
font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #56636F;
    margin: 0 0 15px 0;
    position: absolute;
    top: 25px;
}

html body.archive p.woocommerce-info.woocommerce-no-products-found {
    max-width: 1200px;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    margin: 0 auto 40px auto;
    background: #4eb49729;
    padding: 15px 70px;
    border-radius: 12px;
}

form.checkout.woocommerce-checkout .contain__checkout_billchip .col-2 > .woocommerce-shipping-fields > h3 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #003B19;
    border-bottom: 1px solid rgb(198 175 107 / 20%);
    padding: 12px 0 10px 0;
}

/* Shop */

/* Responsive */

@media (max-width: 1280px) {
	.contain__related_products .row__related_products {
		padding: 0 50px;
	}
}

@media (max-width: 1024px) {
	
	html body.woocommerce-cart .entry-content > .woocommerce {
		flex-direction: column;
    	padding: 0 32px;
	}
	
	html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form {
		width: 100%;
		margin: 0 auto 20px auto;
	}

	html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals {
		width: 100%;
	}	
	
	.single-product div.product {
		padding: 0 32px 125px 32px;
    	flex-direction: column;
	}
	
	.single-product div.product .summary.entry-summary h1.product_title,
	.single-product div.product .summary.entry-summary p.price {
		font-size: 30px;
	}

	.single-product div.product .summary.entry-summary .woocommerce-product-details__short-description p {
		font-size: 14px;
	}

	.single-product div.product .summary.entry-summary form.cart button.single_add_to_cart_button {
		font-size: 12px;
		margin-left: 10px;
		padding: 14px 20px;
	}
	
	.single-product div.product .summary.entry-summary form.cart .quantity input.qty {
		width: 80px;
	}
	
	.single-product div.product .woocommerce-product-gallery {
		    width: 100%;
    max-width: 650px;
	}
	
	.single-product div.product .summary.entry-summary {
		width: 100%;
		padding-left: 0;
	}
	
	.single-product div.product span.onsale {
		left: 175px;
	}
	
	html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > .contain__info_prod .quantity input.qty {
		padding-left:0;
	}
	
	html body.archive ul.products {
		grid-template-columns: repeat(3, calc(33.33% - 11px));
	}

	html body.archive ul.products li.product {
		margin: 0 auto 30px auto;
	}
}

@media (max-width: 768px) {
	
	.single-product div.product span.onsale {
		left: 135px;
	}
	
	form.checkout_coupon {
		max-width: 100%;
	}
	
	form.checkout.woocommerce-checkout {
		flex-direction: column;
	}
	
	form.checkout.woocommerce-checkout .contain__checkout_billchip,
	form.checkout.woocommerce-checkout .contain__checkout_payment {
		width: 100%;
    	margin: 0 0 15px 0;
	}
	
	html body.woocommerce-checkout .entry-content .woocommerce {
		padding: 35px 16px;
	}
	
	.woocommerce-form-coupon-toggle .woocommerce-info {
		font-size: 14px;
	}
	
	form.checkout.woocommerce-checkout .contain__checkout_payment h3#order_review_heading,
	form.checkout.woocommerce-checkout .contain__checkout_billchip .woocommerce-billing-fields h3 {
		font-size: 20px;
	}
	
	form.checkout.woocommerce-checkout .contain__checkout_billchip p.form-row > label,
	form.checkout.woocommerce-checkout .contain__checkout_billchip h3 > label,
	form.checkout.woocommerce-checkout .contain__checkout_payment .woocommerce-additional-fields p label {
		font-size: 12px;
	}
	
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, select {
		font-size: 14px;
	}
	
	form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table thead tr th,
	form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tbody tr td,
	form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tfoot tr th,
	form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
		font-size: 14px;
	}
	
	form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table thead tr th,
	form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tbody tr td,
	form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tfoot tr th,
	form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tfoot tr td,
	form.checkout.woocommerce-checkout .contain__checkout_payment .woocommerce-checkout-payment ul li label,
	form.checkout.woocommerce-checkout .contain__checkout_payment .woocommerce-checkout-payment ul li > div p,
	form.checkout.woocommerce-checkout .contain__checkout_payment .woocommerce-checkout-payment ul li span,
	form.checkout.woocommerce-checkout .contain__checkout_payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
		font-size: 14px;
	}
	
	html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr > td:nth-child(2) {
		font-family: Poppins;
		font-weight: 600;
		font-size: 14px;
		line-height: 1;
		color: #003B19!important;
	}
	
	html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr > td:first-child:before {
    	display: none;
	}
	
	html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table {
        width: 100%;
	}

	html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > .contain__info_prod > a:first-child {
		font-size: 16px;
	}
	
	html body.woocommerce-cart .entry-content > .woocommerce .cart-collaterals table.shop_table tbody tr td {
		width: 100%;
	}
	
	html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr > td:nth-child(2) {
		padding-right: 0;
	}
	
	html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > a {
		padding-right: 25px;
		padding-bottom: 5px;
	}

	html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > .contain__info_prod {
		padding-left: 0;
	}
	
	.contain__related_products .row__related_products .list__relatedprods li .contain__product_info a {
		font-size: 18px;
	}
	
	.contain__related_products .row__related_products > h2 {
		font-size: 26px;
	}
	
	.single-product div.product .summary.entry-summary h1.product_title,
	.single-product div.product .summary.entry-summary p.price {
		font-size: 18px;
	}

	.single-product div.product .summary.entry-summary span.posted_in a {
		font-size: 12px;
	}
	
	.single-product div.product .summary.entry-summary form.cart .quantity input.qty {
		width: 60px;
    	padding-left: 0;
	}

	.single-product div.product .summary.entry-summary form.cart button.single_add_to_cart_button {
		font-size: 12px;
		margin-left: 5px;
		padding: 14px 15px;
	}
	
	.single-product div.product .woocommerce-product-gallery {
		min-height: 400px
	}
	
	.single-product div.product .woocommerce-product-gallery {
		padding-left: 90px;
	}

	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img {
		width: 100%;
		height: auto;
	}

	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
		width: 80px;
	}
	
	.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li a {
		font-size: 12px;
	}

	.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description p,
	.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description ul li {
		font-size: 13px;
	}
	
	.single-product div.product .summary.entry-summary {
		padding-left: 0;
	}
	
	html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody > tr:last-child > td:first-child .contain__infosubtotal {
		opacity: 0;
	}
	
	.contain__related_products .row__related_products .list__relatedprods button.slick-next.slick-arrow {
		right: -22px;
	}

	.contain__related_products .row__related_products .list__relatedprods button.slick-prev.slick-arrow {
			left: -22px;
	}
	
	html body.archive ul.products {
		grid-template-columns: repeat(2, calc(50% - 8px));
	}

	html body.archive ul.products li.product {
		margin: 0 auto 30px auto;
	}
	
	.woocommerce-breadcrumb .row__woo_breadcrumb {
		font-size: 0;
	}

	.woocommerce-breadcrumb .row__woo_breadcrumb a,
	.woocommerce-breadcrumb .row__woo_breadcrumb span {
		font-size: 14px;
	}
	
	.woocommerce-breadcrumb .row__woo_breadcrumb > span:last-child {
		display: none;
	}
}

@media (max-width: 480px) {
	
	html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > a {
		display: block;
		margin: 0 0 12px 0;
	}

	html body.woocommerce-cart .entry-content > .woocommerce form.woocommerce-cart-form .shop_table tbody tr td.product-thumbnail > .contain__info_prod {
		display: block;
		padding-left: 0;
	}
	
	.single-product div.product {
		padding: 0 16px 125px 16px;
	}
	
	.contain__related_products .row__related_products {
		padding: 0 40px;
	}
	
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
		position: relative;
		width: auto;
		margin-top: 10px!important;
	}
	
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
		width: 80px!important;
		display: inline-block;
		vertical-align: middle;
		margin-right: 8px;
	}
	
	.single-product div.product .woocommerce-product-gallery {
		min-height: 300px;
		padding-right: 0;
		padding-left: 0;
	}
	
	html body.archive ul.products {
		grid-template-columns: repeat(1, 100%);
	}
	
	.single-product div.product span.onsale {
		left: 25px;
	}

}

/* Responsive */

.checkout-inline-error-message {
    color: #cf2e2e !important;
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 8px;
    font-weight: 500;
}

