
@media (min-width: 1300px) {

}



@media screen and (max-width: 1200px) {

}


@media screen and (max-width: 1024px) {
body.lk-page {
    padding-top: 80px;
}
.order-name {
    align-items: flex-start;
    flex-direction: column;
}

.order-name img {
    margin-bottom: 10px;
}	
}


@media screen and (max-width: 992px) {

}


@media screen and (max-width: 991px) {
.product-item {
    width: calc(33.33% - 30px);
}

}


@media screen and (max-width: 768px) {
.whitebox-item.whitebox-item1 {
    width: 100%;
    margin-right: 0;
}

.whitebox-item2 {
    width: 100%;
}
.product-item {
    width: calc(50% - 30px);
}
.order-table > div {
    width: auto;
    border: none;
    padding-right: 0;
    margin-right: 20px;
    margin-bottom: 20px;
}

.order-table > div.order-desc {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
}

.order-table {
    margin-bottom: 0;
}	
}


@media screen and (max-width: 767px) {
.profile-item {
    width: 100%;
}
.order-top {
    flex-direction: column;
}

.order-item {
    padding: 30px;
}	
.topmenu {
    background: none;
}

ul.topmenu-list a {
    background: #EBF4FD;
    border-radius: 10px;
}

ul.topmenu-list li {
    margin: 2px;
    flex-grow: 1;
    text-align: center;
}	
}








@media screen and (max-width: 480px) {
	
.product-item, .product-wrap .product-item {
    width: calc(50% - 10px);
    margin-right: 5px !important;
    margin-left: 5px !important;
}	
 
.btn-blue.save-btn {
    padding: 8px 35px;
    font-size: 14px;
}

.whitebox {
    padding: 25px;
}

.input-wrap.input-wrap_half {
    width: 100%;
}	
	
}