::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}
::-webkit-scrollbar-track {
  background: #cbcbcb;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.top-logo{
    width: 110px;
}
.footer-logo{
    width: 110px;
}
.footer-logo.keeper{
    width: 180px;
}

.pointer{
    cursor: pointer !important;
}
.header-above{
    background-color: white;
}
.header-above .btn{
    padding: 5px 12px;
    text-align: center;
}
.galleries-product{
    margin: -20px -5px;
}
.nav-link.cart-icon{
    height: 30px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 15px;
}
.cart-icon .cart-badge {
    top: 5px;
    right: -12px;
    font-size: 10px;
    background-color: #00bcd4;
    height: 16px;
    width: 16px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
img.icon{
    width: 16px;
    height: 16px;
}
.header-above .dropdown-toggle::after{
    display: none
}
.slim-dropdown{
    min-width: 40px;
    max-width: 40px;
    padding: 0;
}
.slim-dropdown a{
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
}
.slim-dropdown span{
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.card-img .icon{
    width: 75px;
    height: 75px;
}
.main-header .main-menu .nav-item.active .nav-link{
    color: #00bcd4;
}

.text-line-through {
    color: #e91e63 !important;
}
.form-control, .form-control:focus{
    color: #00bcd4;
}
.invalid{
    border-color: #e91e63 !important;
    color: #e91e63 !important;
}
.field-error{
    color: #e91e63 !important;
    font-size: 12px;
    letter-spacing: 0.7px;
}

.sidenav.mobile-nav {
    width: 100%;
}

.card.cargo-card{
    position: relative;
    border-radius: 5px;
    background-color: #f5f5f5;
    border: 2px solid #f5f5f5;
    overflow: hidden;
    box-shadow: none !important;
}
.card.cargo-card.selected{
    background-color: transparent !important;
    border: 2px solid #8cb3c5;
}
.card.cargo-card .card-body{
    display: flex;
    align-items: center;
    padding: 10px;
}
.card.cargo-card .logo{
    width: 60px;
}
.card.cargo-card .logo img{
    width: 100%;
}
.card.cargo-card .name{
    margin-left: 15px;
    font-size: 18px;
}
.card.cargo-card img.check{
    position: absolute;
    top: 24px;
    right: -40px;
    width: 32px;
    height: 32px;
    transition: all ease 0.3s;
}

.card.cargo-card.selected img.check{
    right: 20px;
}




.card.bill-card{
    position: relative;
    border-radius: 5px;
    background-color: #f5f5f5;
    border: 2px solid #f5f5f5;
    overflow: hidden;
    box-shadow: none !important;
}
.card.bill-card.selected{
    background-color: transparent !important;
    border: 2px solid #8cb3c5;
}
.card.bill-card .card-body{
    display: flex;
    align-items: center;
    padding: 10px;
}
.card.bill-card .name{
    margin-left: 15px;
    font-size: 18px;
}
.card.bill-card img.check{
    position: absolute;
    top: 9px;
    right: -40px;
    width: 32px;
    height: 32px;
    transition: all ease 0.3s;
}
.card.bill-card.selected img.check{
    right: 20px;
}



.custom-control-label:before {
    background: 0 0;
    border: #6fa2b9 solid 2px;
}

.placeorder-err{
    color: var(--red);
    font-size: 14px;
}

.badge {
    font-size: 12px;
}
.btn-sm{
    padding: 0.3rem 0.5rem;
    font-size: 12px;
    line-height: 1;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #3f4a3c33;
    border-radius: 3px;
    background-color: #f5f5f5;
    height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7e7e7e;
    line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 12px;
    right: 10px;
    width: 20px;
}


.mobile-nav .navbar-nav li{
    margin: 8px 0;
}

.mobile-nav .navbar-nav li a{
    font-size: 25px;
    text-align: center;
}



@media(max-width:576px) {
    .quick-view.show .modal-dialog {
        -webkit-transform: translateY(-40%) !important;
        transform: translateY(-40%) !important;
    }
    .canvas-sidebar {
        width: 100% !important;
    }
}

body.check-out{
    background-color: #f1f1f1;
}

body.check-out .card{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1)
}

 select.form-control {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}



.before-video:before{
    background-color: transparent !important;
}
.before-video a{
    width: 100% !important;
    position: relative;
}
.video-poster{
    width: 100%
}
.before-video a .fa-play{
position: absolute;
    font-size: 65px;
}


.table th, .table td {
    padding: 5px;
    vertical-align: top;
    border-top: 0px solid #eee;
}


.page-loading{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
    background-color: rgb(0 0 0 / 36%);
}
.page-loading.on{
    display: flex;
}

.paypal-checkout-sandbox {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0 0 0 / 60%);
    display: flex;
    align-items: center;
    justify-content: center;
        border: 0;
}
.paypal-checkout-sandbox .paypal-checkout-sandbox-iframe {
        border: 0;
}
.paypal-checkout-sandbox .paypal-checkout-sandbox-iframe-full {
    border: 0;
    height: 100%;
    width: 100vw;
}
.paypal-buttons-context-iframe iframe{
    height: inherit;
    width: 100%;
}
.card-fields-container{
    min-height: 100vh !important;
}
.paypal-card{
    overflow: hidden;
}
.paypal-page footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
body {
    overflow-x: hidden;
    padding: 0;
}

.slick-slider.home-slider{
    height: 100vh; 
    background-color: var(--light);
}
.slick-slider.home-slider .box {
    height: 100vh;
}

.bg-img-cover-center {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bg-img-cover-center img.cover {
    position: absolute;
    height: 100vh;
}

.big-loading{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light);
    z-index: 10000000;
}
.big-loading img{
    width: 185px;
    transition: all cubic-bezier(0.33, 0.06, 0.03, 1.03) 0.5s;
    transform: scale(1);
    opacity: 1;
}
.big-loading.gone img{
    transform: scale(5);
    opacity: 0;
}
.canvas-sidebar{
    transition: 0s;
    opacity: 0;
}
.loaded .canvas-sidebar{
    transition: 0.3s;
    opacity: 1;
}

#qrcode,#qrcode img{
    text-align: center;
    margin: 0 auto;
}

.country-picker{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    backdrop-filter: blur(10px);
    background-color: rgb(0 0 0 / 12%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all ease 0.3s;
}
.country-picker.on{
    z-index: 999999;
    opacity: 1;
}
.country-picker .dialog{
    background-color: white;
    width: 450px;
    height: 300px;
    box-shadow: 0 0 0px 1px rgb(0 0 0 / 14%);
    padding: 30px;
}
.country-picker .dialog .select2-container {
    width: 100% !important;
}
.select2-container {
    z-index: 9999999;
}

@keyframes show-container {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes hide-container {
    from {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}





























