﻿/*.site-wrap {
    background: #D3D3D3
}*/

.fw-normal {
    font-weight: 400;
}

a {
    color: #444444;
}
.btn-link {
    color: #d2d2d2;
}

.breadcrumb {
    border-radius: 0;
    padding: .25rem 1rem;
    margin-bottom: 0.5rem;
    list-style: none;
    background-color: #e9ecef;
}

.footer {
    background: #454A4C !important;
    padding: 20px 0;
    color: #e4e4e4 !important;
}

    .footer a {
        color: #e4e4e4 !important;
    }

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}


.footer .card {
    background-color: transparent !important;    
    background-clip: unset;
     border: none;
     border-radius: 0rem;
}


.footer .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent !important;
    border-bottom: none;
}


.pagination {
    display:block;
}
.site-block-27 ul li {
    margin-right:4px;
}

.listProductSort {
    font-size:14px;
}
.listProductSort .active{
    font-weight:900;
}

.site-block-27 ul li a, .site-block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    border: 1px solid #ccc;
    font-size: 14px;
}

.popover {
    min-width:300px; 
    max-width:300px;
}

    .popover a {
        cursor:pointer;
    }


.pitem {
    text-align:center;
}
/*.pitem img:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03); 
    -ms-transform: scale(1.03); 
    -o-transform: scale(1.03); 
    transform: scale(1.03);
}*/

.ditem .price {
    color: #ee4266;
    font-size: 1rem;
}

.ditem .table td {
    padding:0.1rem;
}

.error {
    color: #ee4266;
}




/* User dropdown*/
/* Dropdown Button */
/* The container <div> - needed to position the dropdown content */
.udropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    border-top: 2px solid #ee4266;
    display: none;
    position: absolute;
    background-color: #111;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    text-align:right;
    z-index: 999;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        padding: 8px 12px;
        text-decoration: none;
        display: block;
        color:#e9ecef;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content > a:link {
        }

    .dropdown-content > a:hover {
        background-color: #f1f1f1 !important;
        color: #111 !important;
    }

/* Show the dropdown menu on hover */
.udropdown:hover .dropdown-content {
    display: block;
}

.dropbtn {
    background: none;
    border: none;
    color: #868995;
}


.circular img {
    border-radius: 100%;
    border: 1px solid #eee;
}

.price {
    font-size:0.77rem;
    font-weight:700;
    text-align:center;
}




/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
    .h4, h4 {
        font-size:1.5rem;
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    .h4, h4 {
        font-size: 1rem;
    }
}



@media (min-width: 576px) {
    .card-columns.twocols {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}


/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .table-productvariants {
        font-size:14px;
    }
}

.display-5 {
    font-size: 1.7rem;
    line-height: 1.2;
}

.display-6 {
    font-size: 1.2rem;
    line-height: 1.2;
}


.footer {

}

#owl-dsCH p {
    color: #e4e4e4;
    font-size: 13px !important;
}
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    .mcenter {
        text-align:center !important;
    }
}




.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    /* Also define standard property for compatibility */
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /*font-size: 200px;  change this to change the size*/
}




.bottom-nav {
    padding: 0.4rem 1rem;
    background: #454a4c !important;
    border-top: solid 1px #333;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    box-shadow: 0 -2px 14px 0 rgba(0, 0, 0, 0.2), 0 -10px 20px 0 rgba(0, 0, 0, 0.3)
}

    .bottom-nav .card {
        border: none;
        background: #454a4c;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .bottom-nav .card-body
    {
        padding:0.5rem 0.5rem;
    }

    .bottom-nav .nav-link {
        padding: 0.2rem 0.1rem;
        color:#fff;
    }
    .bottom-nav .dropdown-menu .dropdown-item {
        color:#111 !important;
    }
    .bottom-nav .nav-link a {
        color: #fff;
    }

    .bottom-nav .nav-link.active {
        color: #ee4266 !important;
    }

/* HTML: <div class="loader"></div> */
.loader {
    color: #777;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
    transform: translateX(-38px);
    animation: l21 .5s infinite alternate linear;
    margin:20px auto;
}

@keyframes l21 {
    50% {
        box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px
    }

    100% {
        box-shadow: 19px 0 0 0, 38px 0 0 3px, 57px 0 0 7px
    }
}




.site-loader {
    position: relative;
    width: 100px;
    height: 16px;
}

    .site-loader:before, .site-loader:after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 32px 0 #fff;
        left: 0;
        top: 0;
        animation: ballMoveX 2s linear infinite;
    }

    .site-loader:after {
        box-shadow: none;
        transform: translateX(64px) scale(1);
        z-index: 2;
        animation: none;
        animation: trfLoader 2s linear infinite;
    }

@keyframes trfLoader {
    0%, 5% {
        transform: translateX(64px) scale(1);
        background: #FFF;
    }

    10% {
        transform: translateX(64px) scale(1);
        background: #ff3d00;
    }

    40% {
        transform: translateX(32px) scale(1.5);
        background: #ff3d00;
    }

    90%, 95% {
        transform: translateX(0px) scale(1);
        background: #ff3d00;
    }

    100% {
        transform: translateX(0px) scale(1);
        background: #FFF;
    }
}

@keyframes ballMoveX {
    0%, 10% {
        transform: translateX(0)
    }

    90%, 100% {
        transform: translateX(32px)
    }
}




.site-mobile-menu-body a{
    display:block;
    font-size:20px;
    color:#f9f9f9;
    padding:10px 0px;
}

.size-6 {
    width:24px; height:24px;
}

.pl-14 {
    padding-left:40px;
}

.site-mobile-menu-body .htmx-indicator {
    display:flex; width:100%; height:100%; justify-content:center;
}






