/*------------Custom Fonts---------------------*/

@font-face {
    font-family: NotoSansRegular;
    src: url(../../fonts/NotoSans-Regular.woff);
}

@font-face {
    font-family: NotoSansBold;
    src: url(../../fonts/NotoSans-Bold.woff);
}
/*---------------------------------*/

.headerCartFont, .navHeaderFont, .navShippingFont,
.rectButton {
    font: 14px NotoSansBold;
    text-transform: uppercase;
}

.headerPhoneFont, .navOrderHeaderFont {
    font: 18px NotoSansBold;
    text-transform: uppercase;
}

.headerHintFont, .discountFont {
    font: 13px NotoSansRegular;
}

.navLinkFont, .rectInput, .rectButton.small, .homeInfoParagraph {
    font: 14px NotoSansRegular;
}

.paragraphHeaderFont, .homeInfoParagraph h1, .homeInfoParagraph h2 {
    font: 30px NotoSansRegular;
}

.paragraphTextFont, .homeProductListItem strong {
    font: 15px NotoSansRegular;
}

.stepsHeaderFont {
    font: 21px NotoSansRegular;
}

.stepTitleFont, h2.stepTitleFont {
    font: 19px NotoSansRegular;
    text-shadow: 0 0 0 #ccc;
}

.productPriceFont {
    font: 18px NotoSansRegular;
    text-shadow: 0 0 0 #aaa;
}

.askTitleFont, .homeInfoParagraph h3 {
    font: 23px NotoSansRegular;
    text-shadow: 0 0 0 #aaa;
}

.footerLinkFont {
    font: 15px NotoSansBold;
    text-shadow: 0 0 0 #aaa;
}

.navHeaderFont {
    font-size: 15px;
}

.discountFont {
    text-shadow: 0 0 0 #64c2fa;
}

.rectInput {
    width: 207px;
    height: 30px;
    line-height: 30px;
    padding: 0 9px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.rectInput.error {
    border-width: 1px;
    border-style: solid;
}

.rectButton {
    display: inline-block;
    -webkit-appearance: none;
    cursor: pointer;
    width: 207px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-shadow: none;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    border: 0;
    border-radius: 3px;
}

.rectButton.keepMaxWidth {
    max-width: 207px;
}

.rectButton.small {
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-transform: none;
}

.topHeaderLogo {
    display: inline-block;
    vertical-align: middle;
    width: 226px;
    height: 47px;
    background: url("../../images/nadgrobija/logo.png");
}

.whiteText, .navHeaderFont.whiteText, .headerPhoneFont.whiteText,
.navLinkFont.whiteText, .rectButton, .paragraphTextFont.whiteText,
.rectButton.small {
    color: white;
}

.lightestGrayText, a.navHeaderFont.whiteText:hover,
.navHeaderFont.lightestGrayText, a.headerHintFont:hover {
    color: #ddd;
}

.lightGrayText, .headerHintFont, a.navLinkFont.middleGrayText:hover {
    color: #bdbdbd;
}

.middleGrayText, .navLinkFont.middleGrayText, .paragraphTextFont.middleGrayText,
.headerHintFont.middleGrayText {
    color: #858585;
}

.darkGrayText, .navLinkFont, .navShippingFont, .rectInput,
.stepsHeaderFont, .paragraphTextFont, .homeProductListItem strong,
.footerLinkFont, .homeInfoParagraph {
    color: #656565;
}

a.darkGrayText:hover, a.footerLinkFont:hover,
a:hover .paragraphHeaderFont {
    color: #999;
}

.blueText, .discountFont {
    color: #1d91d6;
}

.darkLighterText, .headerCartFont, .headerPhoneFont, .navHeaderFont,
.stepTitleFont, .productPriceFont.darkLighterText {
    color: #171717;
}

.blackText, .paragraphHeaderFont, .productPriceFont, .askTitleFont,
.homeInfoParagraph h1, .homeInfoParagraph h2, .homeInfoParagraph h3 {
    color: black;
}

.grayBorder, .topHeaderCont, .homeDiscountCont, .homeLeftShipping,
.homeSteps, .homeAsk {
    border-color: #e2e2e2;
}

.whiteBg, .topHeaderCont, .topHeaderCont, .homeDiscountCont, .homeLeftNav,
.rectInput, .homeProductList {
    background-color: white;
}

.lightGrayBg, .pageContentCont, .homeStepIndexBg {
    background-color: #f7f7f7;
}

.lightBlueBg, .rectButton.lightBlue {
    background-color: #97cbea;
}

.lightBlueBgHover, .rectButton.lightBlue:hover {
    background-color: #6ebdeb;
}

.blueBg, .homeLeftNavHeader, .homeNavOrderForm, .homeStepIndex,
.homeStepImagedDescText, .rectButton.blue {
    background-color: #40a3de;
}

.blueBg:hover, .rectButton.blue:hover {
    background-color: #3188ca;
}

.grayBg, .rectButton.gray:hover {
    background-color: #999;
}

.grayBgHover, .rectButton.gray {
    background-color: #bdbdbd;
}

.redBorder, .rectInput.error {
    border-color: red;
}

.productImgPopupCont .popupContent {
    padding: 30px 35px 20px;
}

.productImgPopupCont .popupClose {
    right: 10px;
}

.rectInput, .rectButton, .homeDiscountRunLine {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rectInput.fillParentWidth, .rectButton.fillParentWidth {
    width: 100%;
}