#region-main h2 {
    display: block;
}

body#oc,
body#sc {
    background-image: linear-gradient(to bottom right, #f69516, #fbd097);
    background-repeat: no-repeat;
    background-size: cover;
}

.scr-item img {
    object-fit: cover;
    max-width: 120px;
	max-height: 75px;
    min-width: 120px;
	min-height: 75px;
    border-radius: 5px;
    border: 1px solid #000;
}

.scr-item h6 {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#scr-items-review {
    background-color: #fff;
    padding: 10px;
    border: 4px solid #e4e3e3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#scr-account-btn {
    background-color: #000;
    border: 4px solid #fbd097;
    transition: 0.4s !important;
    border-radius: 30px 0;
    padding: 6px 30px;
}

#action-buttons #pay-btn {
    background-color: #000;
    border: 0;
    padding: 6px 30px;
    border-radius: 30px 0;
    transition: 0.4s !important;
}

#action-buttons #cancel-btn {
    background-color: #f69310;
    border: 0;
    padding: 6px 30px;
    border-radius: 30px 0!important;
    transition: 0.4s !important;
}

@media (max-width: 400px) {
    #scr-registration-form form.custom-form {
        padding: 55px 10px;
    }
}

#scr-registration-form form.custom-form {
    color: #333;
    padding: 60px 20px 20px;
    text-align: center;
    box-sizing: border-box;
    font: bold 14px sans-serif;
    background-color: #fff;
    border: 8px solid #f69310;
    border-radius: 250px 0 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    min-height: 100%;
}

#scr-registration-form .custom-form h1 {
    display: inline-block;
    color: #4c565e;
    font-size: 24px;
    font-weight: 700;
    padding: 0 10px 15px;
    margin-bottom: 60px;
    border-bottom: 2px solid #6caee0;
}

#scr-registration-form .custom-form .form-group {
    margin-bottom: 25px;
}

#scr-registration-form .custom-form .label-column {
    text-align: right;
    color: #5f5f5f;
    display: flex;
    justify-content: end;
    align-items: end;
}

@media (max-width: 768px) {
    #scr-registration-form .custom-form .label-column {
        text-align: left;
    }
}

#scr-registration-form .custom-form .input-column {
    color: #5f5f5f;
    text-align: left;
}

#scr-registration-form .custom-form .input-column input {
    color: #5f5f5f;
    padding: 12px;
    border-bottom: 1px solid #dbdbdb !important;
    border-radius: 2px;
    height: 42px;
    border: 0;
}

#scr-registration-form .custom-form .dropdown .dropdown-toggle {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    color: #333;
    outline: 0;
}

#scr-registration-form .custom-form .dropdown ul {
    background: #fff;
}

#scr-registration-form .custom-form .dropdown ul li a {
    background: #fff;
    color: #333;
    opacity: 0.8;
}

#scr-registration-form .custom-form .dropdown ul li a:hover {
    opacity: 1;
}

#scr-registration-form .custom-form .submit-button {
    border-radius: 2px;
    background: #6caee0;
    color: #fff;
    font-weight: 700;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 14px 22px;
    border: 0;
    margin: 30px;
    outline: 0;
}

#action-buttons #cancel-btn:hover,
#action-buttons #pay-btn:hover, #scr-account-btn:hover {
    background-color: #920d00 !important;
    color: #fff !important;
    letter-spacing: 1px;
    transition: 0.4s !important;
}

#sc-header {
    background-color: #111235!important;
    color: #fff;
    min-width: 100%;
    display: flex;
    justify-content: center;
	padding: 10px;
}



/* Start - Regisration page*/
#page-local-eshop-pages-checkout {
	#page-wrapper {
        background-image: linear-gradient(to bottom right, #f69516, #fbd097);
        background-repeat: no-repeat;
        background-size: cover;

        #topofscroll {
            background-color: transparent;
            margin-bottom: 0!important;
        }

        #page {
            background-image: linear-gradient(to bottom right, #f69516, #fbd097);
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
        }
	}

	#region-main {
        background-color: transparent;

        #scr-registration-form {
            color: #333;
            padding: 60px 20px 20px;
            text-align: center;
            box-sizing: border-box;
            font: bold 14px sans-serif;
            background-color: #fff;
            border: 8px solid #f69310;
            border-radius: 250px 0 0;
            box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
            min-height: 100%;
            max-width: 70%;
            display: flex;
            justify-content: center;

            form {
                width: 70%;
                justify-content: center;
                display: flex;
                flex-direction: column;
                padding: 50px 0;

                .fdescription.required {
                    display: none!important;
                }
                .invalid-feedback {
                    text-align: start;
                }
                #id_submitbutton {
                    background-color: #000;
                    border: 0;
                    padding: 6px 30px;
                    border-radius: 30px 0;
                    transition: .4s !important;
                }
                #id_submitbutton:hover {
                    background-color: #920d00 !important;
                    color: #fff !important;
                    letter-spacing: 1px;
                    transition: .4s !important;
                }
                .btn-cancel input{
                    background-color: #f69310;
                    border: 0;
                    padding: 6px 30px;
                    border-radius: 30px 0;
                    transition: .4s !important;
                }
                .btn-cancel input:hover {
                    background-color: #920d00 !important;
                    color: #fff !important;
                    letter-spacing: 1px;
                    transition: .4s !important;
                }
                > .fitem .felement input.form-control{
                    color: #5f5f5f;
                    border-bottom: 1px solid #dbdbdb !important;
                    border-radius: 2px;
                    border: 0;
                }
                > .fitem .felement fieldset .d-flex.flex-wrap.align-items-center > .fitem {
                    /* width: 200px; */
                }
            }
        }

        #scr-items-review {
            margin-left: 15px;
        }
	}
}

@media (max-width: 575.98px) {
	#page-local-eshop-pages-checkout #scr-container {
		#scr-registration-form {
			border-radius: 150px 0 0!important;

			form {
				width: 90%!important;
			}
		}
	}
}

@media (max-width: 991.98px) {
	#page-local-eshop-pages-checkout {
		#scr-registration-form {
			max-width: 100%!important;
			border-radius: 200px 0 0!important;

			form {
				width: 80%!important;

				label {
					text-align: left!important;
				}
			}
		}

		#scr-items-review {
			margin-left: 0!important;
			margin-top: 20px;
		}
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	#page-local-eshop-pages-checkout {
		#scr-registration-form {

			label {
				text-align: left!important;
			}
		}
	}
}

/* End - Regisration page*/