#basketpage{
    background: #fff;
    padding: 0px 0;
    min-height: 100vh;
}

#basketpage h2{
    /* font-size: 25px; */
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 35px 0 35px 15px;
}
#basketpage h3{
    font-size: 25px;
}


#basketpage header{
    padding: 30px 0;
}

#basketpage header img{
    max-height: 80px;
}

#basketpage header .secret{
    padding: 8px 8px 8px 43px;
    border: 1px solid #57c9c9;
    color: #57c9c9;
    display: inline-block;
    right: 15px;
    font-size: 12px;
    margin-top: 10px;
}

#basketpage header .secret .fa-lock{
    position: absolute;
    margin: -1px 0 0 -32px;
    color: #57c9c9;
}

#basketpage #step .breadcrumb{
    background: #fff;
    border-bottom: 1px solid #57c9c9;
    border-radius: 0;
    padding: 0;
}

#basketpage #step .breadcrumb>li+li:before{
    content: none;
}

#basketpage #step .breadcrumb>li{
    margin: 0;
    width: calc(25% - 3px);
    padding: 8px 15px;
    border-bottom: 5px solid transparent;
    letter-spacing: 1px;
    color: #ccc;
    cursor: default;
	font-size: 18px;
}

#basketpage #step .breadcrumb>li>a{
    color: #57c9c9;
}

#basketpage #step .breadcrumb>.active{
    border-bottom: 5px solid #57c9c9;
    font-weight: 600;
    color: #57c9c9;
}

#basketpage #step .breadcrumb>.active a{
    color: #57c9c9;
}

#basketpage #basketcontent{
    
}

#basketpage #basketcontent .data-content h2{

}

#basketpage #basketcontent .basket-product-list{
    background: #f4f4f4;
    min-height: 600px;
}

/* FORM */ 

#basketpage #basketcontent .data-content .form-group {
  position:relative;
  margin-bottom: 30px;
  & + .form-group {
    margin-top: 30px;
  }
}

#basketpage #basketcontent .data-content .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  font-size: 22px;
}

#basketpage #basketcontent .data-content .focused .form-label {
  transform: translateY(-125%);
  /* font-size: .75em; */
  font-size: 1.15em;
}

#basketpage #basketcontent .data-content .form-input {
  font-size: 22px;
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
  &:focus {
    box-shadow: 0 2px 0 0 blue;
  }
}

/* RADIO BTNS */

#basketpage #basketcontent .data-content label.btn, #basketpage #basketcontent .data-content label.btn:focus{
    outline: none !important;
}

#basketpage #basketcontent .data-content label.btn a:hover{
    text-decoration: none;
}

#basketpage #basketcontent .data-content label.btn .radiodesc{
    font-size: 12px;
    padding-left: 30px;
}

#basketpage #basketcontent .data-content .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
    outline: none !important;
}

#basketpage #basketcontent .data-content label.btn span, #basketpage #basketcontent .data-content label.btn span a {
    font-size: 22px;
    outline: none !important;
	padding-left: 20px;
	z-index: 2;
}

#basketpage #basketcontent .data-content label.btn input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;
    display: inline;
}

#basketpage #basketcontent .data-content label.btn input[type="radio"] ~ i.fa.fa-dot-circle-o{
    display: none;
}

#basketpage #basketcontent .data-content label.btn input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}

#basketpage #basketcontent .data-content label.btn input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
    color: #57c9c9;
    display: inline;
}

#basketpage #basketcontent .data-content label.btn:hover input[type="radio"] ~ i.fa {
    color: #57c9c9;
}

#basketpage #basketcontent .data-content label.btn input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;
    display: inline;
}

#basketpage #basketcontent .data-content label.btn input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}

#basketpage #basketcontent .data-content label.btn input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}

#basketpage #basketcontent .data-content label.btn input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #57c9c9;
    display: inline;
}

#basketpage #basketcontent .data-content label.btn:hover input[type="checkbox"] ~ i.fa {
    color: #57c9c9;
}

#basketpage #basketcontent .data-content div[data-toggle="buttons"] label.active{
    color: #57c9c9;
}

#basketpage #basketcontent .data-content div[data-toggle="buttons"] label.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#basketpage #basketcontent .data-content div[data-toggle="buttons"] label:hover {
    color: #57c9c9;
}

#basketpage #basketcontent .data-content div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

#basketpage #basketcontent .data-content .form-input.filled {
  box-shadow: 0 2px 0 0 #57c9c9;
}


#basketpage #basketcontent .data-content .btn{
    transition: all 0.25s;
	font-size: 1.5rem;
}

#basketpage #basketcontent .data-content .btn-primary{
    background: #57c9c9;
    border-color: #57c9c9;
    color: #fff;
}

#basketpage #basketcontent .data-content .btn-primary:hover{
    background: #5f9e4d;
    color: #fff;
    border-color: #5f9e4d; 
}

#basketpage #basketcontent .data-content .backlink{
    margin-top: 15px;
    font-size: 13px;
    color: #57c9c9;
}

#basketpage #basketcontent .data-content .addaddressformdiv{
    padding-left: 30px;
}

#basketpage #basketcontent .data-content .billingdatas h2{
    margin-top: 30px;
}
#basketpage #basketcontent .data-content .billingdatas .btn-group{
    width: 100%;
}

#basketpage #basketcontent .data-content .facebookbtn{
    color: #fff;
    background: #3b5998;
    margin-top: 10px;
}

#basketpage #basketcontent .data-content .googlebtn{
    margin-top: 10px;
}

#basketpage #basketcontent .data-content .googlebtn i{
    color: #dd4b39;
}

#basketpage #basketcontent .data-content .alert-success{
    border: 1px solid #d1d1d1;
    font-size: 20px;
    border-radius: 0;
    background: #f1f1f1;
    color: #000;
    margin-bottom: 5px; 
}

#basketpage #basketcontent .basket-product-list .productlist-section {
	/* max-height: 600px; */
	/* overflow-x: hidden; */
	/* overflow-y: auto; */
	/* padding-right: 15px; */
}

#basketpage #basketcontent .basket-product-list .basket-product-item{
    margin-bottom: 30px;
}

#basketpage #basketcontent .basket-product-list .basket-product-item .basketproductname{
    font-size: 20px;
}

#basketpage #basketcontent .basket-product-list .basket-product-item p,
#basketpage #basketcontent .basket-product-list .basket-product-item .basketproductname a {
    font-size: 21px;
}

#basketpage #basketcontent .basket-product-list .basket-product-item .basketprice{
    font-weight: 600;
    font-size: 21px;
}
#basketpage #basketcontent .basket-product-list .price-list-section{
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 23px 0 15px 0;
}

.basketitemprice, .basketsumname {
	padding-left: 85px;
}
@media (max-width: 1500px) {
	.basketitemprice, .basketsumname {
		padding-left: 65px;
	}	
}
@media (max-width: 1000px) {
	.basketitemprice, .basketsumname {
		padding-left: 20px;
	}	
}

.basketprice, .basketsumprice {
	padding-right: 85px;
}
@media (max-width: 1500px) {
	.basketprice, .basketsumprice {
		padding-right: 65px;
	}
}
@media (max-width: 1000px) {
	.basketprice, .basketsumprice {
		padding-right: 20px;
	}
}


#basketpage #basketcontent .basket-product-list .basketitemprice{
    font-size: 21px;
}

#basketpage #basketcontent .basket-product-list .basketprice{
    font-weight: 600;
    font-size: 21px;
}

#basketpage #basketcontent .basket-product-list .sum-section{
    padding: 23px 0 15px 0;	
}

#basketpage #basketcontent .basket-product-list .sum-section .basketsumname{
    font-size: 32px;
	/* font-weight: 600; */
}

#basketpage #basketcontent .basket-product-list .sum-section .basketsumprice{
    /* color: #57c9c9; */
    font-size: 32px;
    font-weight: 600;
}

#basketpage #mobile-cart .collapseheader{
    background: #57c9c9;
    padding: 18px 0 10px 0;
}

#basketpage #mobile-cart .collapseheader a, #basketpage #mobile-cart .collapseheader p{
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

#basketpage #mobile-cart .basket-product-list-mobile .basket-product-item{
    margin-bottom: 30px;
}

#basketpage #mobile-cart .basket-product-list-mobile .basket-product-item .basketproductname{
    font-size: 15px;
}

#basketpage #mobile-cart .basket-product-list-mobile .basket-product-item .basketprice{
    font-weight: 600;
    font-size: 15px;
}
#basketpage #mobile-cart .basket-product-list-mobile .price-list-section{
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 23px 0 15px 0;
}

#basketpage #mobile-cart .basket-product-list-mobile .price-list-section .basketitemprice{
    font-size: 15px;
}

#basketpage #mobile-cart .basket-product-list-mobile .price-list-section .basketprice{
    font-weight: 600;
    font-size: 15px;
}

#basketpage #mobile-cart .basket-product-list-mobile .sum-section{
    padding-top: 23px;
}

#basketpage #mobile-cart .basket-product-list-mobile .sum-section .basketsumname{
    font-size: 22px;
}

#basketpage #mobile-cart .basket-product-list-mobile .sum-section .basketsumprice{
    color: #57c9c9;
    font-size: 22px;
    font-weight: 600;
}

#checkoutcontent{
    
}

#checkoutcontent .user-datas .item{
    padding: 15px;
}

#checkoutcontent .user-datas .item .inner{
    background: #f1f1f1;
    padding: 15px;
    height: 180px;
    margin-bottom: 30px;
}

#checkoutcontent .user-datas .item .inner h2{
    margin: 0 0 10px 0;
    font-size: 22px;
}

#checkoutcontent .user-datas .item .inner h2 i{
    color: #57c9c9;
}

#checkoutcontent .user-datas .item .inner p{
    margin: 0;
}

#checkoutcontent .user-datas .item .inner .name{
    font-weight: 600;
}

#checkoutcontent .user-datas .item .inner a{
    color: #57c9c9;
}

#checkoutcontent .product-datas{
    background: #f1f1f1;
}


#checkoutcontent .product-datas  .basket-product-item{
    margin-bottom: 30px;
}

#checkoutcontent .product-datas  .basket-product-item .basketproductname{
    font-size: 18px;
}

#checkoutcontent .basket-product-item p,
#checkoutcontent .basket-product-item .basketproductname a {
    font-size: 17px;
}


#checkoutcontent .product-datas  .basket-product-item .basketprice{
    font-weight: 600;
    font-size: 18px;
}
#checkoutcontent .product-datas  .price-list-section{
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 23px 0 15px 0;
}

#checkoutcontent .product-datas  .price-list-section .basketitemprice{
    font-size: 18px;
}

#checkoutcontent .product-datas  .price-list-section .basketprice{
    font-weight: 600;
    font-size: 18px;
}

#checkoutcontent .product-datas  .sum-section{
    padding-top: 23px;
}

#checkoutcontent .product-datas  .sum-section .basketsumname{
    font-size: 22px;
}

#checkoutcontent .product-datas .sum-section .basketsumprice{
    color: #57c9c9;
    font-size: 22px;
    font-weight: 600;
}

#checkoutcontent .checkout-finish{
    padding: 30px 0;
}

#checkoutcontent .checkout-finish .content-width{
    max-width: 600px;
}

#checkoutcontent .checkout-finish p, #checkoutcontent .checkout-finish a{
    font-weight: 700;
}

#checkoutcontent .checkout-finish .btn-default{
    font-weight: 600;
    background: #57c9c9;
    border: #57c9c9;
    font-size: 22px;
    color: #fff;
    padding: 10px 30px;
}

@media (max-width: 767px){
    #basketpage{
       padding: 0;
    }
    
    #basketpage header{
        padding: 15px 0;
    }
    
    #basketpage #step{
        display: none;
    }
    
    #basketpage .basket-product-list{
        display: none;
    }
	#checkoutcontent .user-datas .item {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#checkoutcontent .user-datas .item .inner{
		height: auto;
		margin-bottom: 10px;
	}	
    
}

@media (min-width: 768px) and (max-width: 992px){
    #basketpage #mobile-cart{
        display: none;
    }
}

@media (min-width: 993px) and (max-width: 1200px){
    #basketpage #mobile-cart{
        display: none;
    }
}

@media (min-width: 1201px) and (max-width: 1366px){
    #basketpage #mobile-cart{
        display: none;
    }
}

@media (min-width: 1367px){
    #basketpage #mobile-cart{
        display: none;
    }
}
