@import url("./header.css");
@import url("./behrrx.css");
@import url("./footer.css");
.your-cart {
    margin-top:20px;
}
.circle-color {
    width:100%;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}
td{
    display: table-cell !important;
}
.your-cart table{
    width:100%;
    margin-top: 20px;
}
.newsletter-wrapper {
    display: none;
}
.your-cart table th:first-child {
    width:16%;
}
.your-cart table th:nth-child(2){
    width: 20%;
}
.your-cart table tbody tr td {
    padding: 20px 5px;
}
.your-cart table tbody tr td:first-child {
    padding-left:0px;
    width:20%;
}
.your-cart table tbody tr td:last-child,
.your-cart table th:last-child{
    text-align: right;
}
.your-cart table thead tr{
    border-bottom: 1px solid #ccc;
}
.total-row {
    border-top: 1px solid #ccc;
}
.total-row .unit{
    font-style: italic;
}

.quantity-input {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    width: 60px;
    height: 40px;
    margin-bottom: 10px;
    margin-top: 40px;
    color: #787878;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #787878;
    float: left;
    -webkit-appearance: none;
    margin-top:-45px;
}
input[disabled] {
    background: #ccc;;
}
.sheen-option {
    margin-top:-60px;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 40px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #787878;
    float: left;
    color: #787878;
    font-weight: 600;
    padding: 0px 10px;
    -webkit-appearance: none;
    position: relative;
    font-size: 16px;
}
select.sheen-option {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-color: #fff;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
.sheen-option:focus {
    background-image: linear-gradient(45deg, #ccc 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #ccc 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: #ccc;
    outline: 0;
}
.quantity{
    width: 100%;
    display: block;
    float: left;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
}
.rec-col-det {
    padding: 0px !important;
}
.unit {
    float: left;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #585858;
    margin-top:-1px;
    font-style: initial;
}
.unit.fr {
    float: right;
    padding-top: 5px;
}
.update-remove a, .rate{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color:#5f818f;
    margin-top: -45px;
    display: block;
}
.rate {
    color: #787878;
}
.recommended-color-details {
    float: left;
    margin-top:10px;
}
.recommended-color-details span{
    display: block;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #3d3d3e;
    font-size: 20px;
    padding-bottom: 5px;
}
.color-code {
    font-family: "bebas";
    font-size: 20px;
    color: #adadad;
}
.total {
    color:#3d3d3e;
    font-size:20px;
    margin-top:0px;
    
}
.checkout-link {
    width:100%;
    display: block;
    background: #afd9d5;
    color:#5f818f;
    text-align: center;
    padding: 20px 0px;
    border-radius: 40px;
    font-weight: 700;
    text-decoration:  none;
    margin-bottom: 40px;
    font-size: 18px;
    font-family: 'Open Sans';
    position: relative;
}
.checkout-link:hover {
    background: #ccd8d0;
    text-decoration:  none;
    color:#5f818f;
}
.checkout-link:focus {
    background: #9fb0ac;
    text-decoration:  none;
    color:#5f818f;
}
.checkout-link img {
    width: 40px;
    position: absolute;
    margin-left: 20px;
    top: 13px;
    border: 2px solid #fff;
}
.close-btn {
    float: right;
    font-size:25px;
    color:rgb(175, 217, 213);
}
.your-cart table th h2{
    font-family: 'bebas';
    color: #5f818f;
    font-size: 24px;
    font-weight: 100;
}
.your-cart table th {
    font-family: 'bebas';
    color: #5f818f;
    font-size: 24px;
    font-weight: 100;
}
	@media(max-width: 991px) {
        .your-cart table tbody tr td:first-child{
            width: auto;
        }
		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr {
			display: block !important;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

    tr {
      margin: 0 0 1rem 0;
    }
      
    
    
		td {
			border: none;
			position: relative;
			padding-left: 50%;
		}

		td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 0;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}
        .your-cart h3{
            border-bottom: 1px solid #ccc;
        }
        .custom-container {
            width: 100%;
        }
		/*td:nth-of-type(1):before { content: "Item"; text-align: left; }
		td:nth-of-type(2):before { content: "Sheen"; text-align: left; }
        td:nth-of-type(3):before { content: "Quantity"; text-align: left; z-index: -1;}
        td:nth-of-type(4):before { content: " "; text-align: left; }
		td:nth-of-type(5):before { content: "Item total"; text-align: left; }*/
		td:before, td .text-content {
            font-family: 'bebas';
            color: #5f818f;
            font-size: 24px;
            font-weight: 100;
        }
        .total-row td:before{
            display: none;
        }
        .circle-color {
            width:30%;
            margin-top: 30px;
        }
        .recommended-color-details {
            float: left;
            margin-top: 50px;
            margin-left:10px;
        }
        .sheen-option {
            width:70%;
            float: right;
            margin-top: -15px;
        }
        .quantity-input {
            margin-left: 115px;
            margin-top: -18px;
        }
        .quantity {
            margin-left: 10px;
            margin-top: -15px;
            width:33%;
            float: right;
        }
        .unit {
            display: block;
            width: 96%;
            padding-left: 1px;
        }
        
        .kit-image img {
            width:30%;
            float:left;
            margin-top:20px;
        }

        .update-remove {
            text-align: center;
        }
        tr{
            border-bottom: 1px solid #ccc;
        }
        tr:nth-child(2) td:nth-of-type(2):before {
            content:' ';
        }
        .total-row{
            border-top: 0px solid #fff;
            border-bottom: 0px solid #fff;
        }
        tr:nth-child(3) td:before {
            content: ' ';
        }
        .total-row td:first-child {
            display:none !important;
        }
        .rec-col-det {
            width:70%;
            float:left;
        }
        .rec-col-det .recommended-color-details {
            margin-top: 20px;
            margin-left:0px;
            
        }
        .rec-col-det .quantity {
            margin-left: 0px;
            margin-top: 0px;
            width: 100%;
            float: right;
        }
        tr:last-child td:before {
            content: ' ';
        }
        tr:nth-child(3), tr:last-child {
            border-bottom: none;
        }
        tr:last-child td:first-child {
            display: none;
        }
        .kit-image .recommended-color-details {
            margin-top: 20px;
        }
        .update-remove a, .rate{
            display: inline-block;
        }
        .unit.fr {
            text-align: right;
            margin-top: -45px;
        }
        .checkout-link span {
            width: 86%;
            display: block;
        }
        .checkout-link img{
            right: 20px;
            top: 13px;
        }
        td.update-remove+td span{
            display: block;
            margin-top: -15px;
        }
        .your-cart table tr:last-child td:first-child {
            padding:0px;
        }
    }
    @media(min-width: 100px) and (max-width: 423px) {
        .checkout-link span{
            width:75%;
            padding-left:10px;
        }
        .checkout-link img {
            top: 25px;
        }
    }