.funkext-slider {
    font-size: 13px;
    color: white;
}
.funkext-slider .fa {
    color: #0a0a0a;
}
.funkext-slider-content.owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
    width: 100%;
}
.funkext-slider-content.owl-theme .owl-dots .owl-dot.active span, .funkext-slider-content.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffe435;
}
.funkext-slider-content .owl-buttons {
    position: absolute;
    right: 0;
    margin: 0;
    height: 64px;
    width: 100%;
    top: 40%;
}
.funkext-slider-content .owl-buttons .owl-prev, .funkext-slider-content .owl-buttons .owl-next{
    background: #fff;
    border-radius: 0;
    padding: 0;
    color: #000000;
    position: absolute;
}
.funkext-slider-content .owl-buttons .owl-prev {
    left: 20px;
}
.funkext-slider-content .owl-buttons .owl-next {
    right: 20px;
}
.funkext-slider .item {
    background: #D2CBC2;
    width: 100%;
    position: relative;
}
.funkext-slider-content .item-image , .funkext-slider-content .item-info{
    flex-grow: 1;
    flex-basis: 0;
}
.funkext-slider-content .item-image {
    background: #D2CBC2;
}
.funkext-slider-content .item-image a{
    margin: 0 auto;
    display: block;
}
.funkext-slider-content .item-info {
    padding: 30px 45px;
    position: absolute;
    top:0;
}
.funkext-slider-content .item-info .author, .funkext-slider-content .item-info .title,.funkext-slider-content .description, .funkext-slider-content .price {
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
    margin: 5px 0 0;
    padding: 5px;
}
.funkext-slider-content .title {
    font-size: 30px;
}
.funkext-slider-content .description {
    font-size: 16px;
}
.funkext-slider-content .price {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.funkext-slider-content .price .for-member{
    text-decoration: underline;
    font-size: 12px;
    color: white;
    margin-left:10px;
}
.funkext-slider-content .btn-actions a:hover{
    text-decoration: none;
}
.funkext-slider-content .btn-actions a, .funkext-slider-content .btn-actions .add-cart {
    padding: 15px 35px 15px 15px;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}
.funkext-slider-content .btn-actions form {
    display: inline-block;
}
.funkext-slider-content .btn-actions .add-cart{
    color: #E02D1E;
    background: #fff url("../images/icon-cart.png") no-repeat 95% center;
    border: 0;
    border-radius: 0;
    line-height: unset;
    height: unset;
    vertical-align:unset;
}
.funkext-slider-content .btn-actions .more-detail{
    color: #333;
    background: #ffe435;

}
.funkext-slider-content .owl-controls .owl-buttons div {
	font-family: 'ThemeIcons';
	width: 50px;
	height: 50px;
	text-align:center;
	display:none;
}
.funkext-slider-content .owl-controls .owl-buttons div:before {
	font-size: 30px;
	line-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){
    .funkext-slider-content .price .for-member {
        display: block;
        margin: 0;
    }
    .funkext-slider-content .btn-actions {
        width: 100%;
    }
    .funkext-slider-content .btn-actions form, .funkext-slider-content .btn-actions a {
        float: left;
    }
    .funkext-slider-content .btn-actions form {
        display: inline-block;
    }
    .funkext-slider-content .btn-actions a, .funkext-slider-content .btn-actions .add-cart{
        display: block;
        margin-bottom: 10px;
    }
    .funkext-slider-content .btn-actions .more-detail {
        margin-left: 10px;
    }
    .funkext-slider-content .btn-actions .add-cart {
        width: 100%;
    }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .funkext-slider-content .btn-actions a, .funkext-slider-content .btn-actions .add-cart {
        width: 200px;
    }
}

@media (max-width: 991px) {
    .funkext-slider-content .title {
        font-size: 15px;
    }
    .funkext-slider-content .description {
        font-size: 13px;
    }
    .slider-arrows2 .owl-controls .owl-buttons .owl-prev , .slider-arrows2 .owl-controls .owl-buttons .owl-next{
        top: 0 !important;
    }
}

@media (max-width: 767px) {
    .funkext-slider {
        padding: 10px 15px 0;
    }
    .funkext-slider .item {
        flex-direction: column;
    }
    .funkext-slider-content .item-info {
        order: 1;
    }
    .funkext-slider-content .price {
        font-size: 13px;
    }
    .funkext-slider-content .owl-dots {
        position: absolute;
        top:41%;
    }
    .funkext-slider-content .btn-actions a , .funkext-slider-content .btn-actions .add-cart{
        padding: 10px 30px 10px 10px;
    }
    .funkext-slider-content .owl-nav {
        top:41%;
    }
    .funkext-slider-content .owl-dots .owl-dot span{
        background: #ffffff;
    }
    .slider-arrows2 .owl-controls .owl-buttons .owl-prev , .slider-arrows2 .owl-controls .owl-buttons .owl-next{
        display: none;
    }
}
@media (max-width: 640px) {
    .funkext-slider-content .item-info {
        display: none;
    }
}