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

/*************** ADD CUSTOM CSS HERE.   ***************/


@font-face {
    font-family: 'Roboto';
    src: url(fonts/Roboto-Regular.ttf);
} 

@font-face {
    font-family: 'Roboto-Bold';
    src: url(fonts/Roboto-Bold.ttf);
}



:root{
    --family :'Roboto' ;
    --family-bold :'Roboto-Bold';
    --color: #53FFFF;
}

body{
    font-size: 15px !important;
    font-family: var(--family) !important;
    overflow: hidden;
}
h1,h2,h3,h4,h5,h6,p,ul,li,a{
    color: #000;
    font-family: var(--family) !important;
}


p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7,
.is-divider,
.entry-category,
.display-product a.quick-view,
a.quick-view.quick-view-added {
    display: none;
}



/****************************************/

.title-home h2 {
    color: var(--color);
    font-size: 30px;
    text-transform: uppercase;
}

.title-home p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.flex-col.ot-hot-sale-title-txt {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.flex-col.ot-hot-sale-countdown:after,
.flex-col.ot-hot-sale-countdown:before{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--color);
    margin-top: 42px;
}
.flex-col.ot-hot-sale-countdown:before {
    left: 21%;
}
.flex-col.ot-hot-sale-countdown:after {
    right: 21%;
}
.flex-col.ot-hot-sale-countdown {
    color: #fff;
    font-size: 20px;
    background: #001151;
    margin-top: -50px;
    padding: 0px 40px;
}
.ot-hot-sale-countdown .ot-hot-sale-countdown-time,
.ot-hot-sale-countdown .ot-hot-sale-countdown-title {
    display: inline-block;
}
.ot-hot-sale-countdown .cd-item {
    display: inline-block;
}
.ot-hot-sale-countdown .cd-item .cd-item-str {
    display: inline-block;
    padding: 4px 5px;
    border-radius: 4px;
    font-size: 60px;
    font-weight: bold;
    margin-left: 5px;
    color: var(--color);
}

.row-one .featured-box .icon-box-text p,
.row-one .featured-box .icon-box-text h3 {
    color: #fff;
    margin-bottom: 0px;
}

.row-one {
    border: 1px solid var(--color);
}


.sec-tn .img-inner {
    margin-top: -25px;
    margin-bottom: -15%;
}


.owl-item .item {
    transform: translate3d(0, 0, 0); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
// transform: scale(0.9);

// transition: all .25s ease-in-out;
    margin: 50px 0; /* OVERWRITE PLUGIN MARGIN */
}

.screenshot_slider .owl-item .item {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.screenshot_slider .owl-item.center .item  {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.screenshot_slider .owl-nav {
    text-align: center;
    margin: 40px 0;
}

.screenshot_slider .owl-nav button {
    font-size: 24px !important;
    margin: 10px;
    color: #033aff !important;
}

.hot-img {
    margin-bottom: -30px;
}

.hot-title h3 {
    display: none;
    color: var(--color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    background: #00ffff6b;
}
.hot-title h3 span {
    font-weight: 500;
    margin-right: 15px;
    font-size: 16px;
    font-style: italic;
}
.screenshot_slider .owl-item.center .item .hot-title h3 {
    display: block !important;
}
.screenshot_slider .owl-prev,
.screenshot_slider .owl-next {
    position: absolute;
    bottom: 1%;
}
.screenshot_slider .owl-prev {
    background-image: url(img/Frame-2.png);
    background-repeat: no-repeat;
    width: 59px;
    height: 60px;
    font-size: 0px;
    left: 22%;
}
.screenshot_slider .owl-next {
    background-image: url(img/Frame-3.png);
    background-repeat: no-repeat;
    width: 59px;
    height: 60px;
    font-size: 0px;
    right: 22%;
}
.info-ldp {
    text-align: left;
}
.sec-info h3 {
    padding-top: 23%;
    margin-bottom: -10px;
}
.sec-info p,
.sec-info h3 {
    color: #fff;
}
.sec-info .p-1,
.sec-info p span {
    color: var(--color);
}
.name-icon {
    margin-bottom: 20px;
    color: var(--color);
    font-weight: 700;
}
.name-icon img {
    margin: 0px 5px;
    width: 110px;
}

/*************************************************/

 

/***************************************************/

.header-main  {display: none;}

.footer-1 {

    padding-top: 50px;
    margin-bottom: -40px;
}

.title-footer {
    font-size: 25px;
    font-weight: 600;
    color: var(--color);
    margin-bottom: 15px;
}

.title-footer i {
    margin-right: 10px;
    color: #fff;
}
.img-footer br {display: none;}
.img-footer a {
    margin-bottom: 10px;
    display: block;
}

.contact-menu li{
    color: #fff;
    float: left;
    margin-right: 10px;
    font-size: 20px;
}
.contact-menu li span {
    color: var(--color);
}

.menu-footer li i {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    line-height: 28px;
    color: #000;
    text-align: center;
}


.class-footer li {
    float: left;width: 50%;
}
.menu-footer li a{
    color: #080F18;
    transition: all .4s;
    margin-bottom: 10px;
    font-size: 14px;
}

.menu-footer li:hover a{
    transform: translateX(15px);
    color: var(--color) ;
}



.absolute-footer {
    display: none;
}

/****************************/






@media only screen and (max-width: 991px) {
    .partner-content {
        margin-bottom: 0px;
    }
    .screenshot_slider .owl-prev, .screenshot_slider .owl-next {
        bottom: 2%;
    }
    .sec-info h3 {
        padding-top: 0%;
    }
    .flex-col.ot-hot-sale-countdown:after, .flex-col.ot-hot-sale-countdown:before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
     
    .title-home h2 {
        font-size: 20px;
    }
    
    .footer-1 {
        background: #001151 !important;
    }

 
}

@media only screen and (max-width: 500px) { 
    .screenshot_slider .owl-prev {
      left: 0;
    }
    .screenshot_slider .owl-next {
      right: 0;
    }
    .screenshot_slider .owl-prev, .screenshot_slider .owl-next {
        bottom: 1% !important;
    }
}




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


}

