body {
	background-color: #ebdbc8;
	color: #383838;
}

.bg-gray {
	background-color: #c6b7a5;
}

.bg-gray-2 {
	background: #dfcebb;
}

.text-body {
    color: #383838 !important;
}

.main-header .navbar .menu-01 .nav-link {
	text-transform: none;
}

.main-header .dropdown-menu {
	background: #dfcebb;
}

.main-header .navbar .dropdown-link {
	color: #000;
}

.form-control {
	border: 1px solid #dfcebb;
}

.navbar-light .sticky .sticky-area {
	background-color: #dbcab8;
}

.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;
}

.before-video:before {
	background: #dfceb9;
}

.about-main {
	padding-right: 75px;
}

.footer {
	margin-top: 100px
}

.card {
	background: none;
}

.border {
	border: 1px solid #c6b7a5 !important;
}

.border-2x {
	border-width: 2px !important;
}

.border-bottom {
	border-bottom: 1px solid #c6b7a5 !important;
}

.bg-hover-primary:hover {
	background: #955f1f;
}

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;
}

.slick-slider img {
	background: #dfcebb !important;
}

.prop-image {
	width: 130px;
	white-space: nowrap;
}

.prop-value {
	width: 100%;
}

.prop-value p.first {
	padding-top: 9px;
	padding-bottom: 5px;
	margin: 0;
}

.cart-canvas {
	background-color: #dbcab8;
}

.table {
    color: #383838;
}

.table thead th {
	border-bottom: 2px solid #9f9181;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #9f9181;
}

.cookies {
    position: fixed;
    z-index: 8000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    max-width: 1140px;
    padding: 16px 25px;
    background: #e1e1e1;
    border-radius: 10px;
    color: #000;
}
.cookies__grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookies__mobile {
    display: none;
}

.cookies__desktop {
    display: block;
}

.cookies__desc {
    margin-right: 25px;
}

.cookies__desc p {
    margin: 0;
    font-size: 13px ;
    color: #000;
}

.cookies__desc a {
    color: #ff5122 !important;
}

.cookies__desc a:hover {
    color: #ff5122 !important;
}

.cookies__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cookies__how {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 36px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    transition: 0.3s linear;
    border-radius: 6px;
}
.cookies__how:hover {
    border-color: #ff5122;
    background: #ff5122;
    color: #fff;
}
.cookies__agree {
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 36px;
    background: #ff5122;
    font-size: 18px;
    color: #fff;
    transition: 0.3s linear;
}
.cookies__agree:hover {
    background: #ff5122;
}

.phone-others {
    margin-top: 10px;
    font-size: 13px;
    color: #4a4846;
}

@media screen and (max-width: 1399px) {
    .cookies {
        left: 0;
        transform: none;
    }
}

@media screen and (max-width: 991px) {
    .cookies__grid {
        grid-template-columns: 30px 1fr 154px;
    }
    .cookies__btns {
        flex-direction: column;
    }
    .cookies__agree {
        width: 154px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 575px) {
    .cookies__mobile {
        display: block;
    }
    
    .cookies__desktop {
        display: none;
    }

    .cookies {
        padding: 20px 0;
    }
    .cookies__grid {
        flex-direction: column;
    }

    .cookies__agree {
        margin-top: 0;
    }

    .cookies__desc {
        margin-right: 0;
        margin-bottom: 25px;
    }
    
    .cookies__desc p, .cookies__desc a {
        font-size: 18px ;
        font-family: "Inter";
        line-height: 1.3;
    }

    .sticky-area .d-flex.align-items-center.d-xl-none {
        gap: 20px;
    }

    .position-absolute.number-mobile {
            right: 48px;
    }
}

@media screen and (max-width: 370px) {
    .cookies__how {
        width: 140px;
        font-size: 14px;
    }
    .cookies__agree {
        width: 140px;
        font-size: 16px;
    }
}