/*@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;700&display=swap');
:root{
    --color-1:#fff;
    --color-2:#110718;
    --color-3: #cc3333;/*hsl(164.06deg 38.55% 32.55%); /* <-- color main

    /*--color-2: #4696d0;
    --color-3: #6955c9;*/

    --color-4:#f5f0e9;
    --color-text:#0a0a0a;
    --color-text-hover:#818181;
    --color-border: #e6e6ea;
}
html {
  -webkit-font-smoothing: antialiased;
}
.gh-app-dark:root{
    --color-bg-1:#000;
    --color-bg-2:#161618;
    --color-bg-3:#212124;
    --color-border:#e2e2e2;
    --color-text:#fff;
}
body{
    color: var(--color-text);
    background: hsl(0deg 0% 94.9%);;
    /*font-family: 'Ubuntu', sans-serif;*/
    /*font-family: 'Archivo', sans-serif;*/
}
.selectize-input {
    padding: 10px 21px;
}
#sidebarMenuAdmin .active {
    color: var(--color-3);
}
/*
body.page-signin.ghNoLogged {
    background-image: url(https://imgv3.fotor.com/images/gallery/Gradient-background-image.jpg);
    background-image: url(https://imgv3.fotor.com/images/gallery/Pink-gradient-background.jpg);
    background-position: center;
    background-size: cover;
}
body.page-signin.ghNoLogged:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #e9eefa 25%, #FFFFFF00 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}*/
/*.body.page-signin.ghNoLogged form input{
    background-color: var(--color-1);
}*/
h1,h2,h3,h4,h5,h6{font-weight: bold;}
form label:not(.list-group-item) {
    margin-bottom: 0.5rem;
    font-weight: bold;
}
select[readonly="true"] {
    pointer-events: none;
}
.form-check-input:checked {
    background-color: var(--color-3);
    border-color: var(--color-3);
}
.togglePassword {
    position: relative;
}
.togglePassword input {
    padding-right: 75px;
}
.togglePassword-handlr {
    position: absolute;
    top: 11px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
    color: #6c757d;
}
.togglePassword.tpShow .togglePassword-handlr{
    color: #198754;
    font-weight: bold;
}
#termsRegister:checked {
    background-color: var(--color-2);
    border-color: var(--color-2);
}

.side-head{
    background:#1a1915; /*var(--color-3)*/;
        padding: 1rem 0;
}
.side-head-profile-image {
    display: block;
    width: 150px;
    margin: 0 auto;
}
.side-head-logo {
    width: auto;
    height: 70px;
}
.side-title{
    padding-top: 30px;
}

.page-dash .goBack,
.page-dash .viewTitle {
    visibility:hidden;
}

#sidebar-app{
    display: flex;
    flex-direction: column;
    z-index: 101;
    background: var(--color-1);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: visible;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: var(--color-border);
    transition: all 0.2s linear 0s;
    width: 280px;
    min-width: 280px;
}
.app-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    padding-left: 280px;
}
.header {
    width: 100%;
    color: #000;
}
.rounded-3 {
    border-radius: 1rem!important;
}
.card{
    border-radius: 1rem;
}
.rounded-start {
    border-bottom-left-radius: 1rem!important;
    border-top-left-radius: 1rem!important;
}
.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
}

.top-head-actions a{
    color: #333;
}
.top-head-actions a:hover{
    color: var(--color-3) !important;
}
/*.main-menu .nav-link{position: relative;padding-left: 20px;}
.main-menu .nav-link:before {
    content: "";
    display: flex;
    width: 5px;
    height: 100%;
    left: 0px;
    bottom: 0px;
    margin-right: 18.5px;
    position: absolute;
    overflow: hidden;
    border-radius: 0px 5px 5px 0px;
}*/
.main-menu .active,
.main-menu .nav-link:hover {
    color: #fff;
    background: var(--color-3);
}
/*
.main-menu .lnr {
    color: #a5a8b3;
    font-size: 24px;
    vertical-align: bottom;
    margin-right: 14px;
}*/
.nav-link-icon {
    font-size: 1.5rem;
    padding-top: 0.3rem;
    padding-bottom: 0;
    transition:all .4s ease-in-out;
}
/*
.nav-link {
    color: var(--color-2);
}*/
.btn-outline-primary {
    color: var(--color-2);
    border-color: var(--color-2);
    font-weight: 400 !important;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active,
.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--color-2);
    border-color: var(--color-2);
}
.page-signup select#country {
    padding: 11px 21px;
}


.edit-row {
    cursor: pointer;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: var(--color-border);
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid var(--color-2);
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.page-link {
    color: var(--color-2);
}
.page-item.active .page-link {
    background-color: var(--color-2);
    border-color: var(--color-2);
}


/*
.main-menu .nav-link-icon:after {
    display: none;
}

.nav-link-icon:hover {
    color:var(--color-3);
}
.page-link {
    color: var(--color-2);
    background: var(--color-4);
}
.page-item.active .page-link, .page-link:hover {
    background-color: var(--color-3);
    border-color: var(--color-3);
    color: #fff;
}
.page-link.prev-item span {
    transform: rotate(180deg);
    display: inline-block;
    vertical-align: middle;
}
.page-link.next-item span {
    display: inline-block;
    vertical-align: middle;
}
*/
.gh-customer {
    cursor: pointer;
    border-radius: 35px;
    background-color: var(--color-1);
    color: #000 !important;
    padding: 10px 18px;
}

.bg-gh-1{background-color: var(--color-2);} 

.text-small {
    font-size: 85%;
}

.external-screen-bg{
    background-color: var(--color-3);
    min-height: 100vh;
    width: 100%;
}

.external-screen-bg > div {
    min-height: 100vh !important;
}
.signup .external-screen-bg{min-height: 100vh;height: initial;}
.external-logo{
    max-width: 240px;
}
.form-control:not(.form-control-color),
.form-select {
    padding: 10px 21px;
    border-radius: 0.375rem;
    outline: transparent solid 2px;
    color: var(--color-text);
    font-weight: 500;
    box-shadow: initial;
}
.external-form .form-control{
    background-color: var(--color-1);
}
.form-control:focus {
    color: var(--color-text);
    outline: var(--color-3) solid 2px;
    box-shadow: initial;
    /*box-shadow: 0 0 0.1rem 0.15rem var(--color-3);*/
}
.btn-primary {
    /*font-size: 16px;
    font-weight: 500;*/
    color: var(--color-1);
    background-color: var(--color-3);
    border-color: var(--color-3);
    /*padding: 12px 22px;
    border-radius: 5px;
   /* line-height: 1;*/
}
.btn-primary:hover, .btn-primary:focus {
    color: var(--color-1);
    background-color: var(--color-2);
    border-color: var(--color-2);
    box-shadow: initial;/*0 0 0.2rem 0.1rem var(--color-3);*/
}
.btn-secondary{
    padding: 12px 22px;
    border-radius: 5px;
    line-height: 1;
}
.btn-primary-inverted:hover, .btn-primary-inverted:focus {
    background-color: var(--color-1);
    border-color: var(--color-1);
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: var(--color-2);
    border-color: var(--color-2);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--color-2);
}
.nav-pills .nav-link {
    color: #171717;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-3);
}
.text-primary {
    color: var(--color-2)!important;
}
.bg-primary {
    background-color: var(--color-3)!important;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--color-3);
}

#openSidebarMenu:checked ~ .sidebarIconToggle{
    z-index: 100000;
}
#openSidebarMenu:checked ~ .sidebarIconToggle .spinner{
    background-color: #fff;
}

#openSidebarMenu:checked ~ #sidebar-app {
    transform: translateX(0);
}
#openSidebarMenu {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    z-index: 199;
    height: 100%;
    width: 100%;
    top: 5px;
    left: 0px;
    height: 22px;
    width: 22px;
    display: none;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: var(--color-2);
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
#openSidebarMenu:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
#openSidebarMenu:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
#openSidebarMenu:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
header.header.header-admin {
    margin-top: -1.5rem;
}
.refCodeQr {
    padding: 0.3rem 0.5rem;
}
.refCodeQr img {
    max-height: 20px;
}
body .offcanvas-end {
    width: 420px;
}
ul.nav.breadcrumb-wrap li:last-child i {
    display: none;
}
.de-item {
    box-shadow: 3px 3px 9px rgba(164,164,186,0.2);
    border: solid 1px #dddddd;
    padding: 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    
}
.de-item * {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
}
.elementor-element{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 180px;
}
.de-item .d-img1 {
        background-color:#fff;
    overflow: hidden;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
        box-shadow: 3px 3px 9px rgba(164,164,186,.5);
}
.de-item .d-img1:hover .elementor-element{
    transform: scale(1.05);
}
.de-item h4{
    color: var(--color-3);
}
@media(max-width:992px){
    .list-group-car {
        width: 100% !important;
        display: block !important;
    }
    .list-group-car .list-group {
        width: 100% !important;
    }
}
@media(max-width: 992px){
    /*body {
        padding-top: 6rem;
    }
    body.page-signin {
        padding: 0;
    }*/
    .main-logo {
        margin: 0 !important;
    }
    .ghcart-top:before {
        right: calc(50% - 1.2rem) !important;
    }
    /*.main-menu {
        position: relative;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 111;
        top: 0;
        right: 0;
        display: none;
    }*/
    #sidebarMenu {
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        transform: translateX(-100%);
        transition: transform 250ms ease-in-out;
        background: #fff;
        z-index: 99;
        flex-direction: column;
        align-content: center;
        justify-content: center !important;
        text-align: center;
    }
    .sidebarIconToggle{
        display: inline-block;
    }
    .header {
        background-color: var(--color-1);
        width: 100%;
        top: 0;
        right: 0;
        z-index: 90;
    }
    .app-container{
        padding-left: 0;
    }
    #sidebar-app{transform: translateX(-100%);}
    .main-logo{margin-top: 3.5rem !important;}
    .main-logo img {
        max-height: 35px;
    }
    .product-col {
        width: 100%;
    }
    .app-container > .container,
    .header > .container {
        padding: 0 1rem !important;
    }
    .profile-edit {
        flex-direction: column;
    }
    .profile-edit .w-75,
    .profile-edit .nav{
        width: 100% !important;
    }
    input#refCode {
        width: 100% !important;
        display: block !important;
        margin-bottom: 0.5rem;
    }
}
.help-end {
    position: relative;
}
.help-end::after {
    content: "i";
    display:inline-block;
    font-size: 14px;
    font-style: italic;
    font-family: serif;
    background: var(--bs-gray-500);
    color: #fff;
    border-radius: 50%;
    line-height: 1rem;
    width: 1rem;
    height: 1rem;
    text-align: center;
}
/*Markeplace*/
.product-col .inner {
    position: relative;
}
.product-col a{
    outline: 0;
    text-decoration: none;
    transition: all ease 0.3s;
}
.product-col .product-thumbnail {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 5px 90px 0px rgb(110 123 131 / 10%);
    background-image: linear-gradient(330deg, #7FB800 0%, #0F9B0F 100%);
}
.product-col .product-thumbnail img {
    width: 100%;
    height: auto;
    transition: transform ease 0.3s;
}
.product-col .gh-product-link:hover .product-thumbnail img {
    transform: scale(1.1) rotate(1.5deg);
}

.top-box-left {
    position: absolute;
    left: 15px;
    top: 15px;
    text-align: center;
    font-size: 12px;
    z-index: 10;
}

.top-box-right {
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: center;
    font-size: 12px;
    z-index: 10;
}

.product-col .gh-product-link .onsale {
    border-radius: 3px;
    text-align: center;
    padding: 3px 10px;
    background-color: var(--color-1);
    color: #000;
    z-index: 10;
}

.product-col .gh-product-link .mostsold {
    border-radius: 3px;
    text-align: center;
    padding: 3px 10px;
    background-color: #5b8c51;
    color: #fff;
    z-index: 10;
}

.product-col .gh-product-link .peu {
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    padding: 3px 10px;
    background-color: var(--bs-gray-600);
    color: #fff;
    z-index: 10;
}
.product-col .product-info {
    padding: 1rem 0 1rem;
    position: relative;
}
.page-marketplace_product .product-info {
    background-color: transparent;
}
.product-col .product-info .product-cat {
    font-size: 16px;
    color: #878986;
}
.product-col .product-info h2 {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #404a3d;
    font-weight: 700;
    letter-spacing: -0.2px;
    text-rendering: optimizeLegibility;
    transition: color ease 0.3s;
}
.product-col .product-info a:hover h2 {
    color: var(--color-1);
}
.product-col .product-info .price {
    font-size: 20px;
    font-weight: 600;
    color: #878986;
}
.product-col .product-info .price .del {
    opacity: 0.5;
    color: #aaa;
    font-weight: 400;
    padding-right: 4px;
}
.pricepvp:before {
    content: "PVP: ";
    font-size: 10px;
}
.pricepvc:before {
    content: "PVC:";
    font-size: 10px;
}
.pricepvd:before {
    content: "PVD: ";
    font-size: 10px;
}
.product-col .product-info .price ins {
    text-decoration: none;
}
.product-detail-add{
    max-width: 360px;
}
.product-detail-price .price {
    display: block;
}
.product-detail-price .price ins {
    font-size: 1.4rem;
    color: var(--color-3);
}

.editQtyInput {
    max-width: 95px;
}

.editQtyInput input {
    width: 80px;
    padding: 14px 8px;
    text-align: center;
}

.ghcart-top:before {
    content: attr(data-count_notify);
    display: block;
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.6rem;
    border-radius: 50%;
    background: var(--color-3);
    color: #fff !important;
    top: -5px;
    right: 0px;
    z-index: 1;
    text-align: center;
    line-height: 1.2rem;
}

#VersionText {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: .5rem;
    font-size: xx-small;
    color: #6c757d;
    z-index: -1;
}
.nologged #VersionText {
    z-index: 4;
    color: #fff;
}

/* TOASTY */
.tp-com-toasty {
    z-index: 2000;
    position: fixed;
    bottom: 30px;
    right: 30px;
    max-width: 400px;
    width: auto;
    opacity: 0.5;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    font-weight: 500;
    transition: all .5s ease-in-out;
    transform: translateX(200%);
}
.tp-com-toasty.toasty-open {
    transform: translateX(0);
    opacity: 1;
}

@media(max-width:992px){
    .top-head.w-100 {
        width: calc(100% - 30px) !important;
    }
    #sidebarMenuAdmin {
        justify-content: space-around !important;
    }
    #myCalendarWrapper {
        width: 100% !important;
        overflow-x: scroll;
    }
    #calendar-days span {
        padding: 0 .2rem;
    }
}