*
{
    padding: 0px;
    margin: 0px;
}
body
{
    background-image: url('../image/web/Background.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
h2
{
    font-family: Calibri;
    font-weight: bold;
}
h3
{
    font-family: phenomena;
    font-size: 20px !important;
    font-weight: bold;
}
/* 
---------------------------------------------------
---------------------UMUM--------------------------
---------------------------------------------------
*/
#header
{
    background-color: white;
}
.navbar
{
    background-color: white;
    box-shadow: 5px 5px 7px rgb(69, 48, 48, 0.3); 
}
.btn-kitascarft-primary
{
    color: rgb(255, 138, 138);
    background-color: transparent;
    font-family: 'calibri';
    font-size: 17px;
    font-weight: bold;
    border: 2px solid rgb(255, 138, 138);
    transition: color,background-color 0.3s ease-in;
    transition:  0.3s ease-in;
}
.btn-kitascarft-primary:hover
{
    background-color: rgb(255, 138, 138);
    color: white;
}

#clientLogin>div>a
{
    color: black;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s ease-in;
}
#clientLogin>div>a:hover
{
    color: red;
}

#clientHeader>img
{
    padding: 10px;
    height: 70px;
}

#navbarSupportedContent .active
{
    color: red !important;
}
#navbarSupportedContent>ul>li>a
{
    color: rgb(110, 110, 110);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    transition: color 0.2s ease-in;
}
#navbarSupportedContent>ul>li>a:hover
{
    color: red;
}
/* homeContent */
#homeContentA
{
    text-decoration: none;
    color: black;
}
#homeContentA:hover
{
    text-decoration: none;
    color: black;
}
/* 
produContent
*/
#pro-Cont-Head-cate ul>li
{
    list-style: none;
}
#pro-Cont-Head-cate ul>li>a
{
    color: black;
    text-align: center;
    transition: color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
}
#pro-Cont-Head-cate ul>li>a:hover
{
    color: red;
    background-color: rgb(214, 214, 214);
    text-decoration: none;
}
#pro-Cont-Head-Pop
{
    border-left: 2px solid #949494;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
#pro-Cont-Head-Pop h3
{
    font-family: phenomena;
    font-size: 20px;
    font-weight: bold;
}
#pro-Cont-Head-Pop ul, ol, p
{
    padding-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
div#carouselExampleIndicators
{
    max-height: 200px;
    overflow: hidden;
}
div#carouselExampleIndicators .carousel-item
{
    background-color: rgb(255, 255, 255);
}

#produkDaftar #body-product
{
    overflow: hidden;
}
#produkDaftar #body-product h5, p
{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#body-product .card-img
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block !important;
    height: 200px !important;
    overflow: hidden;
}
#listBarang>li
{
    list-style: none;
}
/* 
kontakContent
*/
#kontakContent #about a
{
    background-color: #a2a2a2;
    color: white;
    font-size: 20px;
    transition: color 0.3s ease-in;
    
}
#kontakContent #about a:hover
{
    color: black;
}
#kontakContent #kontak a
{
    color: black;
    text-decoration: none;
    transition: color 0.3s ease-in;
}
#kontakContent #kontak a:hover
{
    color: #cd526a;
    text-decoration: none;    
}





@media screen and (max-width: 1050px)
{

}

/* 
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
-----------------------------------1050px screen-----------------------------------
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
*/
/* 
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
-----------------------------------720px screen-----------------------------------
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
*/

@media screen and (max-width: 720px)
{
   
    #pro-Cont-Head-Pop
    {
        border-left: 0px solid #949494;
    }
}

/* 
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
----------------------------------/720px screen-----------------------------------
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
*/