.container {
    width: 100%;
    max-width: 1170px !important;
    position: relative;
    padding: 0;
}

* {
    padding: 0;
    outline: none;
    margin: 0;
}

a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
    outline: none;
    color: #00AEEF;
}

a:hover {
    transition: all 0.5s ease 0s;
    outline: none;
    color: #000;
}


/*@font-face {
font-family:DIN;
font-style:normal;
font-weight:normal;
src:url("fonts/ArbFONTS-DINNEXTLTARABIC-LIGHT-1.ttf") format('truetype')
}
*/

@font-face {
    font-family: sky;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/sky.ttf") format('truetype')
}

@font-face {
    font-family: sky bd;
    src: url("fonts/2c458bc98aac2311643f30a231a7ea30.woff2")format("woff2"), url("fonts/2c458bc98aac2311643f30a231a7ea30.woff")format("woff")
}



@font-face {
    font-family: AGOpus;
    src: url("fonts/AGOpus.ttf") format('truetype')
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Nunito;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    direction: ltr;
    background: #EDF9FF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: AGOpus; */
}


/*  */

.top {
    background: #0095DA;
    color: #FFFFFFE5;
    padding: 0 10px;
}
.top .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;
}
.top .container .box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 9px 0;
}
.top .container .box i{
    margin: 0 5px 0 10px;
}
/*  */
header{
    display: flex;
    flex-wrap: wrap;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #FFF;
background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(0, 149, 218, 1) 50%);
}
header .container{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: #fff;
        border-radius: 80px;
        padding: 10px 30px;
        align-items: center;
}
header .container img{
    width: auto;
    height: 64px;
}
header .container .topnav{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
header .container .topnav li{
    position: relative;
    padding: 0 5px;
}
header .container .topnav li a{
    color: #444;
    text-decoration: none;
    outline: none;
    font-size: 16px;
}
header .container .topnav li a i{
    color: #fff !important;
    background: #0095DA;
    font-size: 10px;
    padding: 1px 4px 0px;
    border-radius: 10px;
}
header .container .topnav li.current-menu-item a{
    color: #0095DA;
}   
header .container .topnav li:hover > a{
    color:#0095DA
    
}

/*  */
.links{
    display: flex;
    align-items: center;
}
.links .bar{
    width: 30px;
    height: 23px;
    background: #fff;
    border-top: 1px solid #0095DA;
    border-bottom: 1px solid #0095DA;
    margin: 0 5px;
    display: none;
    align-items: center;
    justify-content: center;
    
}
.links .bar i{
    width: 100%;
    height: 1px;
    background-color:  #0095DA;
    display: block;
    border-radius: 5px;
}
.links .cart{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 43px;
    height: 43px;
    background-image: url("img/cart.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px auto;
    border: 1px solid #0095DA33;
    border-radius: 50%;
    margin: 0 2px;
}
.links .cart span{
    position: absolute;
    top: -5px;
    right: -5px;
    background: #0095DA;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.links .wishlist{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 43px;
    height: 43px;
    background-image: url("img/fav.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px auto;
    border: 1px solid #0095DA33;
    border-radius: 50%;
    margin: 0 6px;
}
.links .user{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 43px;
    height: 43px;
    background-image: url("img/user.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px auto;
    border: 1px solid #0095DA;
    background-color: #0095DA;
    border-radius: 50%;
    margin: 0 2px;
}
.links ul{
    padding: 0 5px;
    border-left: 2px solid #e7e7e6;
    margin: 0 5px;
    list-style: none;
}
.links ul li{}
.links ul li a{
    color: #444444;
    background-color: #E7E7E6;
    text-decoration: none;
    outline: none;
    font-size: 25px;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: 'sky';
    padding: 0 0 5px;
}
.links ul li a:hover{
    background-color: #0095DA;
    color: #fff;
}


@media (max-width: 769px) {
    body{
        padding-bottom: 60px;
    }
    .top .container .box{
        display: none;
    }
    .top .container .box2{
        display: flex;
    }
    header{
        position: relative;
        padding: 0 20px;
    }
     header .container {
        display: flex;
        justify-content: center;
     }
    header .container .links{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        padding: 5px 25px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 64px;
        align-items: center;
        border-top: 1px solid #f0f0f0;
        z-index: 9999;
    }
    header .container .links .bar{
        display: flex;
    }
    header .container .links ul{
       padding: 0;
       margin: 0;
       border: none;
    }
    header .container .topnav {
        display: flex;
        position: fixed;
        top: 0;
        left: -110%;
        width: 100%;
        background-color: #fff;
        z-index: 999;
        padding: 40px 25px;
        height: calc(100vh - 60px);
        flex-direction: column;
        transition: all 0.5s ease 0s;
 
    }
    .open{
        transition: all 0.5s ease 0s;
        left: 0 !important;
    }
    header .container .topnav a{
        padding: 10px;
        display: inline-block;
    }
}

/*  */

.hero{
    position: relative;
    padding: 0;
    margin: -50px 0 0;
    background: #000;
}
.hero video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    margin: 0;
    opacity: 0.5;
}
.hero .cover{
    /* background: #EDF9FF; */
    background: linear-gradient(0deg, rgba(237, 249, 255, 1) 0%, rgba(0, 0, 0, 0) 40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.hero .block{
    color: #fff;
    text-align: center;
    max-width: 900px;
}
.hero .block h1{
    font-size: 34px;
    font-weight: 400;
    margin: 10px 0;
    text-transform: uppercase;
}
@media (max-width: 769px) {
    .hero .block h1{
    font-size: 26px;
}
}
.hero .block p{
    max-width: 900px;
    margin: 0 auto;
    display: block;
}
.hero .block  .a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    width: 100%;
}
.hero .block  .a a{
    background-image: url("img/more.svg");
    background-size: 100% 100%;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    outline: none;
    margin: 1px;
    text-transform: capitalize;
}
.hero .block  .a a ~ a{
    background-image: url("img/contact.svg");
    width: 160px;
}
.hero .block  .a a:hover{
    opacity: 0.6;
}
/*  */
section{
    padding: 50px 10px;
    clear: both;
    position: relative;
}
.aboutblock{
    /* padding-top: 0; */
}
.aboutblock .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.aboutblock .container .block{
    padding: 20px 10px;
    position: relative;
    color: #444;
}
.aboutblock .container .block img{
    width: 100%;
    height: auto;
}
.aboutblock .container .block .wa{
    background-color: #0095DA;
    background-image: url("img/wa.gif");
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 40px auto;
    padding: 10px 10px 10px 60px;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    font-size: 20px;
}
.aboutblock .container .block .wa span{
    display: block;
    width: 100%;
    color: #001914;
    font-size: 15px;
}

.aboutblock .container .block h1{
    color: #0095DA;
    background-image: url("img/tit.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    padding: 4px 17px 5px;
    font-size: 30px;
    font-weight: 700;
}
.aboutblock .container .block h2{
    color: #000;
    font-size: 24px;
}
.aboutblock .container .block p{

}
.aboutblock .container .block ul{
    list-style: none;
    outline: none;
    margin: 10px 0;
    padding: 0;
}
.aboutblock .container .block ul li{
    display: flex;
    flex-wrap: nowrap;
    padding: 5px 5px 5px 70px;
    position: relative;
    flex-direction: column;
    font-size: 14px;
}
.aboutblock .container .block ul li::after{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #0095DA;
    background-image: url("img/v.gif");
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}
.aboutblock .container .block ul li:last-child::after{
    background-image: url("img/m.gif");

}
.aboutblock .container .block ul li strong{
    color: #0095DA;
    font-size: 21px;
    /* font-family: AGOpus; */
    width: 100%;
    font-style: italic;
    text-transform: uppercase;
}
.aboutblock .container .block-text a{
    background-image: url(img/more.svg);
    background-size: 100% 100%;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    outline: none;
    margin: 10px 0 0;
}
.aboutblock .container .block a:hover{
    opacity: 0.7;
}
/* baners */

.baners{
    overflow: hidden;
}
.baners .container{
    position: relative;
    padding: 40px 30px;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}
.baners .container::after{
    content: "";
    position: absolute;
    top: -30px;
    right: -20px;
    background-image: url("img/woter.svg");
    background-size: 100px 100%;
    background-repeat: no-repeat;
    width: 100px;
    height: 80px;
}
.baners .container::before{
        content: "";
    position: absolute;
    top: -30px;
    left: -20px;
    background-image: url("img/woter.svg");
    background-size: 100px 100%;
    background-repeat: no-repeat;
    width: 100px;
    height: 80px;
}

.baners .container .link{
    padding: 5px;
}
.baners .container .link:first-child{
    width: 16%;
    a{
        display: flex;
        align-items: center;
        justify-content: center;
        background: #00AEEF !important;
        text-align: center;
        padding: 15px;
        font-size: 14px;
        flex-direction: column;
    }
    img{
        width: 70px;
        height: 70px;
        padding: 0;
        max-width: 100%;
    }
}
.baners .container .link:last-child{
    width: 16%;
    img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
        z-index: 0;
        padding: 0;
        border-radius: 20px;
    }
    div{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        z-index: 9;
        flex-direction: column;
        text-align: center;
    }

}
@media (max-width: 769px) {
    .baners .container .link{
        width: 100% !important;
    }
}

.baners .container .link a{
    display: flex;
    outline: none;
    text-decoration: none;
    position: relative;
    /* overflow: hidden; */
    height: 200px;
    border-radius: 20px;
    background: linear-gradient(112.58deg, #434343 3.3%, #1E2628 80.83%);
    color: #fff;
    width: 100%;
    align-items: center;
    font-size: 13px;
    padding: 0 15px;
}
.baners .container .link img{
    max-width: 100%;
    max-height: 100%;
    padding: 0 20px;
    max-width: 60%;
    /* margin: auto auto 0; */
}
.baners .container .link h5{
    margin: 0;
    font-size: 17px;
}
.baners .container .link i{
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0;
    background-image: url("img/a.svg");
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: right bottom;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 15px 0 0;
}

.baners .container .link:nth-child(3) a,
.baners .container .link:nth-child(5) a
{
   background: linear-gradient(112.58deg, #4CC4CF 3.3%, #00AEEF 80.83%); 
}
/*  */
.why{
    background-image: url("img/bg2.png");
    background-repeat: repeat-x;
    background-position: bottom center;
    padding-bottom: 0;
}
.why .container{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.why .container h1{
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}
.why .container strong{
    text-transform: uppercase;
    color: #000;
}
.why .container p{
    color: #444444;
    max-width: 900px;
}
.why .container .why-all{
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}
.why .container .why-all .box{
    padding: 10px 10px 0;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 769px) {
.why .container .why-all .box:first-child,
.why .container .why-all .box:last-child
{
    transform: translateY(40px);
}
.why .container .why-img{
    margin: 30px auto -80px;
}
}
.why .container .why-all .box::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 150px;
    background-image: url("img/line.svg");
    background-size: 100% auto;
}
@media (max-width: 769px) {
.why .container .why-all .box::after{
    display: none !important;
}
}
.why .container .why-all .box i{
    background-color: #fff;
    width: 80px;
    height: 80px;
    margin: 0 0 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    border: 1.5px solid #00AEEF33;
    box-shadow: 0px 9px 48px -7px #00AEEF4D;

}
.why .container .why-all .box i img{
    width: 100%;
    height: auto;
}
.why .container .why-all .box p{
    color: #0F1011;
    font-size: 16px;
}
.why .container .why-img{
    width: auto;
    max-height: 400px;
    margin: 30px auto -130px;
    max-width: 100%;
}
.net{
    background-image: url("img/net.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-color: #EDF9FF;
    min-height: 150px;
}
/*  */
.picks{}
.picks .container{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.picks .container h1{
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}
.picks .container strong{
    text-transform: uppercase;
    color: #000;
}
.picks .container p{
    color: #444444;
    max-width: 900px;
}

.picks .container a.more{
    background-image: url(img/more.svg);
    background-size: 100% 100%;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    outline: none;
    margin: 10px auto 0;
}
.picks .container a.more:hover{
    opacity: 0.7;
}

.product-items{
    padding: 0;
}
.product-items .box{
    padding: 5px;
    position: relative;
}
.product-items .box a{
    text-decoration: none;
    outline: none;
    display: flex;
    padding: 20px;
    border: 1.5px solid #00AEEF33;
    background-color: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
}
.product-items .box a img{
    max-width: 100%;
    max-height: 100%;
}
.product-items .box h3{
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    background: #EDF9FF;
    border-radius: 8px;
    margin: 10px 0;
    font-size: 20px;
    color: #000;
}
.picks-slider{
    padding: 0 40px;
}
.owl-prev{
    width: 36px;
    height: 36px;
    font-size: 0;
    background-image: url("img/l.svg");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
}
.owl-next{
        width: 36px;
    height: 36px;
    font-size: 0;
    background-image: url("img/r.svg");
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
}
/*  */
.comp{}
.comp .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    
    
    h1{
        font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    }
    strong{
            text-transform: uppercase;
            /* color: #000; */
    }
    p{
        color: #444444;
    max-width: 900px;
    }
}
.comp-slider{
    padding: 0 40px;
}
.comp .container .item{
    padding: 5px;
}
.comp .container .item div{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    height: 90px;
}
.comp .container .item div img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 50px;
}
/* count */

.count{}
.count .container{
    background-color: #00AEEF;
    padding: 30px;
    border-radius: 20px;
    background-image: url("img/count.png");
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.count .container h1{
font-size: 40px;
        font-weight: 800;
        text-transform: uppercase;
}
.count .container strong{
text-transform: uppercase;
}
.count .container p{
        max-width: 900px;
}
.count .container .count-all{
    display: flex;
    flex-wrap: wrap;
}
.count .container .count-all .box{
    padding: 20px;
        display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.count .container .count-all .box .item{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 256px;
    height: 236px;
    z-index: 9;
    flex-direction: column;
    padding: 0 50px;
    text-align: center;
    margin: 0;
}
.count .container .count-all .box .item::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/num.gif");
    background-size: 100% 100%;
    z-index: -1;
    filter: opacity(0.2);
}
.count .container .count-all .box .item h2{
    width: 100%;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}
/*  */
.showrooms-all{
    display: flex;
    flex-wrap: wrap;
}
.post{
    padding: 10px;
}
.post a{
    display: flex;
    flex-wrap: wrap;
    outline: none;
    text-decoration: none;
    color: #444444;
    flex-direction: column;
    text-align: left;
}
.post a img{
    width: 100%;
    height: 240px;
    border-radius: 15px;
    margin: 0 0 10px;
}
.post a h4{
    color: #444;
    margin: 0px 0 5px;
    font-size: 20px;
    display: flex;
    font-weight: 600;
}
.post a span{
    color: #00AEEF;
    display: flex;
    font-size: 16px;
}
.post a p{
    color: #444;
    font-size: 15px;
    display: flex;  
}
/*  */

.call-all{
    display: flex;
    flex-wrap: wrap;
}
.call-all .box{
    padding: 10px;
}
.call-all .box .item{
    background-image: url("img/mask.png");
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    position: relative;
}
.call-all .box .item i{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #00AEEF;
    margin: 0 10px 0 0;
    background-color: #EDF9FF;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-all .box .item i img{
    width: 100%;
    height: auto;
}
.call-all .box .item h4{
    color: #000;
    font-size: 20px;
    margin: 0;
}
.call-all .box .item p{
    border-top: 1px solid #4444442E;
    padding: 10px 0;
    text-align: left;
    width: 100%;
    margin: 20px 0 0;
    font-size: 13px;
}
.call-all .box .item a{
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("img/a.svg");
    background-size: 100% 100%;
    border-radius: 50%;
}
.call-all .block{
    padding: 15px;
}
.call-all .block img{
    width: 100%;
    height: auto;
}
.call-all .block form{
    display: flex;
    flex-wrap: wrap;
}

form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
form p{
    margin: 0;
    width: 100%;
}
.rows{
    padding: 5px;
}
.rows label{
    color: #000;
    font-size: 13px;
    margin: 0 0 2px;
    width: 100%;
}
.wpcf7-form-control{
    width: 100%;
    min-height: 60px;
    outline: none;
    border: 1px solid #5C5C5C2B;
    background: #FFFFFF59;
    border-radius: 8px;
    text-align: left;
    padding: 5px 10px;
    color: #818181;
    direction: ltr;
    max-height: 100px;
}
.wpcf7-submit{
    height: 57px !important;
    width: 216px !important;
    padding: 0 0;
    border-radius: 0 !important;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0 auto 0 0 !important;
    text-decoration: none;
    outline: none;
    background-image: url(img/more.svg) !important;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    min-height: initial;
    background-color: initial !important;
}
.wpcf7-submit:hover{
    opacity: 0.8;
}
/*  */

footer{
    background-color: #fff;
}
/*  */
footer{
    border: 10px solid #EDF9FF;
    padding: 30px 10px 10px;
    background: #fff;
    color: #444;
    border-radius: 20px;
}
footer .container{
    display: flex;
    flex-wrap: wrap;
}
footer .container .foot{
    padding: 10px;
}
footer .container .foot h3{
    width: 100%;
    color: #00AEEF;
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 600;
}
footer .container .foot ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
}
footer .container .foot ul li{
    width: 100%;
    margin: 3px 0;
}
footer .container .foot ul li a{
    color: #444;
    text-decoration: none;
    outline: none;
}
footer .container .foot ul li a:hover{
    color: #00AEEF;
}
footer .container .foot img{
    height: 83px;
    width: auto;
    margin: 0 0 20px;
}
footer .container .foot p{
    color: #444;
    font-size: 15px;
}

footer .container .foot .media{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
footer .container .foot .media a{
    background: #00AEEF;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 0 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
footer .container .foot .media a img{
        width: 36px;
    height: 36px;
}
footer .container .foot .media a:hover{
    background: #444;
}
footer .container .foot .media a i{
    color: #fff;
}

footer .container .copy{
    border-top: 1px solid #44444430;
    padding: 10px 10px 0;
    text-align: center;
    color: #444;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .container .copy a{
    color: #00AEEF;
    text-decoration: none;
    outline: none;
}
footer .container .copy a:hover{
    color: #333;
}
footer .container .copy .linksfooter{}
footer .container .copy .linksfooter a{
    color: #000;
    text-decoration: none;
    outline: none;
    padding: 5px 10px;
}
footer .container .copy .linksfooter a:hover{
        color: #00AEEF;
    text-decoration: none;
    outline: none;
}
/*  */
.wp{
    width: 60px;
    height: 60px;
    background-color: #FFFFFF;
    background-image: url("img/wwa.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% auto;
    position: fixed;
    border-radius: 50%;
    left: 10px;
    bottom: 140px;
    z-index: 99;
    box-shadow: 0 0 10px #ddd;
}
.tel{
        width: 60px;
        height: 60px;
        background-color: #00AEEF;
        background-image: url("img/call.gif");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 60% auto;
        position: fixed;
        left: 10px;
        bottom: 70px;
        z-index: 99;
        border-radius: 50%;
}
.remove-from-wishlist{
    display: none;
}

form.mailpoet_form {
    position: relative;
}
.mailpoet_submit{
    position: absolute;
    right: 0;
    top: 0;
    padding: 14px !important;
    font-size: 16px !important;
}
.mailpoet_spacer{
    display: none !important;
}
.mailpoet_paragraph {
    width: 100% !important;
}
/*  */
.box-say{
    padding: 10px;
}
.box-say .item{
    border: 1px solid #00AEEF42;
    border-radius: 15px;
    padding: 20px;
    background-color: #EDF9FF;
    display: flex;
    flex-wrap: wrap;
    color: #444;
    font-size: 15px;
    text-align: left;
}
.box-say .item .tit{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding: 0 0 0 60px;
    background-image: url("img/qq.svg");
    background-position: left center;
    background-repeat: no-repeat;
}
.box-say .item .tit h4{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 0 0;
}
.box-say .item p{
    width: 100%;
    padding: 15px 0;
    margin: 15px 0 0;
    border-top: 1px solid #00000021;
}
.say .owl-next{
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin: 5px !important;
}
.say .owl-prev{
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin: 5px !important;
}
.owl-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
}































/* /-----------------------------------------------------------------------  */
/* /-----------------------------------------------------------------------  */
/* /-----------------------------------------------------------------------  */
/* /-----------------------------------------------------------------------  */
/* /-----------------------------------------------------------------------  */
/* /-----------------------------------------------------------------------  */
/* /-----------------------------------------------------------------------  */
/* /-----------------------------------------------------------------------  */
/* /-----------------------------------------------------------------------  */
/* /-----------------------------------------------------------------------  */
/* /-----------------------------------------------------------------------  */





/* head */

.head {
    padding: 80px 20px 50px;
    background-color: #002A16;
    position: relative;
    background-image: url("img/headpage.png");
    background-size: cover;
    margin: -50px 0 0;
    text-align: center;
}
.head::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #172f38d1;
}

.head .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99;
    color: #fff;
}

.head .container h1 {
    font-size: 40px;
    text-align: center;
    padding: 0;
    position: relative;
    margin: 0;
    color: #00AEEF;
    text-transform: uppercase;
    font-weight: 700;
}
.head .container a{
    text-decoration: none;
    outline: none;
    color: #fff;
}
.head .container a:hover{
    color: #0095DA;
}

/*  */

.category-page {
    padding: 50px 0px;
}

.category-page .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 0;
}

.category-page .container .contents {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
}

.category-page .container .block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 0 15px;
    align-items: stretch;
    overflow: hidden;
    flex-wrap: wrap;
    align-content: center;
}

.category-page .container .item-pro {
    padding: 0;
}


/**/

.pagenavi {
    clear: both;
    margin: 50px 0 0;
    padding: 0 10px;
    text-align: left;
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagenavi ul.page-numbers {
    list-style: none;
    direction: ltr;
    display: block;
    margin: 0px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.pagenavi ul.page-numbers li {
    float: left;
    margin: -1px;
    /*  width: 35px;
    height: 35px;
    line-height: 35px;*/
    text-align: center;
    background: #76CD61;
    color: #F7C35F;
    border-radius: 5px;
}

.pagenavi ul.page-numbers li a {
    text-decoration: none;
    outline: none;
    color: #000;
    width: 45px;
    height: 40px;
    border-radius: 0;
    line-height: 35px;
    display: flex;
    background: #fff;
    border: 1px solid #ddd;
    justify-content: center;
    align-items: center;
    padding: 4px 0 0;
}

.pagenavi ul.page-numbers li .current,
.pagenavi ul.page-numbers li a:hover {
    color: #fff;
    width: 45px;
    height: 40px;
    background: #00AEEF;
    border-radius: 0;
    line-height: 35px;
    display: block;
    padding: 5px 0 0;
}


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

.category-page .sidbar {
    padding: 5px;
    overflow: hidden;
}

.category-page .sidbar .box {
    border-radius: 15px;
    padding: 0;
    margin: 0;
    background: #fff;
    padding: 20px 10px;
}

.category-page .sidbar .box h1.h1 {
    color: #0095da;
    font-size: 18px;
    /* background-image: url("img/filter.png"); */
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.wpfFilterWrapper {
    background: #fff;
    padding: 0 !important;
}

.wpfFilterWrapper {
    margin: 0 0 10px !important;
    font-size: 14px !important;
    color: #444 !important;
}

.wpfFilterVerScroll {
    max-height: 1000px !important;
    overflow-y: hidden !important;
}

.wfpTitle {
    font-weight: 500 !important;
    margin: 0 0 10px !important;
    color: #000 !important;
    font-size: 20px !important;
    text-transform: uppercase;
}

.wpfFilterTitle {
    display: flex !important;
    justify-content: space-between;
}

.wpfFilterButton.wpfButton {
    color: #fff;
    display: block;
    width: 100% !important;
    height: 58px;
    margin: 10px 0 0;
    border-radius: 0 !important;
    outline: none;
    border: none;
    font-size: 15px !important;
    font-weight: normal !important;
    padding: 0 !important;
    min-height: inherit !important;
    border-radius: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0 !important;
    font-weight: 600 !important;
    background-image: url("img/more.svg");
    background-size: 100% 100%;
    background-color: #fff !important;
}

.wpfFilterButton.wpfButton:hover {
   opacity: 0.7;
}


.ui-slider.ui-widget-content:not(.iris-slider-offset) {
    background: #e9e9e9 !important;
    border: none !important;
    height: 4px !important;
    border-radius: 5px !important;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background: #00AEEF !important;
}

.ui-slider.ui-widget-content .ui-slider-handle {
    background: #fff !important;
    border: 2px solid #00AEEF !important;
    border-radius: 50% !important;
    height: 17px !important;
    width: 17px !important;
    top: -7px !important;
}

.wpfFilterWrapper .wpfCheckbox label {
    margin-top: 4px !important;
}

.wpfFilterWrapper .wpfCheckbox label::before {
    background-color: rgb(255, 255, 255) !important;
    border: 1px solid #00AEEF !important;
}

.ui-slider.ui-widget-content .ui-slider-handle:hover,
.ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover,
.ui-slider.ui-widget-content .ui-slider-handle.ui-state-active {
    border-color: #00AEEF !important;
}

.ui-slider.ui-widget-content .ui-slider-handle {
    background: #fff;
    border: 1px solid #00AEEF !important;
    border-radius: 0;
}

#wpfMaxPrice,
#wpfMinPrice {
    color: #000 !important;
}

.wpfLiLabel {
    display: flex !important;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    padding: 3px 0;
    align-items: center;
}

.wpfCheckbox {
    margin: 0 ;
}
.wpfCheckbox input{
    width: 30px !important;
    height: 30px !important;
}

.wpfFilterWrapper .wpfCheckbox label {
    width: 30px !important;
    height: 30px !important;
}

.wpfFilterWrapper .wpfCheckbox label {
    width: 22px !important;
    height: 22px !important;
}

/*  */

.orderby {
    border: 1px solid #EAEAEA;
    background-image: url("img/select.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 5px 50px 5px 10px;
    height: 50px;
    border-radius: 50px;
    outline: none;
}

.block .woocommerce-notices-wrapper {
    display: none;
}

.block .woocommerce-result-count {
    display: none;
}

.block #searchform {
    max-width: 500px;
    width: 100%;
    display: flex !important;
    position: relative !important;
    top: auto;
    justify-content: space-between;
    margin: 0 0 10px;
}


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


/**/

.single-product {
    padding: 30px 0;
    /* background-image: url("img/s-p.png"); */
    /* background-repeat: no-repeat; */
    /* background-position: right top; */
    /* background-size: 50% auto; */
}

.single-product .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.single-product .block {
    float: right;
    padding: 15px;
    text-align: left;
}

.single-product .block.images {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    flex-wrap: wrap;
}

.single-product .block.images .box.box-img {
    float: right;
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    padding: 20px;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-product .block.images .image {
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 769px) {
    .single-product .block.images .box .image {
        height: 300px;
        overflow: hidden;
    }
}

.single-product .block.images .box-img img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.single-product .block.images .box-img .image {
    display: none;
}

.showw {
    display: flex !important;
}

.single-product .block.images .box-img .amwl-add-to-wishlist-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
}

ul.var {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    list-style: none;
    float: right;
    width: 100%;
}

ul.var li {
    margin: 4px;
    width: 70px;
    background: #fff;
    border: 2px solid #eee;
    padding: 0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70px;
    cursor: pointer;
    float: left;
    overflow: hidden;
}

@media (max-width: 769px) {
    ul.var {
        padding: 10px 0 0 0;
        clear: both;
        margin: 10px 0 0;
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }
    ul.var li {
        margin: 0 4px 5px;
        width: 22%;
        height: 60px;
        float: left;
    }
}

ul.var li img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px;
}

.act {
    border-color: #0095da !important;
}


/**/

.product-summary {
    padding: 0 10px 0;
}

.product_title.entry-title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
}

.product-summary .price {
    font-size: 20px;
    color: #00AEEF;
    font-weight: 800;
    margin: 10px 0 5px;
    text-decoration: none !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    /* border-bottom: 1px solid #eee; */
    padding: 0 0 15px;
    align-items: flex-end;
    position: relative;
    font-size: 20px;
}

.product-summary .price ins {
    float: left;
    text-decoration: none !important;
}

.product-summary .price del {
    font-size: 17px;
    color: #0000004D !important;
    margin: 0 11px;
    display: inline-block;
    font-weight: normal;
}
.product-summary .woocommerce-product-rating ~ h6{
    border-bottom: 1px solid #DBDBDB;
    padding: 0 0 10px;
}


/* del * {
    color: #f00 !important;
} */

ins,
ins * {
    text-decoration: none !important;
}

.woocommerce-product-details__short-description {
    overflow: hidden;
    border-bottom: 1px solid #EAEAEA;
    position: relative;
    transition: all 0.5s ease 0s;
    margin: 0 0 15px;
}

.auto {
    transition: all 0.5s ease 0s;
    height: auto;
}

.woocommerce-product-details__short-description p {
    font-size: 15px;
    line-height: 1.7;
    color: #444444;
}

.woocommerce-product-details__short-description:after {
    background: #FFFAF5;
    padding: 1px 10px;
    color: #CB296D;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
}

.woocommerce-product-details__short-description h4 {
    display: none;
}

.variations_form {
    overflow: hidden;
    padding: 15px 0;
    margin: 0;
    overflow: hidden;
    direction: rtl;
}

.single_variation_wrap {
    overflow: hidden;
    padding: 20px 0 0;
    margin: 10px 0 0;
    border-top: 1px solid #eee;
}

.product_meta {
    display: none;
}

body .qib-button-wrapper {
    width: 140px;
    position: relative;
    max-width: 100%;
    overflow: hidden !important;
    border: 1px solid #a3e2fa;
    border-radius: 50px;
    background: #fff;
    margin: 0;
    text-align: center;
    padding: 5px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
    float: none !important;
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0;
    background: #ffffff !important;
    border-color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 30px;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    height: 49px;
    padding: 6px 12px 8px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #ffffff;
    font-size: 20px;
    line-height: 20px;
    box-shadow: none;
    width: 40px;
    text-align: center;
    padding: 0 0 0px !important;
    outline: none;
    color: #000;
    margin: 0;
}

.single-product form.cart .variations {
    width: 100% !important;
    max-width: 100%;
}

.single-product form.cart .variations tr {
    display: block;
}

.single-product form.cart .variations tr th,
.single-product form.cart .variations tr td {
    clear: both;
    display: block;
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}

ul.variable-items-wrapper {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
    direction: rtl;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.variable-items-wrapper li {
    float: left;
    margin: 0 10px 0 0;
    border-radius: 8px;
}

.selected {
    position: relative;
    overflow: hidden;
    padding: 0 0px;
    border-radius: 12px;
    padding: 0;
    direction: ltr;
}

.variable-item-span {
    padding: 0 10px;
    width: auto !important;
    height: 25px !important;
    margin: 0;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25px;
}

.selected .variable-item-span {
    /* transform: scale(0.8); */
    border-radius: 50%;
    border-color: #fff;
    /* box-shadow: 0 0 9px #de9b83; */
    position: relative;
}

.selected .variable-item-span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #f0f; */
    border-radius: 50%;
    z-index: 9;
    background-image: url("img/select.png");
    background-position: center;
    background-repeat: no-repeat;
}

.selected .variable-item-span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: auto !important;
    height: 50px !important;
    text-align: center;
    font-family: fontawesome;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
}

.woo-selected-variation-item-name {
    color: #F7C35F;
    font-weight: 500;
}

a.reset_variations {
    display: none !important;
}

ul.products {
    padding: 0 20px;
}


/*  */

button.single_add_to_cart_button {
    color: #fff;
    padding: 0;
    border-radius: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
    height: 47px;
    text-align: center;
    margin: 0 15px 0;
    border: none;
    outline: none;
    position: relative;
    background-color: initial !important;
    width: 190px;
    background-image: url(img/more.svg) !important;
    background-size: 100% 100%;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    outline: none;
    margin: 0;
}

button.single_add_to_cart_button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/add-to.png") !important;
    background-repeat: no-repeat;
    background-position: right 16% center;
    z-index: 99;
}

@media (max-width: 769px) {
    button.single_add_to_cart_button {
        padding: 0 40px 0 0 !important;
        font-size: 15px !important;
        margin: 0 10px 0px;
        text-align: center;
        width: 50%;
    }
    body .qib-button-wrapper {
        min-width: 37% !important;
        margin-bottom: 10px;
    }
}

button.single_add_to_cart_button:hover {
   opacity:o,7
}

.tinv-wraper.tinv-wishlist {
    font-size: 100%;
    text-align: left;
}

.box-img .add_to_wishlist {
    background-image: url(img/heart2.png);
    background-size: auto auto;
    background-position: center;
    background-repeat: no-repeat;
}

blockquote {
    background-color: #FDEAD2;
    border-radius: 5px;
    padding: 4px 50px 4px 10px;
    background-image: url("img/i.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    color: #000;
    display: inline-flex;
    align-items: center;
}

blockquote p {
    margin: 0;
}

.cpt-price-wrapper {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    position: relative;
}


/*  */

.posted_in {
    margin: 0 0 5px;
}

.posted_in a {
    color: #b3b2b1;
    font-family: 'sky';
}

.posted_in a:hover {
    color: #000;
}


/***************************************************************/
.tab1{
    width: 20px;
    height: 20px;
    background-image: url("img/vid.svg");
    background-size: 100% 100%;
    margin: 0 9px;
    display: inline-block;
}
.tab2{
        width: 20px;
        height: 20px;
        background-image: url("img/360.svg");
        background-size: 100% 100%;
        margin: 0 8px;
        display: inline-block;
}
.tab3{
        width: 20px;
        height: 20px;
        background-image: url("img/star.svg");
        background-size: 100% 100%;
        margin: 0 9px;
        display: inline-block;
}
/***************************************************************/

.related {
    padding: 60px 10px 0 !important;
}

.related .container {
    /* border-bottom: 1px solid #eee; */
    padding: 0;
}

.related h1 {
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

/* .related h1 {
    color: #000000;
    font-size: 26px;
    margin: 0 0 10px;
    padding: 40px 0;
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.related h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 31px;
    background-image: url("img/bottom.png");
    background-repeat: no-repeat;
    background-position: top center;
}

.related h1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 31px;
    background-image: url("img/top.png");
    background-repeat: no-repeat;
    background-position: top center;
}

@media (max-width: 769px) {
    ul.products {
        padding: 0;
    }
}

.related .owl-prev {
    left: 0;
    bottom: -37px;
    top: auto;
    z-index: 9;
    opacity: 1;
    border-radius: 50%;
}

.related .owl-next {
    left: 50px;
    right: auto;
    bottom: -37px;
    top: auto;
    z-index: 9;
    opacity: 1;
    border-radius: 50%;
}

.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


/*  */

.icoons {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 10px;
    padding: 0;
    justify-content: space-between;
}

.icoons .ic {
    height: 56px;
    padding: 0 70px 0 10px;
    background-position: right top;
    display: flex;
    background-repeat: no-repeat;
    margin: 5px 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 150px;
}

@media (max-width: 769px) {
    .icoons .ic {
        margin: 5px 0;
        width: 100%;
    }
}

.icoons .icon1 {
    background-image: url("img/free.png");
}

.icoons .icon2 {
    background-image: url("img/stoke.png");
}

.icoons .icon3 {
    background-image: url("img/critve.png");
}

.icoons .ic span {
    color: #878787;
    font-size: 16px;
    margin: 0 0 5px;
}

.icoons .ic h5 {
    color: #272343;
    font-size: 18px;
    margin: 0;
}


/*  */

.price-new {
    position: relative;
    display: inline-flex;
    padding: 0;
}

.offer {
    width: auto;
    height: 25px;
    padding: 4px 6px 0;
    border-radius: 3px;
    color: #fff;
    background: #00AEEF;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 15px;
}

.pro-content {
    color: #757778;
    padding: 0 20px;
}

.pro-content h2 {
    color: #000000;
    margin: 0 0 20px;
    position: relative;
    padding: 5px 0;
    font-size: 20px;
    background-image: url(img/line.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    display: inline-block;
}

.pro-content h2:after {
    content: "";
    width: 21px;
    height: 34px;
    background-image: url(img/wifi-x.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 7px;
}

.pro-content ul {
    padding: 0 20px 0 0;
    column-count: 2;
    max-width: 870px;
}

@media (max-width: 769px) {
    .pro-content ul {
        column-count: 1;
    }
}

.tinvwl_add_to_wishlist-text {
    display: none;
}

form.cart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-top: 0;
    width: 46px;
    height: 46px;
    border: 2px solid #FDE4C6;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button::before {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 7px;
    margin: 0;
    left: 7px;
    font-size: 0;
    text-decoration: none;
    background-image: url(img/wishlist.png);
    background-size: 29px 29px;
    font-size: 0;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
    background-image: url(img/wishlist-2.png);
}

.bg-pro {
    padding: 30px 20px;
    overflow: hidden;
}


/*  */

.test {
    padding: 20px;
    background-color: #FFF5E9;
    background-image: url("img/r.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 20% auto;
    position: relative;
}

.test::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("img/l.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 20% auto;
}

.test .container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    max-width: 580px !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 9;
    font-size: 17px;
}

.test .container .searchform {
    width: 300px !important;
    max-width: 100% !important;
    display: block !important;
    position: relative !important;
    left: auto !important;
    top: 0 !important;
}

.test .container .searchform #search-header {
    background-color: #fff;
    background-image: url("img/s.png");
    background-repeat: no-repeat;
    background-position: left 15px center;
    border: 1px solid #0000000F !important;
}

.test .container .searchform #viwe {
    width: 160px;
    color: #fff;
    padding: 0;
    height: 37px;
    border-radius: 10px;
    border: none;
    margin: 15px auto;
    display: flex;
    background: #00AEEF;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 14px 17.7px 1px #00AEEF38;
}

.test .container .searchform #viwe:hover {
    background: #000;
}


/* name-content */

.name-content {
    padding: 30px 20px 50px;
}

.name-content .container {
    max-width: 900px !important;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.name-content .container h4 {
    margin: 0 0 10px;
    font-family: sky;
    color: #757778;
    font-size: 17px;
}

.name-content .container h1 {
    margin: 0 0 20px;
    color: #000;
    font-size: 22px;
}

.name-content .container .box {
    width: 100%;
    padding: 30px 20px;
    height: auto;
    border: 2px solid #00AEEF33;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    min-height: 300px;
}

.name-content .container .box img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.down {
    width: 200px;
    color: #fff;
    padding: 0;
    height: 50px;
    border-radius: 10px;
    border: none;
    margin: 50px auto;
    display: flex;
    background: #00AEEF;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 14px 17.7px 1px #00AEEF38;
    font-family: sky bd;
}

.down:hover {
    background: #000;
}

.det {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    justify-content: space-between;
}

.det span {
    color: #000;
    padding: 7px 0 3px;
    text-align: center;
    font-size: 18px;
    background: #00AEEF33;
    border: 1.18px solid #00AEEF2B;
    border-radius: 25px;
    width: 100%;
    max-width: 290px;
}

@media (max-width: 769px) {
    .det span {
        margin: 5px 0;
        max-width: 100%;
    }
}

.iptv {
    padding: 50px 5px;
}

.iptv .container {
    display: flex;
    flex-wrap: wrap;
}

.iptv .container .iptv-items {
    padding: 5px;
}

.found {
    color: #000;
    text-align: center;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    font-size: 40px;
    font-family: sky bd;
}

h1.not {
    width: 100px;
    height: 100px;
    background-image: url(img/sin.gif);
    background-repeat: no-repeat;
    background-size: auto 100%;
    rotate: 251deg;
}


/* about-head */

.about-head {
    padding: 0;
    position: relative;
    margin: -60px 0 0;
}
.about-head img{
    width: 100%;
    height: auto;
    min-height: 400px;
    object-fit: cover;
}

.about-head .cover {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
    align-items: center;
}
.about-head .block{
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    background-image: url("img/head.png");
    background-repeat: no-repeat;
    background-position: right 20px top 20px;
    color: #444444;
}
.about-head .block h1 {
    color: #000000;
    margin: 0 0 10px;
    font-size: 34px;
    font-weight: 800;
    padding:  0 0;
}
.about-head .block p{
    font-size: 15px;
    line-height: normal;
}
.about-head .block a{
    background-image: url(img/more.svg);
    background-size: 100% 100%;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    outline: none;
    margin: 10px 0  0;
}
.about-head .block a:hover{
    opacity: 0.7;
}
@media (max-width: 769px) {
    .about-head img{
    min-height: 100vh;
}
.about-head .block h1 {
    font-size: 26px;
    font-weight: 600;
}
}

/*  */
.choose{
    background: none;
}
.choose .container{}
.choose .container .why-all .box{
    border-radius: 0 !important;
    transform: translateY(0px) !important;
}
.choose .container .why-all .box i{
    border-radius: 0 !important;
}
.choose .container .why-all .box p{
    color: #444 ;
}
.choose .container .why-all .box::after{
    display: none;
}


/* support */

.support {
    padding: 50px 0 10px;
}

.support .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 100% !important;
}

.support .container img {
    width: 100%;
    height: auto;
}

.support .container .block-text {
    padding: 20px 7%;
}

.form {
    padding: 50px 0;
}

.form .container {
    max-width: 960px !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.form .container .block {
    padding: 25px;
}

.form .container .block-icon {
    padding-top: 180px;
}

@media (max-width: 769px) {
    .form .container .block-icon {
        padding-top: 20px;
    }
}

.form .container .block-icon h3 {
    margin: 20px 0 10px;
    font-size: 18px;
    padding: 0 5px;
}

.form .container .block form {
    margin: 25px 0 0;
    width: 100%;
}

form label {
    width: 100%;
    position: relative;
}

form label i {
    color: #000000;
    font-size: 14px;
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 9;
    font-style: normal;
}

form label .wpcf7-form-control {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    font-size: 17px;
    min-height: 53px;
    outline: navajowhite;
    padding: 26px 15px 0;
    max-height: 110px;
    text-align: left;
    margin: 0 0 15px;
}

.wpcf7-submit {
    width: 150px;
    height: 40px;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -10px 0 0;
    position: relative;
    overflow: hidden;
    z-index: 9;
    background: #00aeef;
    border: none;
    outline: none;
}

.wpcf7-submit:hover {
    background: #000;
}


/*  */

.midia {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.midia .fa-classic {
    width: 36px;
    height: 36px;
    display: flex;
    margin: 3px;
    border-radius: 50%;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #000;
    justify-content: center;
    align-items: center;
}

.midia .fa-facebook-f {
    background: #1877F2;
}

.midia .fa-instagram {
    background: #FF004F;
    background-size: 100% 100%;
}

.midia .fa-whatsapp {
    background: #00E510;
}

.midia .fa-tiktok {
    text-shadow: 2px 2px 2px #FF004F;
}

.midia .fa-snapchat {
    background: #FFFA00;
    color: #000;
}


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

.block-cart {
    padding: 20px;
    float: left;
    overflow: hidden;
    max-width: 500px;
}

@media (max-width: 769px) {
    .block-cart {
        padding: 20px;
    }
}


/**/

.block-cart-pru {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 0 15px !important;
    clear: both;
    min-height: 90px;
    padding: 15px 35px 15px 140px !important;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #00AEEF33;
    color: #000;
    width: 100% !important;
    text-align: left;
}

.block-cart-pru img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 15px;
}

@media (max-width: 769px) {
    .block-cart-pru {
        padding: 15px !important;
        text-align: center;
    }
    .block-cart-pru img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: relative;
        top: auto;
        left: auto;
        display: block;
        margin: 0 auto 20px;
    }
}


/*.block-cart-pru .qib-button.qib-button-wrapper {
    width: auto;
    margin: 10px 0 0;
    border: 1px solid #766441;
    background-color: #2726239e;
    border-radius: 10px;
    padding: 30px 230px 25px 20px;
    overflow: hidden;
}*/

.block-cart-pru a.remove {
    background-image: url("img/remove.png") !important;
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none !important;
    background-color: #fff !important;
}

.block-cart-pru .product-name {
    display: block;
    margin: 0 0 10px;
}

.block-cart-pru .product-name a {
    font-size: 15px;
    color: #000;
    font-family: 'sky bd';
}

.block-cart-pru .wapf-pricing-hint {
    margin: 0 5px;
}

.block-cart-pru .product-price {
    font-size: 18px;
    font-weight: 600;
    color: #0095da;
}

.block-cart-pru .product-subtotal {
    display: none;
}

.block-cart-pru .qib-button.qib-button-wrapper {
    display: block !important;
    width: 90px !important;
    padding: 0 !important;
    margin: 10px 0 0 !important;
    background: inherit !important;
    border: none !important;
}

@media (max-width: 769px) {
    .block-cart-pru .qib-button.qib-button-wrapper {
        float: none !important;
        margin: 10px auto 0 !important;
    }
}

.block-cart .coupon {
    clear: both;
    margin: 10px 0;
    position: relative;
}

.block-cart .coupon label {
    color: #000;
    font-size: 18px;
    display: block;
    display: none;
}

.block-cart .coupon #coupon_code {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    padding: 0 10px;
    height: 40px;
    outline: none;
    color: #8a8987;
    text-align: left;
    width: 100%;
    display: block;
    border-radius: 10px;
    background-image: url("img/copone.gif");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 40px 40px;
}

.block-cart .coupon .button {
    font-size: 0;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 15px;
    left: 15px;
    background-image: url(img/goooo.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
    background-color: initial !important;
    border: none;
}

.block-cart .coupon~button.button {
    float: right;
    width: 200px;
    border: none;
    text-align: center;
    outline: none;
    padding: 12px 3px;
    border-radius: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    background: #00AEEF9e;
}


/**/

.woocommerce-Button.button,
.woocommerce-address-fields .button {
    float: left;
    width: 200px;
    border: none !important;
    text-align: center;
    outline: none;
    padding: 10px;
    border-radius: 10px;
    color: #fff !important;
    font-size: 18px !important;
    background: #00AEEF;
}

.cart_totals h2 {
    display: block;
    color: #000;
    font-weight: 600;
    /* border-bottom: 2px solid #312c24; */
    padding: 0 0 10px;
    margin: 0 0 15px;
    font-size: 20px;
}

.shop_table.shop_table_responsive {
    /* border-bottom: 2px solid #312c24 !important; */
}

.block-cart table.shop_table th {
    width: 50% !important;
    text-align: left;
}


/**/

.shipping-calculator-form button,
.shipping-calculator-form input,
.shipping-calculator-form optgroup,
.shipping-calculator-form select,
.shipping-calculator-form textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100% !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    color: #000000 !important;
    padding: 5px 15px;
    border-radius: 8px;
    outline: none;
    max-height: 150px;
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {}

.select2-container--default .select2-selection--single {
    border-radius: 4px;
    background: #c3c2c2 !important;
    border: 1px solid #ddd !important;
    height: 46px !important;
    text-align: left;
    display: block;
}

.select2-results__options {
    background: #d3d2d1 !important;
    width: 100% !important;
    min-width: 150px !important;
}

.wc-proceed-to-checkout a.checkout-button {
    float: left;
    width: 200px;
    border: none;
    outline: none;
    padding: 12px 3px;
    /* border-radius: 10px; */
    color: #ffffff !important;
    font-size: 18px;
    text-align: center;
    background-color: initial !important;
    background-image: url("img/more.svg") !important;
    width: 224px;
    height: 58px;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 0;
}

.shipping-calculator-button {
    color: #000 !important;
    text-decoration: none;
    outline: none;
    background-image: url("img/map.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 32px auto;
    background-color: #FEEFDD;
    display: flex;
    padding: 0 50px 0 0;
    height: 50px;
    align-items: center;
    border-radius: 10px;
}


/**/

.woocommerce-form-coupon-toggle {
    display: none;
}

.col2-set,
.woocommerce-checkout-review-order {
    float: left;
    padding: 30px 16px;
    min-width: 300px;
}

@media (max-width: 769px) {
    .col2-set,
    .woocommerce-checkout-review-order {
        padding: 15px 0;
    }
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: initial !important;
}

form.checkout {
    width: 100%;
}

form.checkout h3 {
    display: block;
    margin: 20px 0;
    color: #171513;
    font-weight: 600;
    display: none;
}

form.checkout .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce form .form-row {
    /* width: 100%; */
}

form.checkout button,
form.checkout input,
form.checkout optgroup,
form.checkout select,
form.checkout textarea {
    padding: 9px 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none !important;
    background: #fff;
    color: #000;
    margin: 0 0 12px !important;
    text-align: left;
}

#ship-to-different-address {
    display: none;
}

#mailpoet_woocommerce_checkout_optin_field {
    display: none;
}


/**/

form.checkout table.shop_table thead {
    color: #FFBE1A;
}

form.checkout table.shop_table th {
    font-weight: 100 !important;
    padding: 0 12px !important;
    border-top: none;
    line-height: normal !important;
}

.woocommerce table.shop_table td {
    border-top: none;
    padding: 5px 12px;
    vertical-align: middle;
    line-height: normal;
}

.woocommerce table.shop_table td a {
    color: #00AEEF;
    text-decoration: none;
    outline: none;
}

form.checkout .order-total strong {
    color: #FFBE1A;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-top: none;
}

.woocommerce table.shop_table {
    border: none;
    margin: 0 0 10px;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 10px;
    /* border-top: 2px solid #312c24 !important; */
    /* border-bottom: 2px solid #312c24 !important; */
    padding: 15px 15px;
    background: #ffffff;
    direction: ltr;
}

ul.wc_payment_methods.payment_methods.methods {}

ul.wc_payment_methods.payment_methods.methods li {
    clear: both;
    display: block;
}

ul.wc_payment_methods.payment_methods.methods li>input {
    display: none;
}

ul.wc_payment_methods.payment_methods.methods li>label {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 6px 50px 6px 20px;
    border-radius: 10px;
    margin: 0 0 10px;
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: 100;
    width: 100%;
    display: block;
    background-image: url("img/visa.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    position: relative;
    cursor: pointer;
}

ul.wc_payment_methods.payment_methods.methods li>label:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 15px;
    width: 20px;
    transition: all 0.5s ease 0s;
    height: 20px;
    border-radius: 50%;
    background: #191919;
    border: 1px solid #656565;
}

ul.wc_payment_methods.payment_methods.methods li>label:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 18px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #FFBE1A;
    z-index: 9;
    transition: all 0.5s ease 0s;
    transform: scale(0);
}

ul.wc_payment_methods.payment_methods.methods li>input:checked~label:after {
    transition: all 0.5s ease 0s;
    border: 1px solid #FFBE1A;
}

ul.wc_payment_methods.payment_methods.methods li>input:checked~label:before {
    transition: all 0.5s ease 0s;
    transform: scale(1);
}

ul.wc_payment_methods.payment_methods.methods li.payment_method_cod>label {
    background-image: url("img/cash.png");
}

ul.wc_payment_methods.payment_methods.methods li>input:checked~label {
    border: 1px solid #ddd;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #f1f1f1;
    color: #000;
    border-radius: 10px;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border-bottom: 1px solid #f1f1f1;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
    padding: 0;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}

.woocommerce-checkout button.button {
    float: left !important;
    width: 100%;
    border: none;
    outline: none;
    padding: 14px 3px !important;
    border-radius: 10px;
    color: #fff !important;
    font-size: 18px;
    text-align: center;
    display: block;
    background: #00AEEF;
}

.page {
    padding: 50px 20px;
    color: #253D4E;
}

.page .container {}

.page .container .woocommerce {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

strong .woocommerce-Price-amount.amount {
    color: #0095da;
    font-size: 22px;
}

.woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    display: flex;
    flex-wrap: wrap;
}

.form-row.place-order .coupon {
    display: none;
}


/**/

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #2c4541;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: none;
    color: #fff;
}

#order_review_heading {
    font-weight: 500;
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    font-family: inherit;
    font-size: 20px;
}

.woocommerce-order-details__title {
    font-weight: 500;
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    font-family: inherit;
    font-size: 20px;
}

ul.wc_payment_methods {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

ul.wc_payment_methods li {
    overflow: hidden;
    clear: both;
    width: 100%;
}

ul.wc_payment_methods li label {
    position: relative;
}

ul.wc_payment_methods li label:after {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: -35px;
    top: 2px;
    background-size: 100% 100%;
}

ul.wc_payment_methods li .input-radio {
    opacity: 0;
}

ul.wc-item-meta {
    padding: 0 !important;
    margin: 0 !important;
}


/**/

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: block;
    clear: both;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ffffff;
    padding: 20px;
    border-radius: 15px;
    width: 100%;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    background: #fff;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    clear: both;
    overflow: hidden;
    display: block;
    border: none !important;
    padding: 10px 0;
    font-size: 17px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details~p {
    display: none;
}

.woocommerce-column__title {
    font-weight: 500;
    font-family: inherit;
    font-size: 20px;
}

address {
    padding: 10px 0 !important;
    border: none !important;
    font-size: 14px;
    color: #000;
}

.woocommerce-column.woocommerce-column--shipping-address {
    display: none;
}

.width {
    display: none !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #3F5554;
    color: #fff;
    display: none !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #3f5554;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#place_order {color: #fff;display: block;width: 200px;height: 58px;margin: 10px 0 0;border-radius: 0 !important;outline: none;border: none;font-size: 15px !important;font-weight: normal !important;padding: 0 !important;min-height: inherit !important;border-radius: 0 !important;display: flex;justify-content: center;align-items: center;margin: 20px auto 0 !important;font-weight: 600 !important;background-image: url("img/more.svg");background-size: 100% 100%;background-color: initial !important;}

.checkout.woocommerce-checkout {
    padding: 50px 20px;
}

@media (max-width: 769px) {
    .checkout.woocommerce-checkout {
        padding: 50px 0 !important;
    }
    .blocks-check-text {
        max-width: 100% !important;
    }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
}

.select2-container--default .select2-selection--single {
    background-color: inherit;
    border: none;
    border-radius: 0;
    height: auto !important;
    border-bottom: none;
    padding: 0px 0 !important;
    background: #23483e;
    height: 50px !important;
    color: #000 !important;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.select2-dropdown {
    background-color: #23483e;
    border: 1px solid #23483e;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.woocommerce-order {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}


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


/*  */

.my-account {}

.my-account .container {
    padding: 0;
}

.my-account .container .woocommerce {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.my-account .container .woocommerce .woocommerce-MyAccount-navigation {
    padding: 15px;
    width: 25%;
}

.my-account  .woocommerce-MyAccount-content {
    padding: 15px;
    width: 70%;
}

@media (max-width: 769px) {
    .my-account .container .woocommerce .woocommerce-MyAccount-navigation {
        padding: 15px 15px;
        width: 100%;
    }
    .my-account .container .woocommerce .woocommerce-MyAccount-content {
        padding: 15px 5px;
        width: 100%;
    }
}


/*  */

.woocommerce-MyAccount-navigation h1 {
    color: #3C4242;
    font-size: 22px;
    padding: 0 50px 0 0;
    margin: 0 0 10px;
    background-image: url("img/u.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 40px 40px;
    min-height: 40px;
    display: none;
}

.woocommerce-MyAccount-navigation h1 span {
    color: #00AEEF;
}

.woocommerce-MyAccount-navigation h1~h6 {
    margin: -15px 0 30px;
    color: #807D7E;
    font-size: 14px;
    display: none;
    padding: 0 50px 0 0;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    display: block;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #000;
    font-size: 17px;
    padding: 10px 20px;
    display: flex;
    border: 1px solid #00AEEF40;
    border-radius: 8px 0 0 8px;
    position: relative;
    align-items: center;
    margin: 0 0 5px;
    border-radius: 8px;
}

.woocommerce-MyAccount-navigation ul li a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(1);
}


/*  */


/* .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::after {
    background-image: url("img/o.png");
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::after {
    background-image: url("img/u.png");
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::after {
    background-image: url("img/u.png");
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::after {
    background-image: url("img/e.png");
} */

.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #00AEEF;
    border-right: 1px solid #00AEEF;
    color: #fff;
}

.woocommerce-MyAccount-navigation ul li.is-active a::after {
    filter: grayscale(0) !important;
}

.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--wishlist {
    display: none !important;
}


/*  */

.order-body {}

.order-body .order-box {
    padding: 10px;
}

.order-body .order-box .box {
    padding: 25px 25px 65px;
    background: #ffffff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #00AEEF33;
}

.order-body .order-box .box .woocommerce-Price-amount {
    color: #00aeef;
    font-size: 18px;
}

.woocommerce-button.button.view {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 70px;
    color: #fff;
    background: #00AEEF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    height: 35px;
}

.stut {
    position: absolute;
    bottom: 15px;
    left: 95px;
    width: auto;
    color: #00AEEF;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #ddd;
    height: 36px;
    padding: 0 10px;
}


/* stepbar */

.stepbar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0;
    display: none;
}

.stepbar:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: #DFDFDF;
}

.stepbar ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
}

.stepbar ul li {
    color: #807D7E;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 25%;
}

.stepbar ul li i {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 0 10px;
    background: #D8D8D8;
    border: 5px solid #fff;
    position: relative;
    z-index: 2;
    border-radius: 50%;
}

.stepbar ul li.Placed {
    color: #E3A57F;
}

.stepbar ul li.Placed i {
    background: #E3A57F;
}

@media (max-width: 769px) {
    .stepbar ul li {
        font-size: 11px;
    }
}

.woocommerce-order-details__title {
    font-size: 16px !important;
}

.order-again a {
    color: #fff !important;
    padding: 0 0;
    border-radius: 10px !important;
    display: flex !important;
    background: linear-gradient(144.81deg, #EBBA76 6.45%, #DB9287 96.19%) !important;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    height: 53px;
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
    font-weight: 500;
    position: relative;
}

.order-again a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    background-image: url("img/add-to.png");
    background-repeat: no-repeat;
    background-position: 80px center;
}


/*  */

.boxss {
    background: #F6F6F6;
    padding: 25px;
    border-radius: 15px;
    margin: 0 0 20px;
    color: #807D7E;
    display: flex;
    flex-direction: column;
}

.boxss strong {
    color: #000;
    margin: 0 0 5px;
}

.woocommerce-MyAccount-navigation {
    width: 300px;
    max-width: 100%;
}


/*  */

.blocks-check .woocommerce-order-details,
.blocks-check .woocommerce-order-details,
.blocks-check .woocommerce-order-overview.order_details,
.blocks-check .woocommerce-customer-details {
    display: none !important;
}
.woocommerce-customer-details .woocommerce-column__title{
    display: none;
}
.woocommerce-customer-details address{
    display: none;
}


.blocks-check.col-12.col-md-7 {
    width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: left;
    direction: ltr;
}

.woocommerce-Address-title {
    border: 1px solid #00AEEF;
    background: #FEEFDD;
    color: #000000;
    border-radius: 15px;
    width: 98%;
    padding: 10px 20px;
}

.woocommerce-Address-title h3 {
    font-size: 16px;
    margin: 0 0 5px;
}


/*  */

.nav.nav-tabs {
    border: none;
    width: 100%;
}

.nav.nav-tabs li {
    border: none;
}

.nav.nav-tabs li button {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000;
    outline: none;
    margin: 0 0 0 10px;
    padding: 10px 20px;
    border-radius: 50px;
    min-width: 100px;
    text-align: center;
    display: flex;
    align-items: center;
}

.nav.nav-tabs li button.active {
    background: #00AEEF;
    color: #fff;
}
.nav.nav-tabs li button.active i{
    filter: brightness(100);
}
.tab-content .tab-pane{
    height: 0;
}
.tab-content .tab-pane.active{
    height: auto !important;
}

#customer_login {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

#customer_login .u-column1 {
    border-radius: 20px;
    /* border: 10px solid #fff; */
    /* background: #fff; */
    padding: 0 15px 20px;
}

#customer_login .u-column2 {
    border-radius: 20px;
    /* border: 10px solid #fff; */
    padding: 0 15px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #ffffff;
    background: #fff;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: right;
    width: 200px;
    border: none !important;
    text-align: center;
    outline: none;
    padding: 10px;
    border-radius: 10px;
    color: #fff !important;
    font-size: 18px !important;
    background: #00AEEF;
}


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


/*  */

.tinv-header {
    display: none;
}

form.fav {
    display: flex;
    flex-wrap: wrap;
}

form.fav .item-pro {
    padding: 5px;
}

form.fav .item-pro a.img {
    height: 200px;
    display: flex;
    padding: 20px;
}

form.fav .item-pro a.img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.reat {
    display: none;
}

.item-pro .labol-offer {
    width: auto;
    height: 25px;
    padding: 4px 3px 0;
    border-radius: 3px;
    color: #fff;
    background: #00AEEF;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 13px;
    left: 15px;
}

form.fav .prics {}

form.fav .prics h3 {
    font-size: 16px;
    font-weight: 500;
    color: #263238;
    margin: 0 0 5px;
}

form.fav .product-items {
    padding: 15px;
    position: relative;
}

form.fav .product-items img {
    width: auto;
    height: 230px;
    margin: 0 auto 20px;
    max-width: 100%;
    display: block;
}

form.fav .product-items .remove {
    font-size: 0 !important;
    width: 29px !important;
    height: 29px !important;
    background-image: url(img/wishlist-2.png);
    background-size: 100% 100%;
    position: absolute;
    top: 10px;
    left: 15px;
    border: none;
    background-color: #fff;
    display: block;
}

form.fav .product-items .product-price {
    color: #B0823F;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-weight: 500;
}

form.fav .product-items .product-price del {
    padding: 0 0 0 5px;
    color: #888;
}

.social-buttons {
    display: none;
}

button.remove {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 0;
    margin: 0;
    left: 0;
    font-size: 0;
    text-decoration: none;
    background-image: url(img/wishlist-2.png);
    background-size: 29px 29px;
}

form.fav .product-items .prics p ins {
    text-decoration: none;
}

form.fav .product-items .prics p ins bdi {
    display: flex;
    color: #E24A4A;
    font-size: 20px;
    font-family: sky bd;
    flex-direction: row-reverse;
    align-items: center;
}

form.fav .product-items .prics p ins bdi span {
    color: #191C1E;
    font-size: 12px;
    font-family: sky;
    padding: 0 3px 0 0;
}

form.fav .product-items del {
    padding: 0;
    display: flex !important;
    align-items: center;
}

form.fav .product-items del bdi span {
    display: none;
}

form.fav .product-items ins bdi {
    display: flex;
    color: #E24A4A;
    font-size: 20px;
    font-family: sky bd;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 0 0 10px;
}

form.fav .product-items .prics p>.woocommerce-Price-amount bdi span {
    color: #191C1E;
    font-size: 12px;
    font-family: sky;
    padding: 0 5px 0 0;
}

form.fav .product-items .prics .labol-offer {
    width: auto;
    height: 25px;
    padding: 4px 3px 0;
    border-radius: 3px;
    color: #fff;
    background: #00AEEF;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 13px;
    left: 15px;
}

form.fav .product-items .product-price .cpt-price-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* 3D */


.viewer-wrapper {
  width: 100%;
  margin: 30px auto;
  text-align: center;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

#viewer {
  width: 400px;
  height: 400px;
  margin: auto;
  overflow: hidden;
  position: relative;
}


.controls {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.controls button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #686868;
  font-size: 20px;
  cursor: pointer;
  font-weight: 700;
  transition: 0.2s;
  border: 1px solid #eee;
}

.controls button:hover {
  background: #eee;
}



.controls {
  position: relative;
  z-index: 9999;
}

#viewer {
  position: relative;
  z-index: 1;
}

#profile {
    display: block;
    /* background: #fff; */
    border-radius: 20px;
}
/*  */
.vid-all{
    display: flex;
    flex-wrap: wrap;
}
.vid-all .box{
    padding: 10px;
}
.vid-all .box video{
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.block-all{
    display: flex;
    flex-wrap: wrap;
}
.block-all .block{
    padding: 20px;
}
/*  */



/*  */
ol.commentlist{
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
}
ol.commentlist li{
	width: 100%;
	padding: 20px 15px 0 !important;
	/* border-bottom: 1px solid #dddddd54 !important; */
	border-radius: 0;
	margin: 0 0 10px !important;
	/* direction: ltr; */
	text-align: left;
	background: #ffffff;
	border-radius: 10px;
}

@media (max-width: 769px) {
	ol.commentlist li{
	width: 100%;
}
}
.comment-text{
	/* margin: 0 !important; */
	border: none !important;
}

.cr-all-reviews-shortcode ol.commentlist, #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list{
	padding: 0 !important
}

/* .woocommerce-Reviews{} */
.woocommerce-Reviews #comments{
	display: none !important
}
.description{
    text-align: left;
}
.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-comment-text, .cr-all-reviews-shortcode ol.commentlist li .cr-comment-text {
    margin: 0 70px 0 0;
    text-align: left;
    background: #F3F3F3;
}
#reviews .comment_container .cr-avatar, .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-avatar, .cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar, .cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar {
    right: 0;
    left: auto;
}
.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text p, .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-comment-text p {
    margin: 9px 0 16px 0;
    text-align: left;
}

.cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar-check, .cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar-check, #reviews .comment_container .cr-avatar-check, .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-avatar-check, .cr-reviews-grid .cr-review-card .cr-avatar-check, .cr-reviews-slider .cr-review-card .cr-avatar-check {
    right: 34px;
    left: auto;
}
/*  */
#comment,#email{
	width: 100%;
	outline: none;
	width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 16px;
}
#submit{
	color: #002439 !important;
	padding: 10px 25px;
	border: none !important;
	outline: none;
	border-radius: 10px;
	font-size: 17px;
	font-weight: 500 !important;
	color: #fff !important;
    background-color: initial !important;
    background-image: url("img/more.svg");
    background-size: 100% 100%;
	margin: 0;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
    width: 160px;
    height: 60px;
	/* font-family: sky bd; */
}
.woocommerce-Reviews-title{   
	display: none;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text p, .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text p {
    text-align: left;
}
.cr-count-row-count{
	display: none;
	
}
.stars {}
.stars  a{
    font-size: 0;
    background-image: url("img/star.png");
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    margin: 1px;
    display: inline-block;
    padding: 0;
    filter: grayscale(100);
}
.stars  a.active {
    filter: none;
}
.cr-reviews-rating {

    column-gap: 10px;
    align-items: flex-end;
}
.crstar-rating-svg .cr-rating-icon-base {
    display: flex;
    height: 20px;
    margin: 0 0px 0 0px !important;
}
.crstar-rating-svg .cr-rating-icon-frnt {
    left: 10px !important;
}
.star-rating{
    color: #FFBC00 !important;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap, .cr-reviews-grid .cr-summaryBox-wrap {
    margin: 0;
    background: #ffffff !important;
}
.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-comment-text, .cr-all-reviews-shortcode ol.commentlist li .cr-comment-text {
    margin: 0 70px 0 0;
    text-align: left;
    background: #ffffff !important;
    border: none;
}
.cr-ajax-search{
    display: none !important;
}
/*  */
.actions{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.actions *{
    max-width: 97%;
}
.cart-page .woocommerce{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*  */

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 50% !important;
}
/*  */
.pro{}
.pro .container{
    display: flex;
    flex-wrap: wrap;
}
.pro .container .pro-item{
    padding: 5px;
}
.pro .container .pro-item .box{
    color: #444;
    padding: 0;
    border-radius: 10px;
    font-size: 14px;
}
.pro .container .pro-item .block{
    background: #fff;
    color: #444;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    margin: 5px 0 0;
}
.pro .container .pro-item .box img{
    width: 100%;
    height: 250px;
    border-radius: 10px;
    margin: 0 0 10px;
}
.pro .container .pro-item .box h5{
    font-size: 20px;
    font-weight: 600;
}
.pro .container .pro-item .box span{
    color: #0095DA;
    width: 100%;
}
/*  */

#popupOverlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgb(0 0 0 / 81%);
   display: none;
   align-items: center;
   justify-content: center;
   z-index: 99999;
   overflow-y: auto;
}

.popupContent {
   /* background: #fff; */
   padding: 25px;
   border-radius: 10px;
   width: 70%;
   max-width: 900px;
   text-align: center;
   position: relative;
   animation: fadeIn 0.3s ease;
   margin: 10px auto;
   text-align: left;
   color: #fff;
   overflow-y: auto;
}
.popupContent #popupTitle{
    color: #0095DA;
    text-align: left;
}

.popupContent img {
   max-width: 100%;
   margin-bottom: 15px;
   max-height: 500px;
   margin: 0 auto 10px;
   display: block;
}

.closePopup {
   position: absolute;
   top: 10px;
   right: 15px;
   font-size: 24px;
   cursor: pointer;
}

@keyframes fadeIn {
   from {transform: scale(0.8); opacity:0;}
   to {transform: scale(1); opacity:1;}
}
/*  */

.all-blogs{
    display: flex;
    flex-wrap: wrap;
}
/*  */
.page{}
.page .container{}
.page .container img{
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 20px;
    margin: 0 0 20px;
}
.page .container h1{
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    color: #000;
}
.page .container h1 ~ span{
    color: #0095DA;
    width: 100%;
    margin: 0 0 15px;
}
.page .container ul{
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.page .container ul li{
    display: block;
    padding: 0 0 5px 25px;
    background-image: url("img/li.svg");
    background-repeat: no-repeat;
    background-position: left top 2px;
    background-size: 18px auto;
}

/*  */

.tabs-buttons{
    display:flex;
    gap:10px;
    margin-bottom:10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px;
}

.tab-btn{
    border:none;
    background:none;
    cursor:pointer;
    opacity:.6;
    transition:.3s;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    width: 130px;
}
.tab-btn img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.tab-btn.active{
    opacity:1;
    transform:scale(1.05);
    border: 1px solid #00AEEF;
}

.tab-content{
    /* display:none; */
}

.tab-content.active{
    display:block;
}
.logos{
    padding: 10px;
}
.logos .box{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 200px;
    width: 100%;
    border: 1px solid #00AEEF33 ;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.logos .box img{
    max-width: 100%;
    max-height: 100%;
}
.logos  h5{
    color: #000;
    font-size: 17px;
    margin: 10px 0;
    width: 100%;
    text-align: center;
}
/*  */
.logos-page{
    padding: 50px 15px;
}
/*  */
.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after,.remove-wishlist{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-size: 100% 100%;
    background-image: url("img/add.svg");
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 9;
    font-size: 0;

}
.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-product-in-list,.remove-wishlist{
    background-image: url("img/added.svg");
    border: none;
}

.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after::before{
   opacity: 0;
}
/*  */
.favo{
    padding: 50px 20px;
}
.favo .container{
    display: flex;
    flex-wrap: wrap;
}
.favo .container .product-items .box h3{
    background: #fff;
}
.tinv-wishlist.woocommerce.tinv-wishlist-clear{
    width: 100% !important;
}
.all-items{
    display: flex;
    flex-wrap: wrap;
}
/**
*******************************************************/

@media (max-width: 769px) {}


/*::placeholder { 
color: #ffffff50;
}*/


/*
background-color: rgba(80,104,140,0.5);
transition: all 0.5s ease 0s;
transform: scale(1.2);

*/

.owl-carousel {
    direction: ltr !important;
    position: relative;
}