/* ==========================================================================
   Rumi Hawk Impex — project styles layered on top of the template
   ========================================================================== */

/* --- typography / global -------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

a {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

img {
    max-width: 100%;
}

.container,
.container-fluid {
    max-width: 1400px;
}

/* --- header logo ---------------------------------------------------------- */

.header-logo .logo img,
.mobile-menu-logo .logo img {
    max-height: 62px;
    width: auto;
}

.mobile-menu-logo .logo img {
    max-height: 46px;
}

/* --- gold buttons --------------------------------------------------------- */

.theme-btn-one {
    border: 0;
    cursor: pointer;
    line-height: 1.2;
}

.btn-golden {
    background-color: var(--main-theme-color);
    color: #fff;
}

.btn-golden:hover {
    background-color: var(--ink);
    color: #fff;
}

#search .btn-golden {
    padding: 12px 34px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
}

/* --- hero slider ---------------------------------------------------------- */

#team_area .team-single a {
    display: block;
}

#team_area .team_slider img {
    display: block;
    width: 100%;
    height: auto;
}

/* --- product sliders ------------------------------------------------------ */

.todays_slider .owl-item .product_wrappers_one,
.category_slider .owl-item .product_variation_one_boxed,
.instagram_post_slider .owl-item .instgram_post {
    margin-left: 8px;
    margin-right: 8px;
}

.todays_slider .owl-item .product_wrappers_one {
    margin-bottom: 10px;
}

.slider_arrows_one .owl-nav button {
    color: var(--ink);
}

/* --- centre headings ------------------------------------------------------ */

.center_heading h2 {
    letter-spacing: 1px;
}

.center_heading h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    margin: 16px auto 0;
    background: var(--main-theme-color);
}

/* --- product cards -------------------------------------------------------- */

.product_wrappers_one {
    height: 100%;
    background: #fff;
}

.product_wrappers_one .thumb .image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: var(--dark-bg-color);
}

.product_wrappers_one .thumb .add-to-cart {
    background-color: var(--gold-soft);
    color: var(--ink);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.product_wrappers_one .content .price span.new {
    color: var(--gold-deep);
    letter-spacing: 1px;
    font-weight: 600;
}

/* --- listing toolbar + pagination ---------------------------------------- */

.rh-listing-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 30px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ececec;
    color: var(--paragraph-color);
}

.rh-sort {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.rh-sort label {
    margin: 0;
    font-size: 14px;
    color: var(--paragraph-color);
}

.rh-sort select {
    border: 1px solid #e2e2e2;
    padding: 8px 12px;
    background: #fff;
    font-size: 14px;
}

.rh-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 40px;
}

.rh-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #e2e2e2;
    color: var(--ink);
    font-weight: 600;
}

.rh-pagination a:hover,
.rh-pagination a.is-active {
    background: var(--main-theme-color);
    border-color: var(--main-theme-color);
    color: #fff;
}

.shop_sidebar_boxed .custom_boxed a.rh-current {
    color: var(--main-theme-color);
    font-weight: 700;
}

.rh-sidebar-about p {
    color: var(--paragraph-color);
    font-size: 15px;
}

.rh-cat-caption {
    margin-top: 14px;
    font-size: 18px;
    text-align: center;
}

.rh-cat-caption a {
    color: var(--ink);
}

.rh-cat-caption a:hover {
    color: var(--main-theme-color);
}

.noprdfound {
    padding: 60px 20px;
    text-align: center;
    font-size: 18px;
    color: var(--paragraph-color);
    background: var(--dark-bg-color);
    border: 1px solid #eee;
}

/* --- product detail ------------------------------------------------------ */

.rh-product-desc {
    color: var(--paragraph-color);
    margin-top: 15px;
}

.rh-product-desc h3,
.rh-product-desc h4 {
    font-size: 19px;
    margin: 18px 0 8px;
}

.rh-product-desc ul {
    list-style: disc;
    padding-left: 22px;
    margin: 12px 0;
}

.rh-product-desc li {
    margin-bottom: 6px;
}

.rh-product-desc p {
    margin-bottom: 14px;
}

.product_details_right_one h3 {
    font-size: 26px;
}

.product_details_right_one h4 {
    font-size: 15px;
    letter-spacing: 1px;
    color: var(--gold-deep);
    margin-top: 6px;
}

.rh-product-meta {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid #ececec;
}

.rh-product-meta ul li {
    padding: 6px 0;
    color: var(--paragraph-color);
}

.rh-product-meta ul li strong {
    color: var(--ink);
}

.rh-product-meta ul li a {
    color: var(--main-theme-color);
}

.rh-hint {
    margin-top: 14px;
    font-size: 14px;
    color: var(--paragraph-color);
}

#single-prd-gallery a {
    width: 108px;
}

/* --- basket -------------------------------------------------------------- */

.rh-basket-table thead th {
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
}

.rh-basket-table tbody td {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 18px 10px;
}

.rh-basket-table .product-thumbnail img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border: 1px solid #eee;
}

.rh-basket-table .product-name a {
    font-weight: 600;
    color: var(--ink);
}

.rh-basket-table .product-name a:hover {
    color: var(--main-theme-color);
}

.rh-basket-table .plus-minus-input {
    justify-content: center;
}

.rh-basket-table .plus-minus-input input {
    width: 64px;
    text-align: center;
    border: 1px solid #e2e2e2;
    margin: 0 8px;
}

.rh-remove {
    background: none;
    border: 0;
    color: #b3b3b3;
    font-size: 16px;
    cursor: pointer;
}

.rh-remove:hover {
    color: #c0392b;
}

.rh-basket-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.rh-hidden-form {
    display: none;
}

.rh-inquiry-block {
    margin-top: 60px;
}

.rh-basket-summary {
    background: var(--dark-bg-color);
    border: 1px solid var(--gold-soft);
    padding: 32px;
    height: 100%;
}

.rh-basket-summary h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.rh-basket-summary ul li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e7e0cd;
    color: var(--paragraph-color);
}

.rh-basket-summary ul li.rh-total {
    border-bottom: 0;
    font-size: 18px;
}

.rh-basket-summary ul li.rh-total strong {
    color: var(--main-theme-color);
}

.rh-basket-summary p {
    margin-top: 18px;
    font-size: 14px;
    color: var(--paragraph-color);
}

/* --- thank-you / 404 ----------------------------------------------------- */

.rh-thanks i {
    font-size: 64px;
    color: var(--main-theme-color);
}

.rh-thanks h2 {
    margin-top: 22px;
}

.rh-thanks p {
    color: var(--paragraph-color);
    margin-top: 12px;
}

.rh-ref {
    display: inline-block;
    padding: 10px 20px;
    background: var(--dark-bg-color);
    border: 1px solid var(--gold-soft);
    letter-spacing: 1px;
}

.rh-thanks-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 26px;
}

/* --- forms --------------------------------------------------------------- */

.contact_form_one .form-control,
.rh-inquiry-block .form-control {
    border: 1px solid #e2e2e2;
    border-radius: 0;
    height: auto;
    padding: 14px 16px;
    font-size: 15px;
}

.contact_form_one .form-control:focus,
.rh-inquiry-block .form-control:focus {
    border-color: var(--main-theme-color);
    box-shadow: none;
}

.contact_form_one select.form-control {
    height: 54px;
}

.contact_form_one textarea.form-control,
.rh-inquiry-block textarea.form-control {
    padding: 14px 16px;
}

/* --- footer -------------------------------------------------------------- */

.rh-footer-contact {
    margin-top: 22px;
}

.rh-footer-contact li {
    padding-top: 8px;
    font-size: 15px;
    color: var(--paragraph-color);
}

.rh-footer-contact li i {
    color: var(--main-theme-color);
    width: 20px;
}

.rh-footer-contact li a {
    color: var(--paragraph-color);
}

.rh-footer-contact li a:hover {
    color: var(--main-theme-color);
}

#copyright_one {
    background: var(--ink);
}

#copyright_one .copyright_left h6 {
    color: #fff;
}

#copyright_one .copyright_left h6 span {
    color: var(--gold);
}

/* --- flash messages ------------------------------------------------------ */

.rh-flash-wrap {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
    width: min(380px, calc(100vw - 40px));
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rh-flash {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    font-size: 14px;
    color: #fff;
    background: var(--ink);
    border-left: 4px solid var(--main-theme-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
}

.rh-flash--success { border-left-color: #2e9e5b; }
.rh-flash--danger  { border-left-color: #c0392b; }
.rh-flash--warning { border-left-color: #d39e00; }
.rh-flash--info    { border-left-color: var(--main-theme-color); }

.rh-flash button {
    background: none;
    border: 0;
    color: inherit;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    opacity: .7;
}

/* --- search results / 404 helpers ---------------------------------------- */

.mt-3 {
    margin-top: 16px;
}

/* --- responsive tweaks --------------------------------------------------- */

@media (max-width: 991px) {
    .rh-listing-head {
        margin-top: 20px;
    }

    #single-prd-gallery a {
        width: 88px;
    }
}

@media (max-width: 575px) {
    .rh-basket-actions .theme-btn-one {
        width: 100%;
        text-align: center;
    }
}
