@charset "utf-8";

/* CSS Document */
input:auto-fill { 
    background-color: #fff;
  }
  select:auto-fill { 
    background-color: #fff;
  }
  input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 0px white inset !important;
    background-color: #fff;
}
select:-webkit-autofill {
    background-color: transparent !important;
    box-shadow: 0 0 0px 1000px white inset !important;
  }

    
.webno {
    display: none;
}

.checkout-wrapper-all {
    display: inline-table;
    margin: 21px 0 40px 0;
    width: 100%;
}

.checkout-wrapper-all .checkout,
.checkout-wrapper-all .right-side-area {
    display: table-cell;
    width: calc(100% - 545px);
}

.checkout-wrapper-all .right-side-area {
    width: 545px;
    padding-left: 49px;
    vertical-align: top;
    
}

.checkout-wrapper-all .right-side-area .inner-cover {
    position: sticky;
    position: -webkit-sticky;
    top: 10px;
    z-index: 0;
    background: #f5f5f5;
    padding: 25px 40px;
}

.checkout-wrapper-all .right-side-area .order-summary-wrapper,
.checkout-wrapper-all .right-side-area .address-area {
    border-radius: 5px;
    /* padding:30px 40px; */
    margin-bottom: 33px;
    font-family: "Poppins", serif;
    font-size: 15px;
}
.checkout-wrapper-all .right-side-area .order-summary-wrapper{
    margin-bottom: 0;
}

.cart-content-bg {
    background: #fff;
    padding: 29px;
    border-radius: 6px;
}
.order-summary-wrapper .cart-content-bg {
    padding-top:20px;
}
#loginerror {
    margin: -10px 0px 10px 0px !important;
}
span#paymenterror {
    padding: 10px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 6px;
    display: block;
}
.checkout-wrapper-all .right-side-area .content-title {
   font-family: "Poppins", serif;
   font-weight:700;
    font-size: 21px;
    color: #0f0f0f;
    /* border-bottom: 1px solid #e4e4e4; */
    padding-bottom:11px;
    background: #f5f5f5;
}

.checkout-wrapper-all .right-side-area span.items-price {
    border-bottom: 1px solid #c5c5c5;
    height: 71px;
    display: table;
    width: 100%;
    font-family: "Poppins", serif;
    font-size: 15px;
}

.checkout-wrapper-all .right-side-area span.items-price p:first-child {
    display: table-cell;
    vertical-align: middle;
    width: 238px;
    margin: 0;
    padding: 0;
    font-family: "Poppins", serif;
    line-height: 20px;
}

.checkout-wrapper-all .right-side-area span.items-price p:last-child {
    vertical-align: middle;
    display: table-cell;
    font-family: "Poppins", serif;
    text-align: right;
    box-sizing: border-box;
}

.checkout-wrapper-all .right-side-area .order-sum-total-area {
    margin-top:35px;
}

.checkout-wrapper-all .right-side-area .order-sum-total-area span {
    font-family: "Poppins", serif;
    font-weight:600;
    display: inline-block;
    font-size: 16px;
}
.checkout-wrapper-all .right-side-area .order-sum-total-area .sidecart-total span {
    font-size: 18px;
}

.sidecart-sub-total,
.sidecart-total-shipping {
    margin-bottom: 5px;
}
.sidecart-pay-now-discount {
    margin-bottom: 3px;
}
.shipping-totals .price-row {
    margin-bottom:2px;
}

.sidecart-tax {
    margin-bottom:3px;
}

.checkout-wrapper-all .right-side-area .order-sum-total-area span:nth-child(3n+2) {
    float: right;
}

.checkout-wrapper-all .right-side-area .order-sum-total-area .total-cost span {
    font-size: 18px;
}

.wait-shipping,
.checkout-content .wait {
    display: flex !important;
    align-items: center;
}

.checkout-content{
    margin-top:15px;
}
.checkout-heading {
    background: #555555;
    border-bottom: 1px solid #fffdfb;
    border-top: 1px solid #fffdfb;
    font-size: 20px;
    margin-bottom: -1px;
    height: 40px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .step1 {
    background: url(../images/setp1.png) 0px 0px no-repeat;
    height: 53px;
    float: left
}

.step2 {
    background: url(../images/setp2.png) 0px 0px no-repeat;
    height: 53px;
    float: left
}

.step3 {
    background: url(../images/setp3.png) 0px 0px no-repeat;
    height: 53px;
    float: left
}

.step4 {
    background: url(../images/setp4.png) 0px 0px no-repeat;
    height: 53px;
    float: left
}

.step5 {
    background: url(../images/setp5.png) 0px 0px no-repeat;
    height: 53px;
    float: left
} */

.steptest {
    float: left;
    width: 100%;
    padding-left:20px;
    font-family: "Poppins", serif;
    font-weight: 600;
    line-height: 53px;
}

.car-list-title,
.addon-cart-list-title {
    background: #ffffff;
    height: auto;
    margin:10px 0px 17px 0px;
    float: left;
    width: 100%;
    position: relative;
}

/* .car-list-title span:first-child {
    width: 38px;
    height: 32px;
    float: left;
    border-right: 4px solid #ffffff;
    text-align: center;
    line-height: 32px;
    background: #e8e8e8;
    position: absolute;
    top: 0;
} */

.car-list-title span {
    font-size: 18px;
    font-family: "Poppins", serif;
    font-weight:600;
    padding-left: 194px;
    display: block;
}

/* .car-list-title span:last-child {
    line-height: 32px;
    margin-left: 52px;
} */

.car-list-title span:last-child a {
    color: #2d2020;
    text-decoration: none;
}

.colproimg {
    /* float: left; */
    text-align: center;
    /* display: inline-table; */
    margin: 30px 60px 0 0;
    height: 130px;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    bottom: 25px;
}

.colproimg span {
    width: 130px;
    height: 130px;
    background: #fff;
    box-sizing: border-box;
    display: inline-block;
}

.colproimg span img {
    width: 100%;
}
.addoptions {
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}
.addoptions:last-child {
    border-bottom:none ;
    padding-bottom: 0;

}
.addon-cart-list-title a {
    color: #2d2020;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    margin-left:20px;
}

.addon-cart-list-title span:first-child {
    width: 38px;
    height: 32px;
    float: left;
    /* border-right: 4px solid #ffffff; */
    text-align: left;
    line-height: 32px;
    /* background: #e8e8e8; */
    position: absolute;
    top: 0;
    font-weight: bold;
}

.addon_cart_image {
    float: left;
    text-align: center;
    border-right: 1px solid #ededed;
    width: 120px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 15px 0 0;
}
.addon_cart_details b{font-weight: 500;}
.addonprroducts {
    padding: 0px 0px;
}

.addonborder {
    font-size: 17px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    padding: 5px 0px;
}

.cart-product-wrap {
    display: block;
    justify-content: flex-start;
    padding-bottom:18px;
    margin-bottom:13px;
    border-bottom: 2px solid #eaeaea;
}
.cart-product-wrap:last-child{
    border-bottom: none;
    /* padding-bottom: 0px; */
    margin-bottom: 0px;
}
.colprodet {
    float: left;
    width: calc(100% - 250px);
}

.title-model-number {
    padding-top: 2px;
}

.colprodet table tr td {
    padding-bottom:4px;
}

.colprodet table tr td span {
    font-family: "Poppins", serif;
    font-weight:400;
    margin-left: 0px;
}
.cart-item-opt{
    display: flex;
    align-items: center;
}
.cart-item-opt .cart-item-opt-clr{
    position: relative;
    top: 2px;
    margin-left:0px;
}
.cart-model-number {
    color: #000000;
    font-family: "Poppins", serif;
    font-weight:400;
    margin-top: 15px;
}

.title-model-number {
    color: #0f0f0f;
    font-family: "Poppins", serif;
font-weight:500;
}

.cart-qty-wrap span input {
    height: 40px;
    border: #d6d5c6 1px solid;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0px 0px 0 0px;
    min-width:85px;
    text-align: center;
    font-family: "Poppins", serif;
    font-weight:400;
    background: #fff;
    z-index: 99;
}
.qty-update-btn {
    width: 78px;
    height: 36px;
    border: 1px solid #ededed;
    border-radius: 6px;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}
.cart-qty-wrap .qty-update-btn input{
    height: auto;
    min-width:45px;
    border: 1px solid #fff;
}
.qty-update-btn .plus,
.qty-update-btn .minus{
cursor: pointer;
user-select: none;
min-width: 12px;
text-align: center;
z-index: 100;
}
.qty-update-btn .plus{
    /* padding-right: 11px; */
    position: relative;
    right: 6px;
}
.qty-update-btn .minus{
    /* padding-left: 10px; */
    position: relative;
    left: 3px;
}
.cart-move-lst a {
    border-radius: 5px;
    background: #555555;
    color: #ffffff;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 83px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    margin-left:10px;
    cursor: pointer;
    
}
.cart-move-lst a:hover {
    background-color: #666666 !important;
}
.cart-qty-remv-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
}
.cart-qty-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-upload-artwork .action-button{
    margin-right: 0;
    height: 40px;
    min-width: 165px;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 10px;
    line-height: 40px;
}
.cart-upload-artwork .action-button:hover{
    background: #196fac;
}

.mobtddet {
    margin-bottom:0px;
}

.cart-qty-wrap {
    padding: 10px 0 10px 0px;
    display: inline-flex;
    align-items: center;
    float: left;
    position: relative;
}
.cart-qty-wrap .hooray_green {
    position: absolute;
    margin-left:8px;
}

.cart-qty-wrap b {
    margin-right:10px;
    font-weight: 500 !important;
    bottom: 3px;
    position: relative;
}

.remove-items {
    height: 18px;
    float: left;
    margin: 0px 0px 0px 15px;
    line-height: 18px;
}

.remove-items a {
    cursor: pointer;
    color: #8F8E8E;
    font-size: 14px;
    font-family: "Poppins", serif;
    font-weight:400;
}

.remove-items:hover a,
.remove-items:hover img:hover {
    filter: invert(27%) sepia(92%) saturate(6305%) hue-rotate(345deg) brightness(88%) contrast(99%);
    color: #e0162b;
}

.remove-items img {
    float: left;
    margin: 3px 10px 0 0;
}

.address-area {
    border: none;
    background: #f4f4f4;
}

.address-area span {
    font-size: 16px;
    display: inline-block;
    /* padding-left: 30px;
    padding-bottom: 30px; */
    width: 100%;
}

.address-area span b {
    margin: 0px 0px 0px 0px;
    display: inline-block;
    color: #0f0f0f;
    font-weight: 600;
    text-transform: capitalize;
}

.colprototal {
    float: right;
    width:220px;
    /* border-left: 1px solid #e1e1e1; */
    padding:0px 0px 5px 10px;
    line-height: 25px;
    
}
.cart-prdt-details{
    width: 100%;
    width: calc(100% - 194px);
    display: inline-block;
}
.colprototal span {
    float: right;
    font-family: "Poppins", serif;
font-weight:500;
}
.cart-item-wrap:after {
    content: "";
    clear: both;
    display: block;
}
.colorblock_main .white_clr {
    background: 0 0;
}
.colprototal-row {
    margin-bottom: 1px;
}
.pro-separate-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro-separate-price span {
    font-weight: 400;
}
.pro-separate-price span:first-child{
    display: inline-block;
    width: 130px;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 18px;
}
.pro-separate-price span:last-child{
    position: relative;
    min-width:80px;
    text-align: right;
 
}
.pro-separate-price span:last-child:after{
    content: ":";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    color: #000;
}
.checkout-cart-imprint-wrap {
    padding: 0px 0px 0 0;
    display: inline-block;
    width: 100%;
}
.cart_shipping_wrap .icon_shipping{
    padding-left: 35px;
    background: url(../images/cart_delivery_truck.png) left center no-repeat;
} 
.pro-separate-price .free-ship-price{
    color: #049500;
}
.checkout-cart-imprint-wrap span.cart_pms_imprint_wrap {
    /* float: left;
    width: 100%; */
    display: flex;
    flex-direction: column;
}

.cart_imprint_wrap span,
.pms_imprint_wrap span {
    background: #ffffff;
    border-radius: 3px;
    padding:0px;
    float: left;
    margin: 0 10px 3px 0;
}

.clrsecone {
    width: 100%;
    height: 29px;
    float: left;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 0;
    background-repeat: no-repeat;
}

.colorblock_main .colorblock1 .clrsecone,
.colorblock_main .colorblock1 .clrsectwo,
.colorblock_main .colorblock1 .clrsecthree,
.colorblock_main .colorblock1 .clrsecfour {
    height:40px;
    width: 40px;
    background-size: 100%;
}

.colorblock1 {
    float: left;
    width: 48px;
    position: relative;
    border: 1px solid #efefef;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.colorblock_main .colorblock1 {
    width: 72px;
    height: 30px;
}

.checkout-button {
    margin: 27px 0 7px 0px;
}

.pim-btn-checkout,
.action-button {
    display: inline-block;
    min-width: 211px;
    height: 45px;
    margin-right: 11px;
    color: #fff !important;
    text-transform: none;
    font-size: 16px;
    font-family: "Poppins", serif;
    font-weight:500;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    cursor: pointer;
    border: 0;
    /* padding: 0px 28px; */
    box-sizing: border-box;
}

.checkout-button a[title~="Continue"] {
    background: #555555;
}

.checkout-button a[title~="Proceed"],
.action-button {
    background: #2889cd;
}
.checkout-button a[title~="Proceed"]:hover{
    background: #196fac;
}
.checkout-header-wrap div.tagline {
    color: #ffffff;
    font-size: 18px;
    font-family: "Poppins", serif;
    font-weight: 500;
    /* margin-top: 21px; */
    display: block;
    position: relative;
    height: 42px;
    background:transparent;
    padding-left:0px;
}

.checkout-header-wrap div.tagline span {
    background: #ffffff00;
    padding: 0;
    font-family: "Poppins", serif;
    font-weight:700;
    color: #333;
    font-size:20px;
    text-transform: capitalize;
    display: block;
}

/* .checkout-header-wrap div:after {
    background: #d3d3d300;
    height: 1px;
    width: 100%;
    content: "";
    display: block;
    margin-top: -27px;
    z-index: -1;
} */

.mobile-payments .spacer-b30 div:before {
    background: #d3d3d3;
    height: 1px;
    width: 100%;
    content: "";
    display: block;
    z-index: -1;
    top: 25px;
    position: absolute;
}

.checkout .checkout-heading {
    margin-bottom:8px;
    width: 846px;
}

.checkout-heading a {
    font-size: 14px;
    font-weight: normal;
    padding: 0 11px 0px 20px;
    /* border-left: 1px solid #bababa; */
    color: #cacaca;
    cursor: pointer;
}
.shipping-address-section, 
.payment-address-section {
    max-height: 325px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 5px;
}

  
.payment-address-wrap,
.shipping-address-wrap {
    border-radius: 8px;
    min-height: 55px;
    display: flex;
    width: 100%;
    padding: 13px 10px 15px 15px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #eeeeee;
    margin:10px 0px 0px 0px;
}

.shipping-mets {
    display: inline-block;
    margin-top: 16px;
    width: 100%;
}

.payment-address-wrap:hover,
.payment-address-selected,
.shipping-address-selected,
.shipping-address-wrap:hover {
    background: #ffffff;
    border: 1px solid #cacaca;
}
#delivery-existing .po_msg{
    margin: 10px 0px;
}

/*.payment-address-wrap .radio-label:before {
	margin-right:.5em
}*/

.radio-btn-new input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 2px;
}

.radio-btn-new input[type=radio]:checked+.radio-label:before {
    background-color: #555555;
    box-shadow: inset 0 0 0 4px #fff;
    border: 2px solid #838383;
}

.radio-btn-new input[type=radio]+.radio-label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border:2px solid #c5c5c5;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.register_form {
    padding-bottom:20px;
}
.register-newsletter {
    font-family: "Poppins", serif;
font-weight:500;
    float: left;
    width: 100%;
}

.register-newsletter .subcribe {
    margin-bottom: 0px;
    font-family: "Poppins", serif;
    font-weight:500;
    font-size: 18px;
    float: left;
    margin-right: 10px;
}

.register-newsletter-title {
    margin-top:35px;
    display: inline-block;
    width: 100%;
}
.checkout-header-wrap.register-newsletter-title .tagline{
    height: 35px;
}
.register-newsletter .radio-btn-new input[type=radio]+.radio-label:before {
    width: 15px;
    height: 15px;
    box-shadow: inset 0 0 0 3px #fff;
    margin-right: 4px;
    top: -2px;
}

.checkout_edit_address {
    font-size: 15px;
    color: #8a8a8a;
    text-decoration: underline;
    height: 25px;
    border-left: 1px solid #dadada;
    padding-left: 10px;
    box-sizing: border-box;
}

.colorblock1 input {
    width: 33px;
    height:27px;
    position: absolute;
    left: 7px;
    top: 9px;
    text-align: center;
    border-radius:15px;
    text-indent: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.colorblock_main .colorblock1 input {
    width:27px;
    background: #ffffffc4;
}

.colorblock_main .colorblock1 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: table;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
}
.cart-item-clr-name{
    position: relative;
    top: 2px;
}
.cart-item-clr-name .colorblock_main .colorblock1{
    width: 20px;
    height: 20px;
    margin-right: 0;
    margin-bottom:0;
}
.cart-item-clr-name .colorblock_main .colorblock1 .clrsecone {
    height: 20px;
    width: 20px;
}
.checkout_edit_address a {
    cursor: pointer;
}
.checkout_edit_address a:hover {
    color: #333;
}
.shp_prohead {
    display: table-caption;
    font-family: "Poppins", serif;
    font-weight:600;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 168px;
}

.address_edit,
.address_add_payment {
    max-width: 986px;
    background: #fff;
    width: 100%;
    padding: 0px 0px 0px;
    box-sizing: border-box;
    margin: 18px 0px 0px 0px;
}


/*.popupshow{
	background: rgba(0, 0, 0, 0.7);
	width:100%;
	height:100%;
	position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/

.smart-forms .gui-input,
.smart-forms .gui-textarea {
    padding: 10px;
}

select {
    border: 0 !important;
}

.warningg img {
    float: left;
}

.smart-forms .select,
.smart-forms .gui-input,
.smart-forms .gui-textarea,
.smart-forms .select>select,
.smart-forms .select-multiple select {
    background: #fff !important;
    position: relative;
    vertical-align: top;
    border: 1px solid #bdc3c7;
    display: -moz-inline-stack;
    display: inline-block;
    box-sizing: border-box;
    webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
    width: 100%;
    height: 50px;
}

.smart-forms .select {
    height: 52px;
}

.address_edit .smart-forms .frm-row .colm6,
.address_add_payment .smart-forms .frm-row .colm6,
#checkout-register-form .frm-row .colm6 {
    min-height: 1px;
    padding-left: 0px;
    padding-right: 15px;
    position: relative;
    margin-top: 1px;
    float: left;
}
#checkout-register-form .frm-row .colm6 {
    height: 68px;
}
.address_edit .smart-forms .frm-row .colm6:nth-child(odd){
    padding-right: 0px;
}
/* .address_edit .smart-forms .frm-row .colm4:nth-child(3){
    padding-right: 0px;
} */
#checkout-register-form .frm-row .colm6:nth-child(even) {
    padding-right: 0px;
}
.address_edit .smart-forms .colm6.contact-info{
    padding-right: 0px;
}
.address_edit .smart-forms .colm6.contact-info:nth-child(odd){
    padding-right: 15px;
}
.address_edit .smart-forms .frm-row .colm6.contact-info:nth-child(2){
    padding-right: 0px;
}
.address_edit .smart-forms .frm-row .colm6.sms_text_area{
    float: right;
    height: 50px;
}

.smart-forms .frm-row .colm6 {
    width: 50%;
    margin-top: 5px;
    min-height: 1px;
    position: relative;
    z-index: 0!important;
    height: 65px;
}
.smart-forms .frm-row .colm4 {
    width: 33.33%;
    position: relative;
    float: left;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
    min-height: 70px;
}
.smart-forms .frm-row .colm4:nth-child(2) {
    padding-right: 15px;
}
.smart-forms .frm-row .colm4.input--filled{
    padding-right: 15px;
}
.address_edit .smart-forms .frm-row .colm4:nth-child(3n+3){
    padding-right: 0;
}
.address_add_payment .smart-forms .frm-row .colm4:nth-child(3n+3){
    padding-right: 0;
}
.smart-forms label,
.smart-forms input,
.smart-forms select,
.smart-forms textarea {
    margin: 0;
    color: #000000;
    font-weight: 400;
    outline: 0;
    z-index: 9!important;
    cursor: pointer;
    left: 0;
}

.smart-forms .option{position:relative;padding-right:15px;display:inline-block;vertical-align:middle;z-index:0}
.smart-forms .option>input{position:absolute;height:inherit;width:inherit;opacity:0;left:0;height:100%;}
.smart-forms .checkbox{position:relative;margin-right:10px;background:#fff;display:inline-block;border:1px solid #b5c1c7;height:21px;width:21px;top:5px;border-radius: 4px;}
.smart-forms .checkbox:before{content:'';display:none}
.smart-forms input:checked+.checkbox:before,.smart-forms input:checked:before{display:block}
.smart-forms .checkbox:before{position:absolute;top:5px;left:5px;width:6px;height:4px;border:solid #297fba;border-width:0 0 3px 3px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.smart-forms input:checked+.checkbox,.smart-forms input:checked{border:1px solid #297fba}
.smart-forms .sms_text_area .checkbox{
    display: inline-block;
    margin-right: 5px;
    
}
.smart-forms .sms_text_area .option{
    padding-right: 0;
    font-size: 12px;
    margin-top: 10px !important;
}
.add-address-title {
    background: #fff;
    padding: 5px 11px 5px 0px;
    font-family: "Poppins", serif;
font-weight:600;
    color: #137ec5;
    font-size: 20px;
    text-transform: capitalize;
}

.input__label--haruki {
    position: absolute;
    text-align: left;
    pointer-events: none;
    top: 0;
}

.input__label {
    display: inline-block;
    padding: 0;
    width: 65%;
    color: #6a7989;
    font-family: "Poppins", serif;
font-weight:500;
    font-size: 14px;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.errormessege {
    font-size: 13px;
    color: red;
    position: absolute;
    top: 44px;
    right: 11px;
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 10px;
    width: 100%;
    vertical-align: top;
}

.input__label-content {
    position: relative;
    display: inline-block;
    background: #fff;
    margin: 1px 0;
    top: 10px;
    left: 15px;
    padding: 2px 5px 2px 3px;
}
.couponbutton-outer .input__label-content {
    top: 16px;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
}
.input--filled .input__label-content--haruki {
    top: -11px;
    font-family: "Poppins", serif  !important;
font-weight:600;
    font-weight: normal !important;
}

.input__label-content--haruki {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

span.red {
    color: red;
    margin-right: 3px;
}

.smart-forms * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pac-target-input:not(:-webkit-autofill) {
    animation-name: endBrowserAutofill;
}

.amazon_login_pay.bottom-border {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.adv-no {
    font-size: 14px;
    padding-left: 0px;
    padding-top: 10px;
    color: #333;
    display: block;
    line-height: normal;
    font-family: "Poppins", serif;
    font-weight:500;
}

.tickicon {
    background: url(../../default/images/tick.png) no-repeat 99% 12px!important
}

.falseicon {
    background: url(../../default/images/false.png) no-repeat 99% 12px!important
}

.paa-note {
    line-height: normal;
    background: #e7e7e7;
    padding: 12px 30px 12px 15px;
    box-sizing: border-box;
    border-radius:8px;
    color: #000000;
    position: relative;
    font-family: "Poppins", serif;
    font-weight:500;
    display: inline-block;
}

.paa-note:before {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 18px solid #e7e7e7;
    content: "";
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: -18px;
    display: none;
}

.paa-note+.smart-forms {
    padding: 13px 0px 0 26px;
}
.paymentmethodm .smart-forms {
    padding: 13px 0px 0 0px;
   
}
.paymentmethodm.payment-inactive .smart-forms{
    filter: grayscale(1);
    opacity: 0.3;
    z-index: -33;
    position: relative;
    user-select: none;
}
.smart-forms .block {
    display: block;
}

.smart-forms .option {
    position: relative;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
    z-index: 0;
}

#confirm_proceed_content {
    margin-top: 10px;
    padding-bottom: 0px;
    padding-left:0px;
}

#confirm_proceed_content:after {
    content: "";
    clear: both;
    display: block;
}

.paymentmethodm .option {
    width: auto;
    font-family: "Poppins", serif  !important;
    font-weight:600;
    margin-right:22px;
    font-size: 18px !important;
    margin-top:0px;
    margin-bottom: 20px;
    padding: 0px;
}
.paymentmethodm .option:nth-child(5) {
    margin-right: 0;
}
.highlight.pp_express.bottom-border label:after {
    border-bottom: 1px solid #ccc;
    content: "";
    width: 100%;
    display: block;
    position: relative;
    top: 4px;
    margin: 10px 0px 5px 0px;
}

.form-footer a {
    display: inline-block;
    min-width: 182px;
    height: 52px;
    color: #ffffff;
    font-size: 16px;
    font-family: "Poppins", serif;
    font-weight:400;
    text-align: center;
    line-height: 52px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 15px;
}

.wait {
    min-height: 51px;
    display: inline-block;
}

.address_edit .form-footer {
    margin-left: 0px;
}
.checkout-content .address_edit .errormessege {
    top: 3px;
    right:6px;
    z-index: 999;
    background: #ffffff00;
    width: max-content;
    text-align: right;
    margin-right: 0;
}
.checkout-content .address_edit .errormessege.error-addexist{
    top: -3px;
    right: 0;
    text-align: left;
    margin-left: 0;
    font-size: 15px;
    display: inline-block;
}
.form-footer {
    float: left;
    padding-bottom: 7px;
}
.register_form .form-footer {
    padding-bottom:0px;
}
.checkout-content .mobile-button-outer{
    display: flex;
}
.form-footer.mobile-button-outer a {
    background: #2889cc;
    width: 100%;
}
.form-footer.mobile-button-outer a:hover {
    background: #196fac;
}

.form-footer a:nth-child(2n) {
    margin-left: 0px;
}

.addnewaddress-wrap,
.popup-link {
    font-size: 15px;
    font-weight:600;
    margin: 11px 0 0px 21px;
}
.addnewaddress-wrap {
    cursor: pointer;
    display: block;
    padding-top: 12px;
    padding-bottom:20px;
    margin: 0;
    margin-top: 10px;
    font-weight: 500;
}

.addnewaddress-wrap a {
    background: url(../images/addicon.jpg) 10px center no-repeat;
    padding: 0px 0px 0px 25px;
}

.addnewaddress-wrap a {
    color: #507590;
    color: #3c3c3c;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px;
    padding-left: 35px;
}

.addnewaddress-wrap a:hover {
    color: #36444e;
}

.shipping-methods {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    display: table;
}
.shipping-methods .row_grp{
padding-right: 0;
}


.new_shipping_items_image,
.new_shipping_items1 {
    display: table-cell;
}

.row_grp {
    float: left;
    width: 100%;
    background: #ffffff;
    border-radius: 3px;
    padding: 3px 20px 3px 10px;
    margin-bottom: 5px;
}

.new_shipping_items1 {
    width: 100%;
    vertical-align: top;
}

.shp_label {
    float: left;
}
.shp_label label.option.block.blockleft1 {
    display: flex;
    align-items: center;
}
.shp_label .titlevalue {
    padding-left: 15px;
}
.shp_price {
    float: right;
}

.new_shipping_items_image {
    float: left;    
    margin-right:50px;
    height: 105px;
    width: 105px;
    position: relative;
    bottom: 26px;
}

.new_shipping_items_image img {
    width: 100%;
}

.business-area {
    display: flex;
    justify-content: space-between;
    width: 58%;
    align-items: center;
    padding:0px 0px 15px 0px;
    white-space: nowrap;
}

.business-area label {
    padding-right:20px;
}

.new_shipping_items1 .radio-btn-new input[type=radio]+.radio-label:before {
    width: 18px;
    height: 18px;
}

.businesstype-label {
    vertical-align: middle;
    margin: 0px 0 0px 5px;
    display: inline-block;
    text-transform: capitalize;
}

.shipping-totals {
    text-align: right;
    font-size: 17px;
    padding-bottom: 20px;
    font-family: "Poppins", serif;
font-weight:600;
}

label.field.select.selebottom.radio-btn-new {
    align-items: center;
    display: flex;
}

label.field.select.selebottom.radio-btn-new .radio-label {
    float: left;
    margin-right: 10px;
}

.smart-forms .gui-input {
    background: #fff;
    position: relative;
    vertical-align: top;
    border: 1px solid #c5c5c5;
    display: -moz-inline-stack;
    display: inline-block;
    color: #707070;
    outline: 0;
    height:52px;
    width: 100%;
    font-family: "Poppins", serif;
    border-radius: 4px;
    cursor: auto;
}
.smart-forms .gui-input::placeholder{
    color: #707070;
}
#addCpnPnl .codeinput .txtCpnCode {
    height:52px;
    border: 1px solid #C2C2C2;
    border-radius: 6px;
    padding-left: 17px;
}
.couponbutton-outer .codeinput .txtCpnCode.coupon_active{
    font-weight: 600;
    color: #333333;
}
#shipping-new .form-footer a,
.address_add_payment .form-footer a {
    height: 42px;
    line-height: 42px;
    padding: 0 25px;
    min-width: auto;
}

.address_add_payment .form-footer a {
    margin: 5px 10px 0px 0px;
}

#shipping-new .form-footer {
    margin-top: 12px;
}

#addCpnPnl .codeinput {
    height: 52px;
    line-height: 16px;
    width: 100%;
}

#addCpnPnl .colm6 {
    float: right;
}
.couponbutton-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.couponnh {
    color: #4caf50;
    font-weight:600;
    font-size:14px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-left:0px;
}
.coupon-error {
    color: #dc2310;
}
div#cphMain_pnlCouponBtn:after {
    content: "";
    clear: both;
    display: block;
}

.smart-forms .section {
    padding-bottom:14px;
    position: relative;
}

.couponbutton {
    float: right;
    margin-left:11px;
    margin-top: 0px;
}

.coupontext {
    margin-bottom: 6px;
    display: block;
    margin-top: 6px;
    font-size: 14px;
    padding-left:0px;
    text-align: center;
}

.couponbutton button {
    background: #B5B5B5;
    color: #fff !important;
    padding: 11px 19px;
    border: none;
    border-radius: 6px;
    border: 0;
    cursor: pointer;
    height:52px;
    width: 158px;
    float: right;
    font-size: 16px;
    font-family: "Poppins", serif;
    font-weight:400;
}
.coupon-disable.couponbutton button{
    pointer-events: none;
    background: #B5B5B5 !important;
}
a#button-payment {
    margin: 0;
    background: #1f79b3;
    width: 192px;
    height: 52px;
    display: table-cell;
    vertical-align: middle;
}

.bill-address-area .radio-btn-new input[type=radio]+.radio-label:before {
    width: 15px;
    height: 15px;
    box-shadow: inset 0 0 0 3px #fff;
}

.business-area .radio-btn-new input[type=radio]+.radio-label:before {
    width: 18px;
    height: 18px;
    border:1px solid #c5c5c5;
    box-shadow: inset 0 0 0 3px #fff;
}

.bill-address-area .radio-btn-new {
    margin-right: 64px;
    position: relative;
    cursor: pointer;
}

.catselect td {
    padding: 6px 0px;
    width: 100%;
    text-align: center;
}

.commonlinks {
    color: #e0162b;
    text-align: left;
    font-size: 16px;
}


/*table.sizeselect {
    width: 100%;
}*/

table.catselect {
    padding: 0;
    margin: 0;
    border-spacing: 0!important;
}

.catselect {
    background: #fbfbfb;
    border: 1px solid #F0F0F0;
    margin-top: 5px;
    margin-bottom: 5px;
    ;
    width: 120px;
}

.cart-mobtop3 {
    width: 35px;
    text-align: right;
    padding-right: 0!important;
}

td.cart-mobile {
    padding-left: 3px;
}

.catselect td {
    padding: 6px 10px;
}

table.sizeselect input {
    width: 56px;
    float: left;
    margin: 0 5px 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    height: 20px;
}

.smart-forms .tagline {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
}

span.cnfrm-update {
    font-size: 12px;
    display: block;
    float: left;
    width: 100%;
    color: #e0162b;
    font-family: "Poppins", serif;
font-weight:500;
}

.error_server_down {
    margin: -10px 0px 20px 0px;
    font-family: "Poppins", serif ;
font-weight:500;
}

.serverdown_msg {
    margin-left: 10px;
}

.smart-forms .tagline span.secure_icon:after {
    width:185px;
    height: 32px;
    content: "";
    background: url(../images/secure_icon.png) right no-repeat #fff !important;
    position: absolute;
    left:215px;
    top: 31px;
    background-color: #fff;

}

.smart-forms .tagline span {
    display: inline-block;
    position: relative;
    background: #fff;
    color: #333;
    top: 0;
    font-weight: bold;
    font-size: 16px;
}

.loginheight .tagline {
    border: none;
    position: relative;
    z-index: 9;
    top:0;
    text-align: left;
}

.paymentmethodm .smart-forms.mobile-payments {
    margin:15px 0px;
    padding-top: 0;
    margin-top: 0;
    float: left;
    width: 100%;
}
.paymentmethodm .paa-text{
    font-size: 14px;
    color: #898989;
    font-weight: 400;
    padding-left:0px;
    display: block;
}
.paymentmethodm .paa-text span{
    color: #333;
    font-weight: 600;
    display: block;
}
.paymentmethodm .radio-btn-new input[type=radio]:checked+.radio-label:before {
    box-shadow: inset 0 0 0 3px #fff;
}

.paymentmethodm input+span:before {
    width: 15px !important;
    height: 15px !important;
    position: absolute !important;
    left: 0;
    top: 2px;
}

.smart-forms .gui-textarea {
    background: #fff;
    position: relative;
    vertical-align: top;
    border: 1px solid #bdc3c7;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    color: #34495e;
    outline: 0;
    height: 42px;
    width: 100%;
    *zoom: 1;
    resize: none;
    line-height: 19px;
    overflow: auto;
    max-width: 100%;
    height: 96px;
    padding: 10px;
}

.smart-forms .select:before {
    top: 7px;
    right: 2px;
    width: 34px;
    bottom: 2px;
    -webkit-border-radius: 0 1px 1px 0;
    -moz-border-radius: 0 1px 1px 0;
    -o-border-radius: 0 1px 1px 0;
    border-radius: 0 1px 1px 0;
    background: #ffffff url(../images/cart_down_arrow.png) 13px 16px no-repeat !important;
    z-index: 999 !important;
}

.smart-forms .select:before,
.smart-forms .select:after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: 15;
}


/*.verify{
	display:flex;
}*/
.verifyaddress .message{
    padding-left: 0;
}
span.verified_msg_tx {
    margin-left: 5px;
    font-weight: 500;
}

#AmazonPayButton {
    /* margin-left: 56px; */
}

.wishlist-carousel.owl-carousel .owl-nav .owl-next.disabled,
.wishlist-carousel.owl-carousel .owl-nav .owl-prev.disabled {
    opacity: .15;
    cursor: default;
}

.wishlist-carousel.owl-carousel .owl-nav {
    position: static;
}

.wishlist-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -30px;
    top: 32%;
    background: url(../images/pim-owl-nav-left.png?ver=1) center no-repeat !important;
    width: 19px;
    height: 34px;
}

.wishlist-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -30px;
    top: 32%;
    background: url(../images/pim-owl-nav-right.png?ver=1) center no-repeat !important;
    width: 19px;
    height: 34px;
}

.left.fields-area,
.fields-area-checkout {
    background: url(../images/login_separation.png) top 14px right no-repeat!important;
    width: 57% !important;
    margin-right: 0;
    padding-right: 70px !important;
    box-sizing: border-box;
    display: inline-block;
}

.fields-area+.right,
.fields-area-checkout+.right {
    width: 40%;
    float: right !important;
    box-sizing: border-box;
    padding-left: 20px;
}

.smart-forms .small-text {
    font-size: 14px;
    font-style: normal;
}

.smart-forms .fine-grey {
    float: none;
    display: inline-block;
    width: 100%;
}

.smart-forms .fine-grey a {
    color: #000 !important;
    margin: 0 0px 10px 0px;
    display: inline-block !important;
}

.payment-address-wrap strong,
.smart-wrap strong {
    float: left;
    margin-right:20px;
}

.payment-address-wrap p,
.smart-wrap p {
    font-size: 14px;
    float: left;
}

#login a {
    display: block;
    color: #ffffff;
}
.checkout-content #login a {
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.checkout-login-content .smart-forms .gui-input{
    width: 99%;
}
.checkout-content .errormessege {
    font-size: 13px;
    line-height: 16px;
    color: red;
    position: relative;
    top:3px;
    right: 0px;
    text-align: right;
    margin: 0 auto;
    display: block;
    z-index: 999;
}
.checkout-content .errormessege.error-addexist{
    top: -8px;
    text-align: left;
    margin-left: 0;
    font-size: 15px;
    display: inline-block;
}
.checkout-content .checkout-login-button {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.checkout-content #forgotpwd{
    order: 2;
}
.checkout-login-button .wait{
    order: 2;
    bottom: 6px;
    right: 30px;
    position: relative;
}
.checkout-content .checkout-login-button .fine-grey a{
    margin: 0;
    font-size: 12px;
    text-decoration: underline;
    color: #b5b5b5 !important;
    position: relative;
    bottom: 11px;
    right: 8px;
}
.checkout-content .input__label-content{
    /* top: 18px; */
    top: 13px;
    left: 8px;
}
.checkout-content #checkout_login .input__label-content{
    top: 13px;
}
.checkout-content #checkout_login .input--filled .input__label-content--haruki{
    top: -13px;
}
.checkout-content .input--filled .input__label-content--haruki{
    top: -11px;
}
.checkout-content .sms_text_area .sms-disclaimer {
    display: none;
    font-size: 13px;
    line-height: 17px;
    padding-top: 10px;
    position: absolute;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 7px 6px;
    top: 38px;
    width: 99%;
    transition: 0.5s ease;
}
.sms-disclaimer-hover:hover .checkout-content .sms_text_area .sms-disclaimer {
    display: block;
    transition: 0.5s ease;
  }
.checkout-content .sms_text_area .sms-disclaimer::before{
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    border-right: none;
    border-bottom: none;
    width: 9px;
    height: 9px;
    right: 158px;
    top: -5px;
    rotate: 45deg;
    z-index: 9;
}
.checkout-content .sms-disclaimer-hover{
    animation: zoom-in-icon 1.4s ease infinite;
    position: relative;
    top: 3px;
    left: 1px;
    width: 15px;
}
.checkout-content .address_edit .sms_text_area .sms-disclaimer {
    top: 48px;
    left: 0;
    right: inherit;
}
.checkout-content .address_edit .sms_text_area .sms-disclaimer::before{
    right: 10px;
}
@keyframes zoom-in-icon {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.1, 1.1);
    }
    100% {
      transform: scale(1, 1);
    }
  }
 
.register_form #errormessegepassword {
    margin-left: 0px;
    text-align: left;
    position: relative;
    left: 0px;
    top: 7px;
}
.checkout-content .register_form .errormessege {
    top: 1px;
}
.checkout-content .falseicon {
    background: url(../../default/images/false.png) no-repeat 99% 19px !important;
}
.checkout-content .tickicon {
    background: url(../../default/images/tick.png) no-repeat 99% 19px!important
}
.checkout-content .checkout-login-signup {
    display: block;
    padding-top: 13px;
    font-size: 14px;
    color: #333;
}
.checkout-content .checkout-login-signup a{
    font-weight: 600;
    color: #333;
    text-decoration: underline;
    padding-left: 5px;
    cursor: pointer;
}
.checkout-content #loginerror {
    margin: -10px 0px 10px 0px !important;
    color: #e70000;
    font-size: 13px;
}
.btnsign, .btnsign2 {
    width: 290px;
    height: 52px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 14px;
    display: flex;
    justify-content: flex-start;
    padding-left: 25px;
    cursor: pointer;
    transition: 0.5s ease;
}
.btnsign:hover, .btnsign2:hover{
    border: 1px solid #9a9a9a;
    transition: 0.5s ease;
}
.btnsign{margin-bottom: 0;}
.btnsign a img , .btnsign2 a img {
    display: inline-block;
}
.btnsign a span , .btnsign2 a span {
    display: inline-block;
    color: #333;
}
.checkout-login-content .pim-btn-checkout{
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    min-width: auto;
    background-color: #b5b5b5;
    transition: 0.5s ease;
    order: 3;
}
.checkout-login-content .pim-btn-checkout.btn--blue{
    background-color: #2889cc;
}
.checkout-login-content .pim-btn-checkout.btn--blue:hover{
    background-color: #156298;
    transition: 0.5s ease;
}
.checkout-login-content .pim-btn-checkout.btn--black{
    background-color: #1f1e1e ;
}
.checkout-login-content .pim-btn-checkout:hover{
    background-color: #555555;
    transition: 0.5s ease;
}
.checkout-login-content .pim-btn-checkout.active-button{
    background-color: #555555;
}
.loginheight {
    min-height: auto;
    height: auto;
}

.address-success {
    margin-top: -11px;
    float: left !important;
    padding: 5px 10px;
}

.sizeselect tbody {
    text-align: center;
}

.commentsection {
    /* margin-top: 20px; */
    position: relative;
    width: 100%;
    display: inline-block;
}

.header-primary {
    position: relative;
}

.header-primary h4 {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    background: #fff;
    color: #34495e;
    top: 4px;
    font-weight: bold;
    font-size: 18px;
    padding-right: 12px;
}

.header-primary:after {
    background: #d3d3d3;
    height: 1px;
    width: 100%;
    content: "";
    position: absolute;
    margin-top: 17px;
    z-index: -1;
    left: 0;
    top: 5px;
}

.center-block {
    max-width: 1000px;
    margin-left: 56px;
}

.free-product-tooltip-wrap {
    float: left;
    line-height: 18px;
    padding-bottom: 3px;
}

.free-product-tooltip-left {
    float: left;
}

.free-product-tooltip-left img {
    margin: 10px 10px 5px 0;
}

.free-product-applied {
    color: green;
    font-family: "Poppins", serif;
font-weight:500;
    padding-bottom: 5px;
}

.free-product-tooltip-right {
    padding-top: 7px;
}

.free-product-details {
    color: #e0162b;
    font-family: "Poppins", serif;
font-weight:500;
}

.free-product-tooltip-name {
    color: #0f0f0f;
    float: left;
    margin-bottom: 8px;
}

.free-product-tooltip-model {
    color: #e0162b;
    text-align: left;
    width: 100%;
    font-family: "Poppins", serif;
font-weight:500;
}

.checkout-header-wrap .tagline {
    text-align: left;
}

.checkout-header-wrap .tagline span {
    top:6px;
}

.tablrdesigns_coupon {
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    margin-bottom: 22px;
    padding-bottom: 28px;
}
.cart_discount .smart-forms .section{
    padding-bottom: 0px;
}
.guest-ship-total-wrap {
    float: left;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
}

.checkout-login-content .left,
.checkout-login-content .right {
    margin-top:0px;
}

.loginheight .popup {
    /* border: 1px solid #dadada; */
    border-radius:0px;
    min-height: inherit;
    height: auto;
    margin-bottom: 0px;
    padding: 0px;
    padding-top:20px;
}

.po_msg_heading {
    float: left;
    margin-left: 10px;
    width: 100%;
}

.error_verif img {
    float: left;
}

.login-support-area {
    width: 290px;
    margin: 0 auto;
    min-height: 0px !important;
    overflow: inherit !important;
    margin-right: 0;
    text-align: center;
}
.login-support-area .gray, .login-support-area .fb_privacy{
    font-size: 12px;
}
.login-support-area .gray{
    display: block;
    margin-top: 7px;
}
.login-support-area .fb_privacy #tab_privacypolicy{
color: #333333;
}
#checkout-cart:after {
    content: "";
    display: block;
    clear: both;
}
.address-sec .section{
padding-bottom: 0;
}
.secure_icon,
.cc-accepthosted-title h4,
#confirm_proceed_content b {
    background: #fff;
    padding: 5px 0px 5px 0px;
    font-family: "Poppins", serif;
    font-weight:600;
    color: #137ec5 !important;
    text-transform: capitalize;
    float: left;
    font-size: 19px !important;
}
#confirm_proceed_content .form-footer{
    width: 100%;
    margin-top: 15px;
}

#confirm_proceed_content .payment .buttons a{
    width: 100%;
    margin-top: 15px;
    background: #1773b0;
    height: 55px;
    line-height: 55px;
}
#confirm_proceed_content .payment .buttons a.btn--black{
    background: #333;
}
#confirm_proceed_content .payment .po_method+.buttons a{
    width: 100%;
}

.secure_icon:after {
    background: #d3d3d3;
    height: 1px;
    width: 100%;
    content: "";
    display: block;
    margin-top: -27px;
    z-index: -1;
}

#confirm_proceed_content span.po_method_title {
    position: relative;
    width: 100%;
    float: left;
}

#confirm_proceed_content span.po_method_title:after {
    background: #d3d3d3;
    height: 1px;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 18px;
}

div.po_msg:before {
    font-size: 15px;
    color: #333;
    line-height: 32px;
    content: "Note: We don't recommend shipping to PO Boxes.";
    font-family: "Poppins", serif;
font-weight:500;
}

.bill-address-area {
    margin:9px 0 12px 0px;
    display: flex;
    align-items: center;
}
.checkout-payment-title {
    padding-right: 15px;
}
.checkout-payment-title span{
    font-family: "Poppins", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 53px;
    color: #333;
}
.bill-address-area .checkout-payment-title span{
    line-height:25px;
}
.password-warning {
    color: #323232;
    margin-left: 10px;
}

#errormessegepassword {
    margin-left: 0px;
}

.error {
    color: #D90003;
    font-family: "Poppins", serif;
font-weight:500;
    float: left;
}

.po_method {
    /* margin-top: 10px; */
    margin-bottom: 15px;
    display: table;
    width: 100%;
}

.po_method label {
    float: left;
    width: 180px;
    padding: 8px 10px 10px 0px;
}

.po_method+.buttons {
    /* margin-bottom: 5px; */
    display: inline-block;
    width: 100%;
}

.po_method input.userinput {
    width: 100%!important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    height: 42px;
    box-sizing: border-box;
    padding: 9px 0px 6px 4px;
    border: 1px solid #d6d5c6;
    font-family: "Poppins", serif;
}

.po_method span {
    display: table-cell;
    color: #000;
    font-size: 15px;
    width: 50%;
}

.po_method span:first-child {
    padding-right: 20px;
}

.po_method input[type="file"] {
    -webkit-appearance: none;
    text-align: left;
    -webkit-rtl-ordering: left;
    background: #ffffff;
    padding-left: 13px;
}

.po_method span label span {
    color: red;
    width: auto !important;
    float: left;
    padding: 0 !important;
}

.ship-sub {
    font-size: 25px;
    background: #fff;
    padding: 5px 12px 5px 0px;
    font-family: "Poppins", serif;
font-weight:600;
    color: #137ec5 !important;
    text-transform: capitalize;
    font-size: 19px !important;
    float: left;
}

.amazon_pay {
    position: relative;
}

#amazon_pay_content {
    float: left;
    width: 100%;
    text-align: center;
    background: #f2ca65;
    border-radius: 6px;
}

/*#amazon_pay:after {
    background: #d3d3d3;
    height: 1px;
    width: 100%;
    content: "";
    display: block;
    z-index: -1;
    top: 19px;
    position: absolute;
}
*/
.empty-cart-content {
    padding: 10px 0 19px 0px;
    font-family: "Poppins", serif;
font-weight:500;
}

.main-wrapper.main-content-wrap {
    padding-top: 13px;
    padding-bottom: 25px;
}

.cart_empty_message {
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 22px;
    color: #e0162b;
}

.textvalue {
    font-family: "Poppins", serif;
    font-weight:500;
}

.proof_message_box {
    text-align: center;
    padding: 8px 0px;
    border-bottom: 1px solid rgb(51 51 51 / 20%);
    border-top: 1px solid rgb(51 51 51 / 20%);
    background: #F5F5F5;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    width: 846px;
}
.proof_message_box span{
    display: inline-block;
}
.proof_message_box span:first-child{
    font-weight:600;
    display:block;
    font-size: 18px;
    color: #e0162b;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #FFFFFF !important;
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555555 !important;
}

.payment .amazon-back-btn {
    background: #333333;
    display: inline-block;
    min-width: 182px;
    height: 52px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Poppins", serif;
font-weight:500;
    text-align: center;
    line-height: 52px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 15px;
    position: relative;
}

.payment .amazon-continue-btn {
    background: #3498db;
    display: inline-block;
    min-width: 182px;
    height: 52px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Poppins", serif;
font-weight:500;
    text-align: center;
    line-height: 52px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 15px;
    position: relative;
}

.cart-qty-wrap b,
.payment-address-wrap strong,
.smart-wrap strong, .pms_imprint_wrap b {
    font-family: "Poppins", serif;
    font-weight:600;
    color: #333333;
}
.cart_imprint_wrap b{
    font-weight:400;
}
.shipping-totals .price-row b {
    font-family: "Poppins", serif;
    font-weight:600;
    font-size: 16px;
    color: #333333;
}
.shipping-totals .price-row b span{
    color: #333333 !important;
    margin-left: 5px;
}
.ship-metod-text.amazon-sub-head {
    margin-bottom: 10px;
    font-family: "Poppins", serif;
font-weight:500;
}

#amazon_pay .shipping-methods:empty {
    display: none;
}

.payment .amazon_logout {
    float: right !important;
    padding: 10px 16px 10px 0 !important;
    width: 132px !important;
    text-align: center !important;
    border: 0;
    background: url(../images/arrwo-amazon.jpg) right no-repeat !important;
    border-radius: 3px;
    height: 41px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 700;
}

#amazon_pay .shipping-methods {
    border-bottom: none;
}

.artwork-step-info {
    font-size: 20px;
    background: #f4f4f4;
    border: 1px dashed #d4d4d4;
    font-family: "Poppins", serif;
font-weight:500;
    padding: 18px 25px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    margin-top: 10px;
}

.sizebox_outer {
    vertical-align: middle;
    text-align: left;
    margin: 10px 0px 0px 0px;
}

.sizebox_outer:after {
    content: "";
    display: block;
    clear: both;
}

.size_box {
    float: left;
    vertical-align: top;
    width: 65px;
    border: 1px solid #e1dfe0;
    border-radius: 3px;
    padding: 6px;
    box-sizing: border-box;
    background: #f7f7f7;
    margin-right: 7px;
    margin-bottom: 7px;
}

.size_box .selct-size-text {
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    font-family: "Poppins", serif;
font-weight:500;
}

.size_box .first-item {
    padding: 0;
}

.size_box .selct-size {
    margin: 0;
}

.size_box .selct-size input {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    padding: 0 3px;
    text-align: center;
    height: 22px;
    border: 1px solid #c6c6c6;
    font-family: "Poppins", serif;
    color: #232323;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.cart-product-main-wrap {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 3px;
}

.cart-product-main-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.newtooltip {
    display: none;
    position: absolute;
    /*border:1px solid #333;*/
    background-color: #161616;
    border-radius: 5px;
    padding: 2px 10px;
    color: #fff;
    font-size: 13px !important;
    z-index: 999;
    text-align: center;
}

.newtooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #161616 transparent transparent transparent;
}

.colorblock_main:after {
    content: "";
    clear: both;
    display: block;
}

.colorblock_main {
    margin-bottom:0px;
}

.center-block iframe {
    border: 0px !important;
    margin: 0 !important;
    height: 200px !important;
}

.center-block.iframe_holder_body {
    /* margin: 0 0 0 -8.333%; */
    margin: 0 0 0 0;
    width: 99.8%;
    border: 1px solid #1773b0;
    border-radius: 4px;
}
.sms_text_area{height:auto;}
.sms-msge{font-size: 13px;height:auto;}
.paylater_tooltip {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    background: rgb(0 0 0 / 85%);
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    font-weight: 1000;
    position: absolute;
    z-index: 50;
    top: 49px;
    left: 0;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.20);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
.paylater_tooltip:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgb(0 0 0 / 85%);
    position: absolute;
    top: 26px;
    right: 216px;
}

.show_tooltip:hover+.paylater_tooltip {
    visibility: visible;
    opacity: 1;
    top: -29px;
}

header{
    border-bottom:1px solid #ddd;
}
.success-outer{
    position: absolute;
    left: 0;
    bottom: 0;
     position: fixed;
    bottom: 40px;
    text-align: center;
    width: 100%;
    z-index: 500;
    box-sizing: border-box;
    -webkit-animation-name: PIMfadeInUp;
    animation-name: PIMfadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: flex;
    justify-content: center;
    align-items: center;
}
.success-outer .success{
    background: #ffffff url(../images/pim_green_tick.svg) 10px center no-repeat;
    border: 1px solid #c0eaff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    margin: 10px 0px 7px;
    color: #000000;
    padding: 15px 15px 15px 40px;
    position: relative;
    font-weight: 400;
}
.success-outer .success .close{
    padding-right: 2px;
}
.success-outer .success span{
    font-weight: 600;
}
/* .success-outer .success::after{
    content: "";
    display: block;
    position: absolute;
    right: 28px;
    bottom: 14px;
    width: 1px;
    height: 24px;
    background: #10496f;
} */
.checkout-second-step{
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
}

.form-footer a.btn--blue.save-disabled {
    pointer-events: none;
    background: #7cb5dc;
}
.testBillingAddress {display: none;}

.payment_footer {
    margin-top: 26px;
    padding-top: 7px;
    border-top: 1px solid #ddd;
}
.payment_footer a{
    font-size: 14px;
    color: #333;
    text-decoration: underline;
    padding-right: 15px;
}

/* new payment method style */

.cod-info-section {
    margin: 15px 0px 0px 0px;
    padding-left: 0;
}

.cod-cheque-info-text {
    border: 1px solid #ddd;
    padding: 25px;
    margin: 15px 0px;
    border-radius: 6px;
}

.cod-cheque-info-text span{
    display: block;
    line-height: 17px;
    margin-bottom: 15px;
}
.cod-cheque-info-text span:last-child {
    margin-bottom:0
}
.cod-info-text {
    display: block;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 10px;
}
.cod-info-text span {
    display: block;
    line-height: 17px;
    margin-bottom: 15px;
}

label.payment-radio-card {
    cursor: pointer;
    display: inline-block;
  }
  label.payment-radio-card .payment_card-content-wrapper {
    background: #fff;
    border-radius: 5px;
      min-width: 148px;
      max-width: 148px;
      max-height: 100px;
      min-height: 100px;
      box-sizing: border-box;
      display: grid;
      justify-items: center;
      align-items: end;
      box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.04);
      transition: 200ms linear;
      border: 1px solid #333;
      text-align: center;
  }
  label.payment-radio-card .payment_card-content-wrapper:hover {
    background: #1773b0;
  }
  label.payment-radio-card .payment_card-content-wrapper:hover .payment_method_name{
color: #fff;
  }
  label.payment-radio-card .payment_card-content-wrapper:hover.payment_card-content-wrapper:after{
    transform: translateX(95px);
  }
  .payment_card-content {
      display: flex;
      align-items: center;
      flex-direction: column;
      margin-bottom: 11px;
      width: 100%;
  }
  .payment_method_name{
    font-size: 13px;
    line-height: 13px;
    color: #333;
    font-weight: 400;
    width: 90%;
  }
  label.payment-radio-card input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  label.payment-radio-card input[type=radio]:checked + .payment_card-content-wrapper {
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px #ffffff00;
    background: #1773b0;
    border: 1px solid #1773b0;
  
  } 
  .payment_card-content-wrapper:after {
    content: "";
    position: absolute;
    top: -10px;
    bottom: 0;
    width: 40px;
    height: 115px;
    transform: translateX(-70px);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  }
  label.payment-radio-card input[type=radio]:checked + .payment_card-content-wrapper:after {
    will-change: transform;
    -webkit-animation: shine_cart 500ms ease-in forwards;
            animation: shine_cart 500ms ease-in forwards;
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms;
  }
  label.payment-radio-card input[type=radio]:checked + .payment_card-content-wrapper .payment_method_name{
    color: #fff;
  }
  label.payment-radio-card .payment_card-content img {
    margin-bottom: 13px;
  }
  .address-outer{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  .address-outer p{
    position: relative;
    display: contents;
  }
  .address-outer .checkout-contactno{
    font-size: 14px;
    display: inline-block;
    width: max-content;
  }
  .address-outer p span{
    margin-right: 5px;
    display: inline-block;
  }
  .paymentmethodm .discount_onlinne_text{
    width: 493px;
    text-align: center;
    margin-bottom: 13px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-left: 4px;
  }
  .paymentmethodm .discount_onlinne_text::before{
    content: "";
    position:absolute;
    width: 100%;
    height: 33px;
    top: 0;
    background:url(../images/cart_discout_bg.svg?ver=2);
  }
  .paymentmethodm .discount_onlinne_text span{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    background: #DE1E2C;
    color: #fff;
    line-height: 16px;
    padding: 8px 14px;
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
  }
  .paymentmethodm .discount_onlinne_text span.applied_discount{
    background: #3D9620;
  }
  @-webkit-keyframes shine_cart {
    from {
      transform: translateX(-70px) rotate(30deg);
    }
    to {
      transform: translateX(300px) rotate(30deg);
    }
  }
  @keyframes shine_cart {
    from {
      transform: translateX(-70px) rotate(30deg);
    }
    to {
      transform: translateX(300px) rotate(30deg);
    }
  }

  /* new payment method style */
#paypal_express_button{
    display: flex;
    justify-content: center;
    background: #0070ba;
    padding-top:4px;
    padding-bottom: 0px;
    border-radius: 4px;
    height: 50px;
    overflow: hidden;
    align-content: center;
    flex-wrap: wrap;
}
#paypal_express_button:hover{
    background:#006ab1;
}
#paypal_express_button_container {
    margin: 0 auto;
    width:87%;
}
.testBillingAddress{display:none;}

  
@media only screen and (max-width:1380px) {
    .cart-product-wrap{
        font-size: 13px;
    }
    .colprototal {
        width: 250px;
        padding: 0px 0px 5px 0px;
    }
    .colprodet {
        width: calc(100% - 251px);
    }
    .checkout-wrapper-all .right-side-area{
        width: 400px;
    }
    .couponbutton button{
        width: auto;
    }
    .proof_message_box, .checkout .checkout-heading {width: 100%;}
}

@media only screen and (min-width: 769px) {
    .sub-total-box b {
        display: inline-block;
        color: #FF0000;
        font-size: 15px;
        background: #fdeeee;
        padding: 10px 15px;
        border-radius: 5px;
        font-family: "Poppins", serif;
        font-weight:600;
        font-weight: normal;
    }
    .sub-total-box {
        float: left;
        margin-top: 15px;
    }
}

/* cart coupon popup */
.coupon_popup_outer {
    /* display: none; */
    position: fixed;
    background: rgba(0, 0, 0, .65);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 130;
    -webkit-animation: MenuOverlay 600ms linear;
    -moz-animation: MenuOverlay 600ms linear;
    animation: MenuOverlay 600ms linear both;
    -webkit-animation-delay: 1ms;
    -moz-animation-delay: 1ms;
    animation-delay: 1ms;
}
.coupon_popup{
    background: #ffffff;
    width: 591px;
    height: auto;
    border-radius: 6px;
    margin: 0 auto;
    position: absolute;
    top: 20%;
    left: 35%;
    -webkit-animation-name: PIMfadeInUp;
    animation-name: PIMfadeInUp;
    -webkit-animation-duration:0.8s;
    animation-duration:0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.coupon_popup.fade-out {
    -webkit-animation-name: PIMfadeInDown;
    animation-name: PIMfadeInDown;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
.coupon_popup_inner {
    padding: 30px 35px;
}
.coupon_head {
    text-align: center;
    margin-top: 5px;
}
.coupon_head h3 {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    color: #BC0B0B;
}
.coupon_head h5 {
    margin: 0;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 10px;
    color: #333333;
}
.popup_products_outer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.product_container {
    width: 160px;
    height: 160px;
}
.product_container img {
    width: 100%;
}
.discount_text {
    margin-top:15px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.discount_text::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #ddd;
    top: 19px;
    left: 0;
    z-index: 0;
}
.discount_text h4 {
    width: fit-content;
    height: 40px;
    margin: 0 auto;
    padding: 0px 15px;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    background: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.discount_text h4 span{
    color: #FFBC02;
    font-weight: 600;
}
.discount_text h2 span{
font-family: "Poppins", serif;
font-weight: 600;
font-size: 35px;
line-height: 27px;
}
.discount_text h2 {
font-family: "Poppins", serif;
font-size: 26px;
line-height: 27px;
font-weight: 600;
margin-top:15px;
color: #333333;
}
.discount_text .offer_txt{
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
 
}
.popup_coupon_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd;
}
.coupon_text span {
    display: block;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.coupon_text span:first-child {
    position: relative;
    top:11px;
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 0px 10px;
}
.coupon_text {
    text-align: center;
}
.coupon_text a {
    width: 230px;
    height: 60px;
    background: #fff;
    border:1px dashed #333;
    border-radius: 10px;
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 27px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_points li {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
}
.popup_coupon_footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 17px;
    margin-top: 20px;
}
.popup_coupon_footer .btn_coupon {
    text-decoration: none;
    width: 230px;
    text-align: center;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    cursor: pointer;
}
.popup_coupon_footer .btn_coupon.claim { 
    background:#ffcc02;
    color: #333333;
    font-weight:600;
}
.popup_coupon_footer .btn_coupon.pass {
    background: #ffffff;
    color: #216EBA;
    text-underline-offset: 2px;
    text-decoration: underline;
    font-style: italic;
}
.coupon_popup_inner .more_products {
    text-align: right;
}
.coupon_popup_inner .more_products a {
    text-decoration: none;
    background: no-repeat;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: 2px 5px;
    font-size: 14px;
    color: #333;
}
.cart-sidecart-discount{
    color:#4caf50;
}
@-webkit-keyframes PIMfadeInDown {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes PIMfadeInDown {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
@media only screen and (max-width: 1800px) {
    .coupon_popup{
       zoom: 0.8;
        top: 20%;
    }
}
@media only screen and (max-width: 1400px) {
    .coupon_popup{
       zoom: 0.7;
        top: 22%;
    }
}
/* cart coupon popup */


/* cart remove item popup */
.modal-base-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 103;
    display: none;
    align-items: center;
    justify-content: center;
}
.modal-base-modal {
    border: 1px solid #d4d5d9;
    position: relative;
    overflow: hidden;
    margin: auto;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    animation: modal-base-slideUp .3s ease-out forwards
}
.modal-base-modal.removeModal {
    animation: modal-base-slideDown .3s ease-out forwards
}
.cart_item_remove_popup {
    width: 370px;
    min-width: 290px;
    padding: 10px 10px 0;
    position: fixed; /* changed from absolute to fixed */
    /* top: 50%;
    left: 24.1%; */
    transform: translate(-50%, -50%);
    z-index: 110;
    display: none;
}
.modal-base-cancelIcon {
    position: absolute;
    top: 11px;
    right: 12px;
    cursor: pointer;
}
.remove_product_image {
    height: 60px;
    width: 60px;
    display: inline-block;
    border: 1px solid #ededed;
    padding: 2px;
    box-sizing: border-box;
    border-radius: 4px;
}
.remove_product_image img {
    width: 100%;
    height: 100%;
}
.remove_poup_text {
    display: inline-block;
    width: calc(100% - 75px);
    padding-left: 10px;
}
.cart_item_remove-confirmationTitle {
    font-size: 14px;
    color: #282c3f;
    margin-bottom:5px;
    font-weight:600;
}
.cart_item_remove-confirmationText {
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 14px;
    color: #282c3f;
}
.inlinebuttonV2-base-actions {
    border-top: 1px solid #eaeaec;
    display: flex;
}
.inlinebuttonV2-base-action {
    display: flex;
    flex: 1;
    text-align: center;
    margin: 12px 0;
    justify-content: center;
}
.confirmOrCancelModal-buttonClass {
    line-height: 1.15px;
}
.inlinebuttonV2-base-actionButton {
    text-transform: uppercase;
    font-weight:600;
    color: #696b79;
    padding: 0;
    height: 20px;
    font-size: 12px;
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
     font-family: "Poppins", serif;
}
.inlinebuttonV2-base-action:last-child {
    border-left: 1px solid #d4d5d9;
}
.remove-wishlist_btn {
    color: #e0172a;
    fill: #e0172a;
}

@keyframes modal-base-slideUp {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes modal-base-slideDown {
    0% {
        opacity: 1;
        transform: translateY(0%)
    }

    to {
        opacity: 0;
        transform: translateY(100%)
    }
}

/* cart remove item popup */
