/**********************************************************/
/**********************************************************/
/********************  Product Page Start  **********************/
/********************  Product Page Start  **********************/
/**********************************************************/
.catalog-product-view .columns .column.main {
    padding-bottom: 0;
    min-height: auto;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.product-top-wrapper .product.media {
    width: 18%;
    margin-bottom: 0;
}
.product-top-wrapper .product-info-main {
    width: 79%;
}
.product.media .fotorama__stage, .product.media .fotorama__stage__shaft {
    max-width: 250px;
    max-height: 250px;
}
.product-info-main .page-title-wrapper h1 {
    margin-bottom: 0;
    text-transform: uppercase;
}
.product-main-bottom {
    display: flex;
    width: 100%;
    margin-top: 0;
}
.spec-wrapper {
    margin-bottom: 0;
    float: left;
    width: 54%;
    margin-right: 3%;
    padding-right: 3%;
    border-right: 1px solid #eee;
}
.product-spec-wrapper-inner {
    display: flex;
}
.product-spec-wrapper-inner:not(:last-child) {
    margin-bottom: 10px;
}
.product-spec-wrapper-inner .label {
    font-weight: 700;
    width: 30%;
    margin-right: 5%;
    color: #000;
}
.product-spec-wrapper-inner .data {
    width: 67%;
}
.price-cart-wrapper {
    width: 43%;
}
.catalog-product-view .box-tocart, .catalog-product-view .box-tocart .fieldset {
    margin-bottom: 0;
}
.product-info-main .product-info-price {
    border-bottom: none;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.product-info-main .product-info-stock-sku {
    display: block;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    vertical-align: middle;
}
.product-info-main .stock.available, .product-info-main .stock.unavailable {
    text-transform: capitalize;
    color: #19B21D;
}
.product-info-main .product-info-price .price-box {
    display: block;
    vertical-align: middle;
    width: auto;
    margin-top: 20px;
    padding-bottom: 0;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
    font-size: 1.6rem;
    color: #000;
}
.product-options-bottom .price-box .old-price .price-container > span, .product-info-price .price-box .old-price .price-container > span.price-label {
    display: inline;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
}
.product-options-bottom .price-box .old-price, .product-info-price .price-box .old-price {
    text-decoration: none;
}
.product-info-main .product-add-form {
    padding-top: 0;
}
.product-info-main .box-tocart > .fieldset {
    display: flex;
    width: 100%;
}
.product-info-main .box-tocart > .fieldset .field.qty {
    width: 20%;
    margin-bottom: 0;
}
.product-info-main .box-tocart > .fieldset .field.qty .control {
    display: flex;
}
.product-info-main .box-tocart > .fieldset .field.qty .control > input {
    height: 52px;
}
.product-info-main .btn-plus-minus {
    margin-left: 10px;
    height: 52px;
}
.btn-plus-minus {
    margin-left: 10px;
    height: 40px;
}
.result-container .btn-plus-minus {
    margin-left: 0; 
    height: 50px;
    margin-right: 5px;
}
.product-info-main button#addQty, button#addQtyCart, button.addQtyCat {
    display: block;
    height: 50%;
    box-shadow: none;
    background: #fff;
    border: none;
    position: relative;
}
.product-info-main .btn-plus-minus button#minusQty, button#minusQtyCart, button.minusQtyCat,
button.minusQtyCat {
    background: #fff;
    height: 50%;
    box-shadow: none;
    position: relative;
    border: none;
}
button:focus {
    outline: none;
}
.btn-plus-minus button {
    display: flex;
    padding: 7px 5px;
}
.product-info-main .btn-plus-minus button#addQty, button#addQtyCart,
button.addQtyCat  {
    transform: rotate(180deg);
}

.btn-plus-minus button:before {
    font-size: 7px;
    content: url('../images/icon_arrow2.svg');
    display: inline-block;
    vertical-align: top;
}
.product-info-main .box-tocart > .fieldset .actions {
    width: 75%;
    margin-left: 5%;
}
.product-info-main .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
    display: block;
    max-width: 100%;
}
.product-info-main .box-tocart .action.tocart:active, .product-info-main .box-tocart .action.tocart:focus  {
    background: #EC6713;
    border: 1px solid #EC6713;
    color: #fff!important;
}
.product-info-main .box-tocart .action.tocart:hover {
    background: #000;
    border: 1px solid #000;
    color: #EC6713!important;
}
.product-info-main .box-tocart .action.tocart:before {
    content: url('../images/icon_shopping-cart_white.svg');
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.product-info-main .box-tocart .action.tocart:hover:before {
    content: url('../images/icon_shopping-cart_orange.svg');
}
.product-options-bottom .price-box .special-price .price-container .price, .product-info-price .price-box .special-price .price-container .price {
    color: #EC6713;
    font-weight: 700!important;
}
.product-info-main .paypal {
    margin-top: 20px;
}
/**********************************************************/
/**********************************************************/
/********************  Product Page End  **********************/
/********************  Product Page End  **********************/
/**********************************************************/

/**********************************************************/
/**********************************************************/
/********************  Category Page Start  **********************/
/********************  Category Page Start  **********************/
/**********************************************************/
.products-list .product-items {
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}
.products-list .result-container > p {
    color: #333;
    font-weight: 700;
}
.products-list .result-container .product-list tr td, .products-list .result-container .product-list tr th {
}
.products-list td.product-image {
    display: flex;
    max-width: 600px;
}
.products-list .product-item-photo {
    width: auto;
}
.products-list strong.product-item-name {
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    color: #333;
}
.products-list strong.product-item-name:hover {
    color: #EC6713;
}
.products-list a.product-item-link {
    margin-left: 20px;
    text-decoration: none;
}
.products-list .product-item-photo { 
    padding: 0;
}
.sorter-options {
    padding: 0 6px;
}
.field.limiter .control {
    width: auto;
}
.limiter-options {
    padding-left: 6px;
}
.filter-options-title:after, .active > .filter-options-title:after {
    content: url(../images/icon_arrow2_orange.svg);
}
.filter-options-item {
    padding-bottom: 15px;
}
.filter .block-subtitle {
    font-size: 1.6rem;
    color: #EC6713;
    padding: 15px 0;
}
.filter-options-title {
    padding: 15px 0 0;
}
.filter-options-title:after {
    top: 17px;
    right: 0;
}
.filter-options-content {
    padding: 15px 0 0;
    display: block!important;
}
.filter-content .item:first-child {
    margin-top: 0;
}
.filter-content .item:last-child {
    margin-bottom: 0;
}
.filter-options-content .mana-selected.mana-tree-item, .filter-options-content .mana-selected.item a, .filter-options-content .mana-selected.item .count, .filter-options-content .mana-selected.item .label {
    color: #666;
}
.filter-content .item a {
    color: #666;
}
.pages a.page, .pages a.page:visited {
    color: #333;
}
.block-reorder .product-item-name {
    height: 100%
}
.yield-note {
    margin: 20px 0;
    font-weight: 400!important;
    font-style: italic;
}
.result-container td.product-pages {
    font-size: 1.6rem;
}
/**********************************************************/
/**********************************************************/
/********************  Category Page End  **********************/
/********************  Category Page End  **********************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/********************  Cart Page Start  **********************/
/********************  Cart Page Start  **********************/
/**********************************************************/
.cart.table-wrapper .product-item-details {
    vertical-align: middle;
    padding-bottom: 0;
}
.cart.table-wrapper .product-item-name {
    margin: 0;
    height: auto;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
    border-bottom: none;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col span {
    color: #000;
    font-weight: 700;
    font-size: 1.6rem;
}
.cart.table-wrapper .cart > .item {
    border-top: 1px solid #cccccc;
}
.checkout-cart-index .cart.table-wrapper .item .col.item {
    padding: 10px 0;
}
.cart.table-wrapper .col.price, .order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty, .order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal, .order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp, .order-items.table-wrapper .col.msrp {
    text-align: left;
}
.cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp, .cart.table-wrapper .col.qty,  .cart.table-wrapper td.col.delete-cart {
    padding: 0px 20px 0px;
    vertical-align: middle;
 }
 .cart.table-wrapper td.col.delete-cart {
    padding-top: 0;
 }
.checkout-cart-index .product-item-name > a, .checkout-cart-index .cart.table-wrapper .cart tr th.col span,
.checkout-cart-index .cart.table-wrapper .cart tr td.col span {
    color: #000;
    font-size: 1.6rem;
}
.checkout-cart-index .cart.table-wrapper .cart tr td.col span.price {
    color: #000;
    font-size: 1.8rem;
    font-weight: 600;
}
.checkout-cart-index .field.qty {
    display: flex;
    height: 100%;
    align-items: flex-end;
}
.cart.table-wrapper .col.qty .input-text {
    height: 40px;
}
.checkout-cart-index .control.qty {
    width: 50%;
}
.cart.table-wrapper .col.qty label {
    margin-bottom: 0;
}
.cart.table-wrapper .col.qty .input-text {
    margin-top: 0;
    width: 40px;
    padding: 10px;
}
.cart.table-wrapper .actions-toolbar {
    top: 0;
    text-align: right;
 }
.cart.table-wrapper .actions-toolbar > .action-edit, .cart.table-wrapper .actions-toolbar > .action-delete {
    position: relative;
}
 .cart-summary {
   background: #eee; 
   padding: 20px;
}
.cart-summary .block > .title  {
   padding: 0px 40px 10px 0;
   border-top: none;
}
.cart-summary > .title {
    color: #000;
    font-weight: 700;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.cart-summary .cart-totals-container-wrapper {
    box-shadow: 0px 0px 20px #00000029;
    padding: 20px 15px;
}
.cart-summary .cart-totals {
    border-top: none;
    padding-top: 0;
}
.cart-summary .block > .title:after {
    top: 3px;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
    max-width: 100%;
    font-size: 1.6rem;
}
.cart-summary ul.checkout.methods.items.checkout-methods-items {
    margin-top: 0;
}
.mark {
    background: none;
    color: #898989;
}
.cart-summary .price, .cart-summary label.label,
#co-shipping-method-form .item-title {
    color: #000;
    font-weight: 700;
}
.cart-totals .grand .mark {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
}
.cart-totals .grand .price {
    color: #EC6713;
}
.cart-summary .block .content {
    padding-top: 0;
}
.cart-summary .fieldset:last-child {
    margin-bottom: 0;
}
.cart-summary .cart-totals tbody .amount, .cart-summary .cart-totals tbody .mark {
    padding: 0 0 20px 0;
}
.cart-summary  .cart-totals .grand th, .cart-summary .cart-totals tbody .grand.totals .amount {
    padding: 20px 0;
}
.cart-container .form-cart .actions.main button.action.update {
    background: #fff;
    padding: 15px 40px;
    border-radius: 5px;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
    text-decoration: none;
    position: relative;
    font-weight: 700;
    font-size: 1.6rem;
}
.cart-discount .block.discount > div > strong, .cart-discount .block > .title strong {
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
}
.cart-container .cart-discount #discount-coupon-form {
    margin-top: 20px;
}
.cart-discount .input-text, .form-discount .input-text {
    background: #eee;
    padding: 15px 20px;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    color: #898989;
    text-decoration: none;
    font-size: 1.6rem;
    height: 56px;
}
.cart-container .actions-toolbar button.action.primary, .checkout-cart-index .amactions-toolbar button.action.primary,
 .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-apply-gift,
  .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    position: relative;
    font-weight: 700;
    font-size: 1.6rem;
    margin-left: 15px;
    max-width: 100%;
    width: auto;
    height: 56px;
    border-radius: 5px;
    color: #000!important;
    background: #fff!important;
    border-color: #000!important;
    box-shadow: none!important;
}
.cart-discount .fieldset {
    width: auto;
    display: inline-block;
}
.checkout-cart-index .amactions-toolbar {
    display: flex;
}
/**********************************************************/
/**********************************************************/
/********************  Cart Page End  **********************/
/********************  Cart Page End  **********************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/********************  Checkout Page Start  **********************/
/********************  Checkout Page Start  **********************/
/**********************************************************/
.opc-progress-bar {
    margin: 20px 0 20px;
}
.checkout-index-index .modal-custom .modal-content, .checkout-index-index .modal-custom header.modal-header {
    border: none;
}
.checkout-index-index .modal-custom .field .control {
    width: 100%!important;
}
.checkout-index-index .modal-custom  .block-authentication .actions-toolbar > .primary .action {
    background: #EC6713;
    border-color: #EC6713;
    color: #fff;
    box-shadow: none;
}
.checkout-index-index .modal-custom  .block-authentication .actions-toolbar > .primary .action:hover {
    background: #333;
    color: #EC6713!important;
    border-color: #333;
}
.checkout-index-index button.action.action-auth-toggle {
    color: #666;
}
.checkout-payment-method .payment-option-title .action-toggle {
    color: #000;
    font-size: 1.6rem;
}
.opc-progress-bar-item._complete > span {
    color: #666;
 }
.table-checkout-shipping-method tbody td:first-child {
    padding-left: 15px;
 }
 .opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title,
 .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title {
    font-weight: 700;
 }
/**********************************************************/
/**********************************************************/
/********************  Checkout Page End  **********************/
/********************  Checkout Page End  **********************/
/**********************************************************/


@media (min-width: 768px) {
    .mobile-scroll {
    display: none;
    }
    .checkout-cart-index .cart-discount {
        top: -80px;
        position: relative;
        width: auto;
    }
    .checkout-cart-index #block-reward {
        margin-top: 20px;
        clear: left;
        width: 100%;
    }

}