/*CK CSS*/
.ck-block-ab{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    right: 0;
    flex-direction: column;
}
.ck-block-ab img{
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 15px;
}
.ck-block-ab p{
    margin-bottom: 10px;
}
.ck-block-meron-wala{
    position: relative;
    display: flex;
    justify-content: space-between;
    line-height: 1.3em;
    height: 1.9em;
    overflow: hidden;
}
.ck-block-meron-wala span, .ck-block-chongdo span{
    font-size: 16px;
    color: #fff;
    margin: 0 30px;
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
}
.ck-block-chongdo{
    text-align: center;
    margin-top: 30px;
}
.ck-block-chongdo span{
    color: #fff;
    text-shadow: 0 0 5px #111;
    background-color: rgba(102, 255, 146, 0.5);
}
.ck-block-meron-wala span:nth-child(1){
    color: #c8d4e2;
    background: rgba(192, 11, 9, 0.5);


}
.ck-block-meron-wala span:nth-child(2){
    color: #e08a7b;
    background: rgba(18, 52, 236, 0.5);
}
.ck-block-name{
    text-align: center;
}
.ck-block-name span{
    color: #e08a7b;
}

/*MENU CONTACT*/
.site-contact {
    position: fixed;
    right: 0;
    width: 40px;
    bottom: 100px;
    display: flex;
    align-items: center;
    z-index: 9;
}

.site-contact-icons {
}

.site-contact-icons hr {
    margin: 0;
}

.site-contact-items {
    background-color: #efc12f;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    transition: all .5s;
    padding: 5px;
    margin-bottom: 3px;
}

.site-contact-items a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #efc12f;
    border-radius: 50%;
}

.site-contact-items i, .site-contact-items a {
    color: #fff;
    font-size: 14px;
}

.site-contact-items:hover {
    background-color: #efc12f;
    transition: all .5s;
    transform: translateX(-10px);
    width: 50px;
}

.site-contact-items:hover i {
}
/*PRODUCT CSS*/
.product-breadcrumb{
    margin-bottom: 100px;
}
.product{
}
.product-card{
    margin-bottom: 30px;
    box-shadow: 0 0 10px #bebebe;
}
.product-card:hover img{
    transform: scale(1.1 , 1.1);
}
.product-thumb{
    height: 200px;
    overflow: hidden;
    background-color: #333;
}

.product-block{
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.product-card p, .product-card h3, .product-card a{
    color: #2f353d;
}
.product-card p:hover, .product-card h3:hover {
    color: #f48020;
}
.product-card:hover .product-btn a{
    opacity: 1;
    transition: all 1s;
}
.product-card h3{
    line-height: 1.3em;
    max-height: 2.6em;
    overflow: hidden;
}
.product-block h6{
    font-size:  16px;
    color: #f48020;
}
.product-block a{
    position: relative;
}
.product-block i{
    color: #f48020;
    position: absolute;
    right: 10px;
    top: -30px;
    font-size: 20px;
}
.product-btn{
    margin-top: 0;
}
.product-btn a{
    background-color: #333;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    border: solid 1px #333;
    opacity: 0;
}
.product-btn a:hover{
    color: #bd8a53;
    background-color: #fff;

}
.product-form{
    width: 100%;
    background-color: #bd8a53;
    padding: 30px 20px;
    margin-bottom: -60px;
}
.product-form-group{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.product-form h3, .product-form input, .product-form button, .product-form select{
    width: 24%!important;
}
.product-form h3{
    color: #fff;
    font-size: 32px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: 500;
}
.product-form input, .product-form select{
    padding: 15px 10px;
}
.product-form select{
    height: auto!important;
}
.product-form button{
    background-color: #d2deec;
}
.product-form button:hover{
    background-color: #fff;
    cursor: pointer;
}
.product-cat-card{
    margin-bottom: 30px;
}
.product-cat-card h3{
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 1px #000;
    font-size: 28px;
}
.product-cat-thumb{
    height: 400px;
    overflow: hidden;
}
.product-cat-card:hover img{
    transform: scale(1.1, 1.1);
}
.product-group-card{
    position: sticky;
    top: 100px;
}
.product-date-row{

}
.product-date-md8{
    display: flex;
    flex-wrap: wrap;
    background-color: #333;
    border-radius: 5px;
    padding: 10px;
}
.product-date-thumb{
    position: relative;
}
.product-date-card{
    width: calc(18% - 27px);
    background-color: #666;
    border-radius: 5px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.product-date-card.active{
    background-color: #efc12f;
}
.product-date-card a{
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
}
.product-date-card.active a{
    color: #000;
}
.video-logo{
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: auto;
}
@media screen and (min-width: 1699px){
}
@media screen and (max-width: 1240px){
    .product-thumb{
        height: 250px;
    }
}
@media screen and (max-width: 1199px){
}
@media screen and (max-width: 991px){
    .product-thumb{
        height: 200px;
    }
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 767px){
    .product-cat-card{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 575px){
    .product-thumb, .product-cat-thumb{
        height: auto;
    }
    .product-form-group{
        flex-wrap: wrap;
    }
    .product-form h3{
        width: 100%!important;
    }
    .product-form input, .product-form select{
        width: 49%!important;
    }
    .product-form button{
        width: 100%!important;
    }
    .col, .columns, .gallery-item{
        padding: 0 10px 30px;
    }
    .container{
        padding: 0 10px!important;
    }
}
video{
    width: 100%!important;
}
.ck-ads{
    margin-bottom: 15px;
}
.ck-ads img{
    width: 100%;
}
.ck-mobile-nav{
    display: none;
}
.hidden-chat-btn{
    display: none!important;
}
@media screen and (max-width: 575px){
    .ck-mobile-nav{
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background-color: #333;
    }
    .ck-mobile-nav-items{
        width: 33.33%;
        text-align: center;
        height: 47px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ck-mobile-nav-items a{
        color: #fff;
        font-weight: 600;
        display: flex;
        flex-direction: column;
    }
    .ck-mobile-nav-items a i{
        font-size: 28px;
        color: #fe8500;
    }
    .ck-mobile-nav-1{
        /*background-color: #fe8500;*/
    }
    .ck-mobile-nav-2{
        /*background-color: #02dffc;*/
    }
    .ck-mobile-nav-3{
        /*background-color: #e21f27;*/
    }
    .wide-nav.active{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .footer-wrapper{
        padding-bottom: 50px;
        margin-top: -50px;
    }
}