@charset "UTF-8";


/** .wide div#header */
/**************************************/
.wide div#header div#header_main > div > ul li.nav_1,
.wide div#header div#header_main > div > ul li.nav_3,
.wide div#header div#header_main > div > ul li.nav_4 {
    /*display:         none;*/
}


/** div#caption */
/**************************************/
div#caption {
    position:        relative;
    top:             0px;
    left:            0px;
    background:      url("../../img/cart/index/caption_bg.gif") left bottom no-repeat;
    height:          52px;
    margin-bottom:   15px;
    padding:         0 0 0 1px;
    margin-top:     -7px;

}

div#caption span {
    position:        absolute;
    top:             0px;
    right:           0px;
    background:      url("../../img/cart/index//caption_bg.gif") left bottom no-repeat;
    display:         block;
    width:           1px;
    height:          52px;
}


/** div#cart_tx */
/**************************************/
div#cart_tx p {
    line-height:     25px;
}

div#cart_tx p.icon  {
    background:      url("../../img/cart/index/icon_attention.gif") no-repeat 0 5px;
    padding:         0 0 0 18px;
}

div#cart_tx p.attention  {
    color:           #ff0000;
}


/** div#cart_products */
/**************************************/
div#cart_products div.info {
    background:      #fcd409;
    padding:         7px 10px;
    font-weight:     bold;
    margin:          30px 0 0 0;
}

div#cart_products table {
    width:           100%;
    margin:          20px 0 0 0;
    line-height:     20px;
}

div#cart_products table td,
div#cart_products table tr {
    padding:         10px;
}

div#cart_products table th.del           { width : 7%; }
div#cart_products table th.thumb         { width : 13%; }
div#cart_products table th.title         { width : 46%; }
div#cart_products table th.free_shipping { width : 12%; }
div#cart_products table th.num           { width : 9%; }
div#cart_products table th.price         { width : 6%; }

div#cart_products table th {
    font-weight:     bold;
    border-bottom:   2px solid #6eccee;
}

div#cart_products table td.del {
    text-align:      center;
}

div#cart_products table td.title {
    padding:         0 20px 0 0;
}

div#cart_products table td.num ul li {
    float:           left;
    margin:          0 4px 0 0;
}

div#cart_products table td.num p {
    margin: 0 0 0 15px;
}

div#cart_products table td.price {
    text-align:      left;
    color:           #ff0000;
    font-weight:     bold;
}

div#cart_products table td.num ul li.last {
    margin-right:    0;
}

div#cart_products table td {
    border-bottom:   1px dotted #999999;
    padding:         10px 0;
}

div#cart_products table tr.total td {
    border-bottom:   none;
    background:      #fffce6;
}

div#tx_point {
    text-align:      right;
    margin:          15px 0 0 0;
}

div#tx_point span {
    color:           #2495e3;
    font-size:       14px;
    font-weight:     bold;
}


div#cart div.border > div > a.go_to_buy {
    background: url("../../img/cart/index/go_to_buy.png") left top no-repeat;
    display: block;
    text-indent: -9999px;
    width: 221px;
    height: 32px;
    margin: 0 auto;
}

div.cart_free_shipping {
    text-align: center;
    font-size: 10px;
    background-color: #6eccee;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #6eccee;
    color: white;
    margin: 0 1em;
    padding: 5px;
    width: 90px;
}

#modal-content{
    width:800px;
    margin:1.5em auto 0;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
    z-index:1050;
    position:fixed;
    display:none;
    overflow-y: auto;
    max-height: 95%;

}
#modal-content div.info p.text{
    font-size:25px;
    margin-bottom:15px;
}
#modal-content div.info p.item{
    padding-left: 1em;
    text-indent: -1em;
    font-size:16px;
    margin-bottom:5px;
}
#modal-content div.info p.note{
    padding-left: 1em;
    text-indent: -1em;
    font-size:14px;
    margin-top:2px;
    margin-left:10%;

}
#modal-content div.info p.pri_name{
    padding-left: 1em;
    text-indent: -1em;
    font-size:20px;
    font-weight: bold;
    color: blue;
    margin-bottom:5px;
}
#modal-content div.btn a{
    display: block;
    width: 30%;
    padding: 2%;
    text-align:center;
}
#modal-content div.btn a.add{
    background-color: #fcd409;
    float: left;
    margin-left: 10%;
}
#modal-content div.btn a.ignore{
    background-color: #d3d3d3;
    float: right;
    margin-right: 10%;
}
.button-link{
    color: black;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

.button-link:hover{
    cursor:pointer;
    color:#f00;
    background-color: red;
}
#modal-overlay{
    z-index:1005;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
a.btn_back:hover {
    background: #cbcccd;
}
.cart_item_add_h + div.cart_item_menu{
    height: 20px !important;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.cart_item_menu{
    clear: both;
    padding-top: 4px;
}
.cart_item_add_h + div.cart_item_menu > span,
.cart_item_add_h + div.cart_item_menu > a{
    height: 20px !important;
}
.flCartItemActions {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.flCartItemActions li a, .flCartItemActions li span{
    text-decoration: none !important;
}
.flCartItemActions li{
    padding-top: 10px;
    flex-basis: 20%;
    height: 26px;
    display: flex;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    line-height: 26px;
}
.flCartItemActions li.flBuyLater{
    flex-basis: 40%;
    justify-content: center;
}
.flCartItemActions li.flBuyLaterAddCart{
    flex-basis: 60%;
    justify-content: center;
}
.flCartItemActions li.flBuyLater .flBtnBuyLater
, .flCartItemActions li.flBuyLaterAddCart .flBtnBuyLater{
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    justify-content: center;
    padding: 2px 5px;
    line-height: 22px;
    width: 100%;
    text-align: center;
}
.flCartItemActions li.flStockSelect{
    flex-basis: 40%;
    justify-content: center;
}
.flCartItemActions li.flStockSelect .flStockSelectBox{
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    overflow: hidden;
}
.flCartItemActions li.flStockSelect .flStockSelectBox > a,.flCartItemActions ul li.flStockSelect .flStockSelectBox > span{
    display: flex;
    justify-content: center;
    align-content: center;
    line-height: 25px;
    box-sizing: border-box;
}
.flCartItemActions li.flStockSelect .flStockSelectBox .flBtnStock{
    flex-basis: 30%;
    background-color: #f1f1f1;
    font-size: 13px;
}
.cart_item_info .flCartItems{
    display: flex;
    justify-content: start;
    align-content: start;
    flex-wrap: wrap;
}
cart_item_info .flCartItems h3, p{
    flex-basis: 100%;
}
.cart_item_info .flCartItems h3{
    height: auto !important;
}
.flCartItemInfo {
    padding: 0 !important;
}
.flLinkShopping,
.flLinkShopping:visited,
.flLinkShopping:hover{
    color: #3360ae;
    text-decoration: underline;
}