/* 
 YOU COULD PLEASE WRITE YOUR CUSTOM CSS HERE 
 ------------------------------------------- */

@font-face {
  font-family: gogh;
  src: url(fonts/Gogh-ExtraBold.otf);
}

@font-face {
  font-family: montserrat;
  src: url(fonts/Montserrat-Regular.otf);
}


@font-face {
  font-family: montserrat-semibold;
  src: url(fonts/Montserrat-SemiBold.otf);
}

a {
	color:#475862 !important;
}
a:link {color: #475862;
   background-color: transparent;
    text-decoration: none;}
a:visited {color: purple;
                                      background-color: transparent;
                                      text-decoration: none;}
a:hover {color: blue;
        background-color: transparent;
        text-decoration: underline;}
a:active {color: yellow;
        background-color: transparent;
        text-decoration: underline;}

span.yellow {
    font-family: Arial,serif;
    font-size: 14px;
    color: #475862;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

span.yellow-12{
	font-size: 12px;
    font-weight: normal;
    font-family: Arial,serif;
    color: #475862;
    text-decoration: none;
}
span.yellow-bold {
    font-family: Arial,serif;
    font-size: 16px;
    color: #475862;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

span.yellow-bold-17 {
    font-family: gogh,serif!important;
    font-size: 20px;
    color: #475862;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

span.description {
    font-family: montserrat,serif;
    font-size: 11px;
    color: #475862;
    font-weight: normal;
    text-decoration: none;
    line-height: 18px;
}
span.heading-description {
	font-family: montserrat-semibold,serif;
    font-size: 13px;
    color: #908673;
    font-weight: normal;
    text-decoration: none;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
span.item_title {
    font-family: montserrat-semibold,serif;
    font-size: 15px;
    color: #475862;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

span.item_price {
    font-family: montserrat-semibold,serif;
    font-size: 15px;
    color: #908673;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin-left: 15px;
}
.bottom-0 {
	margin-bottom: 0px !important;
}

.bottom-7 {
	margin-bottom: 7px !important;
}

.how-it-work {
    background-color: #e8e5d7;
    background-image: url(header-left.png), url(bottom-bg.png);
    background-repeat: no-repeat;
    border-bottom: 50px solid #475862;
    background-position: left top, bottom right;

}

