.main-header .top-area {
    height: 50px;
    background-color: #1b273d;
    color: #a3a8b2;
}
.main-header .top-area .header-phone-number {
    padding: 13px;
    font-size: 16px;
}
header.main-header .bottom-header {
    margin-bottom: unset;
    padding: 10px 0 10px 0;
}
.main-slider-cs {
    height: unset;
}
.logo-area {
    width: 100px;
    height: auto;
}
.main-slider {
    border-radius: unset;
}
.parallax {
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.parallax p {
    font-size: 17px;
    line-height: 2;
    font-weight: bold;
}
.img-parallax {
    position: relative;
    background: url(../img/theme/parallax.jpg) no-repeat;
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.color-parallax {
    position: absolute;
    background: #0e0d5461;
    width: 100%;
    height: 100%;
}
.opacity-parallax {
    position: absolute;
    background: #0a2c5ea6;
    width: 100%;
    height: 100%;
}

.slider-section.blog-style {
    background-color: #416f95a6;
}
.blog-style .post-card {
    height: 300px;
}
.blog-style .post-card .post-thumbnail {
    top: unset;
    left: unset;
}
.blog-style .post-card .post-title {
    top: unset;
}
.blog-style .title-wide a {
    background-color: #030c1c9e;
}
.blog-style .text-sm-title h2 {
    font-size: 16px;
    background: #030c1c9e;
    color: white;
    border-radius: 5px;
}
button.btn-menu {
    position: relative;
}
.product-card .product-thumb > img {
    object-fit: cover;
    height: 300px;
    width: 100%;
}
.product-card .product-title {
    margin: 1.75rem 19px 0.125rem;
}

.widget-menu .footer-menu li:not(:first-child) {
    display: inline-block !important;
}
.text-sm-title h2 {
    font-size: 22px;
}
.product-card {
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 16%);
}
.product-card {
    overflow: hidden;
    height: 302px;
}
.product-card .product-thumb > img {
    object-fit: cover;
    height: 208px;
    width: 100%;
    border-radius: 10px;
}
.post-card {
    box-shadow: 0px 2px 4px rgb(126 142 177 / 12%);
}
.brand-slider .item img {
    max-height: unset;
    max-width: unset;
}

.category-section-slider .category-slider .item img {
    border: 1px solid #04264c;
    padding: 10px;
    border-radius: 8px;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu li:hover {
    background-color: #555f72;
}
header.main-header .main-menu .list .list-item-has-children .sub-menu a {
    font-size: 13px;
    font-weight: 900;
}
.custom-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 41px;
    right: 54px;
    background-color: #0e0e0e8c !important;
    border-radius: 15px;
    width: 32%;
    color: white;
    height: 22%;
}
.custom-banner p {
    font-weight: bold;
    font-size: 22px;
}
.text-banner {
    width: 28%;
    background: #5f44ad;
    position: relative;
    top: -28px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 42px 0px 19px 0px;
    z-index: -1;
    float: left;
    border-radius: 13px;
}
.text-banner p {
    color: white;
}
