body {
    font-family: raleway,sans-serif !important;
}
.inline__rightHeader.cartBox{
position: relative;
}

.dropdown-menu.miniCartBlock {
    margin-top: 10px;
    border-radius: 0!important;
    padding: 0;
    width: 300px;
    left: auto;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: 1px solid #bbb!important;
    top: 20px;
    display: none;
    right: -4px;
    border: none;
    display: none;
}
.dropdown-menu.miniCartBlock:before {
    right: 7px;
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 9px;
}
.dropdown-menu.miniCartBlock>ul {
    max-height: 330px;
    padding: 10px;
    min-height: auto;
    overflow-y: scroll;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    direction: ltr;
}
.dropdown-menu.miniCartBlock ul .mCSB_inside>.mCSB_container {
    margin: 0 15px 12px 0;
}
.navbar.navbar-inverse.header-navbar .header-storeright .store-right-icon li {
    margin-left: 0;
    margin-right: 23px;
    position: relative;
    display: inline-block;
}
.dropdown-menu.miniCartBlock .cartBlock {
    margin: 0 0 5px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.dropdown-menu.miniCartBlock .cartBlock--left {
    padding: 0;
    margin-bottom: 5px;
}
.dropdown-menu.miniCartBlock .cartBlock--right {
    padding-right: 0;
    margin-bottom: 10px;
}
.dropdown-menu.miniCartBlock .cartBlock .miniCartprdDetailedBlock li.productBrandName {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 5px;
    white-space: pre-wrap;
}
.dropdown-menu.miniCartBlock .cartBlock .miniCartprdDetailedBlock li.productName {
    font-size: 11px;
    margin-right: 0;
    margin-bottom: 5px;
    white-space: pre-wrap;
}
.dropdown-menu.miniCartBlock .cartBlock .miniCartprdDetailedBlock li.productPrice {
    font-size: 12px;
    font-weight: 600;
    padding: 0;
    display: block;
    margin-bottom: 0;
}
.dropdown-menu.miniCartBlock .cartBlock .miniCartprdDetailedBlock li.gray-color {
    color: #888;
    display: block;
    margin-bottom: 3px;
}
.cartCheckout {
    padding: 15px 20px 20px!important;
    border-top: 1px solid #eee;
    position: relative;
}
.cartCheckout p:first-of-type {
    display: inline-block;
    color: #000;
}
.cartCheckout .totalminiCartPrice {
    display: inline-block;
    margin-left: 5px;
    color: #000;
}
.dropdown-menu.miniCartBlock .menucartBtnsBlock {
    margin: 10px 0 0;
}
.dropdown-menu.miniCartBlock .menucartBtnsBlock a.notifyCheckoutLink {
    background: #000;
    color: #fff;
    margin: 0 auto;
}
.cartCheckout .btn {
    width: 100%;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    margin: 10px 0 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px solid #000;
    padding: 10px;
    text-transform: capitalize;
}
.dropdown-menu.miniCartBlock ul li:last-child .cartBlock {
    border-bottom: none;
    margin: 0;
}

.inline__rightHeader.cartBox:hover .dropdown-menu.miniCartBlock, 
.inline__rightHeader.cartBox:focus .dropdown-menu.miniCartBlock, 
.inline__rightHeader.cartBox:active .dropdown-menu.miniCartBlock {
    display: inline-block;
    
}
.checkout-step-indicator-cont {
    margin: 20px 0 0;
}
ol.checkout-step-indicator {
    display: table;
    list-style-type: none;
    margin: 0 auto 20px;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}
ol.checkout-step-indicator li {
    display: table-cell;
    text-align: center;
    padding-bottom: 20px;
    white-space: nowrap;
    position: relative;
    letter-spacing: 1px;
    border-bottom: 2px solid #d5d5d5;
}
ol.checkout-step-indicator li .gray-dark-color {
    color: #444;
    font-size: 16px;
}
ol.checkout-step-indicator li.active, ol.checkout-step-indicator li.success-step {
    border-bottom: 2px solid #000;
    padding: 0 0 20px;
}
ol.checkout-step-indicator li:before {
    position: absolute;
    bottom: -8px;
    right: 0;
    margin-left: -7.5px;
    color: #fff;
    height: 13px;
    width: 13px;
    line-height: 15px;
    border: 2px solid silver;
    border-radius: 13px;
}
ol.checkout-step-indicator li.active:before {
    background-color: #ea7f14;
    border-color: #ea7f14;
    content: "";
    color: #fff;
}
ol.checkout-step-indicator li.active:before, 
ol.checkout-step-indicator li.success-step:before {
    border-color: #000;
    background: #000;
}
ol.checkout-step-indicator li a{
    text-decoration: none !important;
}

ol.checkout-step-indicator li.active a, 
ol.checkout-step-indicator li.success-step a {
    font-weight: 700;
    color: #000;
    font-size: 16px;
}
.your-cart-heading {
    font-size: 2rem;
    text-align: left;
    margin: 30px 0;
}
.CartItemsHold .fullWidth .container{
    max-width: 1100px;
}
.cartPage .section.bgBlack{
    padding: 30px 0;
}
.inner__descCart.cart-inner-new{
    padding-right: 0;
}
.inner__descCart.cart-inner-new h5 a {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
}
.inner__descCart.cart-inner-new .btn.btn--plain {
    border: none;
    width: auto;
}
.inner__descCart.cart-inner-new .fullWidth.small-p.size-text {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.inner__descCart.cart-inner-new .price-total-box .desc--label b{
font-size: 14px;
    color: #000;
    font-weight: 600;
}
.inner__descCart.cart-inner-new .subtotal-price-pro p{
font-size: 14px;
    color: #000;
    font-weight: 600;
}
.inner__descCart.cart-inner-new .abs--buttonsCart{

}
.inner__descCart.cart-inner-new .abs--Total {
    position: static !important;
}
.inner__descCart.cart-inner-new .abs--buttonsCart .qtyHoldCart {
    width: 100%;
}
.inner__descCart.cart-inner-new .desc--label.fullWidth b.striked {
    color: #999 !important;
    display: block;
    width: max-content;
}
.inner__descCart.cart-inner-new .desc--label.fullWidth b:not(:last-of-type) {
    margin-left: 5px;
    display: block;
    text-align: left;
}
.checkout-summary-credits-cont{
border: 1px dashed gray;
padding: 10px 5px 0;
}
.checkout-summary-credits-title {
    margin: 0 0 10px;
    font-size: 14px;
}
.checkout-summary-credits-cont .view_apply_coupon {
    width: 100%;
    text-align: center;
}
.checkout-summary-credits-cont .view_apply_coupon a {
    background: #787878;
    padding: 10px;
    width: initial;
    margin: 0 -5px;
    display: block;
    text-transform: initial;
    color: #fff !important;
}
.cart-right-bar{
    border: none;
}
.car-right-subtotal {
    border: 1px solid #ddd;
    margin: 20px 0 0 0;
    padding: 0px !important;
}
.place-order-btn .btnCustom  {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 10px 0;
}
.car-right-subtotal tr td {
    font-size: 12px;
    padding: 5px;
}
.car-right-subtotal tr.grand-total-row td {
    border: 1px solid #ddd;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 14px;
}
.order-box-right{
    border: 1px solid #ddd;
}
.addressHolder .couponStyled {
    min-height: 230px;
    border-radius: 0;
}
.acount-page-sec{

}
.acount-page-sec .inner__fixedTriggers {
    display: block;
    float: none;
    width: 100%;
    flex-direction: unset;
}
.acount-page-sec .inner__fixedTriggers .link__Trigger {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
}
.acount-page-sec .inner__fixedTriggers .link__Trigger span {
    font-weight: 400;
    text-align: left;
}

.acount-page-sec .inner__fixedTriggers .link__Trigger.active{
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
/*.right-side-account{
    border: 1px solid #ddd;
}*/
.right-side-account .customForm {
    display: block;
}
.acount-page-heading {
    border-bottom: 2px solid #000;
    margin: 0px 0 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 18px;
    padding: 0px 0 5px;
}

.right-side-account .info--holder {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    padding: 20px;
}
.right-side-account .info--holder .desc--modal h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0 !important;
}
.right-side-account .info--holder .desc--modal p b{
    font-size: 16px !important;
    font-weight: 400;
}
.right-side-account .styledAccount {
    max-width: 60%;
    display: block !important;
    box-shadow: none;
}
.right-side-account .fullWidth {
    float: none !important;
    display: inline-block;
    width: 100%;
    position: relative;
}
.right-side-account .formItemsHolder .leftGroup h5 {
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #000;
}
.right-side-account .formItemsHolder .form-group p {
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #000;
    /*border-bottom: 2px solid #ddd;*/
    padding: 0px;
}
.right-side-account .info--holder .formItemsHolder {
    max-width: 100%;
}
.common-btn {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 0;
    font-weight: 600;
    padding: 8px 15px;
    min-width: 120px;
}
.right-side-account .formItemsHolder .form-group .form-control {
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    padding: 8px 10px;
    font-size: 14px;
    height: auto;
}
.address_cnt_wrap {
    word-wrap: break-word;
    max-width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.4);
    box-shadow: 0 2px 3px rgba(0,0,0,.3);
    font-size: 13px;
    list-style: none;
    border: 1px solid #cecece;
    min-height: 356px;
    margin: 15px 0;
}

.address_cnt_wrap, .zip_code {
    position: relative;
}
.address_cnt_wrap .address_title {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address_cnt_wrap .address_title .icon-div{
width: 50%;
text-align: right;
}
.address_cnt_wrap .address_title .icon-div a{
    color: #000 !important;
    margin: 0 5px;
}
.address_cnt_wrap li {
    border-bottom: 1px solid #ccc;
    color: #000;
    padding: 10px 15px;
}
.address_cnt_wrap h4 {
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    width: 50%;
}
.address_cnt_wrap .address_title a.delete {
    font-size: 18px;
    margin: 0 0 0 5px;
}
.address_cnt_wrap .address_title a {
    float: right;
    font-size: 18px;
}

.address_cnt_wrap .address_title a img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.address_cnt_wrap li label {
    font-weight: 700!important;
    color: #000!important;
    display: block;
}
.address_cnt_wrap li span {
    display: block;
    color: #4a4a4a;
}
.address_cnt_wrap li:last-child {
    border: none;
}
.inner-edit-box-address {
    word-wrap: break-word;
    background: #fff;
    -webkit-box-shadow: 0 0px 5px rgba(0,0,0,.5);
    box-shadow: 0 0px 5px rgba(0,0,0,.5);
    margin: 15px 0;
    padding: 15px;
}
.add-spefic-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
    margin: 0 0 15px 0;
}
.add-spefic-box h5{
    font-weight: 600;
    letter-spacing: 0.5px;
}
.add-spefic-box .common-btn{
    margin: 0 10px;
}
.for-acount-new-sec {
    padding: 30px 0 40px;
}
.for-acount-new-sec .fade.in {
     opacity: 1 !important; 
}
.outer-tab-account .nav-tabs{
display: block;
border: none;
}
.outer-tab-account .nav-tabs li{
 float: none;   
}
.outer-tab-account .nav-tabs li.active{

}
.outer-tab-account .nav-tabs li a {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #636363;
    border-radius: 0 !important;
    text-transform: uppercase;
}
.outer-tab-account .nav-tabs li.active a, 
.outer-tab-account .nav-tabs li a:hover, 
.outer-tab-account .nav-tabs li a:focus {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    font-weight: 500;
}

.outer-tab-account .tab-content .inner-div{
    border: 1px solid #ddd;
    padding: 20px; 
}
.outer-tab-account .tab-content .inner-div .form-group label {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}
.outer-tab-account .tab-content .inner-div .form-group{
    margin-bottom: 20px;
}
.outer-tab-account .tab-content .inner-div .form-group .form-control {
    border-radius: 0;
    box-shadow: none;
}
.fade.in {
    opacity: 1 !important;
}
.modal-backdrop.fade.in{
background-color: rgba(0,0,0,0.3);
z-index: 10000;
}
.modal.fade.in {
    z-index: 10001;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.address-modal .modal-dialog {
    margin: 5% auto;
    max-width: 600px;
    display: block;
}

.address-modal .modal-dialog .close {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
}
.for-modal-form {
    text-align: left;
    padding: 0 25px;
}
.for-modal-form .form-group{

}
.for-modal-form .form-group label{
      text-align: left;
    font-size: 14px;
    font-weight: 500;  
}
.for-modal-form .form-group .form-control{
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    color: #000;
}
.address-upper-row{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.address-upper-row h4 {
    font-weight: 600;
    letter-spacing: 0;
    font-size: 20px;
    margin-bottom: 0;
    /* text-transform: uppercase; */
}
.address-upper-row p {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}
.wishlist-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}
.wishlist-box .parallelogram {
    width: 35%;
    
}
.wishlist-box .parallelogram a{
    display: block;
}
.wishlist-box::after {
    content: "";
    position: absolute;
    left: 35%;
    height: 105%;
    width: 1px;
    background-color: #ddd;
    transform: rotate(10deg);
    top: -5px;
}
.wishlist-box .side-content {
    width: 65%;
    padding: 0px 10px 15px 30px;
}
.wishlist-box .side-content h5 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.flex-mobile {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
}
.flex-mobile p{
width: 50%;
}
.flex-mobile .form-group{
    width: 50%;
}

.wishlist-box .side-content p {
    margin-bottom: 3px;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 500;
    color: #474747;
}
.wishlist-box .side-content p b {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}
.wishlist-box .side-content .form-group{
    margin: 0px 0 20px;
}
.wishlist-box .side-content .form-group label {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
    font-size: 14px;
}
.wishlist-box .side-content .form-group .form-control {
    border-radius: 0;
    box-shadow: none;
    max-width: 87px;
    padding: 5px;
    height: auto;
    color: #000;
    font-weight: 500;
    font-size: 12px !important;
}
.cross-delete {
    position: absolute;
    right: 0;
    height: 30px;
    width: 30px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #949494 !important;
    top: 19px;
    font-weight: 600;
}
.wishlist-box  .common-btn {
    display: inline-block;
    padding: 12px 20px;
    text-decoration: none;
}


.collective-credit {
    position: relative;
    background-color: #f9f9f9;
    text-align: center;
    padding: 18px 0;
    margin: 0 0 15px;
}

.collective-credit .common-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

.collective-credit h6 {
    letter-spacing: 0;
    font-weight: 500;
    font-size: 16px;
}
.collective-credit h3 {
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
}
.collective-credit p {
    font-size: 14px;
    letter-spacing: 0;
}
.collective-credit p b{
    display: block;
}
.collective-credit-table {
    position: relative;
    background-color: #f9f9f9;
    text-align: center;
    padding: 15px 15px;
    /* margin: 0 0 15px; */
}
.collective-credit-table h4 {
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 30px;
    font-size: 18px;
}
.collective-credit-table table tr th {
    font-size: 13px;
    width: 15%;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    padding: 12px;
    text-align: left;
}
.collective-credit-table table tr td {
    font-size: 13px;
    padding: 12px;
    color: #000;
    line-height: 20px;
    text-align: left;
}

.upper-tabs-cart{

}
.upper-tabs-cart ul {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.upper-tabs-cart ul li{
    
}
.upper-tabs-cart ul li.active{
    
}
.upper-tabs-cart ul li a {
    border-radius: 0 !important;
    border: 1px solid #ddd;
    color: #000;
    font-weight: 400;
    margin: 0 10px 0 0;
    padding: 8px 24px;
}
.upper-tabs-cart ul li.active a,
.upper-tabs-cart ul li a:hover,
.upper-tabs-cart ul li a:focus,
.upper-tabs-cart ul li a:active{
    border: 1px solid #000 !important;
    background-color: #000 !important;
    color: #fff !important;
} 
.CartItemsWrap .tab-content .tab-pane .jumbotron {
    margin: 10px 0;
    border-radius: 0;
    padding: 0;
    width: 100%;
}
.gift-card-modal .modal-content{
    border-radius: 0;
}
.gift-card-modal .modal-body {
    padding: 25px 15px;
}
.address-modal .modal-dialog .close {
    position: absolute;
    right: 10px;
    top: 15px;
    height: 30px;
    width: 30px;
    background-color: transparent;
    opacity: 1;
    color: #000 !important;
    font-size: 20px;
    border-radius: 2px;
}

.gift-card-modal .acount-page-heading{
    font-weight: initial;
}
.gift-card-modal .common-btn {
    min-width: 100%;
    border-radius: 0 !important;
    padding: 12px !important;
    font-size: 15px !important;
    text-transform: uppercase;
}
.outer-tab-account .tab-content .inner-div .form-group .input-group{
    display: flex;
    align-items: center;
}

.outer-tab-account .tab-content .inner-div .form-group .input-group .form-control {
    width: 30%;
}
.acount-page-heading.personal-info {
    max-width: 260px;
    border: 1px solid #ddd;
    border-bottom: 2px solid #fff;
    padding: 15px 15px 5px;
    font-size: 16px;
    text-transform: initial;
    font-weight: 500;
    position: relative;
    top: 2px;
}
.acount-page-heading.personal-info small {
    font-size: 12px;
}
.required-red {
    text-align: right;
    font-size: 14px;
    color: red;
}
.for-mobile-edit-delete .icon-div{
    display: none;
}
.myorder_wrap {
    padding: 0;
}
.myorder_wrap .title {
    border-bottom: 1px solid #000;
    -webkit-box-shadow: 0 5px 6px -7px #000;
    box-shadow: 0 5px 6px -7px #000;
    color: #000;
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 30px;
}
.tab-section .nav-tabs {
    border-bottom: none !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.tab-section .nav-tabs>li {
    margin-bottom: -2px;
        float: left;
}
.tab-section .nav-tabs>li a, .tab-section .nav-tabs>li a:hover, .tab-section .nav-tabs>li a:focus {
    color: #000;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #d5d5d5;
    background: #f0f0f0;
    border-radius: 3px !important;
}
.tab-section .nav-tabs>li.active>a, 
.tab-section .nav-tabs>li.active>a:focus, 
.tab-section .nav-tabs>li.active>a:hover {
    border-top: 2px solid #d5d5d5;
    border-right: 2px solid #d5d5d5;
    border-left: 2px solid #d5d5d5;
    border-bottom: 2px solid #fff;
    background: #fff;
    color: #000;
}
.tab-section .nav-tabs>li+li {
    margin-left: 10px;
}

.tab-section .tab-content {
    padding: 10px;
    border: 2px solid #d5d5d5;
    border-radius: 0 2px 2px;
}

table.order_table_wrap {
    border-collapse: collapse;
}
.order_table_wrap {
    margin-top: 30px;
}
.order_table_wrap thead {
    background: #f4f4f4;
}

.order_table_wrap tbody>tr>td, .order_table_wrap thead>tr>th {
    border: none;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
}
.order_table_wrap thead>tr>th {
    padding: 7px 13px !important;
    border: none !important;
}
.order_table_wrap tbody>tr>td {
    padding: 10px !important;
}
.order_table_wrap tbody>tr>td, .order_table_wrap thead>tr>th {
    border: none;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0;
    vertical-align: middle !important;
}
.delivery_address_wrap a, .delivery_address_wrap a:focus, .delivery_address_wrap a:hover, .net_payable, .net_payable:focus, .net_payable:hover, .order_no, .order_no:focus, .order_no:hover {
    text-decoration: underline!important;
    color: #666 !important;
}
.net_payable_wrap .dropdown-menu {
    position: absolute;
    background: #fff;
    border: 1px solid #b6b6b6;
    padding: 0;
    min-width: 250px;
    left: -70px;
    border-radius: 0;
    z-index: 99;
}
.net_payable_wrap:hover .dropdown-menu {
    display: block !important;
}
.net_payable_wrap .dropdown-menu:after, .net_payable_wrap .dropdown-menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.net_payable_wrap .dropdown-menu:after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff0e7;
    border-width: 10px;
    margin-left: -10px;
}
.net_payable_wrap .dropdown-menu:before {
    border-color: rgba(182,182,182,0);
    border-bottom-color: #b6b6b6;
    border-width: 11px;
    margin-left: -11px;
}
.net_payable_wrap li {
    padding: 6px 10px;
}
.net_payable_head {
    background: #fff0e7;
    padding: 10px;
    font-weight: 400;
}
.net_payable_wrap .grand_total {
    background: #fff0e7;
    border-top: 1px solid #b6b6b6;
    font-weight: 700;
    padding: 5px;
}

.net_payable_wrap .total_savings {
    color: #bb432d;
    padding: 6px;
}
.delivery_address_wrap .dropdown-menu {
    position: absolute;
    background: #fff;
    border: 1px solid #b6b6b6;
    padding: 0;
    min-width: 200px;
    left: -40px;
    border-radius: 0;
    z-index: 99;
}
.delivery_address_wrap:hover .dropdown-menu {
    display: block;
}

.delivery_address_wrap .dropdown-menu:after, .delivery_address_wrap .dropdown-menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.delivery_address_wrap .dropdown-menu:before {
    border-color: rgba(182,182,182,0);
    border-bottom-color: #b6b6b6;
    border-width: 11px;
    margin-left: -11px;
}
.delivery_address_wrap .dropdown-menu:after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff0e7;
    border-width: 10px;
    margin-left: -10px;
}
.net_payable_head {
    background: #fff0e7;
    padding: 10px;
    font-weight: 400;
}
.delivery_address_wrap p {
    padding-left: 10px;
    line-height: 24px;
    font-size: 13px;
    margin-bottom: 0;
}
.table-hover>tbody>tr:hover {
    background-color: transparent !important;
}

.order_table_wrap table.shipment_row {
    background: #f2dcdb;
    margin: 0;
}
.order_table_wrap tbody>tr>td, .order_table_wrap thead>tr>th {
    border: none;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    border-top: none !important;
}
.collapse.in {
    display: block !important;
    visibility: visible !important;
}
.shipment_icon_data, .shipment_icon_data:hover, .shipment_icon_data:focus {
    text-decoration: none;
    color: #666!important;
}
.order_table_inner {
    border: none;
    margin-top: 10px !important;
}
.table-hover tbody tr:hover {
    background-color: transparent !important;
}
.order_table_wrap tbody>tr>td, .order_table_wrap thead>tr>th {
     border: none !important; 
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
}
.collapse{
	-webkit-transition-timing-function:ease;
	transition-timing-function:ease;
	-webkit-transition-duration:.35s;
	transition-duration:.35s;
	-webkit-transition-property:height,visibility;transition-property:height,visibility
}
.common-btn {
    border: none !important;
}
.track-shipment-link>a {
    padding: 5px 10px;
    border: 1px solid #222;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 7px;
    opacity: .8;
    -webkit-transition: .8s;
    transition: .8s;
    display: inline-block;
}
.delivery_address_wrap.price_drop_wrap .dropdown-menu::after, .delivery_address_wrap.price_drop_wrap .dropdown-menu::before {
    left: 70%;
}
.price_drop_wrap .dropdown-menu li, .price_drop_wrap_inner .dropdown-menu li {
    padding: 5px 10px;
    font-weight: 400;
}
.delivery_address_wrap.price_drop_wrap .dropdown-menu {
    left: -90px;
}
.past_order_wrap {
    padding: 50px 0;
    font-size: 14px;
    color: #646464;
}
.past_order_wrap span {
    display: inline-block;
    padding: 0 5px;
    position: relative;
}
.past_order_wrap input {
	border: 2px solid #eaeaea;
    background: #fff;
    color: #444;
    padding: 10px;
    font-size: 14px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    text-align: center;
}
.past_order_wrap span label {
    position: absolute;
    top: 0;
    left: 0;
    color: #989898;
    line-height: 40px;
    width: 100%;
    pointer-events: none;
    text-align: center;
    transition: .5s ease all;
    -moz-transition: .5s ease all;
    -webkit-transition: .5s ease all;
}
.past_order_wrap input[type=text]:focus~label, .past_order_wrap input[type=text]:valid~label {
    top: -35px;
    font-size: 12px;
}
.myorder_wrap .return_policy {
    padding: 45px 0;
    color: #212121;
    font-size: 11px;
}
.maincontainer {
    margin-bottom: auto;
}
.cart_header {
    background: #f3f3f3;
    padding: 10px 0;
    color: #666;
    text-transform: uppercase;
}
.recent_order_tab_view .cart_header {
    padding: 0;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.cart_header ul.nav-tabs li {
    width: 50%;
    text-align: center;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.cart_header ul.nav-tabs li.active a {
    border-radius: 0;
}
.cart_header ul.nav-tabs li a {
    color: #555;
}
.myorder_data_view {
    padding: 20px 0;
    letter-spacing: 0 !important;
}
.past_order_wrap .form-group {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.past_order_wrap .form-group .form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.past_order_wrap input.form-control {
    border-radius: 0 !important;
}
.past_order_wrap .form-group label {
    position: absolute;
    top: 0;
    left: 13px;
    color: #989898;
    line-height: 34px;
    pointer-events: none;
    transition: .5s ease all;
    -moz-transition: .5s ease all;
    -webkit-transition: .5s ease all;
}
.past_order_wrap .form-group input:focus~label, .past_order_wrap .form-group input:valid~label {
    top: -27px;
    font-size: 11px;
}
.myorder_data_view .my_order_table {
    -webkit-box-shadow: 0 0 5px #ececec;
    box-shadow: 0 0 5px #ececec;
    padding: 10px;
    margin: 10px 0;
}
.myorder_data_view .my_order_table .order_detail_view {
    font-size: 16px;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 0 15px;
}
.order_detail_view {
    margin: 0!important;
}
.myorder_data_view .my_order_table .order_num, .myorder_data_view .my_order_table .order_status {
    padding: 0;
}
.myorder_data_view .my_order_table .order_num p, .myorder_data_view .my_order_table .order_num p span {
    margin: 0;
    font-size: 17px;
}
.myacct_address_block .address_col label, .myorder_data_view .my_order_table .order_num p span.bold, .myorder_data_view .terms_cons p a, .orders_error, .qty_cnt, .return_cnt_id .return_cnt_num {
    color: #000;
}
.myorder_data_view .my_order_table .order_num .order_day {
    font-size: 11.5px;
    color: #5a5a5a;
}
.myorder_data_view .my_order_table .order_status .inprogress {
    color: #a6a6a6;
}
.myorder_data_view .my_order_table .order_status span {
    font-size: 13px;
    display: block;
}
.myorder_data_view .my_order_table .order_status span+span {
    padding: 3px 0 0;
}
.collapse_view {
    clear: both;
    margin: 5px 0 0;
}
.collapse_view a {
    border-radius: 3px;
    border: 1px dashed #b4b4b4;
    display: block;
}
.collapse_view a i {
    padding: 7px 8px;
    color: #7e7e7e;
}
.myorder_data_view .my_order_table table {
    margin: 0;
}
.myorder_data_view .my_order_table table tr td {
    vertical-align: top;
    border: none;
}.myorder_data_view .my_order_table table tr td span.shipment_status {
    border-bottom: 1px solid #ccc;
}
.color_gray {
    color: #666;
}
.myorder_data_view .my_order_table table tr td {
    vertical-align: top;
    border: none;
}
.myorder_data_view .my_order_table table tr td h5 {
    text-transform: capitalize;
    line-height: 20px;
    margin-top: 0;
    letter-spacing: 0;
}
.myorder_data_view .my_order_table table tr td .size_row p {
    font-size: 12px;
    color: #666;
    line-height: 15px;
    margin-bottom: 0;
}
.myorder_data_view .my_order_table table tr td .size_row p span {
    font-size: 12px;
}
.itemized-collapse a {
    display: inline-block;
    margin: 0 0 0 10px;
}
.myorder_data_view .my_order_table table tr td .price_row span, .myorder_data_view .my_order_table table tr td .price_row span i {
    font-size: 16px;
}
.collapse_view a i {
    padding: 7px 8px;
    color: #7e7e7e;
}
.size_row p+p {
    border-left: 1px solid #bbb;
}

.cart-level-billing p {
    font-size: 12px;
    color: #aeaeae;
}
.trackshipment-link-cont {
    text-align: right;
    margin: 5px 0 20px 0;
}
.cart-level-billing p a {
    font-size: 14px;
    color: #444;
    display: inline-block;
    padding: 5px 5px 5px 0;
    font-weight: bold;
    padding: 5px 10px;
}
.cart-level-billing .deliver-date, .cart-level-billing .deliver-date > span {
    font-size: 12px;
    color: #444444;
}
.cart-level-billing span {
    font-size: 16px;
    padding: 0 5px;
    margin: 5px 0 0 0;
}
.itemized-billing-data1 table tr td, .itemized-billing-data table tr td, .itemized-billing-data-total table tr td, .cart-level-billing table tr td {
    padding: 5px;
    font-size: 13px;
    color: #aeaeae;
}
.return-container .myorder_data_view .my_order_table table tr td {
    vertical-align: middle;
    border: none;
}
.myorder_data_view .my_order_table input.checkbox_custom {
    position: absolute;
    opacity: 0;
}
input.checkbox_custom[type=checkbox] {
    display: none;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}
.myorder_data_view .my_order_table input.checkbox_custom+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
input.checkbox_custom[type=checkbox]+label {
    display: block;
}
.myorder_data_view .my_order_table input.checkbox_custom+label:before {
    content: ''!important;
    margin-right: 10px;
    margin-left: 1px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
.myorder_data_view .my_order_table input.checkbox_custom:checked+label:before {
    background: #000!important;
    border: 1px solid transparent;
}
.myorder_data_view .my_order_table .checkbox_custom:checked+label:after {
    content: ''!important;
    position: absolute;
    top: 10px;
    left: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    -webkit-box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    -moz-box-shadow: 2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;
}
.return_table_data tr td select {
    width: 100%;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #aaa;
}
.myorder_data_view .my_order_table table tr th {
    border: none;
    padding: 0;
}
.return-modal .modal-dialog .modal-content .modal-header {
    border-radius: 0;
}
.return-modal .modal-content {
    
    border-radius: 0;
}
.return-modal .modal-title {
    margin: 0;
    line-height: 1.42857143;
    margin-right: auto;
    letter-spacing: 0;
}

.return-modal .close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 24px;
    line-height: 15px;
}
.return-modal .close span {
    font-size: 36px;
    font-weight: 500;
    /* line-height: 6px; */
}
.return-modal .modal-header {
    background: #f5f5f5;
    border-radius: 20px 20px 0 0;
    padding: 8px 15px;
}
.return-modal table thead tr th {
    font-weight: 400;
    padding: 7px 10px;
    background: #f5f5f5;
    color: #212121;
    border-bottom: 0;
    font-size: 13px;
}
.return-modal .invoice_number {
    text-align: center;
    font-size: 14px;
    padding: 0 0 5px;
}
.custom-select-box select {
    padding: 10px;
    width: 100%;
    border: 1px solid #ddd;
    color: #444;
    font-size: 14px;
}





@media  (max-width: 768px) {


.maincontainer.recent_order_tab_view{
	display: block !important;
}

.myorder_wrap.tab-section{
	display: none !important;
}	

.for-acount-center{
    text-align: center;
}
.wishlist-box {
    margin: 15px;
}
 
 .wishlist-box .parallelogram {
    width: 20%;
    height: 40%;
}
.wishlist-box .side-content {
    width: 70%;
    padding: 0;
    margin-left: 20px;
}
.wishlist-box::after {
    content: none;
}
.cross-delete {
    right: 0;
    left: auto;
}
.color-none{
    display: none;
}
.outer-tab-account .tab-content .inner-div {
    border: none;
}


.radio-title{
    display: flex;
}
.radio-title .customLabel {
    margin: 0;
}
.radio-title .customLabel .ccLabel::after, .radio-title .customLabel .ccLabel::before{
content: none;
}


.radio-title .customLabel .ccLabel {
    padding: 6px 9px;
    background-color: #555;
    text-align: center;
    border: 1px solid #666;
    color: #fff;
    border-radius: 2px;
}
.customLabel input:checked+.ccLabel{
background-color: #000;
}


.required-red, .tittle-box{
    display: none;
}

.for-acount-new-sec .tab-content {
    margin: 30px 0;
}
.modal.fade.in {
    padding: 0 10px !important;
}
.collective-credit .common-btn {
    position: static;
    display: inline-block;
    margin: 15px 0 5px;
}
main.fixedBtnsMain .fixedBtnsMb {
    right: 0;
}
.fixedBtnsMb a:first-child, .fixedBtnsMb button:first-child{
    border: 1px solid #000 !important;
}
main.fixedBtnsMain .fixedBtnsMb a, main.fixedBtnsMain .fixedBtnsMb button {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
}
.your-cart-heading {
    font-size: 1.6rem;
    margin: 5px 0;
    font-weight: 600;
}
ol.checkout-step-indicator li .gray-dark-color {
    font-size: 14px;
}
ol.checkout-step-indicator li.active a, ol.checkout-step-indicator li.success-step a {
    font-size: 14px;
}
ol.checkout-step-indicator li {
    padding: 5px 10px !important;
}
.upper-tabs-cart ul li a {
    padding: 8px 10px;
}
.inner__CartRow {
    position: relative;
    padding: 0 10px !important;
    width: 100%;
}
.abs--buttonsCart {
    position: static;
    padding: 0;
}
.inner__descCart.cart-inner-new .btn.btn--plain {
    padding: 0;
}
.inner__descCart.cart-inner-new .subtotal-price-pro p {
    text-align: left;
}
.desc--label.fullWidth b:not(:only-of-type):not(.striked):not(.blacked) {
    position: absolute;
}
.descCart {
    margin-bottom: 0;
}
.addressHolder .couponStyled {
    min-height: auto;
    padding: 15px;
}
.addressHolder .couponStyled:first-child:before {
    margin-bottom: 2rem;
    font-size: 14px;
    position: static;
}
/*.outer-tab-account .nav-tabs {
    display: none !important;
}*/
.acount-page-heading {
    display: none !important;
}
.for-acount-new-sec .tab-content {
    margin: 0px 0 30px;
}
.for-acount-new-sec {
    padding: 5px 0 40px;
}
.collective-credit-table {
    display: none !important;
}
.cart_header .nav-tabs {
    display: flex !important;
}
.row.outer-tab-account .col-md-9{
    padding: 0;
}
.collective-credit p b {
    display: block;
    font-weight: initial;
    font-size: 14px;
}
.collective-credit {
    padding: 8px 0 20px;
    margin: 0 0 15px;
}
.collective-credit h6 {
    font-weight: 600;
    font-size: 15px;
}
.collective-credit h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
}
.gift-card-modal .acount-page-heading {
    display: block !important;
    font-weight: 400;
        line-height: 25px;
}
.gift-card-modal.modal.fade.in {
    padding: 0 !important;
    box-shadow: none;
}
.gift-card-modal.modal.in .modal-dialog{
    height: 100vh;
    margin: 0;
}
.gift-card-modal .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
}
.add-bag-btn{
    display: none !important;
}
.add-bag-btn.for-mobile{
    display: block !important;
}
.flex-mobile {
    margin-bottom: 0px;
}
.wishlist-box {
    align-items: flex-start;
}
.wishlist-box {
    margin: 10px;
    padding: 10px;
}
.wishlist-box .parallelogram {
    margin-top: 10px;
}
.mywishlist-itemcount-cont {
    display: block !important;
}
.mywishlist-itemcount-cont .heart.orange-heart {
    margin-top: 20px;
}
.heart {
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.orange-heart:after, .orange-heart:before {
    background: #f55;
}
.heart:after, .heart:before {
    position: absolute;
    content: "";
    left: 17px;
    top: 0;
    width: 15px;
    height: 25px;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: -5% 107%;
}
.heart:after {
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.mywishlist-itemcount-cont h2 {
    letter-spacing: 1px;
    margin: 20px 0 0 20px;
    color: #787878;
    font-size: 25px;
}
.my-addresses-box .common-btn {
    position: fixed;
    bottom: 0;
    z-index: 100;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    padding: 13px;
}
.my-addresses-box .common-btn i{
    display: none;
}
.address_cnt_wrap, .zip_code {
    margin: 0;
}
.address_cnt_wrap, .zip_code {
    position: relative;
    margin: 0 !important;
    border: none;
    box-shadow: none;
}
.icon-div{
    display: none !important;
}
.address_cnt_wrap li{
    border-bottom: none !important;
    padding: 5px 10px !important;
}
.address_cnt_wrap .address_title{
        border-bottom: none;
}
.for-mobile-edit-delete .icon-div {
    display: flex !important;
}
.address_cnt_wrap {
    min-height: auto;
}
.for-mobile-edit-delete .icon-div a {
    width: 50%;
    background-color: #eee;
    color: #333;
    display: inline-block;
    padding: 3px 10px!important;
    text-align: center;
}
.for-mobile-edit-delete .icon-div a i{
    font-size: 20px;
}
.for-mobile-edit-delete .icon-div a+a {
    border-left: 1px solid #c8c8c8;
}
.address_cnt_wrap h4 {
    margin-top: 0;
}
.address-upper-row {
    margin: 0 !important;
}
.address_cnt_wrap li {
    padding: 5px 0px !important;
}
}
@media  (max-width: 420px) {


.CartItemsWrap.cart-right-bar.overVis.is_stuck{
    position: static !important;
}
ol.checkout-step-indicator li {
    display: block;
}
ol.checkout-step-indicator {
    display: block;
    table-layout: unset;
}
ol.checkout-step-indicator li:before {
    bottom: 0px;
    right: auto;
    margin-left: 0;
    left: -8px;
}
ol.checkout-step-indicator li.active, ol.checkout-step-indicator li.success-step {
    border-bottom: none;
    border-left: 2px solid #000;
}
ol.checkout-step-indicator li {
    border-bottom: none !important;
    border-left: 2px solid #d5d5d5;
    padding: 10px 15px !important;
    text-align: left !important;
}
}





/*for car mobile page css*/


.mobile-view-cart {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}
.mobile-view-cart .upper-row-cart-new{
    margin: 10px 0;
}

.mobile-view-cart .upper-row-cart-new h6 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-bottom: 0;
}
.mobile-view-cart .upper-row-cart-new h5 {
    white-space: initial;
    line-height: 19px;
    margin: 0 0 10px;
    word-spacing: 1.5px;
    font-size: 14px;
    letter-spacing: 0;
    color: #4e4e4e;
}
.ImageHoldCart img {
    border-radius: 5px;
}

.mobile-view-cart .upper-row-cart-new .price-span {
    color: #000;
    font-size: 14px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0;
    padding-right: 10px;
}
.mobile-view-cart p {
    text-transform: uppercase;
    font-size: 12px;
}
.mobile-view-cart p span {
    font-weight: 600;
    color: #000;
    display: inline-block;
}
.sizeCartCont {
    border-left: 1px solid #787878;
}
.mobile-view-cart .ImageHoldCart {
    width: 20% !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}
.mobile-view-cart .ImageHoldCart img {
    max-height: 100px;
    width: auto;
     object-fit: contain; 
    margin: 0 auto;
    float: none;
}
.mobile-view-cart .ImageHoldCart a{
    text-align: center;
}
.main-text-row{
    width: 80%;
}

.inner-cart-flex {
    display: flex;
    align-items: start;
}

.mobile-view-cart .qty{
text-align: left;
}
.productCartOptions{
    display: flex;
    align-items: center;
    width: 100%;
}
.productCartOptions a {
    background-color: #eee;
    display: block;
    padding: 10px 0;
    color: #222;
    width: 50%;
    border-top: 1px solid #ddd;
    border-collapse: collapse;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.productCartOptions a.first{
border-right: 1px solid #ddd;

}
.color-size-row{
    margin-bottom: 20px !important;
}
.productCartOptions a.second{
   
}
.productCartOptions a.second img{
    height: 16px;
}
.upper-row-cart-first {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
}
.upper-row-cart-first span {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
    color: #555;
}
.fullWidth.CartItemsWrap {
    border: none !important;
    margin-top: 10px !important;
}
.upper-tabs-cart ul {
    border-bottom: none !important;
}
.header-main-checkout{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    background: #fafafa;
    min-height: 60px!important;
    height: 60px!important;
    padding: 10px!important;
    -webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,.3);
    -ms-box-shadow: 0 0 3px 2px rgba(0,0,0,.3);
    -o-box-shadow: 0 0 3px 2px rgba(0,0,0,.3);
    box-shadow: 0 0 3px 2px rgba(0,0,0,.3);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}
.main.checkout-page {
    margin-top: 60px !important;
}
.header-main-checkout .first-setep-box {
    display: block;
    padding-left: 20px;
    width: 35%;
}

.header-main-checkout .first-setep-box a{
    display: block;
    position: relative;
}
.header-main-checkout .first-setep-box a::before{
    width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-right: 10px solid #000;
      border-bottom: 12px solid transparent;
    left: -20px;
    top: 10%;
    position: absolute;
    content: " ";
}
.header-main-checkout .first-setep-box a::after {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 12px solid transparent;
    left: -19px;
    top: 10%;
    position: absolute;
    content: " ";
}

.header-main-checkout .first-setep-box h4 {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 0;
}
.header-main-checkout .first-setep-box p {
    font-size: 13px;
}
.header-main-checkout .right-box-check{
    width: 65%;
    text-align: right;
}
.header-main-checkout .right-box-check h6{
letter-spacing: 0 !important;
color: #999;
}
.header-main-checkout .right-box-check h6 span{
        color: #222;
        font-size: 16px;
        font-weight: 700;
}
.header-main-checkout .right-box-check h6 span b{
    font-size: 18px;
}

.gift-wrap, .gift-wrap-credit {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ed8e30;
}
.gift-wrap-credit {
    padding: 0 0 2px 16px;
    border-right: 0;
    background: url(https://assetsdev.trendin.com/img/app/others/coupon.png) right 0 top 0 repeat-Y;
    background-size: 3%;
}
.gift-wrap-credit {
    border: 1px solid #000;
    border-right: 0;
}
.gift-wrap-credittext {
    font-size: 14px;
    margin-right: 25px;
    color: #000;
    border-right: 2px dashed #000;
    padding: 13px 5px 6px 2px;
}
.trendin-credits {
    margin-top: 10px;
    border: 1px dotted #999;
    width: 100%;
}
.trendin-credits-subtext {
    color: #999;
    font-size: 11px;
    margin-top: 8px;
    padding-bottom: 5px;
}
.order_summary_data {
    margin: 10px auto 50px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
}
.order_summary_data table tr th {
    padding: 10px;
    border-bottom: 1px solid #d5d5d5;
    font-size: 16px;
        color: #787878;
}
.order_summary_data table tr td {
    padding: 10px;
     font-size: 14px; 
}
.bold {
    font-weight: 700;
}
.order_summary_data table tr.total_row td {
    border-top: 1px solid #d5d5d5;
    color: #787878;
}
.order_summary_data table tr.total_row td.font-16 {
    font-size: 16px;

}
.order_summary_data table tr.total_row td.font-opensans-bold {
   font-weight: 700;
       
}
.proceed_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
}
.black-btn{
    background: #000;
    border: 0;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    z-index: 1;
        width: 100%;
    border-radius: 0;
    padding: 8px 30px;
    color: #fff !important;
    outline: none !important;
    box-shadow: none;
}
.notifyHintBlock {
    position: fixed;
    bottom: 60px;
    right: 15px;
    background: black;
    padding: 10px 19px 9px;
    z-index: 19999;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
    display: block;
}
.notifyHintBlock .arrow-img {
    transform: rotate(45deg);
    height: 14px;
    position: absolute;
    left: 5px;
    top: 5px;
}
.notifyHintBlock .error-img {
    height: 26px;
}
.chkout_cart_view {
    padding: 0px 0 40px;
}
.notifyDescHintBlock {
    position: fixed;
    padding: 20px 30px;
    bottom: -100%;
    background: black;
    color: #fff;
    border-radius: 25px 25px 0 0;
    z-index: 20000;
    box-shadow: 0px 0px 37px rgba(0,0,0,0.2);
    transition: all 0.5s ease;
    left: 0;
    right: 0;
}
.notifyDescHintBlock.active {
    bottom: 38px !important;
}
.notifyDescHeader {
    margin-bottom: 15px;
}

.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}
.closeNotifyDescBlock {
    display: block;
}
.notifyDescHeader img{
    height: 30px;
    width: 30px;
    object-fit: contain;
}
.notifyDescHintBlock{
    font-size: 14px;
}
.closeNotifyDescBlock img{
    width: 15px;
}
.credits-description-cont {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
    font-size: 13px;
}
.alert-warning {
    color: #787878!important;
    border-color: #bbb!important;
}
.chckout-trendin-applycrdt-cont {
    border: 1px solid #d5d5d5;
    padding: 22px 10px 23px;
    margin: 0 0px 10px;
}
.font-15 {
    font-size: 15px;
}
.chckout-apply-crdt-cont {
    margin: 10px 0 0;
}
.pad-left-zero {
    padding-left: 0;
}
.group {
    position: relative;
    margin-top: 13px;
}
.inputMaterial {
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0!important;
}
.chckout-apply-crdt-btn {
    padding: 7px;
    margin-top: 10px;
    border: 1px solid #000;
    letter-spacing: 1.5px;
    color: #000;
    background-color: transparent;
}
.group label {
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 7px;
    transition: .5s ease all;
    -moz-transition: .5s ease all;
    -webkit-transition: .5s ease all;
    letter-spacing: 0;
    /* font-size: 12px; */
}
.gray-light-color {
    color: #999;
}
.pad-right-zero{
    padding-right: 0 !important;
}
.collaps-tabs{
    border: 1px solid #ddd;
}
.collaps-tabs .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 6px 15px;
    background-color: #f5f5f5;
    font-size: 14px;
    box-shadow: none;
    outline: none;
}
.collaps-tabs .btn .icon-replace {
    font-size: 30px;
    line-height: 15px;
    color: #afaeae;
}
.collaps-tabs .collapse{
padding: 15px;
}
.collaps-tabs .btn .icon-replace .plus{
display: none;
}
.collaps-tabs .btn[aria-expanded="false"] .icon-replace .plus{
    display: block;
}
.collaps-tabs .btn[aria-expanded="false"] .icon-replace .minus{
    display: none;
}
.collaps-tabs .collapse p {
    padding: 10px;
    margin-bottom: 15px;
    color: #787878!important;
    border: 1px solid #bbb!important;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
}
input#sleCouponCode, input#sleCouponCode:focus {
    font-size: 16px!important;
    text-transform: uppercase;
}
.inputMaterial:focus {
    outline: 0;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555;
}
.inputMaterial:focus~label, .inputMaterial:valid~label {
    top: -17px;
    font-size: 10px;
    color: #000;
}
.bar:after, .bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #ea7f14;
    transition: .5s ease all;
    -moz-transition: .5s ease all;
    -webkit-transition: .5s ease all;
}
.inputMaterial:focus~.highlight {
    -webkit-animation: inputHighlighter .3s ease;
    animation: inputHighlighter .3s ease;
}
.bar:before {
    left: 50%;
}
.bar:after, .bar:before{
    background: #000;
}
.inputMaterial:focus~.bar:after, .inputMaterial:focus~.bar:before {
    width: 50%;
}
.bar:after {
    right: 50%;
}
.checkout-address-header {
    padding-top: 30px;
}
.checkout-address-header .delivery-address-title {
    color: #000;
        font-size: 16px;
}
.chckout-add-newaddrs-btn {
    padding: 6px 15px;
    border-radius: 5px;
    background: #444;
    display: inline-block;
    font-size: 12px;
    color: #fff !important;
    letter-spacing: 0;
    line-height: 12px;
    text-align: center;
}
.chckout-add-newaddrs-btn span{
	margin-right: 5px;
}
.chkout_address_block {
    padding: 0 0 50px;
}
.chckout-address-cont.active {
    border: 1px solid #000;
}
.chckout-address-cont {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    margin-top: 20px;
    word-wrap: break-word;
}
.chckout-address-detailed-cont {
    padding: 10px;
}
.font-12 {
    font-size: 12px;
}
.gray-dark-color {
    color: #444;
}
.chckout-address-indetailed {
    margin: 10px 0;
}
.chckout-address-indetailed p {
    margin: 0;
}
.chckout-address-detailed-cont {
    padding: 10px;
}
.chckout-address-save-delete-cont {
    border-top: 1px solid #d5d5d5;
    background-color: #f0f0f0;
    border-radius: 0 0 4px 4px;
    display: block;
    -webkit-transition: all .8s;
    transition: all .8s;
}
.chckout-address-cont.active .chckout-address-save-delete-cont {
    display: none;
}
.chckout-address-cont.active .chckout-address-confirm-cont {
    display: block;
}
.chckout-address-confirm-cont {
    padding: 0 20px 10px 10px;
    display: none;
}
.chckout-address-cont .text-uppercase, .chckout-delete-confirmation-modal .text-uppercase {
    letter-spacing: 1.2px;
    color: #000;
    text-transform: uppercase;
}
.chckout-address-confirm-cont img{
    height: 20px;
    margin-right: 10px;
}
.myacct_inner_wrapper {
    padding: 20px 0 0;
}
.myacct_inner_wrapper .form-inline select.form-control, .myacct_inner_wrapper input.form-control {
    border-radius: 0;
    padding: 10px;
    height: auto;
    color: #666;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.zip_code input.form-control {
    width: 100%;
}
.myacct_inner_wrapper .orange_btn {
    padding: 9px 13px;
    background: #000;
    border: 0;
    color: #fff;
    border-radius: 0;
}
.pincode_inner_view {
    background: #fafafa;
    clear: both;
    padding: 10px 0;
    border: 1px dashed #ccc;
    position: relative;
    margin-bottom: 20px;
    font-size: 10px;
    text-align: center;
}
.myacct_inner_wrapper label {
    font-weight: 400;
    color: #666;
    padding: 5px 0;
}
input[type=text].form-control, 
input[type=password].form-control, 
input[type=email].form-control, 
select.form-control, 
input[type=number].form-control {
    padding-top: 2px;
    padding-bottom: 0;
    height: 40px;
    z-index: 1;
    letter-spacing: .75px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    -ms-appearance: textfield;
}
.myacct_inner_wrapper .form-inline select.form-control, 
.myacct_inner_wrapper input.form-control {
    border-radius: 0;
    padding: 10px;
    height: auto;
    color: #666;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.selectpicker.form-control{
    border-radius: 0;
}

.size-new label {
    font-weight: initial;
    padding-top: 3px;
}
.size-new ul {
    list-style: none;
    margin: 0;
    padding-left: 10px;
}
.size-new  ul li {
    float: left;
    margin-bottom: 10px;
}
.size-new  ul li a {
    color: #222;
    font-size: 12px;
    display: block;
    border: 1px solid #d5d5d5;
    border-left: 0;
    font-weight: 700;
    padding: 6px 8px;
    min-width: 30px;
}
.size-new  ul li:first-child a {
    border-left: 1px solid #d5d5d5;
}
.size-new  ul li a:hover, 
.size-new  ul li a.active {
    background: #000;
    color: #fff;
}
.quantity-new-box {
    margin: 15px 0 20px;
}
.quantity-new-box p {
    font-size: 11px;
    color: #000 !important;
    text-transform: initial;
    margin-bottom: 5px;
}
.quantity-new-box .input-group {
    display: flex;
    align-items: center;
}
.quantity-new-box .input-group input {
    max-width: 40px;
    padding: 0;
    height: 32px;
    border-radius: 0;
    border: none;
    text-align: center;
}
.quantity-new-box .input-group .btn-number {
    height: 32px;
    width: 32px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 30px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}
.quantity-new-box .input-group .btn-number.disabledBtn{
        background: #d5d5d5;
        color: #787878;
}
.save-cancel-btn {
    display: flex;
    align-items: center;
}
.save-cancel-btn a {
    width: 50%;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000 !important;
}
.save-cancel-btn a.save-btn{
        background: #000;
        color: #fff !important;
}


.mobile-view-cart.mystyle .save-cancel-btn {
    display: flex !important;
}
.mobile-view-cart.mystyle .productCartOptions{
  display: none !important; 
}

.mobile-view-cart.mystyle .normal-price{
   display: none !important; 
}
.mobile-view-cart.mystyle  .edit-price{
   display: block !important;
}
.delete-confirmation-cont {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
}
.delete-confirmation-cont .modal-header {
    border-bottom: 0;
    padding: 10px;
}
.delete-confirmation-cont .modal-header h4 {
    letter-spacing: 0;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
}

.delete-confirmation-cont .modal-body {
    padding: 0 10px 10px;
}
.chckout-delete-address-modal {
    display: block;
    margin: 10px 0 20px;
    font-size: 14px;
    color: #444;
    text-align: left;
}
.chckout-delete-modal-options a {
    display: block;
    letter-spacing: 1.2px;
    font-size: 13px;
    font-weight: 600;
    color: #000 !important;
}
.delete-modal .modal-content {
    padding: 8px;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.delete-modal.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    margin: 20% 10px;
}
.oldCartBlock .infoIcon {
    padding: 0;
    margin: 10px 0;
    display: block;
}
.oldCartBlock .infoIcon img {
    height: 20px;
}
.lh-20 {
    line-height: 20px;
}
.font-15 {
    font-size: 15px;
}
.font-opensans-bold {
   font-weight: 900;
}
.oldCartBlock .font-15.lh-20 {
    margin-bottom: 0;
    font-size: 14px;
}
.oldCartBlock h4{
    letter-spacing: 0;
}
.oldCartBlockInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.oldCartBlockInfo a {
    font-size: 12px!important;
    border-radius: 0!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    line-height: 18px!important;
    padding: 6px 9px!important;
    text-transform: inherit!important;
    text-align: center;
    line-height: 20px !important;
    width: 50%;
}
.oldCartBlockInfo .addAllToCartBtn {
    margin-right: 15px;
}
.addAllToWishListBtn {
    background: #fff!important;
    color: #000!important;
    border: 1px solid #000!important;
}
 .addAllToCartBtn {
    background: #000!important;
    color: #fff!important;
    border: 1px solid #000!important;
}
.cart_addedTime{
    position: relative;
}
.cart_addedTime .trapezoid_bg {
    background: #f0f0f0;
    display: inline-block;
    position: relative;
    min-width: 40%;
}
.cart_addedTime span {
    line-height: 28px;
    padding: 0 10px;
}
.font-14 {
    font-size: 14px;
}
.font-opensans-sb {
    font-weight: 600;
}
.gray-darker-color {
    color: #222;
}
.cart_addedTime .trapezoid_bg:after {
    content: " ";
    position: absolute;
    right: -28px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 28px solid transparent;
    border-bottom: 28px solid #f0f0f0;
}
.productCartOptions.for-add-early{

}
.productCartOptions.for-add-early a {
    width: auto;
    padding: 10px 10px;
}
.productCartOptions.for-add-early a:first-child{
  width: 42%;
}
.productCartOptions.for-add-early a:nth-child(2){
    width: 42%;
}
.productCartOptions.for-add-early a:last-child{
    width: 16%;
}
.promocode-modal .modal-dialog .modal-content {
    border-radius: 0;
    border: 2px solid #d5d5d5;
}
.promocode-modal .modal-dialog .modal-content .modal-header {
    border-radius: 0;
}
.promocode-modal .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 16px;
}
.promocode-modal .close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    position: absolute;
    right: 15px;
}
.promocode-modal button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.promocode-modal .modal-header .close {
    margin-top: -2px;
}
.promocode-modal .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.promocode-modal .modal-header .close span {
    font-size: 24px;
    padding: 2px 15px;
    display: inline-block;
}
.promocode-modal .modal-body {
    position: relative;
    padding: 15px;
    text-align: center;
}
.promocode-modal .modal-dialog .modal-content .modal-body p {
    font-size: 13px;
    line-height: 18px;
}
.promocode-modal .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.promocode-modal .orange_btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.promocode-modal .orange_btn {
    background: #000;
    border: 0;
    color: #fff;
    padding: 8px 30px;
}
.promocode-modal.modal.show .modal-dialog {
    -webkit-transform: none;
    margin: 25% 10px;
    display: block;
}


@media  (max-width: 768px) {

.dropdown-menu.miniCartBlock{
    display: none !important;
}

 
.upper-row-step{
    display: none;
}
.text-right.sizeCartCont{
text-align: center !important;
}

.section.CartItemsHold .padder--custom {
    padding: 0 !important;
}


.for-desktop-view{
    display: none !important;
}


}