﻿/* @import url("./react-draft-wysiwyg.css"); */
/* @import url('imagePreviewSlide2.css'); */
@import url('./cropper.css');
/* @import url('./ReactCrop.css'); */

.input-group.has-error,
input.has-error,
select.has-error,
textarea.has-error{
    border-color: red !important;
}

.pointer-cursor{
    cursor: pointer;
}

input:disabled,
select:disabled,
button:disabled {
    cursor: not-allowed !important;
}

textarea.textarea-input-info {
    resize: none;
    width: 100%;
    border: solid 1px #e6e6e6;
    background-color: #f8f8f8;
    margin-bottom: 25px;
    padding: 5px 20px;
    outline: 0;
}

span.error-message{
    color: red;
    font-size:13.5px;
}

/*Remove HTML5 input number spinner*/
input[type=number].disableSpinner::-webkit-inner-spin-button,
input[type=number].disableSpinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/*Customize style.css color*/
.topbar .menu-topbar li a:hover{
    color: white;
}



/*Customize bootstrap input group style*/
.input-group-text {
    border: solid 1px #e6e6e6;
    border-radius: unset;
}

.input-group > .input-group-prepend > .input-group-text{
    height: 40px;
}

.input-group > .input-info {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

/*customize navigation bar*/
.topbar .menu-topbar li span {
    font-size: 13px;
    text-transform: capitalize;
    color: white;
    padding-left: 12px;
    position: relative;
    font-weight: bold;
}



a.alpText-accent:hover {
    color: #f68720;
}



/*Customize Header Layout*/
.header-container{
    line-height: 1;
}

.header-content {
    font-size: 12px;
    color: white;
    /*font-weight: bold;*/
}

.main-header .logo a img {
    max-width: 100%;
    /* min-width: 150px; */
    /* width: 150px; */
    /* width: 210px; */
    max-height: 50px;
}

.header-content{
    line-height: 1;
}

/* @media (max-width: 767px) {
    .main-header .logo a img {
        max-width: 50%;
    }
} */

.mainHeaderWrapper {
    height: 80px;
}
@media (max-width: 767.5px) {
    .mainHeaderWrapper {
        height: 240px;
    }
}

.mainHeaderWrapper .logo img {
    max-height: 50px;
}



/* Footer */
.list-socials li a:hover {
    background-color: #F68720;
}
.widget-custom-menu ul li a:hover {
    color: #F68720;
}


.owl-nav .disabled{
    display: none;
}


a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    cursor: pointer;
}

a.link-text:not([href]):not([tabindex]),
a.link-text:not([href]):not([tabindex]):focus,
a.link-text:not([href]):not([tabindex]):hover {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

/* Table Styling */
tbody, thead {
    border: 2px solid #dee2e6
}

/* Item detail - Side Cart Styling */
.item-details {
    position: relative;
}

.side-cart{
    position: absolute;
    width: 250px;
    right: 0;
    top: 0;
    bottom: 0;
}



.loading-page {
    text-align: center;
    padding: 150px 15px 150px;
    min-height: calc(100vh - 80px);
    /* min-height: calc(100vh - 80px - 26px); */
}


