/* =============================================
   GENERAL STYLES
============================================= */
.dropdown-menu li a i {
    font-size: 14px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

/* =============================================
   SHOPPING CART STYLES
============================================= */
.cart_dropdown {
    position: relative;
    display: inline-block;
}

.cart_trigger {
    position: relative;
    display: flex;
    align-items: center;
    color: #000;
}

.cart_trigger.dropdown-toggle::after {display:none;}
.cart_trigger i{
font-size: 25px;
}
   
.cart_count {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 11px;
    background-color: #FF324D;
    border-radius: 50px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    min-width: 16px;
    text-align: center;
    padding: 0 5px;
}

/* Dropdown Fixes */
.cart_dropdown .dropdown-menu {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.cart_dropdown.show .dropdown-menu,
.cart_dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.cart_dropdown .cart_box {
    width: 365px;
    z-index: 9999 !important;
    padding: 0;
}

.cart_dropdown .cart_list {
    width: 100%;
    max-height: 242px;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

.cart_dropdown .cart_list li {
    list-style: none;
    border-bottom: 1px solid #3f3f3f;
    padding: 15px;
    display: block;
}

.cart_dropdown .item_remove {
    float: right;
    margin-left: 5px;
    color: #333 !important;
}

.cart_dropdown .cart_list a {
    font-size: 14px;
    vertical-align: top;
    padding: 0 !important;
    text-transform: capitalize;
    font-weight: 600;
}

.cart_dropdown .cart_list img {
    border: 1px solid #ddd;
    background-color: #fff;
    float: left;
    margin-right: 10px;
    max-width: 80px;
}

.cart_dropdown .cart_quantity {
    display: table;
    margin-top: 5px;
    font-weight: 500;
}

.cart_dropdown .cart_footer {
    padding: 15px;
    border-top: 1px solid #eee;
}

.cart_dropdown .cart_subtotal {
    margin-bottom: 15px;
    font-weight: 600;
}

.cart_dropdown .cart_buttons {
    display: flex;
    justify-content: space-between;
}

/* Mobile Specific Cart Styles */
.mobile-only .cart_dropdown {
    margin-left: auto;
    padding-right: 15px;
}

.mobile-only .cart_trigger {
    font-size: 1.5rem;
}


    

/* Desktop Specific Cart Styles */
.desktop-only .cart_dropdown {
    margin-left: 20px;
}

/* Mobile dropdown fix */
@media (max-width: 991.98px) {
    .cart_dropdown .dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
    }
    
    .navbar-nav .dropdown-menu {
        position: static !important;
        transform: none !important;
    }
}

/* =============================================
   NAVIGATION STYLES
============================================= */
.navbar-nav .dropdown-menu {
    background-color: #fff;
    box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
}

.navbar-toggler {
    background: #fff;
    color: #000;
    border-radius: 0;
    border: 0;
}

.dark_skin {
    background: #000;
    color: #fff;
    text-transform: uppercase;
}

.cart-return {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    white-space: nowrap;
    vertical-align: middle;
}

.first-menu .mobile-menu {
    display: none;
}

@media (max-width: 767px) {
    .navbar-brand img {
        max-width: 150px;
    }
    
    .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        top: 8px;
        z-index: 100;
        background: #000;
        padding-bottom: 15px;
    }
    
    .first-menu .mobile-menu {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .navbar-brand img {
        max-width: 250px;
    }
}

/* =============================================
   RESPONSIVE VISIBILITY
============================================= */
.mobile-only {
    display: block;
}

.desktop-only {
    display: none;
}

@media (min-width: 992px) {
    .mobile-only {
        display: none;
    }
    
    .desktop-only {
        display: block;
    }
}

/* =============================================
   CONTENT SECTIONS
============================================= */
.info-section:first-child {
    padding-top: 0;
}

@media (min-width: 750px) {
    .info-section {
        padding-top: 3em;
    }
}

.info-section {
    position: relative;
    padding-top: 2em;
}

.info-section .content-box:first-of-type {
    margin-top: 0;
}

.info-section .content-box {
    border-color: #d9d9d9;
    margin-top: 1em;
    background: #fff;
    background-clip: padding-box;
    border: #ddd 1px solid;
    border-radius: 5px;
    color: #545454;
    padding: 10px;
}

.info-section .content-box table {
    width: 100%;
}

.info-section .content-box table td.tbl-label {
    text-align: right;
}

.info-section .content-box table td.tbl-content {
    font-weight: 600;
}

.info-section .content-box table td {
    padding: 5px;
    text-align: center;
}

.info-section .content-box table td.action {
    text-align: right;
}

/* =============================================
   PAYMENT INFO STYLES
============================================= */
.payment-info-label {
    display: table-cell;
    width: 100%;
}

.payment-info {
    vertical-align: middle;
    text-align: right;
    padding-left: .75em;
    white-space: nowrap;
    display: table-cell;
}

.payment-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.payment-info .payment-icon {
    cursor: default;
    margin: -.1428571429em 0 -.4285714286em;
}

.payment-info .visually-hidden {
    border: 0;
    clip: rect(0,0,0,0);
    clip: rect(0 0 0 0);
    width: 2px;
    height: 2px;
    margin: -2px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
}

.payment-info .payment-icon {
    display: inline-block;
    border-radius: .2142857143em;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 2.7142857143em;
    height: 1.7142857143em;
}

.payment-info .payment-icon--visa {
    background-image: url(/assets/images/payment_icons/visa.svg),none;
}

.payment-info .payment-icon--master {
    background-image: url(/assets/images/payment_icons/master.svg),none;
}

.payment-info .payment-icon--american-express {
    background-image: url(/assets/images/payment_icons/american_express.svg),none;
}

.payment-info .payment-icon--discover {
    background-image: url(/assets/images/payment_icons/discover.svg),none;
}

.payment-info .payment-icon-list__more {
    vertical-align: middle;
    margin-top: -2px;
    margin-left: .25em;
    display: inline-block;
    cursor: default;
}

/* =============================================
   CREDIT CARD FORM
============================================= */
.credit-card-form {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

/* =============================================
   LOADING BOX
============================================= */
.loading-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.loading-box .loading {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 70%);
}

.loading-box .loading.show {
    display: flex;
}

.loading-box .loading img {
    width: 40px;
}

/* =============================================
   FEATURED INVENTORY
============================================= */
.featured-inventory-icon {
    background: #f39c12 none repeat scroll 0 0;
    border-radius: 0 50px 50px 0;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -30px;
    width: 70px;
    color: #fff;
}

.featured-inventory-photo img {
    max-height: 230px;
}

.featured-inventory {
    background: #fff none repeat scroll 0 0;
    padding: 30px 8px;
    position: relative;
}

.featured-inventory-price {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    background: #f39e17;
    color: #fff;
    text-align: center;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}

.featured-inventory h3 {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.featured-inventory h3 a {
    color: #3c4a62;
    font-weight: 700;
}

.featured-inventory h3 a:hover,
.featured-inventory h3 a:focus {
    color: #f39c12;
}

.featured-inventory-border {
    border-top: 1px solid #eaedff;
    border-bottom: 1px solid #eaedff;
    padding-top: 33px;
    padding-bottom: 23px;
    margin-bottom: 42px;
}

.featured-inventory-icons {
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
}

.featured-inventory-icons img {
    width: 16px;
    height: 16px;
}

/* =============================================
   FOOTER PAYMENT ICONS
============================================= */
.footer-payment-icons img {
    width: 56px;
    height: 36px;
}

.footer-payment-icons img.wire_transfer {
    width: 53px;
    height: 34px;
}

/* =============================================
   REVIEW INVENTORY
============================================= */
.review-inventory {}

.review-inventory .review-stats,
.review-inventory .review-form,
.review-inventory .review-content {
    background: #fff;
    box-shadow: 0 4px 24px rgba(225,225,225,0.25);
    border-radius: 5px;
    overflow: hidden;
    padding: 20px 10px;
}

.review-inventory .review-form-stars {
    background: #fbfbfb;
    border: 1px solid #ddd;
    padding: 5px;
    width: 20%;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 1.5rem;
}

.review-inventory .review-form-stars i {
    cursor: pointer;
}

.review-inventory .avatar {
    display: inline-block;
    font-size: 1.1em;
    width: 4em;
    height: 4em;
    line-height: 4em;
    text-align: center;
    border-radius: 50%;
    background: #dc3545;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
}