/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.shop_table thead th, .shop_table .order-total td, .shop_table .order-total th {
    border-width: 0px;
    border-bottom-width: 2px;
}


td.product-name,
td.product-letter,
td.product-kleur,
td.product-uitlijning,
td.product-line-height,
td.product-mirror,
td.product-breedte,
td.product-hoogte,
td.product-quantity,
td.product-subtotal {
    border-bottom: 0px;
} 
.shop_table .cart_item td {
    padding-top: 6px;
    padding-bottom: 0px;
}
a.remove, a.icon-remove {
    width: auto;
    height: auto;
    /*border: none;*/
	color: #1195b0;
}
.woocommerce-checkout .wc-item-meta p {
    margin: 0;
}
form.woocommerce-cart-form {
    padding: 0px 15px;
}
.nav-dropdown {
    min-width: 320px;
}
ul.product_list_widget li {
    list-style: none;
    padding: 6px 0 5px 0px;
}
ul.product_list_widget li img {
    top: 10px;
    position: relative;
    left: 0;
    width: 100%;
    height: 60px;
    margin-bottom: 16px;
    object-fit: contain;
    background-color: #e2e2e2;
}

@media only screen and (min-width: 850px) {
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
        margin-bottom: -70px;
    }


}
.oranje-balk {
    margin-bottom: -61px;
}

/*kleur tekst winkelmand */
dl.variation dd {
    
    color: black;
}


/*kleur blokjes afstand product fields */
.wapf-swatch--color {
    margin: 0 4px 4px 0 !important;
    position: relative;
    transition: all .1s;
}
/* afgeronde hoeken dropdown box */
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, select {border-radius: 12px;}
/* geen hoofdletters cart opsomming */
dl {text-transform: none!important;}

/*schaduw kleuren*/
.wapf-swatch--color {
    box-shadow: 1px 1px 8px lightgray;
}
/* box rechts product stickers product layout 2*/
.product-stickers {
	border: 1px solid #999;
    border-radius: 8px;
    padding: 20px 30px 0px 30px;
    margin: 45px 0px 0px 0px !important;
    box-shadow: 5px 5px 5px#ddd;
    text-align: center;
    background: rgb(249,249,249);
    background: linear-gradient(180deg, rgba(249,249,249,1) 25%, rgba(255,255,255,1) 66%, rgba(242,242,242,1) 100%);	
}
/* verwijder zoekbalk reviews op productpage */
.cr-ajax-search {
    display: none!important;
}
/*button rechts en links slider reviews*/
.cr-reviews-slider .slick-prev:before
{
	content: '<=';
}
.cr-reviews-slider .slick-next:before
{
	content: '=>';
}
/* thumbnail cart groter maken */
/*
td.product-thumbnail {
    max-width: 150px!important;
    min-width: 60px!important;
    width: 150px!important;
}
*/
/* verwijder date review*/
/*
 .cr-reviews-grid .cr-review-card .middle-row .datetime, .cr-reviews-slider .cr-review-card .middle-row .datetime {
    font-weight: 300;
    font-size: 14px;
    color: #898F92;
    display: none!important;
}
*/

/**kleurentabel vinyl**********************************************************/
.colour-samples {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: -30px!important;
}

.colour-samples:first-child {
    margin-top: 0;
}

.colour-samples:last-child {
    margin-bottom: 0;
}

.colour-samples>* {
    display: block;
    width: 16.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
}

.colour-samples>li {
    margin-top: 30px;
}
.colour-sample {
    border: 1px solid #ececec;
}

.colour-sample .colour-preview {
    display: block;
    padding-top: 66.7%;
    position: relative;
	border-radius: 8px;
	box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.22);
}

.colour-sample .colour-preview img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	border-radius: 8px;
	box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.22);
}

.colour-sample .colour-preview .colour-additional-info {
    display: none;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    padding: 5px;
    background: #fff;
    background: rgba(255,255,255,.9);
    font-size: 13px;
		border-radius: 8px;
		
}

.colour-sample .colour-preview .colour-additional-info .label {
    display: block;
    font-weight: 700
		border-radius: 8px;
}

.colour-sample .colour-info {
    background: #fff;
    text-align: center;
    font-size: 13px;
    color: #4b4b4b;
    padding: 12px;
		
}

.colour-sample .colour-code {
    font-size: 15px;
    margin-bottom: 1px;
    display: block;
	display:none;
}

.colour-sample:hover .colour-additional-info {
    display: block
}
/************************************************/	
/* start met ontwerpen button home */
.start-ontwerpen {
	background-color: #fc6c00;
    color: white;
    border-radius: 8px;
    padding: 2px 18px 4px 17px;
}

/*rode lijn top en bottom preview ontwerp */
div#previewContainer {
border-bottom: 1px solid;
    border-top: 1px solid;
    color: red;
}


