#oc-header {
	background-color: #111235!important;
	color: #fff;
	min-width: 100%;
	display: flex;
	justify-content: center;
}

#oc-item-1 img {
	object-fit: cover;
	width: 120px;
	height: 100%;
	border-radius: 5px;
	border: 1px solid #000;
}

#oc-items-row {
	border: 2px solid #ececec;
	padding: 20px 0;
	/* max-width: 1176px; */
	background-color: #fff;
}

#oc-item-1 {
	border: 1px solid #ececec;
}

#oc-item-col2 .btn {
	background-color: #000;
	border: #f0efef;
	transition: 0.4s;
}

#oc-item-col1 h6 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#oc-item-col2 .btn:hover {
	background-color: #920d00 !important;
	color: #fff !important;
	letter-spacing: 1px;
	transition: 0.4s !important;
}

#page-local-eshop-pages-success {
	#page-footer {
        display: none;
	}

	#page-header {
        display: none;
	}
	#page-wrapper {
        background-image: linear-gradient(to bottom right, #f69516, #fbd097);
        background-repeat: no-repeat;
        background-size: cover;

        #topofscroll, #region-main {
            background-color: transparent;
        }

        #page {
            background-image: linear-gradient(to bottom right, #f69516, #fbd097);
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
        }
	}
	#oc-header {
        background-color: #111235;
        color: #fff;
        min-width: 100%;
        display: flex;
        justify-content: center;
		padding: 10px;

        h2 {
            display: initial!important;
			margin: 0;
        }
	}

	#page {
        padding: 0;

        #topofscroll {
            padding: 0;
            margin-top: 0;

            [role="main"] {
                padding: 0;
                min-width: 100%;
            }
            #region-main {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            #user-notifications {
                width: 63%;
            }
        }
	}
}

/* Start - Confirmation page*/
#oc-container {
	#oc-items-row {
        border: 2px solid #ececec;
        padding: 20px 0;
        /* min-width: 1176px; */
		min-width: 100%;
		max-width: 100%;
        background-color: #fff;

        #oc-item-1 {
            border: 1px solid #ececec;

            img {
                object-fit: cover;
                min-width: 120px;
                min-height: 75px;
                max-width: 120px;
                max-height: 75px;
                border-radius: 5px;
                border: 1px solid #000;
            }

            #oc-item-col1 h6 {
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
            #oc-item-col2 .btn {
                background-color: #000;
                border: #f0efef;
                transition: .4s;
            }
        }
	}
}

@media (min-width: 1200px) {
	#oc-container {
		#oc-items-row {
			max-width: 60%;
			min-width: 60%;
		}
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	#oc-container {
		#oc-items-row {
			max-width: 80%;
			min-width: 80%;
		}
	}
}
/* End - Confirmation page*/
