.view-gcart-fixed {
    position: fixed;
    top: 0px;
    height: 100vh;
    transition: 0.5s ease;
    width: 430px;
    right: -40px;
    flex-direction: row;
    display: flex;
    transform: translateX(calc(100% - 40px));
    z-index: 9999;
    max-width: 100%;
}

.view-gcart-fixed:hover {
    /* transform: translateX(0px); */
}

.view-gcart-fixed .shopping-cart {
    min-width: 40px;
    height: 38px;
    display: block;
    color: #FFF;
    background: #007bff;
    font-size: 19px;
    padding: 5px 5px 5px 10px;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    margin-top: 40vh;
    margin-left: -40px;
}

.add2cartModal {
    background: #000;
    color: #FFF;
}

.view-gcart-fixed .gcart {
    background: #eaeaeaf8;
    height: 100%;
    width: 100%;
    margin-right: 30px;
}

.view-gcart-fixed .gcart a {
    color: #000 !important;
}

.view-gcart-fixed .gcart-title {
    height: 40px;
    background: #333;
    line-height: 40px;
    color: #FFF;
    text-align: center;
}

.view-gcart-fixed .gcart-content {
    height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
    font-weight: normal;
    font-size: .8rem;
    padding-right: 10px;
}

.view-gcart-fixed .gcart-title>i {
    line-height: 40px;
    font-size: 1.3rem;
    cursor: pointer;
    color: #d9534f;
    position: absolute;
    left: 25px;
}

.view-gcart-fixed .gcart-control {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
}

.view-gcart-fixed .gcart-control>div {
    width: 50%;
    text-align: center;
    background: #fff;
    color: #000;
    border-top: 1px solid #e0e0e0;
}

.view-gcart-fixed .gcart-total {
    display: flex;
    flex-direction: column;
}

.view-gcart-fixed .cart-total-text {
    margin: auto;
    font-size: .6rem;
}

.view-gcart-fixed .gart-total-amount {
    margin-top: -8px;
}

.view-gcart-fixed .gcart-checkout {
    background: #2bb673 !important;
    display: flex;
}

.view-gcart-fixed .gcart-checkout>span {
    margin: auto;
    color: #FFF !important;
}

.view-gcart-fixed .gcart-checkout i {
    padding: 0px 5px;
    font-size: .7rem;
}

.view-gcart-fixed .gcart .product-title {
    width: 70%;
    padding: 0px 15px;
}

.view-gcart-fixed .gcart .product-photo {
    width: 30%;
    padding: 0px 5px;
}

.view-gcart-fixed .cart-table thead {
    display: none;
}

.view-gcart-fixed .cart-table tbody tr {
    background: #FFF;
    margin-top: 10px !important;
    border: 11px solid #eaeaeaf8;
    /*         box-shadow: 0px 0px 0px 6px #cecece; */
    transform: scale(1);
}

.view-gcart-fixed .cart-table tbody tr td:first-child {
    color: #000;
}

.view-gcart-fixed .cart-table tbody td {
    display: block;
    padding: 5px 12px !important;
    min-width: 100%;
    padding: 5px;
    position: relative;
}

.view-gcart-fixed .cart-table tbody td>i {
    line-height: .8rem;
    margin-top: 4px;
    vertical-align: middle;
    position: absolute;
    right: 22px;
}

.view-gcart-fixed .cart-table tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 8rem;
    vertical-align: middle;
    color: #333;
}

.view-gcart-fixed .cart-table tbody td .form-control {
    width: 55%;
    display: inline !important;
}

.view-gcart-fixed .cart-buttons {
    margin: 4px;
    margin-bottom: 10px;
}

.view-gcart-fixed .actions .btn-info {
    float: left;
}

.view-gcart-fixed .actions .btn-danger {
    float: right;
}

.view-gcart-fixed .actions .btn {
    margin: 0px 0px;
    height: 29px;
}

.view-gcart-fixed .gcart-product-title {
    font-size: 1rem;
}

.view-gcart-fixed .cart-table tbody td:before {
    font-weight: normal;
}

.view-gcart-fixed .cart-table tbody td:first-child:before,
.cart-table tbody td:last-child:before {
    display: none;
}

.view-gcart-fixed .cartinput-size-select,
.cartinput-quantity {
    font-size: .8rem;
    line-height: .8rem;
    padding: 0rem 1rem;
    height: 1.3rem !important;
    border: none;
    background: #f8f8f8f8;
}

.view-gcart-fixed .table-hover tbody tr:hover {
    background-color: #FFF;
    ;
}

.view-gcart-fixed .overlay {
    background: #00000094;
    opacity: 1;
    display: block;
}

.view-gcart-fixed .empty-cart {
    display: flex;
    flex-direction: column;
}

.view-gcart-fixed .empty-cart>img {
    width: 70%;
    margin: 50px auto;
}

.view-gcart-fixed .empty-cart>span {
    margin: 0px auto 40px auto;
    font-size: .9rem;
}

.view-gcart-fixed .empty-cart>button {
    margin: 0 auto;
    background: #333;
    color: #FFF;
    font-size: .9rem;
    padding: 5px 20px;
}

.view-gcart-fixed .empty-cart i {
    line-height: 100%;
    padding-left: 5px;
    font-size: .7rem;
}

.view-gcart-fixed td.actions::before {
    display: none !important;
}

.view-gcart-fixed .cart-table tbody td:before {
    width: auto;
}

button:focus {
    outline: 1px dotted !important;
}

.view-gcart-fixed .cart-buttons.products-cart-button {
    width: unset;
}

.view-gcart-fixed .view-gcart-fixed span.badge {
    font-size: .8rem !important;
    font-weight: normal !important;
    display: block;
    background: #d4f2ff;
    line-height: 1rem;
    color: #1B5E20;
}

.shopping-cart-badge {
    font-size: x-small;
    text-align: center;
    margin-left: 2px;
    font-weight: normal;
}




.number-input {
    display: inline-flex;
    border: 1px solid #a1a1a1;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    margin: 0;
    position: relative;
    box-shadow: none;
    font-size: 12px;
    background: #FFF;
    color: #000;
    outline: none !important;
}

.number-input input[type=number] {
    max-width: 4rem;
    padding: 0.5rem;
    border: none;
    font-size: 1rem;
    height: 2rem;
    text-align: center;
}

.cart-modify {
    line-height: 2.1rem;
}

.cart-toggler {
    background-image: none !important;
}

.design-cart-label {
    float: left;
    line-height: 35px;
}

.design-cart-input {
    width: 70px;
    float: right;
}

.design-cart-flipper {
    position: relative;
}

.designs-element-price {
    margin-top: 39px;
    ;
}

.designs-element-sizes {
    top: -20px;
    margin-top: 35px
}

.design-cart-img {
    width: 100%;
}

.trash-icon {
    position: relative;
    font-size: 20px;
    float: right;
    z-index: 20;
    cursor: pointer;
}

.btnProceed {
    width: 300px;
    height: 50px;
}

select {
    border: 1px solid #111;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/img/double_caret.png') 95% / 20% no-repeat #fff;
}

.tee-ui-front {
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

.tee-ui-back {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    display: none;
}

.switch-ui {
    width: 141px;
    left: calc(50% - 70px);
    top: 2%;
}

.overlay {
    background: rgba(0, 0, 0, .16);
    text-align: center;
    opacity: 1;
    width: 100%;
    transition: opacity .25s ease;
    -webkit-box-shadow: 2px 2px 6px 5px #efefef;
    box-shadow: 2px 2px 6px 5px #efefef;
}


.cart-item-count {
    font-size: 25px;
    color: #000;
    margin-top: -12px;
    padding-bottom: 39px;
}

.cart-item-icon {
    color: #000;
}


.cart-table>tbody>tr>td,
.cart-table>tfoot>tr>td {
    vertical-align: middle;
}

.product-photo {
    min-width: 100px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.cart-buttons {
    margin: 4px;
}


.table-header-item {
    text-align: center;
    width: 9.82%;
    margin: 1px;
    padding: 10px;
    background: #efefef;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-body-item {
    text-align: center;
    width: 12%;
    margin: 1px;
    padding: 10px;
    background: #efefef
}

.cart-table-header-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-table-body-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-overview-container {
    margin: 3px;
}

.cart-overview-close {
    position: absolute;
    right: 5px;
    cursor: pointer;
    color: #e91e1e;
    font-size: x-large;
    top: 5px;
}

.cart-overview-design-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: #0275d8;
    font-size: x-large;
}

.cart-overview-button {
    margin-top: 5px;
}

.cart-overview-design-button {
    margin-top: 5px;
}


.nav-cart-button {
    margin-top: 16px;
    margin-right: 5px;
}

.shopping-cart-badge {
    font-size: x-small;
    text-align: center;
    margin-left: 2px;
    font-weight: normal;
}


.design-cart-size-box {
    display: inline-block;
    margin-top: 2px;
    width: 115px;
    margin-left: 10px;
}


.new-cart-price-box {
    text-align: center;
    line-height: 130px;
    color: #348934;
    font-weight: bold;
    font-family: "Ubuntu";
    font-size: 20px;
}


.view-cart-fixed {
    display: block;
    position: fixed;
    width: 40px;
    height: 38px;
    background: #0d9553;
    top: calc(50% - 19px);
    color: #fff;
    right: calc(0px);
    font-size: 19px;
    padding: 5px 5px 5px 10px;
    overflow: hidden;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    transition: 0.5s ease;
}

.view-cart-fixed:hover {
    width: 125px;
}


@media (max-width: 1024px) {
    .table-header-item {
        width: 10.9%
    }

    .tee-animate-button {
        padding: 5px;
    }

    .artist-header-text {
        font-size: 1.2em;
    }

    .artist-content-count {
        font-size: 1.2em;
    }

    .like-box {
        color: #ff005a;
        cursor: pointer;
        float: none;
        text-align: center;
        width: 50px;
        margin-left: calc(50% - 25px);
    }

    /*cart table*/
    .cart-table tbody td .form-control {
        width: 40%;
        display: inline !important;
    }

    .cart-buttons {
        margin: 4px;
        margin-bottom: 10px;
    }

    .actions .btn {
        margin: 1.5em 0;
    }

    .xs-product-photo {
        width: 100px;
        position: relative;
        right: 10px;
        top: -20px;
        display: inline-block;
        float: right;
        z-index: 999;
    }

    .actions .btn-info {
        float: left;
    }

    .actions .btn-danger {
        float: right;
    }

    .cart-table thead {
        display: none;
    }

    .cart-table tbody td {
        display: block;
        padding: .6rem;

    }



    /*cart table*/

}


@media (max-width: 575px) {
    .pricemodal-content {
        display: flex;
        flex-direction: column;
    }

    .card-view {
        text-align: center;
    }

    .product-grid-single {
        width: 50%;
        float: left;
    }

    .design-cart-img {
        width: 20%;
    }

    .category-mobile {
        display: block;
    }

    .category-nonmobile {
        display: none;
    }

    .store-cover {
        height: 200px;
        background-size: cover;
        margin-bottom: 60px;
    }

    .store-logo {
        width: 100px;
        height: 100px;
        left: calc(50% - 50px);
    }

    .store-title {
        text-align: center;
        font-size: 20px;
        margin-top: 40px;
        margin-left: 0px;
    }

    .store-desc {
        text-align: center;
        font-size: 14px;
        margin-left: 0px;
    }

    .cart-table-body-div {
        display: block;
    }

    .table-header-item {
        float: left;
        display: inline-block;
        width: 49.2%;
        height: 50px;
    }

    .table-body-item {
        float: left;
        display: inline-block;
        width: 49.2%;
        height: 50px;
    }

    .table-body-item-last {
        width: 100%;
    }

    .table-body-item-first {
        padding-top: 1px;
    }



    .datepicker-block {
        width: 100%;
    }

    .product-edit-input-seller {
        width: 100%;
        float: left;
    }

    .scroll-lock {
        display: block;
    }

    .fin-picker {
        width: 100%;
        margin-top: 0px;
        float: left;
    }

    .sell-picker {
        width: 100%;
        margin-top: 0px;
        float: left;
    }

    .simple-chart {
        width: 98.5%;
    }

    .hb1-content {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .hb2-content {
        margin: 0px;
        padding-top: 7%;
        padding-bottom: 5%;
    }

    .hb4-h4-1 {
        font-size: 1em;
        margin: 0px;
    }

    .hb4-h4-3 {
        font-size: 1em;
    }

    .hb4-h4-2 {
        font-size: 1em;
        margin: 0px;
    }

    .hb4-span {
        font-size: 0.7em;
    }

    .new-cart-price-box {
        line-height: 50px;
    }

    .ftbl {
        width: 90%;
    }

    .ftbl-text {
        font-size: 0.9em;
    }
}

@media (min-width: 576px) {
    .cart-overview-close {
        display: none;
        top: 5px;
    }

    .cart-overview-design-close {
        display: none;
    }

    .campaigner-details_data {
        top: 60px;
    }
}


@media (min-width: 992px) {
    .selection-group:hover {
        max-height: 500px;
    }

    .cart-modify {
        font-size: 0.8rem;
    }

    .alert-boxes-seller {
        padding: 20px;
        margin-left: -15px;
        margin-right: 20px;
    }

    .seller-product-stat {
        margin-right: 20px;
    }

    .seller-product-list {
        margin-right: 20px;
    }
}



/* css spiner */
.cart-table tbody td.spinner {
    padding: 30% 0% !important;

    height: 100%;
    text-align: center;
    font-size: 10px;
    position: absolute !important;
    background: #ffffffbd !important;
    z-index: 999;
    top: 0;
    left: 0;
    border: 0px !Important;
}

.spinner>div {
    background-color: #4CAF50;
    height: 100%;
    width: 3px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
    margin: 0px 5px;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}


@media(max-width: 996px) {
    .cart-table tbody td.spinner {
        padding: 50% 0% !important;
    }

}

.cart-count-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}



.width-half-left {
    width: 48%;
    margin-right: 1.9%;
    float: left;
}

.width-b-half-left {
    width: 40%;
    margin-right: 1.9%;
    padding-top: 5px;
    float: left;
}

.b-width-half-left {
    margin-right: 1.9%;
    float: left;
}

.width-half-right {
    width: 50%;
    padding-top: 5px;
    float: right;
}

.width-b-half-right {
    width: 20%;
    padding-top: 5px;
    float: right;
}

.a-width-half-right {
    float: right;
}

.checkout-info-box {
    background: #ffffff;
    padding: 40px 20px;
    border-radius: 5px;
}

.payment-method-selector {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 10px;
    line-height: 60px;
    width: 190px;
    padding: 5px;
    border-radius: 5px;
    height: 90px;
    border: 1px solid #ffffff;
    transition: .3s ease;
    box-shadow: 0px 0px 5px 0px #9f9f9f;
    max-width: 48%;
}

.payment-method-selector:hover {
    border: 1px solid #4CAF50;
}

.payment-method-selector+.payment-method-selector {
    margin: 0px;
    margin-top: 10px;
    padding: 5px;
}

.payment-method-radio {
    position: relative !important;
}

.payment-method-logo {
    width: 100%;
}



.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
}



.form-check.disabled .form-check-label {
    color: #818a91;
    cursor: not-allowed;
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer;
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem;
}

.form-check-input:only-child {
    position: static;
}

.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
}

.form-check-inline+.form-check-inline {
    margin-left: .75rem;
}

.form-check-inline.disabled {
    color: #818a91;
    cursor: not-allowed;
}


.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer;
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem;
}

.form-check-input:only-child {
    position: static;
}