* {
    outline: none;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
    display: block;
    height: auto;
    width: auto;
}


.text-center {
    text-align: center;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.pagination {
    text-align: center;
    padding: 40px;
    font-size: 16px;
}

.pagination > span,
.pagination > a {
    color: #888;
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    font-weight: 500;
}

.pagination .current {
    color: #023586;
}

.pagination > a.prev,
.pagination > a.next {
    text-indent: -999em;
    overflow: hidden;
    background: 50% 50% no-repeat;
    width: 24px;
}

.pagination > a.prev {
    background-image: url(../img/icons/chevron-left.svg);
}

.pagination > a.next {
    background-image: url(../img/icons/chevron-right.svg);
}


#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}


#loading.active {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}

#loading .spinner {
    width: 40px;
    height: 40px;
    background-color: #fff;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
    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%);
}

@-webkit-keyframes sk-scaleout {
    0% { -webkit-transform: scale(0) }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 100% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
          opacity: 0;
      }
}

.mobile {
    display: block;
}
.desktop {
    display: none;
}

.pum-overlay {
    width: 100% !important;
     height: 160px !important;
    position: fixed !important;
    top: auto !important;
    left: 0 !important;
	bottom: 60px !important;
    transition: all 1s ease-in-out !important;
}

.pum-overlay .pum-container {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding: 0 !important;
}


@media (max-width: 400px) {
    .pum-overlay.on {
        bottom: 0 !important;
    }

    .pum-overlay {
        bottom: -120px !important;
    }
}

@media (min-width: 768px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }

    .pum-overlay {
        width: 300px !important;
        height: 100px !important;
        top: 90px !important;
        right: 0 !important;
        left: auto !important;
        overflow-y: hidden !important;
    }

    .pum-overlay.go-down {
        top: 0 !important;
    }
}

@media (min-width: 1024px) {
    .mobile {
        display: none;
    }
    .desktop {
        display: block;
    }
}

.popmake-17578{
	bottom:100px !important;
}

/* bongjour */
@media only screen and (max-width: 767px){
	.pum-overlay .pum-container{
		top: auto !important;
		bottom:0 !important;
	}
	html body .pum-overlay.on{
		bottom: 60px !important;
	}
}

/*Kboard*/
#kboard-wonderful-product-list .kboard-category .kboard-category-list li.kboard-category-selected a{
	color:#023586 !important;
	border-bottom:2px solid #023586;
}

#kboard-wonderful-product-list .kboard-list .kboard-list-item .kboard-wonderful-product-wrap .kboard-wonderful-product-title {
	font-family:'PBGothic' !important;
	font-size:24px !important;
}

.kboard-wonderful-product-poweredby {display:none;}

.cosmosfarm-members-form .form-bottom {display:none;}

.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-embed-full-width .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-embed-full-width .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lg {
}

.sm {
    display: none;
}

@media screen and (max-width: 767px) {
    .lg {
        display: none;
    }
    .sm {
        display: block;
    }
}
