/* About us page */

.about-us .content li {
    margin: 10px;
}

.about-us .content {
    display: flex;
    justify-content: center;
}

.about-us .content .right, .about-us .content .left {
    flex: 0 0 40%;
}

.about-us h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.about-us {
    margin-bottom: 100px;
}

/* Contact page */

.contact p {
    margin: 5px;
}

.contact-page h2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.working-hours {
    font-weight: bold;
}

.add-margin-top {
    margin-top: 20px;
}


.add-margin-bot {
    margin-bottom: 20px;
}
/* Contact page */
.contact {
    display: flex;
    gap: 150px;
    justify-content: center;
}

.contact-page {
    margin-bottom: 100px;
}

.contact-page div.company-info p {
    margin: 0;
}

.contact-page div.company-info {
    margin: 20px 0;
}

.contact-page div.company-info p {
    margin: 0;
}

.contact-page div.company-work-hours p {
    margin: 0;
}


.contact-page .form-row {
    display: flex;
    margin-bottom: 10px; /* Adjust the spacing between rows */
}

.contact-page .form-row input,
.contact-page .form-row textarea {
    flex: 1; /* Distribute available space evenly between inputs and textarea */
    margin-right: 10px; /* Adjust the spacing between elements within a row */
    border: none;
    outline: none;
}

.contact-page .form-row input {
    padding: 10px 25px;
    background: #eeeeee;
}

.contact-page .form-row textarea {
    background: #eeeeee;
    padding: 10px 25px;
}

.contact-header {
    text-align: center;
}

.contact-page button.contact-submit {
    float: right;
    outline: none;
    background: none;
    border: 1px solid #56b4f4 !important;
    color: #56b4f4;
    padding: 10px 25px;
    margin-right: 15px;
}

.contact-page div.alert-danger button.close-modification {
    outline: none;
    border: none;
    background-color: #fb317d;
}

.contact-page div.alert-success button.close-success {
    outline: none;
    border: none;
    background-color: #77b900;
}

.contact-page button.contact-submit:hover {
    background: #56b4f4;
    color: #fff;
}

.footer-block img {
    width: 150px;
}

/* Servis IT opreme */
.it-equpment-service h2 {
    margin: 50px;
}
.it-equpment-service {
    margin-bottom: 50px;
}

.it-equpment-service .page-container {
    display: flex;
}

.it-equpment-service .text-section {
    flex: 1;
    padding: 20px;
}

.it-equpment-service .image-section {
    flex: 1;
}
.it-equpment-service h2 {
    text-align: center;
}

/* Blog pagination */
.blog-list .pagination-wrap {
    justify-content: center !important;
}
/* Account icon on click side panel */
#dropdnAccount .header-side-panel .dropdn-content-block {
    padding: 10px 90px;
}

/* delivery price on checkout page */
.deliveryPrice {
    display: block;
}

.deliveryPrice small {
    font-weight: bold;
}

/* Product button */

.prd .prd-action .btn, .prd .prd-action .btn:active, .prd .prd-action .btn:active:focus, .prd .prd-action .btn:visited, .prd .prd-action .btn:focus {
    background-color: #d950ae;
}
.prd .prd-action .btn:hover {
    background-color: #823068;
}
.btn.add-coupon {
    background-color: #41E4BB;
}
.btn.add-coupon:hover {
    background-color: #278970;
}
.prd .prd-action .btn {
    background-color: #d950ae;
}
.prd-big-circle-labels .label-sale {
    background-color: #41E4BB;
}

/* orders */
.table-order-history td:last-child
{
    text-align:left;
}

/* tooltip text for narudzbe */
.tooltip-menu-item {
    position: relative;
    display: block;
    text-decoration: none;
}

.tooltip-menu-item .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-menu-item:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* menu item categories */
.submenu-list .menu-item-category a {
    font-size: 14px;
    line-height: 24px;
}
.submenu-list .menu-item-category .submenu-title a {
    font-size: 23px;
    line-height: 34px;
    font-weight: 600;
}
/* submenu */
/*.submenu-title.menu-item-category a {*/
/*    font-size: 16px;*/
/*}*/
.submenu-list .menu-item-category .submenu-title a:hover {
    color: #41E4BB;
}
.submenu-list .menu-item-category a::before {
    font-size: 11px;
    top: 10px;
    left: -2px;
}
.submenu-title:first-child{
    margin-top: 0px;
}
/*.mmenu-item--simple.browse-categories {*/
/*    background-color: #f1f1f1;*/
/*}*/

.mmenu-item--simple.browse-categories li.menu-item-category:last-child a::before {
    display: none;
}

.mmenu-item--simple.browse-categories .submenu-list li.menu-item-category:last-child a:hover, .mmenu-item--simple.browse-categories .submenu-list li.menu-item-category:last-child a.active {
    padding-left: 10px;
    background: initial;
}

.submenu-list .menu-item-category a.category-link {
    color: #5378f4;
}

/* cart sidebar button */
#dropdnMinicart .dropdn-content-block .dropdn-close {
    padding-top: 3px !important;
}

/*@media only screen and (max-width: 600px) {*/
/*    #dropdnMinicart .dropdn-content-block .dropdn-close {*/
/*        margin-right: 20% !important;*/
/*    }*/
/*}*/

@media only screen and (min-width: 1025px) {
    .bnslider-wrapper.hide-desktop {
        display: none;
    }
}

.footer-facebook-icon {
    font-size: 36px;
    margin: 6px 0;
}

.product-previews-carousel.slick-vertical {
    height: 495px;
    overflow: hidden;
}

/*.aside--sticky.js-sticky-collision.single-images {*/
/*    overflow: hidden;*/
/*}*/

.prd .prd-action .btn {
    background-color: #d950ae;
}
.prd .prd-action .btn:hover {
    background-color: #823068;
}
.collection-grid-2-item .collection-grid-2-item-inside {
    background-color: #fff;
}

#holderShopFeature.theme-1-elec .shop-feature-bg .shop-feature-icon {
    color: #ffd800
}

#holderShopFeature.theme-1-elec .shop-feature-bg:hover .shop-feature-icon {
    color: #ffd800
}

/*#holderShopFeature.theme-1-elec .shop-feature-compact{*/
/*    background-color: #f7f7f8;*/
/*}*/

/*#holderShopFeature.theme-1-elec .shop-feature-compact:hover {*/
/*    background-color: #f7f7f8*/
/*}*/
#holderCollectionGrid .collection-grid-2-title {
    font-size: 16px;
    font-weight: 600;
    color: #464b5c
}

#holderCollectionGrid .collection-grid-2-title:hover {
    color: #464b5c
}

.picked-cats {
    margin-top: 0;
    padding: 80px 0;
}

.picked-cats .collection-grid-2-img.image-container.image-hover-scale img {
    max-width: 65%;
    object-fit: contain;
}

.picked-cats .collection-grid-2-item .collection-grid-2-item-inside {
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.picked-cats .collection-grid-2-item .collection-grid-2-item-inside:hover {
    box-shadow: 0 5px 20px rgb(131 131 131 / 5%);
}

/*.med-banner-wrapp .bnslider {*/
/*    min-height: 400px !important;*/
/*    height: 520px !important;*/
/*}*/

.mt-boxes {
    margin: 20px 0;
}

.mt-boxes-tabs {
    margin: 20px 0;
}

.mt-boxes .shop-feature-icon.col-auto {
    color: #af1e2d;
}

.mt-boxes .top-bes {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.bb-line {
    position: relative;
}

.bb-line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.go-to {
    position: absolute;
    right: 0;
    line-height: 2;
    z-index: 9;
    font-weight: 600;
}

.mb-f {
    margin-bottom: 5px !important;
}

.bt-pad-1 {
    padding-bottom: 25px !important;
}

.prd-cont-2 .def-none {
    display: none;
}

.prd-cont-2 .active-tab {
    display: flex !important;
}

.swiper {
    width: 100%;
    min-height: fit-content;
    max-width: 350px;
    margin: 20px auto;
}

.product {
    display: flex;
    justify-content: center;
}

h4.product-name {
    margin: 0;
}

.product div.prd-rating {
    margin: 5px 0;
}

div.product-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 15px;
    right: 15%;
}

.swiper-button-prev {
    left: 70%;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px;
}

.new-price {
    font-weight: bold;
    text-decoration: none;
}

.prd-grid {
    align-items: self-end;
}

.title-tabs-wrap .title-tabs {
    gap: 10px;
}

.mt-boxes .top-bes {
    padding: 15px;
}

.bnslider-wrapper.mobile-wrapper .bnslider-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.bnslider-wrapper.mobile-wrapper .bnslider img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

/* Position the arrow buttons */
.bnslider-wrapper.mobile-wrapper .bnslider-arrows {
    top: 50%;
}

.bnslider-wrapper.mobile-wrapper .bnslider-arrows > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
}

/* Position the left arrow */
.bnslider-wrapper.mobile-wrapper .bnslider-arrows .slick-prev {
    left: 0;
    transform: translateY(-50%);
}

/* Position the right arrow */
.bnslider-wrapper.mobile-wrapper .bnslider-arrows .slick-next {
    right: 0;
    transform: translateY(-50%);
}

.bnslider-wrapper.mobile-wrapper .bnslider-arrows .slick-prev::before, .bnslider-wrapper.mobile-wrapper .bnslider-arrows .slick-next::before {
    background: transparent !important;
}
.home-xs2 .prd-labels--max:not(.prd-w-xs):not(.prd-w-xxs) .prd-big-circle-labels .label-new:only-child{
    bottom: 15px;
    top: 5px;
    width: 34px;
    height: 34px;
}
.home-xs2 .prd-labels--max:not(.prd-w-xs):not(.prd-w-xxs) .prd-big-circle-labels .label-new:only-child > span{
    font-size: 10px;
}
.submenu-list .menu-item-category a{
    border-bottom: 1px solid #eeeeee;
    line-height: 1.1;
    padding-bottom: 9px;
    padding-top: 9px;
    font-weight: 500;
}
.submenu-list .category-link{
    text-align: center;
    color: #1a1a1a!important;
    font-weight: 600;
    background-color: #f4f4f4;
    padding-top: 7px;
    padding-bottom: 7px;
}
.mmenu-item--simple.browse-categories{
    background-color: #f1f1f1;
}
.side-wp-if{
    text-align: center;
    background-color: #e9e9e978;
    padding: 40px;
    border-radius: 15px;
}
.label-popular{
    width: fit-content!important;
    font-size: 9px!important;
    height: 30px!important;
    border-radius: 6px!important;
    background-color: cadetblue;
    color: #fff;
    justify-content: center;
    font-weight: 700;
}
.prd-grid .prd--style2:not(.prd-hor) .prd-title{
    min-height: 60px;
}
#category-selector-holder .collection-grid-2-item.col-9.col-md-quarter.col-lg-3{
    padding: 10px;
}
#category-selector-holder .collection-grid-2-title{
    font-size: 15px;
    font-weight: 600;
    color: #fff!important;
    background-color: #414d63;
    height: 40px;
    position: relative;
    text-align: center;
    transition: all .3s ease;
    line-height: 2.5;
}
#category-selector-holder .collection-grid-2-title:hover{
    color: #fff;
    opacity: 0.9;
}
.blog-grid {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.tags-list li a:hover, .tags-list li a:focus{
    background: #d950ae;
}
.tags-list li a{
    font-size: 12px;
    padding: 0 10px;
}
.tags-list li{
    margin-right: 4px;
}
.post-prw-simple .post-prw-title a:hover{
    color: #38c4da;
}
.post-prw-vert .post-prw-title a:hover{
    color: #38c4da;
}
/* Define the layout for specific blog post elements */
@media (min-width: 481px) and (max-width: 768px){
    #category-selector-holder .collection-grid-2.row{
        grid-template-columns: 1fr 1fr 1fr!important;
        gap: 18px 0!important;
    }
    .blog-grid.row{
        justify-content: center;
        gap: 11px;
    }
    .blog-grid.row > .post-prw-simple{
        width: 48%;
    }
}
@media (min-width: 768px) and (max-width: 991px){

    #category-selector-holder .collection-grid-2.row{
        display: flex!important;
    }
    .blog-grid.row{
        margin-left: 0;
    }
}
@media (max-width: 480px){
    .blog-grid .post-prw-simple{
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
        border-radius: 5px 5px 0 0;
        margin: 10px;
        padding: 10px;
    }
    #category-selector-holder .collection-grid-2.row{
        grid-template-columns: 1fr 1fr!important;
        gap: 18px 0!important;
    }
}
@media (min-width: 991px){
    #category-selector-holder .collection-grid-2.row{
        grid-template-columns: 1fr 1fr 1fr 1fr!important;
        gap: 18px 0!important;
    }
    .blog-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }
    .post-prw-simple {
        text-align: left;
    }
    /* For the row with 1 element */
    .post-prw-simple:nth-child(5n - 4)  {
        grid-column: span 4; /* Span all 4 columns */
        margin: 20px 0px;
    }
    .post-prw-simple:nth-child(5n - 4) .post-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    /* For the row with 4 elements */
    .post-prw-simple:nth-child(5n - 3),
    .post-prw-simple:nth-child(5n - 2),
    .post-prw-simple:nth-child(5n - 1),
    .post-prw-simple:nth-child(5n) {
        grid-column: span 1; /* Span 1 column for each element */
    }
    .post-prw-simple:nth-child(5n - 4) .post-prw-img {
        width: 70%;
        float: left;
        margin-right: 25px;
    }
    .post-prw-simple:nth-child(5n - 4) .post-prw-title {
        margin: 20px 0;
        text-align: left;
    }
    .post-prw-simple:nth-child(5n - 4) .post-prw-title a {
        font-size: 42px;
        line-height: 48px;
    }
    .post-prw-simple:nth-child(5n - 4) .post-prw-teaser {
        font-size: 18px;
        line-height: 27px;
        text-align: left;
        margin-bottom: 27px;
    }
    .post-prw-simple .post-prw-links {
        justify-content: flex-start;
    }
}
@media (max-width: 991px) {
    .filter-toggle:first-child {
        display: block;
    }
    .post-full img{
        object-fit: contain;
        height: auto!important;
    }
}
@media only screen and (min-width: 767px) {
.aside--sticky {
    position: sticky;
    top: 10px;
    align-self: flex-start;
}
}
.blog-list .page-item.active .page-link{
    color: #fff;
    background-color: #72727291;
    border-color: unset;
    border: unset;
    border-radius: 7px;
}
.blog-list .page-item .page-link{
    border-color: unset;
    border: unset;
    border-radius: 7px;
    font-size: 15px;
    background-color: unset;
}
.blog-list .page-item .page-link:hover{
    background-color: #838daf59;
    color: #fff;
}
.blog-list .page-item .page-link:focus{
    box-shadow: unset;
}
.blog-list .pagination-wrap .pagination{
    background-color: #d3d3d33d;
    padding: 6px 15px;
    border-radius: 20px;
}
.blog-list .page-item.next a, .blog-list .page-item.prev a{
    padding: 0px 5px;
    width: fit-content;
    background-color: unset;
    min-width: 31px;
}
#category-selector-holder .collection-grid-2-item.col-md-quarter.col-no-t{
    margin-top: 0px;
    padding-left: 0px;
}
#category-selector-holder .collection-grid-2.row{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0px;
}
.acc-d-pwd{
    position: relative;
}
.acc-d-pwd i{
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 11px;
    height: 100%;
    line-height: 2;
    z-index: 99;
}
/*#dropdnAccount.account-drop .dropdn-form-wrapper{*/
/*    text-align: center;*/
/*    background-color: #e9e9e978;*/
/*    padding: 40px;*/
/*    border-radius: 15px;*/
/*}*/

img.usp {
    width: 45px;
}

div.usp-text {
    color: #24a9bd;
}

a.blog-edit, a.product-edit {
    font-size: 23px;
    text-decoration: none;
    margin-left: 5px;
}

a.blog-edit:hover, a.product-edit:hover {
    color: #38c4da;
}

.header-side-panel .dropdn-content-block {
    padding-right: 90px; /* FIX for login side panel */
}

/*.prd.hovered .prd-action {*/
/*    transform: translateY(-44px) !important;*/
/*}*/

/*.prd.hovered .prd-price {*/
/*    transform: translateY(-20px) !important;*/
/*}*/

/*!* .prd not hovered .prd-price *!*/
/*.prd:not(.hovered) .prd-price {*/
/*    transform: translateY(20px) !important;*/
/*}*/

/*!* .prd not hovered .prd-action *!*/
/*.prd:not(.hovered) .prd-action {*/
/*    transform: translateY(44px) !important;*/
/*}*/
.prd-big-circle-labels .label-new{
    background-color: unset;
}