/* Dark theme-specific styles. Load after style.css. */

.widget_shopping_cart .product_list_widget li.mini_cart_item {
    padding: 0 20px 19px 0;
            overflow: hidden;
            color: #dfdfdf;
            font-size: 16px;
}

.widget_shopping_cart .product_list_widget li .quantity {
    font-size: 14px;
        line-height: 22px;
        color: #dfdfdf;
}

.widget_categories .cat-item a,
.widget_categories .cat-item button,
.widget_product_categories .cat-item a,
.widget_product_categories .cat-item button,
.furgan-widget-layered-nav .furgan-widget-layered-nav-list__item a {
    padding-left: 29px;
    font-size: 14px;
    position: relative;
    font-weight: 600;
    background: none;
    border: none;
    color: #ffffff;
    line-height: 15px;
    height: auto;
}

html, body {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    background-color: #0b0d10;
    color: #dfdfdf;
}

label {
    font-weight: 600;
    color: #fff;
}

a, body .az_custom_heading a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    -moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    -o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    color: #dfdfdf;
    margin-top: 12px;
    margin-bottom: 18px;
    font-weight: normal;
}

input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
    border: 1px solid #6a6a6a;
    padding: 0 20px;
    max-width: 100%;
    background-color: transparent;
    font-size: 14px;
    color: #868686;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
}

.box-header-nav .main-menu > .menu-item > a::before {
    content: attr(title);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-transition: width 0.5s, height 0.7s ease 0s;
            -moz-transition: width 0.5s, height 0.7s ease 0s;
            -o-transition: width 0.5s, height 0.7s ease 0s;
            transition: width 0.5s, height 0.7s ease 0s;
            color: #dfdfdf;
            overflow: hidden;
}

.box-header-nav .main-menu .menu-item .submenu {
    position: absolute;
    min-width: 245px;
    background-color: #0b0d10;
    opacity: 0;
    visibility: hidden;
}

.meta-dreaming .block-dreaming .block-link:not(:hover) {
    color: #dfdfdf;
}

.block-user .sub-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    right: -7px;
    min-width: 160px;
    z-index: 99;
    background-color: #0b0d10;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    -webkit-transition: margin-top 0.4s ease 0s;
    -moz-transition: margin-top 0.4s ease 0s;
    -o-transition: margin-top 0.4s ease 0s;
    transition: margin-top 0.4s ease 0s;
    padding: 15px 5px;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    border: 2px solid #6a6a6a;
    border-top: 2px solid var(--primary-color);
}

.block-user .sub-menu li a:not(:hover) {
    color: #dfdfdf;
}

.block-minicart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    right: -15px;
    min-width: 307px;
    z-index: 99;
    background-color: #0b0d10;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    -webkit-transition: margin-top 0.4s ease 0s;
    -moz-transition: margin-top 0.4s ease 0s;
    -o-transition: margin-top 0.4s ease 0s;
    transition: margin-top 0.4s ease 0s;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    border: 2px solid #6a6a6a;
    border-top: 2px solid var(--primary-color);
}

#widget-area .widgettitle {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    margin-top: -2px;
    z-index: 1;
    padding-bottom: 15px;
    border-bottom: 1px solid #6a6a6a;
}

.furgan-pagination a.page-numbers,
    .furgan-pagination span.page-numbers,
    .furgan-pagination li .page-numbers,
    .comments-pagination .page-numbers,
    .post-pagination > span:not(.title),
    .post-pagination a span,
    .pagination .page-numbers {
    color: var(--secundary-color);
        display: inline-block;
        min-width: 43px;
        padding: 0 3px;
        vertical-align: top;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        position: relative;
        line-height: 42px;
        height: 43px;
        border: 1px solid var(--secundary-color);
        background-color: #0b0d10;
        margin: 0 6px 6px 0;
}

.grid-view-mode .modes-mode {
    background-color: #6a6a6a;
        width: 46px;
        height: 46px;
        line-height: 44px;
        color: #dfdfdf;
        border: 1px solid #dfdfdf;
        margin-right: 7px;
        padding: 13px 12px;
        border-radius: 0;
        vertical-align: top;
        display: inline-block;
        cursor: pointer;
}

.furgan-ordering select,
    .per-page-form select {
    border: 1px solid #6a6a6a;
        border-radius: 0;
        line-height: 44px;
        padding: 0 42px 0 22px;
        height: 46px;
}

.shop-after-control .furgan-result-count {
    float: right;
        border: 1px solid #6a6a6a;
        border-radius: 0;
        line-height: 44px;
        padding: 0 22px;
        height: 46px;
        margin-bottom: 0;
}

.product-item.list:not(:last-child) .product-inner {
    margin-bottom: 30px;
    border-bottom: 1px solid #6a6a6a;
}

.product-item.list .product-info {
    display: table-cell;
    vertical-align: middle;
    width: 49%;
    padding: 0 15px 0 20px;
    border-right: 1px solid #6a6a6a;
}

div.quantity {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 112px;
    text-align: center;
    border: 1px solid #ebebeb;
}

.shop_table .product-name a:not(.button) {
    font-size: 16px;
    line-height: 24px;
    color: #dfdfdf;
}

.furgan-cart-form .shop_table thead {
    background-color: #131619;
}

.cart_totals .shop_table {
    background-color: #dfdfdf;
        margin-bottom: 0;
        border: 0;
}

#payment {
    border-radius: 0;
    margin-bottom: 30px;    
}

.furgan-input-wrapper > select,
    .furgan-input-wrapper > input,
    .form-row > input {
    width: 100%;
        height: 52px;
        line-height: 50px;
        border-radius: 0;
        background-color: #dfdfdf;
        border-color: #dfdfdf;
}

#customer_details .col-1 {
    border: solid 2px #6a6a6a;
    position: relative;
    border-radius: 0;
    max-width: 100%;
}

#customer_details .col-2 {
    margin-top: 30px;
    border: solid 2px #6a6a6a;
    padding: 25px 25px 35px;
    border-radius: 0;
    max-width: 100%;
}

#order_review .shop_table thead tr th a {
    color: #000 !important;
}

#customer_login .col-1 {
    float: left;
        background-color: #6a6a6a;
        padding: 30px 25px 7px 25px;
        border-radius: 0;
        max-width: 100%;
}

#customer_register .col-1 {
    float: left;
        background-color: #6a6a6a;
        padding: 30px 25px 7px 25px;
        min-height: 517px;
        border-radius: 0;
        max-width: 100%;
}

.section-010 {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #14171a;
    border-top: 1px solid #0f1011;
}

.btn {
    color:#dfdfdf;
}

.furgan-cart-form .shop_table thead th {
    color: #fff;
    border-color: #434343;
}
table {
    border: 1px solid #434343;
}
th, td {
    border: 1px solid #434343;
}
.furgan-cart-form .shop_table td.product-price,
.furgan-cart-form .shop_table td.product-subtotal {
    color: #dfdfdf;
}
div.quantity .input-qty {
    color: #dfdfdf;
}
#payment .input-radio ~ label {
    color: #dfdfdf;
}
#order_review .shop_table tr th,
#order_review .shop_table tr td {
    color: #dfdfdf;
}
#order_review .shop_table thead {
    background-color: #434343;
}
    #order_review .shop_table thead tr th {
        color: #dfdfdf;
    }
.furgan-iconbox.style-01 .icon {
    color: #dfdfdf;
}
#payment ul {
    border: solid 1px #6a6a6a;
}
#delivery ul {
    border: solid 1px #6a6a6a;
}
#delivery .input-radio ~ label {
    color: #dfdfdf;
}
table thead {
    background-color: #434343;
}
blockquote, q {
    color: #fff;
}