

/*braintree payment*/

#checkout-shopping-cart-mobile{
	display:none;
}
	
#checkout-shopping-cart{
	display:block;
}

.braintree-methods-initial {
	background-color:#fff !important;
}

.braintree-sheet__container {
	background-color:#fff !important;
}

.braintree-options {
	max-width: 600px !important;
}

.braintree-option__card {
	border-radius:0px !important;
}

.braintree-option__paypal {
	border-radius:0px !important;
}

.braintree-method--active {
	border-width:1px !important;
	border-radius:0px !important;
	max-width: 500px;
    /*float: left;*/
	max-height: 60px;
}

.braintree-method__icon {
	height: 35px!important;
    width: 35px!important;
}

.braintree-method {
	border-radius:0px !important;
	max-width: 600px;
}

.braintree-sheet{
	max-width: 500px;
    border-radius: 0px;
}

#checkout-secure-wording {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 10px;
}

#checkout-guest-button-continue{
	width: 250px;
    height: 30px;
    background-color: #34313b!important;
    border: 1px solid #34313b!important;
    color: #fff!important;
    font-size: 12px!important;
    vertical-align: middle!important;
    border: 0px;
    float: left;
}

#checkout-guest-button
{
	width: 100%;
    height: 30px;
    background-color: #34313b!important;
    border: 1px solid #34313b!important;
    color: #fff!important;
    font-size: 12px!important;
    vertical-align: middle!important;
    border: 0px;
    float: left;
}

#cart_shipping_details input {
	margin-bottom:5px !important;
}

#mobile-end-process-page{
	display:none;
}

#checkout-pay-now-container {
		text-align: center;
		margin-top: 30px;
}

#checkout-pay-now-button {
	width: 250px;
    height: 40px;
}


.checkout-explanation {
	margin-bottom: 40px;
	font-size: 1.4em;
}


.braintree-large-button span {
    /*padding-bottom: 1px;
    border: 1px solid;
    padding: 8px;
    background-color: #000;
    color: #fff;*/
	text-transform: uppercase;
}


/*checkout steps begin*/
.checkout-funnel-row{
	min-height:350px;
}


.stepwizard-step p {
    margin-top: 10px;    
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  margin: 0 auto;
}

.disabled-button{
	    border: 1px solid #ccc !important;
    background-color: #fff;
    color: #000 !important;
}
/*checkout steps end*/



.cart-section-title {
	font-family: Playfair Display, sans-serif;
	font-size:2em;
	font-weight: bold
}
.cart-section-subtitle {
	height: 30px;
	font-size: 1.8em;
	font-family: Playfair Display, sans-serif;
	line-height: 23px;
	margin-bottom: 30px;
	color: #000
}

.cart-details-row {
	font-size: 1.5em;
	font-family: Hind!important;
	padding-top:20px;
	margin-bottom:20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px
}

.cart-footer-disclaimer {
	padding-bottom: 15px;
	margin-top: 20px;
	padding: 10px;
	font-size: 1.3em;
	line-height: 23px;
	border: 1px solid #ccc
}

.cart-item-image-row {
	line-height: 100px
}

#cart-item-image
{
	max-width: 210px;
}
	

.cart-item-name {
	font-weight:bold;
	margin-bottom: 20px;
	font-family: Playfair Display, sans-serif;
}

.cart-item-details-left{
	width:40%;
	float:left;
}
	
.cart-item-details-right{
	width:60%;
	text-align:right;
}


.cart-checkout-button {
	float: right;
	height: 30px;
	background-color: #323f48!important;
	border: 1px solid #323f48!important;
	color: #fff!important;
	font-size: 12px!important;
	vertical-align: middle!important;
	border: 0px;	
	width: 200px !important;
}

/*
.cart-remove-button {
	float:right;
	height: 30px;
	background-color: #fff!important;
	border:none!important;
	color: #000!important;
	font-size: 10px!important;
	vertical-align: middle!important;
	border: 0px;
	float:right;
	text-align: center;
	margin-top:30px
}
*/

.cart-remove-button {
	color: #000 !important;
	line-height: 30px;
	font-size: 0.8em;
	width: 135px !important;
	float: right;
	text-align:center;
	margin-top: 29px;
	height: 30px;
    cursor: pointer;
}


.cart-wishlist-button {
	float:right;
	height: 30px;
	background-color: #fff!important;
	color: #000!important;
	font-size: 12px!important;
	vertical-align: middle!important;
	border:1px solid #827f7f !important;
	float:right;
	text-align: center;
	margin-top:30px;
	width: 200px !important;
}

#cart-footer-cards {
	height:50px;
	float: right
}

.cart-promo-button {
	width:150px !important;
	float: right;
	height: 30px;
	background-color: #fff!important;
	border: 1px solid #323f48!important;
	color: #000!important;
	font-size: 10px!important;
	vertical-align: middle!important;
	border: 0px;	
}

#checkout-promo-code{
	width:150px;
	float: right;
    margin-top: 10px;
}

/*Order details page*/
.cart-address {
	margin-bottom: 30px;
	margin-top: 30px;
	padding:15px
}

.cart-update-shipping-address {
	width:150px !important;
	float: left;
	margin-left: 20px;
	font-size: 10px!important;
}

#cart-billing-address1 {
		width:300px;
	}
	
#cart-billing-address2 {
	width:300px;
}

.cart-payment-options {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	height: 100px;
	margin-left: 15px;
	margin-right: 15px;
}

#cart-footer-container {
	padding:10px 0px;
	background-color: #f6f6f6;
	position:absolute;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	margin-top: 50px
}

/*Accept offer animation*/

.check_mark {
  width: 80px;
  height: 130px;
  margin: 0 auto;
}

button {
  cursor: pointer;
  margin-left: 15px;
}

.hide{
  display:none;
}

.sa-icon {
  width: 80px;
  height: 80px;
  border: 1px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sa-icon.sa-success {
  border-color: #4CAF50;
}

.sa-icon.sa-success::before, .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(76, 175, 80, .5);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

.sa-icon.sa-success {
  border-color: transparent\9;
}
.sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}
.sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}


/*SIDE CART*/

/*
body {
	position: relative;
    overflow-x:hidden !important;
}
*/

.side-cart {
    width:400px;
	z-index: 2147482999;
    position:fixed;
    right:-410px;
    background:#fff;
    color:#000;
	top:200px;
	border: 1px solid #f1f1f1;
	overflow-x: hidden;
    overflow-y: hidden;
	
	-webkit-box-shadow: -2px 3px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: -2px 3px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: -2px 3px 5px 0px rgba(0, 0, 0, 0.25);
	
	overflow-x: hidden;
	max-height: 500px;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

#side-cart-title{
	height: 40px;
    line-height: 20px;
    padding: 10px;
    font-size: 1.6em;
    font-family: Playfair Display, sans-serif;
    padding-left: 10px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    color: #000;
    font-weight: lighter;
}

#side-cart-continue_shopping{
	display:none;
}


.close {
    width: 10px;
    height: 10px;
    position: relative;
}
.close:after {
    content: '';
    height: 12px;
    border-left: 1px solid #000;
    position: absolute;
    transform: rotate(45deg);
    left: 2px;
}

.close:before {
    content: '';
    height: 12px;
    border-left: 1px solid #000;
    position: absolute;
    transform: rotate(-45deg);
    left: 2px;
}

/*
.side-cart {
	overflow-x: hidden;
	max-height: 500px;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
*/
.side-cart-product{
	float:left;
	margin-bottom: 15px;
}

#side-cart-product-list{
		margin-top:20px;
}

#side-cart-close {
    float: left;
    font-size: 1.5em;
    font-family: Hind!important;
    font-weight: 100;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 5px;
}

#side-cart-title-inner{
	margin-left:-10px;
}

.side-cart-content{
	
}

.side-cart-thumb{
	max-width: 100px;
    padding: 10px;
	float: left;
	margin-right:20px;
}

.side-cart-name{
	float: left;
    width: 250px;
    margin-top: 20px;
	font-size: 1.2em;
    font-family: Playfair Display, sans-serif;
}

.side-cart-price{
	font-weight: bold;
    line-height: 20px;
	font-size: 1.6em;
}

.side-cart-checkout-button{
	width: 160px;
    height: 10px;
    float: left;
    line-height: 12px;
    padding: 4px;
    color: #000f;
    margin-top: 8px;
    font-size: 1em;
    font-weight: bold;
}

.side-cart-container{
	float:left;
	width:100%;
	margin-top: 15px;
    margin-bottom: 10px;
	border-top: 1px solid #f1f1f1;
    padding-top: 20px;
}
.side-cart-show-all-button{
	width: 300px;
    text-align: center;
    height: 35px;
    line-height: 27px;
    padding: 4px;
    background-color: #323f48;
    color: #fff;
    margin-top: 20px;
    font-size: 1.2em;
    margin: 0 auto;
    margin-bottom: 20px;
}
	




/*##########################################################################################################*/
/*######################################### IPAD LANDSCAPE ##################################################*/
/*##########################################################################################################*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
	#mobile-end-process-page{
		display:none;
	}
	
	#checkout-shopping-cart-mobile{
		display:none;
	}
	
	#checkout-shopping-cart{
		display:block;
	}
	
}

/*##########################################################################################################*/
/*######################################### IPAD PORTRAIT ##################################################*/
/*##########################################################################################################*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
	
	#checkout-shopping-cart-mobile{
		display:none;
	}
	
	#checkout-shopping-cart{
		display:block;
	}
	
	#mobile-end-process-page{
		display:none;
	}
	
	#cart-address-section {
		margin-top:150px;
	}
	.cart-item-details {
		text-align:center!important;
	}
	
	#cart-payments-details-title {
		text-align:center!important;
	}
	
	#form-card-checkout {
		max-width: 95%;
		margin: 0 auto;
	}
	
.cart-section-title {
	    text-align: center;
	}
	
	.cart-section-subtitle {
	    display:none;
	}
	
	.cart-details-row {
		padding:10px;
	}
	
	.cart-item-image-row {
		line-height: 100px;
		text-align:center;
		margin-bottom: 20px;
	}
	
	.cart-item-name {
		font-weight:bold;
		margin-bottom: 20px;
		text-align:center;
	}
	
	.cart-item-details-left {
		width:40%;
		float:left;
	}
	
	.cart-item-details-right {
		width:60%;
		text-align:right;
	}
	
	.cart-item-details-right {
		width: 45%;
		float: left;
		text-align: left;
		margin-left: 5%;
	}
	
	.cart-item-details-left {
		width: 45%;
		float: left;
		text-align: right;
		margin-right: 5%;
	}
	
	#cart-button-checkout-row{
		text-align:center;
	}
	
	#cart-button-remove-row{
		text-align:center;
	}
	
	.cart-checkout-button {
		
		float: none !important;
		margin-top: 30px;	
	}
	
	.cart-remove-button {
		float: none !important;
		margin-top:30px
	}
	
	.cart-footer-disclaimer {
		margin-left: 2% !important;
		margin-right: 2% !important;
	}
	
	#cart-footer-cards {
		float: none;
		margin-top: 20px;
	}
	
	#cart-footer-cards-row {
		text-align:center;
	}

	#cart-item-image
	{
		max-width: auto;
	}
	
	.cart-promo-button {
		float: none !important;
		margin-top:20px;
	}

	#checkout-promo-code{
		float: none !important;
		width:150px;
		float: right;
		margin-top: 10px;
	}
	
	/*Order details page*/
	.cart-address {
		margin-bottom: 30px;
		margin-top: 30px;
		padding:15px
	}
	
	.cart-update-shipping-address {
		width:150px !important;
		float: left;
		margin-left: 20px;
		font-size: 10px!important;
		float:none !important;
		margin-left:0px !important;
	}
	
	#cart-update-shipping-address-row
	{
		text-align:center;
	}
	
	#cart-proceed-to-payment-row
	{
		text-align:center;
	}
	
	.cart-payment-options {
		margin-top: 20px;
	}	
	
	#cart-proceed-to-payment {
		min-width: 300px;
		height: 40px;
		font-size: 1.5em !important;
	}
	
}

/*##########################################################################################################*/
/*######################################### SMARTPHONES PORTRAIT ###########################################*/
/*##########################################################################################################*/

@media (max-width: 480px) 
{
	
	#checkout-shopping-cart-mobile{
		display:block;
	}
	
	#checkout-shopping-cart{
		display:none;
	}

	/*side cart*/
	
	#side-cart-product-list{
		margin-top:0px;
	}
	
	.side-cart-product{
		float:left;
		margin-bottom: 0px;
	}
	
	.side-cart {
		width:100%;
		height:100%;
		min-height: 1000px;
		top:0px;
	}
	
	.side-cart-name{
		float:left;
		width: 160px;
		margin-top: 20px;
		font-size: 1.2em;
		font-family: Playfair Display, sans-serif;
	}
	
	.g-recaptcha {
	   transform: scale(0.77);
       transform-origin: 0 0;
	}
	
	#side-cart-continue_shopping{
		margin: 0 auto;
		display: block;
		width: 300px;
		position: relative;
		text-align: center;
		height: 35px;
		border: 1px solid #000;
		color: #000;
		line-height: 33px;
		font-size: 1.2em;
		cursor: pointer;
	}
	
	
	
	#checkout-title-guest{
		margin-top:120px;
	}
	
	
	#checkout-secure-wording {
		border: 1px solid #ccc;
		margin-top: 30px;
		padding: 10px;
		margin-left:15px !important;
		margin-right:15px !important;
	}
	
	#mobile-end-process-page{
		display:block;
	}
	
	
	.cart-wishlist-button {
		float:right;
		height: 30px;
		background-color: #fff!important;
		color: #000!important;
		font-size: 10px!important;
		vertical-align: middle!important;
		border:1px solid #827f7f !important;
		float:right;
		text-align: center;
		margin-top:30px;
		width: 135px !important;
	}
	
	/*
	#checkout-guest-login {
		top: 70px;
	}
	*/
	.checkout-explanation {
		margin-bottom: 20px;
		font-size: 1.4em;
	}
	
	#cart-address-section {
		margin-top:150px;
	}
	.cart-item-details {
		text-align:center!important;
	}
	
	#form-card-checkout {
		max-width: 95%;
		margin: 0 auto;
	}
	
	#cart-payments-details-title {
		text-align: center;
	}
	
	#checkout-pay-now-container {
		text-align: center;
	}
	
	#checkout-pay-now-button {
		width: 95%;
		height: 50px;
	}
	
	#checkout-order-detail-address-title {
		margin-top: -50px;
		margin-bottom: -30px;
	}
	
	
	.cart-section-title {
	    text-align: center;
	}
	
	.cart-section-subtitle {
	    display:none;
	}
	
	.cart-details-row {
		padding:10px;
	}
	
	.cart-item-image-row {
		line-height: 100px;
		text-align:center;
		margin-bottom: 20px;
	}
	
	.cart-item-name {
		font-weight:bold;
		margin-bottom: 20px;
		text-align:center;
	}
	
	.cart-item-details-left {
		width:40%;
		float:left;
	}
	
	.cart-item-details-right {
		width:60%;
		text-align:right;
	}
	
	.cart-item-details-right {
		width: 45%;
		float: left;
		text-align: left;
		margin-left: 5%;
	}
	
	.cart-item-details-left {
		width: 45%;
		float: left;
		text-align: right;
		margin-right: 5%;
	}
	
	#cart-button-checkout-row{
		text-align:center;
	}
	
	#cart-button-remove-row{
		text-align:center;
	}
	
	.cart-checkout-button {
		
		float: none !important;
		margin-top: 30px;	
	}
	
	.cart-remove-button {
		float: none !important;
		margin-top:30px
		color: #000!important;
		background-color: #fff!important;
		border: 1px solid #827f7f !important;
	}
	
	.cart-footer-disclaimer {
		margin-left: 2% !important;
		margin-right: 2% !important;
	}
	
	#cart-footer-cards {
		float: none;
		margin-top: 20px;
	}
	
	#cart-footer-cards-row {
		text-align:center;
	}
	
	#cart-item-image
	{
		max-width: auto;
	}
	
	.cart-promo-button {
		float: none !important;
		margin-top:20px;
	}

	#checkout-promo-code{
		float: none !important;
		width:150px;
		float: right;
		margin-top: 10px;
	}
	
	/*Order details page*/
	.cart-address {
		margin-bottom: 30px;
		margin-top: 30px;
		padding:15px
	}
	
	.cart-update-shipping-address {
		width:150px !important;
		float: left;
		margin-left: 20px;
		font-size: 10px!important;
		float:none !important;
		margin-left:0px !important;
	}
	
	#cart-update-shipping-address-row
	{
		text-align:center;
	}
	
	#cart-proceed-to-payment-row
	{
		text-align:center;
	}
	
	.cart-payment-options {
		margin-top: 20px;
	}	
	
	#cart-proceed-to-payment {
		min-width: 300px;
		height: 40px;
		font-size: 1.5em !important;
	}
}

/*##########################################################################################################*/
/*######################################### SMARTPHONES LANDSCAPE ##########################################*/
/*##########################################################################################################*/

@media (min-device-width: 640px) and (max-device-width: 740px){
	
	#checkout-shopping-cart-mobile{
		display:block;
	}
	
	#checkout-shopping-cart{
		display:none;
	}

	#mobile-end-process-page{
		display:block;
	}
	
	#checkout-secure-wording {
		border: 1px solid #ccc;
		margin-top: 30px;
		padding: 10px;
		margin-left:15px !important;
		margin-right:15px !important;
	}

	.cart-section-title {
	    text-align: center;
	}
	
	.cart-section-subtitle {
	    display:none;
	}
	
	.cart-details-row {
		padding:10px;
	}
	
	.cart-item-image-row {
		line-height: 100px;
		text-align:center;
		margin-bottom: 20px;
	}
	
	.cart-item-name {
		font-weight:bold;
		margin-bottom: 20px;
		text-align:center;
	}
	
	.cart-item-details-right {
		width: 45%;
		float: left;
		text-align: left;
		margin-left: 5%;
	}
	
	.cart-item-details-left {
		width: 45%;
		float: left;
		text-align: right;
		margin-right: 5%;
	}
	
	#cart-button-checkout-row{
		text-align:center;
	}
	
	#cart-button-remove-row{
		text-align:center;
	}
	
	.cart-checkout-button {
		float: none !important;
		margin-top: 30px;	
	}
	
	.cart-remove-button {
		float: none !important;
		margin-top:30px
	}
	
	.cart-footer-disclaimer {
		margin-left: 2% !important;
		margin-right: 2% !important;
	}
	
	#cart-footer-cards {
		float: none;
		margin-top: 20px;
	}
	
	#cart-footer-cards-row {
		text-align:center;
	}
	
	#cart-item-image
	{
		max-width: auto;
	}
	
	.cart-promo-button {
		float: none !important;
		margin-top:20px;
	}

	#checkout-promo-code{
		float: none !important;
		width:150px;
		float: right;
		margin-top: 10px;
	}
    
	/*Order details page*/
	.cart-address {
		margin-bottom: 30px;
		margin-top: 30px;
		padding:15px
	}
	
	.cart-update-shipping-address {
		width:150px !important;
		float: left;
		margin-left: 20px;
		font-size: 10px!important;
		float:none !important;
		margin-left:0px !important;
	}
	
	#cart-update-shipping-address-row
	{
		text-align:center;
	}
	
	#cart-proceed-to-payment-row
	{
		text-align:center;
	}
	
	.cart-payment-options {
		margin-top: 20px;
	}	
	
	#cart-proceed-to-payment {
		min-width: 300px;
		height: 40px;
		font-size: 1.5em !important;
	}
	
}