* {
	margin:0;
	padding:0;
}
body {
	font-family: 'Ubuntu', sans-serif;
	font-size:13px;
	color:#000;
}
a, a:hover, a:active, a:visited, a:focus {
	outline:0;
	color:#000;
	text-decoration: none;
}
a:hover {
	text-decoration:none;	
}
img {
	margin:0;
	padding:0;
	outline:0;
	border:0;
}
h1, h2, h3 {
	color:#000;
	padding:0;
}
h1 {
	font-size:28px;
}
h2 {
	font-size:26px;
	color:#000;
	margin: 0 0 15px 7px;
}
h3 {
	font-size:14px;
}
li {
	list-style-type:none;
}
sup {
	font-size:65%;
}
#header-logo {
	max-height:120px;
}
#tabs {
	padding: 80px 0 0 0;
}
#tabs li {
	display: inline;
}
#tabs li a {
	font-size: 14px;
	color:#333;
}

.progress-box {
	margin-top: 70px;
}
.blue-underline {
	height:3px;
	background-color:#c9c9c9;
	width:270px;
	display:inline-block;
}
.blue-underline.second {
	background-color:#20adde !important;
}
.blue-underline.second a {
	color:#20adde !important;
}
.blue-underline.first {
	background-color:#20adde !important;
}
.blue-underline.first a {
	color:#20adde !important;
}
.blue-underline a {
	position: absolute;
    top: -10px;
	font-size:14px;
	color:#a0a0a0;
	font-weight:bold;
}
#blue-order-details {
	color:#20adde;
}
#fill-in-section  {
	border:1px solid #ebebeb;
	margin-right: 20px;
}
#fill-in-header, #list-header {
	padding-top:10px;
	padding-left: 0px;
}
#fill-in-title, #cart-title-left {
	font-size:20px;
	color:#ca1324;
}
#break-line-blue {
	width:100%;
	background-color:#3295cc;
	height:1px;
}
.check {
    display: inline-block;
    position: relative;
    padding-left: 20px;
	padding-right: 20px;
    margin-bottom: 12px;
	margin-top: 12px;
    cursor: pointer;
    font-size: 14px;
	font-weight:bold;
	color:#3c3c3c;
	width:auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.check input {
    position: absolute;
    opacity: 0;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0px;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 50%;
	border:1px solid #f69929;
}
/* When the radio button is checked, add a blue background */
.check.checked .checkmark,
.check input:checked ~ .checkmark
 {
    background-color: #f69929;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
#bank-radio-section {
	padding: 5px 0 5px 10px;
}
#bank-radio-section .check {
	width:100%;
	color:#999999;
	font-size:12px;
	font-weight:normal;
	margin-bottom: 20px;
	margin-top: 20px;
}
.gray-line-sep {
	width: 98%;
    margin-left: auto;
    margin-right: 0;
    background-color: #d9d9d9;
    height: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
}

#bank-cards {
    float: right;
    display: block;
    margin: 16px 0 16px 0;
}
#fill-in-section .form-control {
	border-color:#20adde;
	border-radius:16px;
}
#fill-in-section .form-control:focus {
    background-color: #fff;
    border-color:#20adde; 
    outline: 0;
    box-shadow: none;
}
.fill label {
	color:#999;
	padding-left:15px;
	width: 290px;
    display: inline-table;
	font-weight:normal;
}
#fill-in-section input, select {
    height: 28px !important;
}
.section-title {
	color:#3c3c3c;
	font-weight:bold;
	display: inline-block;
    margin: 20px 0 20px 0;
}
.summary-line {
	line-height:20px;
	display:inline-block;
	width:100%;
	font-size:14px;
}
.summary-line:last-child {
	font-weight:bold;
}
.cart-summary {
	display:inline-block;
	height:150px;
	padding-top: 25px;
}
.order-summary {
	border:1px solid #ebebeb;
}
.order-summary-text {
	background-color:#f9f9f9;
	height:145px;
	display: inline-block;
    margin: 10px 0 18px 0;
    padding: 12px;
}
#break-line-black {
	width:100%;
	background-color:#a9a9a9;
	height:1px;
	margin:10px 0 26px 0;
}
.total .summary-line {
	font-weight:bold;
	font-size:18px;
}
#next-step {
	width:230px;
	height:44px;
	background-color:#6ca80f;
	color:#fff;
	border-radius:10px;
	border:1px solid #6ca80f;
	font-size:16px;
	font-weight:bold;
	margin:auto;
    display:block;
	text-align: center;
}
#next-step:focus {
	outline:0;
}
#promotion-code {
	text-align:center;
	margin:20px 0 10px 0;
}
#promotion-code p{
	color:#ca1324;
	font-size:14px;
}	
#promotion-code-input {
	width:260px;
	height:45px;
	border-radius:20px;
	border:1px solid #f9f9f9;
	color:#cccccc;
	font-size:14px;
	padding:0 18px 0 18px;
	background:#f9f9f9 url(../img/input-check.png) no-repeat right center;
	margin-bottom: 20px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
#promotion-code-input::placeholder {
	color:#cccccc;
}
#promotion-code-input:focus {
	outline:0;
}
#newsletter {
	padding-top: 80px;
}
#abonare-newsletter p:first-child{
	font-size:23px;
	color:#20adde;
	margin-bottom:0px;
}
#abonare-newsletter p:last-child{
	font-size:15px;
	color:#727272;
	margin-bottom:20px;
}
#newsletter-form {
	padding-top: 12px;
}
#newsletter-button {
	background-color:#20adde; 
	height:38px;
	border:1px solid #20adde;
	border-radius:8px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	width:88px;
	vertical-align: middle;
	color:#fff;
	margin-left:-6px;
}
#newsletter-button:focus {
	outline:0;
}
#name {
	width:204px;
	height:38px;
}
#email {
	width:170px;
	height:38px;
}
#details-page-wrapper {
	border-bottom: 1px solid #e2e2e2;
}
#footer {
	padding-top:30px;
}
.footer-column {
	margin:0px 16px;
}
.footer-column:first-child {
	margin-left:0px;
}
#footer ul li:first-child {
	font-size:16px;
}
#footer ul li a {
	color:#727272;
}
#footer-col-5 img {
	max-height:70px;
	width:auto;
	margin-top:-20px;
	margin-left: -14px;
}
.footer-column ul {
	border-right:1px solid #ddd;
}
#footer-col-5 {
	border-right:0px;
}
#copyright  {
	padding-top:36px;
}
#copyright p {
	color:#727272;
}
#cart-page-wrapper {
	border-bottom: 1px solid #e2e2e2;
}
@media screen and (min-width: 1200px) {
	.col-lg-9 {
		width: 73%;
	}
}
@media screen and (max-width: 1199px) {
	#next-step {
		width: 182px;
	}
	#promotion-code-input {
		width: 182px;
	}
	#bank {
		width:40vw !important;
	}
}
@media screen and (max-width: 991px) {
	#blue-order-details {
		font-size: 3vmax;
	}
	.order-summary {
		margin-top:20px;
	}
	#abonare-newsletter {
		float: none;
		text-align: center;
	}
	#newsletter-form {
		float:none !important;
		text-align: center;
	}
	.footer-column ul {
		border-right: none;
	}
	#final-step-content {
		padding-top:6vw;
	}
	.progress-box {
		margin-top: 4vw;
	}
	#newsletter-form {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1200px) {
	.col-lg-9 {
		width: 73%;
	}
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.order-summary.col-md-3 {
		width: 22%;
	}
	#header-logo img {
		height:10vw;
	}
	.blue-underline {
		width:18vw;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.footer-column:first-child {
		margin-left: 16px;
	}
	.footer-column.pull-right {
		float:left !important;
	}
	.blue-underline {
		width:24vw;
	}
	#header-logo img {
		height:10vw;
	}
	#blue-order-details {
		font-size: 2.2vmax; 
	}
	#fill-in-title, #cart-title-left {
		font-size: 2vmax;
	}
	.section-title {
	    font-size: 1.4vmax;
	}
	.fill label {
		font-size: 1.3vmax;
	}
	.check {
		font-size: 1.3vmax;
	}
	.summary-line {
		font-size: 1.4vmax;
	}
	.total .summary-line {
		font-size: 1.8vmax;
	}
	#promotion-code p { 
		font-size: 1.4vmax;
	}
	#promotion-code-input {
		font-size: 1.4vmax;
	}
	#next-step {
		font-size: 1.8vmax;
	}
	
}
@media screen and (max-width: 767px) {
	#blue-order-details {
		font-size: 2.2vmax; 
	}
	#fill-in-title, #cart-title-left {
		font-size: 2vmax;
	}
	.section-title {
	    font-size: 2vmax;
	}
	.fill label {
		font-size: 1.8vmax;
	}
	.check {
		font-size: 1.8vmax;
	}
	.summary-line {
		font-size: 2vmax;
	}
	.total .summary-line {
		font-size: 1.8vmax;
	}
	#promotion-code p { 
		font-size: 2vmax;
	}
	#promotion-code-input {
		font-size: 2.4vmax;
		width: 46vw;
		height: 6.5vw;
	}
	#next-step {
		font-size: 1.8vmax;
		width: 24vw;
	    height: 5.5vw;
	}
	#fill-in-section .form-control {
		font-size: 2vmax;
	}
		#footer-col-5 img {
		margin-left:0;
	}
	#header-logo img {
		height:12vw;
	}
		.footer-column {
		text-align:center;
		margin:0;
	}
	#abonare-newsletter p:first-child {
		font-size:3vmax;
	}
	#abonare-newsletter p:last-child {
		font-size:2.4vmax;
	}
	#footer ul li:first-child {
		font-size:2.4vmax;
	}
	#newsletter-form #name, #newsletter-form #email {
		display:inline-block;
		text-align:center;
	}
	#newsletter-button {
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
	}
}

@media screen and (max-width: 599px) {
	#promotion-code-input {
		background:none;
	}
	.col-xs-offset-3 {
		margin-left: 15%;
	}
	.col-xs-6 {
		width: 70%;
	}
}
@media screen and (max-width: 413px) {
	#next-step {
		font-size:2.5vmax;
		width: 46vw;
		height: 8vw;
	}
	.summary-line {
		font-size: 1.8vmax;
	}
	.total .summary-line {
		font-size: 2.2vmax;
	}
	#promotion-code p { 
		font-size: 1.8vmax;
	}
}
@media screen and (max-width: 666px) and (min-width: 414px){
	#fill-in-title, #cart-title-left {
	    font-size: 17px;
	}
	.summary-line {
		font-size: 13px;
	}
	.total .summary-line {
		font-size: 15px;
	}
	#next-step {
		font-size: 17px;
		width: 188px;
		height: 42px;
	}
	#promotion-code p{
		font-size: 2vmax;
	}
}

















