/* === CCC5 v1.01 ===*/

body {
    background-color: #FFFFFF;
}

#ccc-page {
    padding-bottom: 55px;
}

/*
#bundles { margin-bottom: 15px; }
#bundles .bundle {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
}
#bundles .bundle p {
    margin-bottom: 0px;
    font-size: 15px;
}
#bundles .bundle p a {
    display: inline-block;
    border: 1px solid #cecece;
    padding: 8px 20px;
    border-radius: 35px;
}
#bundles .bundle.selected p a {
    background-color: #e64848;
    color: #FFFFFF;
    border: 1px solid #e64848;
}
*/
.leftCol {
	margin-bottom: 35px;
}
#ccc-page .rightCol .rightColWrapper {
	position: relative;
}
#ccc-cart-container {
    padding: 10px;
}
.sticky {
	position: fixed;
	z-index: 999;
}
.sticky-stop {
	position: absolute !important;
	bottom: 0;
	top: auto !important;
}
#ccc-centerstage {
    background-color: #202020;
}

#ccc-cart {
    border: 1px solid #e5e5e3;
}
#ccc-cart #ccc-totals {
    text-align: right;
}
#ccc-cart #ccc-totals h5#ccc-discount {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 2px;
}
#ccc-cart #ccc-totals h5#ccc-discount span {
    font-weight: bold;
    font-style: oblique;
}
#ccc-cart p.button-rounded { margin-bottom: 15px; }
#ccc-cart p.button-rounded a {
    display: inline-block;
}


.ccc-item {
	position: relative;
    background-color: #e5e5e3;
    padding: 7px;
    margin-bottom: 10px;
}

.ccc-item h5 {
    margin-bottom: 5px;
}
.ccc-item p.remove-item {
	position: absolute;
	top: 10px;
	right: 15px;
	font-weight: bold;
}
.ccc-item .ccc-image {
    width: 25%;
    min-width: 100px;
    float: left;
    margin-right: 15px;
}
.ccc-item .ccc-image img {
    display: block;
    width: 100%;
    min-height: 80px;
}
.ccc-item .ccc-desc {
    float: left;
    width: 50%;
    padding-top: 10px;
}
.ccc-item .chosen-container {
    max-width: none;
    margin-bottom: 10px;
}
.ccc-item .ccc-desc h6 {
    font-size: 15px;
}

#ccc-cart ul#ccc-selections li {
    font-size: 14px;
}

h5.ccc-price span.ccc-sale {
	font-weight: bold;
	font-size: 25px;
	display: block;
}
h5.ccc-price .ccc-list {
	text-decoration: line-through;
	font-size: 15px;
}

#more-prods { text-align: center; }
#more-prods h4 {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 0px;
    padding-left: 35px;
	font-size: 17px;
}
#more-prods h4:after {
    display: block;
    position: absolute;
    left: -6px;
    top: -5px;
    background-color: #e02727;
    padding: 7px;
    width: 20px; height: 20px;
    content: "+";
    text-align: center;
    color: #FFFFFF;
    border-radius: 20px;
    line-height: 20px;
    font-weight: 400;
    font-size: 25px;
    cursor: pointer;
}

#purchase-cc-opt {
    width: 100%;
}
#more-prods .ccc-item {
    padding: 25px 0px;
}

h4.heading {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
    font-size: 27px;
    font-weight: 600;
}

#bundle-suggestions .bundle-image img {
    max-width: 100%;
    height: auto;
    display: block;
}
#bundle-suggestions .bundle {
    padding: 25px;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
    cursor: pointer;
}
#bundle-suggestions .bundle.selected {
    opacity: .6;
}
#bundle-suggestions .bundle .bundle-image {
    margin-bottom: 20px;
}
#bundle-suggestions .bundle h5 {
    font-size: 18px;
    width: calc(100% - 25px);
}
#bundle-suggestions .bundle h5 a {
    display: block;
    color: #000000;
    background-color: #e6e6e6;
    padding: 5px 15px;
    border-radius: 25px;
    text-decoration: none;
    width: calc(100% - 25px);
}
#bundle-suggestions .bundle .bundle-pricing p.bundle-list {
    font-size: 13px;
    text-decoration: line-through;
    margin-bottom: 3px;
    font-weight: 600;
}
#bundle-suggestions .bundle .bundle-pricing p.bundle-online {
    font-weight: 600;
}
#bundle-suggestions .button-rounded a {
    background-color: #000000;
}

@media only screen and (min-width: 480px) {
	#more-prods h4 { font-size: 20px; }
	
}

@media only screen and (min-width: 768px) {
    .leftCol {
        width: 50%;
        float: left;
		margin-bottom: 0px;
    }
    .rightCol {
        width: 48%;
        float: right;
    }
    
    #ccc-cart-container {
        padding: 15px;
    }
    
    
    #bundle-suggestions .wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px; /* space between items */
        justify-content: space-between;
    }

    #bundle-suggestions .bundle {
        flex: 1 1 calc(33.333% - 20px); /* 3 columns with gap */
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px;
    }
    #bundle-suggestions .bundle h5 {
        font-size: 19px;
    }
    #more-prods h4 { font-size: 21px; }
	#more-prods h4:after { top: -3px; }
}


@media only screen and (min-width: 1140px) {

    
}

