.clear {
    clear: both;
}

.eps_slider_wrapper {
    position: relative;
}

.eps_preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.eps_preloader.inactive {
    display: none;
}

.eps_slider .slick-list {
    overflow: hidden;
}

.eps_product_wrapper {
    position: relative;
    overflow: hidden;
}

.eps_product_wrapper img {
    display: block;
    margin: 0 auto;
}

.eps_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000;
    background-position: center;
    background-size: cover;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 2;
}

.eps_prod_title_container,
.eps_prod_description_container,
.eps_prod_excerpt_container,
.eps_prod_price_container,
.eps_prod_category_container,
.eps_prod_tag_container,
.eps_prod_sku_container,
.eps_button_container,
.eps_custom_field_container,
.eps_prod_rating_container {
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

.eps_prod_title_container h2 {
    margin: 0;
    color: #ffffff;
}

.eps_prod_title_container h2 a {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.eps_prod_description_container,
.eps_prod_excerpt_container,
.eps_prod_price_container .eps_price,
.eps_prod_category_container,
.eps_prod_tag_container,
.eps_prod_sku_container,
.eps_custom_field_container,
.eps_empty_stars,
.eps_rating_stars {
    color: #ffffff;
}

.eps_rating_wrapper svg path {
    fill: #ffffff;
}

.eps_prod_price_container {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
}

.eps_prod_price_container del {
    color: #cfcfcf;
}

.eps_prod_category_container,
.eps_prod_tag_container,
.eps_prod_sku_container {
    font-size: 20px;
    line-height: 1;
}

.eps_button_container .add_to_cart_inline {
    margin: 0;
}

.eps_prod_category_container span:last-child,
.eps_prod_tag_container span:last-child,
.eps_button_container .add_to_cart_inline del,
.eps_button_container .add_to_cart_inline ins,
.eps_button_container .add_to_cart_inline .woocommerce-Price-amount {
    display: none;
}

.eps_button_container .woocommerce a.button.add_to_cart_button,
.eps_button_container .woocommerce a.added_to_cart,
.eps_button_container .woocommerce a.button.product_type_simple,
.eps_read_more_button,
.eps_button {
    display: inline-block;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #000000;
    background: #ffffff;
    border-radius: 4px;
    vertical-align: top;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.eps_button_container .woocommerce a.button.add_to_cart_button:after {
    font-size: 14px;
    line-height: 1;
    width: 14px;
    height: 14px;
    vertical-align: unset;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    animation: eps_spin 2s infinite linear;
}

@keyframes eps_spin {
    100% {
        -webkit-transform: translate(50%, -50%) rotate(360deg);
        transform: translate(50%, -50%) rotate(360deg);
    }
}

.eps_button_container .woocommerce a.button.add_to_cart_button.added {
    display: none;
}

.eps_button_container .woocommerce a.button.add_to_cart_button:hover,
.eps_button_container .woocommerce a.added_to_cart:hover,
.eps_button_container .woocommerce a.button.product_type_simple:hover,
.eps_read_more_button:hover,
.eps_button:hover {
    color: #ffffff;
    background: #000000;
}

.eps_rating_wrapper {
    font-size: 0;
    line-height: 0;
}

.eps_empty_stars {
    display: inline-block;
    position: relative;
}

.eps_rating_stars {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
}

.eps_empty_stars i,
.eps_rating_stars i {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;

}

.eps_empty_stars i:first-child,
.eps_rating_stars i:first-child {
    margin-left: 0 !important;
}

.eps_empty_stars i:last-child,
.eps_rating_stars i:last-child {
    margin-right: 0!important;
}

.eps_empty_stars i:before,
.eps_rating_stars i:before {
    margin: 0;
}

.eps_rating_position_top_left .eps_rating_wrapper,
.eps_rating_position_center_left .eps_rating_wrapper,
.eps_rating_position_bottom_left .eps_rating_wrapper {
    left: 0;
}

.eps_rating_position_top_right .eps_rating_wrapper,
.eps_rating_position_center_right .eps_rating_wrapper,
.eps_rating_position_bottom_right .eps_rating_wrapper {
    right: 0;
}

.eps_label_container {
    display: inline-block;
    background: red;
    color: #ffffff;
    padding: 4px 50px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    position: absolute;
    z-index: 5;
}

.eps_label_container.eps_label_position_top_left {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
    left: -33px;
}

.eps_label_container.eps_label_position_top_right {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
    right: -33px;
}

.eps_label_container.eps_label_position_bottom_left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 13px;
    left: -33px;
}

.eps_label_container.eps_label_position_bottom_right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 13px;
    right: -33px;
}

.eps_slider {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.eps_slider.visible {
    opacity: 1;
}

.eps_abs_content_container_top_left,
.eps_abs_content_container_top_center,
.eps_abs_content_container_top_right,
.eps_abs_content_container_center_left,
.eps_abs_content_container_center_center,
.eps_abs_content_container_center_right,
.eps_abs_content_container_bottom_left,
.eps_abs_content_container_bottom_center,
.eps_abs_content_container_bottom_right {
    width: 100%;
    position: absolute;
    z-index: 5;
}

.eps_abs_content_container_top_left,
.eps_abs_content_container_top_center,
.eps_abs_content_container_top_right {
    top: 0;
}

.eps_abs_content_container_center_left,
.eps_abs_content_container_center_center,
.eps_abs_content_container_center_right {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.eps_abs_content_container_bottom_left,
.eps_abs_content_container_bottom_center,
.eps_abs_content_container_bottom_right {
    bottom: 0;
}

.eps_abs_content_container_top_left,
.eps_abs_content_container_center_left,
.eps_abs_content_container_bottom_left {
    text-align: left;
}

.eps_abs_content_container_top_center,
.eps_abs_content_container_center_center,
.eps_abs_content_container_bottom_center {
    text-align: center;
}

.eps_abs_content_container_top_right,
.eps_abs_content_container_center_right,
.eps_abs_content_container_bottom_right {
    text-align: right;
}

/* --------------------------------- */
/* ---------- Slider Dots ---------- */
/* --------------------------------- */
.eps_slider_slick .slick-dots {
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
}

.eps_slider_slick .slick-dots li {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #000000;
    margin: 0 5px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.eps_slider_slick .slick-dots li:before {
    display: none;
}

.eps_slider_slick .slick-dots li:hover,
.eps_slider_slick .slick-dots li.slick-active {
    background: #cfcfcf;
}

.eps_slider_slick.eps_dots_type_square .slick-dots li {
    border-radius: 0;
}

.eps_slider_slick.eps_dots_type_rounded .slick-dots li {
    border: solid 2px #000000;
    background: transparent;
}

.eps_slider_slick.eps_dots_type_rounded .slick-dots li:hover,
.eps_slider_slick.eps_dots_type_rounded .slick-dots li.slick-active {
    border-color: #cfcfcf;
    background: #cfcfcf;
}

.eps_slider_slick.eps_dots_light .slick-dots li {
    background: #ffffff;
}

.eps_slider_slick.eps_dots_light .slick-dots li:hover,
.eps_slider_slick.eps_dots_light .slick-dots li.slick-active {
    background: #cfcfcf;
}

.eps_slider_slick.eps_dots_type_rounded.eps_dots_light .slick-dots li {
    border-color: #ffffff;
    background: transparent;
}

.eps_slider_slick.eps_dots_light.eps_dots_type_rounded .slick-dots li:hover,
.eps_slider_slick.eps_dots_light.eps_dots_type_rounded .slick-dots li.slick-active {
    border-color: #cfcfcf;
    background: #cfcfcf;
}

.eps_slider_slick .slick-dots li:first-child {
    margin-left: 0 !important;
}

.eps_slider_slick .slick-dots li:last-child {
    margin-right: 0 !important;
}

.eps_slider_slick .slick-dots li button {
    display: none;
}

/* ----------------------------------- */
/* ---------- Slider Arrows ---------- */
/* ----------------------------------- */
.eps_slider_arrows {
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 100;
}

.eps_arrow_type_light .eps_slider_arrows {
    color: #ffffff;
}

.eps_arrow_type_dark .eps_slider_arrows {
    color: #000000;
}

.eps_slider_arrows:hover {
    opacity: .5;
}

.eps_prev_slide_arrow {
    left: 10px;
}

.eps_next_slide_arrow {
    right: 10px;
}

/* ---------------------------------------- */
/* ---------- Slider Transitions ---------- */
/* ---------------------------------------- */
.eps_transition_type_fade_zoom img {
    width: 100%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s cubic-bezier(.7, 0, .3, 1);
    transition: all 1s cubic-bezier(.7, 0, .3, 1);
}

.eps_transition_type_fade_zoom .slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
