/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/


/* my styles */

@media only screen and (max-width: 577px) {
    .logo-media {
        width: 150px;
    }

    .height-100px {
        height: 100px !important;
    }
}

.justify-end {
    justify-content: flex-end;
}

.padding-12px-if {
    padding: 12px;
}

    .padding-12px-if:first-child {
        padding-top: 0;
    }

    .padding-12px-if:last-child {
        padding-bottom: 0;
    }

.padding-t-b-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.flexer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.d-flex {
    display: flex;
}

.img-fitter {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-3p {
    right: 3% !important;
}

.about-us-banner {
    max-width: 350px
}

.pt-0 {
    padding-top: 0;
}

.j-center {
    justify-content: center;
}

.max-width-1200px {
    max-width: 1200px;
}

.max-width-960px {
    max-width: 960px
}

.blog-details-banner {
    aspect-ratio: 1370/385;
    object-fit: cover;
}

.height-30px {
    height: 30px;
}


#main-menu {
    padding-left: 45px;
}


@media only screen and (min-width: 800px) {
    .layout2-logo {
        padding-left: 42px;
    }
}


@media (min-width: 578px){
    .main-menu .menu-right .icon-nav .mobile-search i, .main-menu .menu-right .icon-nav .mobile-cart i, .main-menu .menu-right .icon-nav .mobile-setting i {
        display: block;
    }
    .layout2-logo {
        padding-left: 42px;
        margin: -1rem 0;
    }
    }

.menu-icons-filler-space {
    width: 107px;
    display: none;
}

@media only screen and (max-width: 1200px) and (min-width: 578px) {
    .menu-icons-filler-space {
        display:block
    }
    .menu-right.pull-right {
        position:absolute;
    }

    .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart {
        left: 0;
    }

    .main-menu .menu-right .icon-nav .onhover-div .show-div.setting {
        left: 0;
    }
    }



.product-filter-content {
    justify-content: start;
}


@media (min-width: 1200px) {
    .main-nav-center .sm > li > a {
        font-size: 0.9rem;
    }
}


.footer-end {
    text-align:center;
}

@media (max-width: 991px) {
    .collection .partition-collection > div:first-child
{
    margin-top: 30px;
}
}

.select-list {
    width: 100%;
    height: 40px;
}

.sidebar-buttons-container {
    display:flex;
    flex-direction: column;
    margin: 1rem 0;
    justify-content:center;
    align-items: center;
}

.sidebar-buttons-container > button:first-child {
    margin: 0 !important;
}

.text-underline-btn {
    font-size: 0.7rem;
    font-weight: 600;
    border-color: transparent;
    background-color: transparent;
    text-decoration: underline;
    /* font-family: i; */
    text-transform: uppercase;
    margin-top: 1rem !important;
    color: #444;
}

.item-small-img-container {
 /*   height: 269.5px;*/
    display:flex !important;
}



.item-big-img-container {
    /*height: 860px;*/
    display: flex !important;
}

.item-big-img .item-small-img {
    object-fit: cover !important;
}

.custom-message {
    color: black !important;
    text-transform: unset;
}

.product-box .cart-info i, .product-box .cart-wrap i, .product-wrap .cart-info i, .product-wrap .cart-wrap i {
    text-shadow: 0px 0px 10px black;
    color: #dedede;
}

.loader_skeleton.dark > div {
    filter: brightness(0.4);
}

.loader_skeleton.dark > section {
    filter: brightness(0.4);
}

.loader_skeleton.dark > .breadcrumb-section {
    filter: brightness(1);
}

.loader_skeleton.dark {
    background: #2b2b2b
}

.dark .btn-solid, .dark .tap-top {
    color: #2b2b2b !important;
}

.dark .text-underline-btn {
    color: #fff;
}

.dark .select-list {
    background-color: #2b2b2b
}
@media (max-width: 767px){
.home-slider .home {
    height: 41vh;
}
}
@media (max-width: 577px){
.home-slider .home {
    height: 41vh;
}
}
@media (max-width: 480px){
.home-slider .home {
    height: 30vh;
}
}
@media (max-width: 767px){
.home-slider .home {
    background-size: contain !important;
}
}
@media (max-width: 577px){
.top-header .header-dropdown li:first-child {
    display:none;
}
}
