.uf-center{
    float: unset;
    text-align: center;
    margin: 0px auto;
}

.position-absolute{
    position: absolute!important;
}

.bottom-0{
    top: 100%!important;
}

.b-neg-35{
    bottom: -35px!important;
}

.z-index-1{
    z-index: 1!important;
}

.error-page a:last-child{
    background-color: #e63888;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    height: 56px;
    font-weight: 700;
    padding: 15px 30px;
    text-transform: uppercase;
    border-radius: 0px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.error-page a:last-child:hover {
    color: #ffffff;
    text-decoration: none;
}

.error-page a:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 2px solid #e63888;
    z-index: -1;
}

.error-page a:last-child:hover::before {
    left: 8px;
    top: 8px;
}

.error-page a:last-child:hover::after {
    left: -8px;
    top: -8px;
}

.error-page a:last-child::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 2px solid #e63888;
    z-index: -1;
}

.project-information ul li strong{
    float: left;
}

input.agree-checkbox {
    position: absolute;
    left: 0;
    top: 4px;
    width: auto!important;
    height: auto!important;
}

.custom-bold h1 strong {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin-right: 5px;
}

.content ol,
.container ol{
    margin-left: 0px;
    padding-left: 15px;
}

div.lang{
    display: inline-block;
    margin-right: 4px;
}

div.lang:last-child{
    margin-right: 0px;
}
.testimonial-slider-content .testimonial{
    padding-bottom: 20px;
}

.brand img{
    width: 100%;
    height: auto;
}

.sidebar-list li.active a{
    color: #e63888;
}

body .blog .blog-inner .content .read-more{
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.header-top-icons{
    display: flex;
}

.content .read-more{
    text-transform: unset!important;
}

.content ul {
    list-style-type: disc!important;
    padding-left: 15px;
}

.content ul.meta,
.content .project-information ul
{
    list-style-type: unset!important;
    list-style: outside none none!important;
    padding-left: 0px;
}

.block-title h1{
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    margin: 0;
}

.block-title p {
    max-width: 500px;
    margin-top: 15px;
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
}

.page-type-22 .view-add-interface + #block-1 .section{
    margin-top: 162px;
}

.view-add-interface + .page-banner-section {
    margin-top: 162px;
}

.page-pagination li.active a:hover{
    color: #1f2d30!important;
    cursor: default;
}

.sidebar-list li a.active{
    color: #e63888;
}

.product-details-tab-list li span {
    line-height: 1;
    display: block;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    padding-bottom: 5px;
    border-bottom: 2px solid #e63888;
    color: #e63888;
}

.product-details .product-inner .content .actions .add-to-cart{
    margin-left: 0px!important;
}

.product-details .slick-track{
    margin-left: 0px;
    margin-right: 0px;
}

.product-slider-3.slick-initialized .slick-slide{
    padding-right: 10px;
}

.slick-slider .slick-arrow{
    top: 42%!important;
}

.product-section .text-section{
    margin: 0px auto;
}

.product-section .text-section .section-title{
    background: unset;
}

.product .product-inner .media .add-to-cart.btn:hover,
.product-details .product-inner .content .actions .add-to-cart.btn:hover{
    background-color: #1f2d30;
    color: #ffffff;
}

li.subcategory{
    padding-left: 20px;
}

.btn.add-to-cart{
    height: auto;
    font-size: 15px;
    font-weight: 500;
}

.btn.add-to-cart.detail{
    font-size: 14px;
}

.product-inner .no-desc{
    margin-top: 50px;
}

.sidebar-list .category + .subcategory{
    border-top: 0px;
    padding-top: 0px;
}

.sidebar-list .subcategory{
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: unset;
}

.sidebar-list .subcategory a{
    font-weight: unset !important;
    font-size: 13px;
}

.product-thumb-slider .item:hover{
    cursor: pointer;
}

.category-item .icon-box h4{
    position: relative;
    color: white;
    z-index: 14;
    margin-top: 18px;
}

.category-item .icon-box {
    background-size: 100% auto;
    background-position: contain, cover;
}

.category-item:hover .icon-box{
    position: relative;
}
.category-item .icon-box .overlay-shade{
    opacity: 0;
}

.category-item:hover .icon-box .overlay-shade{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-color: #333;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.category-item .bg-lighter{
    background-color: rgba(17, 17, 17, 0.5)!important;
    height: 144px;
}

.category-item .bg-lighter{
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0px auto;
}
.category-item .bg-lighter h4 {
    margin: 0px auto;
    font-size: 20px;
    font-weight: 600;
}

.brand-section-default a{
    color: #666666;
}

.category-item .icon-box,
.category-item a.icon-box-a{
    width: 100%;
}

.section-content .category-item {
    margin-bottom: 5px;
}

.section-title.none-icon{
    background-image: unset!important;
    margin-bottom: 60px;
}

.category-item .bg-lighter{
    position: relative;
}

.category-item .bg-lighter .overlay-shade{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-color: #333;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.category-item:hover .bg-lighter .overlay-shade{
    opacity: 0.8;
}

/*==================== Click Top ====================*/
.scroll-top {
    width: 30px;
    height: 30px;
    padding: 0px 20px 30px 9px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: none;
    cursor: pointer;
    border-radius: 3px;
    background-color: #e63888;
    border: 1px solid #e63888;
}


.about-section .about-image-full-width img{
    width: 100%;
    height: auto;
}

.custom-cols-5{
    width: 20%;
    float: left;
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.footer-top h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    color: #d8d8d8;
    white-space: nowrap;
    margin-bottom: 30px;
}

.footer-top p {
    color: #d8d8d8;
    max-width: 270px;
    line-height: 23px;
    font-size: 14px;
}

.footer-top a{
    color: white;
}

.footer-top a:hover{
    color: #e63888;
}

.box_countdown .col-custom {
    display: inline-block;
    padding: 5px 5px;
    color: #e63888;
}

.box_countdown,
.space{
    display: inline-block;
}

.space{
    padding-left: 10px;
}

.category-item .bg-lighter{
    height: 230px;
}

.countdown-title,
.countdown-title small{
    font-weight: bold;
}

.datetimepicker-minutes{
    display: none!important;
}

.col-custom p span{
    min-width: 40px;
    display: inline-block;
}

.countdown-left-text,
.countdown-right-text{
    display: inline-block;
}

@media only screen and (max-width: 1199px) {
    .category-item .bg-lighter{
        height: 180px;
    }

    .countdown-title{
        font-size: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .custom-cols-5{
        width: 33%;
    }

    .category-item .bg-lighter{
        height: 130px;
    }

    .countdown-left-text,
    .countdown-right-text{
        display: block;
    }

    .countdown-title{
        font-size: 36px;
    }
}


@media only screen and (max-width: 768px) {
    .testimonial-slider-content .testimonial {
        padding-bottom: 30px;
    }

    .countdown-title small{
        font-size: 24px;
    }

    .countdown-title{
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .category-item .bg-lighter {
        height: 316px;
    }
}

@media only screen and (max-width: 575px) {
    .custom-cols-5{
        width: 50%;
    }

    .category-item .bg-lighter {
        height: 260px;
    }

    .countdown-title small{
        font-size: 18px;
    }

    .box_countdown .col-custom {
        display: inline-block;
        padding: 5px 1px;
        color: #e63888;
    }
}

@media only screen and (max-width: 479px) {

    .category-item .bg-lighter {
        height: 218px;
    }

    .countdown-title{
        font-size: 24px;
    }
}

@media only screen and (max-width: 425px) {
    .custom-cols-5{
        width: 100%;
        height: auto!important;
    }

    .header-top-links{
        width: 100%;
        text-align: center;
    }

    .header-top-links ul {
        display: inline-flex!important;
    }

    .header-top-icons .header-top-social.ml-auto{
        margin-left: 0px!important;
    }

    .header-top-icons{
        text-align: center;
        width: 100%;
        margin: 0px auto!important;
        display: inline-flex;
    }

    .page-banner-section {
        margin-top: 140px;
    }

    .testimonial-slider-content .testimonial {
        padding-bottom: 50px;
    }

    #main-wrapper .hero-section {
        margin-top: 140px;
    }

    #main-wrapper .page-banner-section {
        margin-top: 140px;
    }
}

@media only screen and (max-width: 380px) {


    .category-item .icon-box {
        background-size: cover;
        background-position: center;
    }
}


