/*******************************************************************************

    SKREY CUSTOMIZATION

    This .css file does not override .css files from parent
    theme (Skrey Default Theme).

*******************************************************************************/

/******************************* CATALOG (GRID) *******************************/

/* Product - Qty */

.skrey
        .category-products
        .products-grid
        .item
        div:not(.hover-box)
        .actions
        .product-qty {
    display: inline-block;
}

/* Product - Actions */

.skrey
        .category-products
        .products-grid
        .item
        div:not(.hover-box)
        .actions
        .display-block {
    margin: 20px 0 0;
    display: inline-flex;
}

/* Product - Add to Cart */

    .skrey
          .category-products
          .products-grid
          .item
          div:not(.hover-box)
          .actions
          .btn-cart,
          .skrey
          .featured-product-tab
          .item
          .per-product
          div:not(.hover-box)
          .actions
          button.btn-cart {
        margin-right: 8px;
    }

/* Product - Add-to-Links */

    .skrey
            .category-products
            .products-grid
            .item
            div:not(.hover-box)
            .actions
            .add-to-links
            li:first-child,
            .skrey
            .featured-product-tab
            .item
            .per-product
            div:not(.hover-box)
            .actions
            .add-to-links
            li:first-child {
        margin-right: 4px;
    }

    .skrey
            .category-products
            .products-grid
            .item
            div:not(.hover-box)
            .actions
            .add-to-links
            li:not(:first-child),
            .skrey
            .featured-product-tab
            .item
            .per-product
            div:not(.hover-box)
            .actions
            .add-to-links
            li:not(:first-child) {
        margin-left: 4px;
    }

    .skrey
            .featured-product-tab
            .item
            .per-product
            div:not(.hover-box)
            .actions
            .add-to-links
            li
            a {
        border-style: solid;
        border-width: 2px;
        background-color: #1974dd;
        color: #fff;
        border-color: #1974dd;
    }
    .skrey.b2b 
            .category-products
            .products-grid
            .tier-prices li {
                width: 100%;
                white-space: nowrap;
                padding: 2px 0px 2px 6px;
                font-size:10px;
                line-height:1.2;
            }
    .skrey.b2b 
            .category-products
            .products-grid
            .tier-prices li
            .price {
                font-size:11px;
            }
    .skrey.b2b 
            .products-grid
            .tier-prices li
            .benefit{
                font-size:11px;
            }
            
    .skrey.b2b 
            .products-grid
            .product-pricing, .tier-prices {
                padding: 5px 1px 5px 5px;
                /*display: inline-block;*/
            }
/**************************** END CATALOG (GRID) ******************************/

/******************************* CATALOG (LIST) *******************************/

.skrey.b2b
        .products-list
        .item
        .product-shop
        .custom-qty {
    margin: 0 8px 0 0;
}

.skrey.b2b
        .products-list
        .item
        .product-shop
        .btn-cart {
    margin-left: 8px;
}

.skrey.b2b
        .product-pricing, .tier-prices {
    padding: 5px;
    /*width: fit-content;*/
}

/***************************** END CATALOG (LIST) *****************************/

/***************************** PRICES *****************************/
.skrey.b2b
        p.old-price { display: none; }
/***************************** PRICES *****************************/


/***************************** CHECKOUT *****************************/
.skrey.b2b
        .product-checkout-review-info
        .availability.out-of-stock
        {
            color: #d00 !important;
}
/***************************** END CHECKOUT *****************************/


/***************************** ACCOUNT CREATION *****************************/

.skrey.b2b 
    .account-create .first-fildset{
        margin-right:20px
    }

/***************************** ACCOUNT CREATION *****************************/
