body .ui-message.ui-message-error{
	font-size: 10px !important;
    line-height: normal !important;
    color: #FF0000;
    background: transparent;
    border: none;
    text-align: right;
}

.ui-message-error-icon {
    display: none !important;
}

body .ui-state-error, body .ui-widget.ui-state-error {
    border: 1px solid #FF0000 !important;
}

body .ui-datatable thead th {
    background: transparent !important;
    border-color: transparent !important;
    color: #595959 !important;
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    text-align: left;
}

body .ui-datatable .ui-datatable-data > tr.ui-datatable-even {
    height: 60px;
}

body .data-grid .ui-paginator {
	border: none !important;
}

.pi-check{
	display: none;
}

body .ui-button.ui-button-text-icon-left .ui-button-text {
    padding: 5px 31px 6px 28px !important;
}

.welcome-banner{
	padding: 10px;
    background: #0066c0;
    color: white;
    width: 100%;
    text-align: center;
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
}

.ui-button{ padding:padding: 5px !important; }

.ui-datatable tbody td{
	border: none !important;
}

.empty-basket{
	background: white;
	border: 10px;
	border-radius: 5px;
	border: 0.25px solid #A9A9A9;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
	min-height: 8rem;
	padding: 1rem 7rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}

.box-style {
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
}

.modal-content{
	background: transparent !important;
}

body .data-grid .ui-paginator {
	background: transparent !important;
}

.modal-header{
	border-radius: 5px !important;
}

.modal-body{
	margin: 10px 0px !important;
    background: white !important;
    border-radius: 5px !important;
}

.delivery-addres-dialog-select-title{
	font-family: Manrope !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 130% !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #595959;
}

select{
	moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 10px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23153467' stroke-width='2'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat, repeat  !important;
    background-position: right 1em top 50%, 0 0  !important;
}

.delivery-addres-dialog-select{
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 15px 5px;
	margin-top: 10px;
}

.no-decoration-link{
	text-decoration: none;
    color: black;
}

.terms-label{
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 130%;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #000000;
}

#submitOrderContent{
	align-items: center;
	display: flex;
	flex-direction: column;
}

.box-item-content{
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.box-item-list { 
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.boxItem { 
  margin-right: 5em;
  position:relative;
  float: left;
  display: flex;
  flex-direction: column;
  padding: 15px;
  align-items: center;
}

.box-item-dot-enable { 
  background: #0066C0;
  border-color: #0066C0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.box-item-text-enable { 
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  margin-top: 5px;
}

.box-item-dot-disable { 
  background: #A9A9A9;
  border-color: #A9A9A9;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.box-item-text-disable { 
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  color:#A9A9A9;
  margin-top: 5px;
}

.boxItem:before,
.boxItem:after
{
  content:'';
  width:7em;
  border-bottom:1px solid #E9E9E9;
  position:absolute;
  top:35%;
  z-index: -1;	
}
:after {
  left:100%;
}
:before {
  right:100%;
}
.boxItem:first-of-type:before,
.boxItem:last-of-type:after {
  display:none;
}

.secondary-content {
    margin-top: 30px !important;
}

.header-nav-content{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.header-box{
	width: 15%;
	margin-left: 35px;
}

.header-title{
	font-family: Manrope;
	font-style: normal;
	font-weight: 800;
	padding-top: 25px;
	font-size: 36px;
	line-height: 120%;
	display: flex;
	align-items: flex-end;
	text-align: center;
	color: #153467;
}

.header-close-button{
	min-width: 145px !important;
	padding: 10px 16px !important;
	background: #E9E9E9 !important;
	border: 1px solid #E9E9E9  !important;
	box-sizing: border-box !important;
	border-radius: 60px !important;
	color:black !important;
}

.checkout-update-basket{
 	border: 0.75px solid #0066C0 !important;
    background-color: white !important;
    color: #011028 !important;
    border-radius: 70px !important;
    padding: 8px 16px !important;
    margin: 10px;
}

.ui-spinner{
	border: 1px solid #595959 !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    padding: 4px 0px !important;
    width: 95%;
}

.ui-spinner .ui-inputfield{
	border: none !important;
}

.ui-inputfield{
	background: #FFFFFF !important;
    border: 1px solid #595959 !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    width: 95%;
}

.ui-product-code{
	background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    width: 95%;
    border-radius: 5px;
    height: 100%;
    font-size: 1rem;
    padding: 6px 12px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ui-product-code-left{
	background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px 0px 0px 5px;
    height: 100%;
    font-size: 1rem;
    padding: 6px 12px !important;
    margin-left: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.deliveryItemListContent{
	max-height: 245px;
    overflow-y: scroll;
}

.ui-product-code-right{
	background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    height: 100%;
    font-size: 1rem;
    padding: 6px 12px !important;
	border-radius: 0px 5px 5px 0px;
	margin-right: 5px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.ui-datatable .ui-datatable-data > tr td {
    padding: 0px !important;
}

.continue-shopping-button{
	min-width: 300px;
	padding: 10px 8px;
	background: #E9E9E9;
	border: 1px solid #E9E9E9;
	box-sizing: border-box;
	border-radius: 60px;
	margin-top: 25px;
}

.continue-button{
	width: 100%;
	margin-top: 10px;
	padding: 15px 8px !important;
	font-size: 15px !important;
	border: 1px solid #E9E9E9 !important;
	box-sizing: border-box !important;
	border-radius: 70px !important;
	color: black !important;
	background: linear-gradient(97.1deg, #FFB443 0%, #FFC670 100%) !important;
}

.continue-blue-button{
	width: 100%;
	margin-top: 10px;
	padding: 15px 8px;
	font-size: 15px !important;
	border: 1px solid #E9E9E9 !important;
	box-sizing: border-box !important;
	border-radius: 70px !important;
	color: white !important;
	background: linear-gradient(97.1deg, #0066C0 0%, #2F88D7 100%) !important;
}

.data-grid .ui-g {
    margin: 0 0px !important;
}

.ui-button.ui-button-text-only .ui-button-text {
    padding: 0px !important;
}

.optional-button{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px 8px !important;
	border: 1px solid #E9E9E9 !important;
	box-sizing: border-box !important;
	border-radius: 70px !important;
	color: black !important;
	background: #E9E9E9 !important;
	text-align: center !important;
}

.shopping-cart{
	display:flex;
	justify-content: space-evenly;
}

.list_item_section{
	width: 40%;
}

.summary-resume-box{
	width: 40%;
}

.summary-resume-box-detail{
	min-height: 345px;
	padding: 20px;
	background: #FFFFFF;
	border: 0.25px solid #A9A9A9;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.summary-resume-box-detail-title{
	font-family: Manrope;
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 120%;
	color: #FFB443;
}

.summary-resume-box-detail-totals{
	display: flex;
	justify-content: space-between;
	font-family: Manrope;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 120%;
	color: #153467;
	margin-bottom: 40px;
}

.summary-resume-box-detail-ok-button{
	width: 100%;
	margin-top: 10px;
	padding: 15px 8px;
	border: 1px solid #E9E9E9;
	box-sizing: border-box;
	border-radius: 70px;
	color: black;
	background: #E9E9E9;
}

.summary-resume-box-cards{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 15px;
}

.summary-resume-box-cards-title{
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 130%;
	text-align: center;
	text-transform: uppercase;
	color: #A9A9A9;
}

.summary-resume-box-cards-logos-content{
	display:flex;
	width: 50%;
	justify-content: space-around;
	margin-top: 10px
}

.summary-resume-box-cards-logo{
	width:48px;
	height:32px;
	border: 0.25px solid #A9A9A9;
	box-sizing: border-box;
	border-radius: 7px;
	background: white;
}

.item-box{
	display: flex;
	padding: 20px;
	margin-bottom: 20px;
	background: #FFFFFF;
	border: 0.25px solid #A9A9A9;
	box-sizing: border-box;
	border-radius: 5px;
}

.item-box-amount-updating-content{
	display: flex;
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	box-sizing: border-box;
	border-radius: 5px;
}

.item-box-amount-update-button{
	width: 45px;
	height: 48px !important;
    font-size: 30px !important;
    font-weight: normal !important;
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: white !important;
    color: black !important;
}

.item-box-amount-update-button span{
	font-size: 30px !important;
}

.item-box-amount-update-input{
	width: 50px;
	height: 48px !important;
	font-size: 14px !important;
	text-align: center;
	padding: 0 !important;
	margin: 0;
	border-top: none !important;
	border-right: 1px solid #E9E9E9 !important;
	border-bottom: none !important;
	border-left: 1px solid #E9E9E9 !important;
}

.item-box-amount-update-delete{
	min-width: 145px;
	margin-top: 10px;
	padding: 10px 8px;
	font-family: Manrope;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	background: #E9E9E9;
	border: 1px solid #E9E9E9;
	box-sizing: border-box;
	border-radius: 60px;
}

.delete-item-card-button{
	min-width: 145px;
    margin-top: 10px;
    padding: 12px 8px !important;
    background: #E9E9E9 !important;
    border: 1px solid #E9E9E9 !important;
    box-sizing: border-box !important;
    border-radius: 60px !important;
    color: black !important;
}

.delete-item-card-button span{
	font-size: 16px !important;
	font-family: Manrope !important;
    font-style: normal;
    font-weight: normal !important;
}

.item-box-detail-content{
	display: flex;
	margin-left: 40px;
	justify-content: space-between;
	width: 100%;
}

.item-box-description{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.item-box-amount{
	margin-left: 15px;
}

.item-box-image{
	width: 100px;
	height: 100px;
}

.item-box-description-title{
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
	display: flex;
	align-items: center;
	color: #011028;
}

.item-box-description-subtitle{
	font-family: Manrope;
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 130%;
	display: flex;
	align-items: center;
	color: #A9A9A9;
}

.item-box-value-content{
	display: flex;
}

.item-box-value-title{
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 130%;
	align-items: center;
	color: #011028;
}

.item-box-value-subtitle{
	margin-left:10px;
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 130%;
	align-items: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #011028;
}

.searh_data_grid.data-grid .ui-g > div {
	padding: 0 !important;
}

.login-content{
	width: 40%;
	display:none; 
	margin-bottom: 40px;
	margin-top: 0px !important;
    padding: 0 !important;
}

.login-box{
	padding: 20px;
	background: #FFFFFF;
	border: 0.25px solid #A9A9A9;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.login-box-title{
	font-family: Manrope;
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 120%;
	color: #000000;
}

.login-box-subtitle{
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 130%;
	display: flex;
	align-items: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #595959;
	margin-top:15px;
	margin-bottom: 5px;
}

.login-box-input{
	margin-top: 10px;
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 130%;
	display: flex;
	align-items: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;color: #595959;
}

.login-box-input{
	width:100%;
	height:50px;
	margin-top: 5px;
	border: 1px solid #595959;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 14px;
}

.login-box-singin-button{
	width: 100%;
	margin-top: 10px;
	padding: 15px 8px;
	background: #E9E9E9;
	border: 1px solid #E9E9E9;
	box-sizing: border-box;
	border-radius: 70px;
	color: black;
	background: #E9E9E9;
	display: flex;
    justify-content: center;
}

.next-steps-box{
	background: #FFFFFF;
	border: 0.25px solid #A9A9A9;
	box-sizing: border-box;
	border-radius: 5px;
	margin-top: 10px;
	display: flex;
	padding: 15px 10px;
}

.next-steps-box-title{
	font-family: Manrope;
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 120%;
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.delivery-add-addres-button{
	width: 50%;
	margin-top: 10px;
	padding: 15px 8px;
	background: #E9E9E9;
	border: 1px solid #E9E9E9;
	box-sizing: border-box;
	border-radius: 70px;
	color: #000000;
	background: linear-gradient(97.1deg, #FFB443 0%, #FFC670 100%) !important;
}

.delivery-addres-content{
	width: 40%;
	margin-bottom: 40px
}

.previous-steps-box{
	background: #DCEFFF;
	border-radius: 5px;
	padding: 10px 15px;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

.previous-steps-box-detail{
	display: flex;
	justify-content: space-between;
}

.previous-steps-box-detail-content{
	display: flex;
	width: 70%;
}

.previous-steps-box-detail-title{
	font-family: Manrope;
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	display: flex;
	align-items: center;
	margin-left: 10px;
	width: 100%;
}

.previous-steps-box-detail-edit-button{
	background: transparent;
	border: none;
	cursor: pointer;
}

.previous-steps-box-detail-edit-button-text{
	font-family: Manrope;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 130%;
	display: flex;
	align-items: center;
	text-align: right;
}

.previous-steps-box-detail-subtitle{
	margin-left: 35px;
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
}

.delibery-addres-detail-content{
	background: #FFFFFF;
	border: 0.25px solid #A9A9A9;
	box-sizing: border-box;
	border-radius: 5px;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	padding: 15px 10px;
}

.edit-delivery-address-icon{
	background-color: white !important;
    color: gray !important;
    margin-right: 10px;
    cursor: pointer;
    border: none !important;	
}

.delibery-addres-detail-content-title{
	margin-bottom:10px;
	font-family: Manrope;
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 120%;
	display: flex;
	align-items: center;
}

.invoice-addres-detail-content-subtitle{
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
}

.delibery-addres-detail-content-subtitle{
	font-family: Manrope !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 10px !important;
	line-height: 130% !important;
	display: flex;
	align-items: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.credit-card-subtitle{
	margin-top: 10px;	
}

.delibery-addres-detail-content-input{
	width:100%;
	margin-top:2px;
	margin-right: 0;
	height:48px;
	font-family: Manrope !important;
	font-style: normal;
	font-weight: normal !important;
	font-size: 14px !important;
	line-height: 130% !important;
	display: flex;
	align-items: center;
	color: #000000 !important;
	border: 1px solid #E9E9E9 !important;
}

.delibery-addres-item{
	display:flex;
	padding:10px;
	margin-top:15px;
	margin-bottom:15px;
	border: 1px solid #9ACEFC;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
}

.delibery-addres-detail-box{
	display:flex;
	flex-direction: column; 
	width: 70%
}

.delibery-addres-buttons-box{
	display: flex;
	justify-content: space-evenly;
	width: 30%;
	align-items: center;
}

.delibery-addres-item-button{
	border: 1px solid #59A2E2;
	padding: 10px 15px;
	background: #59A2E2;
	border-radius: 5px;
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 130%;
	color: #FFFFFF;
}

.delibery-addres-new-addres-content{
	background: #FFF2DE;
	mix-blend-mode: normal;
	border-radius: 5px;
	display:flex;
	flex-direction: column;
	padding: 10px;
	margin-top: 10px;
}

.delibery-addres-new-addres-content-imput{
	font-family: Manrope;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 100%;
}

.delibery-addres-new-addres-content-subtitle{
	margin-top:20px;
	font-family: Manrope;
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 120%;
	display: flex;
	align-items: center;
}

.delibery-addres-option-detail-content{
	background: #FFFFFF;
	border: 0.25px solid #A9A9A9;
	box-sizing: border-box;
	border-radius: 5px;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	padding: 15px 10px;
}

.delibery-addres-option-detail-content-title{
	margin-top:15px;
	font-family: Manrope;
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 120%;
	display: flex;
	align-items: center;
}

.delibery-addres-option-detail-content-subtitle{
	margin-top:10px;
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
	display: flex;
	align-items: center;
}

.delibery-addres-option-detail-item{
	display: flex;
	margin-top: 15px;
	justify-content: space-between;
	align-items: center;
}

.delibery-addres-option-detail-item-detail{
	width: 80%;
}

.delibery-addres-option-detail-item-detail-title{
	font-family: Manrope;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 130%;
	display: flex;
	align-items: center;
}

.delibery-addres-option-detail-item-detail-subtitle{
	font-family: Manrope;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 130%;
	display: flex;
	align-items: center;
}

.delibery-addres-option-detail-item-detail-cost{
	font-family: Manrope;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 130%;display: flex;
	align-items: center;
	text-align: right;
}

.payment-types-content{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.payment-types-selected-box{
	background: #153467;
	border-radius: 7px;
	width: 45%;height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	cursor: pointer;
}

.payment-types-selected-box img{
	filter: brightness(0) invert(1);
}

.payment-types-unselected-box{
	background: #DCEFFF;
	border-radius: 7px;
	width: 45%;height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: black;
	cursor: pointer;
}

.payment-types-selected-box img{
	filter: brightness(1) invert(1);
}

.payment-types-card-title{
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
	text-align: center;
}

.payment-types-paypal-title{
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
	text-align: center;
}

.shopping-summary-box{
	padding: 20px;
	background: #FFFFFF;
	border: 0.25px solid #A9A9A9;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.shopping-summary-box-title{
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
	display: flex;
	align-items: center;
	color: #000000;
}

.shopping-summary-box-subtitle{
	margin-top:5px;
	font-family: Manrope;
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 130%;
	display: flex;
	align-items: center;
	color: #A9A9A9;
}

.shopping-summary-box-cost{
	margin-top:5px;
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 130%;
	display: flex;
	align-items: center;
	color: #000000;
}

.shopping-summary-box-detail{
	margin-top:5px; 
	display: flex;
	justify-content: space-between;
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 130%;
	text-align: right;
	color: #000000;
}

.payment-complete-content{
	display:flex;
	align-items: center;
}

.payment-complete-title{
	margin-top:40px; 
	font-family: Manrope;
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 120%;
	display: flex;
	align-items: flex-end;
	text-align: center;
	color: #FFB443;
}

.payment-complete-subtitle{
	margin-top:20px;
	font-family: Manrope;
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
	color: #153467;
}

.payment-complete-detail{
	margin-top:20px;
    font-family: Manrope;
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 130%;
	text-align: center;
	color: #000000;
	width: 52%;
}

.payment-complete-img{
	border-radius: 50%;
	padding: 40px;
	width: 128px;
	height: 128px;
	left: 656px;
	top: 270px;
	background: #FFB443;
}

.payment-complete-create-account-content{
	width: 40%;
	margin: 40px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.payment-complete-create-account{
	padding: 20px;
	background: #FFFFFF;
	border: 0.25px solid #A9A9A9;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.payment-complete-create-account-title{
	font-family: Manrope;
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 120%;
	display: flex;
	align-items: center;
	color: #000000;
	margin-bottom: 20px;
}

.font-sm{
	margin-top: 15px!important;
    font-size: 12px !important;
    font-family: Manrope !important;
    font-style: normal;
    font-weight: 800;
}


.delibery-address-items{
	display:flex;
	padding:10px;
	margin:5px 0px;
	border: 1px solid #9ACEFC;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
}

.searh-address-imput-content{
	margin-top:2px;
	margin-right: 0;
	height:48px;
	font-family: Manrope;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 130%;
	color: #000000;
	border: 1px solid #E9E9E9;
	box-sizing: border-box;
	justify-content: space-between;
	border-radius: 5px;
	display: flex;
	padding: 10px;
	background: white;
}

#searchAddressInput:focus {
  border: none !important;
}

.address-item-select-content{
	display: flex;
	justify-content: space-evenly;
	width: 30%;
	align-items: center;
}

.address-item-select-content{
	display: flex;
	justify-content: flex-end;
}

.collect-button{
	margin-right: 15px;
    font-family: Manrope !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 130% !important;
    text-transform: uppercase;
    border-radius: 5px !important;
    padding: 5px 25px;
    background: #59A2E2;
    color: #FFFFFF;
}

.invoice-check-label{
	font-family: Manrope;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 100%;
}

.hide { 
    display: none;
}

.selected-shippingMethod-description-box{
	background: #F7F7F7;
	margin: 10px 0px;
	border-radius: 5px;
	padding: 10px;
}

.selected-shippingMethod-description-box-title{
	font-family: Manrope;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
	display: flex;
	align-items: center;
	color: #000000;
}

.selected-shippingMethod-description-box-description{
	font-family: Manrope;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 130%;
	display: flex;
	align-items: center;
	color: #595959;
}

@media (max-width:720px){

	.header-nav-content {
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
	    margin-top: 20px;
	    align-items: center;
	}
	
	.header-box{
		margin: 0;
		width: auto;
	}
	
	.header-close-button{
		display: none;
	}
	
	.boxItem {
    	margin-right: 1em;
	}
	
	.boxItem:before,
	.boxItem:after{
	  content:'';
	  width:3em;
	  border-bottom:1px solid #E9E9E9;
	  position:absolute;
	  top:35%;
	  z-index: -1;	
	}
	
	.shopping-cart{
		display:flex;
		flex-direction: column;
    	justify-content: center;
	}
	
	.list_item_section{
		width: 100%;
	}
	
	.summary-resume-box{
		width: 100%;
	}
	
	.item-box-detail-content{
		display: flex;
		margin-left: 25px;
		flex-direction: column;
	}
	
	.item-box-amount{
		margin-top: 10px;
    	margin-left: 0;
	}
	
	.item-box-image{
		width: 80px;
		height: 80px;
	}
	
	.item-box-description-subtitle{
		margin-top: 5px;
	}
	
	.item-box-value-content{
		margin-top: 5px;
	}
	
	.item-box-amount{
		display: flex;
		justify-content: space-around;
	}
	
	.item-box-amount-update-button {
    	width: 35px !important;
	}
	
	.item-box-amount-update-delete {
	    min-width: 65px;
	    margin-top: 0;
	    margin-left: 5px;
	    padding: 10px 8px;
	    font-family: Manrope;
	    font-style: normal;
	    font-weight: normal;
	    font-size: 14px;
	    background: white;
	    border: 1px solid #E9E9E9;
	    box-sizing: border-box;
	    border-radius: 5px;
	}
	
	.summary-resume-box-cards {
		margin-top: 20px;
	}
	
	.summary-resume-box-cards-logos-content{
		width: 85%;
	}
	
	.login-content {
	    width: 100%;
	    margin-bottom: 10px;
	    margin-top: 0px;
	}
	
	.delivery-addres-content{
		width: 100%;
		margin-bottom: 20px
	}
	
	.delivery-add-addres-button{
		width: 100%;
	}
	
	.previous-steps-box{
		padding: 15px;
		margin-bottom: 10px;
	}
	
	.delibery-addres-option-detail-content-title{
		margin: 0;
	}
	
	.payment-complete-create-account-content {
	    width: 100%;
	    margin: 40px;
	}
}
	
	