label.ssp-smaller{
    width: 80px !important;
}

label.ssp-inline{
	display: inline-block;
    width: 120px;
}

input + .ssp-link{
	margin-left: 10px;
}

input.ssp-prefixed{
    width: 100px !important;
}

span.ico.close-popup{
    cursor: pointer;
    float: right;
    line-height: 0.6;
    margin: 5px 0 0 0;
}

.ssp-background-message{
    left: 50%;
    margin-left: -150px;
    margin-top: -16px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 300px;
}

.ssp-bottom-actions{
	border-top: 1px solid #DDD;
    margin-bottom: 22px;
  	margin-top: 10px;
    padding-top: 15px;
}

.ssp-bottom-actions .ssp-btn{
	float: right;
}

.ssp-btn{
  	border: 1px solid;
	border-radius: 3px;
  	margin-right: 15px;
  	width: 110px;
}

.ssp-btn.ssp-clean{
	background-color: #FFF;
  	border: 1px solid #CCC;
}

.ssp-btn.ssp-clean:hover{
    background-color: #EEE;
}

.ssp-btn.ssp-primary{
  	background: -webkit-linear-gradient(top, #6371c7, #5563c1);
    background: linear-gradient(to bottom, #6371c7, #5563c1);
  	border: 1px solid #5563c1;
    color: #FFF;
}

.ssp-btn.ssp-primary:hover{
    background: -webkit-linear-gradient(top, #5c6ac4, #4959bd);
    background: linear-gradient(to bottom, #5c6ac4, #4959bd);
}

.ssp-cart-total{
    color: #000;
}

.ssp-content{
    max-height: 375px;
}

.ssp-content label{
    text-transform: none !important;
}

.ssp-current-total{
    color: #888;
    font-size: 14px;
}

.ssp-del-link, .ssp-input-container + .ssp-input-container{
	margin-left: 30px;
}

.ssp-fieldset, .ssp-with-description{
	margin-bottom: 20px;
}

.ssp-fieldset input, .ssp-input-container input{
    display: inline-block;
    height: 32px;
    max-width: 250px;
    padding: 0 10px;
}

.ssp-fieldset label{
    font-size: 16px;
    font-weight: bold;
}

.ssp-fieldset .ssp-info-badge{
    vertical-align: bottom;
}

.ssp-info-badge{
    background: #b4e1fa;
    border: none;
    border-radius: 2rem;
    display: inline-block;
    font-size: 0.8rem;
    height: 32px;
    line-height: 32px;
    margin-left: 2px;
    padding: 0 10px;
    vertical-align: top;
}

.ssp-input-container{
	display: inline-block;
}

.ssp-input-container label{
    display: block;
}

.ssp-link{
	color: #0999f2;
}

.ssp-link:hover{
	cursor: pointer;
}

.ssp-link + p{
	margin-top: 15px;
}

.ssp-link.ssp-del-link{
    border-radius: 5px;
    display: inline-block;
    padding: 0 5px;
}

.ssp-popup{
    left: 25%;
    position: fixed;
    top: 5%;
    width: 50%;
    z-index: 10000000;
}

.ssp-popup hr{
	margin: 15px 0;
}

.ssp-popup label{
	font-size: 16px;
    font-weight: bold;
}

.ssp-popup ul, .SSPContent ul{
    list-style-type: none;
    margin-top: 10px;
}

.ssp-popup .ico{
	background-repeat: no-repeat;
    display: inline-block;
    float: right;
}

.ssp-popup-heading{
	border-bottom: 1px solid #DDD;
    margin-bottom: 10px;
    padding: 5px 10px 0 5px;
}

.ssp-popup-heading h2{
    text-transform: none !important;
  	display: inline-block;
    line-height: 1.6;
    margin-bottom: 0;
    overflow: hidden;
  	width: 88%;
}

.ssp-prefix{
    border: 1px solid;
    border-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding: 0 3px;
}

.ssp-prefixed{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.ssp-prices{
    border: 1px solid #CCC;
    border-left: none;
    border-right: none;
    margin: 10px 0;
    padding: 10px 10px 10px 0;
    text-align: right;
}

.ssp-prices strong{
    font-size: 16px;
}

.ssp-small-descr{
    display: inline-block;
  	font-size: 12px;
    font-style: italic;
  	font-weight: 100;
    line-height: 1rem;
  	text-align: center;
    width: 150px;
}

.ssp-tabs{
    border-bottom: 1px solid #DDD;
    margin: auto;
    margin-bottom: 10px;
    width: 90%;
}

.ssp-tab-item{
    border: 1px solid;
    border-bottom: none !important;
  	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  	display: inline-block;
    height: 40px;
  	margin: 0 1% 2px 0;
    line-height: 40px;
  	text-align: center;
    width: 49.5%;
}

.ssp-tab-item:hover{
	cursor: pointer
}

.ssp-tab-item:last-child{
	margin-right: 0;
}

.ssp-tab-item.active{
  	background-color: #EEE;
	color: #000;
}

.ssp-tab-item.active:hover{
	cursor: default;
}

.ssp-screen{
    background-color: #000;
    left: 0;
    position: absolute;
  	top: 0;
    width: 100%;
    z-index: 10000000;
}

.ssp-with-description label{
    font-size: 16px;
    font-weight: bold;
	position: relative;
    bottom: 32px;
}

.ssp-with-description .ssp-info-badge{
    vertical-align: top;
}

.ssp-with-description .ssp-input-container{
    width: 150px;
}

#SSPContainer{
	margin-top: 10px;
    padding: 0 10px 20px 10px;
}

#SSPReminder{
    margin: 10px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10000;  
}

#SSPReminder ul{
    list-style: none;
    margin: auto;
    padding: 0;
    width: 50%;
}

#SSPReminderContent{
    border: 1px solid;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    padding: 10px;
    text-align: center;
}

#SSPReminderContent a{
    cursor: pointer;
}

#SSPReminderHeader{
    border: 1px solid;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
    overflow: hidden;
    padding: 5px 5px;
    position: relative;
    text-align: center;
}

#SSPForgotBtn{
    cursor: pointer;
    font-weight: bold;
    margin: 10px auto;
    width: 200px;
}

#split-payment{
    box-shadow: none;
    box-sizing: border-box !important;
    line-height: 1.2;
    margin: 0 5px;
	overflow: auto !important;
	padding: 11px 18px;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: color 0 ease-in !important;
    transition: none !important;
}

.tooltipster-base{
	max-width: 100% !important;
    z-index: 10000 !important;
}

@media all and (max-width: 970px){
    .ssp-del-link{
        margin-left: 0;
        width: 50px ;
    }
}

@media all and (max-width: 850px){
    .ssp-del-link{
        margin-left: 10px;
    }

    .ssp-input-container + .ssp-input-container{
        margin-left: 0;
    }
}

@media all and (max-width: 640px){
    .ssp-popup{
        top: 0;
    }

    #SSPPopup{
        left: 0;
        margin-left: 0;
        width: 100%;
    }
}