.login{
	width: 100vw;
	height: calc(100vh - 100px);
	background: #f1f1f1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.cfc-flex-3 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.alert-success{
    padding: 15px;
    border-radius: 12px;
    text-align: left;
    background: #4caf50b3;
    color: white;
    margin-bottom: 30px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
}

.alert-success svg{
    width: 50px;

}

.alert-success span {
    flex: 0 0 87%;
    font-weight: 500;
}

.alert-error{
    padding: 15px;
    border-radius: 12px;
    text-align: left;
    background: #a71212b3;
    color: white;
    margin-bottom: 30px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
}

.alert-error svg{
    width: 50px;

}

.alert-error span {
    flex: 0 0 87%;
    font-weight: 500;
}




@media(max-width: 600px){
    .alert-success{
        flex-direction: column;

    }

    .alert-success svg {
    width: 70px;
    margin: 10px;
}

.alert-success span {
    flex: 0 0 100%;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}


}


.cfc-flex-2 {
    display: flex;
    align-items:flex-start;
    justify-content: space-between;
}

.checkout-form-item label span.error-field{
  color:#EC407A;
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.login-form{
	background: #fff;
	border-radius: 12px;
	padding:40px;	
	width: 600px;
}

.logo-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.form-header{
display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    height: 40px;
    margin-bottom: 20px;
}

.moc-view{
		display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 15px;
    border-radius: 8px;
    background: var(--main-blue);
    color: white;
    text-decoration: none;
    padding: 5px 15px 6px;
    font-size: 16px;
}


.ps-status {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    background: #2196f3;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    width: 140px;
}

.ps-status-2{
	background: #ff9800;
}

.ps-status-3{
	background: #8bc34a;
}


.moc-view img{
	width: 24px;
	filter: invert(1);
}


.form-header img{
	width: 32px;
}

.my-orders-columns{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 40px;
	font-weight: 500;
	font-size: 18px;
}

.remember-forgot{
	display: flex;
	align-items: center;
	justify-content: space-between;
	    margin: 30px 0 0;
}
.ocf-button{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 15px;
	text-decoration: none;
	background: #fff;
	border-radius: 12px;
	padding: 12px 10px;
	color:#222;
	flex:0 0 100%;
	font-weight: 500;
	font-size: 20px;
	    border: 2px solid #f1f1f1;
}

.ocf-button img{
	width: 24px;
}

.or-continue-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ocf-apple img{
	filter: brightness(10) invert(1);
	margin-top: -3px;
}

.ocf-apple{
	background: black;
	color:white;
	    border: 2px solid #000;
}

.or-continue-text{
	    font-size: 18px;
    text-align: center;
    background: white;
    width: 100%;
    margin: 30px auto;
    position: relative;
    z-index: 2;
}

.or-continue-text span{
	background: white;
	position: relative;
	z-index: 3;
	padding:20px;
}

.or-continue-text:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    top: 12px;
    left: 0;
    position: absolute;
    z-index: 1;
}

.submit input{
	display: block;
	width:100%;
	height: 52px;
	border-radius: 12px;
	background: var(--main-blue);
	border:none;
	font-size: 20px;
	font-weight: 500;
	color:white;
	margin: 30px 0 0;
	cursor: pointer;
}

.forget a{
	color: var(--main-blue);
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid var(--main-blue);
}

.remember label{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 10px;
}

.remember span{
	font-size: 18px;
	font-weight: 500;
}

.remember  input{
	width: 20px;
	height: 20px;
}

.form-header h1{
	font-size: 30px;
	font-weight: 600;
}

.login-after{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	color:#222;
	margin:30px 0;
}

.login-after a{
	text-decoration: none;
	border-bottom: 2px solid var(--main-blue);
	color: var(--main-blue);
	font-size: 20px;
	font-weight: 500;
}

.profile-order-flex{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.pof-right{
	width: 35%;
}

.pof-left{
	width: 61%;
}

.register .pof-left .checkout-form-client{
	border: 2px solid #f1f1f1;
	margin-bottom: 40px;
}

.pof-right .checkout-cart{
	margin:0;
}


@media(max-width: 720px){
	.login-form{
		width: calc(80% - 40px);
		padding: 20px;
	}
	
	.or-continue-flex{
		flex-direction: column;
		row-gap:15px;
	}
	.ocf-button {

    flex: 0 0 100%;

    width: calc(100% - 20px);
		}	
}


@media(max-width: 500px){
	    .or-continue-flex {
        flex-direction: row;
        column-gap: 1%;
        flex-wrap: wrap;
    }

	    .ocf-button {
        flex: 0 0 36%;
        font-size: 16px;
      
    }

    .form-header img {
    width: 24px;
}
	
	.form-header h1 {
    font-size: 22px;
    font-weight: 600;
}


.remember-forgot {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 0;
    flex-direction: column;
    row-gap: 30px;
}

.logo-section{
	margin: 30px 0;
}

.login-after{
	text-align: center;
	font-size: 18px;
	width:80%;
	margin:30px auto 0;
}

.login-after a{
	font-size: 18px;
}


main.login{
	height: auto;
}

body{
	background: #f1f1f1;
}


.remember{
	display: none;
}

.forget{
	text-align: center;
}

.remember-forgot {
        display: flex
;
        align-items: center;
        justify-content: space-between;
        margin: 18px 0 0;
        flex-direction: column;
        row-gap: 30px;
    }


}

.checkout-full{
	width:100%;
}


.register .checkout-form-client{
	background: white;
	border:none;
	margin:0;
}

.create-profile{
	margin: 30px 0;
}

.create-profile a{
	display: block;
	text-align: center;
	width:100%;
	text-decoration: none;
	color:white;
	background: var(--main-blue);
	border-radius: 12px;
	font-size: 20px;
	font-weight: 600;
	padding: 15px 0;
}

.cct-title{
	font-size: 20px;
	font-weight: 500;
	margin:30px 0 15px;
}

.register .checkout-client-type{
	margin-bottom: 30px;
}


.checkout-client-type a.active{
	border: 2px solid var(--main-blue);
}

.register .cfc-switch {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    column-gap: 15px;
    margin: 15px 0;
}

.category-header.register h1 {
    margin: 30px 0;
    padding: 20px 0;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.register .checkout-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
    box-shadow: 0px 8px 20px #00000008;
    border-radius: 12px;
}

.register .checkout-flex-lg {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0px 8px 20px #00000008;
    border-radius: 12px;
}



.my-order-one{
display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0px 8px 20px #00000008;
    border-radius: 12px;
    background: white;
    margin: 15px 0;
    border: 2px solid #efefef;
    padding: 20px 40px;

}

.my-order-one .su{
	font-size: 20px;
	display: block;

}

.my-order-one .da{
	font-size: 20px;
	padding: 8px 0;
	background: #f1f1f1;
	border-radius: 8px;
	font-size: 20px;
	justify-content: center;
}


.register .checkout-client-type a {
    padding: 8px 18px;
}

.moc-one{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
}


.checkout-full .id{
	flex: 0 0 7%;
}


.checkout-full .pr{
	flex: 0 0 23%;
}

.checkout-full .da{
	flex: 0 0 10%;
	margin-left: 10%;
	margin-right: 5%;
}

.checkout-full .su{
	flex: 0 0 10%;
	margin-right: 2%;

}

.checkout-full .st{
	flex: 0 0 20%;
}

.checkout-full .di{
	flex: 0 0 20%;
}


.profile .register .checkout-flex-lg{
	box-shadow: none;
}


.moc-one.pr a{
	border-radius: 12px;
	display: block;
	border: 2px solid #f1f1f1;
	padding:10px;
}

.moc-one.pr a img{
	border-radius: 12px;
	width: 40px;
}


@media(max-width: 1480px){
	.register .checkout-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 80%;
}
}

@media(max-width: 1240px){
	.register .checkout-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 90%;
		}
}


@media(max-width: 1024px){
	.register .cfc-flex-3 {
    display: flex;
	    align-items: flex-start;
	    justify-content: space-between;
	    flex-direction: column;
	}

	.register .cfc-flex-3 .checkout-form-item {
    flex: 0 0 100%;
    width: 100%;
	}

	.register .category-header.register h1 {
	    margin: 15px 0;
	    padding: 0 0 20px;
	    font-size: 24px;
	    font-weight: 600;
	    text-align: center;
	}

	.register .cct-title {
	    font-size: 20px;
	    font-weight: 500;
	    margin: 5px 0;
	    text-align: center;
	}
}

@media(max-width: 768px){
	.register .cfc-switch span.label{
		width: 72%;
		font-size: 14px;
	}

	            .category-header.register h1 {
                margin: 0;
                padding: 25px 0;
                font-size: 24px;
                font-weight: 600;
                text-align: left;
            }

		.registration     .breadcrumbs-mobile {
        display: block;
        padding-top: 10px;
    }

   .registration header{
   	background: white;
   }

           .register .checkout-flex {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            width: 100%;
        }

        .registration .header-mid__search{
        	display: none;
        }
}





.pof-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f1f1f1;
}

.pb-title{
	font-size: 18px;
	font-weight: 500;
}

.pb-value{
	margin-top: 10px;
}

.pb-value .ps-status {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    width: 140px;
}

.pb-date{
	padding: 4px 10px;
	background: #f1f1f1;
	border-radius: 8px;
	width: 80px;
	text-align: center;
}

.pof-left .pb-date{
    width: auto;
}

.pof-flex{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}

.pf-left-content .shipping-method img{
	width: 42px;
}

.pf-left-content--shipping {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 25px;
    padding: 15px;
    border-radius: 8px;
    background: #f1f1f1;
    width: 100%;
}

.pf-left-content--shipping .shipping-text{
	width: 80%;
}

.pof-flex .pf-left{
	flex: 0 0 38%;
}

.pof-flex .pf-right{
	flex: 0 0 58%;
}

.pf-left-content .shipping-method {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 5px;
    width: 190px;
}

.pf-left-title{
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 15px;
}

.pf-left-row{
	font-size: 18px;
}

.pf-left-row:last-child{
	font-size: 14px;
	margin-top: 5px;
}

.pof-flex-one{
	width: 100%;
}

.pof-right .cart-right-inner {
    background-color: #f3f3f3;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0px;
    border-left: 1px solid #e7e7e7;
    border-bottom-left-radius: 12px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}


    .timeline {
      display: flex;
      justify-content: space-between;
      position: relative;
      margin: 0 auto;
      max-width: 700px;
    }

    .timeline::before {
      content: "";
      position: absolute;
      top: 25px;
      left: 0;
      width: 100%;
      height: 4px;
      background: #ddd;
      z-index: 0;
    }

    .step {
      position: relative;
      text-align: center;
      flex: 1;
      z-index: 1;
    }

    .step .circle {
      width: 50px;
      height: 50px;
      background: #ddd;
      border-radius: 50%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: #777;
      transition: 0.3s;
    }

    .step .circle img{
    	width: 20px;
    	
    }

    .step .circle img.class2{
     	width: 24px;
     }

     .step .circle img.class3{
     	width: 30px;
     }

     .step .circle img.class4{
     	width: 24px;
     }

    .step.active .circle,
    .step.completed .circle {
      background: #4CAF50;
      color: #fff;
    }

    .step.completed .circle {
      background: #2196F3;
    }

     .step.completed .circle img,.step.active .circle img{
    	
    	filter: invert(1) brightness(100);
    }

    .step p {
      margin-top: 10px;
      font-size: 16px;
      color: #555;
      font-weight: 500;
    }

    .timeline .step:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 25px;
      left: 50%;
      width: 100%;
      height: 4px;
      background:#dfdfdf;
      z-index: -1;
    }

    .timeline .step.active::after {
      content: "";
      position: absolute;
      top: 25px;
      left: 50%;
      width: 100%;
      height: 4px;
      background: none;
      z-index: -1;
    }

    /* Fix for first step not drawing line backwards */
    .timeline .step:first-child::after {
      left: 50%;
      width: 100%;
    }

    .timeline .step:first-child.active::after{
      background: #3076d5;
    width: 50%;
    left: 0;
    }

    .timeline .step.active .circle{
      background: #3076d5;
    }


    @media(max-width: 1024px){
	    .my-orders-list .my-order-one {
	        flex-wrap: wrap;
	        align-items: center;
	        justify-content: flex-start;
	    }

	    .my-orders-columns{display: none;}

	        .checkout-full .id {
        flex: 0 0 14%;
        font-size: 24px;
        order: 1;
    }

		.checkout-full .da {
 flex: 0 0 19%;
        display: flex
;
        justify-content: center;
        margin-left: 25px;
        margin-right: 0;
        order: 2;
        padding: 6px 12px;
        align-items: center;
}

		.checkout-full .moc-one.pr{
			order: 3;
			flex: 0 0 100%;
			margin: 15px 0;
		}

		.moc-one.su {
        order: 4;
        width: 50%;
        flex: 0 0 72%;
    }

		.checkout-full .st {
  order: 1;
}

.checkout-full .di {
     order: 6;
}

    }

.breadcrumbs-mobile ul li img{
	width: 16px;
}

    @media(max-width: 600px){

    	    .moc-one.su {
        order: 4;
        width: 50%;
        flex: 0 0 35%;
    }
    	    .checkout-full .id {
        flex: 0 0 36%;
        font-size: 24px;
        order: 1;
        margin-bottom: 5px;
                column-gap: 5px;
    }

    .checkout-full .st {
        flex: 0 0 64%;
        margin-bottom: 15px;
        display: flex
;
        justify-content: flex-end;
    }

        .checkout-full .da {
        flex: 0 0 25%;
        display: flex
;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
        order: 2;
        padding: 6px 12px;
        align-items: center;
    }
		.profile-order-flex{
			flex-direction: column;
		}

		.pof-left {
    width: 100%;
}

.pof-right {
    width: 100%;
}
 .timeline {
    flex-direction: column;
    align-items: flex-start;
    max-width: 300px;
  }

  .timeline::before {
    top: 0;
    left: 25px;
    width: 4px;
    height: 100%;
  }

  .step {
    text-align: left;
    flex: none;
    margin-bottom: 50px;
  }

  .step .circle {
    margin: 0;
  }

  .step p {
    margin-top: -35px;
    margin-left: 70px;
    font-size: 18px;
  }

  .timeline .step:not(:last-child)::after {
    top: 50px;
    left: 25px;
    width: 4px;
    height: 100%;
  }

    .pof-block {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        row-gap: 15px;
    }
	
	.pof-flex {
    display: flex
;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: column;
    row-gap: 30px;
}

.pf-left-content--shipping {
    display: flex
;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 25px;
    padding: 15px;
    border-radius: 8px;
    background: #f1f1f1;
    width: calc(100% - 30px);
    flex-direction: column;
}

.pf-left-content--shipping .shipping-text {
    width: 100%;
    padding: 8px;
}


.checkout-full .id:before{
	content: "#";
	color: #888;
}

    }



.liked-products .product-one__itemList {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    column-gap: 50px;
    padding: 0;
    border: none;
}

.liked-products .product-one__theInfo{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 200px);
}


.liked-products .product-one__image{
  width: 150px;
}

.liked-products .product-one__image img{
  width:100%;
}

.liked-products .product-one__priceBuy {
    width: 40%;
    margin: 0;
}

.liked-products .product-one__name {
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 500;
}

.liked-item-one{
  margin: 32px 0;
  border-radius: 12px;
  background: white;
}

.liked-item-one .product-one__item{
  background: none;
}

.liked-item-one .product-one__like {
    top: auto;
    right: 0;
}

.product-one__deleteFromWishList .product-one__like {
    position: relative;
    border: 2px solid #3076d5;
    border-radius: 12px;
    padding: 16px 17px;
}


.product-one__deleteFromWishList .product-one__like{
  color:#3076d5;
}


.product-one__deleteFromWishList .product-one__like  svg{
  width: 24px;
  height: 24px;
}


.favorites .checkout-client-type a{
  background: white;
}


.favorites .checkout-client-type a.active{
  background: var(--main-blue);
}

.checkout-form-client .disabled{
  display: none;
}

p.field-desc {
      margin: 0 0 30px;
    font-size: 14px;
    font-weight: 500;
    color: #3076d5;
    text-align: center;
}

.no-items{
    padding: 20px 40px 40px;
    border-radius: 12px;
    background: white;
    border: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.no-items img{
  width:200px;
}

.add-address{
  border-radius: 12px;
  border:none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--main-blue);
  color:white;
  text-decoration: none;
  margin: 15px;
  padding: 10px 20px;
  column-gap: 15px;
}

.add-address img{
  width: 32px;
  filter: invert(1);
}

.add-address span{
  font-size: 18px;
}

.timeline .step.active::after {
    content: "";
    position: absolute;
    top: 25px;
    left: -41%;
    width: 100%;
    height: 4px;
    background: #3076d5;
    z-index: -1;
}

.step.completed .circle {
    background: #4CAF50 !important;
    color: #fff;
}

.step.completed p{
   color: #4CAF50 !important;
}