﻿.fw-normal {
    font-weight:normal;
}
.container-fluid {
    max-width: 1400px !important;
}

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: #111;
    padding: 20px 0;        
    color:#808080 !important;
}

    .footer a {
        color:#b4a7a7 !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:bold;
}

.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 {
    
}
/*.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: 18px;
}

.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 {
        color: black;
        padding: 8px 12px;
        text-decoration: none;
        display: block;
        color:#e9ecef;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

/* 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:14px;
    font-weight:400;
}




/* 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.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}
