/*------------------------------------------------------------------
* 
*	Add your own style
*
* -------------------------------------------------------------------*/

.section-title-special h1 {
    font-size: 38px;
    line-height: 40px;
    margin: 0 0 30px;
    color: #314C82;
}

.gallery-custom-1 h2 {
    font-size: 22px;
    line-height: 30px;
    color: #888;
    letter-spacing: 1.2px;
    font-weight: 300;
    margin: 0;
}

.detail-price-sm .preview-button {
    position: absolute;
    top: 2px;
    right: 70px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #0484ae;
    padding: 5px 15px;
    text-transform: capitalize;
}

.detail-price-sm {
    line-height: normal;
}
.ourcolor a{
    color:  #0484ae;
    cursor: auto;
}

select:focus > option:checked, select:focus > option:hover {
    background: #0484ae;
    color:  #ffffff;
}

select:hover {
    background: #0484ae;
    color:  #ffffff;
}



