/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
body {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, open sans, sans-serif !important;
}

.pagination li.selected {
    background: rgba(0, 0, 0, 0.1) !important;
    color: black !important;
    cursor: default !important;
    border-radius: 50% !important;
    padding: 0 !important;
    margin-top: 5px;
}

ul.pagination .first, ul.pagination .last {
    display: none;
}

.menu ul li ul.expanded li {
    background-color: white !important;
}

.post-content img {
    width: 100% !important;
}

.red {
    color: red !important;
}

.main-menu > ul li:hover, .main-menu > ul li.active {
	background: #eee;
}

.fb-comments-count, .fb-comments-count_fluid_desktop {
	display: inline !important;
}

.grid_item figure {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(228, 228, 228);
    margin-bottom: 0px;
    /*background-image: linear-gradient(#c3dceb, #7db1d0);*/
}

.twitter-share-button {
	position: absolute !important;
	margin-left: 10px !important;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

strong {
    font-weight: 700 !important;
}

.desc_box {
	background-color: #fff;
    border: 1px solid rgb(228, 228, 228);
    border-top: none;
}

.desc_box .sku {
	margin-bottom: 0px; 
	color: #000;
}
