/* BASIC css start */
#footer {margin-top:90px !important;padding-bottom:111px !important;}
#quick-menu {bottom:131px !important;}

#basket .cart-head {
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:51px;
    padding:0px 10px 0px 15px;
    border-bottom:1px solid #cccccc;
    box-sizing:border-box;
}
#basket .cart-head label {
    display:flex;
    align-items:center;
    height:100%;
    color:#000000;
    font-size:14px;
    line-height:30px;
}
#basket .cart-head label input[type=checkbox] {
    width:20px;
    height:20px;
    margin-right:10px;
    background:url(/design/park6594/renew_23/m/check_off.png) no-repeat center center;
    background-size:20px 20px;
    appearance: none;
    cursor:pointer;
}
#basket .cart-head label input[type=checkbox]:checked {
    background:url(/design/park6594/renew_23/m/check_on.png) no-repeat center center;
    background-size:20px 20px;
}
#basket .cart-head label span {
    color:#000000;
    font-size:14px;
    font-weight:800;
    line-height:30px;
}
#basket .cart-head a {
    color:#000;
    font-size:14px;
    line-height:50px;
}

#basket .pd-list {
}
#basket .pd-list ul {
    padding:0px 15px;
}
#basket .pd-list li {
    padding:20px 0px;
    border-bottom:1px solid #cccccc;
}
#basket .pd-list li .head-box {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
}
#basket .pd-list li .head-box label input[type=checkbox] {
    width:20px;
    height:20px;
    background:url(/design/park6594/renew_23/m/check_off.png) no-repeat center center;
    background-size:20px 20px;
    appearance: none;
    cursor:pointer;
}
#basket .pd-list li .head-box label input[type=checkbox]:checked {
    background:url(/design/park6594/renew_23/m/check_on.png) no-repeat center center;
    background-size:20px 20px;
}
#basket .pd-list li .head-box > a {
    display:flex;
    justify-content:center;
    align-items:center;
    width:20px;
    height:20px;
    margin-right:-5px;
}
#basket .pd-list li figure {    
    display:flex;
    gap:0px 20px;
}
#basket .pd-list li figure .basketLeft {    
    flex-shrink:0;
    width:78px;
}
#basket .pd-list li figure .basketLeft a { 
    display:block;
}
#basket .pd-list li figure .basketLeft a img { 
    width:100%;
    height:auto;
}
#basket .pd-list li figure .basketRight {    
    flex:1;
}
#basket .pd-list li figure .basketRight .pd-name {
    display:inline-block;
    margin-top:-5px;
    color:#000000;
    font-size:14px;
    font-weight:bold;
    line-height:24px;
}
#basket .pd-list li figure .basketRight .pd-option {
    margin-top:3px;
    color:#999999;
    font-size:14px;
    line-height:20px;
}
#basket .pd-list li figure .basketRight .pd-option span {
    color:inherit;
    font:inherit;
}
#basket .pd-list li figure .basketRight .pd-price {
    display:flex;
    align-items:center;
    height:22px;
    margin-top:4px;
}
#basket .pd-list li figure .basketRight .pd-price .price {
    color:#000000;
    font-size:14px;
    font-weight:600;
}
#basket .pd-list li figure .basketRight .pd-price .price span {
    color:inherit;
    font:inherit;
}
#basket .pd-list li figure .basketRight .pd-price .price.strike {
    margin-right:6px;
    color:#999999;
    font-size:12px;
    text-decoration:line-through;
}
#basket .pd-list li figure .basketRight .pd-price .price.strike span {
}
#basket .pd-list li figure .basketRight .pd-price .pd-reserve {
    display:flex;
    align-items:center;
    margin-left:7px;
}
#basket .pd-list li figure .basketRight .pd-price .pd-reserve .sticker {
    width:29px;
    height:14px;
    border:1px solid #cccccc;
    border-radius:7px;
    color:#999999;
    font-size:8px;
    font-weight:bold;
    line-height:12px;
    text-align:center;
    box-sizing:border-box;
}
#basket .pd-list li figure .basketRight .pd-price .pd-reserve .reserve {
    margin-left:4px;
    color:#999999;
    font-size:14px;
    font-weight:600;
}
#basket .pd-list li figure .basketRight .pd-price .pd-reserve .reserve span {
    color:inherit;
    font:inherit;
}
#basket .pd-list li figure .basketRight .pd-amount {
    display:flex;
    gap:0px 5px;
    margin-top:12px;
}
#basket .pd-list li figure .basketRight .pd-amount .amount {
    position:relative;
    display:inline-block;
    width:113px;
    height:30px;
    padding:0px 29px;
    background:#fff;
    border:1px solid #cccccc;
    border-radius:4px;
    box-sizing:border-box;
}
#basket .pd-list li figure .basketRight .pd-amount .amount input {
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    color:#000000;
    border:none;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    font-size:14px;
    font-weight:normal;
    text-align:center;
    box-sizing:border-box;
}
#basket .pd-list li figure .basketRight .pd-amount .amount .up {
    position:absolute;
    top:0px;
    bottom:0px;
    right:0px;
    z-index:1;
    width:29px;
    background:url(/design/park6594/renew_23/m/cart_plus_icon.png) no-repeat center center;
    background-size:10px auto;
    font-size:0px;
}
#basket .pd-list li figure .basketRight .pd-amount .amount .down {
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    z-index:1;
    width:29px;
    background:url(/design/park6594/renew_23/m/cart_minus_icon.png) no-repeat center center;
    background-size:10px auto;
    font-size:0px;
}
#basket .pd-list li figure .basketRight .pd-amount > a {
    width:68px;
    height:30px;
    background:#cccccc;
    border-radius:4px;
    color:#ffffff;
    font-size:14px;
    line-height:30px;
    text-align:center;
}
#basket .pd-list li .btn-box {
    display:flex;
    gap:0px 8px;
    margin-top:15px;
}
#basket .pd-list li .btn-box a {
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
    height:38px;
    border:1px solid #ccc;
    border-radius:7px;
    color:#000;
    font-size:14px;
}
#basket .pd-list li .btn-box a.arrow:after {
    width:8px;
    height:5px;
    margin-left:8px;
    margin-right:-10px;
    background:url(/design/park6594/renew_23/m/cart_arrow.png) no-repeat center center;
    background-size:8px 5px;
    content:"";
}

#basket .cart-order {
    width:calc(100% - 30px);
    margin:0 auto;
    padding:21px 0px 12px;
    border-bottom:1px solid #000000;
}
#basket .cart-order .MK_total_price {
    display:block !important;
}
#basket .cart-order dl {
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:35px;
}
#basket .cart-order dl dt {
    color:#999999;
    font-size:14px;
    font-weight:normal;
}
#basket .cart-order dl dd {
    display:flex;
    align-items:center;
    color:#000000;
    font-size:15px;
    font-weight:bold;
}
#basket .cart-order dl dd span:not(.won) {
    color:inherit;
    font:inherit;
}
#basket .cart-order dl dd span.won {
    color:inherit;
    font-size:12px;
    font-weight:normal;
}
#basket .cart-order dl.total {
    margin-top:12px;
    height:40px;
}
#basket .cart-order dl.total dt {
    color:#000000;
    font-size:15px;
}
#basket .cart-order dl.total dd {
    color:#ff4700;
    font-size:20px;
}
#basket .cart-order dl.total dd span:not(.won) {
}
#basket .cart-order dl.total dd span.won {
}

#basket .dv-info {
    width:calc(100% - 30px);
    margin:0 auto;
    padding:15px 10px 0px;
    box-sizing:border-box;
}
#basket .dv-info p {
    position:relative;
    padding-left:16px;
    color:#000000;
    font-size:10px;
    line-height:22px;
}
#basket .dv-info p:before {
    position:absolute;
    top:9.5px;
    left:0px;
    z-index:1;
    width:3px;
    height:3px;
    background:#999999;
    border-radius:50%;
    content:"";
}

#basket .cart_free_area {
    margin-top:20px;
    padding:0px 15px;
}
#basket .cart_free_area .cart-free-wrap {
}
#basket .cart_free_area .cart-free-btn {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    width:100%;
    height:55px;
    background:#e5e5e5;
    border:none;
    border-radius:20px;
}
#basket .cart_free_area .cart-free-btn h6 {
    padding-left:24px;
    background:url(/design/park6594/renew_23/m/cart_free_icon.png) no-repeat center left;
    background-size:20px auto;
    color:#000000;
    font-size:14px;
    font-weight:bold;
    line-height:19px;
    text-align:center;
}
#basket .cart_free_area .cart-free-btn p {
    color:#000000;
    font-size:9px;
    line-height:15px;
    text-align:center;
}
#basket .cart_free_area .cart-free-btn p span {
    color:#ff4700;
    font:inherit;
    font-weight:800;
}

#basket .order-btn {
    display:flex;
    gap:10px 5px;
    flex-wrap:wrap;
    margin-top:25px;
    padding:0px 15px;
}
#basket .order-btn .sel-order {
    flex:1;
    height:50px;
    background:#fff;
    border:1px solid #000;
    color:#000000;
    font-size:15px;
    font-weight:600;
    line-height:48px;
    text-align:center;
    box-sizing:border-box;
}
#basket .order-btn .all-order {
    flex:1;
    height:50px;
    background:#000;
    border:1px solid #000;
    color:#fff;
    font-size:15px;
    font-weight:600;
    line-height:48px;
    text-align:center;
    box-sizing:border-box;
}
#basket .order-btn #nhn_btn {
    width:100%;
}
#basket .order-btn #nhn_btn .npay_storebtn_bx { 
    width:100% !important;
    height:auto !important;
}
#basket .order-btn #nhn_btn .npay_storebtn_bx .npay_button_box {
    padding:0px !important;
    border:none !important;
}
#basket .order-btn #nhn_btn .npay_storebtn_bx .npay_button {
    padding:0px !important;
}
#basket .order-btn #nhn_btn .npay_storebtn_bx .npay_button .npay_btn_item {
    height:50px !important;
}
#basket .order-btn #nhn_btn .npay_storebtn_bx .npay_button .npay_btn_item .npay_btn_link {
    height:100% !important;
    background:#fcfcfc url(/design/park6594/renew_23/m/cart_npay.png) no-repeat center center !important;
    background-size:76px auto !important;
    border:1px solid #bfc4c7 !important;
    font-size:0px !important;
    box-sizing:border-box !important;
}
#basket .order-btn #nhn_btn .npay_storebtn_bx .npay_button .npay_btn_item .npay_btn_link .npay_logo,
#basket .order-btn #nhn_btn .npay_storebtn_bx .npay_text,
#basket .order-btn #nhn_btn .npay_storebtn_bx .npay_event {
    display:none !important;
}

#basket .banner {
    margin-top:55px;
}
#basket .banner .swiper-slide img {
    width:100%;
    height:auto;
}
#basket .banner .swiper-pagination {
    top:10px;
    right:15px;
    left:unset;
    bottom:unset;
    width:36px;
    height:18px;
    background:rgba(0, 0, 0, 0.5);
    color:#ffffff;
    font-size:9px;
    line-height:18px;
    text-align:center;
    border-radius:9px;
}

#basket .smart-product {
    margin-top:41px;
}
#basket .smart-product h5 {
    padding-left:15px;
    color:#000000;
    font-size:15px;
    font-weight:600;
    line-height:30px;
}
#basket .smart-product .product-list {
    margin-top:12px;
    padding:0px;
    padding-top:20px;
}
#basket .smart-product .swiper-slide {
    width:95px;
}
#basket .smart-product .swiper-slide .product-info {
    margin-top:5.5px;
    padding:0px;
}
#basket .smart-product .swiper-slide .product-info .pd-name {
    color:#000;
    font-size:11px;
    line-height:17px;
}
#basket .smart-product .swiper-slide .product-info .pd-price {
    margin-top:0px;
    height:17px;
}
#basket .smart-product .swiper-slide .product-info .pd-price .price {
    color:#000;
    font-size:11px;
}

.fixed-order-btn {
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:999;
    height:111px;
    padding:14px 15px 15px;
    background:#fff;
    box-sizing:border-box;
    box-shadow:0px -5px 5px 0px rgba(0, 0, 0, 0.06);
}
.fixed-order-btn .total-price {
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:32px;
}
.fixed-order-btn .total-price dt {
    color:#000000;
    font-size:14px;
    font-weight:normal;
}
.fixed-order-btn .total-price dt span {
    color:#fe4a00;
    font-size:14px;
    font-weight:bold;
}
.fixed-order-btn .total-price dd {
    display:flex;
    align-items:center;
    gap:0px 10px;
    color:#000000;
    font-size:14px;
    font-weight:normal;
}
.fixed-order-btn .total-price dd > span {
    display:block !important;
    color:#fe4a00;
    font-size:20px;
    font-weight:bold;
}
.fixed-order-btn .btn-box {
    display:flex;
    gap:0px 5px;
}
.fixed-order-btn .btn-box .sel-order {
    flex:1;
    height:50px;
    background:#fff;
    border:1px solid #000;
    color:#000000;
    font-size:15px;
    font-weight:600;
    line-height:48px;
    text-align:center;
    box-sizing:border-box;
}
.fixed-order-btn .btn-box .all-order {
    flex:1;
    height:50px;
    background:#000;
    border:1px solid #000;
    color:#fff;
    font-size:15px;
    font-weight:600;
    line-height:48px;
    text-align:center;
    box-sizing:border-box;
}

#basket .price-each-info-top {text-align : right; border-top: 1px solid #cbcbcb; border-bottom: 1px solid #cbcbcb; background:#eaeaea; padding:10px;}
#basket .price-each-info-bottom {text-align : right; padding:10px; background:#eaeaea; border-bottom:1px solid #cbcbcb;}
#basket .price-total-info-top {border-top: 2px solid #464646; border-bottom: 1px solid #cbcbcb; background-color: #eaeaea; text-align : right;  padding:10px; margin-top:10px;}
#basket .price-total-info-bottom {border-bottom: 1px solid #cbcbcb; background-color: #eaeaea; text-align : right; padding:15px 10px; font-size:1.333em;}
#basket .price-total-info-bottom .txt-price {color : #f1191f; font-weight:bold;}
#basket .price-total-info-bottom .txt-reserve {color : #898989; font-size:0.688em;}
#basket .delivery-type { padding:15px 10px;}
#basket .order-btn {padding:0 10px;}
#basket .order-btn .btn_Red {background-color: #f1191f; border: 1px solid #f1191f;}
#basket .naver-checkout {margin-top: 20px;}

@media screen and (min-width:768px) {
 #basket .basketRight .btn_Black {width:315px; display:inline-block; vertical-align: middle; margin-top:0px;}
}

.cart-ft2 { display: block; text-align: center; }

.cart-free-wrap { text-align:center; }
.cart-free-wrap .list-wrap-layer {
    display:none;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1004;
    background:rgba(0,0,0,0.5);
}
.cart-free-wrap .list-wrap-layer.on{
    display:block;
}
.cart-free-wrap .list-wrap {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
    z-index: 999;
    background: #fff;
    max-height: calc(100vh - 10px);
    overflow: auto;
}

.cart-free-wrap .list-wrap .tt-wrap{
    position:relative;
    display:flex;
    justify-content:space-between;
    padding:15px;
    border-bottom:1px solid #cccccc;
    position:sticky;
    top:0;
    z-index:50;
    background:#fff;
}
.cart-free-wrap .list-wrap .tt-wrap > h5{
    line-height:25px;
    font-size:16px;
    font-weight:bold;
    color:#000000;
}
.cart-free-wrap .list-wrap .tt-wrap .cart-free-close-btn{
    background: url('/design/park6594/renew_23/m/m_cart_free_close.png')no-repeat center center;
    background-size:100% auto;
    border:none; 
    box-shadow:none; 
    border-radius:0; 
    padding:0; 
    overflow:visible; 
    cursor:pointer
    font-size:0px;
    text-indent:-9999px;
    width:24px;
    height:24px;
    margin-right:-4px;
}
.cart-free-wrap .list-wrap .product-list{
    padding:20px 15px;
}
.cart-free-wrap .list-wrap .product-list .product-item .product-info .pd-name{
    text-align:left;
    font-size:10px;
    line-height:15px;
    color:#999;
}

.cart-free-wrap .list-wrap .product-list .product-item .product-info{
    text-align:left;
    padding:0;
    margin-top:10px;
}
.cart-free-wrap .list-wrap .product-list .product-item .product-info .pd-price{
    height:15px;
    margin-top:0;
}
.cart-free-wrap .list-wrap .product-list .product-item .product-info .pd-price .percent{
    font-size:10px;
}
.cart-free-wrap .list-wrap .product-list .product-item .product-info .pd-price .price{
    font-size:10px;
}
.cart-free-wrap .list-wrap .product-list .product-item .product-info .pd-price .price.strike{
    font-size:8px;
}
.cart-free-wrap .list-wrap .product-lis [class^=MK_block][class$=product], 
.cart-free-wrap .list-wrap .product-lis .col-2{
    grid-row-gap: 40px;
}

.cart-free-wrap .list-wrap .product-list .product-item .item-more{
    display:block;
    width:100%;
    height:30px;
    line-height:28px;
    border:1px solid #cccccc;
    font-size:11px;
    letter-spacing:-0.22px;
    color:#000000;
    text-align:center;
    border-radius:7px;
    box-sizing: border-box;
    margin-top:8px;
}
/* ÇÏÀÌºê¸®µå ¿É¼ÇÀÌ¹ÌÁö */
.basket-option-dlist li img { width:30px; height:30px; vertical-align:middle; }

/* Á¤±â¹è¼Û ÅÇ */
#basket .cart-tab { width:100%; height:32px; border-top:1px solid #464646; }
#basket .cart-tab:after { clear: both; content: ""; display: block; }
#basket .cart-tab li { float:left; width:50%; height:31px; border-bottom:1px solid #cecece; }
#basket .cart-tab li a { display:inline-block; width:100%; height:100%; color:#3b3b3b; font-size:12px; text-align:center; text-decoration:none; background:none; }
#basket .cart-tab li a span { display:block; height:18px; line-height:18px; margin-top:6px; }
#basket .cart-tab li:first-child a span { border-right:2px solid #e2e2e2; }
#basket .cart-tab li.now { border-bottom:1px solid #f1191f; }
#basket .cart-tab li.now a { font-weight:bold; color:#f1191f; }

/* ¼¥ÆäÀÌ ¹Ù·Î±¸¸Å */
#productDetail #shoppay_btn { padding-top: 10px; } /* PC (°øÅë) »ó¼¼ÆäÀÌÁö Àü¿ë */
#cartWrap #shoppay_btn { display: inline; } /* PC (°øÅë) Àå¹Ù±¸´Ï Àü¿ë */
.shopdetail #shoppay_btn { padding-top:10px; } /* MO (4.0) »ó¼¼ÆäÀÌÁö Àü¿ë */
#basket #shoppay_btn { margin-top:20px; } /* MO (4.0) Àå¹Ù±¸´Ï Àü¿ë */
.shopdetail #shoppay_btn { text-align:center; } /* MO (ÆÄ¿öÆÑ) »ó¼¼ÆäÀÌÁö Àü¿ë */
.basket #shoppay_btn { text-align:center; } /* MO (ÆÄ¿öÆÑ) Àå¹Ù±¸´Ï Àü¿ë */

.shoppay_storebtn_bx,
.shoppay_storebtn_bx *,
.shoppay_button_box,
.shoppay_button_box * { display: inline-block !important; overflow: hidden; !important; float: none !important; position: static !important; top: auto !important; left: auto !important; margin: 0 !important; padding: 0 !important; border: 0 none !important; font-size: 11px !important; line-height:16px !important; font-family: 'µ¸¿ò',Dotum,Helvetica,sans-serif !important; text-align: left !important; text-decoration: none !important;  vertical-align: top !important; background: none !important; border-radius: 0 !important; }
.shoppay_button_box { width: auto !important; height: 100% !important; zoom: 1 !important; padding: 0 !important; border-top: 2px solid #2b2f3a !important; background-color: #fff !important; }
.shoppay_button { position: relative !important; margin: 0 !important; padding: 5px 0 5px 88px !important; zoom:1 !important; }
.shoppay_button .shoppay_blind { overflow: hidden !important; position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; clip: rect(0 0 0 0) !important; }
.shoppay_text { display: block !important; *display: inline !important; position: absolute !important; top: 10px !important; left: 0 !important; width: 82px !important; height: 26px !important; margin: 0 !important; padding: 0 !important; background: url('/images/common/shoppay_sp_text.png') no-repeat !important; }
.shoppay_btn_list { *zoom: 1 !important; display: table !important; width: 100% !important; margin:0 !important; padding: 0 !important; table-layout: fixed !important; list-style: none !important; }
.shoppay_btn_list tbody { display: table-row-group !important; }
.shoppay_btn_list tr { display: table-row !important; }
.shoppay_btn_list .shoppay_btn_item { *width: 120px !important; }
.shoppay_btn_item { display: table-cell !important; height: 37px !important; margin: 0 !important; padding: 0 !important; text-align: left !important; }
.shoppay_btn_link { display: block !important; height: 35px !important; margin: 0 !important; padding: 0 !important; border: 1px solid #bfc4c7 !important; background-color: #fcfcfc !important; background-repeat: no-repeat !important; background-repeat: no-repeat !important; text-align: center !important; text-decoration: none !important; }
.shoppay_btn_item:first-child .shoppay_btn_link { margin: 0 !important; }
.shoppay_text { background-size: 82px auto !important; }
.shoppay_btn_link.shoppay_btn_pay { background-size: 133px auto !important; }
.shoppay_btn_link.shoppay_btn_pay { background-image: url('/images/common/shoppay_sp_payment.png') !important; background-position: 50% 0 !important; background-repeat: no-repeat !important; border-radius: 2px !important; }
.shoppay_btn_link.btn_blue { border-color: #025eea !important; background-color: #025eea !important; }
.shoppay_event { position: relative !important; width: 100% !important; margin: 0 !important; padding: 3px 0 0 0 !important; border: 0 none !important; border-top: 1px solid #e5e9ea !important; letter-spacing: -0.5px !important; }
.shoppay_event_tex t {display: block !important; *display: inline !important; overflow: hidden !important; *width: 100% !important; margin: 0 !important; padding: 5px 0 !important; letter-spacing: 0 !important; white-space: nowrap !important; *zoom: 1 !important; text-overflow: ellipsis !important; word-wrap: normal !important; }
.shoppay_event_text { padding: 0 !important; }
.shoppay_event_text .event_title { display: inline !important; margin: 0 5px 0 0 !important; padding: 0 !important; font-weight: normal !important; color: #015ce8 !important; vertical-align: middle !important; }
.shoppay_event .shoppay_event_text .event_link { display: inline !important; margin: 0 !important; padding: 0 !important; font-weight: normal !important; color: #727272 !important; text-decoration: none !important; vertical-align: middle !important; }
.shoppay_event .shoppay_event_text .event_link span { display: inline-block !important; margin: -1px 0 1px !important; vertical-align: middle !important; }
.shoppay_type_A_1 { width: 277px !important; height: 70px !important; }
.shoppay_type_A_2 { width: 296px !important; height: 84px !important; }
.shoppay_type_A_2 .shoppay_button { padding: 5px 0 5px 86px !important; }
.shoppay_type_A_2 .shoppay_text { top: 14px !important; }
.shoppay_type_A_2 .shoppay_btn_link { height: 45px !important; }
.shoppay_type_A_2 .shoppay_btn_link.shoppay_btn_pay { background-position: 50% -40px !important; }
.shoppay_type_A_3 { width: 338px !important; height: 84px !important; }
.shoppay_type_A_3 .shoppay_button { padding: 6px 0 6px 102px !important; }
.shoppay_type_A_3 .shoppay_text { top: 13px !important; height: 31px !important; background-position: 0 -31px !important; }
.shoppay_type_A_3 .shoppay_btn_link { height: 45px !important; }
.shoppay_type_A_3 .shoppay_btn_link.shoppay_btn_pay { background-position: 50% -40px !important; }
/* BASIC css end */

