* {
	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:25px;
	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;
}
#header-logo img {
	max-width: 240px;
	height: auto;
	width: 100%;
}
#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.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;
}
.cart-product-list {
	border:1px solid #ebebeb;
	margin-right: 20px;
}
#list-header {
	padding-top:10px;
	padding-left: 0px;
}
#cart-title-left {
	font-size:20px;
	color:#ca1324;
}
#cart-title-right {
	font-size:28px;
	color:#ca1324;
}
.cart-product-section {
	background-color:#f9f9f9;
	height:145px;
	display:inline-block;
	margin-top:10px;
	padding:15px;
}
.main-img a {
	display: block;
    height: 105px;
	
}
.cart-product-image {
	max-height:100px;
	display:inline-block;
	vertical-align:middle;
}
#break-line-blue {
	width:100%;
	background-color:#3295cc;
	height:1px;

}
.main-img {
	width: 105px;
    height: 118px;
    text-align: center;
    vertical-align: middle;
    display: flex;
}
.main-img img {
	vertical-align: middle;
	height:102px;
}
.main-img a{
	margin:auto;
}
.line-item {
	width:656px;
	margin-top: 14px;
}
.prod-description {
	width:420px;
}
.prod-description p {
	font-size:14px;
	margin-bottom: 4px;
}
.accessories-link {
	color:#6891cb !important;
	margin-top: 22px;
    display: block;
}
.qt {
	width:68px;
	text-align:center;
}
#quantity,
.quantity { 
	padding:5px; 
	width: 53px;
    height: 45px; 
	border: 1px solid #20adde; 
}
.line-price {
	width:140px;
	text-align:right;
}
.line-price .new {
	font-size:16px;
	font-weight:bold;
}
.line-price .old {
	font-size:12px;
	text-decoration: line-through;
}
.line-price .delete {
	font-size:11px;
	text-decoration:underline;
	color:#6891cb;
}
.free-shipping p {
	font-size:14px;
	margin-bottom: 30px;
	/* padding-right: 116px; */
}
#continue-shopping-btn {
	background-color:#ca1324;
	border:1px solid #ca1324;
	color:#fff;
	width:230px;
	height:44px;
	border-radius:10px;
	font-size:16px;
	font-weight:bold;
    display:block;
	text-align: center;
	padding-top: 9px;
}
#back-shopping-btn {
	background-color:#000;
	border:1px solid #000;
	color:#fff;
	width:230px;
	height:44px;
	border-radius:10px;
	font-size:16px;
	font-weight:bold;
    display:block;
	text-align: center;
	padding-top: 9px;
	margin-top:10px;
}
.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:100%;
	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;
	padding-top: 9px;
}
#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;
}
#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;
}


.blue-underline {
	font-size:11px;
	text-decoration:underline;
	color:#6891cb;
}

@media screen and (max-width: 1199px) {
	.line-item {
	    width: 540px;
	}
	.qt {
		width: 4vw;
	}
	#quantity,
	.quantity {
		width: 4.5vw;
	}
	.line-price {
		width: 8vw;
	}
	.main-img {
		width: 9vw;
	}
	.main-img a {
		height: 9vw;
	}
	.main-img img {
	    height: 8vw;
	}
	#final-step-image img {
		height: 24vw;
	}
	#next-step {
		width: 182px;
	}
	#promotion-code-input {
    width: 182px;
	}
	.free-shipping p {
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 735px) {
	.main-img {
		display:none;
	}
	.line-item {
		width: 85vw !important;
	}
	.prod-description p {
		font-size: 2vmax;
	}
	.prod-description {
		width: 58vw;
	}
	.line-price .old {
		font-size: 1.5vmax;
	}
	.line-price .new {
		font-size: 2vmax;
	}
	.line-price .delete {
		font-size: 1.5vmax;
	}
	.accessories-link {
		font-size: 2vmax;
	}
	#quantity,
	.quantity {
		width: 40px;
	}
	.qt {
		width: 8vw;
	}
	.line-price {
		width: 16vw !important;
	}
}
@media screen and (max-width: 479px) {
	.line-item {
    width: 78vw !important;
}
.qt {
	display:none;
}
}
@media screen and (min-width: 1200px) {
	.col-lg-9 {
		width: 73% !important;
	}
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	#header-logo img {
		max-width: 200px;
		height: auto;
	}
	.blue-underline {
		width:18vw;
	}
	.order-summary.col-md-3 {
		width: 22%;
	}
	.prod-description {
		width: 386px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.footer-column:first-child {
		margin-left: 16px;
	}
	.footer-column.pull-right {
		float:left !important;
	}
	#final-step-text h2 {
		font-size: 2.5vmax;
	}
	#final-step-text h3 {
		font-size: 1.4vmax;
	}
	#blue-order-details {
		font-size: 2.2vmax;
	}
	.blue-underline {
		width:24vw;
	}
	#header-logo img {
		max-width: 180px;
		height: auto;
	}
	#blue-order-details {
		font-size: 2.2vmax; 
	}
	#fill-in-title, #order-summary-title {
		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.6vmax;
	}
	.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;
	}
	.line-item {
		width: 586px;
	}
	.prod-description {
		width: 416px;
	}
	.qt {
		width: 45px;
	}
}
@media screen and (max-width: 767px) {
	#blue-order-details {
		font-size: 2.2vmax; 
	}
	#fill-in-title, #order-summary-title {
		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.9vmax;
	}
	.total .summary-line {
		font-size: 1.8vmax;
	}
	#promotion-code p { 
		font-size: 1.4vmax;
	}
	#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: 1.9vmax;
	}
	#footer-col-5 img {
		margin-left:0;
	}
	#header-logo img {
		max-width: 150px;
		height: auto;
	}
	.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: 991px) {
	#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;
	}
	.order-summary {
		margin-top: 20px;
	}
	.line-item {
		width: 580px;
	}
	.line-price {
		width: 10vw;
	}
	#newsletter-form {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 666px) and (min-width: 414px){
	#fill-in-title, #order-summary-title {
	    font-size: 17px;
	}
	.total .summary-line {
		font-size: 15px;
	}
	#next-step {
		font-size: 17px;
		width: 188px;
		height: 42px;
	}
	#promotion-code p{
		font-size: 2vmax;
	}
}
@media screen and (max-width: 599px) {
	#promotion-code-input {
		background:none;
	}
	#header-logo img {
		max-width: 140px;
		height: auto;
	}
}
@media screen and (max-width: 413px) { 
	.free-shipping {
		width:100%;
	}
	.final-price {
		margin: auto;
		width: 100%;
	}
	#promotion-code p { 
		font-size: 1.8vmax;
	}
	#next-step {
		font-size: 16px;
		width: 80%;
		height: 8.5vw;
		padding: 4px;
	}
	#header-logo img {
		max-width: 120px;
		height: auto;
	}
}
@media screen and (max-width: 599px) {
	.col-xs-6 {
		width: 70%;
	}
	.col-xs-offset-3 {
		margin-left: 15%;
	}
}