* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--theme-font);
    text-decoration: none;
    list-style-type: none;
    font-family: 'Poppins', sans-serif;
}


.checkoutmain {
    background-color: #fff;
    margin-top: 0;
}

.breadcrumbs ul {
    margin: 10px 0!important;
    list-style: none;
    display: flex;
}

.breadcrumbs h3 {
    font-weight: var(--theme-style);
    color: var(--theme-color);
}

.breadcrumbs ul li {
    display: inline;
    margin-right: 10px;
    padding-left: 3px;
    width: auto;
}

.breadcrumbs ul li:not(:first-child)::before {
    content: '/';
    padding-right: 8px;
}

.breadcrumbs ul li a {
    text-decoration: none;
    color: var(--theme-color);
    padding-left: 3px;
    padding-right: 3px;
}

.checkout input {
    background-color: var(--theme-color2);
    border-radius: 5px;
    display: block;
    width: 100%;
    border: 1px solid var(--theme-border);
    margin: 5px 10px 5px 0;
    padding: 14px 12px;
    word-break: normal;
}

.checkout .content-box {
    background-color: var(--theme-color2);
    background-clip: padding-box;
    border: 1px solid var(--theme-border);
    border-radius: var(--theme-radius);
    color: #545454;
}

.checkout .checkout-head {
    font-size: 13px;
}

.checkout .checkout-items {
    border-left: 1px solid var(--theme-color);
    border-right: 1px solid var(--theme-color);
}

.checkout .checkout-body {
    border-bottom: 1px solid rgba(39, 93, 56, 0.3);
    font-size: var(--body-font-size);
}

.checkout .checkout-body:last-child {
    border-bottom: 0;
}

.checkout .checkout-body img {
    width: 60px;
}

.checkout .checkout-footer {
    background-color: var(--theme-bg);
}

.checkout .checkout-footer p {
    color: #fff;
    padding: 5px;
    text-align: right;
    padding-right: 48px;
}

.checkout .edit-checkout a {
    border: 1px solid var(--theme-color);
    margin: 0;
    padding: 5px 40px;
    border-radius: 0;
}

.checkout .shipping-content {
    display: flex;
    padding: 15px 20px;
}

.checkout .shipping-content div p {
    margin: 0;
    padding: 0;
}

.checkout .shipping-content p span {
    font-weight: 600;
    font-size: 14px;
}

.checkout .shipping-btn a {
    text-decoration: none;
    font-size: var(--body-font-size);
    font-weight: var(--body-weight2);
}

.checkout-buttons {
    margin-top: 8px;
}

.checkout-buttons a {
    border: 1px solid var(--theme-bg);
    color: var(--theme-bg);
    border-radius: 25px;
    transition: 0.5s ease-in-out;
    margin-left: 8px;
}

.checkout-buttons a:hover {
    background-color: var(--theme-bg);
    color: #fff;
}

.shipping-cart-total .hipping-content p {
    margin: 0;
    padding: 0;
    font-size: 4px;
}

.payment-mode {
    margin-top: 30px;
    padding: 20px;
}

.payment-mode .pay-name {
    margin: 3px;
    padding: 0!important;
    display: flex;
    align-items: center;
    border: 1px solid var(--theme-border);
}

.payment-mode .pay-name img {
    width: 100%;
    padding: 0;
    margin: auto;
    display: block;
}


/* Shopping Cart Detail */

.maincontent {
    background-color: var(--theme-color2);
}

.breadcrumbs ul {
    margin: 10px 30px;
    list-style: none;
    display: flex;
    padding-left:48px;
}

.breadcrumbs h3 {
    font-family: 'Lusitana', serif;
    font-weight: normal;
    color: var(--theme-color);
}

.breadcrumbs ul li:not(:first-child)::before {
    content: '/';
    padding-right: 8px;
}

.breadcrumbs ul li a {
    text-decoration: none;
    color: #141414;
    padding-left: 3px;
    padding-right: 3px;
}

.cart .col-header {
    margin: 0;
    padding: 0;
}

input[type=number] {
    width: 60px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    padding: 2px;
    text-align: center;
}

input[type=number]:focus,
input[type=number]:active {
    background-color: var(--theme-color2);
    color: #141414;
    outline: none !important;
    border: 1px solid var(--theme-border);
}

.cart .cart-body {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--theme-border);
}

.cart .cart-items .cart-items-inner {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

.cart .cart-items-left-body {
    display: flex;
    justify-conter: center;
    align-items: center;
}

.cart .cart-items-right-body {
    margin: auto;
    text-align: center;
}

.cart .cart-total-box {
    padding: 20px;
    margin: auto;
    box-shadow: -1px 0px 6px 0 rgb(32 33 36 / 28%);
    border: 1px solid var(--theme-color2);
    height: 400px;
}

.cart .cart-total-box p {
    margin: 0px;
    padding: 0;
}

.cart .cart-total-box a {
    text-decoration: none;
    color: var(--theme-color2);
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
    transition: 0.5s ease-in-out;
}

.cart .btn-continue {
    border: 1px solid var(--theme-bg);
    width: 100%;
}

.cart .continue-shopping img {
    width: 18px;
}

.cart .cart-total-box p span {
    font-size: 14px;
    font-weight: 600;
}

.cart .cart-cal-body {
    margin-top: 15px;
    padding: 0;
}

.cart .cart-calculation>p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
    padding-top: 0px;
}

.cart .cart-calculation hr {
    height: 1px;
    background: var(--theme-bg);
    border: none;
    margin-top: 8px;
    margin-bottom: 8px;
}

.item-pic {
    width: 50px;
}

.item-pic img {
    width: 100%;
}


/*end of Shopping Cart Detail*/

section {
    background-color: #fff;
}

.product-display {
    padding-top: 30px;
}

.product-display .cat-product-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product-display .cat-product-box .cat-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    /*opacity: 0.4;*/
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s ease-in-out;
    z-index: 1000;
    display: flex;
    align-items: center;
}

.product-display .cat-product-box .cat-title h6 {
    color: #fff !important;
    font-weight: 600px;
}

.product-display .cat-product-box img {
    display: block;
    width: 100%;
    height: auto;
}

.product-display .cat-product-box .overlay {
    position: absolute;
    opacity: 0.8;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.8s ease-in-out;
}

.product-display .cat-product-box .overlay .product-list {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.product-display .cat-product-box .overlay .product-list p {
    margin: 0;
    padding: 0;
}

.product-display .cat-product-box .overlay .product-list a {
    text-decoration: none;
    color: #275D38;
    font-size: 13px;
    font-weight: 600;
}

.product-display .cat-product-box .overlay .product-list a:hover {
    color: #033E38;
}

.product-display .cat-product-box:hover .overlay {
    height: 100%;
}

.cat-product-box:hover .cat-title,
.cat-product-box:hover .cat-title h6 {
    height: 0px;
    visibility: hidden;
}

.product-sorting .product-title {
    display: flex;
    justify-content: center;
}

.product-sorting .product-title a {
    text-decoration: none;
    color: #275D38;
}

.product-sorting .product-title a :hover {
    color: #181818;
}

.product-sorting .product-title .col-auto {
    margin: 10px 8px;
}

.product-sorting .sorted-products {
    display: flex;
    justify-content: space-evenly;
}

.product-box {
    position: relative;
    width: 250px;
    height: 360px;
    margin-bottom: 15px !important;
    border: 1px solid #E8EAEA;
}

.product-box .btn-buy {
    border: 1px solid #275D38;
    background: transparent;
    border-radius: 25px;
    padding: 3px 32px;
    vertical-align: center;
    font-size: 13px;
    color: #141414;
    margin-top: 10px;
    transition: 0.5s ease-in-out;
}

.product-box .btn-buy:hover {
    background-color: #275D38;
    color: #EDC21B;
    border: none;
}

.product-box .box-top h6 {
    padding-top: 6px;
}

.product-box .box-bottom {
    height: 60%;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.product-box .box-bottom .box-bottom-inner {
    margin: auto;
    margin-top: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-box .box-bottom p {
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.product-box .box-bottom span {
    font-weight: 600;
}

.product-box .image-box {
    width: 180px;
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.product-box .image-box img {
    width: 100%;
}

.product-box .cart-box {
    width: 40px;
    height: 100px;
    background: rgb(230,230,242);
    background: linear-gradient(90deg, rgba(230,230,242,1) 0%, rgba(7,77,121,1) 11%, rgba(7,184,219,1) 100%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    z-index: 999;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.product-box .cart-box a {
    text-decoration: none;
}

.product-box .cart-box img {
    width: 21px;
    transition: 0.5s ease-in-out;
}

.product-box .cart-box img:hover {
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}


/*view-public*/

section {
    background-color: #fff;
}

.product-display {
    padding-top: 30px;
}

.product-display .cat-product-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product-display .cat-product-box .cat-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    /*opacity: 0.4;*/
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s ease-in-out;
    z-index: 1000;
    display: flex;
    align-items: center;
}

.product-display .cat-product-box .cat-title h6 {
    color: #fff !important;
    font-weight: 600px;
}

.product-display .cat-product-box img {
    display: block;
    width: 100%;
    height: auto;
}

.product-display .cat-product-box .overlay {
    position: absolute;
    opacity: 0.8;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.8s ease-in-out;
}

.product-display .cat-product-box .overlay .product-list {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.product-display .cat-product-box .overlay .product-list p {
    margin: 0;
    padding: 0;
}

.product-display .cat-product-box .overlay .product-list a {
    text-decoration: none;
    color: #275D38;
    font-size: 13px;
    font-weight: 600;
}

.product-display .cat-product-box .overlay .product-list a:hover {
    color: #033E38;
}

.product-display .cat-product-box:hover .overlay {
    height: 100%;
}

.cat-product-box:hover .cat-title,
.cat-product-box:hover .cat-title h6 {
    height: 0px;
    visibility: hidden;
}

.product-sorting .product-title {
    display: flex;
    justify-content: center;
}

.product-sorting .product-title a {
    text-decoration: none;
    color: #275D38;
}

.product-sorting .product-title a :hover {
    color: #181818;
}

.product-sorting .product-title .col-auto {
    margin: 10px 8px;
}

.product-sorting .sorted-products {
    display: flex;
    justify-content: space-evenly;
}

.product-box {
    position: relative;
    width: 250px;
    height: 360px;
    margin-bottom: 15px !important;
    border: 1px solid #E8EAEA;
}

.product-box .btn-buy {
    border: 1px solid #275D38;
    background: transparent;
    border-radius: 25px;
    padding: 3px 32px;
    vertical-align: center;
    font-size: 13px;
    color: #141414;
    margin-top: 10px;
    transition: 0.5s ease-in-out;
}

.product-box .btn-buy:hover {
    background-color: #275D38;
    color: #EDC21B;
    border: none;
}

.product-box .box-top {
    height: 40%;
    background-color: #f1f1f1;
}

.product-box .box-top h6 {
    padding-top: 6px;
}

.product-box .box-bottom p {
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.product-box .box-bottom span {
    font-weight: 600;
}

.product-box .image-box {
    width: 180px;
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.product-box .image-box img {
    width: 100%;
}

.product-box .cart-box {
    width: 40px;
    height: 100px;
    background-color: #CEDC00;
    border-left: 4px solid #275D38;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    z-index: 999;
}

.product-box .cart-box a {
    text-decoration: none;
}

.product-box .cart-box img {
    width: 21px;
    transition: 0.5s ease-in-out;
}

.product-box .cart-box img:hover {
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}


/************** Footer CSS ***************/

.cni-footer .social-icons {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cni-footer .social-icons img {
    margin: 10px;
}

.cni-footer .imp-links p {
    margin: 10px;
}

.cni-footer {
   
}

.cni-footer .imp-links p a {
    text-decoration: none;
    font-weight: 600;
    color: #275D38;
}

.cni-footer .copyright {
    color: #275D38;
}


/**********   CHECKOUTS  *************/

.modal-content {
    border-radius: 4px;
}

.modal-dialog .row {
    margin-bottom: 6px;
}

.modal .close {
    margin-right: 20px;
    outline: none !important;
    border: 0;
    background: transparent;
}

.modal .modal-content input {
    padding: 6px 12px;
    font-weight: normal;
}

.modal input[type='checkbox'] {
    display: inline-block;
    width: 5%;
}

.modal .modal-content .modal-header {
    border: 0;
    padding: 8px 0px;
    background: #e8e8e8;
}

.shipping-address .shipping-body p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.shipping-address .shipping-body p>span {
    font-size: 14px;
    font-weight: 400 !important;
    margin-left: 12px;
}


/*Product Detail CSS*/

.minus {
    width: 33px;
    height: 32px;
    border: none;
    color: #999;
    float: left;
    line-height: 32px;
    padding: 0;
    background-color: #e8e8e8;
    border-radius: 0;
    font-size: 51px;
    vertical-align: middle;
    margin: auto;
    align-items: center;
}

.value-btn {
    cursor: pointer;
}

.value-btn,
input#input-quantity {
    background: none;
    font-size: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    border: 1px solid #dadada;
    outline: 0;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 5px;
    margin-right: 5px;
}

.value-btn,
input#input-quantity {
    background: none;
    font-size: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    border: 1px solid #dadada;
    outline: 0;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 5px;
    margin-right: 5px;
}

.btn {
    border-radius: 5px;
    font-size: 14px;
    height: 35px;
    color: #fff;
    /*background-image: linear-gradient(to bottom, #153B21, #153B23, #153B25, #153B27, #153B29)!important;*/
}

.product-detail .social-box {
    display: flex;
    align-items: center;
}

.product-detail .social-box .icons {
    display: flex;
    margin-left: 15px;
    padding: 12px;
}

.product-detail .social-box .icons a {
    margin-right: 8px;
}

.product-detail .social-box .icons img {
    width: 34px;
}

.product-detail .product-full-des p {
    text-decoration: none;
}

.product-detail .social-box a {
    text-decoration: none;
}

.product-detail .related-products {
    background-color: #fff;
}

.product-detail .product-title {
    color: #4a4a4a;
}

.product-detail .product-content,
.product-detail .product-full-desc {
    color: #676767;
}

.product-detail .product-full-desc h3,
.product-short-desc .product-short-desc h3,
.product-detail .social-box h3 {
    color: #4a4a4a;
}


/******** View - private page CSS *****/

input,
button {
    outline: none;
}

#menu-toggle {
    display: none;
}

#menu-toggle:checked~.sidebar .brand h2 {
    display: none;
}

#menu-toggle:checked~.sidebar .side-img {
    width: 50px;
    height: 50px;
}

#menu-toggle:checked~.sidebar .user {
    display: none;
}

#menu-toggle:checked~.sidebar .menus img {
    margin: auto!important;
}

#menu-toggle:checked~.sidebar li a span:last-child {
    display: none;
}

#menu-toggle:checked~.sidebar {
    width: 65px;
}

#menu-toggle:checked~.main-content header {
    left: calc(65px + 1rem);
}

#menu-toggle:checked~.main-content {
    margin-left: 65px;
}

#menu-toggle:checked~.sidebar .sidemenu ul {
    padding: 0!important;
}

#menu-toggle:checked~.sidebar .sidemenu a {
    padding: 0!important;
}

#menu-toggle:checked~.sidemenu a .la-home {
    margin: auto!important;
    padding: 0!important;
}

#menu-toggle:checked~.sidemenu a span:first-child {
    margin: auto!important;
    padding: 0!important;
}

.sidebar {
    height: 100%;
    left: 0;
    top: 110px;
    position: fixed;
    background: var(--menu-bg);
    width: 260px;
    transition: width 300ms;
    z-index: 999;
}

.sidebar .menus {
    margin-top: 5px;
    height: 400px;
    overflow-y: auto;
    transition: 0.5s ease-in-out;
}

.sidebar .menus img {
    width: 30px;
}

.sidebar .menus a span {
    font-size: 13px;
    margin-left: 12px;
}

.brand {
    padding: 0.5rem 1rem;
    display: flex;
    color: var(--main);
    align-items: center;
    height: 70px;
}

.brand span {
    font-size: 1.8rem;
    margin-right: .5rem;
}

.side-user {
    margin-top: 12px;
    transition: 0.5s ease-in-out;
}

.side-img {
    height: 60px;
    width: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 90%) 0px 5px 13px -5px;
}

.user {
    text-align: center;
    color: #fff;
    margin-top: 6px;
}

.sidemenu {
    padding: .5rem;
}

.sidemenu ul {
    padding: 0!important;
}

.sidemenu li {
    margin: 0;
    padding: 0;
}

.sidemenu a {
    color: #fff;
    font-size: .85rem;
    display: flex;
    align-items: center;
    padding-left: 24px;
    text-decoration: none;
}

.sidemenu a span:first-child {
    font-size: 1.3rem;
    padding: 0rem .6rem;
}

.sidemenu a.active {
    background: var(--menu-active);
    color: #fff;
    border-radius: 4px;
    height: 45px;
}

.main-content {
    margin-left: 260px;
    margin-top: 26px;
    min-height: 100vh;
    /*background: var(--bg-body);*/
    padding: .5rem 1rem;
    transition: margin-left 300ms;
}

header {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 1rem;
    position: fixed;
    z-index: 100;
    left: calc(260px + 1rem);
    right: 1rem;
    top: .5rem;
    border-radius: 3px;
    transition: left 300ms;
}

.menu-toggler {
    height: 35px;
    width: 35px;
    margin-top: 170px;
    margin-left: -18px;
    background: var(--menu-bg);
    color: #fff;
    display: grid;
    place-items: center;
    border-radius: 5px;
}

.head-icons span {
    font-size: 1.5rem;
    margin-left: 1rem;
    color: #fff;
}

main {
    margin-top: calc(90px + .5rem);
    padding: 1rem 0rem;
}

.cards {
     display: flex; 
     flex-wrap: wrap;
}

.card {
    height: 160px;
    margin: 3px;
    color: var(--theme-bg);
    outline: none;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 80%) 0px 5px 13px -5px;
}

.card:nth-child(1n) {
    background: -webkit-gradient(linear, left top, right top, from(#84d9d2), to(#07cdae));
    background: linear-gradient(to right, #84d9d2, #07cdae);
}

.card:nth-child(2n) {
    background: -webkit-gradient(linear, left top, right top, from(#90caf9), color-stop(99%, #047edf));
    background: linear-gradient(to right, #90caf9, #047edf 99%);
}

.card:nth-child(3n) {
    background: -webkit-gradient(linear, left top, right top, from(#ffbf96), to(#fe7096));
    background: linear-gradient(to right, #ffbf96, #fe7096);
}




.card .card-head {
    display: flex;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}

.card-head h6 {
    text-align: left;
    margin: auto 0;
    padding: 12px;
    font-weight: bold;
}

.card-body {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.card-body .card-inner-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-body .card-inner-body p {
    font-size: 18px;
    font-weight: 600;
    color: #484846;
}

.card-body .card-inner-body span {
    font-size: 36px;
    font-weight: 600;
    color: #484846;
}

.card-body p span:first-child {
    color: #fff;
}

.card-body p {
    margin: 0;
}

.chart-grid {
    display: grid;
    grid-template-columns: 60% auto;
    margin-top: 3rem;
    grid-gap: 2.5rem;
}

.chart-follow,
.chart-sales {
    background: var(--bg);
    padding: 1rem;
    border-radius: 3px;
}

.chart-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #efefef;
    padding-bottom: 1rem;
    border-bottom: 1px solid #222;
    margin-bottom: 1rem;
}

.close-mobile-menu {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    display: block;
    height: 100;
    width: calc(100% - 260px);
    background: transparent;
    z-index: 100;
    transition: right 300ms;
}

.user p {
    margin: 0;
    font-size: 11px;
    font-weight: 100;
}

.user p:first-child {
    font-size: 13px;
    font-weight: 100;
}

.banner .carousel{
    margin-top: 110px;
}

.cart-calculation{
    margin-top: 20px;
}  


.cart-total-box .btn-continue{
    display: flex;
    align-items: center;
}

.payment-mode .pay-item-box{
    margin-bottom: 5px;
}

.bottom-space{
    margin-bottom: 0px;
}