/*
    DARKOD™ SOFTWARE - 2023
*/

ul,li,ol,p {
    margin: 0;
    padding: 0;
    list-style: none;
}
u {
    text-decoration: underline;
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
strong,b {
    font-weight: 500!important;
}
a {
    text-decoration: none;
}
:root {
    --bs-theme : #1f2229;
    --bs-theme-hv : #36383c;
    --bs-theme-text : #1d1e20;
    --bs-globe-bg : #800000;
    --bs-globe-bg-rgb :128, 0, 0;
    --bs-globe-text : #800000;
    --bs-globe-scs : #a0bc3d;
    --bs-account : #800000;
}
body {
    font-family: 'Saira Condensed', sans-serif;
    font-size:20px;
    font-weight: 300;
    color:var(--bs-theme-text);
    position: relative;
    background-color: var(--bs-body-bg);
    line-height: 1.2em;
}

header {
    width: 100%;
    height: 74px;
}
header .logo {
    margin-top: 10px;
    display: inline-block;
}
header .logo img {
    height: 54px;
}
header .head-category {
    height: 74px;
    display: flex;
    align-items: center;
}
header .head-category .btn {
    background-color: var(--bs-secondary-bg);
}
header .head-category .dropdown-item {
    height: 40px;
    display: flex;
    align-items: center;
    font-size:18px;
    font-weight: 300;
}
header .head-category .dropdown-item:hover {
    background-color: var(--bs-globe-scs);
    color: var(--bs-white);
    transition: all 300ms ease-in-out;
}
header .head-category .dropdown-menu a {
    border-top: 1px solid var(--bs-border-color);
}
header .head-category .dropdown-menu a:first-child {
    border-top: none;
}
header .head-menu {
    height: 50px;
    margin-top: 12px;
    display: flex;
    align-items: center;
}
header .head-menu .user-item .item-url {
    border:1px solid var(--bs-secondary-bg);
    padding: 2px 5px;
    border-radius: 5px;
    color: var(--bs-secondary);
    height: 48px;
}
header .head-menu .user-item .item-url:hover {
    background-color: var(--bs-secondary-bg);
    color:var(--bs-dark);
    transition: all 300ms;
}
header .head-menu .user-item .bi {
    font-size:28px;
}
header .head-menu .user-item .well {
    font-size:17px;
    font-weight: 600;
    line-height: 16px;
}
header .head-menu .user-item .well span {
    display: block;
    font-size:12px;
    font-weight: 200;
}
header .head-menu .user-item .user-img {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    color: var(--bs-secondary);
    background-color: var(--bs-border-color);
    text-align: center;
    font-weight: 500;
    display: inline-block;
}
header .head-menu .user-item .dropdown-toggle::after {
    display: none;
}
header .head-menu .user-item .dropdown-menu {
    border:none;
}
header .head-menu .user-item .dropdown-menu .dropdown-item .bi {
    font-size:19px;
}
header .head-menu .user-item .dropdown-menu .dropdown-item {
    font-size:18px;
    font-weight: 300;
    height: 36px;
    display: flex;
    align-items: center;
}
header .head-menu .user-item .dropdown-menu .dropdown-item:hover {
    background-color: var(--bs-globe-bg);
    color: var(--bs-white);
    transition: all 300ms ease-in;
}
header .head-menu .cart-item {
    position: relative;
}
header .head-menu .cart-item a {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid var(--bs-globe-bg);
    color: var(--bs-globe-bg);
    border-radius: 3px;
}
header .head-menu .cart-item a:hover {
    background-color: var(--bs-globe-bg);
    color:var(--bs-white);
    transition: all 300ms;
}
header .head-menu .cart-item a .bi {
    font-size:26px;
}
header .head-menu .cart-item .num {
    position:absolute;
    top: -5px;
    right: -5px;
    font-size:14px;
    font-weight: 500;
    height: 25px;
    padding: 0 10px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bs-globe-scs);
    color: var(--bs-white);
}
header .off-bar {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size:40px;
    color: var(--bs-secondary);
    display: none;
}

/* INDEX STYLE */
.uo__slider {
    position: relative;
    width: 100%;
    height: 400px;
    padding-bottom: 15px;
}
.uo__slider::before {
    content:"";
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../img/anyconv.com__img_3939.jpg');
    background-position: center;
    background-size: cover;
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
    z-index: -1;
}
.uo__slider .slider-well {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    text-align: center;
}
.uo__slider .slider-well .title {
    font-size:44px;
    font-weight: 500;
    color: #FFF;
}
.uo__slider .slider-well .title-small {
    font-size:28px;
    font-weight: 300;
    color:#FFF;
}
.uo__slider .slider-well .text-p {
    font-size:18px;
    font-weight: 200;
    color:#FFF;
}
.uo__slider .slider-well .search{
    
    position: relative;
}
.uo__slider .slider-well .search .btn {
    position: absolute;
    top:0;
    right: 6px;
    height: 60px;
    font-size:24px;
    border:none!important;
}
.uo__slider .slider-well .search .form-control {
    height: 60px;
    font-size:20px;
    font-weight: 400;
    border-width: 2px;
    text-indent: 15px;
}
.uo__slider .slider-well .search .form-control::placeholder {
    font-size:20px;
    font-weight: 300;
    opacity: 0.5;
}
.uo__slider .slider-well .search .form-control:focus {
    border-color: var(--bs-globe-bg);
    transition: all 300ms;
}
.uo__slider .slider-well .search .form-control:focus + .btn {
    color: var(--bs-globe-bg);
}
.uo__slider .slider-well .search .Result {
    position:absolute;
    top: 62px;
    left: 0;
    width: 100%;
    z-index: 10;
}
.uo__slider .slider-well .search .RS-menu {
    width: 100%;
    background-color: #FFF;
    padding: 15px 0;
    border-radius: 5px;
    text-align: left;
}
.uo__slider .slider-well .search .RS-menu .RS-item {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-weight: 300;
    border-bottom: 1px solid var(--bs-border-color);
    color: var(--bs-secondary);
    display: block;
}
.uo__slider .slider-well .search .RS-menu .RS-item:hover {
    background-color: var(--bs-globe-bg);
    color:var(--bs-white);
    transition: all 300ms ease;
}
.uo__slider .slider-well .search .RS-menu .RS-item:last-child {
    border-bottom: 0;
}

.well-service {
    position: relative;
    width: 100%;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--bs-secondary-bg);
}
.well-service .service-item {
    border: 1px solid var(--bs-border-color);
    font-size:20px;
    font-weight: 500;
    background-color: var(--bs-globe-bg);
    color: var(--bs-white);
    border-radius: 3px;
}
.well-service .service-item:hover {
    background-color: var(--bs-dark);
    color: var(--bs-white);
    transition: all 300ms ease-in-out;
}
.home-maps {
    position: relative;
    font-size:20px;
    font-weight: 300;
    color: var(--bs-white);
}
.home-maps::before {
    content:"";
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../img/anyconv.com__img_3939.jpg');
    background-position: center;
    background-size: cover;
    z-index: -1;
    border-radius: 5px;
}
.home-maps .text-h1 {
    font-size:26px;
    font-weight: 600;
}
.home-maps .btn {
    background-color: var(--bs-globe-scs);
    border-color: var(--bs-globe-scs);
    color: var(--bs-white);
}



/* VITRIN */
.showcase .show-item {
    background-color: #f9f9f9;
    position: relative;
}
.showcase .show-item:hover {
    background-color: #e9ecef;
    transition: all 300ms ease-in-out;
}
.showcase .show-item .card-img {
    border-radius: 5px!important;
}
.showcase .show-item .card-title {
    font-size:22px;
    font-weight: 500;
    color:#122636;
}
.showcase .show-item .card-text {
    font-size:18px;
    font-weight: 300;
    color:#a0a8ad;
}
.showcase .show-item .card-prince {
    font-size:24px;
    font-weight: 600;
    color:#122636;
}
.showcase .show-item .card-prince span {
    font-size:17px;
    font-weight: 200;
    color:#a0a8ad;
    text-decoration:line-through;
}
.showcase .show-item .card-ticket {
    position: absolute;
    top: 25px;
    right: 0;
    text-align: right;
}
.showcase .show-item .card-disc {
    font-size:18px;
    font-weight: 500;
    background-color: #d00000;
    color:#FFF;
    padding: 0px 5px 0px 15px;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
    display:block;
}
.showcase .show-item .card-new {
    font-size:18px;
    font-weight: 500;
    background-color: #a0bc3d;
    color:#FFF;
    padding: 0px 5px 0px 15px;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
    display:inline-block;
}
.showcase .show-item .bi-award {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size:32px;
    color: var(--bs-globe-bg);
    z-index: 1;
}


/* VITRIN ALT */
.product-show .show-item {
    position: relative;
}
.product-show .show-item .card-img {
    border-radius: 5px;
}
.product-show .show-item .card-title {
    font-size:22px;
    font-weight: 500;
    color:#122636;
}
.product-show .show-item .card-text {
    font-size:18px;
    font-weight: 300;
    color:#a0a8ad;
}
.product-show .show-item .card-prince {
    font-size:24px;
    font-weight: 600;
    color:#122636;
}
.product-show .show-item .card-prince span {
    font-size:17px;
    font-weight: 200;
    color:#a0a8ad;
    text-decoration:line-through;
}
.product-show .show-item .card-ticket {
    position: absolute;
    top: 25px;
    right: 0;
    text-align: right;
}
.product-show .show-item .card-disc {
    font-size:18px;
    font-weight: 500;
    background-color: var(--bs-globe-bg);
    color:#FFF;
    padding: 0px 5px 0px 15px;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
    display:block;
}
.product-show .show-item .card-new {
    font-size:18px;
    font-weight: 500;
    background-color: #a0bc3d;
    color:#FFF;
    padding: 0px 5px 0px 15px;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
    display:inline-block;
}

/* OWL STYLE */
.owl-carousel {
    position:relative;
    overflow: hidden;
}
.owl-carousel .owl-nav {
    display: block!important;
}
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0px;
    left: -10px;
    min-height: 100%;
}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    right: -10px;
    min-height: 100%;
}
.owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span {
    font-size:70px!important;
    width: 40px;
    height: 50px;
    line-height: 48px;
    border-radius: 5px;
    background-color: #FFF!important;
    color:#122636!important;
    display: inline-block;
}
.owl-carousel .owl-nav .owl-prev span {
    border-right:1px solid #dee2e6;
}
.owl-carousel .owl-nav .owl-next span {
    border-left:1px solid #dee2e6;
}



/* CATEGORY DETAIL */
.category-header {
    background-color:var(--bs-secondary-bg);
}
.category-header .txt-h1 {
    font-size: 30px;
    font-weight: 600;
}
.category-header .txt-p {
    font-size: 17px;
    font-weight: 300;
    color: var(--bs-secondary);
}
.category-header .breadcrumb .breadcrumb-item {
    font-size:17px;
    font-weight: 300;
}
.category-header .breadcrumb .breadcrumb-item a {
    font-size:17px;
    font-weight: 500;
    color:var(--bs-theme-hv);
}
.category-container .category-item {
    background-color: #f9f9f9;
    position: relative;
}
.category-container .category-item:hover {
    background-color: #e9ecef;
    transition: all 300ms ease-in-out;
}
.category-container .category-item .card-img {
    border-radius: 5px!important;
}
.category-container .category-item .card-title {
    font-size:22px;
    font-weight: 500;
    color:#122636;
}
.category-container .category-item .card-text {
    font-size:18px;
    font-weight: 300;
    color:#a0a8ad;
}
.category-container .category-item .card-prince {
    font-size:24px;
    font-weight: 600;
    color:#122636;
}
.category-container .category-item .card-prince span {
    font-size:17px;
    font-weight: 200;
    color:#a0a8ad;
    text-decoration:line-through;
}
.category-container .category-item .card-ticket {
    position: absolute;
    top: 25px;
    right: 0;
    text-align: right;
}
.category-container .category-item .card-disc {
    font-size:18px;
    font-weight: 500;
    background-color: #d00000;
    color:#FFF;
    padding: 0px 5px 0px 15px;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
    display:block;
}
.category-container .category-item .card-new {
    font-size:18px;
    font-weight: 500;
    background-color: #a0bc3d;
    color:#FFF;
    padding: 0px 5px 0px 15px;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
    display:inline-block;
}
.category-container .category-item .bi-award {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size:32px;
    color: var(--bs-globe-bg);
    z-index: 1;
}
.category-container .list-group .list-group-item a {
    height: 34px;
    line-height: 34px;
    font-size:19px;
    font-weight: 300;
    display: block;
    color: var(--bs-secondary);
}
.category-container .list-group .list-group-item:hover {
    background-color: var(--bs-secondary-bg);
    transition: all 300ms ease;
}
.category-container .list-group .active {
    background-color: var(--bs-secondary-bg);
    border-color: var(--bs-border-color);
}

/* PRODUCTS DETAIL */
.product-container .fotorama .fotorama__img {
    border-radius: 5px!important;
}
.product-container .fotorama .fotorama__stage {
    margin-bottom: 15px;
}
.product-container .fotorama .fotorama__thumb-border {
    border-radius: 5px !important;
    border:2px solid var(--bs-globe-bg)!important;
}
.product-container .fotorama .fotorama__thumb {
    border-radius: 5px !important;
    border: 2px solid #fff;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.product-container .product-content .ticked-item .new {
    font-size:18px;
    font-weight: 300;
    background-color: var(--bs-globe-scs);
    color:var(--bs-white);
    clip-path: polygon(100% 0%, 93% 50%, 100% 100%, 10% 100%, 0% 50%, 10% 0);
    padding-left: 15px;
    padding-right: 15px;
}
.product-container .product-content .ticked-item .turn {
    font-size:18px;
    font-weight: 300;
    background-color: var(--bs-globe-bg);
    color:var(--bs-white);
    clip-path: polygon(100% 0%, 93% 50%, 100% 100%, 10% 100%, 0% 50%, 10% 0);
    padding-left: 15px;
    padding-right: 15px;
}
.product-container .product-content .txt-h1 {
    font-size:28px;
    font-weight: 500;
    color:#484848;
}
.product-container .product-content .txt-h2 {
    font-size:18px;
    font-weight: 200;
    color: #537ecf;
}
.product-container .product-content .prc-main .prince-old {
    font-size:21px;
    font-weight: 500;
    color: var(--bs-globe-scs);
}
.product-container .product-content .prc-main .prince-old span {
    font-size:20px;
    font-weight: 200;
    color: #a0a8ad;
    text-decoration: line-through;
}
.product-container .product-content .prc-main .prince-now {
    font-size:40px;
    font-weight: 600;
    color: #484848;
}
.product-container .product-content .btn-box .btn {
    font-size:20px;
    font-weight: 300;
    border-radius: 3px;
}
.product-container .product-content .btn-box .btn-add {
    background-color: var(--bs-globe-bg);
    color:var(--bs-white);
}
.product-container .product-content .btn-box .btn-whatsapp {
    background-color: #25d366;
    color:var(--bs-white);
}
.product-container .product-content .text-sm {
    font-size:15px;
    font-weight: 200;
}
.product-container .product-content .main-social .or {
    font-size:19px;
    font-weight: 400;
}
.product-container .product-content .main-social a {
    font-size:17px;
    font-weight: 300;
    color: var(--bs-theme);
}
.product-container .product-content .main-social a:hover {
    text-decoration: underline;
    transition: all 300ms ease;
}
.product-container .nav .active {
    font-weight: 600!important;
    border-radius: 3px;
    background-color: var(--bs-secondary-bg)!important;
    color:var(--bs-secondary)!important;
}
.product-container .nav .nav-link {
    font-size:19px;
    font-weight: 300;
    background-color: transparent;
    border-color: transparent!important;
    color:var(--bs-secondary);
    border-radius: 3px;
}

/* CONTACT */
.contact-body .txt-h1 {
    font-size:28px;
    font-weight: 600;
}
.contact-body .txt-p {
    font-size:18px;
    font-weight: 200;
}
.contact-body .contact-menu .contact-item {
    display: flex;
    border:1px solid var(--bs-border-color);
    padding: 10px;
    font-size:18px;
    font-weight: 200;
    border-radius: 3px;
}
.contact-body .contact-menu .contact-item .bi {
    font-size:28px;
}
.contact-body .contact-menu .contact-item span {
    display: block;
    font-size:17px;
    font-weight: 500;
}

/* PAGINATION */
.pagination {
    font-size: 15px;
    font-weight: 300;
    float: right;
}
.pagination a {
    font-size: 18px;
    font-weight: 300;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #a6abb6;
    text-decoration: none;
    margin: 0 1px;
    border-radius: 0;
}
.pagination .active {
    background-color: var(--bs-globe-scs);
    color: var(--bs-white);
    border-radius: 0;
    line-height: 30px;
    font-weight: 500;
}
.pagination .prv {
    float: left;
    background-color: #e9edf1;
    border-radius: 0;
    margin-right: 2px;
}
.pagination .nxt {
    float: right;
    background-color: #e9edf1;
    border-radius: 0;
    margin-left: 2px;
}
.pagination ul {
    float: left;
    border-radius: 0;
}
.pagination ul li {
    float: left;
}
.pagination ul li a:hover {
    background-color: #e9e9e9;
    color: #1a1a1a;
    border-radius: 0;
    line-height: 30px;
}

/* OFFCANVAS */
.offcanvas .logo img {
    height: 44px;
}
.offcanvas .off-menu .title {
    font-size:20px;
    font-weight: 600;
}
.offcanvas .off-menu .off-item {
    position: relative;
}
.offcanvas .off-menu .off-item .badge {
    position:absolute;
    top: 8px;
    right: 8px;
    background-color: var(--bs-border-color);
    border-radius: 2px;
    color: var(--bs-secondary);
    font-weight: 200;
}
.offcanvas .off-menu .off-item a {
    font-size:20px;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
    display: block;
    background-color: var(--bs-secondary-bg);
    color: var(--bs-secondary);
    border-radius: 3px;
    padding-left: 5px;
}
.offcanvas .off-menu .off-item a:hover {
    background-color: var(--bs-globe-scs);
    color: var(--bs-white);
    transition: all 300ms ease-in-out;
}
.offcanvas .user-item .item-url {
    color: var(--bs-secondary);
    border-radius: 5px;
}
.offcanvas .user-item .item-url:hover {
    color:var(--bs-dark);
    transition: all 300ms;
}
.offcanvas .user-item .well {
    font-size:18px;
    font-weight: 600;
    line-height: 16px;
}
.offcanvas .user-item .well span {
    display: block;
    font-size:14px;
    font-weight: 200;
}
.offcanvas .user-item .user-img {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    color: var(--bs-white);
    background-color: var(--bs-globe-bg);
    text-align: center;
    font-size:24px;
    font-weight: 500;
    display: inline-block;
}
.offcanvas .user-item ul > li > a {
    font-size:19px;
    font-weight: 400;
    height: 46px;
    display: flex;
    align-items: center;
    color: var(--bs-secondary);
    padding-left: 10px;
}
.offcanvas .user-item ul > li > a:hover {
    background-color: var(--bs-secondary-bg);
    color: var(--bs-dark);
    transition: all 300ms ease-in-out;
}
.offcanvas .offcanvas-footer .item a {
    display:flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    background-color: var(--bs-globe-bg);
    color: var(--bs-white);
}
.offcanvas .offcanvas-footer .item a:hover {
    background-color: var(--bs-globe-scs);
    color: var(--bs-white);
    transition: all 300ms ease-in-out;
}

/* BOOTSTRAP RESET */
.form-control:focus {
    box-shadow: none;
}
.form-select:focus {
    box-shadow: none;
}
.hs-5 {
    height: 54px;  
}
.form-check-input {
    box-shadow: none!important;
}
.form-check-input:checked {
    box-shadow: none!important;
    background-color: var(--bs-globe-bg);
    border-color: var(--bs-globe-bg);
}
.btn-drk {
    background-color: var(--bs-globe-bg);
    border-color: var(--bs-globe-bg);
    color: var(--bs-white);
}
.btn-drk:hover {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    color: var(--bs-white);
}
.text-drk {
    color: var(--bs-globe-bg);
}

footer {
    background-color: var(--bs-light);
}
footer .logo img {
    height: 50px;
}
footer .ft-menu {
    font-size:20px;
    font-weight: 200;
    color: var(--bs-border-color);
}
footer .ft-menu .btn {
    font-size:18px;
    font-weight: 300;
    color: #122636;
}
footer .ft-menu .btn:hover {
    background-color: var(--bs-secondary-bg);
}
footer .hstack a {
    font-size:16px;
    font-weight: 300;
    color: #122636;
}
footer .hstack .vr {
    color: var(--bs-secondary-bg);
}
footer .follow-we strong {
    font-size:22px;
    font-weight: 600;
}
footer .follow-we a {
    font-size:21px;
    color: var(--bs-globe-bg);
    margin: 0px 6px;
}
footer .follow-we a:hover {
    color: var(--bs-globe-scs);
    transition: all 300ms;
}
.copy {
    font-size:16px;
    font-weight: 300;
}

/* SCREEN */
.screen__container .logo {
    display:inline-block;
}
.screen__container .logo img {
    height: 50px;
}
.screen__container .logup {
    width: 500px;
}
.screen__container .logup .form-control {
    background-color: var(--bs-secondary-bg);
    border-radius: 5px;
    height: 54px;
    border:2px solid var(--bs-secondary-bg);
    font-size: 19px;
    font-weight: 400;
}
.screen__container .logup .form-control:focus {
    background-color: transparent;
    border:2px solid var(--bs-secondary-bg);
}
.screen__container .logup .form-control::placeholder {
    font-size:19px;
    font-weight: 200!important;
    color: var(--bs-secondary);
}
.screen__container .logup .form-select {
    background-color: var(--bs-secondary-bg);
    border-radius: 5px;
    height: 54px;
    border:2px solid var(--bs-secondary-bg);
    font-size: 19px;
    font-weight: 400;
}
.screen__container .logup .form-select:focus {
    background-color: transparent;
    border:2px solid var(--bs-secondary-bg);
}
.screen__container .logup .form-select::placeholder {
    font-size:19px;
    font-weight: 200!important;
    color: var(--bs-secondary);
}
.screen__container .logup .reg {
    background-color: var(--bs-secondary-bg);
    border-radius: 5px;
}
.screen__container .logup .btn {
    font-size: 19px;
    font-weight: 500;
    border: none;
}
.screen__container .logup .btn-white {
    font-weight: 600;
    background-color: var(--bs-white);
    color: #484848;
}
.screen__container .logup .btn-warning {
    font-size: 19px;
    font-weight: 500;
    height: 50px;
    background-color: var(--bs-account);
    border-color: var(--bs-account);
    color: #FFF;
}
.screen__container .text-url a {
    font-size:18px;
    font-weight: 300;
    color: var(--bs-secondary);
}
.screen__container .text-sm {
    font-size:15px;
    font-weight: 200;
}

/* ACCOUNT */
.account__container {
    position: relative;
}
.account__container .text-top-sm {
    font-size:16px;
    font-weight: 200;
}
.account__container .position-sticky {
    top: 25px;
}
.account__container .account-head {
    font-size:18px;
    font-weight: 200;
}
.account__container .account-head h1 {
    font-size:26px;
    font-weight: 300;
}
.account__container .account-head h1 span {
    font-weight: 500;
}
.account__container .account-well .widget {
    position: relative;
    height: 150px;
}
.account__container .account-well .widget .bi {
    position:absolute;
    top: 25px;
    left: 25px;
    font-size:60px;
    color: var(--bs-globe-bg);
}
.account__container .account-well .widget .num {
    position:absolute;
    top: 40px;
    right: 15px;
    font-size:54px;
    font-weight: 500;
    line-height: 0;
}
.account__container .account-well .widget .title {
    position:absolute;
    bottom: 35px;
    right: 15px;
    font-size:24px;
    font-weight: 500;
}
.account__container .account-well .widget .text {
    position:absolute;
    bottom: 15px;
    right: 15px;
    font-size:16px;
    font-weight: 200;
    color: #ccc;
}
.account__container .user-body {
    width: 260px;
}
.account__container .user-body .account .img span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 60px;
    display: inline-block;
    background-color: var(--bs-secondary-bg);
    color: var(--bs-secondary);
    font-size:28px;
    font-weight: 600;
}
.account__container .user-body .account .text-name {
    font-size:19px;
    font-weight: 500;
}
.account__container .user-body .account .text-name span {
    display: block;
    font-size:15px;
    font-weight: 300;
    color: #9e9e9e;
    margin-bottom: -5px;
}
.account__container .user-body .nav-menu .active a {
    background-color: var(--bs-secondary-bg)!important;
    color: var(--bs-account)!important;
}
.account__container .user-body .nav-menu .nav-item a {
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    font-weight: 400;
    color: var(--bs-secondary);
    padding: 0 10px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}
.account__container .user-body .nav-menu .nav-item .bi {
    font-size: 22px;
}
.account__container .user-body .nav-menu .nav-item a:hover {
    background-color: var(--bs-secondary-bg);
    color: var(--bs-account);
    transition: all 300ms ease;
}
/* BOX MENU */
.account__container .box-menu {
    width: 100%;
}
.account__container .box-menu .box-item {
    cursor: pointer;
    position: relative;
}
.account__container .box-menu .box-item:hover {
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15) !important;
    transition: all 300ms ease-in-out;
    border-color: var(--bs-globe-text)!important;
}
.account__container .box-menu .box-item:hover .box-search {
    color: var(--bs-globe-text)!important;
}
.account__container .box-menu .box-item .box-img {
    display: flex;
    padding-left: 15px;
    width: 160px!important;
}
.account__container .box-menu .box-item .box-img img {
    width: 46px;
    height:46px;
    border-radius: 50px;
    margin-left: -15px;
    border:2px solid var(--bs-white);
}
.account__container .box-menu .box-item .box-img .img-p {
    width: 46px;
    height:46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50px;
    margin-left: -15px;
    border:2px solid var(--bs-white);
    background-color: var(--bs-secondary-bg);
    color: var(--bs-white);
    font-size:24px;
}
.account__container .box-menu .box-item .box-title {
    font-size:19px;
    font-weight: 500;
}
.account__container .box-menu .box-item .box-title span {
    display: block;
    font-size:16px;
    font-weight: 200;
}
.account__container .box-menu .box-item .box-title .num {
    font-size:21px;
    font-weight: 500;
    color: var(--bs-globe-bg);
}
.account__container .box-menu .box-item .box-search {
    min-height: 100;
    display: flex;
    align-items: center;
    color: var(--bs-secondary);
}

/* ORDER MODAL */
.modal {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.modal .modal-header {
    font-size:24px;
    font-weight: 500;
    color:var(--bs-globe-bg);
}
.modal .modal-title {
    font-size:24px;
    font-weight: 500;
    color:var(--bs-globe-bg);
}
.modal .modal-body .form-floating label {
    font-size:15px;
    font-weight: 300;
}
.modal .modal-body .form-control {
    background-color: var(--bs-secondary-bg);
    border-radius: 5px;
    border:2px solid var(--bs-secondary-bg);
    font-size: 19px;
    font-weight: 400;
}
.modal .modal-body .form-control:focus {
    background-color: transparent;
    border:2px solid var(--bs-secondary-bg);
}
.modal .modal-body .form-control::placeholder {
    font-size:19px;
    font-weight: 200!important;
    color: var(--bs-secondary);
}
.modal .modal-body .form-control:not(:placeholder-shown)~label::after {
    background-color: transparent!important;
}
.modal .modal-body .form-select {
    background-color: var(--bs-secondary-bg);
    border-radius: 5px;
    border:2px solid var(--bs-secondary-bg);
    font-size: 19px;
    font-weight: 400;
}
.modal .modal-body .form-select:focus {
    background-color: transparent;
    border:2px solid var(--bs-secondary-bg);
}
.modal .modal-body .form-select::placeholder {
    font-size:19px;
    font-weight: 200!important;
    color: var(--bs-secondary);
}
.modal .modal-body .form-select:not(:placeholder-shown)~label::after {
    background-color: transparent!important;
}
.modal .modal-body .form-label {
    font-size:17px;
    font-weight: 500;
}
.modal .modal-footer .btn {
    font-size:20px;
    border-radius: 3px;
}

.order-modal .modal-header {
    font-size: 20px;
    font-weight: 400;
}
.order-modal .order-top .top-item {
    text-align: center;
    display:inline-block;
    margin-bottom: 0;
}
.order-modal .order-top .top-item .active {
    background-color: var(--bs-globe-scs)!important;
    color: var(--bs-white)!important;
}
.order-modal .order-top .top-item .done {
    background-color: var(--bs-success-bg-subtle)!important;
}
.order-modal .order-top .top-item .icon {
    width: 80px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    display: inline-block;
    font-size:32px;
    background-color: var(--bs-light);
    margin-bottom: 8px;
}
.order-modal .order-top .top-item span {
    font-size:16px;
    font-weight: 400;
    display: block;
}
.order-modal .order-list .order-item {
    border-top:1px solid #dee0e2;
}
.order-modal .order-list .order-item:first-child{
    border-top:none!important;
}
.order-modal .order-list .order-item img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border:2px solid var(--bs-white);
}
.order-modal .order-list .order-item {
    font-size:18px;
    font-weight: 400;
}
.order-modal .order-list .order-item span {
    font-size:14px;
    font-weight: 200;
    display: block;
}
.order-modal .order-user h1 {
    font-size:20px;
    font-weight: 500;
}
.order-modal .order-cargo h1 {
    font-size:24px;
}
.order-modal .order-cargo span {
    font-size:15px;
    font-weight: 200;
    display: block;
}

/* DESK BOX */
.desk-box .desk-item {
    position: relative;
    font-size:19px;
    font-weight: 300;
    background-color: var(--bs-secondary-bg);
}
.desk-box .desk-item .rwd-bottom {
    font-size:17px;
    font-weight: 300;
}
.desk-box .desk-item .rwd-bottom span {
    display: block;
    font-size:17px;
    font-weight: 500;
}


/* FORM CONTAINER */
.form__container .form-label {
    font-size:17px;
    font-weight: 500;
}
.form__container .form-control {
    background-color: var(--bs-secondary-bg);
    border-radius: 5px;
    border:2px solid var(--bs-secondary-bg);
    font-size: 19px;
    font-weight: 400;
}
.form__container .form-control:focus {
    background-color: transparent;
    border:2px solid var(--bs-secondary-bg);
}
.form__container .form-control::placeholder {
    font-size:19px;
    font-weight: 200!important;
    color: var(--bs-secondary);
}
.form__container .btn {
    font-size:20px;
    border-radius: 3px;
}


/* ADRESS BOX */
.address-box .ads-item {
    position: relative;
    height: 160px;
}
.address-box .ads-item .title {
    font-size:20px;
    font-weight: 600;
}
.address-box .ads-item .name {
    font-size:20px;
    font-weight: 400;
}
.address-box .ads-item .text {
    font-size:16px;
    font-weight: 300;
}
.address-box .ads-item .dropdown {
    position:absolute;
    top: 15px;
    right: 15px;
}
.address-box .ads-item .dropdown .dropdown-toggle {
    border-radius: 50px;
    border:none;
    background-color: var(--bs-secondary-bg);
}
.address-box .ads-item .dropdown .dropdown-toggle::after {
    display: none;
}

/* BOXED */
.card-box .card-title {
    font-size:28px;
    font-weight: 600;
}
.card-box .card-title span {
    display: block;
    font-size:14px;
    font-weight: 300;
}
.card-box .item {
    border:1px solid var(--bs-border-color);
    border-radius: 3px;
}
.card-box .item .fw-icon {
    color: #d00000;
    font-size:20px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
}
.card-box .item .fw-icon:hover {
    color: #FFF;
    background-color: #d00000;
    transition: all 250ms;
}
.card-box .item .img-urun {
    width: 60px;
    height: 60px;
    border-radius: 60px;
}
.card-box .item .title-urun {
    font-size:18px;
    font-weight: 400;
}
.card-box .item .title-urun span {
    display: block;
    font-size:16px;
    font-weight: 300;
}
.card-box .item .stok-urun {
    width: 120px;
}
.card-box .item .stok-urun .form-control {
    border-radius: 3px 0 0 3px!important;
}
.card-box .item .stok-urun .form-control:focus {
    box-shadow: none!important;
    border-color: var(--bg-ons);
}
.card-box .item .stok-urun .btn {
    background-color: var(--bs-globe-bg);
    color:#FFF;
}
.card-box .item .mon-urun {
    font-size:22px;
    font-weight: 500;
    width: 100px;
}
.card-box .item .mon-urun span {
    display: block;
    font-size:14px;
    font-weight: 200;
}
.card-box .box-content h1 {
    font-size:24px;
    font-weight: 400;
}
.card-box .box-content .bi {
    font-size:48px;
    border:1px solid #dee0e2;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
}
.card-box .box-content p {
    font-size:18px;
    font-weight: 300;
}
.card-box .box-content a {
    font-size:18px;
    font-weight: 600;
    color:var(--bs-globe-bg);
}
.card-box .box-content a:hover {
    text-decoration: underline;
    transition: all 250ms;
}
.card-box .card-order {
    position: sticky;
    top:25px;
}
.card-box .card-order .title {
    font-size:18px;
    font-weight: 300;
}
.card-box .card-order .count {
    font-size:30px;
    font-weight: 600;
}
.card-box .card-order .count span {
    font-size:22px;
}
.card-box .card-order .total {
    font-size:16px;
    font-weight: 300;
}
.card-box .card-order .total .ms-auto {
    font-size:18px;
    font-weight: 600;
}
.card-box .card-order .text-sm {
    font-size:14px;
    font-weight: 300;
}
.card-box .card-order .text-sm a {
    color: var(--bs-globe-bg);
    font-weight: 400;
}
.card-box .card-order .text-sm a:hover {
    text-decoration: underline;
}
.card-box .order-content .h-1 {
    font-size:24px;
    font-weight: 600;
}
.card-box .order-content .h-p {
    font-size:16px;
    font-weight: 300;
}
.card-box .order-content .text-sm {
    font-size:15px;
    font-weight: 300;
}
.card-box .order-content .text-sm a {
    font-size:14px;
    font-weight: 600;
    color:#007dbc;
}
.card-box .order-content .order-top .text-h1 {
    font-size:22px;
    font-weight: 300;
}
.card-box .order-content .order-top .text-h1 span {
    font-size:17px;
    font-weight: 500;
    display: block;
    color: #6e6e6e;
}
.card-box .order-content .order-map label {
    font-size:17px;
    font-weight: 400;
    margin-bottom: 10px;
}
.card-box .order-content .order-map a {
    font-weight: 600;
    color:#007dbc;
}
.card-box .order-content .order-map .form-select {
    border-radius: 3px;
}
.card-box .order-content .order-map .form-select:focus {
    border-color:var(--bs-globe-bg);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5)!important;
}
.card-box .order-content .form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    font-size: 16px;
    font-weight: 300;
    background-color: transparent!important;
}
.card-box .order-content .form-control {
    border-radius: 3px;
}
.card-box .order-content .form-control:focus {
    border-color:var(--bs-globe-bg);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5)!important;
}
.card-box .order-bottom .form-check {
    font-size:15px;
}
.card-box .order-bottom .form-check a {
    color:#007dbc;
    font-weight: 500;
}

table thead > tr {
    font-size: 19px!important;
    font-weight: 400;
}
table thead > tr > th {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    vertical-align: middle;
}
table tbody > tr > td {
    font-size: 19px!important;
    font-weight: 300;
    padding: 5px;
    vertical-align: middle;
}

/* MEDIA STYLE */
@media (max-width: 430px){
    .fotorama__stage {
        height: 300px !important;
    }
    .fotorama__stage img {
        top: 25px !important;
    }
}
@media (max-width: 768px) {
    .m-dn-768 {
        display: none!important;
    }
    header .off-bar {
        display: block;
    }
    .uo__slider {
        height: 350px;
    }
    .uo__slider .slider-well .title {
        font-size:38px;
    }
    .uo__slider .slider-well .title-small {
        font-size:22px;
    }
    .screen__container .logup {
        width: 100%;
    }
    .account__container .box-menu .box-item .box-img {
        margin-bottom: 15px;
    }
    .account__container .box-menu .box-item .box-title {
        margin-bottom: 15px;
    }
    .account__container .box-menu .box-item .box-search {
        display: none;
    }
    .card-box .order-content .order-top div {
        border-bottom: 1px solid var(--bs-border-color);
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .card-box .order-content .order-top div:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .card-box .order-content .order-top .text-h1 {
        text-align: center;
    }
    .card-box .order-content .order-top .text-h1 span {
        text-align: center;
    }
    .card-box .item .stok-urun {
        width: 100%;
        padding: 10px 0;
    }
    .card-box .item .mon-urun {
        width: auto;
    }
}
@media (max-width: 990px) {
    .m-dn-990 {
        display: none!important;
    }
    .home-band {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)!important;
    }
    .account__container .user-body {
        display: none;
    }
    .table {
        width: 990px;
    }
}
@media (max-width: 1199px) {
    .container {
        min-width: 100% !important;
    }
}
@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1460px !important;
    }
}

.or {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    color: #51585c;
    align-items: center;
    gap: 20px;
    font-size: 32px;
    font-weight: 300;
}
.or::before,
.or:after {
    content: "";
    height: 1px;
    flex: 1;
    background: #dee2e6;
}
.or span {
    font-family: "Great Vibes",sans-serif;
}

/* ALERT SCREEN */
.alert__screen {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: rgba(29, 30, 32, 0.7);
    z-index: 9999;
    border-radius: 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.alert__screen-bg {
    background-color: var(--bs-globe-bg);
}
.alert__screen .alert-body {
    border-radius: 3px;
    text-align: center;
    width: 500px;
    background-color: #FFF;
}
.alert__screen .alert-body .alert-logo img {
    height: 60px;
}
.alert__screen .alert-body .alert-h1 {
    font-family: "Roboto Condensed",sans-serif;
    font-size:24px;
    font-weight: 600;
}
.alert__screen .alert-body .alert-h2 {
    font-size:18px;
    font-weight: 300;
}
.alert__screen .alert-body .text-sm {
    font-size:16px!important;
    font-weight: 300;
    color:#484848;
}
.alert__screen .form-checked svg {
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto;
}
.alert__screen .form-checked .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}
.alert__screen .form-checked .circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}
.alert__screen .form-checked .line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
    animation: dash 0.9s 0.35s ease-in-out forwards;
}
.alert__screen .form-checked .check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
    animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.alert__screen .btn-success {
    background-color: var(--bs-globe-bg);
    color:#FFF;
}
.alert__screen .btn-success:hover {
    background-color: var(--bs-globe-bg2);
    border-color: var(--bs-globe-bg2);
    color:#FFF;
    transition: all 250ms;
}
.dark__screen {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-image: url("../../img/darkod_BG.png");
    background-position: right;
    background-size:contain;
    background-repeat: no-repeat;
    background-color:#FFF;
    z-index: 9999;
    border-radius: 0!important;
    display: flex;
    align-items: center;
}
.dark__screen .aut-body .aut-h1 {
    font-size:48px;
    font-weight: 300;
    line-height: 48px;
}
.dark__screen .aut-body .aut-h2 {
    font-size:34px;
    font-weight: 500;
    color: var(--bs-globe-text);
}

/* ANIMATION */
@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}

/* ICON SET */
@font-face {
    font-display: block;
    font-family: "bootstrap-icons";
    src: url("./fonts/bootstrap-icons.woff2?1fa40e8900654d2863d011707b9fb6f2") format("woff2"),
    url("./fonts/bootstrap-icons.woff?1fa40e8900654d2863d011707b9fb6f2") format("woff");
}
.bi::before,[class^="bi-"]::before,[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bi-search::before { content: "\f52a"; }
.bi-grid-fill::before { content: "\f3fb"; }
.bi-grid::before { content: "\f3fc"; }
.bi-cart3::before { content: "\f244"; }
.bi-list::before { content: "\f479"; }
.bi-person-circle::before { content: "\f4d7"; }
.bi-person::before { content: "\f4e1"; }
.bi-award-fill::before { content: "\f153"; }
.bi-award::before { content: "\f154"; }
.bi-facebook::before { content: "\f344"; }
.bi-twitch::before { content: "\f5ee"; }
.bi-twitter::before { content: "\f5ef"; }
.bi-instagram::before { content: "\f437"; }
.bi-youtube::before { content: "\f62b"; }
.bi-google::before { content: "\f3f0"; }
.bi-bag-check-fill::before { content: "\f170"; }
.bi-bag-check::before { content: "\f171"; }
.bi-arrow-right-short::before { content: "\f135"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-left::before { content: "\f12f"; }
.bi-caret-down-fill::before { content: "\f229"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-info-circle::before { content: "\f431"; }
.bi-telegram::before { content: "\f5b3"; }
.bi-envelope-at::before { content: "\f84c"; }
.bi-telephone-forward-fill::before { content: "\f5b5"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-briefcase-fill::before { content: "\f1cb"; }
.bi-briefcase::before { content: "\f1cc"; }
.bi-box2-fill::before { content: "\f70a"; }
.bi-suit-heart-fill::before { content: "\f59d"; }
.bi-suit-heart::before { content: "\f59e"; }
.bi-messenger::before { content: "\f648"; }
.bi-person-gear::before { content: "\f8a7"; }
.bi-power::before { content: "\f4ff"; }
.bi-escape::before { content: "\f7ee"; }
.bi-wallet2::before { content: "\f615"; }
.bi-plus-lg::before { content: "\f64d"; }
.bi-check2-circle::before { content: "\f270"; }
.bi-box-seam::before { content: "\f1c7"; }
.bi-truck-flatbed::before { content: "\f5e9"; }
.bi-truck::before { content: "\f5ea"; }
.bi-house-check-fill::before { content: "\f888"; }
.bi-house-check::before { content: "\f889"; }
.bi-pencil-square::before { content: "\f4ca"; }
.bi-x-lg::before { content: "\f659"; }
.bi-three-dots-vertical::before { content: "\f5d3"; }
.bi-cloud-download::before { content: "\f29b"; }
.bi-download::before { content: "\f30a"; }
.bi-question-circle-fill::before { content: "\f504"; }
.bi-question-circle::before { content: "\f505"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-arrow-repeat::before { content: "\f130"; }
.bi-basket2-fill::before { content: "\f181"; }
.bi-basket2::before { content: "\f182"; }
.bi-exclamation-circle-fill::before { content: "\f332"; }
.bi-exclamation-circle::before { content: "\f333"; }
.bi-speedometer::before { content: "\f57f"; }
.bi-speedometer2::before { content: "\f580"; }
.bi-caret-right-fill::before { content: "\f231"; }
.bi-send-check-fill::before { content: "\f6b2"; }
.bi-credit-card-2-front-fill::before { content: "\f2d9"; }
.bi-cup-hot-fill::before { content: "\f7ea"; }

