/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

#wcssc-share-box { background: white; display: none; }
#wcssc-share-box-inner { display: flex; flex-flow: row wrap; margin: 0; padding: 0; position: relative; }
.wcssc-icon-holder { display: inline-block; font-size: 2.3em; text-align: center; width: 33%; margin-bottom: 15px; }
    .wcssc-icon-holder a { outline: none; }
    .wcssc-icon-holder span { display: block; font-size: 0.399em; }
    #wcssc-share-box-inner .sharebox-div { margin-top: 10px; }
        #wcssc-share-box-inner .sharebox-div:first-child { margin-top: 10px; }
.wcssc-dialog-back { position: absolute; bottom: 0; right: 0; text-decoration: none; }
#wcssc-saved-cart-table th, #wcssc-saved-cart-table td { border: 1px solid #999999; text-align: center; }
button.ui-dialog-titlebar-close { border:none; background: none;  }
.ui-dialog-titlebar {
    background: #fff;
    border: 0;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding: 0;
}
.ui-dialog-titlebar-close:before {
	line-height: 1;
    width: auto;
    height: auto;
    content: '×';
    font-family: FagoNo;
    font-weight: bold;
	color: #24305F;
    font-size: 45px;
    text-shadow: 0 1px 0 #ffffff;
    position: absolute;
    z-index: 999;
    right: 8px;
    vertical-align: middle;
    top: 0px;
}

#wcssc-save-ip {
	width: 100%;
	border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
	line-height: 23px;
    font-size: 14px;
    color: #4a4a49;
    font-family: FagoNo;
}
/*Saved cart page */
#wcssc-saved-cart-share .wcssc-icon-holder { font-size: 1.9em; width: auto; padding: 0 0.2em; }
.wcssc-share-load { display: flex; }
	.wcssc-share, .wcssc-load { width: 50%; }
	.wcssc-share ul { display: flex; flex-wrap: wrap; align-items: center; width: 100%; }
	.wcssc-load { display: flex; flex-flow: row-reverse wrap; }