/*
Theme Name: Thegioididong2
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.badge-inner.secondary.on-sale span.onsale:before{
	background-image: url(images/lab-sale.png);
}
.isures-brands--wrap label.active:after{
	background: url(images/checked.png) no-repeat;
}
/* style only PC */

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


.isures-prod--slider .flickity-prev-next-button.previous::after {
    content: "‹";
    position: absolute;
    font-size: 46px;
    display: block;
    top: -24px;
    color: #999;
    margin: auto;
    left: 6px;
    font-family: initial
}

.isures-prod--slider .flickity-prev-next-button.next::after {
    content: "›";
    position: absolute;
    font-size: 46px;
    display: block;
    top: -24px;
    color: #999;
    margin: auto;
    right: 6px;
    font-family: initial
}

.isures-slider--wrap .flickity-prev-next-button.previous::after {
    content: "‹";
    position: absolute;
    font-size: 46px;
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    font-family: initial
}

.isures-slider--wrap .flickity-prev-next-button.next::after {
    content: "›";
    position: absolute;
    font-size: 46px;
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    font-family: initial
}

