/*
Template Name: Dukkanweb - eCommerce Website Template Using Bootstrap 
更多精品模板：http://www.muban.io
Version: 1.0
*/

/*
- Fonts
- Body
- Header Main Nav
- Custom Bootstrap
- My Account
- Blog
- Slider
- Footer
- Media Mobile Css
*/

/* Fonts */
@import url('fonts/dm-sans/dm-sans.css');
@import url('fonts/gilroy/Gilroy.css');

/* Body */
body {
    font-size: 13px;
    font-family: 'DM Sans', sans-serif;
    color: #6c757d;
    overflow-x: hidden;
    background-color: #ececec !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Gilroy', sans-serif;
}

/* Header Main Nav */
.dropdown-toggle::after {
    margin: auto;
    margin-left: 5px;
}
.logo img{
    height: 42px;
}
.search button.btn {
    width: 34px;
    height: 34px;
    max-width: 34px;
    padding: 0px;
    min-width: 34px;
}
.search input, .search select {
    height: 35px;
}
.icon-user {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    max-width: 35px;
}
.dropdown.mega-menu {
    position: unset;
}
.dropdown.mega-menu .dropdown-menu {
    width: 100%;
    border-radius: 0px;
}
.iamosahan-bottom-nav .nav-link {
    font-size: 14px;
    padding: 18px 12px !important;
}
.dropdown-menu {
    border: none;
    font-size: 13px;
    margin: 1px 0 0 0px !important;
}
.navbar-toggler {
    padding: 2px 4px;
}

/* Custom Bootstrap */
.bg-smnavy {
    background-color: #0477b5;
}
.bg-facebook {
    background-color: #3c5897;
}
.bg-twitter {
    background-color: #1ca2f2;
}
.bg-lgnavy {
    background-color: #1b242d;
}
.list-group a:hover {
    color: #00ace8 !important;
}
.fw-200 {
    font-weight: 200 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.ln-50 {
    line-height: 50px;
}
.ln-0 {
    line-height: 0px;
}
.ln-60 {
    line-height: 60px;
}
.rounded-4 {
    border-radius: 10px;
}
:focus-visible {
    outline: 0;
}
.form-select{
    background-position: right 15.75px center;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 6%);
}
.accordion-button:not(.collapsed) {
    color: #600DFF;
    background-color: #f7f7f7;
    box-shadow: none;
}
.form-floating>label {
    padding: 17px 19px;
}
.form-floating>.form-control, .form-floating>.form-select {
    padding-left: 19px;
    padding-right: 19px;
}
.form-floating .mdi {
    position: absolute;
    right: 10px;
}
.mt-n5 {
    margin-top: -3rem!important;
}
.white-space-nowrap{
    white-space: nowrap;
}
.border-bottom, .border-end, .border-start, .border-top, .border {
    border-color: #efefef!important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #600DFF;
    background-color: #f5f5f5;
    font-weight: 600;
}
.nav-link {
    color: #444444;
}
.nav-link:focus, .nav-link:hover {
    color: #000000;
}
.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
.dropdown-menu {
    display: block;
    opacity: 0;
    transform: translateY(20px);
    transition: all .3s ease-in;
    visibility: hidden;
}
.dropdown.mega-menu:hover .dropdown-menu {
    left: 0;
    right: 0;
    width: 100%;
}
.dropdown.mega-menu .dropdown-menu {
    left: 0;
    right: 0;
    width: 100%;
}
.bg-light{
    background-color: #ececec !important;
}
.form-control, .form-select, .btn{
    font-size: 14px;
}
.btn{
    font-weight: 500;
}
.h6, h6 {
    font-size: 14px;
}
a {
    color: #600DFF;
}
.bg-primary{
    background-color: #600DFF !important;
}
.btn-outline-primary {
    color: #600DFF;
    border-color: #600DFF;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #600DFF;
    border-color: #600DFF;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #600DFF;
    background-color: transparent;
}
.text-primary {
    color: #600DFF !important;
}
.border-primary {
    border-color: #600DFF!important;
}
.text-red {
    color: #ff553b !important;
}
.border-red {
    border-color: #ff553b!important;
}
.btn-red{
    background-color: #ff553b;
    border-color: #ff553b;
}
.text-green {
    color: #18cabe !important;
}
.btn-primary {
    background-color: #f80066;
    border-color: #f80066;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #c70551;
    border-color: #c70551;
}
.btn-light {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ff9300;
}
.text-success {
    color: #52ad40 !important;
}
.bg-success {
    background-color: #52ad40 !important;
}
.text-danger {
    color: #f80066 !important;
}
.bg-danger {
    background-color: #f80066 !important;
}
.form-check-input:checked {
    background-color: #600DFF;
    border-color: #600DFF;
}
.btn-link{
    color: #600DFF;
    text-decoration: none;
}
.btn-link:hover, .btn-link:focus{
    color: #f80066;
    text-decoration: none;
}
a:hover {
    color: #00ace8;
}
a {
    text-decoration: none;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}

/* My Account */
.review span.px-2 {
    padding: 0px !important;
    margin: 0 3px 0 0px !important;
    width: 22px;
    display: inline-block;
    height: 22px;
    text-align: center;
    line-height: 22px;
}
.iamosahan-bottom-nav{
    z-index: 9;
}
.dropdown-menu-end {
    right: 0;
}
.register_top {
    right: 12px;
    z-index: 9;
}
.tab-content.border-start.h-100 {
    min-height: 500px;
}
.heart_icon {
    top: 12px;
    right: 15px;
    z-index: 9;
}
.border.border-dark {
    border-color: #212529 !important;
}
.your-order .accordion-button::after {
    position: absolute;
    right: 20px;
}
.cp {
    cursor: pointer;
}
.h-150{
    height: 100px !important;
}
.nav-categorie.text-muted.active{
    color: #212529 !important;
    font-weight: 600;
}
.fix-sidebar {
    position: sticky;
    top: 24px;
}
.cart-top .badge {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    font-size: 9px;
    min-width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-top {
    padding: 0 13px 0 0;
    border-radius: 50px;
}
.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
}
.app-icon {
    height: 40px;
}
.footer-brand img{
    height: 60px;
}
.accordion-button-arrow-right:after {
    margin-left: auto !important;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary {
    border-color: #600DFF !important;
    color: #600DFF !important;
}
.btn-check:active+.btn-outline-primary .icofont-check-alt, .btn-check:checked+.btn-outline-primary .icofont-check-alt {
    background: #600DFF;
}

/* Blog */
.comments-body-footer a {
    font-size: 10px;
    padding: 2px 7px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.comments-body-footer {
    padding-left: 1.5rem!important;
    margin: -11px 0 0 0;
}
.comments-body {
    background-color: #f1f9ff !important;
}
.comments-body p:last-child {
    margin: 0px;
}
.comments-block img.rounded-circle {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    object-fit: contain;
    border: 1px solid #eaebec;
}
.tag-btn {
    font-size: 12px !important;
    font-weight: 400 !important;
    padding: 6px 11px;
    text-transform: capitalize;
    margin: 0 3px 7px 0;
    color: #6c757d;
    border-color: #d4d7d9;
}
.sm-social-btn {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}
.author-block .avatar-md {
    width: 80px;
    height: 80px;
    min-width: 80px;
    object-fit: cover;
}
.blog-detail-header-info .avatar-md {
    height: 30px;
    width: 30px;
}

/* Slider */
.slick-track{
    display:flex;
}
.slick-slide{
    display:flex;
    justify-content:center;
}
.stock-slider .slick-prev {
    left: -19px !important;
}
.stock-slider .slick-next {
    right: -19px !important;
}
.trail-slider .slick-dots {
    bottom: -5px !important;
}
.review-slider .slick-dots {
    bottom: 1px !important;
}
.slick-slider {
    margin-bottom: 0px !important;
}
.slick-dots {
    bottom: 11px;
}
.slick-arrow {
    background: #fff !important;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    box-shadow: 0 .5px 10px rgba(0,0,0,.20)!important;
    z-index: 9;
}
.slick-arrow:hover, .slick-arrow:focus {
    background: #600DFF !important;
}
.slick-arrow:hover:before, .slick-arrow:focus:before {
    color: #ffffff;
}
.slick-prev:before, .slick-next:before {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.slick-next {
    right: 15px;
}
.slick-prev {
    left: 15px !important;
}
.slick-prev:before {
    content: "\eac9";
    font-family: IcoFont!important;
}
.slick-next:before {
    content: "\eaca";
    font-family: IcoFont!important;
}

/* Footer */
.footer-logo img {
    height: 43px;
}

/* Media Mobile Css */
@media (max-width: 576px) {
}
@media (max-width: 768px) {
}
@media (max-width: 992px) {
    .iamosahan-bottom-nav .nav-link {
        font-size: 13px;
        padding: 12px 7px!important;
        text-align: center;
        border-bottom: 1px solid #eaeaea;
        text-transform: uppercase;
   }
    .dropdown-menu {
        border: none;
        font-size: 13px;
        margin: 1px 0 0 0px !important;
        opacity: unset;
        visibility: unset;
        transition: unset;
        transform: unset;
   }
    .dropdown:hover .dropdown-menu {
        display: none;
        opacity: unset;
        transform: unset;
        visibility: unset;
   }
    .dropdown-menu {
        display: none;
   }
    .dropdown-menu.show {
        display: block !important;
        border: 1px solid #eaeaea;
        margin: -1px 0 0 0 !important;
        border-radius: 0px;
   }
    form.d-flex.top-right {
        justify-content: center;
        padding: 2px 0 11px 0;
   }
    .dropdown.mega-menu .dropdown-menu {
        padding: 0px 12px;
   }
    .dropdown.mega-menu .dropdown-menu .col-md-2.col-6 {
        margin: 0 0 10px 0;
   }
    .container.mob-dnone {
        display: none;
   }
    .py-5.footer {
        display: none;
   }
    .py-3.bg-white.footer-copyright .row {
        text-align: center;
   }
    .py-3.bg-white.footer-copyright .row span.me-3.small {
        display: block;
        margin: 0px !important;
   }
    .py-3.bg-white.footer-copyright .row .col-md-4.text-end {
        text-align: center !important;
   }
    .register_top {
        padding: 6px 8px 6px 5px !important;
   }
    .inner-header .d-flex {
        flex-direction: column;
   }
    .single-right {
        margin: 25px 0 0 0;
   }
    .cart_tabs .nav-link {
        padding: 18px 4px !important;
        font-size: 14px !important;
   }
    .p-4.osahan-list .d-flex.align-items-center.border.bg-white.rounded.overflow-auto {
        width: 100%;
        margin-bottom: 10px;
        justify-content: center;
   }
    .p-4.osahan-list .d-flex.align-items-center.border.bg-white.rounded.overflow-auto div {
        width: 100%;
    }
    .p-4.osahan-list .d-flex.align-items-center.w-100.mt-auto {
        flex-direction: column;
   }
    .chechkout_side, .mobile-mt-3 {
        margin-top: 15px;
   }
    .mt-n5 {
        margin-top: -23px !important;
   }
    .account-links .nav-item {
        width: 100%;
   }
    .account-links .nav-item .nav-link {
        padding: 14px 18px !important;
   }
    .profile-sidebar .p-3.px-md-0.py-md-0.mob-dnone.mt-4 {
        padding: 0 0 !important;
   }
    .blog-header-filter {
        display: none;
   }
    .blog-header-top p {
        display: none;
   }
    .m-none.d-flex.align-items-center {
        display: none !important;
   }
    .py-5 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
   }
    .pt-5{
        padding-top: 1.5rem!important;
   }
    .pb-5{
        padding-bottom: 1.5rem!important;
   }
    .mt-5 {
        margin-top: 1.5rem!important;
   }
    .mb-5 {
        margin-bottom: 1.5rem!important;
   }
    .my-5{
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important;
   }
}
@media (max-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
   }
    .iamosahan-bottom-nav .nav-link {
        font-size: 13px;
        padding-left: 7px!important;
        padding-right: 7px!important;
   }
}
@media (max-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
   }
}
