﻿.mark {
    background: transparent !important;
}
*:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}
.cart-container {
    min-height: 320px;
    direction: rtl;
}
.empty_cart {
    text-align: center;
}
.empty_cart .cart_top {
    margin: 5px 0 30px;
    line-height: 29px;
}
.empty_cart .cart_top h2 {
    font-style: 29px;
    font-family: "proximanova-bold";
}
.empty-cart-test {
    margin-bottom: 10px;
    color: #5a5a5a;
}
.empty-cart-test a {
    color: #000;
    font-family: "proximanova-bold";
}
.cart-empty_icon {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}
.cart-empty_icon .empty_cart_icon {
    background: url(../../images/sprite.png) -462px -37px no-repeat;
    width: 58px;
    height: 63px;
    margin-top: 7px;
    display: inline-block;
}
.cart-page {
    font-size: 14px;
}
.cart-page .checkout-link {
    border: none;
    cursor: pointer;
    display: inline-block;
    background: #2a7ab0;
    padding: 5px 43px;
    margin-right: 25px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 300;
}
.cart-page .checkout-link:hover {
    text-decoration: none;
}

.loading-mask{
    position: fixed;
    background: rgb(0 0 0 / 80%);
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.loading-mask .loader > img{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.coupon-popup{
    width: calc(100% - 30px);
    max-width: 545px;
}

.coupon-popup .modal-content{
    margin-bottom: 15px;
}

.coupon-popup .modal-content h2{
    font-size: 20px;
    margin: 10px 0 0;
}

@media only screen and (max-width: 640px) {
    .cart-page .checkout-link {
        font-size: 16px;
        padding: 5px 40px;
    }
}
.cart-page .cart-top-links {
    width: 100%;
    margin: 20px 0px;
    clear: both;
}
.cart-page .cart-top-links .back-link {
    display: inline-block;
    color: #444;
    font-size: 14px;
}
.cart-page .cart-top-links .arrow-left {
    position: relative;
    background: transparent;
    top: 4px;
    padding: 0 6px;
    transform: rotate(-90deg) rotate(180deg);
    -moz-transform: rotate(-90deg) rotate(180deg);
    -webkit-transform: rotate(-90deg) rotate(180deg);
    -ms-transform: rotate(-90deg) rotate(180deg);
}
.cart-page .cart-table {
    width: 100%;
    color: #444;
}
.cart-page .cart-table table {
    width: 100%;
}
.cart-page .cart-table th,
.cart-page .cart-table td {
    padding: 10px;
    font-size: 14px;
    text-align: right;
}
@media only screen and (max-width: 640px) {
    .cart-page .cart-table th,
    .cart-page .cart-table td {
        padding: 5px;
    }
}
.cart-page .cart-table th:last-child,
.cart-page .cart-table td:last-child {
    text-align: right;
}
.cart-page .cart-table th a,
.cart-page .cart-table td a {
    color: #2a7ab0;
}
.cart-page .cart-table th {
    background-color: #ebebeb;
}
.cart-page .cart-table td {
    border-bottom: solid 1px #cccccc;
    vertical-align: top;
}
.cart-page .cart-table td.item-price,
.cart-page .cart-table td.price {
    padding-top: 20px;
}
.cart-page .cart-table td.quantity {
    padding-top: 15px;
}
.cart-page .cart-table .your-items {
    width: 70%;
}

.cart-page .cart-table .your-items .product-image-container{
    display: inline-block;
}

.cart-page .cart-table .your-items .product-image-container img{
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

@media only screen and (max-width: 1025px) {
    .cart-page .cart-table .your-items {
        width: 50%;
    }
}
@media only screen and (max-width: 800px) {
    .cart-page .cart-table .your-items {
        width: 55%;
    }
}
@media only screen and (max-width: 640px) {
    .cart-page .cart-table .your-items img {
        max-width: 135px;
        height: auto;
    }
}

.cart-page .cart-table .quantity {
    width: 10%;
    text-align: center;
}
@media only screen and (max-width: 800px) {
    .cart-page .cart-table .quantity {
        width: 15%;
    }
}
.cart-page .cart-table .price {
    font-family: "proximanova-bold";
}

.cart-page .cart-table .item-code {
    font-size: 12px;
}
.cart-page .cart-table .stock-info {
    font-size: 14px;
    font-family: "proximanova-bold";
    margin-bottom: 8px !important;
}
.cart-page .cart-table .prdct-details {
    margin-left: 20px;
}
.cart-page .cart-table .prdct-details h4 a {
    font-size: 16px;
    font-family: "proximanova-bold";
    color: #2a7ab0;
}
.cart-page .cart-table .prdct-details p {
    margin-bottom: 2px;
    line-height: 1;
}
.cart-page .cart-table .prdct-details .prdct-option {
    font-size: 12px;
}
.cart-page .cart-table .prdct-details .move-links {
    margin-top: 5px;
}
.cart-page .cart-table select {
    padding: 7px 10px;
    border: solid 1px #cccccc;
}
.cart-page .cart-footer {
    float: left;
    margin: 25px 0px;
    width: 100%;
}

.cart-page .cart-footer hr{
    clear: both;
}

.cart-page .cart-footer .coupon-section {
    float: right !important;
}
@media only screen and (max-width: 800px) {
    .cart-page .cart-footer .coupon-section {
        width: 40%;
    }
}
.cart-page .cart-footer .coupon-section .title {
    text-align: right;
}
.cart-page .cart-footer .dark-bg {
    background: #444444;
    padding: 2px 50px;
    font-size: 12px;
}
@media only screen and (max-width: 800px) {
    .cart-page .cart-footer .dark-bg {
        padding: 2px 10px;
    }
}
.cart-page .cart-footer .dark-bg a {
    color: #fff;
}
.cart-page .cart-footer .totals-section {
    width: 50%;
    float: left !important;
}

.cart-page .cart-footer .totals-section .table-wrapper{
    position: relative;
}

.cart-page .cart-footer .totals-section .table-wrapper .loading-mask{
    position: absolute;
    top: -8px;
    left: 0;
}

@media only screen and (max-width: 800px) {
    .cart-page .cart-footer .totals-section {
        width: 55%;
    }
}
.cart-page .cart-footer .totals-section td,
.cart-page .cart-footer .totals-section th {
    padding: 15px 0;
    border-bottom: dashed 1px #d3d3d3;
    font-family: "proximanova-bold";
    font-weight: normal;
}
.cart-page .cart-footer .totals-section td span,
.cart-page .cart-footer .totals-section th span {
    font-size: 12px;
    font-family: "proximanova-regular";
    color: #666;
}
.cart-page .cart-footer .totals-section th strong {
    font-weight: normal;
}
.cart-page .cart-footer .totals-section td.amount,
.cart-page .cart-footer .totals-section th.amount {
    text-align: right;
}
.cart-page .cart-footer .totals-section td:first-child span,
.cart-page .cart-footer .totals-section th:first-child span {
    font-family: "proximanova-bold";
    color: #212529;
}
.cart-page .cart-footer .totals-section .total-row {
    font-size: 20px;
    font-family: "proximanova-bold";
}
@media only screen and (max-width: 640px) {
    .cart-page .cart-footer .totals-section .total-row {
        font-size: 18px;
    }
    .cart-page .cart-footer .totals-section .table-wrapper .loading-mask{
        top: 10px;
    }
}
.cart-page .cart-footer .totals-section .total-row td {
    border-bottom: none;
    font-size: 20px;
    text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
    .cart-page .cart-footer .totals-section .total-row td {
        font-size: 18px;
    }
}
@media only screen and (max-width: 640px) {
    .cart-page .cart-footer .totals-section .total-row td {
        font-size: 18px;
        padding-bottom: 0;
    }
}
.cart-page .cart-footer .totals-section .total-row td span {
    font-size: 15px;
    vertical-align: middle;
}
.cart-page .cart-footer label {
    display: block;
    margin-bottom: 0;
    font-weight: bold;
}
.cart-page .cart-footer .coupon_btn .control {
    float: right;
    width: 60%;
}
.cart-page .cart-footer .coupon_btn .control input {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    text-transform: uppercase;
    color: #666666;
    font-size: 12px;
    height: 30px;
}
.cart-page .cart-footer .coupon_btn .actions-toolbar {
    float: right;
    width: 25%;
    margin-right: 5px;
}
.cart-page .cart-footer .coupon_btn .actions-toolbar .btn-brand {
    background: #2a7ab0;
    padding: 3px 8px;
    border: none;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    height: 30px;
    width: 100%;
}

.cart-page h2 {
    margin-top: 50px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.cart-page h2 span {
    display: inline-block;
    background: #fff;
    font-size: 30px;
    padding: 5px 30px;
    font-family: "proximanova-bold";
}
@media only screen and (max-width: 640px) {
    .cart-page h2 span {
        font-size: 16px;
    }
}
.cart-page .styled-heading {
    position: relative;
    z-index: 0;
}
.cart-page .border-line {
    position: absolute;
    width: 100%;
    top: 50%;
    border-bottom: solid 1px #d1d7e3;
}
.cart-page .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: 0.01%;
    overflow-x: auto;
}
.cart-page .table-responsive .shipping {
    font-weight: normal;
    font-size: 14px !important;
}
.cart-page .alert-red {
    color: #d70202 !important;
    font-family: "proximanova-regular";
}
.cart-page .alert-strike {
    display: block;
    text-decoration: line-through;
}

.cart-page .price-excluding-tax{
    display: block;
    text-align: right;
}

.cart-page .special-price {
    display: block;
    color: #d70202;
}

.cart-page .discount{
    display: inline;
}

.recommend_block {
    padding-top: 0px;
    padding-bottom: 30px;
}
.recommend_block h2 {
    position: relative;
    margin-bottom: 20px;
}
.recommend_block h2:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #ccc;
}
.recommend_block h2 span {
    font-family: "proximanova-bold";
    color: #444;
    background: #fff;
    font-size: 22px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    padding: 0 30px;
}
.recommend_block #recommend_prd {
    padding: 0 30px;
}
.recommend_block #recommend_prd .slick-slide > div {
    margin: 0 5px;
}
.recommend_block #recommend_prd .slick-prev {
    left: 13px;
}
.recommend_block #recommend_prd .slick-next {
    right: 13px;
}
.recommend_block .item {
    background: #f3f4f6;
    border: 1px solid #ededed;
}
.recommend_block .item .product-item-photo {
    display: block;
}
.recommend_block .item .product-item-photo img {
    max-height: 307px;
}
.recommend_block .item .lk_sub_content {
    padding-top: 20px;
    min-height: 100px;
    background: #fff;
}
.recommend_block .item .lk_sub_content p {
    margin-bottom: 8px;
}
.recommend_block .item .lk_sub_content p a {
    font-size: 14px;
    color: #444;
    text-decoration: none;
}
.recommend_block .item .lk_sub_content .price-box span.old-price {
    text-decoration: line-through;
    font-size: 16px;
    color: #444;
    padding: 0 4px;
}
.recommend_block .item .lk_sub_content .price-box span.special-price {
    font-family: "proximanova-bold";
    color: #d70202;
    padding: 0 4px;
}
.recommend_block .item .lk_sub_content .price-box span.price-discount {
    color: #d70202;
    font-size: 14px;
}
.recommend_block .item .lk_sub_content .price-box span.price-discount:after {
    content: ")";
}
.recommend_block .item .lk_sub_content .price-box span.price-discount:before {
    content: "(";
}
.cart-page .cart-footer .coupon_btn .actions-toolbar .cancel {
    background: #2a7ab0;
    padding: 3px 8px;
    border: none;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    height: 30px;
    width: 100%;
}
.cart-page .cart-footer .totals-section th span.coupon_txt{
    display: inline-block;
    text-transform: uppercase;
}

@media (max-width: 667px) {
    .cart-page .cart-table table,
    .cart-page .cart-table tbody,
    .cart-page .cart-table tr,
    .cart-page .cart-table td {
        display: block;
        width: 100% !important;
    }
    .cart-page .cart-table td {
        padding: 0;
        border: none;
    }
    .cart-page .cart-table td.item-price {
        padding: 0 0 0 46.4%;
    }
    .cart-page .cart-table td.item-price .price {
        width: 100%;
        font-family: "proximanova-regular";
    }
    .cart-page .cart-table td.item-price .price:before {
        content: "Item Price: ";
    }
    .cart-page .cart-table td.price {
        padding: 0 0 0 46.4%;
    }
    .cart-page .cart-table td.price .price:before {
        content: "Total Price: ";
        font-family: "proximanova-regular";
    }
    .cart-page .cart-table td:last-child {
        text-align: inherit;
    }
    .cart-page .cart-table .item-info {
        border-bottom: solid 1px #cccccc;
        padding: 15px 0;
    }
    .cart-page .cart-table table thead {
        display: none;
    }
    .cart-page .cart-table table tbody tr:first-child {
        border-top: solid 1px #cccccc;
    }
    .cart-page .cart-table .quantity {
        text-align: right;
        padding-left: 46.4%;
        padding-bottom: 15px;
    }
    .cart-page .cart-table .quantity:before {
        content: "Qty: ";
    }

    .cart-page .cart-table .prdct-details .movewish_rmv {
        position: absolute;
        top: 138px;
        left: 0;
    }
    .cart-page .cart-table .prdct-details .movewish_rmv a {
        font-size: 11px;
    }
    .cart-page .cart-table .your-items {
        position: relative;
    }
    .cart-page .cart-footer .coupon-section {
        width: 100%;
    }
    .cart-page .cart-footer .coupon_btn .control {
        float: right;
        width: 73%;
    }
    .cart-page .cart-footer .totals-section {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 640px) {
    .cart-page .cart-top-links .arrow-left {
        top: 0;
    }
    .coupon-popup .modal-content h2{
        font-size: 16px;
    }
}
@media (max-width: 320px) {
    .cart-page .cart-footer .coupon_btn .control {
        float: left;
        width: 69%;
    }
    .cart-page .cart-top-links .back-link {
        font-size: 12px;
    }
}