.remodal-inner {
    width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.remodal-inner p {
    font-size: 1.1rem;
    font-weight: 400;
    text-align: center;
}
.input-with-holder {
    max-width: 300px;
    position: relative;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.credit-modal .input-with-holder {
    margin-bottom: 2rem !important;
    margin-top: 1rem !important;
}
.modal-content{
    border-radius: 16px;
}
.modal .modal-header .close {
    z-index: 1;
    border: unset;
    background: unset;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 5px;
    top: 10px;
    color: #5d5e69;
}
.remodal h4 {
    font-size: 1.5rem;
    font-weight: 800;
}
input,.form-control {
    width: 100%;
    line-height: 50px;
    padding: 0 15px !important;
    padding-left: 15px !important;
    background: #f8f8f8;
    font-weight: 400;
    font-size: 0.9rem;
    border: 1px solid #f2f2f2;
    border-radius: 16px !important;
}
select{
    line-height: 50px;
    padding: 10px 15px !important;
    padding-left: 15px;
    padding-left: 15px;
    padding-left: 15px !important;
    background: #f8f8f8;
    font-weight: 400;
    font-size: 0.9rem;
    border: 1px solid #f2f2f2;
    border-radius: 16px !important;
}
select.form-control:not([size]):not([multiple]) {
    height: unset !important;
}
.form-group-select::after{
    margin: -32px 0 0 15px !important;
}
.input-with-holder span {
    position: absolute;
    top: 0;
    left: 1rem;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #9d9d9d;
    animation-name: text-flicker-in-glow;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-fill-mode: none;
}

@keyframes text-flicker-in-glow {

    0% {
        opacity:0;
    }
    10% {
        opacity:0;
        text-shadow:none;
    }
    11% {
        opacity:1;
        text-shadow:none;
    }
    12% {
        opacity:0;
        text-shadow:none;
    }
    20% {
        opacity:0;
        text-shadow:none;
    }
    21% {
        opacity:1;
        text-shadow:0 0 30px rgba(255,255,255,.25);
    }
    22% {
        opacity:0;
        text-shadow:none;
    }
    30% {
        opacity:0;
        text-shadow:none;
    }
    31% {
        opacity:1;
        text-shadow:0 0 30px rgba(255,255,255,.45),0 0 60px rgba(255,255,255,.25);
    }
    32% {
        opacity:1;
        text-shadow:0 0 30px rgba(255,255,255,.45),0 0 60px rgba(255,255,255,.25);
    }
    33% {
        opacity:0;
        text-shadow:none;
    }
    45% {
        opacity:0;
        text-shadow:none;
    }
    46% {
        opacity:1;
        text-shadow:0 0 30px rgba(255,255,255,.45),0 0 60px rgba(255,255,255,.25);
    }
    55% {
        opacity:1;
        text-shadow:0 0 30px rgba(255,255,255,.45),0 0 60px rgba(255,255,255,.25);
    }
    56% {
        opacity:0;
        text-shadow:none;
    }
    56% {
        opacity:0;
        text-shadow:none;
    }
    57% {
        opacity:1;
        text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.35);
    }
    60% {
        opacity:1;
        text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.35);
    }
    61% {
        opacity:0;
        text-shadow:none;
    }
    65% {
        opacity:0;
        text-shadow:none;
    }
    66% {
        opacity:1;
        text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.35),0 0 100px rgba(255,255,255,.1);
    }
    75% {
        opacity:1;
        text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.35),0 0 100px rgba(255,255,255,.1);
    }
    76% {
        opacity:0;
        text-shadow:none;
    }
    77% {
        opacity:0;
        text-shadow:none;
    }
    78% {
        opacity:1;
        text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.4),0 0 110px rgba(255,255,255,.2),0 0 100px rgba(255,255,255,.1);
    }
    85% {
        opacity:1;
        text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.4),0 0 110px rgba(255,255,255,.2),0 0 100px rgba(255,255,255,.1);
    }
    86% {
        opacity:0;
        text-shadow:none;
    }
    87% {
        opacity:0;
        text-shadow:none;
    }
    88% {
        opacity:1;
        text-shadow:0 0 30px rgba(255,255,255,.6),0 0 60px rgba(255,255,255,.45),0 0 110px rgba(255,255,255,.25),0 0 100px rgba(255,255,255,.1);
    }
    100% {
        opacity:1;
        text-shadow:0 0 30px rgba(255,255,255,.6),0 0 60px rgba(255,255,255,.45),0 0 110px rgba(255,255,255,.25),0 0 100px rgba(255,255,255,.1);
    }
}

.input-with-holder span::before {
    width: 1px;
    height: 20px;
    background: rgba(0, 0, 0, 0.1);
    content: "";
    display: inline-block;
    margin-left: 1rem;
}
.dir-rtl{
    direction: rtl !important;
}
.input-with-holder input {
    padding-left: 4.5rem !important;
}
.remodal-confirm, .remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}
.remodal-confirm, .remodal-confirm:hover, .remodal-confirm:active, .remodal-confirm:focus {
    min-width: 200px;
    background: #40ca98;
    border-radius: 16px;
    outline: none;
}
.remodal-confirm {
    color: #fff;
}
.remodal-cancel, .remodal-cancel:hover, .remodal-cancel:focus, .remodal-cancel:active {
    background: transparent;
    color: #8d8d8d;
    font-weight: 700;
    outline: none;
}
.modal-content .modal-body {
    padding-bottom: 40px;
}
.paginate nav{
    direction: ltr;
}
.paginate nav div:first-child{
    display: none;
}
.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    direction: rtl;
    text-align: right;
}
.badge-counter {
    position: absolute;
    left: 20px;
    width: 23px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #f95858;
    height: 23px;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.archive-menu-container ul li a{
    position: relative;
}
.dropdown{
    display: flow-root;
}
.wallet-title{
    color: #7d7d7d;
}
.wallet-price{
    font-weight: bold;
    font-size: 14px;
}
label{
    margin-bottom: 10px;
}
.archive-menu-container ul li label{
    width: 100%;
    cursor: pointer;
    position: relative;
}
.archive-menu-container ul li label i{
    font-size: 20px;
    position: absolute;
    left: 25px;
}
li.parent ul{
    display: none;
    overflow: hidden;
}
li.parent ul.show{
    display: block !important;
}
.rotate180{
    transform: rotate(180deg);
}
/*section.view .card{*/
/*    box-shadow: unset !important;*/
/*    border: 0 !important;*/
/*}*/
/*.card-header:first-child{*/
/*    border: 0 !important;*/
/*}*/
.dataTables_wrapper .dataTables_filter input{
    background-color: #f8f8f8 !important;
}
.dataTables_wrapper .dataTables_length select{
    padding: 15px !important;
    border-radius: 15px !important;
    background: #f8f8f8 !important;
}
.dataTables_filter label{
    display: block ruby !important;
}
.dataTables_wrapper .dataTables_filter input{
    margin-right: 5px !important;
}
 /* INVOICE BEGIN */
 #invoice{
     padding: 30px;
 }

.invoice {
    position: relative;
    background-color: #FFF;
    min-height: 680px;
    padding: 15px
}

.invoice header {
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #3989c6
}

.invoice .company-details {
    text-align: right
}

.invoice .company-details .name {
    margin-top: 0;
    margin-bottom: 0
}

.invoice .contacts {
    margin-bottom: 20px
}

.invoice .invoice-to {
    text-align: left
}

.invoice .invoice-to .to {
    margin-top: 0;
    margin-bottom: 0
}

.invoice .invoice-details {
    text-align: right
}

.invoice .invoice-details .invoice-id {
    margin-top: 0;
    color: #3989c6
}

.invoice main {
    padding-bottom: 50px
}

.invoice main .thanks {
    margin-top: -100px;
    font-size: 2em;
    margin-bottom: 50px
}

.invoice main .notices {
    padding-left: 6px;
    border-left: 6px solid #3989c6
}

.invoice main .notices .notice {
    font-size: 1.2em
}

.invoice table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px
}

.invoice table td,.invoice table th {
    padding: 6px 10px;
    background: #eee;
    border-bottom: 1px solid #fff
}

.invoice table th {
    white-space: nowrap;
    font-weight: 400;
    font-size: 13px
}

.invoice table td h3 {
    margin: 0;
    font-weight: 400;
    color: #3989c6;
    font-size: 1.2em
}

.invoice table .qty,.invoice table .total,.invoice table .unit {
    text-align: center;
    font-size: 1.2em
}

.invoice table .no {
    color: #fff;
    font-size: 1.6em;
    background: #3989c6
}

.invoice table .unit {
    background: #ddd
}

.invoice table .total {
    background: #3989c6;
    color: #fff
}

.invoice table tbody tr td {
    text-align: center;
}
/*.invoice table tbody tr:last-child td {*/
/*    border: none*/
/*}*/

.invoice table tfoot td {
    background: 0 0;
    border-bottom: none;
    white-space: nowrap;
    text-align: right;
    padding: 10px 20px;
    font-size: 1.2em;
    border-top: 1px solid #aaa
}

.invoice table tfoot tr:first-child td {
    border-top: none
}

.invoice table tfoot tr:last-child td {
    color: #3989c6;
    font-size: 1.4em;
    border-top: 1px solid #3989c6
}

.invoice table tfoot tr td:first-child {
    border: none
}

.invoice footer {
    width: 100%;
    text-align: center;
    color: #777;
    border-top: 1px solid #aaa;
    padding: 8px 0
}

@media print {
    .invoice {
        font-size: 11px!important;
        overflow: hidden!important
    }

    .invoice footer {
        position: absolute;
        bottom: 10px;
        page-break-after: always
    }

    .invoice>div:last-child {
        page-break-before: always
    }
}
@media print {
    .no-print{
        display: none;
    }
    .printable{
        display: block !important;
    }
}
.no-style-input{
    background: unset;
    border: unset;
    padding: 0 !important;
    height: 100%;
    text-align: center;
}
 .search-item{
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     cursor: pointer;
     padding: 10px;
     /*margin-left: 10px;*/
     margin-bottom: 10px;
     border: 1px solid #f0f0f1;
     border-radius: 8px;
     height: 85px;
     max-width: 215px;
     /*width: 215px;*/
     position: relative;
     float: right;
 }
.u-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.u-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.u-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-search__product-suggestions-list-item-img {
    width: 50px;
    height: 50px;
    margin-left: 10px;
}
.c-search::before, .c-search__product-suggestions-list-item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
}
.bg-danger .c-search__product-suggestions-list-item-label{
    color: #fff;
}
.c-search__product-suggestions-list-item-label {
    font-size: 11px;
    font-size: .786rem;
    line-height: 217%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #4a5f73;
    width: 135px;
    height: 50px;
    overflow: hidden;
    word-break: break-word;
    margin-right: 10px;
    margin-bottom: 10px;
}
.item-code{
    position: absolute;
    color: #919191;
    background-color: #eee;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 10px;
    left: 5px;
    bottom: 5px;
    font-weight: bold;
}
.opacity-0{
    opacity: 0;
}
#add_box{
    cursor: pointer;
}
/* INVOICE FINISH */
/* PANEL BEGIN */
 .select2-container--default .select2-selection--single .select2-selection__rendered{
     line-height: unset !important;
 }
.archive-circle>a>img{
    margin-top: 0!important;
}

footer .socialbackground {
    height: 162px
}

.dows{
    margin-top: 8px;
}
.socialbackground {
    padding: 10px 0
}

.socialbackground.dib ul {
    text-align: center
}

.socialbackground.dib ul li {
    display: inline-block
}

.socialbackground ul li {
    line-height: 35px
}

.socialbackground ul li a {
    color: #fff;
    font-weight: 100;
    font-size: 13px
}

.socialbackground ul li a img {
    vertical-align: middle !important;
    margin-left: 10px
}
@media (min-width: 1400px)
{
    .container{
        max-width: 1540px;
    }
}
@media (max-width: 1200px)
{
    .container{
        max-width: 1340px;
    }
}
@media (max-width: 992px)
{
    .container{
        max-width: 1140px;
    }
}
@media (max-width: 768px)
{
    .container{
        max-width: 940px;
    }
}
@media (max-width: 576px)
{
    .container{
        max-width: 740px;
    }
    .nav-index-btn,
    .nav-dropdown-btn{
        font-size: 11px !important;
    }
}
@media (max-width: 480px) {
    .productsstyle1-item.leftrightside .vac {
        display: block !important;
        width: auto !important;
        text-align: center
    }
}

@media (max-width: 480px) {
    .productsstyle1-item.leftrightside .vac > * {
        display: block !important;
        width: 100% !important;
        float: none !important
    }
}

@media (max-width: 767px) {
    .alllist .vac {
        display: block !important;
        width: auto !important;
        text-align: center
    }
}

@media (max-width: 767px) {
    .alllist .vac > * {
        display: block !important;
        width: 100% !important;
        float: none !important
    }
}

@media (max-width: 767px) {
    .alllist .insidealllist .footeraddress a {
        display: block;
        margin-bottom: 5px
    }
}

.modal-footer.vac > div {
    width: 50%
}

.modal-footer.vac > div:first-child {
    padding-left: 15px
}

.modal-footer.vac > div:last-child {
    padding-right: 15px
}

.modal .addfaqforms {
    margin: 0
}

.modal-header p {
    color: #c7c7c7;
    font-size: 10px
}
.modal-header{
    border-bottom: none !important;
}
.main section.cartcheckoutsec .insidecheckcart .tablefooter a {
    font-size: 12px
}

.main section.cartcheckoutsec .insidecheckcart .tablefooter .leftside {
    text-align: left
}

@media (max-width: 767px) {
    .main section.cartcheckoutsec .insidecheckcart .tablefooter .leftside {
        text-align: center;
        margin-top: 5px
    }
}

.main section.cartcheckoutsec .insidecheckcart .tablefooter .leftside span {
    margin-bottom: 5px
}

.main footer {
    background: #b71c1c;
    margin-top: 25px
}

@media (max-width: 991px) {
    .main footer .top-footer .vac {
        display: block !important;
        width: auto !important;
        text-align: right
    }
}

@media (max-width: 991px) {
    .main footer .top-footer .vac > * {
        display: block;
        width: 100% !important;
        float: none !important
    }
}

.main footer .top-footer .insidetop {
    height: 240px
}

@media (max-width: 991px) {
    .main footer .top-footer .insidetop {
        height: auto;
        padding: 25px 0
    }
}

.main footer .top-footer .insidetop .widget + .widget {
    padding-right: 15px;
}

@media (max-width: 991px) {
    .main footer .top-footer .insidetop .widget + .widget {
        padding-right: 0;
        margin-top: 15px
    }
}

.main footer .top-footer .insidetop .widget h4 {
    color: #fff;
    font-size: 17.5px;
    margin-bottom: 25px;
    font-weight: bold;
    white-space: nowrap
}

.main footer .top-footer .insidetop .mk-widget h4 {
    color: #fff;
    font-size: 17.5px;
    margin-bottom: 25px;
    font-weight: bold;
    white-space: nowrap
}

.main footer .top-footer .insidetop .widget ul li a {
    color: #ECEFF1;
    font-size: 12px;
    line-height: 25px
}

.main footer .top-footer .insidetop .widget ul li a i {
    color: #ECEFF1;
    vertical-align: middle;
    font-size: 6px;
    margin-left: 5px
}

.main footer .top-footer .insidetop .widget ul li a:hover {
    color: #f44336;
}

.main footer .top-footer .insidetop .widget form {
    height: 125px;
    padding-top: 20px;
}

@media (max-width: 991px) {
    .main footer .top-footer .insidetop .widget form {
        height: auto;
        margin-top: 15px
    }
}

.main footer .top-footer .insidetop .widget form .rightside {
    padding-left: 25px;
}

.main footer .top-footer .insidetop .widget form .rightside input {
    background: #fafafa;
    border-color: #fff;
    height: 35px;
    margin-bottom: 10px;
}

.main footer .top-footer .insidetop .widget form .rightside p {
    line-height: 22px
}

.main footer .middle-footer .insidemiddlefooter {
    height: 80px;
    border-top: 1px solid #ef9a9a;
}

@media (max-width: 1199px) {
    .main footer .middle-footer .insidemiddlefooter > .vac {
        display: block !important;
        width: auto !important;
        text-align: right
    }
}

@media (max-width: 1199px) {
    .main footer .middle-footer .insidemiddlefooter > .vac > * {
        display: block !important;
        width: 100% !important;
        float: none !important
    }
}

@media (max-width: 1199px) {
    .main footer .middle-footer .insidemiddlefooter .text-left {
        text-align: right !important
    }
}

@media (max-width: 1199px) {
    .main footer .middle-footer .insidemiddlefooter {
        height: auto;
        padding: 15px 0
    }
}

.main footer .middle-footer .insidemiddlefooter .icon {
    width: 28px
}

@media (max-width: 1199px) {
    .main footer .middle-footer .insidemiddlefooter ul li + li {
        padding-top: 10px
    }
}

.main footer .middle-footer .insidemiddlefooter ul li:first-child {
    width: 440px
}

.main footer .middle-footer .insidemiddlefooter .rightside {
    padding-left: 10px
}

.main footer .middle-footer .insidemiddlefooter .rightside h4 {
    font-size: 11px;
    color: #ef9a9a;
}

.main footer .middle-footer .insidemiddlefooter .rightside h5 {
    color: #fff;
    font-size: 11px
}

.main footer .copyright {
    background: #fff
}

@media (max-width: 767px) {
    .main footer .copyright .vac {
        display: block !important;
        width: auto !important;
        text-align: center
    }
}

@media (max-width: 767px) {
    .main footer .copyright .vac > * {
        display: block !important;
        width: 100% !important;
        float: none !important
    }
}

.main footer .copyright .insidecopyright {
    height: 50px
}

@media (max-width: 767px) {
    .main footer .copyright .insidecopyright {
        height: auto;
        padding: 15px 0
    }
}

.main footer .copyright .insidecopyright .rightside p {
    font-size: 12px;
    line-height: 14px
}

.main footer .copyright .insidecopyright .rightside p:first-child {
    color: #878787
}

.main footer .copyright .insidecopyright .rightside p:last-child {
    color: #d6d6d6;
    font-size: 11px
}

.hazfooter {
    line-height: 25px;
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 100%;
    background: #F44336;
    opacity: 0;
    -webkit-transition: 0.17s ease-out;
    -o-transition: 0.17s ease-out;
    transition: 0.17s ease-out
}

.hazfooter a {
    color: #fff !important;
    display: block
}

.productsstyle1-item {
    overflow: hidden;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: transform 0.2s ease-in-out 0s; /*! padding-left: 3px; */
    margin-left: 3px;
    max-height: 353px;
    border: 0.5px solid #00000012;
}

.productsstyle1-item:hover .hazfooter {
    opacity: 1;
    bottom: 0
}

.footer-log {
    width: 160px;
    height: 140px;
    position: absolute;
    left: 0;
    right: 0;
    margin: -70px auto 120px; /*! background: #fff; */ /*! border-radius: 50%; */
    overflow: hidden;
    border-top: 3px solid #b71c1c;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #b71c1c;
    border-left: 3px solid #fff;
}

.footer-log img {
    margin-top: 3px;
}

.vac {
    display: table !important;
    width: 100%;
    height: 100%;
    margin: 0
}

.vac.top > * {
    vertical-align: top !important
}

.vac > * {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important;
    padding: 0
}

.social ul li {
    float: left
}

@media (max-width: 767px) {
    .social ul li {
        float: none;
        display: inline-block
    }
}

.social ul li + li {
    margin-left: 10px
}

@media (max-width: 767px) {
    .social ul li + li {
        margin-right: 10px;
        margin-left: 0
    }
}

.social ul li a {
    width: 35px;
    height: 35px;
    font-size: 20px;
    color: #9E9E9E;
    display: block;
    line-height: 35px;
    border-radius: 7px;
    text-align: center
}

.social ul li a:hover {
    color: #f53636 !important
}
.paginate svg{
    width: 20px;
}
/* PANEL FINISH */
.btn{
    border-radius: 16px;
}
.btn-outline {
    background: #4c77dc;
    color: #fff;
    border: none;
    border-radius: 16px;
    padding: 15px;
}
ul.pager li{
    float: left;
    padding: 5px;
}