@font-face {
    font-family: "effra";
    src: url("../fonts/effra_sv/Effra_Std_Rg.ttf");
    /* src: local('☺'),
         url('gestareg-webfont.woff') format('woff'),
         url('gestareg-webfont.ttf') format('truetype'),
         url('gestareg-webfont.svg#webfontg8dbVmxj') format('svg'); */
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.44, rgb(122, 153, 217)),
        color-stop(0.72, rgb(73, 125, 189)),
        color-stop(0.86, rgb(28, 58, 148))
    );
}

.text-truncate {
    max-width: 100%;
}

/*
    1. Custom Header
    2. Custom Element Color
*/

body {
    font-family: "effra";
}

.swal-transparent {
    background: transparent !important;
}

#gearWrapper {
    width: 100%;
    max-width: 725px;
    margin: 0px auto;
}

.gears {
    width: 48%;
    display: inline-block;
}
.gears:first-child {
    margin-right: 3%;
}
.gears-container {
    width: 150px;
    height: 150px;
    font-size: 24px;
    padding: 9%;
    position: relative;
    margin: 0px auto;
}
.message {
    text-align: center;
    letter-spacing: 0.15em;
    padding: 40px;
    padding-top: 10px;
    line-height: 1.5em;
    font-size: 0.75em;
    /* background: #F6F6F6;  */
    background: transparent;
    height: 100%;
}
.message h1 {
    margin-bottom: 0.25em;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 1rem;
    border-bottom: 4px solid #0095da;
}
.gear-rotate {
    width: 2em;
    height: 2em;
    top: 50%;
    left: 70%;
    margin-top: -1em;
    margin-left: -1em;
    /* background: #E9E581; */
    background: #0095da;
    position: absolute;
    border-radius: 1em;
    -webkit-animation: 1s gear-rotate linear infinite;
    -moz-animation: 1s gear-rotate linear infinite;
    animation: 1s gear-rotate linear infinite;
}
.gear-rotate-left {
    margin-top: -2.2em;
    left: 20%;
    top: 50%;
    width: 2em;
    height: 2em;
    /* background: #E9E581; */
    background: #0095da;
    position: absolute;
    border-radius: 1em;
    -webkit-animation: 1s gear-rotate-left linear infinite;
    -moz-animation: 1s gear-rotate-left linear infinite;
    animation: 1s gear-rotate-left linear infinite;
}

.gear-rotate::before,
.gear-rotate-left::before {
    width: 2.8em;
    height: 2.8em;
    /* background:
    -webkit-linear-gradient(0deg,transparent 39%,#E9E581 39%,#E9E581 61%, transparent 61%),
    -webkit-linear-gradient(60deg,transparent 42%,#E9E581 42%,#E9E581 58%, transparent 58%),
    -webkit-linear-gradient(120deg,transparent 42%,#E9E581 42%,#E9E581 58%, transparent 58%);
	background:
    -moz-linear-gradient(0deg,transparent 39%,#E9E581 39%,#47EC19 61%, transparent 61%),
    -moz-linear-gradient(60deg,transparent 42%,#E9E581 42%,#E9E581 58%, transparent 58%),
    -moz-linear-gradient(120deg,transparent 42%,#E9E581 42%,#E9E581 58%, transparent 58%);
	background:
    -o-linear-gradient(0deg,transparent 39%,#E9E581 39%,#E9E581 61%, transparent 61%),
    -o-linear-gradient(60deg,transparent 42%,#E9E581 42%,#E9E581 58%, transparent 58%),
    -o-linear-gradient(120deg,transparent 42%,#47EC19 42%,#E9E581 58%, transparent 58%);
	background: -ms-linear-gradient(0deg,transparent 39%,#E9E581 39%,#E9E581 61%, transparent 61%),-ms-linear-gradient(60deg,transparent 42%,#E9E581 42%,#E9E581 58%, transparent 58%),-ms-linear-gradient(120deg,transparent 42%,#E9E581 42%,#E9E581 58%, transparent 58%);
	background:
      linear-gradient(0deg,transparent 39%,#E9E581 39%,#E9E581 61%, transparent 61%),
    linear-gradient(60deg,transparent 42%,#E9E581 42%,#E9E581 58%, transparent 58%),
    linear-gradient(120deg,transparent 42%,#E9E581 42%,#E9E581 58%, transparent 58%); */
    background: -webkit-linear-gradient(
            0deg,
            transparent 39%,
            #0095da 39%,
            #0095da 61%,
            transparent 61%
        ),
        -webkit-linear-gradient(60deg, transparent 42%, #0095da 42%, #0095da 58%, transparent
                    58%),
        -webkit-linear-gradient(120deg, transparent 42%, #0095da 42%, #0095da
                    58%, transparent 58%);
    background: -moz-linear-gradient(
            0deg,
            transparent 39%,
            #0095da 39%,
            #47ec19 61%,
            transparent 61%
        ),
        -moz-linear-gradient(60deg, transparent 42%, #0095da 42%, #0095da 58%, transparent
                    58%),
        -moz-linear-gradient(120deg, transparent 42%, #0095da 42%, #0095da 58%, transparent
                    58%);
    background: -o-linear-gradient(
            0deg,
            transparent 39%,
            #0095da 39%,
            #0095da 61%,
            transparent 61%
        ),
        -o-linear-gradient(60deg, transparent 42%, #0095da 42%, #0095da 58%, transparent
                    58%),
        -o-linear-gradient(120deg, transparent 42%, #47ec19 42%, #0095da 58%, transparent
                    58%);
    background: -ms-linear-gradient(
            0deg,
            transparent 39%,
            #0095da 39%,
            #0095da 61%,
            transparent 61%
        ),
        -ms-linear-gradient(60deg, transparent 42%, #0095da 42%, #0095da 58%, transparent
                    58%),
        -ms-linear-gradient(120deg, transparent 42%, #0095da 42%, #0095da 58%, transparent
                    58%);
    background: linear-gradient(
            0deg,
            transparent 39%,
            #0095da 39%,
            #0095da 61%,
            transparent 61%
        ),
        linear-gradient(
            60deg,
            transparent 42%,
            #0095da 42%,
            #0095da 58%,
            transparent 58%
        ),
        linear-gradient(
            120deg,
            transparent 42%,
            #0095da 42%,
            #0095da 58%,
            transparent 58%
        );
    position: absolute;
    content: "";
    top: -0.4em;
    left: -0.4em;
    border-radius: 1.4em;
}
.gear-rotate::after,
.gear-rotate-left::after {
    width: 1em;
    height: 1em;
    background: #2b2b2b;
    position: absolute;
    content: "";
    top: 0.5em;
    left: 0.5em;
    border-radius: 0.5em;
}

/*
 * Keyframe Animations
 */

@-webkit-keyframes gear-rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-180deg);
    }
}

@-moz-keyframes gear-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-180deg);
    }
}

@keyframes gear-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-180deg);
    }
}

@-webkit-keyframes gear-rotate-left {
    0% {
        -webkit-transform: rotate(30deg);
    }
    100% {
        -webkit-transform: rotate(210deg);
    }
}

@-moz-keyframes gear-rotate-left {
    0% {
        -webkit-transform: rotate(30deg);
    }
    100% {
        -webkit-transform: rotate(210deg);
    }
}

@keyframes gear-rotate-left {
    0% {
        -webkit-transform: rotate(30deg);
    }
    100% {
        -webkit-transform: rotate(210deg);
    }
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6000;
}

#loader-wrapper .icon-wrapper {
    position: relative;
    display: block;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -150px 0 0 -75px;
    border-radius: 50%;
    z-index: 6001;
}

.icon-wrapper img {
    position: absolute;
    width: 150px;
    height: 106px;
    margin-top: -53px;
    top: 50%;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #218838;
    /* background-image: url("../../assets/img/"); */

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 6001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #0095da;
    z-index: 6000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%); /* IE 9 */
    transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%); /* IE 9 */
    transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader {
    opacity: 0;

    -webkit-transition: all 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s 1s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper .icon-wrapper {
    opacity: 0;

    -webkit-transition: all 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.blog_sidebar_widget {
    height: 660px !important;
    scrollbar-width: thin;
}

.blog_sidebar_widget::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.blog_sidebar_widget::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

.blog_sidebar_widget::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.44, rgb(122, 153, 217)),
        color-stop(0.72, rgb(73, 125, 189)),
        color-stop(0.86, rgb(28, 58, 148))
    );
}

.widget_categories ul > li:first-child > a {
    padding-top: 10px;
}

.widget_categories > ul > li > a {
    font-size: 12px;
}

.widget_list > ul > li:hover {
    background: #68d3f9;
}

.widget_list > ul > li:hover a {
    color: white;
}

.notification-active {
    background: #0095da52;
}

.widget_categories > ul > li > a > img {
    width: 100%;
    height: 100%;
}

.bg-gradient-primary {
    background: linear-gradient(
        176.75deg,
        #eaf6ff -139.79%,
        #dff1ff -91.5%,
        #6dbcf8 -4.32%,
        #0060a9 117.74%
    );
}

/* Button Custom */

.btn-custom {
    font-size: 13px;
    color: #fff;
    line-height: 14px;
    border: 2px solid #db8f00;
    border-radius: 50%;
    padding: 0.5rem 0.5rem;
    background: #db8f00;
    transition: all 0.3s ease 0s;
}

.btn-custom:hover {
    color: #db8f00;
    background: transparent;
    border: 2px solid #db8f00;
}

.btn-custom1 {
    font-size: 13px;
    color: #fff;
    line-height: 14px;
    border: 2px solid #0095da;
    border-radius: 50%;
    padding: 0.5rem 0.5rem;
    background: #0095da;
    transition: all 0.3s ease 0s;
}

.btn-custom1:hover {
    color: #0095da;
    background: transparent;
    border: 2px solid #0095da;
}

.btn-custom2 {
    font-size: 13px;
    color: #fff;
    line-height: 14px;
    border: 2px solid #db0004;
    border-radius: 50%;
    padding: 0.5rem 0.5rem;
    background: #db0004;
    transition: all 0.3s ease 0s;
}

.btn-custom2:hover {
    color: #db0004;
    background: transparent;
    border: 2px solid #db0004;
}

.btn-peach {
    color: #2f2f2f;
    background-color: #ffaa83;
    border-color: hsl(19, 100%, 76%);
}

.btn-peach:hover {
    color: #2f2f2f;
    background-color: #ff8f5b;
    border-color: #ff8f5b;
}

.no-border {
    border: none;
}

.thead-color {
    background-color: #b5dfff !important;
}

.breadcrumbs_area {
    padding: 2px 0 !important;
}

/* header top */
header {
    height: 110px;
}

.header_top a:hover {
    color: orange !important;
}

.top_right > ul > li:hover a:not([tabindex]) {
    color: white !important;
}

.top_right > ul > li:hover a:hover {
    color: orange !important;
}

.logo-top a img {
    position: relative;
    /* max-width: 878px; */
    width: 100%;
    max-height: 123px;
}

.table-layout-fixed {
    table-layout: fixed;
}

.table td,
.table th {
    vertical-align: middle;
}

.text-orange {
    color: orange;
}

.btn-orange {
    color: white;
    background-color: #ff6219;
    border-color: #ff6219;
}

.btn-orange-border {
    color: #ff6219;
    background-color: #fff;
    border-color: #ff6219;
}

.btn-white {
    color: black;
    background-color: white;
    border-color: #bebebe;
}

.form-register .card-header {
    background: #0066b3;
    color: white;
}

.form-register .card-header hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 1em 0;
    padding: 0;
}

.form-register {
    font-family: "Effra";
}

.form-register .text-above-card {
    font-size: 20px;
    margin-bottom: 25px;
}
.form-login .card-header {
    background: #0066b3;
    color: white;
}

.form-login .card-header hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 1em 0;
    padding: 0;
}

.form-login {
    font-family: Effra;
}

.form-forgot-password .text-above-card {
    font-size: 20px;
    margin-bottom: 25px;
}

.form-forgot-password .card-header {
    background: #0066b3;
    color: white;
}

.form-forgot-password .card-header hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 1em 0;
    padding: 0;
}

.form-forgot-password {
    font-family: Effra;
}

.form-login .text-above-card {
    font-size: 20px;
    margin-bottom: 25px;
}

body {
    background: #fbfbfb;
    /* background: #0066B3; */
}

/* .search_container form {
  width: unset !important;
} */

.search_dropdown {
    position: absolute;
    top: 44px;
    overflow-y: hidden;
    display: block;
    width: 100%;
    z-index: 99999;
    background-color: white;
    border-radius: 5px;
    display: none;
    visibility: hidden;
}

.search_dropdown.active {
    display: block;
    visibility: visible;
}

.search_dropdown.active .search_dropdown_list {
    max-height: 256px;
    overflow-y: scroll;
    visibility: visible;
    display: block;
}

.search_dropdown_list {
    max-height: 0;
    visibility: hidden;
    position: relative;
    overflow-y: hidden;
    list-style: none;
    padding-left: 0;
}

.search_dropdown_list li a p:first-child {
    margin-bottom: 5px;
}

.img-profile {
    height: 10rem;
    width: 10rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Mini User or Drowpdown Navbar User */
.mini_user_wrapper {
    position: relative;
}

.mini_user_wrapper > a i.fa-user-circle {
    font-size: 30px;
}

.mini_user_wrapper:hover > a {
    color: #0063d1;
}

.mini_user_wrapper:hover .mini_user {
    max-height: 500px;
    padding: 18px 10px 10px;
    visibility: visible;
}

.mini_user {
    border-radius: 10px;
    position: absolute;
    min-width: 100px;
    /* padding: 0 28px; */
    background: #fff;
    border: 0;
    z-index: 999;
    right: 0;
    top: 142%;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    border: 1px solid #ebebeb;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mini_user {
        display: none;
        transition: unset;
        max-height: 500px;
        padding: 10px 11px 20px;
        min-width: 260px;
        border: 1px solid #ebebeb;
        right: -50px;
        visibility: inherit;
    }
}

.mini_user .user-item {
    width: 200px;
    /* padding: 11px 0; */
    /* border-bottom: 1px solid #ebebeb; */
    /* display: flex; */
    /* justify-content: space-between; */
}

.mini_user .user-item a {
    display: block;
}

.mini_cart_wrapper:hover .mini_cart {
    padding: 0px 28px 33px;
}

.mini_cart .mini_cart_footer {
    position: sticky;
    top: 0;
    background: white;
    padding: 14px;
    z-index: 3001;
    border: 1px solid white;
}

.mini_cart_wrapper:hover .mini_notification {
    max-height: 400px;
    /* padding: 10px 10px 10px; */
    visibility: visible;
}

.mini_notification {
    border-radius: 10px;
    position: absolute;
    min-width: 355px;
    background: #fff;
    /* height: 250px; */
    border: 0;
    z-index: 999;
    right: 0px;
    top: 172%;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    border: 1px solid #ebebeb;
    transition: 0.5s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mini_notification {
        display: none;
        transition: unset;
        min-width: 260px;
        border: 1px solid #ebebeb;
        right: -50px;
        visibility: inherit;
    }
}
@media only screen and (max-width: 767px) {
    .mini_notification {
        display: none;
        transition: unset;
        min-width: 260px;
        border: 1px solid #ebebeb;
        right: -50px;
        visibility: inherit;
    }
}

.mini_notification .notification-header {
    width: 100%;
    padding: 10px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.mini_notification .notification-header h4 {
    margin-bottom: 0px !important;
}

.mini_notification .notification-body {
    height: max-content;
}

.mini_notification .notification-body .list-group {
    max-height: 200px;
}

.mini_cart_wrapper:hover .mini_notification .notification-body .list-group {
    max-height: 200px;
}

.mini_cart_wrapper .mini_notification .notification-body .list-group:hover {
    overflow-y: auto;
}

.mini_notification .notification-body .list-group .list-group-item {
    cursor: pointer;
}

.product-wrapper {
    width: 217.5px;
    height: 220px;
}

.product_thumb .image-wrapper {
    padding-left: 25%;
    padding-right: 25%;
    width: 100%;
    height: 100%;
    /* max-height: 70px; */
}

.single_product {
    width: 100%;
    height: 100%;
}

.image-wrapper .primary_img img {
    display: unset !important;
    width: 100% !important;
    height: 100% !important;
}

/* Input number */
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: 2px solid #ddd;
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 2rem;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 1rem;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
}
.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type="number"] {
    font-family: sans-serif;
    max-width: 5rem;
    padding: 0.5rem;
    border: solid #ddd;
    border-width: 0 2px;
    font-size: 1rem;
    height: 2rem;
    font-weight: bold;
    text-align: center;
}
/* input number end */

/* Select 2 */
.has-error
    select[class*=" css-select"].is-invalid
    + .select2
    .selection
    .select2-selection {
    border-color: #dc3545 !important;
}
.has-success
    select[class*=" css-select"].is-valid
    + .select2
    .selection
    .select2-selection {
    border-color: #28a745 !important;
}
*:focus {
    outline: 0px;
}
/* Select 2 */

.totalHarga {
    margin: 0 20px;
    flex-wrap: wrap;
}

.labelHarga {
    line-height: 16px;
    font-size: 12px;
}

.harga {
    color: #0063d1;
    font-size: 16px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.toggle-password {
    position: relative;
    float: right;
    margin-top: -26px;
    margin-right: 15px;
    cursor: pointer;
}

.widget_list > ul > li {
    border-bottom: unset !important;
    padding: 0 20px;
}

.support_info .mini_catalogue {
    overflow-y: hidden;
}

.support_info:hover .mini_catalogue {
    max-height: 200px;
    /* padding: 10px 10px 10px; */
    visibility: visible;
    /* overflow-y: scroll; */
    transition: all 0.3s ease 0s;
    overflow-y: auto;
}

.mini_catalogue::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.mini_catalogue::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

.mini_catalogue::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.44, rgb(122, 153, 217)),
        color-stop(0.72, rgb(73, 125, 189)),
        color-stop(0.86, rgb(28, 58, 148))
    );
}

.support_info a {
    color: #fff !important;
}

.mini_catalogue {
    border-radius: 10px;
    position: absolute;
    min-width: 100px;
    /* padding: 0 28px; */
    background: #0095da52;
    border: 0;
    z-index: 9999;
    right: -20px;
    top: 142%;
    max-height: 0px;
    visibility: hidden;
    overflow: hidden;
    /* border: 1px solid #ebebeb; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.mini_catalogue .list-group-item:hover {
    background: #555;
}

.mini_catalogue .list-group-item a {
    color: white;
    transition: unset;
}

.mini_catalogue .list-group-item:hover a {
    color: black;
}

.mini_catalogue .list-group-item {
    background: #0095da52 !important;
    padding: 5px 15px;
    border: unset;
}

.logo a img {
    height: 70px !important;
}

.mini_news_wrapper {
    position: relative;
}

.mini_news_wrapper a {
    color: white;
}

.mini_news_wrapper a:hover {
    color: #0056b3;
}

/* Mini Training  */
.mini_news_wrapper .mini_training {
    position: absolute;
    width: 300px;
    max-height: 0px;
    z-index: 5;
    right: -30px;
    text-align: left !important;
    background: #0095da52 !important;
    backdrop-filter: blur(1rem);
    border-radius: 10px;
    padding: 15px;
    visibility: hidden;
    cursor: pointer;
    overflow-y: hidden;
}

.mini_news_wrapper:hover .mini_training {
    max-height: 200px;
    visibility: visible;
    overflow-y: auto;
}

.mini_training::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.mini_training::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

.mini_training::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.44, rgb(122, 153, 217)),
        color-stop(0.72, rgb(73, 125, 189)),
        color-stop(0.86, rgb(28, 58, 148))
    );
}

.mini_news_wrapper .mini_training .training_item {
    width: 100%;
    /* height: 52px; */
    padding: 4px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.mini_news_wrapper .mini_training .training_item:hover {
    background: #f7f7f752 !important;
    color: black;
}

.mini_news_wrapper .mini_training .training_item p.item_time {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 2px;
    color: whitesmoke;
}

.mini_news_wrapper .mini_training .training_item p.item_title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
    color: white;
}

.mini_news_wrapper .mini_training .training_item:last-child {
    border-bottom: unset;
    margin-bottom: unset;
}

.mini_news_wrapper .mini_training .training_item:last-child p.item_title {
    margin-bottom: unset;
}

/* Mini Training */

/* Mini News */
.mini_news_wrapper .mini_news {
    position: absolute;
    width: 300px;
    max-height: 0;
    z-index: 5;
    right: -20px;
    text-align: left !important;
    background: #0095da52 !important;
    backdrop-filter: blur(1rem);
    border-radius: 10px;
    padding: 15px;
    visibility: hidden;
    cursor: pointer;
    overflow-y: hidden;
}

.mini_news::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.mini_news::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

.mini_news::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.44, rgb(122, 153, 217)),
        color-stop(0.72, rgb(73, 125, 189)),
        color-stop(0.86, rgb(28, 58, 148))
    );
}

.mini_news_wrapper:hover .mini_news {
    max-height: 200px;
    visibility: visible;
    overflow-y: auto;
}

.mini_news_wrapper .mini_news .news_item {
    width: 100%;
    /* height: 52px; */
    padding: 4px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.mini_news_wrapper .mini_news .news_item:hover {
    background: #f7f7f752 !important;
    color: black;
}

.mini_news_wrapper .mini_news .news_item p.item_time {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 2px;
    color: whitesmoke;
}

.mini_news_wrapper .mini_news .news_item p.item_title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
    color: white;
}

.mini_news_wrapper .mini_news .news_item:last-child {
    border-bottom: unset;
    margin-bottom: unset;
}

.mini_news_wrapper .mini_news .news_item:last-child p.item_title {
    margin-bottom: unset;
}

/* Mini News */

/* checkout page */
@media only screen and (min-width: 1080px) {
    .shipping-address-wrapper {
        width: 500px;
    }
}

.shipping-address-title {
    padding: 14px;
    padding-left: 0px;
    padding-bottom: 6px;
}

.shipping-address-detail,
.shipping-address-action {
    padding: 8px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.shipping-address-title {
    font-size: 16px;
    font-weight: 800;
}

.shipping-address-detail {
    color: #0095da;
    font-size: 14px;
}

.address-wrapper {
    width: 100%;
    min-height: 300px;
    margin: 24px;
    border: 1px solid #b9b4b4;
}

.list-address {
    max-height: 300px;
    margin-bottom: 10px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
/* checkout page */

.card-content.detail {
    width: 100%;
    height: 300px;
    max-height: 500px;
    overflow: hidden;
}

.card-content.detail:hover {
    overflow: auto;
}

.footer_menu ul li a:hover {
    color: orange !important;
}

.copyright_area a:hover {
    color: orange !important;
    text-decoration: none !important;
}
