/* article cards */

.article-cards {
	padding: 0 15px;
	max-width: 383px;
	background-color: white;
	padding-bottom: 1px;
}

.article-cards .card {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.article-cards .card > .img-container {
	height: 360px;
    width: 100%;
    position: relative;
    text-align: left;
    display: flex;
    overflow: hidden;
    justify-content: center;
    background-color: #e9baa4;
}

.article-cards .card > .img-container > img {
	height: 100%;
}

.article-cards .card > .img-container > .info-txt {
	position: absolute;
    padding: 15px;
    left: 0;
}

.article-cards .card > .img-container > .info-txt > .subtitle {
	text-transform: uppercase;
    display: block;
    color: white;
    margin-bottom: 5px;
}

.article-cards .card > .img-container > .info-txt > .title {
	font-weight: 900;
    font-size: 22px;
    line-height: 24px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.article-cards .card > .img-container > .info-txt-bottom {
	position: absolute;
	left: 0;
    bottom: 15px;
    padding: 0 15px;
}

.article-cards .card > .img-container > .info-txt-bottom > .extract {
    color: white;
    font-size: 14px;
}

/* interests */


.follow-interests {
    background-color: white;
    padding: 0 15px 15px 15px;
    margin-bottom: 7px;
    display: table;
    width: 100%;
}

.follow-interests .title {
    font-size: 20px;
    font-weight: 900;
    color: #b9b9b9;
    display: block;
}

.follow-interests .buttons {
    padding: 10px 0;
}

.follow-interests .button-container {
    
}

.follow-interests .buttons span {
    font-size: 16px;
    padding: 10px 12px;
    border: 1px solid #6E6E6E;
    color: #6E6E6E;
    border-radius: 20px;
    margin-bottom: 8px;
    margin-right: 4px;
    font-weight: 500;
    float: left;
}

.follow-interests .interest-cat {
    
}

.follow-interests .interest-subcat {
    background-color: #FFFDE7;
}

.follow-interests .interest-subsubcat {
    background-color: #E8F5E9;
}

.follow-interests .buttons .active {
    background-color: #ff9f9f;
    color: white;
    border: 1px solid #ff9f9f;
}

/* list of brands */

.title-panel-column-letters {
    padding-right: 50px;
}

.horizontal-menu-column-letters {
    padding: 0 15px 15px 15px;
}

.letters {
  margin-top: -20px;
  margin-bottom: 30px;
  padding-right: 15px;
}

.letter > .title {
    text-align: left;
    border-bottom: 1px solid #232323;
    margin-left: 15px;
    clear: left;
    height: 35px;
    padding-top: 20px;
}

.letter > .title > span {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: #656565;
}

.letter > .title > .anchor {
    display: block;
    position: relative;
    top: -40px;
    visibility: hidden;
}

.letter .brand-cards {
    margin: 15px -15px 0px 0px;
}

.abc-col-bg {
    position: fixed;
    background-color: #ffefec;
    right: 0;
    width: 50px;
    height: 100%;
    z-index: 1;
}

.abc-col-box {
    position: fixed;
    background-color: #ffefec;
    right: 0;
    width: 50px;
    height: auto;
    text-align: center;
    top: 0;
    padding-top: 60px;
    z-index: 2;
}

.abc-col-box a {
    font-weight: 700;
    color: #656565;
    display: block;
    height: 16px;
}


/* brand profile header */

.top-profile {
    position: relative;
    text-align: left;
    z-index: 12;
}

.brand-profile-bottom {
    margin-bottom: 7px;
}

.top-profile > .container {
    background-color: white;
    width: 100%;
    z-index: 29;
}

.top-profile > .container > .header {
    height: 150px;
    width: 100%;
    position: relative;
    text-align: center;
    justify-content: center;
    overflow: hidden;
    background-color: #e6e6e6;
}

.top-profile > .container > .header > .about {
    width: 100%;
    margin-top: -50px;
}

.top-profile > .container > .header > .about-placeholder {
    width: 100%;
    height: 120px;
    background-color: #eee6f1;
}

.top-profile > .container .profile {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 3px solid white;
    position: absolute;
    top: 80px;
    left: 15px;
    background-color: white;
}

.top-profile > .container > .profile-placeholder {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 3px solid white;
    position: absolute;
    top: 50px;
    left: 15px;
    background-color: #eeeeee;
}

.top-profile > .container > .info {
    padding: 15px 15px 5px 15px;
}

.top-profile > .container > .info > .top {
    width: 100%;
    display: table;
    margin-bottom: 3px;
}

.top-profile > .container > .info > .top > .brand {
    font-family: "Space Mono", sans-serif;
    font-size: 20px;
    float: left;
    text-transform: uppercase;
}

.top-profile > .container > .info > .top > .not-brand {
    font-size: 20px;
    font-weight: 900;
    float: left;
}

.top-profile > .container > .info > .top > .not-brand i {
    font-size: 14px;
    float: right;
    margin-top: 5px;
    margin-left: 4px;
    color: #cdcdcd;
}

.top-profile > .container > .info > .top > .follow > .follow-btn {
    padding: 5px 12px;
    border-radius: 15px;
    float: right;
    margin-top: -2px;
    font-size: 14px;
    cursor: pointer;
    background: linear-gradient(111deg, #2d1974 0%, #cd8aed 100%);
    color: white;
}

.top-profile-path > .container > .info > .top > .follow > .follow-btn {
    margin-top: -5px;
}

.top-profile > .container > .info > .top > .follow > .follow-btn i {
    font-size: 12px;
    color: white;
}

.top-profile > .container > .info > .description {
    height: 31px;
    position: relative;
    overflow: hidden;
}

.top-profile > .container > .info > .active {
    height: auto;
}

.top-profile > .container > .info > .category-path {
    height: 20px;
    display: block;
}

.top-profile > .container > .info > .category-path a {
    font-size: 12px;
    color: #8d7398;
}

.top-profile > .container > .info > .category-path span {
    font-size: 12px;
    color: gray;
}

.top-profile > .container > .info > .description > span {
    font-size: 12px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}

.top-profile > .container > .info > .description > .see-more {
    font-size: 12px;
    color: #8d7398;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: white;
    padding-left: 10px;
    cursor: pointer;
}

.community-mod-panel {
    background-color: white;
    padding: 8px 0 4px 0;
    position: relative;
}

.top-profile > .container .community-mod-panel .mod-panel, 
.home-mod-panel .mod-panel {
    background-color: #F9EFEC;
    height: 48px;
}

.home-mod-panel .alert-panel {
    background-color: #ffc107;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-mod-panel .green-panel {
    background-color: #4caf50;
    height: 45px;
}

.top-profile > .container .community-mod-panel .mod-panel .text,
.home-mod-panel .mod-panel .text {
    font-size: 16px;
    color: #B49A92;
    font-weight: 900;
    margin-top: 15px;
    display: inline-block;
    margin-left: 15px;
}

.home-mod-panel .alert-panel .text,
.home-mod-panel .green-panel .text {
    font-size: 16px;
    color: white;
    font-weight: 900;
    margin-left: 15px;
}

.home-mod-panel .text-right {
    color: white;
    font-weight: 900;
    margin-right: 10px;
    padding: 6px 12px;
    border: 1px solid white;
    border-radius: 15px;
    font-size: 13px;
}

.home-mod-panel .alert-panel .text i,
.home-mod-panel .green-panel .text i {
    color: white;
    margin-right: 3px;
}

.top-profile > .container .community-mod-panel .mod-panel .icons,
.home-mod-panel .mod-panel .icons {
    float: right;
}

.top-profile > .container .community-mod-panel .mod-panel .icons .icon,
.home-mod-panel .mod-panel .icons .icon {
    width: 40px;
    display: inline-block;
    position: relative;
    height: 45px;
}

.top-profile > .container .community-mod-panel .mod-panel .icons .icon i,
.home-mod-panel .mod-panel .icons .icon i {
    color: #B49A92;
    font-size: 22px;
    float: left;
    margin-top: 11px;
}

.top-profile > .container .community-mod-panel .mod-panel .icons .icon div,
.home-mod-panel .mod-panel .icons .icon div {
    background-color: #FF5072;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    text-align: center;
    position: relative;
    top: 20px;
    right: -12px;
}

.top-profile > .container .community-mod-panel .mod-panel .icons .icon div span,
.home-mod-panel .mod-panel .icons .icon div span {
    font-size: 10px;
    color: white;
    font-weight: 900;
    margin-top: 2px;
    position: absolute;
    top: 0px;
    right: 0;
    letter-spacing: -1px;
    left: -1px;
}

.marketplace-panel {
    background-color: #fbf1ee;
    padding: 10px 15px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.marketplace-panel .left-col {
    width: 45px;
}

.marketplace-panel .left-col .icon {
    width: 35px;
    height: 35px;
    background: linear-gradient(111deg, #8bc34a 0%, #4caf50 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marketplace-panel .left-col .icon-gray {
    background: linear-gradient(111deg, gray 0%, #c6c6c6 100%);
}

.marketplace-panel .left-col .icon .fa-shopping-cart {
    font-size: 17px;
    color: white;
    margin-left: -2px;
}

.marketplace-panel .left-col .icon .fa-times {
    font-size: 18px;
    color: white;
}

.marketplace-panel .right-col {
    padding-left: 10px;
}

.marketplace-panel .right-col .text {
    color: #8D8380;
    font-size: 15px;
    font-weight: 500;
}

.marketplace-panel .right-col .see-more {
    font-size: 13px;
    color: #8D8380;
}

.marketplace-panel-space {
    width: 100%;
    height: 10px;
    background-color: white;
}

.top-profile > .container > .giveaway {
    padding: 0 15px;
    margin-top: 8px;
    height: 90px;
}

.product-profile .giveaway {
    padding: 15px 15px 20px 15px;
    margin-top: 0;
    height: 90px;   
}

.top-profile > .container > .giveaway > a > .container, .product-profile .giveaway > a > .container {
    position: relative;
    border-radius: 15px;
    background-color: #ffe7e7;
}

.top-profile > .container > .giveaway > a > .container > img, .product-profile .giveaway > a > .container > img {
    width: 90px;
    height: 90px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.top-profile > .container > .giveaway > a > .container > .info, .product-profile .giveaway > a > .container > .info {
    background-color: #FCF2EF;
    padding: 10px;
    margin-left: 90px;
    height: 70px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.top-profile > .container > .giveaway > a > .container > .info > .title, .product-profile .giveaway > a > .container > .info > .title {
    display: block;
    font-weight: 900;
    margin-bottom: 2px;
    font-size: 14px;
}

.top-profile > .container > .giveaway > a > .container > .info > .name, .product-profile .giveaway > a > .container > .info > .name {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-profile > .container > .giveaway > a > .container > .info > div, .product-profile .giveaway > a > .container > .info > div {
    background-color: #ffa3a3;
    border-radius: 15px;
    padding: 4px 12px;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}

.promo-carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 0 15px;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    margin-bottom: 30px;
}

.promo-card {
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    padding: 15px;
    margin-right: 15px;
}


.promo-card .header {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.promo-card .header img {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
}

.promo-card .header .store {
    font-size: 14px;
    color: #777777;
}

.promo-card .info {
    width: 198px;
    display: flex;
    flex-direction: column;
}

.promo-card .info .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
}

.promo-card .info .body {
    font-size: 14px;
    color: #777777;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.promo-card .info .minimum {
    margin-bottom: 15px;
}

.promo-card .info .minimum span {
    background-color: #EFEDF2;
    border-radius: 5px;
    padding: 5px 10px;
    color: #777777;
    font-size: 13px;
}

.promo-card .info .code {
    display: block;
    margin-bottom: 15px;
}

.promo-card .info .code span {
    background: linear-gradient(111deg, #ff5171 0%, #ea2549 100%);
    padding: 8px 12px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 900;
    color: white;
    font-size: 14px;
}

.promo-card .btn-md {
    margin-left: 0;
}

.seller-shippings {
    padding: 5px 15px 0 15px;
}

.seller-shippings .seller-shipping {
    border: 1px solid #D5D9D9;
    background-color: #F8F8F8;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    margin-bottom: 15px;
}

.seller-shippings .seller-shipping .left-col {
    width: 40px;
    display: flex;
    align-items: center;
}

.seller-shippings .seller-shipping .left-col i {
    font-size: 18px;
    color: #A291AC;
}

.seller-shippings .seller-shipping .right-col {
    
}

.seller-shippings .seller-shipping .right-col .text {
    color: #575959;
    font-weight: 500;
}

.seller-shippings .seller-shipping .right-col .text .purple {
    color: #422E83;
    font-weight: 900;
}

.seller-shippings .seller-shipping .right-col .text .red {
    color: #E44160;
    font-weight: 900;
}


/* brand card */

.brand-card {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

.categories-card {
    width: 100%;
    margin-bottom: 15px;
}

.brand-card:nth-child(2n+1) .container {
    padding-right: 7px;
}

.brand-card:nth-child(2n+2) .container {
    padding-left: 7px;
}

.brand-card .container .card-container, .categories-card .container {
    position: relative;
}

.brand-card .header, .categories-card .header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    height: 100px;
    background-color: #e6e6e6;
}

.brand-card .header img, .categories-card .header img {
    width: 100%;
    position: relative;
    text-align: center;
    justify-content: center;
    overflow: hidden;
    background-color: #fce8e1;
}

.categories-card .header img {
    margin-top: -72px;
}

.brand-card .profile-photo, .categories-card .profile-photo {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: absolute;
    top: 45px;
    left: 8px;
    background-color: white;
    border: 2px solid white;
    overflow: hidden;
}

.brand-card .profile-photo img, .categories-card .profile-photo img {
    width: 100%;
}

.brand-card:nth-child(2n+2) .profile-photo {
    left: 8px;
}

.brand-card .info, .categories-card .info {
    background-color: #f2f2f2;
    padding: 15px 15px 18px 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 61px;
}

.brand-card .info .brand-card-name {
    font-family: "Space Mono", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #656565;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 19px;
    position: relative;    
}

.brand-card .info .not-brand-card-name {
    font-weight: 900;
    color: #656565;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 19px;
    position: relative;        
}

.brand-card .footer {
    background-color: #f2f2f2;
    width: 100%;
    height: 15px;
    margin-top: -15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
}

.categories-card .info .category-card-name {
    font-weight: 900;
    color: #656565;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 25px;
    position: relative;
    font-size: 18px;
}

.categories-card .info .category-card-name i {
    font-size: 12px;
    margin-right: 1px;
    color: #adadad;
}

.brand-card .info .brand-card-about, .categories-card .info .brand-card-about {
    font-size: 12px;
    color: #868686;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
    position: relative;
}


/* Article Row */

.article-card-h {
    margin-bottom: 15px;
    display: table;
    width: 100%;
}

.article-card-h .image {
    width: 50%;
    background-color: gray;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    float: left;
    overflow: hidden;
}

.article-card-h .image img {
    width: 100%;
    margin-bottom: -5px;
}

.article-card-h .info {
    width: 50%;
    height: 125px;
    float: left;
    background-color: #fcf2ee;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.article-card-h .info .container {
    padding: 15px;
}

.article-card-h .info .container .title {
    font-weight: 900;
    display: block;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-card-h .info .container .date {
    font-size: 12px;
    color: gray;
    margin-top: 10px;
}


/* Categories Index*/

.categories, .index-specs {
    padding: 15px 15px 30px 15px;
    background-color: white;
}

.categories .container, .index-specs .container {
    margin-bottom: 40px;
    display: table;
    width: 100%;
}

.category-row {
    height: 52px;
    display: block;
}

.category-row  img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid lightgrey;
    float: left;
}

.category-row  .info {
    padding-left: 65px;
}

.category-row  .info > .name {
    display: block;
    font-weight: 900;
    margin-bottom: 2px;
    font-size: 18px;
}

.category-row  .info > .description {
    font-size: 12px;
    line-height: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.selected-category-row {
    background-color: #ffeded;
    padding: 10px 5px;
    border-radius: 15px;
}

.categories .category-open {
    display: table;
    width: 100%;
}

.categories .category-open > .col {
    width: 60px;
    height: 50px;
    float: left;
}

.categories .category-open > .col .left {
    width: 25px;
    float: left;
    height: 35px;
}

.categories .category-open > .col .right {
    width: 33px;
    float: left;
    height: 35px;
}

.categories .category-open > .col .right .top {
    width: 34px;
    height: 30px;
    float: left;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.categories .category-open > .col .right .bottom {
    width: 37px;    
    height: 21px;
    float: left;
}

.categories .category-open > .open {
    margin-top: 10px;
    margin-left: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;      
}

.categories .category-open .open-container {
    /*margin-left: 6px;*/
}

/*.categories .category-open > .open span {
    font-size: 14px;
    color: #b2b2b2;
    font-weight: 500;
    line-height: 14px;  
}*/

.categories .category-collapse {
    display: none;   
}

.categories .subcategory-container {
    
}

.categories .subcategory-left {
    width: 36px;
    float: left;
}

.categories .subcategory-left .left {
    width: 25px;
    float: left;
    height: 82px;
}

.categories .subcategory-left .right {
    width: 10px;
    float: left;
    height: 82px;
}

.categories .subcategory-left .right .top {
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    width: 100%;
    height: 58px;
}

.categories .subcategory-left .right .bottom {
    border-left: 1px solid #d5d5d5;
    height: 23px;
}

.categories .subcategory-right {
    padding-top: 30px;
}

.categories .subcategory-row {
    height: 52px;
    display: block;
}

.categories .subcategory-row  img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid lightgrey;
    float: left;
}

.categories .subcategory-row  .info {
    padding-left: 101px;
}

.categories .subcategory-row  .info > .name {
    display: block;
    font-weight: 900;
    margin-bottom: 2px;
    font-size: 18px;
}

.categories .subcategory-row  .info > .description {
    font-size: 12px;
    line-height: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.categories .subcategory-open {
    display: table;
    width: 100%;
}

.categories .subcategory-open .col-cat {
    width: 50px;
    height: 49px;
    float: left;
}

.categories .subcategory-open .col-cat .left {
    width: 25px;
    float: left;
    height: 49px;
}

.categories .subcategory-open .col-cat .right {
    width: 24px;
    float: left;
    height: 49px;
    border-left: 1px solid #d5d5d5;
}

.categories .subcategory-open .col-subcat {
    width: 42px;
    height: 49px;
    float: left;
}

.categories .subcategory-open .col-subcat .left {
    width: 12px;
    float: left;
    height: 49px;
}

.categories .subcategory-open .col-subcat .right {
    width: 30px;
    float: left;
    height: 49px;
}

.categories .subcategory-open .col-subcat .right .top {
    width: 28px;
    height: 28px;
    float: left;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.categories .subcategory-open .col-subcat .right .bottom {
    width: 28px;
    height: 21px;
    float: left;
}

.categories .subcategory-open .open {
    margin-top: 8px;
}

.categories .subcategory-open .open .open-container {
    
}

/*.categories .subcategory-open .open span {
    font-size: 14px;
    color: #b2b2b2;
    font-weight: 500;
    line-height: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;    
}*/

.categories .subcategory-collapse {
    display: none;
}

.categories .subcategory-collapse .subsubcategory-left {
    width: 76px;
    height: 52px;
    float: left;
}

.categories .subcategory-collapse .subsubcategory-left .subsubcategory-inner-left {
    width: 50px;
    height: 52px;
    float: left;
}

.categories .subcategory-collapse .subsubcategory-left .subsubcategory-inner-left .left {
    width: 25px;
    float: left;
    height: 52px;
}

.categories .subcategory-collapse .subsubcategory-left .subsubcategory-inner-left .right {
    width: 24px;
    float: left;
    height: 52px;
    border-left: 1px solid #d5d5d5;
}

.categories .subcategory-collapse .subsubcategory-left .subsubcategory-inner-right  {
    width: 25px;
    height: 52px;
    float: left;
}

.categories .subcategory-collapse .subsubcategory-left .subsubcategory-inner-right .left {
    width: 12px;
    float: left;
    height: 52px;
}

.categories .subcategory-collapse .subsubcategory-left .subsubcategory-inner-right .right {
    width: 13px;
    float: left;
    height: 52px;
}

.categories .subcategory-collapse .subsubcategory-left .subsubcategory-inner-right .right .top {
    width: 13px;
    height: 27px;
    float: left;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.categories .subcategory-collapse .subsubcategory-left .subsubcategory-inner-right .right .bottom {
    width: 12px;
    height: 24px;
    float: left;
    border-left: 1px solid #d5d5d5;
}

.categories .subcategory-collapse .subsubcategory-right {
    
}

.categories .subsubcategory-top-blank-row {
    height: 25px;
    width: 100%;
}

.categories .subsubcategory-row {
    height: 52px;
    display: block;
}

.categories .subsubcategory-row img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid lightgrey;
    float: left;
}

.categories .subsubcategory-row .info {
    padding-left: 141px;
}

.categories .subsubcategory-row .info .name {
    display: block;
    font-weight: 900;
    margin-bottom: 2px;
}

.categories .subsubcategory-row .info .description {
    font-size: 11px;
    line-height: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.categories .subsubcategory-bottom-row {
    display: table;
    width: 100%;
}

.categories .subsubcategory-bottom-row .col-1 {
    width: 50px;
    height: 20px;
    float: left;
}

.categories .subsubcategory-bottom-row .col-1 .left {
    width: 25px;
    float: left;
    height: 20px;
}

.categories .subsubcategory-bottom-row .col-1 .right {
    width: 24px;
    float: left;
    height: 20px;
    border-left: 1px solid #d5d5d5;
}

.categories .subsubcategory-bottom-row .col-2 .left {
    width: 12px;
    float: left;
    height: 20px;
}

.categories .subsubcategory-bottom-row .col-2 .right {
    width: 13px;
    float: left;
    height: 20px;
    border-left: 1px solid #d5d5d5;
}

.categories .subsubcategory-top-row {
    display: table;
    width: 100%;
}

.categories .subsubcategory-top-row .col-1 {
    width: 50px;
    height: 20px;
    float: left;
}

.categories .subsubcategory-top-row .col-1 .left {
    width: 25px;
    float: left;
    height: 20px;
}

.categories .subsubcategory-top-row .col-1 .right {
    width: 24px;
    float: left;
    height: 20px;
    border-left: 1px solid #d5d5d5;
}

.categories .subsubcategory-top-row .col-2 .left {
    width: 12px;
    float: left;
    height: 20px;
}

.categories .subsubcategory-top-row .col-2 .right {
    width: 13px;
    float: left;
    height: 20px;
    border-left: 1px solid #d5d5d5;
}


.spec-row {
    height: 52px;
    display: block;
    margin-bottom: 15px;
}

.spec-row  img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid lightgrey;
    float: left;
}

.spec-row .info {
    padding-left: 65px;
}

.spec-row .info > .name {
    display: block;
    font-weight: 900;
    margin-bottom: 2px;
    font-size: 18px;
}

.spec-row .info > .description {
    font-size: 11px;
    line-height: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



/* brand-section */

#brand-section {
    height: 60vh;
}

.brand-article {
    margin-bottom: -20px;
}

.brand-article .body {
    line-height: 28px;
    color: #5D5D5D;
}

.brand-article .body #capital-letter {
    font-family: "Roboto", sans-serif;
    font-size: 150px;
    font-weight: 700;
    float: left;
    margin-top: 10px;
    margin-left: -5px;
    margin-right: 5px;
    color: #ffcfc1;
    line-height: 90px;
}

.brand-article .body  p  {
    font-size: 18px;
    line-height: 26px;
}

.brand-article .body p strong {
    font-size: 18px;
    line-height: 26px;
}

.brand-article .body p > .body-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 15px;
    display: block;
}

.brand-article .art-title span {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
    display: block;
    color: #ff9e9e;
}

.brand-article em span {
    font-family: "Roboto";
    color: gray;
    font-weight: 900;
}

.brand-article em strong {
    font-family: "Roboto";
    color: gray;
    font-weight: 900;
}

/* back brand profile */

.back-ribbon-brand {
    background-color: white;
    margin-bottom: 7px;
}

.back-ribbon-brand > .btn {
    width: 50px;
    float: left;
    height: 39px;
    text-align: center;
    padding-top: 16px;
}

.back-ribbon-brand > .btn > i {
    color: #B7B7B7;
    font-size: 24px;
}

.back-ribbon-brand > .brand {
    display: table;
    padding: 10px 0 10px 0;
}

.back-ribbon-brand > .brand > a > img {
    height: 35px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.back-ribbon-brand > .brand > span {
    font-family: "Space Mono", monospace;
    font-size: 16px;
    color: #313131;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    text-transform: uppercase;
    line-height: 34px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.brand-official-link {
    display: block;
    margin-top: -10px;
}

.brand-official-link a {
    color: #888888;
    font-size: 14px;
}

.brand-official-link i {
    font-size: 12px;
    color: #888888;
}


/* manage notifications*/

.notifications-container {
    padding-bottom: 20px;
}

.notifications-col {
    float: right;
    width: 60px;
    height: 65px;
    text-align: right;
    padding-top: 20px;
}

.notifications-col .left {
    
}

.notifications-col .left i {
    font-size: 20px;
    margin-right: 10px;
}

.notifications-col .right {
    
}

.notifications-col .right i {
    font-size: 20px;
}

.notifications-col .off i {
    color: #c7c7c7;
}

.notifications-col .on i {
    color: #ff9f9f;    
}



/* community */

.container-no-communities-list {
    padding: 15px;
} 


/* empty content type */



.empty-activity {
    padding: 13px 20px 5px 17px;
}

.empty-activity-preview {
    padding-top: 40px;
    text-align: center;
}

.empty-activity > i {
    color: #988b9e;
    margin-bottom: 10px;
    font-size: 14px;
    margin-right: 1px;
}

.empty-activity-preview i {
    font-size: 36px;
    display: block;
}

.empty-activity > span {
    color: #988b9e;
    font-size: 15px;
    font-weight: 900;
}

.empty-activity-preview span {
    font-size: 18px;
}

.empty-activity .btn-md-inline {
    padding: 5px 12px;
    border-radius: 15px;
    float: right;
    margin-top: -4px;
    font-size: 14px;
    cursor: pointer;
    background-color: white !important;
    color: #8d7398 !important;
    border: 1px solid #8d7398 !important;
}


/* mod_panel */

.mod-panel .headline {
    height: 35px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
    background-color: #F9EFEC;
}

.mod-panel .headline .container {
    display: table;
    margin: auto;
}

.mod-panel .headline span {
    font-weight: 900;
    font-size: 13px;
    float: left;
    margin: 10px 0px 0 7px;
    color: #B49A92;
}

.mod-panel .headline i {
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 19px;
    color: #B49A92;
}

.mod-panel-sections {
    padding-top: 42px;
}


/* Post Mod Menu */

.mod-menu {
    background-color: #F9EFEC;
    padding: 15px 0;
}

.mod-menu .buttons {
    height: 30px;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    position: relative;
    padding-right: 10px;
    padding-left: 15px;
}

.mod-menu .buttons a {
    padding: 7px 12px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 15px;
    font-size: 14px;
    color: white;
    font-weight: 900;
}

.mod-menu .buttons .remove {
    background-color: #F44336;
}

.mod-menu .buttons .ignore {
    background-color: #9E9E9E;
}

.mod-menu .buttons .disable {
    background-color: #FFC107;
}

.mod-menu .buttons .approve {
    background-color: #4CAF50;
}

.mod-menu .reports {
    padding: 0 15px;
}

.mod-menu .hr {
    padding: 0 15px;
    margin-bottom: 15px;
}

.mod-menu .hr div {
    border-bottom: 1px solid #d6c1ba;
}

.mod-menu .reports .report {
    margin-bottom: 25px;
}

.mod-menu .reports .report .rule {
    margin-bottom: 10px;
    background-color: white;
    padding: 12px 15px;
    border-radius: 15px;
    box-shadow: -2px 4px 5px #837b772b;
}

.mod-menu .reports .report .rule span {
    color: #B49A92;
    font-weight: 900;
}

.mod-menu .reports .report .rule span i {
    color: #B49A92;
    font-size: 13px;
    margin-right: 4px;
}

.mod-menu .reports .report .user {
    padding: 0 10px;
    margin-bottom: 10px;
}

.mod-menu .reports .report .user img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    float: left;
}

.mod-menu .reports .report .user .info {
    padding-left: 40px;
}

.mod-menu .reports .report .user .info .user-name {
    font-size: 14px;
    font-weight: 900;
    display: block;
}

.mod-menu .reports .report .user .info .user-name-brand {
    font-family: "Space Mono", monospace;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    display: block;
}

.mod-menu .reports .report .user .info .user-name-brand i {
    font-size: 11px;
    margin-left: -5px;
}

.mod-menu .reports .report .user .info .user-stats {
    font-size: 12px;
    display: block;
    margin-top: 0px;
}

.mod-menu .reports .previously-reported {
    font-size: 14px;
    color: #FF5722;
    margin-bottom: 10px;
    display: block;
    font-weight: 900;
}

#users-container .users {

}

#users-container .users .user-mod-row {
    background-color: white;
    margin-bottom: 7px;
    padding: 15px;
}

#users-container .users .user-mod-row .user {
    display: inline-block;
}

#users-container .users .user-mod-row .user img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    float: left;
}

#users-container .users .user-mod-row .user .info {
    padding-left: 40px;
}

#users-container .users .user-mod-row .user .info .user-name {
    font-size: 14px;
    font-weight: 900;
    display: block;
}

#users-container .users .user-mod-row .user .info .user-stats {
    font-size: 12px;
    display: block;
    margin-top: 0px;
}

#users-container .users .user-mod-row .user .info .user-stats p {
    font-size: 12px;
    display: block;
    margin-top: 0px;
    color: gray;
}

#users-container .users a {
    padding: 7px 12px;
    display: inline-block;
    border-radius: 15px;
    font-size: 14px;
    color: white;
    font-weight: 900;
    background-color: #9E9E9E;
    position: absolute;
    right: 20px;
}

#preferences-container .level {
    padding: 0 5px 15px 5px;
}

#preferences-container .level .text-col {
    
}

#preferences-container .level .text-col .title {
    font-size: 18px;
    font-weight: 900;
    color: #5D5D5D;
    display: block;
}

#preferences-container .level .text-col .subtitle {
    font-size: 14px;
    color: #8D8D8D;
    display: block;
}

#preferences-container .level .edit {
    padding: 7px 12px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 15px;
    font-size: 14px;
    color: white;
    font-weight: 900;
    background-color: #9E9E9E;
    float: right;
    margin-right: 0;
    margin-top: 5px;
}

#preferences-container .level .option {
    margin-bottom: 25px;
    margin-left: -5px;
}

#preferences-container .level .option-col-1 {
    float: left;
    width: 35px;
    height: 35px;
}

#preferences-container .level .option-col-1 .selection {
    width: 22px;
    height: 22px;
    border: 2px solid #898B90;
    border-radius: 50%;
    margin: auto;
    margin-top: 6px;
}

#preferences-container .level .option-col-1 .active {
    background-color: white;
    border: 2px solid #FF9F9F;
}

#preferences-container .level .option-col-1 .selection .active-inner {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 5px;
    background-color: #FF9F9F;
}

#preferences-container .level .option-col-2 {
    padding-left: 45px;
}

#logs-container .logs {

}

#logs-container .logs .log {
    margin-bottom: 7px;
}

#logs-container .logs .log .log-row {
    padding: 15px;
    background-color: white;
}

#logs-container .logs .log .log-row .txt {
    font-size: 14px;
}

#logs-container .logs .log .log-row .txt strong {
    font-size: 14px;
}

#logs-container .logs .log .log-row .date {
    font-size: 14px;
}

#logs-container .logs .log .log-row .preview i {
    font-size: 12px;
    color: gray;
}

#logs-container .logs .preview-box {
    display: none;
}

.blocked-user {
    margin-bottom: 15px;
    margin-top: -5px;
}

.blocked-container {
    display: table;
    width: 100%;
}

.blocked-container .community {
    float: left;
    padding-right: 7px;
    border-right: 1px solid #818181;
    margin-right: 8px;
}

.blocked-container .community img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    margin-top: -1px;
    float: left;
}

.blocked-user {
    float: left;
}

.blocked-user img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    margin-top: 3px;
    float: left;
}

.blocked-user .info {
    margin-top: 2px;
    float: left;
    margin-left: 7px;
}

.blocked-user .info .user-name {
    font-weight: 900;
    font-size: 14px;
    display: block;
}

.blocked-user .info .user-stats {
    font-size: 14px;
    color: gray;
}

.pnl .rules {
    /*padding: 0 8px;*/
}

.pnl .rules .rule {
    margin-bottom: 35px;
}

.pnl .rules .rule .icon-col {
    float: left;
    width: 20px;
}

.pnl .rules .rule .icon-col i {
    margin-top: 3px;
    color: #5c5c5c;
}

.pnl .rules .rule .text-col {
    padding-left: 20px;
}

.pnl .rules .rule .text-col a {
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}

.pnl .rules .rule .text-col .title {
    font-size: 18px;
    font-weight: 900;
    color: #5D5D5D;
    display: block;
    margin-bottom: 5px;
}

.pnl .rules .rule .text-col .subtitle p {
    font-size: 14px;
    color: #8D8D8D;
    display: block;
}

.pnl .rules .rule .text-col .subtitle {
    font-size: 14px;
    color: #8D8D8D;
    display: block;
}

.pnl .rules .rule .text-col .btn {
    font-size: 14px;
    color: #b49a91;
    display: inline-block;
    margin-top: 10px;
    background-color: #f8efeb;
    padding: 7px 12px;
    border-radius: 15px;
    font-weight: 900;
}

.pnl .rules .rule .text-col .btn i {
    font-size: 12px;
    color: #b49a91;
}

.filter-menu-2-container {
    margin-top: 7px;
}

.fixed-filter-menu-2 {
    top: 76px;
}


.post-user {
    background-color: #f0eef3;
    position: relative;
    padding-bottom: 7px;
    padding-top: 0px;
}

.post-user-no-padding-top {
    padding-top: 0;
}

.post-user > .container {
    background-color: white;
}

.post-user .top {
    padding: 15px 15px 0 12px;
}

.post-user .top .user-profile {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    float: left;
    margin-top: 3px;
    background-color: #e6eaeb;
    object-fit: cover;
}

.post-user .top .user-role {
    position: relative;
}

.post-user .top .user-role .badge {
    position: absolute;
    left: 21px;
    top: 23px;
    background-color: #676767;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid white;
    text-align: center;
    display: flex;
}

.post-user .top .user-role .admin {
    background-color: #ff9e9e;
}

.post-user .top .user-role .ambassador {
    background-color: #ff9800;
}

.post-user .top .user-role .biuteam {
    background-color: #676767;
}

.post-user .top .user-role .brand {
    background-color: #676767;
}

.post-user .top .user-role .badge .fa-check {
    color: white;
    font-size: 9px;
    margin-top: 3px;
    margin-left: 3px;
}

.post-user .top .user-role .badge .fa-star {
    color: white;
    font-size: 8px;
    margin-top: 3px;
    margin-left: 3px;
}

.post-user .top .user-role .badge .fa-crown {
    color: white;
    font-size: 7px;
    margin-top: 4px;
    margin-left: 3px;
}

.post-user .top .user-profile-sign-in {
    border: 2px solid white;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin: auto;
    margin-top: 0px;
    float: left;
    text-align: center;
    background: linear-gradient(111deg, #0c007f 0%, #7768ff 100%);
    box-shadow: 2px 2px 4px #00000038;
    object-fit: cover;
}

.post-user .top .user-profile-sign-in i {
    font-size: 18px;
    margin: auto;
    margin-top: 7px;
    color: white;
}

.post-user .top .post-btn-col {
    padding-left: 45px;
}

.post-user .top .post-btn {
    background-color: #f0eef3;
    color: #8d7399;
    padding: 12px 15px 11px 15px;
    border-radius: 10px;
    font-size: 15px;
    display: block;
    cursor: pointer;
}

.post-user .top .post-btn-not-confirmed {

}

.post-user .top .post-btn i {
    color: #8d7399;
    float: left;
    margin: 1px 6px 0 0;
    font-size: 15px;
}

.post-user .bottom {
    padding: 0 5px;
    height: 45px;
    overflow: hidden;
}

.post-user .bottom .post-a {
    display: inline-block;
    font-size: 15px;
    padding: 15px 9px 14px 9px;
    color: #7B7B7B;
    font-weight: 500;
    border-radius: 10px;
}

.post-user .bottom .post-a i {

}

#post-user-review {

}

#post-user-review i {
    font-size: 15px;
    margin: 1px 6px 0 0;
    color: #E7A33E;
    float: left;
}

#post-user-question {

}

#post-user-question i {
    font-size: 15px;
    margin-right: 2px;
    color: #FF9F9F;
}

#post-user-photo {
    margin-bottom: -5px;
}

#post-user-photo i {
    font-size: 20px;
    margin: -1px 8px 0 0;
    color: #70B5F9;
    float: left;
}

#post-user-video {
    margin-bottom: -5px;
    display: none;
}

#post-user-video-brand {
    margin-bottom: -5px;
    display: inline-block;
}

#post-user-video i,
#post-user-video-brand i {
    font-size: 20px;
    margin: -1px 8px 0 0;
    color: #7FC05E;
    float: left;
}

#post-user-more {
    margin-bottom: -5px;
}

#post-user-more i {
    font-size: 21px;
    margin: -1px 8px 0 0;
    color: #6D5DF2;
    float: left;
}

#post-user-link {
    margin-bottom: -5px;
}

#post-user-link i {
    font-size: 20px;
    margin: -1px 8px 0 0;
    color: #6D5DF2;
    float: left;
}

#post-user-text {
    margin-bottom: -5px;
}

#post-user-text i {
    font-size: 20px;
    margin: -1px 8px 0 0;
    color: #ef5350;
    float: left;
}

.select-community-to-post {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 101;
    animation-duration: 600ms;
    display: none;
}

.select-community-to-post > .container {
    padding: 5px;
    top: 0;
    left: 0;
    right: 0;
}

.select-community-to-post .container .relative {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.select-community-to-post .container .relative .bg {
    background-color: white;
    border-radius: 15px;
    overflow-y: scroll;
}

.select-community-to-post .container .relative .bg > .header {
    background-color: white;
    position: absolute;
    text-align: left;
    padding: 15px 35px 15px 20px;
    z-index: 100;
}

.select-community-to-post .container .relative .bg .header .close-select-community {
    border-radius: 50%;
    right: 12px;
    top: 15px;
    position: absolute;
    z-index: 40;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.select-community-to-post .container .relative .bg .header .close-select-community i {
    font-size: 28px;
    color: #dddddd;
}

.select-community-to-post .container .relative .bg .header .select-community-to-post-title {
    font-size: 22px;
    font-weight: 900;
}

.select-community-to-post .container .relative .bg > .container {
    padding: 85px 0 15px 0;
}

.select-community-to-post .p-list-sm > .title {
    color: #a4a4a4;
    font-size: 14px;
    font-weight: 900;
}

.select-community-to-post .p-list-sm > .title i {
    color: #a4a4a4;
    font-size: 14px;
}

.select-community-to-post .select-communities-container {
    padding: 0 0 30px 0;
}

.title-panel > .title-box-padding {
    margin-bottom: 0;
    padding-bottom: 15px;
}

.container-communities-ph {
    padding: 85px 15px 0 15px;
}

.container-communities-ph .search-box {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 57px;
    position: relative;
}

.container-communities-ph .communities-ph {
    padding-top: 20px;
}

.container-communities-ph .communities-ph span {
    color: #a4a4a4;
    font-size: 14px;
    font-weight: 900;
}

.container-communities-ph .communities-ph .row {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
}

.container-communities-ph .communities-ph .row .profile {
    width: 60px;
    height: 60px;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
}

.container-communities-ph .communities-ph .row .info {
    width: 70%;
    padding-left: 15px;
}

.container-communities-ph .communities-ph .row .info .ph-bg {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 66px;
    position: relative;
}

.container-communities-ph .communities-ph .row .info .ph-bg div {
    background: #fff;
    position: absolute;
}

.container-communities-ph .communities-ph .row .info .ph-bg .ph-bar-1 {
    top: 0;
    left: 100px;
    right: 0;
    height: 17px;
}

.container-communities-ph .communities-ph .row .info .ph-bg .ph-bar-2 {
    top: 17px;
    left: 0;
    right: 0;
    height: 7px;
}

.container-communities-ph .communities-ph .row .info .ph-bg .ph-bar-3 {
    top: 37px;
    left: 150px;
    right: 0;
    height: 10px;
}

.container-communities-ph .communities-ph .row .info .ph-bg .ph-bar-4 {
    top: 47px;
    left: 120px;
    right: 0;
    height: 10px;
}

.container-communities-ph .communities-ph .row .info .ph-bg .ph-bar-5 {
    top: 57px;
    left: 70px;
    right: 0;
    height: 9px;
}


@media (min-width: 321px) {

	.article-cards .card > .img-container > img { height: 115%; }	
}

@media (min-width: 360px) {

	.article-cards .card > .img-container { height: 410px; }

    .top-profile > .container > .header > .about { margin-top: -55px; }

	.article-cards .card > .img-container > img { height: 100%; }	

	.article-cards .card > .img-container > .info-txt > .title { font-size: 28px; line-height: 28px; }

    .article-card-h .info { height: 142px; }

    .article-card-h .info .title { -webkit-line-clamp: 6 !important; }

    #brand-section { height: 60vh; }

}

@media (min-width: 361px) {

	.article-cards .card > .img-container > img { height: 110%; }	
}

@media (min-width: 375px) {

    .top-profile > .container > .header > .about { margin-top: -60px; }

	.article-cards .card > .img-container { height: 430px; }

	.article-cards .card > .img-container > img { height: 100%; }

    .article-card-h .info { height: 149px; }

    #brand-section { height: 65vh; }

    .post-user .top { height: 45px; }

    .post-user .top .user-profile {
        margin-top: 0px;
        width: 40px;
        height: 40px;
        object-fit: cover;
    }

    #post-user-review { margin-right: 3px; }
    #post-user-question { margin-right: 3px; }
    #post-user-photo { margin-right: 3px; }

    .post-user .top .user-profile { margin-top: 4px; }

}

@media (min-width: 376px) {

	.article-cards .card > .img-container > img { height: 110%; }	

}

@media (min-width: 412px) {

    .top-profile > .container > .header > .about { margin-top: -75px; }

	.article-cards .card > .img-container { height: 475px; }

	.article-cards .card > .img-container > img { height: 100%; }

    .article-card-h .info { height: 166px; }

    .article-card-h .info .title { -webkit-line-clamp: 7 !important; }

    #brand-section { height: 70vh; }

    .post-user .top .user-profile-sign-in {
        width: 36px;
        height: 36px;
        margin-top: 4px;
    }

    .post-user .top .user-profile-sign-in i {
        font-size: 20px;
        margin-top: 9px;
    }

    .post-user .top .post-btn:hover {
        background-color: #f3f6f7;
    }

    .post-user .top .post-btn-col {
        padding-left: 50px;
    }

    .post-user .top .post-btn { font-size: 15px; padding: 14px 15px 12px 15px; }
    .post-user .bottom .post-a { font-size: 15px; }
    #post-user-review { margin-right: 12px; margin-left: 5px; }
    #post-user-question { margin-right: 12px; }
    #post-user-photo { margin-right: 12px; }

}


@media (min-width: 680px) {

    .home-mod-panel .alert-panel .text, .home-mod-panel .green-panel .text {
        font-size: 14px;
    }

    .home-mod-panel .alert-panel .text-right, .home-mod-panel .green-panel .text-right {
        font-size: 14px;
        cursor: pointer;
    }

    .home-mod-panel {
        margin-bottom: 15px;
    }

    .home-mod-panel .green-panel {
        border-radius: 10px;
    }

    .brand-card:hover .info,
    .brand-card:hover .footer {
        background-color: #faf5f3;
    }


    .top-profile > .container > .header {
        height: 238px;
    }

    .top-profile > .container > .header > .about {
        margin-top: 0;
    }

    .top-profile > .container .profile {
        height: 130px;
        width: 130px;
        top: 115px;
    }

    .top-profile > .container > .info > .top > .brand {
        font-size: 22px;
    }

    .top-profile > .container > .info > .top > .follow > .follow-btn {
        padding: 6px 12px;
        font-size: 16px;
        font-weight: 500;
    }

    .top-profile > .container > .info > .description {
        height: 38px;
    }

    .top-profile > .container > .info > .description > span {
        font-size: 14px;
        line-height: 18px;
    }

    .top-profile > .container > .info > .description > .see-more {
        font-size: 13px;
        line-height: 19px;
    }    

    .section-menu-container {
        height: 44px;
    }

    .top-profile > .container > .info > .top > .not-brand {
        font-size: 26px;
    }          

    .mod-panel .headline span {
        font-size: 16px;
    }

    .post-user {
        padding-top: 0;
        /*padding-bottom: 1px;*/
    }

    .post-user .top {
        padding: 15px 15px 5px 12px;
    }

    .post-user .top .user-profile-sign-in {
        width: 36px;
        height: 36px;
        margin-top: 4px;
    }

    .post-user .top .user-profile-sign-in i {
        font-size: 20px;
        margin-top: 9px;
    }

    .post-user .top .user-role .badge {
        left: 26px;
        top: 28px;
    }

    .post-user .top .post-btn {
        font-size: 16px;
        padding: 14px 15px 13px 15px;
        color: #7d7d7d;
    }

    .post-user .top a:hover .post-btn {
        background-color: #E4E6E9;
    }

    .post-user .top .post-btn i {
        color: #7d7d7d;
        float: left;
        margin: 1px 6px 0 0;
        font-size: 17px;
    }

    .post-user .bottom {
        height: 50px;
        padding-top: 4px;
    }

    .post-user .bottom .post-a {
        font-size: 16px;
        cursor: pointer;
        padding: 12px 15px;
    }

    .post-user .bottom .post-a:hover {
        background-color: white;
        color: #ff9f9f;
    }

    #post-user-review {
        margin-right: 3px;
        margin-left: 5px;
    }

    #post-user-question {
        margin-right: 7px;
    }

    #post-user-photo {
        margin-right: 3px;
        display: none;
    }

    #post-user-more {
        margin-right: 0;
    }

    #post-user-review i {
        font-size: 18px;
        margin-right: 8px;
    }

    #post-user-question i {
        font-size: 16px;
        margin-right: 4px;
    }

    #post-user-photo i {
        font-size: 21px;
        margin-right: 8px;
    }

    #post-user-video i {
        font-size: 19px;
        margin-right: 6px;
    }

    #post-user-more i {
        font-size: 22px;
        margin-right: 6px;
    }

    .post-user > .container {
        background-color: #f8f7f8;
    }

    .post-user .top .post-btn {
        background-color: white;
        border: 1px solid #e5e5e5;
    }

    .select-community-to-post > .container {
        width: 600px;
        margin: auto;
    }

    .select-community-to-post .container .relative .bg > .header {
        width: 600px;
        padding: 25px 0 0 0;
    }

    .select-community-to-post .p-list-sm .title {
        margin-bottom: 10px;
        display: block;
    }

    .container-communities-ph .communities-ph span {
        display: block;
        margin-bottom: 10px;
    }

    .container-communities-ph .communities-ph .row {
        padding: 10px;
    }

    #promo-carousel .btns-nav-scroll {
        margin-top: 120px;
    }

    .marketplace-panel {
        padding: 10px 15px;
    }

    .marketplace-panel .left-col {
        width: 35px;
    }

    .marketplace-panel .left-col .icon {
        width: 30px;
        height: 30px;
    }

    .marketplace-panel .left-col .icon .fa-shopping-cart {
        font-size: 16px;
        margin-left: -1px;
    }

    .marketplace-panel .right-col {
        padding-left: 5px;
    }

    .marketplace-panel .right-col .see-more {
        cursor: pointer;
    }

}

@media (min-width: 725px) {
    .mod-panel .headline {
        width: 360px;
    } 
}

@media (min-width: 768px) {
    .mod-panel .headline {
        width: 400px;
    } 

    #post-user-review {
        margin-right: 0px;
        margin-left: 0px;
    }

    #post-user-question {
        margin-right: 0px;
    }

    #post-user-photo {
        margin-right: 0px;
        display: inline-block;
    }
}

@media (min-width: 780px) {
    .mod-panel .headline {
        width: 420px;
    } 

    .post-user .bottom .post-a {
        padding: 12px 14px;
    }

    #post-user-review {
        margin-right: 0px;
        margin-left: 0px;
    }

    #post-user-question {
        margin-right: 0px;
    }

    #post-user-photo {
        margin-right: 0px;
    }
}


@media (min-width: 832px) {
    .mod-panel .headline {
        width: 470px;
    } 

    .post-user .bottom .post-a {
        padding: 12px 9px;
    }

    .post-user .brand-bottom .post-a {
        padding: 12px 22px;
    }

    #post-user-review {
        margin-right: 0px;
        margin-left: 0px;
    }

    #post-user-question {
        margin-right: 0px;
    }

    #post-user-photo {
        margin-right: 0px;
    }

    #post-user-video {
        margin-right: 0px;
        display: inline-block;
    }

    #post-user-more {
        margin-right: 0;
    }
}


@media (min-width: 960px) {

    .brand-card {
        width: 33%;
        float: left;
    }

    .brand-card .container {
        position: relative;
        overflow: hidden;
    }

    .brand-card:nth-child(2n+1) .container {
        padding-right: 0px;
    }

    .brand-card:nth-child(2n+2) .container {
        padding-left: 0px;
    }    

    .brand-card:nth-child(3n+1) .container {
        padding-right: 7px;
    }

    .brand-card:nth-child(3n+2) .container {
        padding-left: 7px;
        padding-right: 7px;
    }    

    .brand-card:nth-child(3n+3) .container {
        padding-left: 7px;
    }      

    .mod-panel .headline {
        width: 540px;
    }    

    .post-user .bottom .post-a {
        padding: 12px 15px;
    }

    .post-user .brand-bottom .post-a {
        padding: 12px 30px;
    }

    #post-user-review {
        margin-right: 0px;
        margin-left: 5px;
    }

    #post-user-question {
        margin-right: 0px;
    }

    #post-user-photo {
        margin-right: 0px;
    }

    #post-user-video {
        margin-right: 0px;
        display: inline-block;
    }

    #post-user-more {
        margin-right: 0;
    }


}

