:root {
  --main-font-family-normal:font-family: 'Poppins', sans-serif;
  --main-font-family-bold:font-family: 'Poppins', sans-serif;
  --main-font-weight-bold:font-weight:500;
  --notes-font-family-normal:font-family: 'Roboto';
  --main-bt-bg-color: #222529;
  --main-bt-text-color:#ffffff;

}

/*
.notes-title {
    font-family: var(--main-font-family-normal);
    background:var(--main-bt-bg-color);
}
*/

/*My Account General Starts*/

.order-detail-title {
    font-size: 16px;
    font-family: var(--main-font-family-normal);
    color: #414141;
    padding-right: 5px;
    line-height: 23px;
    margin: 10px 0px 10px 0px;
}

.order-detail-desc, .order-detail-desc2 {
    display: grid;
}
.order-detail-desc, .order-detail-desc2 {
     display: grid; 
    /* padding: 0px 0px 0px 15px; */
    /* line-height: 24px; */
    font-size: 13px;
    font-family: var(--main-font-family-normal);
    color:#000;
}

.order-details-address {
    font-size: 12px;
    font-family: var(--main-font-family-normal);
    color: #0a0f21;
    padding-right: 5px;
    line-height: 23px;
}

.order-detail-desc2 span {
    font-weight: 400;
}

.order-details-address span, .order-detail-desc2 .order-details-address span, .order-detail-desc span {
    font-weight: 500;
    font-size: 12px;
}

.order-detail-desc2 span, .order-detail-desc span {
    font-size: 12px;
    font-family: var(--main-font-family-normal);
    color: #0a0f21;
    font-weight: 400;
    padding-right: 5px;
    line-height: 23px;
}
.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@keyframes width1 {
    from {
        width:0%;
    }
    to {
        width:78%;
    }
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

 progress {
     /* Reset the default appearance */
     -webkit-appearance: none;
     height: 2px;
     width: 78%;
     margin-left: 11%;
     position: relative;
     top: 14.5px;
    /* -webkit-transition: width 2.9s cubic-bezier(0.09, 0.09, 0.58, 1);
  -moz-transition: width 2.9s cubic-bezier(0.09, 0.09, 0.58, 1);
  -o-transition: width 2.9s cubic-bezier(0.09, 0.09, 0.58, 1);
  transition: width 2.9s cubic-bezier(0.09, 0.09, 0.58, 1);
  overflow: hidden;*/
    animation: width1 4s cubic-bezier(0.09, 0.09, 0.58, 1);
    -moz-animation: width1 4s cubic-bezier(0.09, 0.09, 0.58, 1); /* Firefox */
    -webkit-animation: width1 4s cubic-bezier(0.09, 0.09, 0.58, 1); /* Safari and Chrome */
    -o-animation: width 4s cubic-bezier(0.09, 0.09, 0.58, 1); /* Opera */;

 }
 
 progress::-webkit-progress-bar {
     background-color: #cecece;
 }

 .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}
.circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #d7d7d7;
    position: relative;
    color: #f5f5f5;
    text-align: center;
    margin-left: 45%;
}

.circle-active {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #388e3c;
    position: relative;
    color: #fff;
    text-align: center;
    margin-left: 45%;
}

.status p {
    font-size: 12px;
    font-family: var(--main-font-family-normal);
    font-weight: 500;
    text-align: center;
    color: #a9a9a9;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: 400;
}

.status .active-text p {
    font-size: 12px;
    font-family: var(--main-font-family-normal);
    text-align: center;
    color: #388e3c;
    margin-top: 5px;
    opacity: 100;
    margin-bottom: 0px;
    font-weight: 400;
}

.status .times {
    font-size: 8px;
    font-family: var(--main-font-family-normal);
    font-weight: 500;
    text-align: center;
    color: #adadad;
    margin-top: -9px;
    margin-bottom: 11px;
}

.status .active-text .times {
    font-size: 8px;
    font-family: var(--main-font-family-normal);
    font-weight: 500;
    text-align: center;
    color: #adadad;
    margin-top: 0px;
    margin-bottom: 11px;
    opacity: 100;
    animation: fadein 1.5s;
    -moz-animation: fadein 1.5s;
    -webkit-animation: fadein 1.5s;
    -o-animation: fadein 1.5s;
}
.status .circle-active i, .status .circle i {
    font-size: 9px;
    bottom: 39%;
    position: relative;
}

.size-bt-mar {
    margin-right: -4px;
    position: relative;
    margin-top: 8px;
}

.size-bt-mar2 {
    position: relative;
    margin-top: -21px;
}

.rel-img {
    width: 74px;
    padding: 0px 19px 0px 0px;
    overflow: hidden;
}

.checkavl {margin-top: -71px;}

.mob-p-top {padding-top:10px;}
.orderdetail-total-text-title {
     font-size: 13px;
     font-family: var(--main-font-family-normal);
     font-weight: 500;
     color: #322b26
 }

 .order-total-text-title {
     font-size: 17px;
         font-family: var(--main-font-family-normal);
     font-weight: 500;
     color: #322b26
 }

 .orderdetail-total-desc {
     font-size: 13px;
         font-family: var(--main-font-family-normal);
     color: #0a0f21;
     font-weight: 500;
 }
 
 .order-total-desc {
     font-size: 16px;
         font-family: var(--main-font-family-normal);
     color: #0a0f21;
     font-weight: 500;
 }

.orders-detail-top {
    /* border-bottom: 1px solid #e8e8e8; */
    padding-bottom: 8px;
    margin-bottom: 8px;
    position: relative;
    top: -15px;
    margin-bottom: -17px;
}
.order-details-address {
    font-size: 11px;
    line-height: 18px;
    padding: 0px 0px 10px 0px ;
        font-family: var(--main-font-family-normal);
    color:#000;
}

.mob-right {text-align:right;}
.mob-left {text-align:left;}


.orders-top {
    /* border-bottom: 1px solid #e8e8e8; */
    padding-bottom: 0px;
    margin-bottom: 10px; 
}

 .price-orders {
    font-size: 14px;
        font-family: var(--main-font-family-normal);
    color: #0a0f21;
    font-weight: 400;
    text-align: left;
    padding: 4px 0px 5px 1px;
}
.vcenter {
     
 }

.mob-track-panel {display:block;}

.pc-track-panel {display:none;}

.delivery-date {
    font-size: 11px;
        font-family: var(--main-font-family-normal);
    color: #0a0f21;
    font-weight: 400;
    /* top: 1px; */
    padding: 14px 0px 5px 10px;
    line-height: 14px;
}

.orderid-panel {
    display: inline-flex;
}

.orderid-panel span {
     font-size: 14px;
         font-family: var(--main-font-family-normal);
     color: #0a0f21;
     font-weight: 400;
     padding-right: 5px;
 }

.order-placed {
    font-size: 13px;
    font-family: var(--main-font-family-normal);
    color: #0a0f21;
    font-weight: 500;
    padding:0px 0px 10px 0px;
}

.order-placed-id {
        font-size: 12px;
    font-family: var(--main-font-family-normal);
    color: #0a0f21;
    font-weight: 500;
    padding:0px 0px 10px 0px;
}

.order-success-text {
    font-size: 29px;
    font-family: var(--main-font-family-normal);
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 13px;
    color: #5cb660;
    letter-spacing: -0.5px;
}

.order-placed-thankyou {
    font-size: 20px;
    font-family: var(--main-font-family-normal);
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 19px;
    color: #5cb660;
    letter-spacing: -0.5px;
}

.add-lable {
    font-size: 12px;
    font-family: var(--main-font-family-normal);
    padding-bottom: 12px;
    color: #000;
    text-transform: capitalize;
    line-height: 23px;
}

.add-lable-email {
    font-size: 12px;
    font-family: var(--main-font-family-normal);
    padding-bottom: 12px;
    color: #000;
    line-height: 23px;
}
.change-address-text {
    font-size: 13px;
    font-family: var(--main-font-family-normal);
    color: #ffffff;
    font-weight: 500;
    background: #000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 12px 6px 12px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.my-account-delivery-title {
    font-size: 11px;
    font-family: var(--main-font-family-normal);
    color: #0a0f21;
    font-weight: 500;
    padding-right: 5px;
    padding: 14px 0px 5px 0px;
    display: flex;
    line-height: 14px;
}


.delivery-title {
    font-size: 13px;
    font-family: var(--main-font-family-normal);
    color: #0a0f21;
    font-weight: 500;
    padding-right: 5px;
    padding: 20px 0px 20px 0px;
}


.add-box {
    background: #ffff2e;
    /* border: 1px solid #eaeaea; */
    margin: 3px 0px 0px 0px;
    padding: 22px 0px 20px 0px;
}
.grand-total {
    font-size: 16px;
        font-family: var(--main-font-family-normal);
    color: #000;
    padding: 9px 0px 14px 0px;
}

.grand-total-result {
    font-size: 16px;
        font-family: var(--main-font-family-normal);
    color: #000;
    padding: 9px 0px 14px 0px;
    text-align:right;
}
.cart-cal-result {    
    font-size: 11px;
    padding-bottom: 7px;
    text-align:right;
    font-family: var(--main-font-family-normal);
    color: #000;
}

.cart-cal {    
    font-size: 11px;
    padding-bottom: 7px;
    font-family: var(--main-font-family-normal);
    color: #000;
}

.ptype-text {    
    font-size: 11px;
    padding-bottom: 7px;
    padding-left:8px;
}

.my-account-card {
    background: #ffffff;
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
}

.orders-prod-title {
    font-size: 16px;
        font-family: var(--main-font-family-normal);
    letter-spacing: -0.6px;
    font-weight: 400;
    display: inherit;
    text-align: left;
    padding-bottom: 5px;
}

label {
    margin: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-transform: capitalize;
    font-size: 12px;
    padding-bottom: 11px;
}

.myaccount ul li {
    list-style: none;
}

.myaccount ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    border-bottom: 1px solid whitesmoke;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--main-font-family-normal);
}

.myaccount ul li i {
    padding-right: 10px;
    font-size: 16px;
    top: 2px;
    position: relative;
    width: 28px;
}

.well {
    min-height: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

form .legend {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: var(--main-font-family-normal);
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 500;
}

.form-group2 {
    margin-bottom: 0px;
    font-size: 12px;
}

.btn-cart:hover {
    color:#fff !important;
}

.button2:hover {
    color: #fff !important;
	cursor: pointer;
}

.btn-cart, .button2 {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background:var(--main-bt-bg-color);
    display: inline-block;
    padding: 8px 41px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--main-font-family-normal);
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    border: 0;
}

.well {
    min-height: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.my-orders-products {
    padding: 6px;
    border: 1px solid #e0e0e0;
    background: #fdfdfd;
    margin-bottom: 7px;
    margin-right: 1px;
    margin-left: 1px;
}

.orders-prod-title {
    font-size: 16px;
    font-family: var(--main-font-family-bold);
    letter-spacing: -0.6px;
    font-weight: 500;
    display: inherit;
    text-align: left;
    padding-bottom: 5px;
}

.size-heading {
    font-size: 12px;
    font-family: var(--main-font-family-normal);
    font-weight: 500;
    padding-right: 2px;
}

.size-desc {
    font-size: 12px;
    font-family: var(--main-font-family-normal);
    text-transform: capitalize;
}

.order-button {
    background:var(--main-bt-bg-color);
    width: fit-content;
    border-radius: 3px;
    padding: 5px 8px 4px 8px;
    font-size: 10px;
    font-family: var(--main-font-family-normal);
    color: #fff;
    font-weight: 500;
}

.myac {
    position: relative;
    border: none;
    font-size: 14px;
    display: block;
    width: 100%;
    min-height: 39px;
    height: 39px !important;
    font-family: var(--bold-font-family);
    color: #777;
    font-weight: 300;
    background-color: #fff;
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.21) !important;
    border-radius: 3px;
    transition: all 375ms ease-in-out;
    outline: none;
    padding: 0px 11px 0px 11px;
}

textarea.myac{
    height: auto;
    padding: 12px 15px;
    height: 110px !important;
}
/*My Account General Ends*/
.qty-s {
    position: relative;
    border: none;
    font-size: 14px;
    display: block;
    min-width: 20%;
    width: 20%;
    min-height: 45px;
    font-family: var(--bold-font-family);
    color: #777;
    font-weight: 300;
    background-color: #fff;
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    transition: all 375ms ease-in-out;
    outline: none;
    padding: 0px 11px 0px 11px;
}

.trk {
    position: relative;
    border: none;
    font-size: 14px;
    display: block;
    width: 100%;
    min-height: 45px;
    font-family: var(--bold-font-family);
    color: #777;
    font-weight: 300;
    background-color: #fff;
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    transition: all 375ms ease-in-out;
    outline: none;
    padding: 0px 11px 0px 11px;
}

.clr {
    position: relative;
    border: none;
    font-size: 14px;
    display: block;
    min-width: 20%;
    width: 20%;
    min-height: 45px;
    font-family: var(--bold-font-family);
    color: #777;
    font-weight: 300;
    background-color: #fff;
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    transition: all 375ms ease-in-out;
    outline: none;
    padding: 0px 11px 0px 11px;
}
/*Cart General*/

.cart-size {
    font-family: var(--main-font-family-normal);
    font-weight: 500;
    font-size: 11px;
    color: black;
    padding-top: 0px;
    display: -webkit-inline-box;
}

.size-lab {
    padding-top: 6px;
    padding-right: 10px;
}

.cart-size select {
    width: 80px !important;
}

.remove-cart {
    color: black;
    font-size: 12px;
    font-family: var(--main-font-family-normal);
}

.discount-price-text {
    text-decoration: line-through;
    font-size: 13px;
    padding: 0px 4px;
    color: #9c9c9c;
    font-family: var(--main-font-family-normal);
}
.remove-cart:before {
    display: inline-block;
        font-family: "Font Awesome 5 Free";
    content: '\f2ed';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 14px;
    color: #5a5a5a;
    padding-right: 5px;
}
.discount-rate-text {
    font-size: 13px;
    letter-spacing: -0.7px;
    color: #009966;
    font-family: var(--main-font-family-normal);
}

.remove-cart {
    color: black;
    font-size: 12px;
    font-family: var(--main-font-family-normal);
}

.search-container {
    position: absolute !important;
    z-index: 99999;
    width: 100%;
}

.list-group {
    height: 301px !important;
    overflow: auto !important;
}

.list-group-item1:first-child {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    color: #444;
    padding: 11px 20px;
    border: 1px solid #fff;
    background: whitesmoke;
}
.list-group-item1:last-child {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    text-align: left;
}
.list-group-item1 {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.list-group-item1 {
    min-width: 250px;
    position: relative;
    display: block;
    padding: 6px 3px;
    font-size: 15px;
    margin-bottom: -1px;
    background-color: #fff;
}

.desk-search {
    background: transparent;
    padding: 14px 0px 14px 0px !important;
}

.desk-search form {
    padding: 4px 0px 4px 2px;
    border: 1px solid #e6e6e694;
    background: #fff;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-header {
    display: -ms-flexbox;
    display: block;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    top: 26%;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
}

.modal-header .close {
    margin-top: -2px;
    position: relative;
    right: -60px;
    font-size: 50px;
    font-weight: 100;
    font-family: auto;
    text-shadow: none;
    color: #fff;
    opacity: 1;
    top: -24px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
    font-family: var(--main-font-family-normal);
    font-size: 14px;
    text-transform: capitalize;
    color: black;
    letter-spacing: -0.3px;
}

.modal-body {
    position: relative;
    padding: 15px;
}

@media (min-width: 768px) {

        .modal-dialog {
            width: 520px;
            margin: 30px auto;
        }
    .modal-content {
    }
}

@media only screen and (max-width: 2420px) and (min-width: 992px) {

/*My Account Destop Starts*/
    .navbar-brand {
        padding: 10px 0;
        vertical-align: top;
        margin: 0;
        width: 10% !important;
    }

    .mob-track-panel {
        display: none;
    }
    .pc-right {
        text-align: right;
    }
    .myorders_main {
        margin-bottom: 40px;
        border-bottom: 2px solid #393939;
        padding: 10px 20px 20px 20px;
        width: 100%;
        background: #ffffff;
        box-shadow: 0px 0px 7px #00000014;
    }
    .price-orders {
        font-size: 14px;
        font-family: var(--main-font-family-bold);
        letter-spacing: -0.6px;
        color: #515151;
        font-weight: 400;
        padding-top: 8px;
    }
    .order-total-text-title {
        font-size: 14px;
        font-family: var(--main-font-family-bold);
        font-weight: 500;
        color: #000;
    }
    .order-total-desc {
        font-size: 14px;
        font-family: var(--main-font-family-bold);
        color: #000;
        font-weight: 500;
    }
    .vcenter {
        display: flex;
        align-items: center;
    }
    .orders-top {
        padding-bottom: 8px;
        margin-bottom: 8px;
        padding-top: 10px;
    }
    .pc-track-panel {
        display: block;
    }
    .my-info-account {
        margin-bottom: 40px;
        border-bottom: 2px solid #393939;
        padding: 10px 20px 20px 20px;
        width: 100%;
        background: #ffffff;
        box-shadow: 0px 0px 20px #00000036;
    }
    .pc-my-account-box {
        background-color: #ffffff;
        padding-top: 38px;
        margin-top: -20px;
        padding-bottom: 30px;
    }
    .pc-sidebar {
        background: #fff;
    }

    .proceed-shadow {
        box-shadow: 0px 0px 20px #00000036;
    }

    /*Cart*/

    .cart-bg {
        background: none;
        margin-top: -10px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .border-cart2 {
        margin: 0px 0px -1px 0px;
        border: 1px solid #f3f3f3;
        padding: 0px 0px 0px 9px;
        background: #fff;
    }

    .cart-cal {
        font-size: 13px;
        padding-bottom: 7px;
        color: #3c3c3c;
    }

    .cart-cal-result {
        font-size: 13px;
        padding-bottom: 7px;
        color: #3c3c3c;
        text-align: right;
    }

    .cart-cal-result {
        font-size: 13px;
        padding-bottom: 7px;
        color: #3c3c3c;
        text-align: right;
    }

    .grand-bar {
        background: #fff;
        margin: 0px 0px 1px 0px;
        border-bottom: 0px solid #f3f3f3;
    }

    .price-details {
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 500;
        color: #3c3c3c;
        padding-bottom: 10px;
        padding-top: 14px;
        /* border-bottom: 2px solid #ececec; */
        margin-bottom: 5px;
    }
    .border-cart-last .price-details strong {
        font-weight: 400;
        font-size: 14px;
        padding-left: 25px;
        padding-right: 25px;
    }

     .border-cart-last .price-details .btn-cart {
        font-weight: 400 !important;
        font-size: 13px !important;
    }

    .cart-thumb {
        width: 100%;
    }

    .border-cart {
        margin: 0px 0px -1px 0px;
        border: 1px solid #f3f3f3;
        padding: 22px 22px 22px 10px;
        background: #fff;
    }

    .cart-prod-title-viewcart {
        color: black;
        font-size: 15px;
        font-weight: 500;
        padding-top: 0px;
        padding-bottom: 15px !important;
        letter-spacing: -0.2px;
    }

    .cart-size select {
        width: 100%;
        height: 30px;
        background: #fff;
        border: solid 1px #ffffff;
        margin-top: 0;
        padding: 4px 6px 4px 10px;
        /* padding: 3px 10px 10px 10px; */
        font-size: 12px;
        font-family: var(--main-font-family-normal);
        outline: none;
        box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.14);
    }

    .cart-remove {
        padding-top: 16px;
    }

    .cart-price2 {
        font-family: var(--main-font-family-normal);
        text-align: right;
        font-weight: 500;
        font-size: 15px;
        color: black;
        padding-top: 0px;
        letter-spacing: -0.2px;
    }

    .price-bar {
        background: #fff;
        margin: 0px 0px 0px 0px;
        border-bottom: 1px solid #f3f3f3;
        padding-bottom: 12px;
    }

    .grand-total {
        font-size: 16px;
        font-family: var(--main-font-family-normal);
        color: #000;
        padding: 9px 0px 13px 0px;
    }

    .grand-total-result {
        font-size: 16px;
        font-family: var(--main-font-family-normal);
        color: #000;
        padding: 9px 0px 13px 0px;
        text-align: right;
    }

    .proceed-bar {
        background: #fff;
        margin: 0px 0px 1px 0px;
        border-bottom: 0px solid #f3f3f3;
        padding: 10px 0px 20px 0px;
    }

    .hide {
        display: none !important;
    }

    .alert {
        padding: 12px 15px 11px 15px;
        /* margin-bottom: 20px; */
        border: 1px solid transparent;
        margin-top: 7px;
        border-radius: 4px;
    }

    .payment-type-title {
        font-size: 14px;
        padding: 17px 0px 20px 0px;
        font-family: var(--main-font-family-normal);
        color: #252525;
    }

    .proceed, .proceed:hover, .place, .place:hover{
        -webkit-border-radius: 0;
        border-radius: 0;
        background:var(--main-bt-bg-color);
        color: var(--main-bt-text-color);
        margin-top: 10px;
        display: inline-block;
        padding: 14px 62px 14px 62px;
        font-size: 13px;
        font-weight: 500;
        font-family: var(--main-font-family-normal);
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        overflow: hidden;
        position: relative;
        border: 0;
        width: 100%;
        transition: background 0.7s;
		cursor: pointer;
    }


    .btn-cart, .btn-cart:hover {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background:var(--main-bt-bg-color);
        display: inline-block;
        padding: 8px 41px;
        color: #fff;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        overflow: hidden;
        position: relative;
        border: 0;
		cursor: pointer;
    }

    .vcenter {
        display: flex;
        align-items: center;
    }

.myorders-img {
    width: 110%;
    margin-left: -15px;
}

/*My Account Desktop Ends*/

}


@media only screen and (max-width: 991px){


    .proceed, .proceed:hover, .place, .place:hover{
        -webkit-border-radius: 0;
        border-radius: 0;
        background:var(--main-bt-bg-color);
        color: var(--main-bt-text-color);
        margin-top: 10px;
        display: inline-block;
        padding: 14px 62px 14px 62px;
        font-size: 13px;
        font-weight: 500;
        font-family: var(--main-font-family-normal);
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        overflow: hidden;
        position: relative;
		cursor: pointer;
        border: 0;
        width: 100%;
        transition: background 0.7s;
    }


.cart-size select {
    width: 100%;
    height: 30px;
    background: #fff;
    border: solid 1px #ffffff;
    margin-top: 0;
    padding: 4px 6px 4px 10px;
    /* padding: 3px 10px 10px 10px; */
    font-size: 12px;
    font-family: var(--main-font-family-normal);
    outline: none;
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.14);
}

.cart-prod-title-viewcart {
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding-top: 0px;
    padding-bottom: 15px !important;
    letter-spacing: -0.2px;
}


    .navbar-brand {
        padding: 10px 0;
        vertical-align: top;
        margin: 0;
        width: 23% !important;
    }
    .track-address {
        padding:10px 0px;
    }

    .tracktop {
        margin-bottom: 10px;
    }

    .price-details {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        padding-bottom: 10px;
        padding-top: 12px;
        font-family: var(--main-font-family-normal);
    }

    .pc-sidebar {
        display: none !important;
    }
    .cart-bg {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .border-cart2 {
    padding: 0px 0px 0px 0px;
    margin-top: 16px;
    }
    .price-details {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        padding-bottom: 10px;
        padding-top: 12px;
        font-family: var(--main-font-family-normal);
    }
    .border-cart {
        /* margin: 0px 0px 0px 0px; */
        border-bottom: 1px solid #dedede;
        border-top: 1px solid #ededed;
        padding: 19px 0px 13px 0px;
        margin-top: 16px;
    }
    .cart-thumb {
        width: 100%;
    }
    .mob-cart-padding {
        padding: 0px 0px 0px 0px;
    }

    .cart-remove {
        padding-top: 20px;
    }

    .discount-price-text {
        text-decoration: line-through;
        font-size: 12px;
        padding: 0px 2px;
        color: #9c9c9c;
        font-family: var(--main-font-family-normal);
    }
    .discount-rate-text {
        font-size: 11px;
        letter-spacing: -0.7px;
        color: #009966;
        font-family: var(--main-font-family-normal);
    }
    .cart-price2 {
        font-family: var(--main-font-family-normal);
        text-align: left;
        font-size: 14px;
        color: #3a3a3a;
        padding-top: 10px;
        font-weight: 500;
    }
    .cart-cal {
        font-size: 11px;
        padding-bottom: 7px;
        font-family: var(--main-font-family-normal);
        color: #000;
    }
    .cart-cal-result {
        font-size: 11px;
        padding-bottom: 7px;
        text-align: right;
        font-family: var(--main-font-family-normal);
        color: #000;
    }
    .grand-total {
        font-size: 16px;
        font-family: var(--main-font-family-normal);
        color: #000;
        padding: 9px 0px 14px 0px;
    }
    .grand-total-result {
        font-size: 16px;
        font-family: var(--main-font-family-normal);
        color: #000;
        padding: 9px 0px 14px 0px;
        text-align: right;
    }
}

.login-box {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 50px 50px;
}

.login-spacing {

    margin-top: 60px;
}

#loginForm {
    margin-bottom: 0px !important;
}

.loginpadding {
    margin-bottom: 0px !important;
}

label {
    margin: 0 0 .6rem;
    color: #000;
    font-family: inherit;
    font-weight: normal;
}

/*TABS PRICING*/

.dimtab li button {
    border: 1px solid #e4e4e4cf;
    padding: 12px;
    box-shadow: none;
    color: #000;
    text-transform: unset;
    position: relative;
    width: 140px;
    background: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}

.dimtab li {
    margin-right: 20px;
}


.dimtab li .active { 
    background: #d7dff4 !important;
    border: 1px solid #d7dff4 !important;
    padding: 12px;
    box-shadow: none;
    color: #000 !important;
    text-transform: unset;
    position: relative;
    width: 140px;
    margin-bottom: 20px;
}

.product-single-details .product-title {
    margin-bottom: .5rem;
    color: #222529;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -.01em
}

.product-single-details .price-box {
    margin-bottom: 2.4rem;
    color: #000;
    font-weight: 700;
    font-family: Poppins, sans-serif
}

.product-single-details .product-price {
    font-size: 2.4rem;
    letter-spacing: -.02em;
    vertical-align: middle
}

.product-single-details .product-price1 {
    font-size: 21px;
    vertical-align: middle;
    font-weight: 600;
}

.product-single-details .product-price1 span {
    color: #828282;
    font-size: 19px;
    font-weight: 500;
}

.product-single-details .product-price2 {
    font-size: 21px;
    vertical-align: middle;
    font-weight: 600;
    color: #f61e27;
}

.product-single-details .product-price2 span {
    color: #f61e27;
    font-size: 19px;
    font-weight: 500;
}

.product-single-details .product-price3 {
    font-size: 17px;
    vertical-align: middle;
    font-weight: 600;
    color: #000000;
}

.product-single-details .product-price3 span {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
}


.size-category .config-swatch-list, .dimension .config-swatch-list{
    margin: 0px 0 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

.size-category .clr, .dimension .clr {
    position: relative;
    border: none;
    font-size: 15px;
    display: block;
    min-width: 20%;
    width: 20%;
    min-height: 46px;
    font-family: var(--bold-font-family);
    color: #6b6b6b;
    font-weight: 600;
    background-color: #fff;
    box-shadow: 1px 2px 10px -2px rgb(0 0 0 / 14%);
    border-radius: 3px;
    transition: all 375ms ease-in-out;
    outline: none;
    padding: 0px 11px 0px 11px;
}

.size-category, .dimension {
    margin-bottom: 0px;
}

.size-category label, .dimension label{

    font-weight: 600;
    font-size: 13px;
}

/*TABS PRICING*/