.collection-slider img {
	max-width: 100%;
	height: 100%;
	max-height: 400px;
	visibility: hidden;
}

.slider-nav img {
	width: 100px;
	height: 100px;
	visibility: hidden;
}

.collection-slider div,.slider-nav div {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    margin-bottom: 5px;
}

.slick-prev { left: 25px !important; }

.slick-next { right: 25px !important; }

.slick-prev, .slick-next { z-index: 9 }

.slider-nav .slick-slide { opacity: .5; }

.slider-nav .slick-slide.slick-current { opacity: 1; }

.slick-prev:before, .slick-next:before { color: #000 !important; font-size: 30px !important; }

.collection-list-section {
    padding: 50px 0;
    border-top: 1px solid #ececec;
}

.collection-list-section:first-child {
    border-top: none;
}
.collection-date {
    color: #000;
    font-family: "Muli";
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 30px;
}

.collection-content .collection-two__title {
    color: #000;
    font-weight: 600;
    font-size: 30px;
    margin: 10px 0;
    line-height: 36px;
    letter-spacing: 1px;
}

.collection-content {
    position: relative;
    padding-right: 30px;
}

.right-border {
    border-right: 1px solid #ececec;
}

.collection-list-image {
    padding-left: 50px;
}

.collection-content a {
    color: #000;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}
.collection-content a:hover em {
    margin-left: 10px;
}

.collection-content a em {
    margin-left: 3px;
} 
.collection-list-mobile-image {
    padding-bottom: 20px;
}

.collection-detail-price-content .collection-two__title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.collection-detail-price-content p {
    color: #777777;
    margin-bottom: 0;
    line-height: 20px;
}
.collection-two__single.collection-detail-image {
    margin-bottom: 25px;
}
.collection-two__single.collection-detail-image .collection-two__image {
    margin-bottom: 5px;
}
.event-hour-detail-wrap .event-hour-detail p {
    font-family: "Prata";
    color: #fff;
    font-size: 15px;
    margin: 15px 0;
}
.event-hour-detail-wrap .event-hour-detail p>span {
    color: #a19b9d;
    font-size: 14px;
    font-family: 'Muli';
}
.event-hour-detail-wrap {
    padding-left: 20px;
    border-left: 1px solid #3f3e3f;
    margin-left: 20px;
}
form#add-class label, form#add-class ::placeholder, form#add-class .event-details__form .bootstrap-touchspin button[type="button"].bootstrap-touchspin-down, form#add-class .event-details__form .bootstrap-touchspin button[type="button"].bootstrap-touchspin-up {
    color: #fff;
}
form#add-class input[type="text"], form#add-class .bootstrap-touchspin {
    border-color: #fff;
}
form#add-class .event-details__form .bootstrap-touchspin button[type="button"].bootstrap-touchspin-up {
    border-left: 1px solid #fff;
}
form#add-class .event-details__form .bootstrap-touchspin button[type="button"].bootstrap-touchspin-down {
    border-right: 1px solid #fff;
}
.price-text-wrap span, .price-text-wrap p {
    color: #fff;
    font-weight: 700;
}
form#add-class select, form#add-class input[type="text"]  {
    border-color: #fff;
    color: #fff;
}
form#add-class select option {
    background-color: #1F2C22;
}
.delete-cart {
    text-align: center;
    position: relative;
    bottom: 5px;
}
.delete-cart span {
    font-size: 20px;
    cursor: pointer;
}
.checkout_details .checkout_detail p {
    margin-bottom: 5px !important;
}
.checkout_details .checkout_detail p span.checkout-addon {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid;
}
.checkout_details .checkout_detail p.checkout-date span.checkout-time {
    padding-left: 10px;
    margin-left: 10px;
}
.delete-cart a {
    background-color: #3e5642;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}
.classes_details input[type="number"]{
    text-align: center;
}
/**********************************************/
/**********************************************/
/**********************************************/
/********       MEDIA QUERY          **********/
/**********************************************/
/**********************************************/
/**********************************************/


@media (max-width:767px){
    .right-border {
        border-right: none;
    }   
.event-hour-detail-wrap {
    padding-left: 15px;
    margin-left: 0;
}
.event-details__event-info__list {
    padding: 0 10px;
}
}