ul.theme-color>li {
    margin-right: 10px;
}

.header7 .header-contain .icon-block ul li.icon-desk-none {
    display: flex; 
}

::selection {
    background-color: #010101;
    color: #ffffff;
}

.brand-second .brand-box {
    padding: 5px;
}

.services2 .services-box
{
    background-color: #ffffff;
    color: #212529;
}


.subfooter.dark-footer {
    background-color: #000000;
}
.footer-contant p {
    line-height: 1.6;
    margin-bottom: 20px;
    color: black;
    font-weight: 600;
    font-size: 16px;
}

.footer-contant ul li a {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
}
.footer-contant .contact-list li {
    padding-left: 25px;
    color: black;
    font-size: 16px;
    font-weight: 600;
}

.logo-img
{
    width: 24%!important;
}


header#stickyheader .category-header7 .brand-logo img {
    height: 50px;
        width: 100% !important;
}


a.add-button.add_cart.tooltip-top {
    background-color: #e62a16;
    color: #ffffff;
        display: block;
    text-align: center;
    font-size: calc(16px +(18 - 16)*((100vw - 320px) /(1920 - 320)));
    text-transform: capitalize;
    width: 100%;
    padding: 5px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;
    cursor: pointer;
    font-weight: 700;
}

.width-42{
    width: 42%!important;
}
.width-25{
    width: 25%;
}
.product .product-box .product-detail.product-detail2 .color-variant .check-color {
    width: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 19, 37, 0.16);
    height: 16px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 3px;
}
.header-category ul.collapse-category {
    padding: 0 10px!important;
}
/*body {
 font-family: var(--bs-font-sans-serif)!important;
}*/
.size-box ul li {
    /* width: 80px; */
}
.size-box ul li a {
    color: #000000!important;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .icon-detail a, .collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .icon-detail button {
    width: auto!important;
}

















@media (max-width: 575px)
{
    .category-header7 .category-contain .category-left .logo-block .brand-logo img {
        height: 40px!important;
        width: 100% !important;
    }
}

@media (max-width: 480px)
{
    .header7 .header-contain .logo-block .brand-logo img {
        height: 40px!important;
        width: 100% !important;
    }
}

@media (max-width: 1470px)
{
    .header7 .header-contain .logo-block .brand-logo img {
        height: 50px;
        width: 100%!important;
    }
}

.product-box{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 10px;
    margin-right: 10px;
transition:0.5s;
}