/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to https://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (https://www.magentocommerce.com)
 * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */


.arw-product-labels {
    z-index: 1;
}
.main-container {
    z-index: 0;
}
.cats-link > ul li.parent::after {
    color: #666;
    position: absolute;
    right: 0;
    line-height: 36px;
    padding: 0;
    top: -1px;
    width: 18%;
    background-size: 12px;
}
.products-grid .price-box .minimal-price .price, .products-grid .price-box .special-price .price, .products-grid .price-box .regular-price .price {
    color: #303030;
    font-size: 14px;
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.mini-products-list .product-image {
    float: left;
    width: 100%;
}
h3.close-minicart {
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}
button#close-minicart {
    float: right;
    margin-top: -5px;
}
.mini-products-list .product-details > .price {
    display: block;
    margin-bottom: 0px;
}
.mini-products-list .product-details {
    float: right;
    width: 100%;
}

.product-shop .quantitybox {
    width: 100%;
}

.arw-product-labels .arw-product-label {
    border-width: 1px;
}
.arw-product-labels .product-new-label {
    background: #ffffff59;
    color: #000000;
    border-color: #000;
    text-shadow: 0 0 10px #fff, 0 0 20px #ffffff, 0 0 30px #ffffff, 0 0 40px #ffffff, 0 0 50px #ffffff, 0 0 60px #ffffff, 0 0 70px #ffffff;
    font-weight: 600;
}
.product-options ~ .product-options-bottom .quantitybox {
    width: 50% !important;
}
.pro-label.new-label {
    display: inline-block;
        right: 25px ;
    position: absolute;
    top: 15px;
    padding: 2px 20px;
    border: 1px solid #000;
}
.pro-label.new-label p{
    background: transparent;
    color: #303030;
    border-color: #000;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ffffff, 0 0 40px #ffffff, 0 0 50px #ffffff, 0 0 60px #ffffff, 0 0 70px #ffffff;
    font-weight: 600;
    margin: 0;
}
.pro-label.new-label p {
    font-size: 13px;
}
#cart-sidebar .product-details {
    font-size: 12px;
}
.cms-page-view h3 {
    font-weight: 600;
}
.cms-page-view h1 {
    font-weight: 600;
}
.cms-page-view h3 {
    font-weight: 600;
    font-size: 16px;
}
.col-md-3.c-detail > ul > li {
    display: inline-block;
    margin-right: 15px;
}
.badge {
    display: none;
}
ol#cart-sidebar input#qty {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 14px;
    font-weight: 600;
}
.block-cart.slide-cart.slide p.empty {
    margin: 10px;
}
.block-cart.slide-cart.slide .qty-btn.quantity_box_button_down {
    width: 20px;
    text-align: center;
    /* line-height: 36px; */
    position: relative;
    top: 4px;
}
.block-cart.slide-cart.slide .input-text.qty {
    max-width: 25px;
}
.block-cart.slide-cart.slide .qty-btn.quantity_box_button_up {
    display: inline-block;
    position: relative;
    top: 3px;
}
.block-cart.slide-cart.slide i.fa.fa-minus , .block-cart.slide-cart.slide i.fa.fa-plus, .block-cart.slide-cart.slide p.product-name a{
    color: #000;
}
.block-cart.slide-cart.slide .btn-remove2:before, .block-cart.slide-cart.slide .btn-remove:before {
    top: -4px;
}
p.subtotal span.price {
    font-weight: 600;
    color: #000;
}
.checkout-cart-index #cart {
    overflow: hidden;
}
.cart-collaterals .discount .input-text {
    background-color: #dcdcdc5e;
}
.cart-collaterals .cart-totals .totals-inner {
    border-bottom: 1px solid #e3e3e3;
}
.checkout-cart-index ul.checkout-types.bottom {
    margin-top: 20px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    width: 94.5%;
}

.cart-date.cl-name p.item-msg.error {
    position: absolute;
}
.product-shop-inner .place-order-btn-div {
    width: 100%;
    display: table;
}
i.quantity_box_add.fa.fa-caret-up, i.quantity_box_remove.fa.fa-caret-down {
    color: #000;
}
.product-view #product-options-wrapper select {
    border: 1px solid #000;
}
.product-view #product-options-wrapper select:hover {
    color: #a7a7a7;
    transition: .3s;
}
i.quantity_box_add.fa.fa-caret-up:hover, i.quantity_box_remove.fa.fa-caret-down:hover{
    color: #a7a7a7;
    transition: .3s;
}
.option-row .option-content select > option {
    background: #f6f6f6;
    border: none !important;
}
div#product-options-wrapper .option-row {
    position: relative;
}
.catalog-product-view .arw_global_breadcrumb img.category-image {
    display: none;
}
.product-view .arw_global_breadcrumb .arw_layout_global_top.container {
    display: inline-block;
    width: 100%;
}
.product-view .arw_layout_global_top.container {
    display: inline-block;
    width: 100%;
}
.product-view .arw-page-title .container {
    width: 100%;
}
.product-view .arw-page-title {
    padding-bottom: 10px;
    padding-top: 10px;
}

body.customer-account-index .welcome-msg {
    margin: 0;
    margin-top: 20px;
}
body.customer-account-index ul.form-list > li {
    width: 100%;
    display: block;
}
.my-account {
    margin-top: 10px;
}
.my-account .fieldset.usr-address-edit ul > li {
    width: 100%;
    margin: 0;
}
.my-account .fieldset.user-acc-info ul > li {
    width: 100%;
}
.my-account.fieldset.usr-address-detail ul > li {
    width: 100%;
}
.my-account a {
    text-decoration: underline;
}
ul#related-product-carousel .products-grid .product-name {
    margin-top: 15px;
}
.footer-container {
    z-index: 0;
}
.my-account .validation-advice {
    position: absolute;
}
.footer-subs{
    z-index: 0;
}

@media only screen and (max-width: 768px) {
   .related-block-wrap h2.product-name > a {
        margin-top: 10px;
    }

}