/* header */


/* sidebar */

.sidebar {
    /* float: left;
	width: 25%;
	padding-left: 30px;
	border-right: 2px solid #eee;
	box-sizing: border-box; */
    /* margin-right: 3%; */
    background-color: #fff;
    padding-top: 15px;
}


/* shop */

.shop-wrap {
    position: relative;
}

.shop-wrap .mobile-menu {
    display: none;
    position: absolute;
    top: -50px;
    left: 12px;
    cursor: pointer;
}

.shop-wrap .mobile-menu a {
    display: block;
    width: 32px;
    height: 32px;
    background: url(img/filters.png) no-repeat center;
}

.shop,
.shop li {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* .shop {
	width: 70%;
	float: left;
	margin-bottom: 120px; 
} */

.shop>.shop-item {
    padding-right: 0;
}

.shop>li {
    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px 10px 0;
}

.shop li.masonry-sizer {
    height: 0;
    width: 50%;
    padding: 0;
    margin: 0;
}

.shop .thumb {
    position: relative;
    background-color: #fff;
}

.shop .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.shop .thumb:hover img {
    opacity: 0.8;
}

.shop .price {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #ff7573;
    text-align: center;
    z-index: 10;
    line-height: 60px;
    border-radius: 30px;
}

.shop .proRate {
    background: #ffffffed;
    bottom: 70px;
    position: absolute;
    left: 12px;
    z-index: 9;
    padding: 6px 10px;
    font-weight: 700;
}

.shop .price span {
    color: #fff;
    font-weight: bold;
}

.shop .buy {
    position: absolute;
    bottom: 15px;
    right: 12px;
    z-index: 20;
}

.shop .buynow {
    color: #fff;
    background: #444;
    padding: 10px 20px;
    line-height: 1;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.shop .name {
    position: absolute;
    bottom: 16px;
    left: 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 10px;
    background-color: #ffffff;
    z-index: 99;
    width: 220px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* Color Filters */

#uf-color {
    /* width: 50%; */
}

#uf-color .uf-tags a {
    /* display: block;
	position: relative;
	font: 0/0 a;
	line-height: 0;
	width: 25px;
	height: 25px;
	border: 0;
	border-radius: 20px;
	padding: 0;
	min-width: 0;
	box-sizing: border-box; */
}

#uf-color .uf-tags .uf-selected a {
    border-radius: 3px;
}

#uf-color .uf-tags a[href="#yellow"] {
    background: yellow;
}

#uf-color .uf-tags a[href="#black"] {
    background: black;
}

#uf-color .uf-tags a[href="#gold"] {
    background: gold;
}

#uf-color .uf-tags a[href="#cherry"] {
    background: crimson;
}

#uf-color .uf-tags a[href="#brown"] {
    background: brown;
}

#uf-color .uf-tags a[href="#blue"] {
    background: blue;
}

#uf-color .uf-tags a[href="#green"] {
    background: aquamarine;
}

#uf-color .uf-tags a[href="#red"] {
    background: red;
}

#uf-color .uf-tags a[href="#white"] {
    background: whitesmoke;
}

#uf-color .uf-tags a[href="#gray"] {
    background: gray;
}

#uf-color .uf-tags a[href="#pink"] {
    background: pink;
}

#uf-color .uf-reset {
    margin: 2px 0;
}

.mobView,
.mobile-menu {
    display: none;
}


/**
	Retina Screens 
*/

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .shop .proImg {
        height: 160px;
        background: #fff;
        border: 1px solid #ddd;
    }
    .shop .card {
        margin-bottom: 0;
        padding: 4px;
        box-shadow: none;
        border: none;
        background: none;
    }
    .shop .card-body {
        padding: 10px;
        border: 1px solid #ddd;
        border-top: none;
        background: #fff;
    }
    .shop .card-subtitle {
        margin-bottom: 8px;
    }
    .shop .textOver {
        width: 143px;
        font-size: 15px;
        /* margin-bottom: 14px; */
    }
    .shop .colrStyle {
        background: #fff;
        border-right: 1px solid #ddd;
    }
    .shop .mt-5 {
        margin-top: 2px !important;
    }
    .shop .buy {
        position: inherit;
    }
    .shop .card-footer {
        background: white;
    }
    .shop .card-footer .addToWish {
        position: absolute;
        top: -220px;
        right: 0;
    }
    .offDis {
        right: -20px;
        left: inherit;
        position: initial;
    }
    .shop .card-footer .addToWish {
        position: absolute;
        top: -201px;
        right: -9px;
    }
    .subtotal {
        font-weight: 100;
        font-size: 15px;
        margin-top: 5px;
    }
    .cart_footer {
        padding: 4px;
    }
}

@media only screen and (max-width: 1000px) {
    .header {
        position: sticky;
        top: 0;
        z-index: 9;
    }
    .sidebar {
        background: transparent;
    }
    .sidebar-open {
        margin-bottom: 50px;
    }
    .sidebar .unifilter {
        position: relative;
        background: #fff;
        padding: 10px;
    }
    .shop {
        float: none;
        /* width: 85%;  */
        margin: 0 auto;
        margin-bottom: 120px;
    }
    .shop .shop-item,
    .shop,
    .shop li {
        margin: 0;
    }
    .shop .shop-item {
        margin: 5px 0;
        padding: 0;
    }
    .shop .shop-item:nth-child(2n+1) {
        margin-right: 5px;
    }
    .shop-wrap .mobile-menu {
        display: block;
    }
    /* .ffolder.big {
        margin-top: 8px;
        width: 100%;
        height: 110px;
    }
    .ffolder img {
        width: 100px;
        margin: 8px;
        border-radius: 5px;
    }
    .ffolder .folName,
    .ffolder span {
        position: initial;
    } */
}

@media only screen and (max-width: 970px) {
    .hidemd,
    .sidebar,
    .deskSearch {
        display: none;
    }
    .mobile-menu,
    .mobSearch {
        display: block;
    }
    .sidebar {
        position: fixed;
        z-index: 5;
        left: 0;
        top: 110px;
        height: 300px;
        overflow: auto;
        background: #ffffff6b;
    }
    .mobSearch form {
        margin-top: 18px !important;
    }
    .shop .shop-item:nth-child(2n+1) {
        margin-right: 0;
    }
    .shop .proImg {
        height: 160px;
        background: #fff;
        border: 1px solid #ddd;
    }
    .shop .card {
        margin-bottom: 0;
        padding: 4px;
        box-shadow: none;
        border: none;
        background: none;
    }
    .shop .card-body {
        padding: 10px;
        border: 1px solid #ddd;
        border-top: none;
        background: #fff;
    }
    .shop .card-subtitle {
        margin-bottom: 8px;
    }
    .shop .textOver {
        width: 143px;
        font-size: 15px;
        margin-bottom: 8px;
    }
    .shop .colrStyle {
        background: #fff;
        border-right: 1px solid #ddd;
    }
    .shop .mt-5 {
        margin-top: 2px !important;
    }
    .shop .buy {
        position: inherit;
    }
    .offDis {
        right: -20px;
        left: inherit;
        position: initial;
    }
    footer .col-auto {
        width: 100%;
        max-width: 100%;
        flex: none;
        text-align: center;
    }
    .pagination {
        display: inline;
    }
    .shop .card-footer {
        border: 1px solid rgba(0, 40, 100, 0.12);
        background: #fff !important;
        border-top: none;
    }
    .mobile-menu {
        position: fixed;
        left: 0;
        z-index: 9;
    }
}

@media only screen and (max-width: 750px) {
    .mobView,
    .cartMob {
        display: block;
    }
    .footer {
        margin-bottom: 30px;
    }
    .totItemScart,
    .totItemWish {
        position: unset !important;
    }
    .cartMob {
        position: absolute;
        right: 0;
        top: -43px;
    }
    .mobSearch form {
        margin-top: 9px !important;
    }
    .shop .proImg {
        height: auto;
    }
    .shop>li {
        float: none;
        width: 100%;
    }
    .shop .shop-item:nth-child(2n+1) {
        margin-right: 0;
    }
    .proImg {
        height: auto;
    }
    .cats .uf-item:nth-child(2n+1) {
        margin-right: 0;
    }
    .cart_footer h2,
    .cart_footer .h2 {
        font-size: 1.2rem;
    }
    .shop .card-footer .addToWish {
        position: initial;
    }
    .offDis {
        right: -20px;
        left: inherit;
        position: initial;
    }
}


/* Smaller than Desktop HD */

@media only screen and (max-width: 1200px) {}


/* Smaller than desktop */

@media only screen and (max-width: 1000px) {}


/* Smaller than tablet */

@media only screen and (max-width: 750px) {}


/* Smaller than phablet (also point when grid becomes active) */

@media only screen and (max-width: 550px) {
    /* .ffolder.big,
    .ffolder .img img {
        height: auto;
    }
    .ffolder .img {
        background-color: transparent !important;
    } */
    .fluidWidth {
        height: 70px !important;
    }
}


/* Smaller than mobile */

@media only screen and (max-width: 400px) {
    .fluidWidth {
        height: 70px !important;
    }
    .shop .card-footer .addToWish {
        position: absolute !important;
        top: -220px;
        right: 0;
    }
}