/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.categories-attr .custom-block span, .payable-security_deposites .custom-block span {
	margin-left: 5px;
}

h3.booking_cost {
	margin-bottom: 0px;
}

.single-product form.cart .categories-attr .quantity {
	display: none;
}

.categories-attr .custom-block {
	display: initial!important;
}

.rnb-popup {
    padding: 50px 50px 0px!important;
}

.the_content_wrapper .woocommerce .shop_table .product-remove a.remove {
	    width: 26px;
    height: 26px;
    line-height: 22px;
    font-size: 19px;
    color: black!important;
}
.the_content_wrapper .woocommerce .shop_table .product-remove a.remove:hover {
	color: red!important;
	background-color: transparent!important;
}

.woocommerce ul.products li.product {
    width: 23%!important;
    margin: 0 1% 20px!important;
}

.woocommerce ul.products li.product a img {
	width: 100%;
	height: 300px!important;
	object-fit: contain!important;
}

.woocommerce ul.products li.product:nth-child(3n+1) {
    clear: none;
}

.woocommerce ul.products li.product:nth-child(4n+1) {
    clear: both;
}
@media(max-width: 768px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 48%!important;
		float: left;
		clear: both;
		margin: 0 0 2.992em!important;
	}
	
	.hidden-small {
		display: none!important;
	}
	
	.woocommerce table.shop_table.shop_table_responsive.cart > tbody > tr > td.product-price, .woocommerce table.shop_table.shop_table_responsive.cart > tbody > tr > td.product-quantity {
		display: none;
	}
	
	/*.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
		display: table-row;
	}
	
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		display: table-cell;
		text-align: left!important;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		content: '';
	}*/
}
.woocommerce ul.products li.product span.price {
   display: none;
}
.woocommerce a.button.button_green {
	background-color: seagreen;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width:100%!important;
}
.woocommerce table.shop_table.shop_table_responsive.cart > tbody > tr > td.product-name > a, .woocommerce table.shop_table.shop_table_responsive.cart > thead, .woocommerce table.shop_table.shop_table_responsive.cart > tbody > tr > td.product-subtotal {
	display: none;
}
.woocommerce table.shop_table.shop_table_responsive.cart > tbody > tr > td.product-name {
	padding: 0!important;
}


.woocommerce table.shop_table.woocommerce-checkout-review-order-table > tbody > tr > td.product-name > a, .woocommerce table.shop_table.woocommerce-checkout-review-order-table > thead, .woocommerce table.shop_table.woocommerce-checkout-review-order-table > tbody > tr > td.product-subtotal, .woocommerce table.shop_table.woocommerce-checkout-review-order-table > tbody > tr > td.product-total {
	display: none;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table > tbody > tr > td.product-name {
	padding: 0!important;
}


.woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details > tbody > tr > td.product-name > a, .woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details > tbody > tr > td.product-name > strong.product-quantity, .woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details > thead, .woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details > tbody > tr > td.product-subtotal, .woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details > tbody > tr > td.product-total {
	display: none;
}
.woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details > tbody > tr > td.product-name {
	padding: 0!important;
}

input#ship-to-different-address-checkbox {
	display: none;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions {
	display: none;
}
.titulodocumentos h3 {padding-top: 40px}

<!-- All Univerity of Nebraska-Lincoln Web Framework code is the property of UComm/ITS Digital Experience Group 
and the UNL Web Developer Network. -->

<!-- place the contents of this css file, in the <head></head> of your html page when using 
the responsive table generator code on sites not in UNLcms or the UNL.edu framework -->


:root {
    --bg-table-stripe: #f6f6f5;
    --b-table: #e3e3e2;
    --caption: #242423;
}

table {
    background-color: transparent;
    border-collapse:collapse;
  	font-family: Arial, Helvetica, sans-serif
}

th {
    text-align:left
}

.dcf-txt-center {
      text-align: center!important
    }

    .dcf-txt-left {
      text-align: left!important
    }

    .dcf-txt-right {
      text-align: right!important
    }
    
.dcf-table caption {
      color: var(--caption);
      font-size: 1.13em;
      font-weight: 700;
      padding-bottom: .56rem
    }

    .dcf-table thead {
      font-size: .84em
    }

    .dcf-table tbody {
      border-bottom: 1px solid var(--b-table);
      border-top: 1px solid var(--b-table);
      font-size: .84em
    }

    .dcf-table tfoot {
      font-size: .84em
    }

    .dcf-table td, .dcf-table th {
      padding-right: 1.78em
    }

    .dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
      border: 1px solid var(--b-table)
    }

    .dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
      padding-left: 1em;
      padding-right: 1em
    }

    .dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
      border-bottom: 1px solid var(--b-table)
    }

    .dcf-table-striped tbody tr:nth-of-type(2n) {
      background-color: var(--bg-table-stripe)
    }

    .dcf-table thead td, .dcf-table thead th {
      padding-bottom: .75em;
      vertical-align: bottom
    }

    .dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
      padding-top: .75em;
      vertical-align: top
    }

    .dcf-table tbody td, .dcf-table tbody th {
      padding-bottom: .75em
    }

    .dcf-table-bordered thead th {
      padding-top: 1.33em
    }

    .dcf-wrapper-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 1em;
      position: relative;
      right: 50%;
      width: 100vw
    }

    @media only screen and (max-width:42.09em) {
      .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
      }
      .dcf-table-responsive tr {
        display: block
      }
      .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: left!important
      }
      .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: .75em
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
      }
      .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em
      }
    }

.dcf-overflow-x-auto {
      overflow-x: auto!important;
      -webkit-overflow-scrolling: touch
    }
    
.dcf-w-100\% {
  width: 100%!important;
		}
    
<!-- fin tablas cookies -->