/*viberentPagination*/
.viberentPagination {
   display: inline-block !important;
   width: 100% !important;
   text-align: center !important;
   margin: 50px 0 !important;
   position: relative !important;
}

header {
   position: relative !important;
}

body.admin-bar.et_fixed_nav #main-header {
	top: 0 !important;
}

div#page-container {
   padding-top: 0 !important;
}

ul#top-menu {
	align-items: baseline;
}

input[type="date"]::before{
   color: #ffffff;
   content: attr(value);
}

.viberentPagination ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.viberentPagination ul li {
   float: left !important;
   list-style-type: none !important;
   margin: 0;
}

.viberentPagination ul li span {
   background-color: #fff !important;
   position: relative !important;
   display: inline-block !important;
   width: 38px !important;
   height: 38px !important;
   line-height: 38px !important;
   text-align: center !important;
   color: black !important;
   font-size: 18px !important;
   text-decoration: none !important;
   text-transform: uppercase !important;
   cursor: pointer !important;
   white-space: nowrap !important;
   border: 2px solid #e5e5e5 !important;
   outline: 0 !important;
   -o-border-radius: 4px !important;
   -moz-border-radius: 4px !important;
   -webkit-border-radius: 4px !important;
   -ms-border-radius: 4px !important;
   border-radius: 4px !important;
   text-shadow: none !important;
   -webkit-transition: all .3s ease-in-out !important;
   -moz-transition: all .3s ease-in-out !important;
   -ms-transition: all .3s ease-in-out !important;
   -o-transition: all .3s ease-in-out !important;
   transition: all .3s ease-in-out !important;
}

.viberentPagination ul li span a {
   color: #b4b4b4 !important;
   text-decoration: none !important;
}

.viberentPagination ul li.active span {
   color: #fff !important;
   background-color: #f08833 !important;
   border-color: #f08833 !important;
}

.viberentPagination ul li:last-child span, .viberentPagination ul li:first-child span {
   width: 100px !important;
}


/* Spinner */
/* Spinner Wrapper */
.loading-spinner .loader {
    width: 100% !important;
    height: 100% !important;
    background: #fff !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    transform: unset !important;
    z-index: 1001;
}

.viberent_back_button {
    border: unset;
    background-color: unset;
    padding: 0 !important;
    color: #f08833;
    position: relative !important;
}

.loading-spinner .loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-spinner .lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

p.lead {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1)
}

.viberent_item_layout a,
.viberent_category_layout a {
  outline: none !important;
}

.viberent_item_layout .fa-circle,
.viberent_category_layout .fa-circle {
  color: #f08833 !important;
}

.viberent_item_layout .fa-shopping-cart,
.viberent_category_layout .fa-shopping-cart,
.viberent_place_order .fa-shopping-cart {
    font-size: 30px;
    color: #f08833 !important;
}
.viberent_item_layout .fa-shopping-cart:hover,
.viberent_category_layout .fa-shopping-cart:hover {
    color: #f08833 !important;
}

.viberent_item_layout .fa-stack[data-count]:after,
.viberent_category_layout .fa-stack[data-count]:after,
.viberent_place_order .fa-stack[data-count]:after {
    position: absolute;
    right: 0;
    top: 0;
    content: attr(data-count);
    font-size: 10px;
    padding: 0.5em 0;
    border-radius: 999px;
    line-height: .75em;
    background-color: white;
    color: #f08833;
    text-align: center;
    min-width: 2em;
    font-weight: bold;
    background: white;
    border: 2px solid;
}

form.ajax-layoutbase-form .loading {
    display: none;
    width: 30px !important;
    height: 30px !important;
    top: 0;
    left: 30px;
    position: relative;
    margin-right: -30px;
}

/* portlincolnhire theme css */
#modeltheme-main-head {
    display: block;
}

nav.logo-infos .navbar-collapse {
    flex-basis: auto;
}

nav.logo-infos .navbar-collapse .navbar-nav {
    display: block;
}

@media (min-width: 768px) {
    .viberent_main_container {
        width: 680px;
    }
}