

:root{
    --primary: #c7fb11;
    --secondary: #add90b;
    --light: #add90b;
    --white: #fff;
    --black: #000;
}

header{
    background: var(--primary);
}

.top-header .container-xl{
    display: flex;
    justify-content: end;
}

.top-header .top-nav .nav{
    color: var(--white);
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 24px;
}

.top-header .nav .nav-item .nav-link{
    color: var(--black);
}

.top-header .nav .nav-item .nav-link:hover{
    background: var(--secondary);
}

.top-header .top-nav .nav .nav-item .nav-link{
    font-size: 14px;
}

.top-header .top-social .nav .nav-item:first-child{
    border-left: 1px solid var(--light);
}

.top-header .top-social .nav .nav-item{
    border-right: 1px solid var(--light);
}

.top-header .top-search form{
    margin-block-end: 0;
}

.top-header .top-search .form-control{
    border-radius: 0;
    background: var(--secondary);
    border: 0;
    box-shadow: none !important;
    color: var(--black);
}

.top-header .top-search .btn-search{
    color: var(--black);
    background: var(--secondary);
    border-radius: 0;
}

.top-header .top-search .form-control::placeholder{
    color: var(--black)
}

.badge-cartTotal{
    background-color: var(--light);
    color: var(--black);
}

.main-header{
    background: var(--black);
    padding: 1rem 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}


.main-header .container-xl{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .mobileToggle{
    display: none;
}

.main-header .mobileToggle .btn-toggleNav{
    border-color: var(--primary);
    color: var(--primary);
    font-size: 20px;
}

.main-header .nav{
    justify-content: end;
}


.main-header .nav .nav-item .nav-link{
    font-size: 18px;
    color: var(--white);
}

.main-header .nav .nav-item .nav-link:hover{
    color: var(--primary);
}

.main-header .logo img{
    max-width: 200px;
    width: 100%;
}

.offcanvas-body{
    background: var(--secondary);
    color: var(--white);
}

.offcanvasLogo{
    max-width: 200px;
    width: 100%;
}

.offcanvas-header{
    background: var(--primary);
    color: var(--white);
}

.offcanvas-header .btn-close{
    filter: invert(1);
    box-shadow: none !important;
}

body {
    font-family: 'Open Sans', sans-serif;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.desktop-logo {
    text-align: center;
    padding: 30px 0;
    background: #fff;
}
.dropdown-header {
    color: #000;
    font-weight: 700;
}
.dropdown-item {
    font-size: 0.875rem;
}
.dropdown-item.active,
.dropdown-item:active {
    background: var(--primary);
}
header {
    z-index: 9999999999;
}
.navbar-toggler {
    margin: 0 auto;
    padding: 0.25rem 6rem;
}
nav .navbar-brand {
    display: none;
}
.bg-light {
    background: #fff !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary);
}
nav {
    border-bottom: 1px dotted #000;
}
.home-slider img {
    width: 100%;
}
.home-trending {
    position: relative;
    padding-bottom: 20px;
}
.home-trending .trendingBlock{
    position: relative;
}
.home-trending .title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
    position: relative;
}
.home-trending img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.home-trending img:hover {
    cursor: pointer;
}
.home-trending .title::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    background: #000;
    left: 0;
    top: 35px;
}
.home-trending .title::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    background: #000;
    right: 0;
    top: 35px;
}
footer {
    background: #fafafa;
    padding: 30px 0;
    border-top: 1px solid var(--primary);
}
footer h3 {
    font-size: 1.2rem;
    color: var(--primary);
    font-weight: 400;
    margin-bottom: 1rem;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer ul li {
    list-style: none;
    font-size: 0.875rem;
    margin-bottom: .5rem;
}
footer ul li a {
    color: #2B2C37;
    text-decoration: none;
}
footer ul li a:hover {
    color: var(--primary);
    text-decoration: underline;
    cursor: pointer;
}

footer .icon{
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: start;
}

footer .icon i{
    color: var(--primary);
    font-size: 1.4rem;
    margin-right: 10px;
}
footer .icon span{
    font-size: 1rem;
    font-weight: 500;
}
footer .worktime{
    margin-bottom: 1rem;
}
footer .worktime span{
    display: block;
    font-size: .875rem;
}
footer .footerSocial ul{
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
footer .footerSocial ul li a{
    color: var(--primary);
    font-size: 1.2rem;
}

.mobile-shopping-cart {
    background: var(--primary);
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.mobile-shopping-cart a {
    color: #fff;
    text-decoration: none;
}
.desktop-shopping-cart {
    background: var(--primary);
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    right: 0;
    min-width: 10%;
    z-index: 100;
    border-top-left-radius: 10px;
}
.desktop-shopping-cart a {
    color: #fff;
    text-decoration: none;
}
.category {
    padding: 30px 0;
}
.category .single-product-list .product-image img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}
.category .single-product-list .title {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 0;
}
.category .single-product-list .price {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
}
.category .single-product-list .old-price {
    font-size: 12px;
    text-decoration: line-through;
    color: #aaa;
}
.category .single-product-list .product-image {
    position: relative;
    border-bottom: 1px solid #cecece;
}
.category .single-product-list .product-image .add-to-card-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.category .single-product-list .product-image .add-to-card-hover .btn-secondary {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    font-size: 13px;
    padding: 0.5rem 1.5rem;
    transition: 0.2s all ease-in-out;
    border: 0;
}
.category .single-product-list .product-image .add-to-card-hover .btn-secondary:hover {
    background: var(--primary);
}
.add-to-card-hover {
    display: none;
}
.category .single-product-list .product-image:hover > .add-to-card-hover {
    display: block;
}
.category .single-product-list a {
    text-decoration: none;
    color: #000;
}
.page-name-sort {
    padding-top: 20px;
}
.name-sort {
    background: #eee;
    padding: 15px 0;
}
.name-sort .page-title {
    font-size: 16px;
    margin: 0;
    font-weight: 700;
}
.name-sort .sort-by {
    font-size: 11px;
}
.cart {
    padding: 30px 0;
}
.cart .title {
    font-size: 20px;
    font-weight: 700;
}
.cart .description {
    font-size: 14px;
}
.cart .product-img {
    width: 85px;
}
.cart .table tr td {
    font-size: 14px;
}
.cart .table tr td p {
    margin: 0;
    line-height: 1.4;
}
.cart .cart-item-name {
    font-weight: 700;
    text-decoration: underline;
}
.table .thead-dark th {
    border-color: #222;
    background: #222 !important;
    color: var(--white);
}
.cart .cart-item-price {
    font-weight: 700;
}
.cart .cart-item-old-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #aaa;
}
.cart .table td,
.cart .table th {
    vertical-align: middle;
}
.cart #quantity {
    max-width: 100px;
    text-align: center;
}
.cart table {
    border-bottom: 1px solid #eee;
}
.cart-total-info {
    text-align: right;
}
.cart-total-info .total {
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}
.cart-total-info .total .total-price {
    color: #c00;
    font-size: 20px;
}
.cart-total-info .btn-continue-shopping {
    background: #787878;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.cart-total-info .btn-continue-shopping:hover {
    background: #8c8c8c;
}
.btn-continue-checkout {
    background: #000;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.btn-continue-checkout:hover {
    background: #c00;
    color: #fff;
}
.single-product {
    padding: 30px 0;
}
.single-product .product-title {
    font-size: 18px;
    font-weight: 600;
}
.single-product .stock-status {
    margin: 0;
}
.single-product .stock-status.instock {
    color: #32cd32;
}
.single-product .stock-status.outofstock {
    color: #c00;
}
.single-product .color {
    width: 1.5em;
    height: 1.5em;
    display: block;
    opacity: 0.7;
}
.single-product .size-box {
    width: 3em;
    display: block;
    border: 1px solid #222;
    text-align: center;
}
.single-product .color-pick,
.single-product .quantity-pick,
.single-product .size-pick {
    margin-bottom: 1rem;
}
.single-product .color-pick input,
.single-product .size-pick input {
    display: none;
}
.single-product :checked + span {
    border: 1px solid #000;
    -moz-box-shadow: inset 0 0 5px #000;
    -webkit-box-shadow: inset 0 0 5px #000;
    box-shadow: inset 0 0 5px #000;
    opacity: 1;
}
.single-product .quantity-pick #quantity {
    width: 5em;
    text-align: center;
}
.single-product .color.color-blue {
    background: #00f;
}
.single-product .color.color-red {
    background: #c00;
}
.single-product .color.color-green {
    background: green;
}
.single-product .btn-add-to-bag {
    background: #000;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    min-width: 150px;
    margin-bottom: 2rem;
}
.single-product .btn-add-to-bag:hover {
    background: #aaa;
}
.single-product #accordion .card-header {
    color: #000 !important;
}
.single-product .product-price {
    font-size: 26px;
    color: #c00;
    font-weight: 700;
}
.single-product .product-price .old-price {
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    text-decoration: line-through;
}
.checkout .btn-save-shipping {
    background: #000;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    min-width: 150px;
    margin-bottom: 2rem;
}
.checkout .btn-save-shipping:hover {
    background: #aaa;
}
.checkout .shipping-input {
    top: 0.8rem;
}
.checkout .payment-input {
    top: 0.6rem;
}
.checkout .payment-methods img {
    width: 70px;
}
.checkout .order-done .description,
.checkout .order-done .order-done-icon,
.checkout .order-done .title {
    text-align: center;
}
.checkout .order-done .order-done-icon i {
    font-size: 3rem;
    margin-bottom: 1rem;
}
.checkout .order-done .title {
    margin: 0;
}
.order-done .table-responsive {
    margin-top: 2rem;
}
.copyright {
    background: var(--secondary);
    color: #fff;
    margin: 0;
    padding: 10px;
    font-size: 0.875rem;
}
.copyright p {
    margin: 0;
}

.copyright .footer_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright .footer_wrapper .footer_logo{
    font-size: 12px;
}

.copyright .footer_wrapper .footer_logo a{
    color: #fff;
    text-decoration: none;
}

.copyright .footer_wrapper .footer_logo img{
    height: 25px;
}

footer .footerLogo{
    width: 100%;
}

.login{
    padding: 80px 0;
}

.login .title{
    font-size: 1.7rem;
    color: var(--primary);
}

.btn-login{
    background: var(--primary);
    color: var(--white);
    width: 100%;
    transition: .4s all ease-in-out;
}

.login .form-control:focus{
    box-shadow: none !important;
    border-color: var(--primary);
}

.btn-login:hover{
    background: var(--secondary);
    color: var(--white);
}

.form-check-input:focus{
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem #55297a40;
}

.form-check-input[type=checkbox] {
    filter: hue-rotate(46deg) brightness(1) !important;
}

.home-categories{
    background: rgb(74,28,106);
    background: linear-gradient(90deg, rgba(74,28,106,1) 0%, rgba(124,47,169,1) 100%);
    padding: 80px 0;
}

.home-categories .title{
    color: #fff;
    text-align: center;
    margin-bottom: .5rem;
}

.home-categories .description{
    color: #fff;
    text-align: center;
    font-weight: 300;
}

.home-categories .home-category-list{
    display: block;
    column-count: 4;
}

.home-categories .home-category-list .categoryTitle{
    font-size: 1.5rem;
    color: #ffca00 !important;
}

.home-categories .home-category-list .nav-link{
    padding: .2rem;
    color: #fff;
}

.home-categories .home-category-list .nav-link:hover{
    text-decoration: underline;
}

.home-cta{
    background: rgb(74,28,106);
    background: linear-gradient(90deg, rgba(74,28,106,1) 0%, rgba(124,47,169,1) 100%);
    padding: 80px 0;
    color: #fff;
}

.home-cta .title{
    font-weight: 300;
}

.home-cta .title span{
    font-weight: 500;
}

.home-cta .btn-join{
    background: var(--white);
    border-radius: 2px;
    color: var(--primary);
    padding: 1rem 2rem;
    border: 2px solid var(--white);
    transition: .4s all ease-in-out;
}

.home-cta .btn-join:hover{
    background: transparent;
    border-color: var(--white);
    color: var(--white);
}

.home-cta .btn-join:first-child{
    margin-right: 20px;
}

.home-news{
    padding: 80px 0;
}

.home-news a{
    color: inherit !important;
    text-decoration: none !important;
}

.home-news .title{
    font-weight: 300;
}

.home-news .title i{
    color: var(--primary);
}

.home-news .lastNews .lastNewsImage{
    margin-bottom: 1rem;
}

.home-news .lastNews .lastNewsImage img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.home-news .lastNews .lastNewsTitle{
    color: var(--primary);
    font-size: 1.7rem;
}

.home-news .threeNews{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 1.5rem;
}

.home-news .threeNews:not(:last-child){
    margin-bottom: 1.5rem;
}

.home-news .threeNews .threeNewsContent{
    display: flex;
    flex-direction: column;
}

.home-news .threeNews .threeNewsImage img {
    width: 100%;
    height: 117px;
    object-fit: cover;
}

.home-news .threeNews .threeNewsContent .threeNewsTitle{
    font-size: 1.2rem;
    color: var(--primary);
    font-weight: 500;
}

.home-news .threeNews .threeNewsContent .threeNewsDescription{
    font-size: 0.875rem;
    margin: 0;
}

.home-trending .trending-image-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 0 20px #000;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}
.home-banner img {
    width: 100%;
}


/* DASHBOARD */

.dashboard{
    padding: 80px 0;
}

.dashboard .nav-pills .nav-item .nav-link{
    color: var(--primary);
}

.dashboard .nav-pills .nav-item .nav-link.active,.dashboard .nav-pills .nav-item .nav-link:hover{
    background: var(--primary);
    color: var(--white);
}

.dashboard .nav-pills .nav-item .nav-link i{
    width: 30px;
}

.dashboard .avatar img{
    border-radius: 100%;
    width: 120px;
    border: 3px solid white;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.dashboard .myProfile{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
}

.dashboard .myProfile .info small{
    display: block;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: .5rem;
    color: var(--primary);
}

.dashboard .myProfile .info h6{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0.5rem;
}

.dashboard thead th{
    background: var(--primary);
    color: var(--white);
}

.dashboard .tabTitle{
    color: var(--primary);
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.dashboardModalTableHead{
    display: flex;
    background: var(--primary);
    color: var(--white);
    padding: 0 15px;
    font-size: 16px;
}

.dashboardModalTableHead div,.dashboardModalTableBody div{
    flex: 1;
}

.dashboardModalTableBody{
    display: flex;
    background: #e9e9e9;
    color: var(--black);
    padding: 0 15px;
    font-size: 16px;
}

.dashboardModalTableBody:not(:last-child){
    border-bottom: 1px solid #b3b3b3;
}

.dashboard table tr td{
    vertical-align: middle;
}

.btn-primary{
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active{
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: var(--white) !important;
}

.bg-primary{
    background: var(--primary) !important;
}

a[href^="tel"] {
    color: var(--primary) !important;
}

/* FILTERS */

.filterCategory,.filterBrand,.filterZaKoga,.filterStanjeKoze,.filterMjestoPrimjene{
    padding: 1rem;
}

.filterCategory,.filterBrand,.filterZaKoga,.filterStanjeKoze{
    border-bottom: 1px solid var(--secondary);
}

.filterCategory h5,.filterBrand h5,.filterZaKoga h5,.filterStanjeKoze h5,.filterMjestoPrimjene h5{
    color: var(--primary);
}

.offcanvas .filterCategory h5,.offcanvas .filterBrand h5,.offcanvas .filterZaKoga h5,.offcanvas .filterStanjeKoze h5,.offcanvas .filterMjestoPrimjene h5{
    color: var(--white);
}

.filterCategory ul{
    list-style: none;
    padding: 0;
    color: var(--black);
}

.filterCategory ul li a:hover{
    text-decoration: underline;
}

.filterBrandCheck,.filterStanjeKozeCheck,.filterMjestoPrimjeneCheck{
    height: 300px;
    overflow-x: hidden; 
    overflow-y: scroll;
}

::-webkit-scrollbar{
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
}

::-webkit-scrollbar-thumb:hover{
  background: var(--secondary);
}

.mKategorije .accordion-button{
    background: var(--light);
    color: var(--white);
    box-shadow: none !important;
    text-decoration: none;
}

.mKategorije a{
    text-decoration: none;
}

.mKategorije .accordion-item{
    border-color: var(--primary);
}

.mKategorije .accordion-button::after{
    filter: invert(1) hue-rotate(200deg) brightness(100) saturate(10);
}

.mKategorije .buttonBrendovi::after{
    display: none;
}

.mKategorije .accordion-body{
    background: var(--primary);
}

.mKategorije .accordion-body .nav-item .nav-link{
    color: var(--white);
    padding: .5rem 0;
}

.pages{
    padding: 80px 0;
}

.pages a{
    color: var(--primary);
}

.pages .title{
    color: var(--primary);
    margin-bottom: 2rem;
}

.pages .faq .accordion-body{
    background: #ebebeb;
}

.pages .faq button{
    box-shadow: none !important;
}

.pages .faq button:not(.collapsed){
    background: var(--primary);
    color: var(--white);
}

.pages .faq .accordion-button:not(.collapsed)::after{
    filter: invert(1) hue-rotate(200deg) brightness(100) saturate(10);
}

.pages .contact input::-webkit-outer-spin-button, .pages .contact input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pages .contact input[type=number] {
  -moz-appearance: textfield;
}

.pages .contact h3{
    color: var(--secondary);
    font-size: 1.3rem;
}

.pages .news{
    padding: 0;
}

.pages .news .news-image{
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: .5rem;
}

.pages .news .news-title{
    color: var(--primary);
    margin-bottom: .5rem;
}

.mFilters{
    display: none;
    margin-top: 1rem;
}

#sviFilteri .btn-filteri{
    padding: .5rem 0;
    background: var(--light);
}

.news{
    padding: 30px 0;
}

.news a{
    color: inherit;
    text-decoration: none;
}

.news .card-img{
    position: relative;
}

.news .card-img .news-date{
    position: absolute;
    bottom: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    right: 0;
}

.news .card-img .card-img-top{
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.news .card-title{
    color: var(--primary);
    font-size: 1.2rem;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .card-text{
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .active>.page-link, .news .page-link.active{
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: none !important;
}

.news .page-link{
    box-shadow: none !important;
}

.news .page-link:hover{
    color: var(--primary);
}

.news .active .page-link:hover{
    color: #fff;
}

.category .active>.page-link, .category .page-link.active{
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: none !important;
    color: #fff;
}

.category .page-link{
    box-shadow: none !important;
    color: var(--primary);
}

.category .page-link:hover{
    color: var(--primary);
}

.category .active .page-link:hover{
    color: #fff;
}

@media (max-width: 1400px) {
    .main-header .nav .nav-item .nav-link {
        font-size: 15px;
    }
}

@media (max-width: 1040px) {
    .top-header{
        display: none;
    }
    .main-header .nav{
        display: none;
    }
    .main-header .mobileToggle{
        display: block;
    }
}

@media all and (min-width: 992px) {
  .nav .has-megamenu{position:relative!important;}
  .nav .megamenu{left:0; width:700px; margin-top:0;padding:1rem;}
  .nav .has-megamenu:nth-child(5) .megamenu{
      left: auto;
      right: 0;
  }
  
  .nav .nav-0 .megamenu{
      width: 700px;
  }
  
  .nav .nav-1 .megamenu{
      width: 270px;
  }
  
  .nav .nav-2 .megamenu{
      width: 500px;
  }
  
  .nav .nav-3 .megamenu{
      width: 500px;
      left: auto;
      right: 0;
  }
  
  .nav .nav-4 .megamenu{
      width: 230px;
      left: auto;
      right: 0;
  }
  
}	

@media (min-width: 992px) {
    .navbar-light .navbar-nav li:not(:last-child) {
        border-right: 1px solid #000;
    }
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
    }
    .home-slider img {
        height: 578px;
        object-fit: cover;
    }
}

@media (max-width: 991px){
    .allFilters{
        display: none;
    }
    .rowProducts{
        width: 100%;
    }
    .mFilters{
        display: block;
    }
}

@media (max-width: 768px) {
    .home-category-listRow{
        margin-top: 1rem !important;
    }
    .home-cta .d-flex{
        flex-direction: column;
    }
    .home-cta .d-flex button:first-child{
        background: transparent;
        color: var(--white);
    }
    .home-cta .d-flex button:first-child:hover{
        background: var(--white);
        color: var(--primary);
    }
    .home-cta .d-flex button{
        width: 100%;
        margin-top: 2rem;
    }
    .copyright .footer_wrapper{
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .copyright .footer_wrapper .footer_logo{
        margin-top: 1rem;
    }
    .dashboard .myProfile{
        flex-direction: column;
    }
    .dashboard .tabColumn{
        margin-top: 2rem;
        padding-top: 2rem;
        border-top: 1px solid var(--primary);
    }
    .home-categories .home-category-list{
        column-count: 1;
    }
    .home-news .threeNews{
        flex-direction: column;
    }
    .home-cta .description{
        margin-bottom: 2rem !important;
    }
    .home-trending img {
        height: 150px;
        object-position: 0% 20%;
        margin-bottom: 1rem;
    }
    .home-categories .home-category-list .categoryTitle{
        margin-top: 1rem;
    }
    .copyright{
        margin-bottom: 44px;
    }
    .copyright span{
        display: block;
    }
    footer {
        padding-bottom: 60px;
    }
    footer .widget:not(:last-child) {
        margin-bottom: 2rem;
    }
    .home-trending .title::before {
        display: none;
    }
    .home-trending .title::after {
        display: none;
    }
    .page-name-sort,
    .sort-by {
        text-align: center !important;
    }
    .page-name-sort .sort-by {
        margin-top: 15px;
    }
    .category .single-product-list .product-image .add-to-card-hover .btn-secondary {
        padding: 0.5rem 1rem;
        font-size: 11px;
    }
    .cart-total-info .btn-continue-shopping {
        
    }
    .cart .img-mobile-hide {
        display: none;
    }
    .cart .cart-item-name {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 9ch;
    }
    .home-news .title{
        font-size: 1.8rem;
    }
    .home-news a{
        color: inherit !important;
        text-decoration: none !important;
    }
    .home-news .lastNews .lastNewsImage img {
        height: 200px;
    }
    .home-news .threeNews .threeNewsImage{
        width: 100%;
    }
    .home-news .threeNews .threeNewsImage img{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .home-news .threeNews .threeNewsContent{
        width: 100%;
    }
    .home-news .threeNews .threeNewsContent .threeNewsTitle,.home-news .lastNews .lastNewsTitle{
        font-size: 1.5rem;
    }
    .pages .news .news-image{
        height: 250px;
    }
    .pages .news .news-date{
        font-size: .875rem;
    }
    .pages .news .news-title{
        margin-top: 1rem;
    }
    .pages .news .news-description{
        font-size: 1.1rem;
    }
    .register_side{
        margin-top: 2rem;
    }
}
