h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.1;
}

.text-body {
    color: #383838 !important;
}

.main-header .navbar .menu-01 .nav-link {
	text-transform: none;
}

.bg-img-cover-center-my {
	background-size: inherit;
    background-position: center 155px;
    background-repeat: no-repeat;
}

h3.card-title a:hover {
	color: #000;
	text-decoration: none;
}

.about-main {
	padding-right: 75px;
}

.footer {
	margin-top: 100px
}

.card {
	background: none;
}

.border-2x {
	border-width: 2px !important;
}

p.first {
	font-size: 18px;
    font-weight: 600;
}

.list-offers {
	padding: 12px 0px !important;
}

.offer-volume, .offer-price, .offer-list {
	width: 25%;
	white-space: nowrap;
}

.offer-price {
	font-weight: 700;
    color: #000 !important;
}
.offer-list input {
	background: #efe9e2 !important;
	border-radius: 3px !important;
}

.prop-image {
	width: 130px;
	white-space: nowrap;
}

.prop-value {
	width: 100%;
}

.prop-value p.first {
	padding-top: 9px;
	padding-bottom: 5px;
	margin: 0;
}

.table {
    color: #383838;
}

#product-detail .card-body h2 {
	font-size: 1.4rem;
}

.bg-hover-primary:hover {
    background-color: #f0a300 !important;
}

.cart-canvas {
	background:#fff;
}

.text-black {
	color:#000;
}

.card-img-overlay .btn.btn-link {
    background-image: url(/images/bgbutton.png);
	padding: 4px 12px !important;
}

.card-img-overlay .btn.btn-link:hover {
    /* background:#fff !important; */
}

.news-list {
	border-radius: 8px;
}

.topbar {
	background:#000;
}

.phone-header {
	margin-right: 20px;
}

.phone-header:hover {
	text-decoration: none;
}

.border-portfolio {
	border: 1px solid #EEEEEE;
    border-radius: 8px;
}

.logo-image {
	width:280px;
}

.logo-text {
	font-size: 28px;
	margin-left: 20px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
    color: #ff8000;
}

.logo-text span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	font-weight: 600;
    color: #0341b2;
    letter-spacing: 2.28px;
}

.logo-text.logo-mobile {
    font-size: 25.7px;
}

.logo-text.logo-mobile span {
    letter-spacing: 1.45px;
}

.description-detail p {
	font-size: 1.2rem;
}

.detail-right h3 {
	font-size: 1.9rem;
	line-height: 1.3;
	color:#f0a300;
}

.detail-right h1 {
	font-size: 2.2rem;
	line-height: 1.3;
}

.logo-image-mobile {
	height:56px;
}

.logo-text-mobile {
	font-size: 24px;
	margin-left: 20px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.logo-text-mobile span {
	display: block;
	font-size: 9px;
	font-weight: normal;
	font-weight: 600;
}

.bg-gray {
    background-color: #f8f8f8 !important;
}

.search-online button {
    min-width: 340px;
}

@media only screen and (max-width: 1300px) {
    .search-online div {
        margin: 0;
    }
}

.description-detail table {
    border-collapse: collapse;
}

.description-detail table th {
    border: 1px solid #5a5a5a;
}

.description-detail table td {
    border: 1px solid #c4c4c4;
    padding: 3px 5px;
}

/* .main-header .navbar .menu-01 {
    background: #0341c1;
}

.main-header .navbar .menu-01 a, .main-header .navbar .menu-01 a:hover {
    color:#fff;
}

.main-header .main-menu .nav-link::before, .main-header .main-menu .dropdown-header::before {
    background-color:#fff;
}

.main-header .navbar .dropdown-link, .main-header .navbar .dropdown-link:hover {
    color: #7E7E7E !important;
} */

.only-mobile {
    display:none;
}

@media only screen and (max-width: 770px) {
	.only-desktop {
        display:none;
    }
	.only-mobile {
        display:block;
    }
}