﻿.cart-menu-main-section {
    background-color: white;
    margin-top: 20px;
    z-index: 4;
    /*right: 0;
  left: auto;
  padding-left: 1px;
  padding-right: 1px;*/
}

/*.dropdown {
    float: right;
    padding-right: 30px;
}*/

/*.btn {
    border: 0px;
    margin: 10px 0px;
    box-shadow: none !important;
}*/

.dropdown .dropdown-menu {
    padding: 20px;
    top: 20px !important;
    width: 340px !important;
    left: -110px !important;
    box-shadow: 0px 5px 30px black;
}

.total-header-section {
    border-bottom: 1px solid #d2d2d2;
}

.total-section p {
    margin-bottom: 20px;
}

.cart-menu-main-section .text-info {
    color: var(--primary) !important;
}

.cart-menu-main-itens 
{
    width: 100%;
    max-height: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    margin-right: 20px;
}

    .cart-menu-main-itens .col-cart-remove {
        margin-top: auto;
        margin-bottom: auto;
    }
    .cart-menu-main-item {
    padding: 2px 6px 2px 6px;
    width: 100%;
}

.cart-menu-main-item-img img {
    width: 100%;
    height: 100%;
    /*padding-left: 2px;*/
}

.cart-menu-main-item-product p {
    margin: 0px;
    color: #000;
    font-weight: 500;
    width: 100%;
}

.cart-menu-main-item-product a {
    margin: 0px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.cart-menu-main-item-product a:hover {
    margin: 0px;
    color: var(--primary);
    font-weight: 500;
    font-size: 14px;
}

.cart-menu-main-item .price {
    font-size: 12px;
    margin-right: 10px;
    font-weight: 500;
}

.cart-menu-main-item .count {
    color: #C2C2DC;
}

.checkout {
    border-top: 1px solid #d2d2d2;
    padding-top: 15px;
}

    /*.checkout .btn-primary {
        border-radius: 50px;
        height: 50px;
    }*/

/*.dropdown-menu:before {
    content: " ";
    position: absolute;
    top: -20px;
    right: 50px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}*/


/*Shopping Cart Page*/

.card-body .img-responsive 
{
    width: 100px;
    max-width: 100px;
    height: 100px;
    max-height: 100px;
}

.quantity {
    float: left;
    margin-right: 15px;
    background-color: #eee;
    position: relative;
    width: 100px;
    overflow: hidden;
    max-height: 40px;
        
}

    .quantity input {
        margin: 0;
        text-align: center;
        width: 30px;
        height: 15px;
        padding: 0;
        float: right;
        color: #000;
        font-size: 20px;
        border: 0;
        outline: 0;
        background-color: #F6F6F6
    }

        .quantity input.qty {
            position: relative;
            border: 0;
            width: 100%;
            height: 40px;
            padding: 10px 25px 10px 10px;
            text-align: center;
            font-weight: 400;
            font-size: 15px;
            border-radius: 0;
            background-clip: padding-box
        }

    .quantity .btn-minus, .quantity .btn-plus {
        line-height: 0;
        background-clip: padding-box;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-background-size: 6px 30px;
        -moz-background-size: 6px 30px;
        color: #bbb;
        font-size: 20px;
        position: absolute;
        height: 50%;
        border: 0;
        right: 0;
        padding: 0;
        width: 25px;
        z-index: 3;
    }

        .quantity .btn-minus:hover, .quantity .btn-plus:hover {
            background-color: #dad8da
        }

    .quantity .btn-minus {
        bottom: 0
    }

.shopping-cart {
    margin-top: 20px;
    margin-bottom: 20px;
}


.shopping-cart-steps-header {
    margin-top: 25px;
}



    .shopping-cart-steps-header .media-heading::after {
        width: 150px;
        height: 8px;
        position: absolute;
        content: "";
        top: 40px;
        margin-left: 5px;
        z-index: -1;
        left: 0;
        background-color: #93c90e;
    }


.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);
    list-style: none; 
    float: left;
}

.glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 35px;
}

.inactive {
    color: #ccc;
    background-color: #fafafa;
}

.coupon input
{
    max-width: 150px;
}

.btn-group .btn-add-to-cart
{
    border-left-color: white;    
}

.btn-group .btn-add-to-cart:hover {
    border-left-color: var(--primary);
}

#confirmOrder .card
{
    margin: 10px;
}

#confirmOrder .form-row {
    margin: 5px;
}

.zip-code input::-webkit-outer-spin-button, input::-webkit-inner-spin-button

{
    -webkit-appearance: none;
    margin: 0;
}



.table-order th {
    background-color: #F7F7F7;
}

.h-my-auto {
    margin-top: auto;
    margin-bottom: auto;    
    margin-top: 10px;
}

.card.shopping-cart .card-header
{
    max-height: 50px;
}