.my-splash {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background-color: #fff;
}

.my-splash img {
    width: 300;
    height: 50px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -25px;
    right: 50%;
}
#thumbGalleryDetail img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
#thumbGalleryThumbs img{
    height: 70px;
    width: 100%;
    object-fit: cover;
}
html.html-class-products .portfolio-list .image-frame-wrapper img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
html.html-class-products .products-categories-area .image-frame-wrapper img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
#our_products .owl-item .image-frame img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.my-splash img:first-child {
    animation-delay: 300ms;
    -webkit-animation-name: fadeInDownShorter;
    animation-name: fadeInDownShorter;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 0;
    animation-timing-function: ease-in-out;
}

.my-splash-ajax {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color: rgba(28, 39, 50, 0.46);
    display: none;
}
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #b5b5b5;
}

::-webkit-scrollbar-track {
    background: #f1f3f7;
}

.shadow-box {
    box-shadow: 0 3px 35px -8px #ccc;
}

.my-splash-ajax img {
    width: 80px;
    height: 80px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    right: 50%;
}

#our_products .owl-item {
    background: #f7f7f7;
    margin-bottom: 10px;
    margin-top: 10px;
}

#our_products .owl-item .product-info {
    padding: 15px;
    line-height: 220%;
}

.sticky-header-active #header .header-body {
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.07);
}

#our_products .product-item {
    background: #f7f7f7;
    margin-bottom: 10px;
    margin-top: 10px;
}

#our_products .product-info {
    padding: 15px;
    line-height: 220%;
}

.grecaptcha-badge {
    position: absolute;
    right: 5px;
    top: 0;
}

.top-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-left: 20px;
}

.top-login a {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    padding: 1.93333em 0.85em;
    color: #777;
}

.my-auth-box {
    padding: 25px;
    margin-bottom: 10px;
    border-radius: 2px;
    background-color: #fff;
    /*box-shadow: 0 1px 3px 0 rgba(37, 32, 31, .3);*/
    overflow: hidden;
}

.my-auth-box i {
    display: inline-block;
    font-size: 40px;
    color: #969ba8;
    vertical-align: middle;
    position: absolute;
    font-size: 148.8px;
    font-size: 6.5rem;
    opacity: 0.1;
    left: -50px;
    top: -5px;
}

.my-auth-box-div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.my-auth-box h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 20px;
    color: #5a5a5aa3;
}

.my-auth-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 0;
    color: #5a5a5a;
}

.my-auth-btn {
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 2px solid #c38e0d !important;
    background-color: #FFBE00;
    height: 40px;
    border-radius: 2px;
    line-height: 23px;
    font-weight: 600;
    font-size: 13px;
    color: #222;
}

.modal {
    -webkit-animation: swal2-show .3s;
    animation: swal2-show .3s;
}

.swal2-show {
    -webkit-animation: swal2-show 0.3s;
    animation: swal2-show 0.3s;
}

@-webkit-keyframes swal2-show {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes swal2-show {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.modal {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    max-width: 500px;
    margin: 1.75rem auto;
}
.modal-dialog.register{
    max-width: 650px;
}
.form-control:disabled, .form-control[readonly] {
    cursor: not-allowed;
}
.modal-dialog.tos {
    max-width: 700px;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (1.75rem * 2));
}
.iziToast{
    min-width: 400px;
}
.iziToast > .iziToast-body .iziToast-message{
    font-weight: 500;
}
.scroller-area {
    max-height: 70vh;
    overflow: auto;
    font-size: 13px;
    line-height: 200%;
    color: #404040;
}
.modal .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    padding: 0 !important;
    border-radius: .3125em !important;
    border: none;
}
.modal-header {
    align-items: flex-start;
    justify-content: space-between;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    border: none;
    padding: 20px;
    margin: 0;
    background-color: #f1f3f7 ;
    border-bottom: 1px solid #d6d6d6;
}
.modal .modal-header h3 {
    margin: 0;
    font-size: 14px;
}
.modal .modal-header .close {
    left: auto;
    right: 0;
    top: 0;
    margin: 0;
    line-height: 0;
    color: #222;
    position: absolute;
    padding: 30px;
}
.modal .modal-header .close:before {
    content: "\f00d";
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
button:focus, input:focus {
    outline: none !important;
}
.modal-content .modal-body {
    position: relative;
    padding: 20px;
    height: 100%;
}
.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #879eae;
    border-radius: 5px;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}
.radio-container {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 10px;
    margin-left: 0;
}
.radio-container input {
    position: absolute;
    opacity: 0
}
.radio-container .checkmark.circle:after {
    border-radius: 50%;
}

.radio-container input:checked + .checkmark {
    border: 1px solid #f9b90f
}

.radio-container input:checked + .checkmark:after {
    opacity: 1
}

.radio-container.my-active .checkmark:after {
    opacity: 1
}

.radio-container .checkmark:after {
    top: 4.5px;
    left: 4.5px;
    width: 9px;
    height: 9px;
    border-radius: 2px;
    background: #f9b90f;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.radio-container input:checked + .checkmark {
    background: none;
    background-color: transparent;
    border: 0;
}

.radio-container .checkmark {
    background: none;
    background-color: transparent;
    border: 0;
}

.radio-container .checkmark:after {
    content: '\e86a';
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 400;
    left: 0;
    right: 0;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 21px;
    background: none;
    color: #5a5a5a;
    opacity: 1;
}

.radio-container.my-active .checkmark.circle:after,
.radio-container input:checked + .checkmark.circle:after {
    content: "\f192";
    color: #f9b90f;
    right: 5px;
    font-weight: 900;
}

.radio-container .checkmark.circle:after {
    content: "\f111";
    font-size: 17px;
    right: 5px;
    font-weight: 300;
}

.radio-container.my-active .checkmark:after,
.radio-container input:checked + .checkmark:after {
    content: "\f14a";
    color: #f9b90f;
    right: 5px;
    font-weight: 900;
}

.radio-container .checkmark:after {
    content: "\f0c8";
    font-size: 17px;
    right: 5px;
    font-weight: 300;
}
.modal label.form-label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    color: #5a5a5a;
}
.modal .modal-foot {
    border: none;
    padding: 15px;
    margin: 0;
    background-color: #f1f3f7 ;
    border-top: 1px solid #d6d6d6;
    border-radius: 0 0 .3125em .3125em;
}
.modal .btn-secondary {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
    border-bottom: 2px solid #4e555b !important;
    font-size: 13px;
}
.badge-area .grecaptcha-badge {
    display: none;
}
.empty-box h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 0;
    color: #5a5a5a;
}
.empty-box {
    padding: 25px;
    margin-bottom: 10px;
    border-radius: 2px;
    background-color: #fff;
    /*box-shadow: 0 1px 3px 0 rgba(37, 32, 31, .3);*/
    overflow: hidden;
}

.empty-box i {
    display: inline-block;
    font-size: 40px;
    color: #969ba8;
    vertical-align: middle;
    position: absolute;
    font-size: 148.8px;
    font-size: 3.5rem;
    opacity: 0.1;
    left: -20px;
    top: -15px;
}
.my-center-vertical{
    vertical-align: middle !important;
}
.empty-box-div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
#header .header-nav-main nav > ul > li > ul > li a.active{
    color: #fff !important;
}
#customers_menu a.active{
    color: #726540;
    font-weight: 500;
}
.contact-form label {
    font-weight: 500;
}