@font-face {
	font-family: 'Space-Mono';
    src:url("../fonts/space-mono-regular.woff2") format("woff2")
}

@font-face {
	font-family: 'Roboto-Regular';
    src:url("../fonts/roboto-regular.woff2") format("woff2")
}

@font-face {
	font-family: 'Roboto-Bold';
    src:url("../fonts/Roboto-Bold.ttf") format("truetype")
}

.logo-image {
	width: 100%;
}

.navbar {
	padding: 0px !important;
}

.nav-background {
    background-color: #fff;
}

.navbar-brand {
	padding: 40px !important;
}

.nav-link {
	font-weight: 100;
    color: black !important;
    font-family: 'Space-Mono' !important;
}

.navbar {
    display: block !important;
    text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 700px) {
	.beauty-style {
        display: block;
    }
	/* show it on small screens */
  .footer-align {
    text-align: center;
  }
}
.container-height {
    padding-top: 50px !important;
}

.dropdown-menu>li>a {
    font-family: 'Space-Mono' !important;
 }

 .languageDropDown {
     text-transform: lowercase !important;
 }

 .prod-vendor-pdp {
	line-height: 1.75;
    letter-spacing: 0.14px;
    text-align: left;
    color: #202020;
    font-size: 14px;
    font-family: 'Roboto-Regular';
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

@media only screen and (max-width: 768px) {
	.prod-vendor-pdp {
		font-size: 12px !important;
        color: #555555;
	}
}

.pdpHeading {
    /* font-weight: 100 !important; */
	line-height: 1.1em;
	margin-bottom: 5px !important;
    color: #202020;
    font-size: 24px; 
    font-family: 'Space-Mono';
    letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
	.pdpHeading {
		font-size: 18px !important;
	}
    #accordionDetails { 
        margin-top: 0px !important;
    }
    .top-35 {
        margin-top: 0px !important;
    }
}

.card-header {
    background: none !important;
    border-top: 1px solid #e4e3e2 !important;
    border-bottom: none !important;
    cursor: pointer;
}

.country-of-origin {
    border-bottom: 1px solid #e4e3e2 !important;
}

.accordian_title {
    font-family: 'Space-Mono' !important; 
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.27px;
    text-align: left;
    color: #000;
    text-transform: lowercase;
    padding: 10px 0px;
    font-size: 16px;
}

.accord-title {
    padding: 14px;
}

.accordian_product_description {
    font-size: 14px;
    color: #757575;
    font-family: 'Space-Mono' !important;
}

.card-body {
    padding: 0px 14px !important;
}

.product_descriptor {
	font-family: 'Roboto-Regular' !important;
	font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.77;
    letter-spacing: 0.07px;
    text-align: left;
    color: #757575;

    &.warnings {
		color: #d40000;
		font-weight: 700;
	}

    & b {
        font-family: 'Roboto-Bold' !important;
    }
}
@media only screen and (max-width: 768px) { 
    .product_descriptor { 
        font-size: 12px;
    }
}


.footer-background {
    background-color: #fff;
}

.footer{
    color: #4d4d4d; 
	font-family: 'Space-Mono' !important;
	margin-left: 35px !important;
    font-size: 14px;
}
@media all {
	.dropdown-menu>li>a:hover {
		background: #000 !important;
		color: #fff !important;
		font-weight: bold !important;
		cursor: pointer;
        border-radius: 3px;
	}
}

@media screen and (min-width: 0px) and (max-width: 500px) {
	.logo-image {
		width: 230px;
	}
}

/* @media only screen and (max-width: 600px) {
	.accordian_title {
		letter-spacing: 1px !important;
		padding-left: 1px !important;
		padding-bottom: 10px !important;
		font-size: 14px !important;
	}
	.product_descriptor {
		letter-spacing: 1px;
	}
} */

@media screen and (min-width: 0px) and (max-width: 700px) {
	.center-logo {
		justify-content: center!important;
	}
	.footer{
		font-family: 'Space-Mono';
		font-size: 20px;
		font-weight: normal;
		line-height: normal;
		letter-spacing: 0.7px;
		color: #6f6f6f;
		margin-left: 0px !important;
	}
}

.plus_minus_icon {
    border: 1px solid #e4e3e2;
    border-radius: 50%;
    padding: 7px 9px;
    color: #202020;
    font-size: 10px !important;
}

/* .accordian_title i {
	line-height: 24px;
	font-size: 10px !important;
} */