.hidden {
    display: none;
}
.cart-list-thumb img, .store-cart-list-thumb img {width: 100px}

/* Utility Links block */

.store-cart-empty .store-cart-link {
    display: none;
}
 .p-dropdown ul.p-dropdown-content > li a {padding: 0px 0px!important; text-align: left;
padding: 2px 0px; line-height: 16px}
.page-product-price {
    font-size: 30px;
    padding: 35px 0 0 0;
    font-weight: 600;
    line-height: 35px;
}
h3.polo-product-name {font-size: 28px}
.product-page:not(.widget-shop) .product-title h3 {
    font-size: 28px;
    margin-top: 15px;
}
.product-price {  font-size: 20px; font-weight:500}
.product-title {  font-size: 18px; font-weight:400}
button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
    border-radius: 2px 2px 2px 2px;
}
/* Loading/Modal */
.shop-cart th, .shop-cart .table td {padding: 0}
.store-whiteout {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}
.cart-product-quantity .qty {max-width: 100px!important}
td.store-cart-list-thumb {width: 120px}
.store-order-complete-page {width: 100%; border: 1px solid #ccc; padding: 20px}
/* Cart Modal container */
h4.media-heading a,td.store-cart-product-name a {font-size: 18px; font-weight: 500}
.store-product-modal,
.store-cart-modal {
    background: #fff;
    position: relative;
    top: 15%;
    width: 100%;
    max-width: 800px;
    max-height: 75%;
    overflow: auto;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.product-page:not(.widget-shop) .product-title h3 {
    font-size: 18px;
    margin-top: 0px!important;
}
td.store-cart-item {padding-top: 5px}
.store-checkout-cart-contents {
 # -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  #  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background:  rgba(0,0,0,.05);
  border-radius: 2px;
  padding: 15px
}
.store-modal-exit {
    position: absolute;
    font-size: 20px;
    line-height: 20px;
    right: 5px;
    top: 2px;
    color: #ccc;
    cursor: pointer;
}
.list-group, .list-group-item {
border: 0px!important;
   # border-top: 1px solid rgba(0,0,0,.125)!important;
}

.shop-cart img {padding: 10px!important;}
h4.media-heading a, td.store-cart-product-name a, .store-cart-list-item-attribute-label, .store-cart-list-item-attribute-value {
    font-size: 12px;
  font-weight: 400;
  
}
.list-group-item span {float:right}
.store-modal-exit:hover {
    color: #888;
    text-decoration: none;
}

/* Spinner */

.store-spinner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
    background: transparent;
    padding: 20px;
}

.store-spinner {
    min-width: 26px;
    min-height: 26px;
}

.store-spinner:before {
    content: '...';
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -14px;
    margin-left: -14px;
    font-size: 36px;
    line-height: 16px;
    font-family: arial, sans-serif;
    /* Non animation fallback */
}
.store-product-list-description {padding: 15px 0}
.store-spinner:not(:required):before {
    content: '';
    border-radius: 50%;
    border: 4px solid rgba(0, 0, 0, .2);
    border-top-color: rgba(0, 0, 0, .6);
    animation: cs-spinner .6s linear infinite;
    -webkit-animation: cs-spinner .6s linear infinite;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.product-overlay i {line-height: 30px!important; font-size: 30px!important}
.product .product-overlay {
    position: absolute;
    width: 100%;
    height: 44px;
    line-height: 44px;
    top: auto;
    bottom: -44px;
    left: 0;
    z-index: 6;
    transition: bottom .3s ease;
}
@keyframes cs-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cs-spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}


/* Checkout Page Component Visibility */

.store-checkout-form-group-body {
    display: none;
}

.store-checkout-form-group-summary {
    display: none;
}

.store-checkout-form-group-complete .store-checkout-form-group-summary {
    display: block;
}

#store-checkout-form-group-signin .store-checkout-form-group-body {
    display: block;
}

.store-active-form-group .store-checkout-form-group-body {
    display: block;
}

.store-checkout-code-form {
    display: none;
}

.store-cart-page .store-cart-product-qty input {
    display: inline-block;
}

.store-qty-container {
    max-width: 120px;
    min-width: 110px;
}

.store-qty-container input {
    max-width: 120px;
}

@media screen and (max-width: 768px) {
    .store-cart-page .store-cart-page-cart tbody td .form-control {
        width: 20%;
        display: inline !important;
    }
}