/*
ShopArea
*/
#shopArea .page-header {
    margin-bottom: 35px;
}
#shopArea h1 {
    line-height: 1;
    font-size: 2.4rem;
    display: inline-block;
}
span.shopCategory {
    font-size: 1rem;
    display: block;
    text-align: left;
    margin: 0 0 5px 2px;
    font-weight: 500;
}
/*
Shop Headers
*/
.view-categories .astroid-component-section,
.view-category .astroid-component-section {
    padding: 0 0 50px 0;
}
.view-categories .page-header,
.view-category .page-header {
    margin-bottom: 50px!important;
    text-align: center;
    background-color: #121212;
    padding: 45px 0;
}
.view-categories .page-header h1,
.view-category .page-header h1 {
    margin-bottom: 0;
    line-height: 1.1;
    color: #f5a302;
}
/*
Shop Categories, Start
*/
.eshop-categories-list .eshop-category-wrap, .eshop-sub-categories-list .eshop-category-wrap {
    border: 0!important;
}
.eshop-categories-list .eshop-category-wrap .eshop-info-block, .eshop-sub-categories-list .eshop-category-wrap .eshop-info-block {
    background: transparent!important;
}
.astroid-component .eshop-categories-list a {
    border-bottom: 0!important;
}
/*
Category Products Layout and Sorting
*/
.sortPagiBar, 
#shopArea #products-list .eshop-buttons{
    display: none!important;
}
/* ProductItem in List view :: common / products.php */
.grid #products-list > .row {
    align-items: center!important;
    flex-direction: row!important;
    align-content: center!important;
    justify-content: center!important;
}
.shopAreaProductItem {
    border: 1px solid #E4E7E9!important;
    border-radius: 3px;
    min-height: 285px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.shopAreaProductItem .img-thumbnail {
    border:0
}
.shopAreaProductItem span.product-image {
    display: block;
    margin: 15px 0 0;
}
.shopAreaProductItem .eshop-image-block img {
    width: 200px;
    height: 200px;
}
.shopAreaProductItem .eshop-info-block {
    padding: 0 15px 15px;
    display: block;
    width: 100%;
}
.shopAreaProductItem .eshop-info-block h5 {
    margin: 15px 0 0;
    font-size: 1.25rem;
    font-weight: inherit;
}
.astroid-component .shopAreaProductItem a {
    border-bottom: 0;
}
/*
Dashboard, default.php
*/
.page-header.eShopDashboard {
    text-align: center;
}
ul.eshopAccountLinks {
    display: flex;
    list-style: none;
    padding: 0;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
    margin: 50px 0;
}
ul.eshopAccountLinks li {
    width: 33.33%;
    padding: 10px;
}

@media (max-width: 767.99px) {
    ul.eshopAccountLinks {
        flex-wrap: wrap;
    }
    ul.eshopAccountLinks li {
        width: 33.33%;
    }
}

@media (max-width: 575.99px) {
    ul.eshopAccountLinks {
        flex-wrap: wrap;
    }
    ul.eshopAccountLinks li {
        width: 50%;
    }
    ul.eshopAccountLinks li:last-child {
        width: 100%;
    }
}

ul.eshopAccountLinks a {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: 0;
    align-content: center;
}
.eshopAccountLinks i {
    font-size: 2.4rem;
    margin: 0 0 5px;
}
.eshopNoteTop {
    text-align: center;
}
.eshopNoteTopQLinks{
    text-align: center;
}
.eshopNoteBottom {
    text-align: center;
    border-top: #ccc 1px solid;
    padding-top: 30px;
}
/*
Account
*/
#shopArea form{
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 30px 30px;
    display: block;
    overflow: hidden;
}
#shopArea form div#process-address,
#shopArea form div#process-user{
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 !important;
}
#shopArea form div#process-user{
    margin-bottom: 20px;
}
#shopArea form.order-list,
#shopArea form.orderDetailsInformation{
    background-color: #fff;
    border-radius:0;
    padding:0;
}
#shopArea .required {
    color: #d73e31!important;
    font-weight: bold;
    margin:0 3px 0 0;
}
#shopArea input, #shopArea select {
    border-radius: 3px!important;
    border: 1px solid #ccc;
    padding: 12px;
}
#shopArea .form-check-inline,
#shopArea label.radio {
    display: inline-flex;
    align-items: center;
}
#shopArea .form-check-inline label{
    margin-left: 5px;
}
#shopArea input.form-check-input {
    margin-right: 5px;
    margin-top: 0;
}
#shopArea input[type="radio"] {
    background-color: #fff;
}
#shopArea .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
#shopArea label.col-md-3, #shopArea div.col-md-9 {
    width: 100%!important;
}
/*
Product Details
*/
#shopArea .product-info {}
.product-info .image-additional a {
    border-bottom: 0;
    margin:0px 8px 0 0!important;
}
.product-info .image-additional img {
    border-radius: 3px;
}
/* Product Price */
.product-info .product-price {
    border-bottom: 0!important;
    padding: 0!important;
    margin:0;
}
@media (max-width: 767.99px) {
    .product-info .product-price {
        margin-top: 30px;
    }
}
.product-info .product-price h2 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
}
/* product options */
.product-info .product-options {
    border-bottom: 0!important;
    padding: 0!important;
    margin: 30px 0 0;
}
.product-options h2 {
    color: inherit;
    font-size: 1.2rem;
}
#shopArea .product-options select,
#shopArea .product-options input {
    padding: 3px 5px!important;
}
/* product quantity */
.product-info .product-cart {
    padding: 0!important;
    margin: 30px 0 0;
}
.product-cart .box-quantity {
    display: flex;
    align-items: center;
}
.eshop-quantity {
    margin: 0!important;
}
.qtyBlock {
    align-items: center;
}
.qtyBlock label {
    margin-right: 8px;
}
.qtyBlock .button-minus, .qtyBlock .button-plus {
    padding: 2px 10px!important;
    margin: 0;
    border:0!important;
}
.qtyBlock .button-minus {
    border: 1px solid #E4E7E9!important;
    border-right: 0!important;
    border-radius: 3px 0 0 3px!important;
    margin-right: -5px;
}
.qtyBlock .button-plus {
    border: 1px solid #E4E7E9!important;
    border-left: 0!important;
    border-radius: 0 3px 3px 0!important;
    margin-left: -5px;
}
#shopArea .qtyBlock .eshop-quantity-value {
    padding: 2px 10px!important;
    border: 0!important;
    border-top: 1px solid #E4E7E9!important;
    border-bottom: 1px solid #E4E7E9!important;
    border-radius: 0!important;
}
button#add-to-cart {
    width: 200px;
    margin: 0;
}
/* product Tabs */
joomla-tab#product {
    margin: 35px 0 0;
}
joomla-tab[view=tabs]>div[role=tablist] {
    background-color: #fff!important;
    border: 1px solid #E4E7E9!important;
    box-shadow: none!important;
}
joomla-tab button[aria-expanded=true]:after {
    background-color: #f5a302!important;
}
joomla-tab>joomla-tab-element {
    background-color: #fff!important;
    border: 1px solid #E4E7E9!important;
    box-shadow: none!important;
    border-top: 0!important;
}
joomla-tab>joomla-tab-element p:last-child, 
joomla-tab>joomla-tab-element li:last-child {
    margin: 0;
}
/* related products on detail view */
.related_products.row {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
}
.relatedProductsItem{
    border: 1px solid #E4E7E9!important;
    border-radius: 3px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.relatedProductsItem .img-thumbnail {
    border:0
}
.relatedProductsItem span.related-product-image {
    display: block;
    margin: 15px 0 0;
}
.relatedProductsItem .eshop-image-block img {
    width: 200px;
    height: 200px;
}
.relatedProductsItem .name {
    padding: 0 10px 10px!important;
    display: block;
    width: 100%;
    font-size: 0.8rem;
}
#related-products .relatedProductsItem .name h5 {
    margin: 10px 0 5px;
    font-size: 1.0rem;
    font-weight: inherit;
}
.astroid-component .relatedProductsItem a {
    border-bottom: 0;
}
#related-products .price, #related-products .eshop-sale-price {
    font-size: 1.1rem;
}
#related-products .eshop-sale-price {
    display: block;
}
/*
Checkout
*/
#shopArea div#login, 
#shopArea .newCustomerIntro,
#shopArea .shopPersonalDetails,
#shopArea .shopPersonalAddress,
#shopArea .shopPersonalSignupContinue{
    padding: 0 15px 15px;
}
.shopContinuePersonalButton{
    margin-top: 25px;
}
#shopArea .checkout-content {
    overflow: hidden;
    padding: 30px 15px 30px;
}
.shopAddressConfirmation {
    margin-bottom: 10px;
}
.shopAddressConfirmation label,
.shopPersonalSignupTerms label {
    display: flex;
    align-items: center;
}

.shopDonateOptionsCheckout {
    background-color: #f1f1f1;
    padding: 10px;
    margin: 20px 0 0;
}
.shopDonateOptionsCheckout p {
    font-size: 1.2rem;
    font-weight: 500;
}
.shopDonateOptionsCheckout label {
    margin-bottom: 10px;
}
.payment-heading {
    text-align: center;
    font-size: 1.6rem;
    margin: 50px;
}
.eshopCancel {
    text-align: center;
}
/*orderComplete Table*/
table.list th, table.list td {
    padding: 7px;
}
/*products in cart*/
#shopArea .cart-info span.eshop-quantity {
    display: inline-flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
}
#shopArea .cart-info .eshop-quantity-value {
    padding: 2px 8px;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0!important;
    margin: 0;
    width: 41px!important;
}
#shopArea .cart-info .eshop-quantity .btn.button-plus, #shopArea .quote-info .eshop-quantity .btn.button-plus, #shopArea .cart-info .eshop-quantity .btn.button-minus, #shopArea .quote-info .eshop-quantity .btn.button-minus {
    margin: 0!important;
    border: 0!important;
    height: 12px;
    line-height: 1;
    width: 9px!important;
}
#shopArea .cart-info .eshop-quantity .btn.button-minus,
#shopArea .quote-info .eshop-quantity .btn.button-minus {
    border-radius: 0 0 3px 3px!important;
    border-right: 1px solid #ccc!important;
    border-bottom: 1px solid #ccc!important;
    border-left: 1px solid #ccc!important;
} 
#shopArea .cart-info .eshop-quantity .btn.button-plus,
#shopArea .quote-info .eshop-quantity .btn.button-plus{
    border-radius: 3px 3px 0 0!important;
    border-right: 1px solid #ccc!important;
    border-top: 1px solid #ccc!important;
    border-left: 1px solid #ccc!important;
}
/*
Checkout- popup
*/
#colorbox #cboxContent h1 {
    font-size: 1.6rem!important;
}