﻿:root {
    --primary-color: #8057d9 !important;
    --bs-btn-active-bg: #cd7326 !important;
    --bs-btn-active-border-color: #cd7326 !important;
    --bs-link-hover-color-rgb: #E98A38 !important;
    /*--secondary-color: #45a6b2;
    --danger-color: #FFABAE;
    --success-color: #CDE3FF;
    --warning-color: #ff4c51;
    --placeholder-color: #4B5563;*/
}
@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI Light"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI Semilight"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI Bold"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI Semibold"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
    font-weight: 700;
}
body {
    font-size: 10.5pt;
    font-family: "SegoeUI";
    color: #5f5d5d;
    overflow-x: hidden;
}

.site-header .site-branding .site-logo {
    width: 200px;
}

.form-group label {
    padding-left: 0;
}

.validation-summary-errors {
    color: indianred;
}

.input-validation-error {
    border: 1px solid #dcbebe;
}

.form-control {
    font-family: inherit;
    border-radius: 5px !important;
}

#sp_Error {
    color: indianred;
}

.btn-xs {
    height: 30px;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 30px;
}

.pagination {
    display: inline-block;
    border: none;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        border-radius: 4px;
    }

        .pagination a.active {
            background-color: #E98A38;
            color: white;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }

.custom-file-label-log .custom-file-label::after {
    height: 32px;
    line-height: 1.5;
}

.custom-file-label-log, .custom-file-label-log .custom-file-input {
    height: 37px;
}

.product-card .product-thumb {
    padding-top: 0px;
}

.product-card {
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #fff;
    /*height: 370px;*/
}
/*.product-card .product-thumb > img {
         height: 162px;
    }*/

.toolbar-dropdown {
    right: 0px;
}

/*Checkboxes*/
.custom-control-label::after {
    top: 0;
    width: 1.125rem;
    height: 1.125rem;
}

.custom-control-label::before {
    top: 0;
    width: 1.125rem;
    height: 1.125rem;
}

.close_icon {
    position: absolute;
    right: 10px;
    top: 0px;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.min-225 {
    min-height: 225px;
}

.min-153 {
    min-height: 153px;
}

.slider-img {
    width: 100%;
}

.hero-slider > .owl-carousel {
    min-height: 300px;
}

.hero-slider {
    min-height: 300px;
    box-shadow: none;
}

    .hero-slider .owl-stage-outer .w-100px {
        width: 60px;
    }

.site-header .site-branding .site-logo > img {
    display: block;
    width: auto !important;
}

.site-header .site-branding {
    padding: 12.5px 0px;
    border-right: 0px;
}

.site-header .topbar {
    background-color: #fff;
}

.form-control:not(textarea) {
    height: 39px;
}

.site-header .search-box-wrap .input-group .form-control {
    border-radius: 8px !important;
}

.container-fluid {
    padding-right: 99px;
    padding-left: 99px;
}

.site-footer .widget-title::after {
    display: none !important;
}

.site-footer {
    padding: 40px 0px;
    background: #111826;
    background: linear-gradient(157deg,rgba(17, 24, 38, 1) 0%, rgba(89, 28, 135, 1) 49%, rgba(30, 59, 138, 1) 100%);
}

.footer-copyright {
    padding-bottom: 0px;
}

.site-header .toolbar .toolbar-item {
    border-left: 0px;
}

.site-header .toolbar .toolbar-item > a {
    color: #2D2B2B;
    height: 56%;
}

.site-header .toolbar .toolbar-item > a > div {
    top: 90%;
}

.view-offers {
    position: absolute;
    bottom: 37%; /* distance from bottom */
    left: 14%;
    transform: translateX(-22%);
}
.slider-mask {
    width: 100%;
    height: 100%;
    background: #00000066;
    position: absolute;
}
.owl-carousel.dots-inside .owl-dots {
    bottom: 17%;
}
.btn-primary {
    background-color: #E98A38;
}

.product-card .product-card-body {
    padding: 18px;
    padding-top: 15px;
     text-align: left; 
}
.badge-custom-warning {
    background-color: #FFEAD8;
    color: #838383;
}
.bg-light-custom {
    background-color: #F5F5F5;
}

.product-gallery .product-badge {
    top: 29px;
    left: 28px;
    z-index: 10;
    position: absolute;
}
.product-gallery {
    padding-top: 15px;
}
.btn-primary {
    background-color: var(--primary-color);
}

.btn-primary:hover, .btn:first-child:active {
    background-color: #9333EA;
    border-color: #9333EA;
}

a:hover {
    color: var(--bs-link-hover-color-rgb);
    text-decoration: none;
}
.btn-outline-primary {
    border-color: #9234eb;
    background-color: transparent;
    color: #9234eb;
}

.btn-outline-primary:hover {
    background-color: #9234eb;
    color: #fff;
    border-color: #9234eb;
}
.widget-title::after {
    background-color: #E98A38;
}

.shop-view > a.active {
    border-color: #9333EA;
    background-color: #9333EA;
}
.btn-custom {
    background: #9234EB;
    background: linear-gradient(157deg,rgba(146, 52, 235, 1) 0%, rgba(38, 100, 235, 1) 100%);
    color:#fff;
}
.btn-custom:hover {
    background: #9234EB;
    background: linear-gradient(157deg,rgba(146, 52, 235, 1) 0%, rgba(38, 100, 235, 1) 100%);
    color: #fff;
}
.subscrip {
    background-color: transparent;
    height: 34px !important;
    border-color: #b7b7b740;
}
ul li a{
    text-decoration:none;
    color: #fff;
}

.owl-carousel.large-controls .owl-prev, .owl-carousel.large-controls .owl-next {
    border-radius: 50% !important;
}

.main-slide.owl-drag .owl-item {
    background: linear-gradient(157deg, rgba(17, 24, 38, 1) 0%, rgba(89, 28, 135, 1) 49%, rgba(30, 59, 138, 1) 100%) !important;
}

.text-primary {
    color: #9234eb !important;
}

/** Text Gradient Example */
.text-gradient {
    background: linear-gradient(90deg, var(--color-violet-56, #9333EA) 41%, var(--color-azure-53, #2563EB) 65%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.custom-bg1 {
    background: linear-gradient(135deg, var(--color-grey-98, #FCFBF8) 0%, var(--color-grey-97, #EFF6FF) 50%, var(--color-white-solid, #FFF) 100%);
}
.custom-bg2 {
    background: linear-gradient(90deg, var(--color-violet-56, #9333EA) 0%, var(--color-azure-53, #2563EB) 100%);
}
.custom-input:focus{
    background-color:#fff;
}
.badge-custom-primary {
    background-color: #F6EEFE;
}
.services-badge {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.border-custom {
    border-color: #F3E8FF !important;
}
.Categories-nav .expanded {
    border-radius: 8px;
    padding: 5px;
    background-color: #F3E8FF;
    color: #7E22CE;
}
.Categories-nav .expanded a {
    margin-left: 15px;
    color: #7E22CE;
}
.Categories-nav li ul li a {
    color: #505050 !important;
}
.widget-categories .Categories-nav > li::before{
    display:none !important;
}
.catalogtitle {
    position: absolute;
    left: 332px;
    top: 120px;
}
.top-3 {
    top: 3% !important;
}
.left-3{
    left:3% !important;
}
.bg-primary-custom {
    background-color: #F7F0FF !important;
}
.product-card .product-thumb > img {
    display: block;
    width: 100%;
    height: 175px;
}
.dash_badge {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.input-group-btn{
    z-index:1;
}
.input-group .input-group-btn {
    margin-top: 1px;
}

@media (max-width: 1200px) {
    .container-fluid {
        padding: 0 15px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 560px) {
    .site-header .toolbar .toolbar-item {
        position: relative;
        width: 94px;
        transition: background-color .3s;
        border-left: 1px solid #e5e5e5;
    }

    .site-header .site-branding .site-logo {
        width: 270px;
    }
}

@media ( max-width: 575px) {

    .shop-view {
        display: none;
    }
}
@media (min-width: 576px) {
    .product-card.product-list .product-thumb {
        position: relative;
        width: 200px;
        border-right: 1px solid #e5e5e5;
        border-top-right-radius: 0;
    }
}
.top_ads {
    background: #9133E8;
    background: linear-gradient(90deg, rgba(145, 51, 232, 1) 0%, rgba(38, 100, 235, 1) 49%, rgba(145, 51, 232, 1) 100%);
}
.login_box_border {
    border: 1px solid #F3E8FF;
}
