/*
Theme Name: Astra Child
Template: astra
*/





/* Top bar */
.crx-top-bar{
     background: #8A9083;
     height: 52px;
}

.crx-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 0px 0;
}

.crx-top-row a {
    color: #fff;
    margin-right: 15px;
    text-decoration: none;
}


/* Main header */
.crx-main-row {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.crx-col {
    padding: 0 10px;
}

.crx-logo {
    flex: 0 0 15%;
}

.crx-search {
    flex: 0 0 50%;
}

.crx-actions {
    flex: 1;
    text-align: right;
}

/* Search */
.crx-search-bar {
    display: flex;
}

.crx-search-input{
    height: 48px!important;
    border-radius: 0px!important;
}

.crx-search-form {
    position: relative;
    width: 100%;
}

.crx-search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
}

.crx-search-input {
    padding-left: 38px!important; /* space for icon */
}

.crx-browse {
    width: 200px;
    margin-right: 8px;
    border-radius: 0px;
    height: 48px;
}

.crx-search-input {
    flex: 1;
}

.crx-cart {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    top: 8px;
}

.crx-icon i{
    font-size: 22px;
}

.crx-cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #A67F68;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
}

.btn-primary{
    background-color: #A67F68;
    border-color: #A67F68;
    text-decoration: none; 
}

.btn-secondary{
    background-color: #8a9083;
    border-color: #8a9083;
    text-decoration: none;
}
.btn-secondary:hover
{
    background-color: #818d74;
    border-color: #818d74;
}


/* Top header menu */
.crx-top-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 18px;
    height: 52px;
}

.crx-top-nav li {
    margin: 0;
    padding: 13px 0px;
}

.crx-top-nav li.current-menu-item {
    border-top: 2px solid #A67F68;
}

.crx-top-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

/* Active menu item – top border */
.crx-top-nav .current-menu-item > a {
    padding-top: 0px;
    font-weight: 600;
}


.crx-top-nav a {
    padding-top: 0px;
    display: block;
    text-align: center;
    width: 100%;
}

.crx-top-nav a:hover {
    opacity: 0.8;
}

.crx-top-right span{
    margin-right: 10px;
    color:#fff;
}

.ast-archive-entry-banner[data-post-type="product"][data-banner-background-type="custom"] {
    background-image: linear-gradient(to right, rgba(13, 6, 20, 0.6), rgba(13, 6, 20, 0.6)), url(https://dealcraftacademy.in/wp-content/uploads/2026/01/pexels-tatiana-fet-420381-1105766.jpg);
}


@media (max-width: 520px) {
.crx-search{
    display: none!important;
}

.crx-top-right{
    display: none!important;
}
}

