/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25 Apr. 2020, 6:13:22 pm
    Author     : Days
*/

/*Hide mobile menu*/
.icon-menu-mobile
{
    display:none;
}

/*bottomright*/
.bottomright {
    position: absolute;
    bottom: 50px;
    right: 134px;
    font-size: 14px;
}
/*subtitles*/
.subtitle4{
    font-size: 16px !important;
}
/*search*/
/*search*/
.search {
    width: 25%;
    position: relative;
    display: flex;
}

.searchTerm {
    width: 100%;
    border: 1px solid #A6C307;
    border-right: none;
    padding: 5px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
}
.searchTerm:focus{
    color: #A6C307;
}

.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #A6C307;
    background: #A6C307;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}
/*#back-to-top {
   bottom: 80px !important;
}*/

@media (min-width: 768px) and (max-width: 1199px) {
    .subtitle4
    {
        font-size: 16px !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .product-title {
        font-size: 16px !important;
    }
    .product-price {
        font-size: 16px !important;
    }
    .search {
        width: 50%;
    }
    .subtitle4
    {
        font-size: 14px !important;
    }
    .bottomright {
        position: absolute;
        bottom: 30px;
        right: 20px;
        font-size: 14px;
    }

}
@media (max-width: 480px) {

    .product-title {
        font-size: 12px !important;
    }
    .product-price {
        font-size: 12px !important;
    }

    .search {
        width: 100%;
    }
    .subtitle4
    {
        font-size: 10px !important;
    }

    .bottomright {
        position: absolute;
        bottom: 40px;
        right: 15px;
        font-size: 11px;
        width: 30%;
    }
}
@media (max-width: 767px)
{
    #footer.footer-v3 {
        margin-top: 170px !important;
    }
    .bottomright {
        position: absolute;
        bottom: 30px;
        right: 15px;
        font-size: 12px;
        width: 30%;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    .tp-banner-container.ver1 {
        margin-top: -10px;
    }
    #header.header-v1 #topbar .inner-topbar {
        border: none;
    }
    #header.header-v1 .header-top {
        display: inline-block;
        top: 0px;
        left: 100px;
        transform: translate(-130%, -25px);
    }
    .bottomright {
        position: absolute;
        bottom: 30px;
        right: 15px;
        font-size: 12px;
        width: 30%;
    }
}