@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
@import url('header.css');
@import url('sidebar.css');
@import url('banner.css');
@import url('product.css');
@import url('order.css');
@import url('widget.css');
@import url('footer.css');

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border: 0px solid #eaeaea;
    border-radius: 0px
}

::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
    cursor: pointer
}

::-webkit-scrollbar-thumb:active {
    background: #a8a8a8
}

::-webkit-scrollbar-track {
    background: #eaeaea;
    border: 0px none #eaeaea;
    border-radius: 0px
}

::-webkit-scrollbar-track:hover {
    background: #eaeaea
}

::-webkit-scrollbar-track:active {
    background: #eaeaea
}

::-webkit-scrollbar-corner {
    background: transparent
}

.scrollbar-small::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.scrollbar-none::-webkit-scrollbar {
    width: 0px;
    height: 0px
}

:root {
    --color-one: #2e3092;
    --color-two: #4C4C4C;
    --color-tree: #f15a2a;
    --color-text: #555555;
    --height-80: 80px;
    --width-sect: 50px;
    --animate-delay: 0s;
    --animate-duration: 0.5s;
}


[data-layout-price=off] {
    .product-item .product-content .product-wrapper .product-price {
        -webkit-text-security: disc;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (max-width:768px) {
    :root {
        --width-sect: 20px;
    }
}

* {
    font-family: "Poppins", sans-serif;
}

html, body {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    line-height: 1.5;
    min-height: 100%;
    font-size: 0.8325rem;
    color: var(--color-text);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important
}

body input:focus, body select:focus, body textarea:focus {
    box-shadow: none !important;
    border-color: var(--color-two) !important;
}

.row>* {
    position: relative;
}

.is-password {
    -webkit-text-security: disc;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.is-empty:empty {
    visibility: hidden
}

.form-label {
    width: 100%;
    font-size: 13px;
    position: relative;
    margin-bottom: .35rem;
}

.pointer {
    cursor: pointer;
}

a {
    color: #6d7080;
    text-decoration: none !important;
}

a:hover {
    color: var(--color-one);
}

button, .btn {
    text-wrap: nowrap;
    position: relative;
    outline: 0 !important;
}

.btn-default{
    color: #FFF;
    border: 0px;
    line-height: 45px;
    padding: 0px 15px;
    border-radius: 0px;
    background: var(--color-one);
}

.btn-default:hover{
    color: #FFF;
    background: var(--color-two);
}

.btn-dark{
    color: #FFF;
    border: 0px;
    line-height: 45px;
    padding: 0px 15px;
    border-radius: 0px;
    background: var(--color-two);
}

.btn-dark:hover{
    color: #FFF;
    background: var(--color-one);
}

.form-control {
    padding: 10px 15px 10px 15px;
}

form .bootstrap-select>.dropdown-toggle,
form .input-group .bootstrap-select.form-control .dropdown-toggle,
.product-varition .bootstrap-select>.dropdown-toggle,
.product-varition .input-group .bootstrap-select.form-control .dropdown-toggle {
    padding: 12px 15px 12px 15px;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

input::placeholder,
textarea::placeholder {
    font-size: 14px;
    color: #999 !important;
    font-weight: 300 !important;
}

input {
    outline: 0;
}

.overlay {
    opacity: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    display: none;
    transition: all 0.3s linear;
    cursor: pointer;
}

.filter-open .overlay{
    opacity: 1;
    display: block;
}

.box-section {
    padding: 3px;
    margin: 0px auto;
    border: solid 1px #eee;
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    background: url(../img/pattern-bg.png) #FFF;
}

.wrapper {
    float: left;
    width: 100%;
    min-height: 100%;
    position: relative;
}

.content {
    margin: 0 auto;
    max-width: 1280px;
    width: calc(100% - var(--width-sect));
}

.main-title {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.main-title h3::after {
    content: " ";
    height: 2px;
    width: 110%;
    bottom: -9px;
    left: 0px;
    position: absolute;
    background-color: var(--color-one);
}

.main-title h3 {
    font-size: 1.25rem;
    position: relative;
}

.main-title h3 p{
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 2px;
    font-weight: 300;
}

.main-title .btn-sm {
    right: 0;
    bottom: 13px;
    position: absolute;
}

.main-title .nav-link {
    margin-left: 10px;
    color: var(--color-two);
    border: solid 1px var(--color-two);
}

.main-title .nav-pills .nav-link.active,
.main-title .nav-pills .show>.nav-link {
    background-color: var(--color-two);
    border: solid 1px var(--color-two);
}

.up-button {
    opacity: 0;
    width: 40px;
    height: 40px;
    right: 50px;
    bottom: 100px;
    z-index: 99;
    position: fixed;
    cursor: pointer;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background: var(--color-two);
    transition: all 0.4s linear;
}

.up-button:hover {
    background: var(--color-one);
}

.up-button i {
    color: #fff;
    font-size: 19px;
    line-height: 40px;
}

.up-button.show {
    opacity: 1;
}

.up-button svg {
    top: -5px;
    left: -5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
}

.up-button svg circle {
    stroke: var(--color-one);
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-dasharray: 1, 400;
}


.app-menu {
    bottom: -100px;
    width: 100%;
    height: 80px;
    display: none;
    z-index: 99;
    position: fixed;
    border-top: solid 1px #FFF;
    box-shadow: 0 -1px 0 0 #ECF0F1;
    background-color: #ECF0F1;
    transition: all 0.4s linear;
}

.app-menu.show {
    bottom: 0px
}

.app-menu a {
    float: left;
    width: 20%;
    height: 80px;
    list-style: none;
    padding-top: 15px;
    text-align: center
}

.app-menu a em {
    font-size: 28px;
    margin-bottom: 3px;
    display: block
}

.app-menu a span {
    font-size: 12px;
    display: block
}

.app-menu a:hover {
    color: var(--color-text);
    background: rgba(0, 0, 0, .15);
}

.app-menu a.item-basket:hover {
    background-color: #ECF0F1;
}

.app-menu a .basket {
    width: 80px;
    height: 80px;
    color: #F1F1F1;
    margin: 0 auto;
    padding-top: 15px;
    margin-top: -30px;
    border-radius: 50%;
    position: relative;
    background: var(--color-two);
}

.app-menu a .basket .badge {
    top: 0px;
    right: -3px;
    width: 23px;
    height: 23px;
    line-height: 17px;
    position: absolute;
    background-color: var(--color-tree);
}

.social-sect {
    color: #FFF;
    padding: 15px;
    margin-top: 15px;
    color: var(--color-two);
    line-height: 18px;
    text-align: center;
    background: rgba(0, 0, 0, .08)
}

.social-sect p {
    font-weight: 500;
    margin-bottom: 10px
}

.social-sect .info {
    padding: 10px;
    color: #c1c1c1;
    border-radius: 3px;
    text-align: center;
    background-color: var(--color-two);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .1);
}

.social-sect .info span {
    display: block;
    font-size: 15px
}

.social-sect .social-media .title {
    position: relative;
    width: 105px;
    height: 37px;
    float: left;
    color: #E4E4E4;
    font-size: 12.5px;
    line-height: 15px;
    background: var(--color-tree);
    border-radius: 5px;
    text-align: left;
    border: solid 1px var(--color-tree);
    padding: 2px 0px 0px 5px;
    margin: 10px 10px 0px 0px;
}

.social-sect .social-media .title::before {
    content: " ";
    position: absolute;
    top: 31%;
    right: -14px;
    border-color: transparent transparent transparent var(--color-tree);
    border-style: solid;
    border-width: 7px;
    width: 0;
    height: 0;
    z-index: 10;
}

.social-sect .social-item {
    float: right;
    width: 37px;
    height: 37px;
    padding: 2px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 6px;
    border-radius: 5px;
    border: 1px solid var(--color-tree);
    transition: all 0.4s linear;
}

.social-sect .social-item span {
    float: left;
    width: 100%;
    height: 100%;
    background: var(--color-tree);
    border-radius: 3px;
}

.social-sect .social-item span i {
    font-size: 17px;
    line-height: 30px;
    color: #E4E4E4;
}

.social-sect .social-item:hover {
    border: 1px solid var(--color-two);
}

.social-sect .social-item:hover>span {
    background: var(--color-two)
}

.social-sect .social-item:hover>span i {
    color: var(--color-tree)
}

.error-404 {
    padding-top: 60px;
    padding-bottom: 75px;
}

.error-404 figure img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 50px;
}

.page-header {
    padding: 36px 0px;
    text-align: center;
    background-color: #eee;
}

.page-header .title {
    margin: 0;
    font-size: 27px;
    font-weight: 500;
}

.page-filter {
    width: 100%;
    float: left;
    padding: 5px;
    max-width: 275px;
    border-radius: 5px;
    border: solid 1px #ebebeb;
}

.page-filter ul{
    margin: 0;
    padding: 0;
}

.page-filter .filter-menu {
    margin: 0;
    color: #FFF;
    list-style: none;
}

.page-filter .filter-menu>li {
    margin: 0;
    cursor: pointer;
    line-height: 45px;
    position: relative;
}

.page-filter .filter-menu>li>a {
    width: 100%;
    color: #FFF;
    display: block;
}

.page-filter .filter-menu>li>a>i {
    float: left;
    font-size: 32px;
    line-height: 45px;
    margin-right: 10px;
}

.page-filter .filter-menu>li>a>em {
    right: 10px;
    color: #838383;
    font-size: 18px;
    line-height: 45px;
    position: absolute;
}

.page-filter .filter-menu>li.active>a {
    color: var(--color-tree)
}

.page-filter .filter-menu li>a>.la-angle-down {
    width: auto;
    height: auto;
    padding: 0;
}

.page-filter .filter-menu li.active>a>.la-angle-down {
    transform: rotate(-180deg)
}

.page-filter .filter-menu .filter-submenu {
    padding: 0;
    list-style: none;
}

.page-filter.category .btn-close {
    display: none;
}

.page-filter .filter-menu.category .filter-submenu{
    margin: 5px 0px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 225px;
}

.page-filter .filter-menu .filter-submenu li {
    padding: 0;
    list-style: none;
    padding: 0 5px;
    font-size: 15px;
    line-height: 45px;
    color: var(--color-text);
    border-bottom: 1px solid #eee;
}

.page-filter .filter-menu .filter-submenu li:last-child {
    border-bottom: 0px solid #eee;
}

.page-filter .filter-menu li.active>.filter-submenu {
    display: block;
}

.page-filter .filter-menu .filter-submenu>li>a {
    display: block;
    font-size: 15px;
    line-height: 45px;
    color: var(--color-text);
}

.page-filter .filter-menu .filter-submenu>li:hover,
.page-filter .filter-menu .filter-submenu>li.active,
.page-filter .filter-menu .filter-submenu>li>a:hover,
.page-filter .filter-menu .filter-submenu>li>a.active {
    color: var(--color-one);
}

.page-filter .filter-menu li a.submenu {
    font-size: 16px;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 3px;
    color: var(--color-text);
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    background-color: rgba(var(--bs-light-rgb), 1);

}

.page-filter .filter-menu li label strong {
    right: 5px;
    font-size: 14px;
    position: absolute;
}

.page-filter .icheck-warning input[type="checkbox"]:checked + label {
    color: var(--color-one);
}

.page-filter-toggle {
    color: #FFF;
    top: 235px;
    width: 40px;
    height: 40px;
    z-index: 99;
    opacity: 0.6;
    display: none;
    font-size: 21px;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: #222;
    transition: opacity 0.4s;
    border-radius: 0 0.3rem 0.3rem 0;
}

.offcanvas .page-filter {
    padding: 0px;
    max-width: 100%;
    border-radius: 0px;
    border: solid 0px #ebebeb;
}

.offcanvas .page-filter .filter-menu .filter-submenu>li>a {
    display: block;
    font-size: 15px;
    line-height: 45px;
    position: relative;
    color: var(--color-text);
}

.offcanvas .page-filter .filter-menu .filter-submenu>li>a.active{
    color: var(--color-one);
}

.page-content {
    float: right;
    min-height: 280px;
    padding-left: 30px;
    width: calc(100% - 275px);
}

.page-content .icon-box {
    padding: 2rem 1rem;
    border: 1px solid #eee;
}

.page-content .icon-box:hover {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.page-content .icon-box .icon-box-icon {
    margin-right: 0rem;
}

.page-content .icon-box .icon-box-content {
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    font-size: 15px;
}

.breadcrumb {
    padding: 0 8px;
    line-height: 50px;
    background: #EBEBEB
}

.breadcrumb ul{
    padding: 0;
}

.breadcrumb li {
    color: #222;
    padding: 0 10px;
    list-style: none;
}

.breadcrumb li:first-child {
    padding-left: 0px;
}

.breadcrumb li:not(:last-child)::after {
    content: "";
    font-size: 13px;
    font-weight: 500;
    padding: 0px 5px;
    position: absolute;
    font-family: wolmart;
}

.custom-tab .nav-pills {
    border-bottom: solid 1px #ebebeb;
}

.custom-tab .nav-pills .nav-link {
    height: 47px;
    font-size: 17px;
    border-radius: 0px;
    font-weight: 500;
    color: var(--color-two);
    text-transform: uppercase;
    background-color: transparent;
    border-bottom: solid 2px transparent;
}

.custom-tab .nav-pills .nav-link::after {
    left: 0;
    bottom: -2px;
    width: 100%;
    content: "";
    position: absolute;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    border-top: 2px solid transparent;
    -webkit-transition: border-color 0.3s, -webkit-transform 0.3s;
    transition: border-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, border-color 0.3s;
    transition: transform 0.3s, border-color 0.3s, -webkit-transform 0.3s;
}

.custom-tab .nav-pills .nav-item.show .nav-link::after,
.custom-tab .nav-pills .nav-item .nav-link.active::after,
.custom-tab .nav-pills .nav-item:hover .nav-link::after {
    border-color: var(--color-one);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.custom-tab .tab-content {
    padding: 20px 0px;
}

.custom-tab .tab-content ul,
.custom-tab .tab-content ol{
    margin: 0;
    padding-left: 15px;
    line-height: 30px;
}

.custom-tab.product{
    padding: 10px 20px;
    border-radius: 10px;
    border: solid 1px #ebebeb;
}

.custom-tab.product .table>:not(caption)>*>* {
    padding: 10px 0px;
}

.auth-section{
    padding: 15px;
    margin: 0px auto;
    max-width: 600px;
    border-radius: 5px;
    border: solid 1px #eee;
}

.auth-section .custom-tab .nav-item{
    width: 50%;
}

.auth-section  .custom-tab .nav-pills .nav-link{
    width: 100%;
}

.contact-section .accordion-item {
    margin-bottom: 15px;
    border-radius: 0px;
    border: solid 1px #dee2e6;
}

.contact-section .accordion-item .accordion-button{
    border-radius: 0px;
    background-color: #f5f5f5;
}

.contact-section .accordion-item .accordion-button:focus{
    box-shadow: none;
}

.contact-section .input-group span{
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.contact-section .input-group img{
    height: 32px;
}

.pagination-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination-section ul{
    margin: 0;
    padding: 0;
}

.board-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.board-section .board-item{
    float: left;
}

.board-section .board-item:last-child .bootstrap-select .dropdown-toggle{
    width: 185px;
}

.board-section .board-item img{
    height: 32px;
    margin: 1px 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.board-section :not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: auto;
}

/* Small Box */
.small-box {
    overflow: hidden;
    border-radius: 0.50rem;
    position: relative;
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
    color: #FFF;
    box-shadow: 0 1px 3px rgb(56 65 74 / 10%);
}

.small-box>.inner {
    padding: 13px
}

.small-box>.small-box-footer {
    display: block;
    font-size: 14px;
    line-height: 36px;
    position: relative;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.8);
}

.small-box>.small-box-footer > .border-end {
    border-color: rgba(0, 0, 0, 0.10) !important
}

.small-box>.small-box-footer a:hover {
    background: rgba(0, 0, 0, 0.10)
}

.small-box h3 {
    font-size: 38px;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0
}

.small-box p {
    font-size: 16px
}

.small-box-sect {
    float: left;
    width: 100%;
    background: #FFF;
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
    border-right: 0px
}

.small-box-border {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    color: #555;
    margin-bottom: 0px;
    border-right: 1px solid #d2d2d2
}

.small-box-border p {
    font-size: 16px;
    padding-bottom: 10px;
    padding-right: 10px;
    border-bottom: solid 3px #555
}

.small-box p>small {
    display: block;
    color: #f9f9f9;
    margin-top: 5px
}

.small-box h3,
.small-box p {
    z-index: 5
}

.small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 5px;
    z-index: 0;
    font-size: 80px;
    color: rgba(0, 0, 0, 0.15)
}

.small-box .icon i {
    font-size: 72px
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9
}

.small-box-border:hover {
    text-decoration: none;
    color: #555
}

@media (max-width: 767px) {
    .small-box {
        text-align: center
    }

    .small-box .icon {
        display: none
    }

    .small-box p {
        font-size: 13px
    }
}

.widget-bg {
    padding: 10px;
    border-radius: 10px;
    border: dashed 1px #e4e4e4;
    background: url(../img/widget-bg.png) right top rgb(246, 246, 249);
    background-size: 100% auto;
}

.widget-bg .title{
    background: #e2e2e5;
    padding: 4px 8px;
    border-radius: 5px;
    margin-top: 5px;
}

/* Avatar */
.avatar-xxs {
    height: 1.5rem;
    width: 1.5rem
}

.avatar-xs {
    height: 2rem;
    width: 2rem
}

.avatar-sm {
    height: 3rem;
    width: 3rem
}

.avatar-md {
    height: 4.5rem;
    width: 4.5rem
}

.avatar-lg {
    height: 6rem;
    width: 6rem
}

.avatar-xl {
    height: 7.5rem;
    width: 7.5rem
}

.avatar-xxl {
    max-height: 9rem;
    max-width: 9rem
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #273142;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.avatar-group {
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.avatar-group .avatar-group-item {
    margin-left: -12px;
    border: 2px solid #FFF;
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.avatar-group .avatar-group-item:hover {
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    z-index: 1
}