[class^="box-"].showfirst {
    display: block;
}

/* width */
.box-scroll-right::-webkit-scrollbar,
.msg-left-bottom::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.box-scroll-right::-webkit-scrollbar-track,
.msg-left-bottom::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.box-scroll-right::-webkit-scrollbar-thumb,
.msg-left-bottom::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.box-scroll-right::-webkit-scrollbar-thumb:hover,
.msg-left-bottom::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.box-scroll-right {
    display: block;
    height: calc(100vh - 360px);
    padding: 20px;
    overflow-y: scroll;
}
.box-scroll {
    min-height: calc(100vh - 280px);
}
*,
body {
    font-family: "Poppins", sans-serif;
}

body {
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}
:focus {
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
}

p {
    margin-bottom: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.heading {
    text-align: center;
}
.heading h2 {
    color: #1c1a3b;
    font-size: 24px;
    font-weight: 600;
}
.heading h3 {
    font-size: 50px;
    font-weight: bold;
    color: #141232;
}
.heading h3 span {
    color: #e92747;
    font-family: "Poppins", sans-serif;
}
.heading p {
    color: #666666;
    font-size: 18px;
    font-weight: normal;
}
.tooltip {
    z-index: 99999999;
}

.owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.owl-stage-outer {
    overflow: hidden;
}

/*Header CSS START*/

button.red-btn,
button.black-btn {
    border: 0;
    transition: 0.3s ease all;
}
.primary-link a{
    color: #f34053;
    font-size: 14px;
    font-weight: bold;
}
.red-btn {
    background-color: #f34053;
    padding: 6px 25px;
    border-radius: 50px !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.red-btn:hover,
.red-btn:focus,
.red-btn:active {
    background-color: #3f3f3f;
    color: #fff;
}
.black-btn {
    background-color: #282828;
    padding: 8px 25px;
    border-radius: 50px !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
}
.black-btn i {
    margin-right: 3px;
}
.black-btn:hover,
.black-btn:focus,
.black-btn:active {
    background-color: #f34053;
    color: #fff;
}
.main-header {
    background-color: #000;
    padding: 15px 0px;
}
.main-header nav.navbar-expand-lg {
    justify-content: space-between !important;
    padding-inline: 0;
}
.main-header nav .navbar-collapse {
    justify-content: center;
    z-index: 999;
}
.navbar-nav li {
    padding: 0px 8px;
}
.navbar-nav li a {
    font-size: 14px;
    color: #fff !important;
    font-weight: normal;
}
.navbar-nav li a:hover {
    color: #f34053 !important;
}

/*Header CSS END*/
ul.contributers-list span.counter-circle{
    background: #000;
    color: #ffff;
    text-align: center;
    padding-top: 13px;
    cursor: pointer;
}
/*Color And Clothes CSS START*/

.color-and-clothes-wrap {
    background-color: #e3e3e3;
    padding: 30px 0px;
}
.color-box-wrap h3 {
    font-weight: bold;
    font-size: 15px;
    color: #bbbec0;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.color-box-wrap h3 > span {
    display: inline-block;
}
.color-filter > li {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 2px;
}
.color-filter > li > span {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
}
.color-filter li.active span:after {
    border: 1px solid #000;
}

.color-filter > li.active span::before {
    content: "";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #f4f4f4;
    height: 28px;
    width: 28px;
    inset: 2px;
}

ul.color-filter {
    position: relative;
    margin: 0 -4px;
}

ul.color-filter .dropdown-box {
    left: 0;
    margin: 0;
}

ul.dropdown-color-petern >li >label >i {
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-bottom: 5px;
    overflow: hidden;
}
ul.dropdown-color-petern >li >label >span {
    border: 2px solid rgba(0,0,0,0);
    padding: 2px;
    width: 38px;
    height: 38px;
    display: block;
    margin: 0 auto 5px;
    border-radius: 50%;
    transition: 0.3s ease all;
}
ul.dropdown-color-petern >li:hover >label >span {
    border-color: rgba(0,0,0,0.2);
}
ul.dropdown-color-petern >li.active >label >span {
    border-color: rgba(0,0,0,0.6);
}
ul.dropdown-color-petern >li >label >span >img {
    width: 32px;
    height: auto;
    border-radius: 50%;
    display: block;
    margin: 0;
}
ul.dropdown-color-petern >li >label >b {
    display: block;
    font-weight: 500;
    font-size: 10px;
    color: #6c6c6c;
}
ul.dropdown-color-petern {
    /* border-top: 1px solid rgba(0,0,0,0.1); */
    /* padding: 20px; */
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-items: center; */
    position: relative;
    margin: 0px -7px;
}
ul.dropdown-color-petern input {
    appearance: none;
    display: block;
}
ul.dropdown-color-petern label {
    display: block;
    margin: 0;
    cursor: pointer;
    transition: 0.3s ease all;
}
ul.dropdown-color-petern label:hover {
    /* transform: scale(1.09); */
}
ul.dropdown-color-petern label:hover span {
    color: #000;
}
ul.dropdown-color-petern > li {
    /* margin-bottom: 10px;
    width: 25%;
    box-sizing: border-box; */
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 2px;
}

ul.dropdown-color-petern > li:nth-child(4n) {
    margin-right: 0;
}

ul.dropdown-color-petern > li:nth-last-child(-n + 4) {
    margin-bottom: 0;
}

ul.color-filter form > button {
    background-color: rgb(0, 0, 0);
    width: 241px;
    height: 36px;
    border: 0;
    margin: auto;
    display: block;
    color: #fff;
    border-radius: 100px;
    margin-bottom: 20px;
    transition: 0.3s ease all;
}
ul.color-filter form > button:hover {
    transform: scale(1.05);
}
.color-red {
    background: #ff596d;
    color: #ff596d;
}
.color-yellow {
    background: #ffdb33;
}
.color-white {
    background: #ffffff;
}
.color-orange {
    background: #ffbb51;
}
.color-cyan {
    background: #80e6ff;
}
.color-green {
    background: #38cf46;
}
.color-purple {
    background: #ff8ff8;
}
.color-black {
    background: #000;
}
.color-blue {
    background: #34485c;
}

.tag-list-wrap > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* .tag-list-wrap>ul>li:last-child {
    background: #fff;
    padding: 0;
    margin-top: -15px;
    padding: 5px 15px;
    border-radius: 100px;
    width: 15%;
} */

.tag-list-wrap > ul > li:last-child > input {
    border: 0;
    font-size: 14px;
    font-weight: 500;
    color: #a3a0a2;
    width: 82%;
}

.tag-list-wrap > ul > li {
    margin-right: 10px;
    position: relative;
}

.tag-list-wrap > ul > li > a {
    background-color: #fff;
    padding: 6px 11px;
    border-radius: 50px;
    font-size: 13px;
    color: #9da0a2;
    font-weight: 600;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.04);
    transition: 0.3s ease all;
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
}
.tag-list-wrap > ul > li > a:hover,
.tag-list-wrap > ul > li > a.active {
    background-color: #000;
    color: #fff !important;
}
.tag-list-wrap > ul li a i {
    margin: 0 7px 0 0;
}
.tag-list-wrap ul li a img {
    padding-right: 3px;
}
.headFilterWrap {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.headFilterWrap.show {
    visibility: visible;
    opacity: 1;
}
.header-filter-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    max-width: 750px;
    margin-left: auto;
}
/* .clothes-box-wrap .header-filter-area{
   opacity: 0;
   visibility: hidden;
} */
span.dn-text {
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-filter-area .filter-carousel {
    width: calc(100% - 200px);
    position: relative;
    display: none;
}
.filter-carousel .owl-item {
    text-align: center;
}
.header-filter-area .switch-area {
    max-width: 170px;
    width: 100%;
    border-left: 1px solid #aaa;
    margin-left: 30px;
    padding-left: 15px;
    text-align: right;
}

.header-filter-area .filter-carousel a {
    display: block;
    padding: 5px;
}

.header-filter-area .filter-carousel a.active-outfit {
    transform: scale(1.2);
    filter: drop-shadow( 0px 0px 2px #000000);
}

.header-filter-area svg {
    width: 50px;
    height: auto;
}

.filter-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
    font-size: 70px;
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease all;
}

.filter-carousel .owl-nav button.disabled {
    opacity: 0;
    visibility: hidden;
}

.filter-carousel .owl-nav button.owl-prev {
    left: -25px;
}

.filter-carousel .owl-nav button.owl-next {
    right: -25px;
}

/*Color And Clothes CSS END*/

.home-product-wrap {
    padding: 60px 0px;
    border-bottom: 1px solid #d7d7d7;
}
.home-product-wrap:last-child {
    border-bottom: none;
}

.home-product-wrap .client-name-wrap > a {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    overflow: hidden;
}

.home-product-wrap .client-name-wrap > a > img,
.client-name-wrap > a > img,
.recent-box > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.client-name-wrap {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    margin-top: 20px;
}
.client-name-wrap > a {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
}
.client-name-wrap > a.cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.client-name-wrap img.profile-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.home-product-wrap .client-name-wrap .client-text {
    width: calc(100% - 86px);
}
/* .client-text h3 {
    display: flex;
    align-items: center;
} */

.client-text p {
    padding-top: 4px;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: normal;
}
.client-text .spanAbout {
    display: block;
    margin: 0 0 2px;
}
.client-text h3 .ct-user-name {
    /* align-self: flex-end; */
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    transition: 0.3s ease all;
}
.client-text h3 .ct-user-name:hover {
    color: #f34053;
}
.box-made, .box-received{
    display: none;
}
.box-made.active, .box-received.active{
    display: block;
}
.client-text .black-btn,
.liked-by-modal .black-btn {
    font-size: 12px;
    padding: 8px 16px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    display: inline-block;
    max-width: max-content;
    width: 100%;
    margin-top: 0;
}
/* .outfit-in-this-look.active{
    background-color: #000;
    color:#ffffff;
} */
.client-text .black-btn {
    /* position: relative;
    top: 5px; */
}
.client-text .black-btn:hover {
    background-color: #f34053;
}

.client-text {
    padding-left: 16px;
}

.client-text p a {
    color: #000;
    text-decoration: underline;
}
.pdp-title,
.product-title h3 a {
    display: inline-block;
    font-size: 22px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s ease all;
}

.product-title h4 {
    font-size: 14px;
    color: #a7a7a7;
    font-weight: normal;
}

.product-title h4 span {
    padding-left: 8px;
}

.product-small-img .item img {
    border-radius: 50%;
}

.product-small-img .item {
    margin-bottom: 17px;
    width: 95% !important;
    cursor: pointer;
}

.product-small-img .slick-track {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100% !important;
}
.product-small-img .item.slick-current {
    border: 2px solid #3f3f3f;
    border-radius: 50%;
}
.product-slider {
    padding: 15px 0px;
}

.home-page .product-big-img {
    width: 100%;
    height:100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    max-height: 550px;
}
.detail-look .product-big-img{
    width: 100%;
    height: auto;
    overflow: unset;
}
.product-big-img img {
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
    /* position: absolute; */
    margin: auto;
    max-height: 100%;
}
.product-btnand-social {
    display: flex;
    align-items: center;
}

.social-media {
    margin-left: auto;
}

.social-media a {
    border: 1px solid #ccc;
    border-radius: 50px;
    color: #000;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.social-media a:not(:last-child) {
    margin-right: 5px;
}

.social-media a:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid transparent;
}

.product-btnand-social a:not(:last-child) {
    /* margin-right: 10px; */
}

.product-btnand-social a.black-btn i {
    margin-right: 0;
}

.product-btnand-social .like-btn {
    /* padding: 5px 10px;
    width: 30px;
    height: 30px;
    text-align: center; */
}
.rowCenter {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.like-n-save .like-icon { 
    margin: 0;
    padding: 0 5px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #383838;
}
.like-n-save .like-icon.liked,
.like-n-save .like-icon.red {
    background-color: #f34053;
}
.like-n-save .like-icon.black {
    background-color: #282828;
}
.like-n-save .btn-icon {
    background-color: #282828;
    border-radius: 50px;
    margin: 0 0 0 5px;
}
.like-n-save .btn-icon:hover {
    background-color: #f34053;
}
.like-n-save .btn-icon i,
.like-n-save .like-icon i {
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}
.like-n-save .btn-icon i {
    font-size: 12px;
}
.like-n-save .like-count {
    background-color: #282828;
    margin: 0 5px 0 0;
    padding: 0 5px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.like-n-save .like-count span {
    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    display: block;
    min-width: 28px;
    padding: 0;
}
.like-n-save .save-btn {
    background-color: #f34053;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.like-n-save .like-icon:hover,
.like-n-save .like-count:hover,
.like-n-save .save-btn:hover {
    background-color: #3f3f3f;
    color: #fff;
}

.right-side {
    padding-top: 60px;
}
.people-like-wrap {
    /* padding-bottom: 55px; */
}
/* .border-heading{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border: 1px solid #ccc;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
} */
.border-heading {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(215, 215, 215);
    background-color: rgba(243, 243, 243, 0);
    width: 100%;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.people-like-wrap .client-text p {
    font-size: 13px;
    padding-bottom: 5px;
    color: #a7a7a7;
    padding-top: 0;
}
.people-like-wrap .client-text a.black-btn:hover {
    color: #fff;
}
.brandName figure {
    height: 70px;
    width: 70px;
    margin: 0;
    overflow: hidden;
}

.brandName figure > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.people-like-wrap .client-text h3 {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    width: 100%;
}
.people-like-wrap .client-text a:hover h3,
.people-like-wrap .client-text h3:hover,
.product-title h3 a:hover {
    color: #f34053;
}
.recent-box {
    display: flex;
    align-items: center;
    padding-bottom: 35px;
}
.recent-box > a {
    height: 80px;
    width: 80px;
    overflow: hidden;
}
.recent-text h3 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    transition: 0.3s ease all;
}
.recent-text ul {
    display: flex;
    padding: 4px 0px;
}

.recent-text {
    padding-left: 11px;
}

.recent-text ul li {
    padding-right: 11px;
    border-right: 1px solid #ccc;
    line-height: 14px;
}

.recent-text ul li:last-child {
    border-right: none;
    padding-right: 0px;
    padding-left: 12px;
}

.recent-text ul li a {
    font-size: 13px;
    font-weight: normal;
    color: #a7a7a7;
}

.recent-text p {
    font-size: 13px;
    font-weight: normal;
    color: #2d2d2d;
}

.main-footer {
    align-items: center;
    border-top: 1px solid #000;
    display: flex;
    padding: 15px 0px;
}
.main-footer p {
    font-size: 13px;
    color: #000;
    font-weight: 300;
}
.main-footer ul {
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.main-footer ul li {
    padding: 0px 5px;
    border-right: 1px solid #ccc;
    line-height: 16px;
}

.main-footer ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.main-footer ul li:last-child {
    border-right: none;
}
.main-footer ul li a:hover {
    color: #f34053;
}
.recent-text ul li a:hover {
    color: #000;
}
.client-text p a:hover {
    color: #f34053;
}
.client-text > h6 {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    padding-bottom: 5px;
}
.picture-details-page .product-btnand-social {
    width: 100%;
}

/*INNER PAGE CSS START*/

.main-inner-wrap {
    padding: 35px 0px 60px;
}
.profile-sidebar ul li {
    padding-bottom: 13px;
    transition: 0.3s all ease-in-out;
}
.profile-sidebar ul li a {
    font-size: 18px;
    color: #000;
    border-bottom: 2px solid transparent;
    font-weight: 600;
}
.profile-sidebar ul li:hover a {
    border-bottom: 2px solid #000;
}
.profile-wrap h3 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    padding-bottom: 15px;
}
.div-wrap {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.photo-add span {
    width: 70px;
    height: 70px;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 15px;
}
.profile-wrap label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
}
.photo-add span img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.profile-wrap li {
    padding-bottom: 15px;
}
.div-wrap h2 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-right: 15px;
}
.form-input {
    height: 45px;
    border: 1px solid #d7d7d7;
    border-radius: 50px;
    padding: 10px;
    width: 100%;
}
.sec-wrap {
    display: flex;
    align-items: center;
}

.profile-name {
    display: block;
}
.birth {
    display: flex;
    justify-content: space-between;
}
.birth .form-input {
    padding: 9px 35px;
}
.hide-age a {
    color: #000;
    text-align: right;
    display: block;
    font-size: 12px;
    padding-top: 8px;
    text-transform: lowercase;
    font-weight: 400;
    padding-right: 15px;
}
.male-and-female .form-input {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.male-and-female .profile-name {
    display: flex;
}
.male-and-female .form-input input {
    margin-right: 10px !important;
    border: 2px solid #000;
}
.male-and-female .form-input span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.male-and-female .form-input:last-child {
    margin-right: 0;
}
.about-me .form-input {
    height: 165px;
    border-radius: 15px;
}
.facebook-btn {
    background-color: #376eea;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}
.facebook-btn i {
    padding-right: 9px;
}
.insta-btn {
    width: 100%;
    display: block;
    background-image: linear-gradient(45deg, #e98046, #ca3167, #67408f);
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}
.insta-btn i {
    padding-right: 9px;
}
.insta-btn:hover {
    background-image: none;
    background-color: #000;
    color: #fff;
}
.facebook-btn:hover {
    background-image: none;
    background-color: #000;
    color: #fff;
}
.your-links input {
    width: 60%;
}
.your-links h2 {
    width: 40%;
}
.profile-btn {
    display: flex;
    justify-content: flex-end;
}
.profile-btn a {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    border-radius: 50px;
    text-transform: uppercase;
    line-height: 13px;
}

a.cancle-btn {
    border: 1px solid #000;
    color: #000;
    padding: 10px 20px;
}

a.save-btn {
    background-color: #000000;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid transparent;
}

.profile-btn a:hover {
    background-color: #f34053;
    color: #fff;
    border: 1px solid transparent;
}

.account-wrap h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding-bottom: 25px;
}

.account-wrap label {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.email-link h2 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-bottom: 9px;
}

.account-wrap li {
    padding-bottom: 25px;
}
.email-link input.form-input {
    margin-bottom: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
    margin-bottom: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.switch input:checked + .slider {
    background-color: #000000;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}
.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.privacy-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 10px;
}
.privacy-link h4 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.allow-user span {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding-left: 4px;
}

.allow-user {
    padding-bottom: 7px;
}
.deleted-btn {
    margin-top: 35px;
    margin-bottom: 25px;
}
.deleted-btn a {
    width: 100%;
    text-align: center;
    background-color: #f1f1f1;
    display: block;
    padding: 14px 6px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
}

.deleted-btn a:hover {
    background-color: #f34053;
    color: #fff;
}

.noti-wrap h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px;
}
.noti-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
}
.noti-link h4 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.noti-btn {
    margin-top: 45px;
}
.email-setting-wrap h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
}
.email-setting-wrap p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 10px;
}
.email-setting-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
}
.email-setting-link h4 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.email-send-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.email-send-link h4 {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.tune-sec-wrap {
    padding: 50px 0px 80px;
}
.tune-heading h3 {
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 30px;
}
.tune-tab-wrap .nav-tabs {
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}

.tune-tab-wrap .nav-tabs li a {
    border: none;
    font-size: 14px;
    padding: 0;
    color: #000 !important;
    font-weight: bold;
    text-transform: uppercase;
}

.tune-tab-wrap .nav-tabs li a:hover {
    border-bottom-color: #f34053 !important;
}

.tune-tab-wrap .nav-tabs li a.active {
    border-bottom: 1px solid #000;
}

.tune-tab-wrap .nav-tabs li {
    padding: 14px 15px;
}
.tune-box {
    position: relative;
}
/* .tune-box:hover::after{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1; 
} */
/* .tune-box:hover::after{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
} */
.tune-text h3 {
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    text-align: center;
    width: 100%;
    padding-top:60%;
    /* transform: translateY(50%); */
}
.tune-text h3:hover{
    color: #ffffff;
    background: rgba(255, 255, 255, 0.4);
    height: 100%;
    
}
.tune-text h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    transition: 0.3s ease all;
}
.tune-box-wrap {
    margin-top: 30px;
}
.tune-btn a {
    background-color: #f1f1f1;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    margin-top: 9px;
    padding: 9px 7px;
    border-radius: 50px;
}
.tune-btn a:hover {
    background-color: #000;
    color: #fff;
}
.product-links h3 {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding-bottom: 10px;
}
.product-links h3 a {
    font-weight: 600;
    color: #000;
}
.product-links {
    padding: 30px 0px 20px;
}
.product-links h3 a:hover {
    color: #f34053;
}
.comment-box-pic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comment-box-pic span {
    width: 66px;
    height: 60px;
    display: block;
    position: relative;
}

.comment-box-pic span > img {
    object-fit: cover;
    position: absolute;
    inset: 0;
}
.comment-box-pic img {
    border-radius: 100px;
}
.comment-box input {
    height: 70px;
    border-radius: 50px;
    width: 100%;
    margin-left: 20px;
    border: none;
    box-shadow: 0px 10px 98px 0px rgb(155 155 155 / 18%);
    padding: 0 35px;
    background-color: #fff;
}
.comment-box {
    width: 91%;
}
.comment-btn a {
    background-color: #000;
    padding: 14px 25px;
}
.comment-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.brands-look .client-text > h3 {
    padding-bottom: 10px;
}

.brands-look .client-text > a {
    margin-left: 0;
    /* background-color: #000;
    display: inline-block; */
    display: table;
    margin-bottom: 4px;
}
.right-side-profile figure {
    width: 57px;
    height: 57px;
    margin: 0;
    border-radius: 100px;
    overflow: hidden;
}

.right-side-profile figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brands-look .client-name-wrap {
    padding-bottom: 0;
    transition: 0.3s all ease-in-out;
    position: relative;
}

.brands-look {
    padding-bottom: 25px;
}
.brands-look .client-name-wrap.outfit-in-this-look {
    margin: 50px 0;
}
.coat-img {
    background-color: #f4f4f4;
    border-radius: 50px;
    width: 22%;
    height: 78px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.client-hover-text {
    display: block;
    transition: 0.3s ease all;
    position: absolute;
}
.client-hover-text .linkArrow{
    position: absolute;
    right: 10px;
}
.outfit-in-this-look p {
    padding: 0 !important;
}

.client-hover-text h6 {
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 5px;
}
.client-hover-text p {
    font-size: 14px;
    color: #000;
    transition: 0.3s ease all;
}

.client-hover-text p a {
    color: #000;
    font-size: 14px;
}

.client-hover-text p a:hover {
    color: #f34053;
}

.client-hover-text p a span {
    font-weight: 600 !important;
}

.client-hover-text p span {
    font-weight: 600;
}
.brands-look .client-text a img {
    width: auto;
    height: auto;
    padding-left: 0;
}

.outfit-in-this-look {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* padding: 10px; */
    background-color: rgba(200, 200, 200, 0.2);
    border-radius: 2px;
    margin-bottom: 15px;
}
.outfit-in-this-look span{
    text-align: center;
}
.outfit-in-this-look .client-hover-text{
    padding: 10px;
}
.outfit-in-this-look .look-item {
    flex: 0 0 50px;
    margin: auto;
}

.outfit-in-this-look .look-item svg {
    width: 100%;
    height: 100%;
}

.outfit-in-this-look .client-hover-text {
    border-left: 1px solid #d7d7d7;
    padding-left: 10px;
    flex: 0 0 calc(100% - 70px);
    position: relative;
}
/*INNER PAGE CSS END*/

/*MESSAGE BOX CSS START*/
.msg-sec {
    padding: 35px 0px;
}
.msg-box-wrapper {
    position: relative;
}
.all-messages {
    background-color: #000;
    display: flex;
    align-items: center;
    padding: 20px 0px;
    width: 85%;
    position: relative;
    overflow: hidden;
}
.all-messages h3 {
    font-weight: 600;
    font-size: 16px;
    padding-left: 15px;
    color: #fff;
}

.all-messages span {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    display: inline-block;
}
.all-messages a i {
    color: #fff;
    font-size: 14px;
    padding-left: 5px;
}

.all-messages a {
    padding-left: 15px;
    display: flex;
    align-items: center;
}
.msg-left-top {
    display: flex;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}

.chat-icon,
.search-icon {
    border-right: 1px solid #d7d7d7;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message-title {
    padding: 9px 0px 9px 16px;
}

.message-title h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
}

.message-title ul {
    display: flex;
    align-items: center;
}

.message-title ul li {
    font-size: 12px;
    line-height: 18px;
    color: #a7a7a7;
    font-weight: 300;
}

.message-title ul li:not(:last-child) {
    border-right: 1px solid #ccc;
    margin-right: 10px;
    padding-right: 10px;
}

#toggle.on + #menu {
    opacity: 1;
    visibility: visible;
}

/* menu appearance*/
#menu {
    position: relative;
    color: #999;
    width: 110px;
    margin: auto;
    border-radius: 4px;

    /* just for this demo */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    margin-top: 10px;
    left: 35px;
    box-shadow: 0px 0px 70px 0px rgb(0 0 0 / 11%);
    background-color: #fff;
    text-align: left;
}

.message-toggle {
    position: absolute;
    right: -20px;
    top: 20px;
    z-index: 9999;
}

#menu ul li {
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
}

#menu ul li:last-child {
    border-bottom: none;
}

#menu ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.msg-right-top {
    display: flex;
    border-bottom: 1px solid #d7d7d7;
}
.msg-left-box a {
    display: flex;
    align-items: center;
    position: relative;
}
.msg-left-title h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: normal;
    white-space: nowrap;
}

.backBtn {
    width: 47px;
    height: 49px;
    background-color: #000;
    color: #fff;
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.msg-left-title p {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 140px;
    white-space: nowrap;
}

.msg-left-title {
    padding-left: 15px;
}

.msg-left-hours {
    position: absolute;
    right: 0;
    top: 16px;
}

.msg-left-box {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 18px 20px;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}

.msg-left-hours h2 {
    font-size: 12px;
    color: #a7a7a7;
    font-weight: 400;
}
.msg-left-hours h2 i {
    color: #f34053;
    font-size: 10px;
    margin-left: 5px;
}
.msg-left-box:last-child {
    border-bottom: none;
}
.msg-left-bottom {
    border-right: 1px solid #ccc;
    height: calc(100vh - 280px);
    overflow-y: scroll;
}
.msg-left-box.active {
    background-color: #f5f5f5;
}

.msg-left-box.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 7px;
    background-color: #000;
}

.msg-type-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 98px 0px rgba(155, 155, 155, 0.3);
    margin: 5px 20px;
}

.msg-file {
    /* padding: 15px 20px;
    border-right: 1px solid #ccc; */
}
.msg-file .fileDiv {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    font-size: 14px;
}
.msg-file .fileDiv i {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    width: 24px;
    height: 24px;
}
.msg-file .fileDiv i.fa-trash {
    font-size: 16px;
}
.msg-file .fileDiv span {
    margin: 0 7px;
    opacity: 0.9;
}
.msg-type-box .msg-form {
    width: 100%;
    border: none;
    height: 50px;
    padding-top: 14px;
    font-size: 15px;
    padding-left: 15px;
    color: #000;
    resize: none;
}

.msg-type-box .msg-btn {
    background-color: #f34053;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 14px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.msg-type-box .msg-btn:hover {
    background-color: #000;
    color: #fff;
}

.msg-box-left {
    position: relative;
    z-index: 1;
}

.msg-box-left {
    position: relative;
    z-index: 1;
    top: 0px;
    transition: all 0.3s ease-in-out;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.msg-box-right {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding-bottom: 10px;
}

.showMessage .msg-box-left {
    top: 40px;
    opacity: 0;
}

.left-side {
    margin-top: 40px;
}

/*Filters Page CSS*/

.filters-and-content-wrap {
    padding: 40px 0;
}
ul.filters-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
}
.color-and-clothes-wrap .btn-filter {
    border: 1px solid rgb(0, 0, 0);
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0);
    height: 41px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 25px;
    position: relative;
    transition: 0.3s ease all;
}
ul.filters-buttons li {
    margin: 0;
    padding: 0;
}
ul.filters-buttons li+li {
    margin-left: 10px;
}

.buttonFilter { background-color: transparent; border: 2px solid #000; border-radius: 32px; margin: 0; padding: 8px 24px; display: flex; flex-direction: row; align-items: center; justify-content: center; font-weight: 600; font-size: 14px; line-height: 20px; color: #000; text-transform: uppercase; transition: 0.3s ease all; position: relative; z-index: 0; overflow: hidden; }
.buttonFilter i { margin: 0 0 0 5px; }
.buttonFilter:hover { background-color: #000; color: #fff; }
.buttonFilter.pattern { background-position: center center; background-size: cover; background-repeat: no-repeat; }
.buttonFilter.pattern,
.buttonFilter.color { padding: 0; margin: 0; }
.buttonFilter.color.light { border-color: #000; color: #000; }
.buttonFilter.pattern i,
.buttonFilter.color i { width: 32px; height: 32px; margin: 0; text-align: center; line-height: 32px; color: #fff; position: relative; z-index: 10; }
.buttonFilter.pattern i,
.buttonFilter.pattern:hover i,
.buttonFilter.color:hover i { text-shadow: 1px 1px 1px rgb(0 0 0 / 90%);  }
.buttonFilter.color.light i { color: inherit; }
.buttonFilter.color.light:hover i { color: #fff; }

.btn-filter {
    background-color: transparent;
    border: 0;
}
.btn-filter a {
    overflow: hidden;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0);
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 26px;
    position: relative;
    transition: 0.3s ease all;
    display: block;
    color: #000;
}

.btn-filter a > span {
    display: inline-block;
    width: 10px;
    margin-left: 6px;
}

.btn-filter a:hover,
.color-and-clothes-wrap .btn-filter:hover {
    background: #000000;
    color: #fff;
}

.btn-filter a:hover span {
    filter: invert(1);
}

ul.filters-tab-nav {
    font-size: 0;
    border-bottom: 1px solid rgb(215, 215, 215);
}

ul.filters-tab-nav > li {
    display: inline-block;
    margin-right: 70px;
    position: relative;
}

ul.filters-tab-nav > li > a {
    font-size: 18px;
    color: #000;
    transition: 0.3s ease all;
    padding-bottom: 20px;
    display: block;
    font-weight: 700;
}

ul.filters-tab-nav > li> a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: 0.3s ease all;
}

ul.filters-tab-nav > li>a.active:after,
ul.filters-tab-nav > li>a.current:after,
ul.filters-tab-nav > li>a:hover:after {
    opacity: 1;
}

.filters-product > .fld-select > select {
    border: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    /* appearance: none; */
    width: 100%;
    padding: 0 20px 0 0;
    cursor: pointer;
}
.filters-product > .fld-select > select::after{
    content:'';

}
.filters-product {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
}
.filters-product > .fld-select {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    border: 0;
    height: auto;
    margin-bottom: 0;
    flex: 0 0 240px;
}
.fld-select select#looksView {
    /* background-image: url("/assets/frontend/images/caret.png");
    background-repeat: no-repeat;
    background-position: center right; */
}

/*Filters Page CSS end*/

/*Dropdown Css*/

/* .dropdown-nav:hover .dropdown-box, */
.dropdown-nav.hovered .dropdown-box {
    visibility: visible;
    opacity: 1;
    margin-top: 5px;
}

.dropdown-box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 15px 79px 0px rgba(0, 0, 0, 0.11);
    position: absolute;
    right: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease all;
    margin-top: 100px;
    z-index: 9999;
}
.fld-search {
    background-color: rgb(244, 244, 244);
    width: 349px;
    height: 36px;
    position: relative;
}

.fld-search input {
    width: 100%;
    border: 0;
    background: transparent;
    height: 100%;
    font-size: 12px;
    padding: 0 40px 0 10px;
}

.fld-search button {
    position: absolute;
    right: 0;
    inset-block: 0;
    background: transparent;
    border: 0;
    font-size: 15px;
    padding: 0 15px;
    transition: 0.3s ease all;
}
.fld-search button:focus {
    outline: none;
}
.fld-search button:hover {
    color: #f34053;
}
.dropdown-content .fld-select {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    height: auto;
    border: 0;
}
.dropdown-content .fld-select:after {
    right: 12px;
}
.dropdown-content .fld-select select {
    border: 0;
    appearance: none;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    padding: 0;
    color: #000;
}
.dropdown-head label {
    font-size: 13px;
    margin: 0;
    color: #a4a6a8;
    font-weight: 400;
    padding: 5px 10px;
}
.dropdown-head {
    padding: 8px;
    border-bottom: 1px solid #dfdfdf;
}
ul.dropdown-checkbox {
    height: 360px;
    overflow-y: scroll;
    margin: 10px 10px 10px 0;
}

ul.dropdown-checkbox::-webkit-scrollbar {
    width: 4px;
    background-color: #000;
}
ul.dropdown-checkbox::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}
ul.dropdown-checkbox::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px #fff;
    background-color: #fff;
}
ul.dropdown-checkbox::-webkit-scrollbar-thumb:vertical {
    border-radius: 100px;
    background-color: #000;
}

ul.dropdown-checkbox label {
    width: 100%;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    z-index: 0;
    font-size: 15px;
}

ul.dropdown-checkbox label > i {
    float: right;
    background-color: rgb(223, 223, 223);
    font-style: normal;
    text-align: center;
    padding: 2px 9px;
    font-size: 12px;
    border-radius: 100px;
}

ul.dropdown-checkbox label > span {
    font-weight: 500;
    margin-left: 9px;
    vertical-align: middle;
}

ul.dropdown-checkbox label > span.dd-value {
    font-size: 14px;
    display: inline-flex;
    width: calc(100% - 50px);
}

ul.dropdown-checkbox label > input {
    vertical-align: middle;
}

ul.dropdown-checkbox label > input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    margin-bottom: 0;
    border: 2px solid #000;
    border-radius: 5px;
    margin-left: 20px !important;
    inset-block: 0;
    margin: auto;
}
ul.dropdown-checkbox label input:checked ~ .checkmark {
    background-color: #000000;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
ul.dropdown-checkbox label input:checked ~ .checkmark:after {
    display: block;
}
ul.dropdown-checkbox label .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.dropdown-checkbox label input:checked ~ i {
    background: #000;
    color: #fff;
}
.dropdown-city-checkbox label {
    border: 1px solid #dfdfdf;
    margin-bottom: 15px !important;
    display: block;
    width: 90% !important;
    margin: auto;
    padding-left: 15px !important;
}

span.checked-bg {
    background: transparent;
    position: absolute;
    inset: 0;
    margin: 0 !important;
    z-index: -1;
}

.dropdown-city-checkbox label > input:checked ~ .checked-bg {
    background: #000;
}

.dropdown-city-checkbox label > input:checked ~ span,
.dropdown-city-checkbox label > input:checked ~ i {
    color: #fff !important;
}

ul.dropdown-city-checkbox label input:checked ~ i {
    background: #fff;
    color: #000 !important;
}
ul.dropdown-city-checkbox label > span {
    margin-left: 0;
}
.btn-close {
    background-color: rgb(0, 0, 0);
    width: 83px;
    height: 30px;
    border: 0;
    border-radius: 100px;
    color: #fff;
    margin-left: auto;
    display: block;
    margin: 0px 33px 15px auto;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    transition: 0.3s ease all;
}
.btn-close:hover {
    transform: scale(1.05);
}
/*Dropdown CSS END*/

/* header icons css*/
.header-icons {
    width: 200px;
}

.header-icons > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-icons ul > li > a {
    display: block;
    position: relative;
    color: #333;
}
.header-icons ul > li > a > i {
    color: #fff;
    padding-left: 5px;
    font-size: 12px;
}

.header-icons > ul > li > a span {
    font-size: 11px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 50%;
    background-color: rgb(243, 64, 83);
    width: 24px;
    height: 24px;
    line-height: 20px;
    position: absolute;
    color: #fff;
    top: -10px;
    text-align: center;
    right: -12px;
    font-weight: 500;
}
.header-icons ul > li > a:hover > img {
    filter: invert(39%) sepia(42%) saturate(6879%) hue-rotate(334deg)
        brightness(103%) contrast(91%);
}

.header-icons ul > li:nth-last-child(-n + 1) > a:hover > img {
    filter: none;
}
/*header icons end */

/*notifexation dropdown*/
.header-icons .dropdown-nav {
    position: relative;
    padding: 10px 0;
}
.header-icons .dropdown-nav .dropdown-box {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.11);
    width: 303px;
    padding: 22px;
    height: auto;
}
.header-icons .dropdown-nav:hover .dropdown-box {
    margin-top: 10px;
}
/*notifexation dropdown*/

.header-icons .dropdown-box h5 {
    font-size: 18px;
    font-weight: 600;
}

.header-icons .dropdown-box .markread-btn {
    background-color: rgb(241, 241, 241);
    border: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 16px;
    border-radius: 100px;
    transition: 0.3s ease all;
}
.header-icons .dropdown-box .markread-btn:hover {
    background-color: #000;
    color: #fff;
}
.notifecation-profile span {
    border-radius: 50%;
    background-color: rgb(224, 224, 224);
    width: 56px;
    height: 56px;
    margin-right: 10px;
    display: block;
    overflow: hidden;
}

.notifecation {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 15px;
}
.notifecation-content h6 {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
}

.notifecation-content h6 > span {
    font-weight: 300;
}

.notifecation-content p {
    font-size: 12px;
    color: #a7a7a7;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.notifecation-content p > span {
    border-radius: 50%;
    background-color: rgb(239, 63, 82);
    width: 9px;
    height: 9px;
    display: inline-block;
    float: right;
}
.header-icons .dropdown-box ul > li {
    margin-bottom: 15px;
}

.header-icons .dropdown-box ul > li:last-child {
    margin-bottom: 0;
}
a.seeAll-btn {
    border-radius: 100px;
    background-color: rgb(241, 241, 241);
    width: 263px;
    height: 36px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s ease all;
    line-height: 36px;
    font-size: 14px;
    font-weight: 600;
}
a.seeAll-btn:hover {
    background-color: #333;
    color: #fff;
}
/*notifecation dropdown*/

/*album page css*/
.album-head h1 {
    font-size: 30px;
    margin-bottom: 15px;
}
.avatar-group {
    display: flex;
    margin-right: 40px;
}

.avatar-group a {
    background-color: rgb(224, 224, 224);
    width: 38px;
    height: 38px;
    overflow: hidden;
    border: 3px solid #fff;
    transition: 0.3s ease all;
}
.avatar-group a:hover {
    transform: scale(1.05);
}

.avatar-group a:nth-last-child(-n + 3) {
    margin-left: -18px;
}

ul.album-personal-mid .avatar-group a > img {
    height: 32px;
    width: 32px;
}

ul.album-mid.album-personal-mid {
    width: 45%;
}
ul.album-mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    margin: auto;
    margin-bottom: 35px;
}

ul.album-mid h6 > span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 5px;
}

ul.album-mid h6 {
    font-size: 18px;
    padding: 0 45px;
    border-inline: 1px solid #d7d7d7;
}

ul.album-mid .btn-group a {
    font-size: 14px;
    padding: 8.5px 20px;
    background: #f34053;
    color: #fff;
    border-radius: 100px;
    font-weight: 500;
    margin-right: 10px;
}

ul.album-mid .btn-group a:last-child {
    background: #f1f1f1;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 0;
}

.album-content .btn-group a {
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
    padding: 6px 15px;
}

.album-content .btn-group a:last-child {
    margin-right: 0;
}
.album-content h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.album-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-direction: column;
    padding: 15px;
    background: rgb(0 0 0 / 30%);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease all;
}

.album-thumbnail {
    position: relative;
    background-color: rgb(224, 224, 224);
    width: 100%;
    height: 320px;
    margin-bottom: 10px;
}
.album-thumbnail .btn-group {
    justify-content: flex-end;
}
.album-thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.album-profile > span {
    border-radius: 50%;
    background-color: rgb(224, 224, 224);
    width: 38px;
    height: 38px;
    display: block;
    overflow: hidden;
}

.album-profile {
    display: flex;
    align-items: center;
}

.album-profile h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-left: 10px;
    transition: 0.3s ease all;
}
.album-box .album-content {
    opacity: 1;
    visibility: visible;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.album-box:hover .album-content {
    background: rgba(0, 0, 0, 20%);
}
.album-box .album-content a{
    display:inline-block;
    margin-top:50%;
}
.album-row > div {
    margin-bottom: 40px;
}
.album-row > div:nth-last-child(-n + 4) {
    /* margin-bottom: 0px; */
}

ul.album-mid .btn-group a:hover {
    background: #f1f1f1;
    color: #000;
}

ul.album-mid .btn-group a:last-child:hover {
    background: #f34053;
    color: #fff;
}
ul.album-personal-mid .avatar-group {
    display: block;
    margin: 0;
}
.btn-group.single-btn a {
    background: #f34053 !important;
    color: #fff !important;
}

.btn-group.single-btn a:hover {
    background: #f1f1f1 !important;
    color: #000 !important;
}
ul.album-personal-mid .avatar-group a {
    display: flex;
    overflow: inherit;
    align-items: center;
    height: auto;
    width: auto;
    background: transparent;
    margin: 0;
}

ul.album-personal-mid .avatar-group a > img {
    border-radius: 100px;
}

ul.album-personal-mid .avatar-group a > span {
    font-size: 16px;
    color: #000;
    margin-left: 10px;
    font-weight: 500;
}

/*Album view page css end*/

/*User Detail Dropdown CSS*/

.header-icons .dropdown-nav .dropdown-box.dropdown-user-details {
    width: 245px;
    height: auto;
    z-index: 99999999;
}
.dropdown-profile-box span {
    border-radius: 50%;
    background-color: rgb(231, 231, 231);
    width: 73px;
    height: 73px;
    display: block;
    margin: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.dropdown-profile-box span > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.dropdown-profile-box {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.dropdown-profile-box h3 {
    font-size: 16px;
    font-weight: 600;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    transition: 0.3s ease all;
}

.dropdown-profile-box p,
.dropdown-profile-box p > a {
    font-size: 12px;
    color: #a7a7a7;
}

ul.dropsown-user-list {
    font-size: 0;
    padding: 15px 0;
}

ul.dropsown-user-list > li {
    margin-bottom: 10px;
}

ul.dropsown-user-list > li > a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
ul.dropsown-user-list > li > a:hover {
    color: #f34053;
}
ul.dropsown-user-list > li:last-child {
    margin: 0;
}
a.dropdown-user-details-btn {
    background-color: rgb(241, 241, 241);
    width: 100%;
    height: 36px;
    display: block;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #000;
    border-radius: 100px;
    font-size: 14px;
}

a.dropdown-user-details-btn:hover {
    background: #000;
    color: #fff;
}
/*user detail dropdown end*/

/* outfit men women popup*/
#dialog-content {
    /* background: #fff;
    width: 85%;
    height: 545px;
    margin: 40px 0;
    padding-top: 0; */
}
.fancybox-slide {
    padding: 0;
}

.fancybox-slide--html .fancybox-close-small {
    height: 65px;
    width: 65px;
}
.outfit-popup-head {
    margin-bottom: 25px;
    background: #fff;
    position: sticky;
    padding: 20px 0 20px 0;
    top: 0;
}
ul.outfit-tab-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

ul.outfit-tab-nav > li {
    background-color: #f1f1f1;
    width: 166px;
    height: 47px;
    border-radius: 100px;
    color: #000;
    line-height: 47px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.3s ease all;
}

ul.outfit-tab-nav > li.current {
    background: rgb(0, 0, 0);
    color: #fff;
}

ul.outfit-tab-nav > li:last-child {
    margin-right: 0;
}

.outfit-popup-head .fld-search {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(215, 215, 215);
    background-color: rgba(215, 215, 215, 0);
    max-width: 570px;
    width: 100%;
    height: 51px;
    border-radius: 100px;
    margin: auto;
}

.outfit-popup-head .fld-search input {
    padding-left: 30px;
    font-size: 16px;
    color: #a7a7a7;
}
.outfit-popup-head .fld-search input::placeholder {
    color: #a7a7a7;
}

.outfit-popup-head .fld-search button {
    font-size: 18px;
    padding: 0 30px;
}
.category-box h3 {
    text-align: center;
    display: flex;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    z-index: 0;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
}
.category-box h3 > span {
    background-color: #fff;
    padding: 0 15px;
}

.category-box h3:after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    height: 1px;
    background: #ccc;
    z-index: -2;
    flex: 1;
    width: 100%;
}

.category-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 50px;
}

.category-box ul > li > a > span {
    height: 105px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 5px;
}
.category-box ul > li > a > span > img {
    object-fit: cover;
    width: 70px;
}
.category-box ul > li {
    width: 11.1111%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.category-box ul > li > a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    transition: 0.3s ease all;
}
.category-box ul > li > a:hover {
    transform: scale(1.09);
}
.category-box ul > li > a > small {
    line-height: 18px;
    display: block;
}
/* outfit men women popup end*/

/*forum css*/
.forum-head h2 {
    font-size: 30px;
    font-weight: 600;
}

.forum-head {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.forum-head .fld-search {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(215, 215, 215);
    background-color: rgba(255, 255, 255, 0);
    width: 175px;
    height: 35px;
    overflow: hidden;
    border-radius: 100px;
}
.forum-head .fld-search input {
    padding: 0 15px;
}
.forum-head .fld-search button {
    font-size: 14px;
}

.breadcrumb-box {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(217, 217, 217);
    border-radius: 4px;
    width: 100%;
    height: 44px;
    background: #f1f1f1;
    overflow: hidden;
    margin-bottom: 15px;
}
.breadcrumb-box > ul {
    display: flex;
}
.breadcrumb-box > ul > li {
    position: relative;
    z-index: 0;
}
.breadcrumb-box > ul > li:after {
    content: "";
    border-top: 1px solid rgb(217, 217, 217);
    border-right: 1px solid rgb(217, 217, 217);
    inset-block: 0;
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    margin: auto;
    transform: rotate(42deg);
    right: 0;
}
.breadcrumb-box > ul > li:last-child:after {
    display: none;
}
.breadcrumb-box > ul > li > a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    color: #a5a5a5;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.breadcrumb-box > ul > li.active > a {
    color: #000;
    font-weight: 500;
}
.breadcrumb-box > ul > li >a >i {
    text-align: center;
    padding: 0;
    display: table;
    margin: 0 5px 0 0;
    line-height: 24px;
    font-size: 16px;
}

.qa-box {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 11px 51px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}
.qa-box-head {
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 58px;
    padding: 0 10px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qa-box-head a {
    background-color: rgb(243, 64, 83);
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8.5px 15px;
    display: inline-block;
}
.qa-box-head a:hover {
    color: #000;
    background-color: #f0f0f0;
}

.qa-box-head a > span {
    margin-right: 5px;
    transition: 0.3s ease all;
}

.qa-box-head h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.qa-box-head a:hover span {
    filter: invert(1);
}

.qa-content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.qa-content.qa-250 {
    width: calc(100% - 250px);
}
.qa-status {
    width: 200px;
}
.qa-content .qac-img {
    width: 35px;
    flex: 0 0 35px;
}

.qa-content .qac-right {
    margin-left: 15px;
    width: calc(100% - 50px);
}
.qa-title {
    width: 100%;
}
.qa-content .qac-right > a,
.qa-title a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.qa-content .qac-right > span > small,
.qa-content .qac-right > span > a,
.qa-meta small {
    display: block;
    font-size: 13px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #000;
    color: #000;
    font-weight: 400;
}
.qa-content .qac-right > span > a {
    border-right: 0;
    padding-right: 0;
}
.qa-content .qac-right > span > small > a {
    color: #000;
}
.qa-content .qac-right > span > small > a:hover {
    color: #f34053;
}
.qa-content .qac-right > span > small > a > i {
    color: inherit;
}
.qa-content .qac-right > span,
.qa-meta {
    display: flex;
    padding-top: 5px;
}

.qa-content .qac-right > span > small:last-child,
.qa-meta > small:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.qa-status p {
    border-radius: 4px;
    background-color: rgb(241, 241, 241);
    width: 100%;
    padding: 4px 16px;
}
.qa-status p,
.qa-status p > small {
    font-size: 10px;
    font-weight: 500;
}

.qa-list {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    flex-wrap: wrap;
}

.qa-status p > a {
    color: #f34053;
}
.qa-status p > a:hover {
    color: #bb1d2e;
}
.qa-box-mid ul > li {
    border-bottom: 1px solid #e7e7e7;
}
.qa-box-mid ul > li:last-child {
    border: none;
}
.qa-sidebar h3 {
    margin-bottom: 20px;
}

ul.sidebar-links {
    transition: 0.3s ease all;
}

ul.sidebar-links h4 > span {
    opacity: 0.6;
    font-weight: 600;
}

ul.sidebar-links > li {
    margin-bottom: 20px;
}

ul.sidebar-links > li:last-child {
    margin-bottom: 0;
}
.qa-sidebar .qa-widget {
    margin-bottom: 50px;
}
.qa-sidebar .qa-widget:last-child {
    margin-bottom: 0;
}
.rules-widget ul > li {
    font-size: 14px;
    line-height: 32px;
    color: #000;
    font-weight: 500;
}
.qa-sidebar.sticky-top {
    top: 15px;
}
.single-qa-box .qa-box-head {
    background: transparent;
    height: auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    padding-inline: 0;
}

.single-qa-box .qa-box-head h3 {
    font-size: 24px;
    color: #000;
}
.single-qa-box .qa-box-head h3 > span {
    display: block;
    font-size: 14px;
    color: #a7a7a7;
    font-weight: 400;
    padding-top: 8px;
}

.single-qa-box {
    box-shadow: none;
}

.single-qa-box .qa-list {
    padding-inline: 0;
}
/*forum css end*/

/*color picker css*/

ul.color-picker li {
    width: calc(100% * (1 / 8) - 8px);
    margin: 4px;
}

ul.color-picker li span {
    width: 100%;
    height: 100%;
    padding: 9px;
    border-radius: 50px;
    display: block;
    cursor: pointer;
    border: 3px solid transparent;
    box-shadow: 0 0 5px #cccccc;
}

ul.color-picker > li.active > span {
    border-color: #ffffff;
}
ul.color-picker {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
/*color picker css end*/
.requiredItem::after{
    content:"";
    border:2px solid #f34053 !important;
    border-radius:100%;
}

.requiredItemDone:after{
    content:"";
    border:2px solid #d7d7d7 !important;
    border-radius:100%;
}
/* upload picture css */

.upload-picture-content {
    counter-reset: my-sec-counter;
}

.upload-picture-content h3:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
    width: 33px;
    height: 33px;
    position: absolute;
    color: #fff;
    text-align: center;
    line-height: 33px;
    font-size: 24px;
    font-weight: 500;
    inset-block: 0;
    margin: auto;
    left: 0;
}

.upload-picture-content h3 {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
}

.fld-input,
.fld-select,
.fld-textarea,
.tag-popup button:first-child {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(215, 215, 215);
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: 51px;
    border-radius: 100px;
    margin-bottom: 20px;
    position: relative;
}

.fld-input input,
.fld-textarea textarea,
.fld-select select {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    padding: 0 30px;
    font-size: 14px;
    color: #a7a7a7;
    resize: none;
}
.tag-popup .fld-input button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 20px;
    inset-block: 0;
}
.upload-picture-content .fld-select select {
    appearance: none;
    color: #000;
    font-weight: 600;
}
.upload-picture-content .fld-select:after {
    background: url(../images/angle-down.png) no-repeat;
    width: 11px;
    height: 6px;
    right: 30px;
}
.fld-textarea textarea {
    padding-block: 30px;
}
.fld-html {
    margin-bottom: 30px;
    position: relative;
}

.fld-html p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.9px;
}
.fld-textarea {
    height: 283px;
    border-radius: 25px;
}
.tag-image {
    /* height: 656px; */
    margin-bottom: 60px;
    position: relative;
    width: 610px;
    height: auto;
}
.tag-image > img {
    /* object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center; */
    width: 100%;
    height: auto;
    cursor: crosshair;
}
.submit-cancel-btn button:last-child,
.submit-cancel-btn button {
    width: 182px;
    border: 0;
    height: 57px;
    border-radius: 100px;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
    border: 2px solid;
    transition: 0.3s ease all;
    margin-right: 10px;
}

.submit-cancel-btn button:last-child,
.submit-cancel-btn button:hover {
    background-color: rgb(243, 64, 83);
    color: #fff;
    border-color: rgb(243, 64, 83);
}

.submit-cancel-btn button {
    width: 125px;
}

.submit-cancel-btn {
    text-align: right;
    font-size: 0;
}

.submit-cancel-btn button:last-child {
    margin-right: 0;
}

.submit-cancel-btn button:last-child:hover {
    background: #000;
    border-color: #000;
}
.fld-checkbox label {
    border-radius: 21px;
    background-color: rgba(255, 255, 255, 0);
    height: 42px;
    margin-right: 10px;
    cursor: pointer;
}

.fld-checkbox label > input {
    appearance: none;
}

.fld-checkbox label > span {
    display: block;
    line-height: 42px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 0 40px 0 22px;
    border: 1px solid #000;
    border-radius: 100px;
}

.fld-checkbox label > span {
    transition: 0.3s ease all;
}

.fld-checkbox label:hover {
    color: #fff;
}

.fld-checkbox label:hover > span {
    background-color: #000;
}

.fld-checkbox label > span:after,
.tag-popup button:first-child:after {
    content: "";
    position: absolute;
    right: 12px;
    background: url(../images/plus.png);
    height: 14px;
    width: 14px;
    inset-block: 0;
    margin: auto;
    background-size: 100% 100%;
    right: 18px;
}
.fld-checkbox label > input:checked ~ span:after {
    background: url(../images/chk.png);
    width: 15px;
    height: 11px;
}
.fld-checkbox {
    font-size: 0;
}

.fld-checkbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.fld-checkbox label input:checked ~ span {
    background: #f34053;
    color: #fff;
    border-color: #f34053;
}
ul.tag-numbers-list {
    display: flex;
    position: absolute;
    inset-block: 0;
    right: 0;
    flex-wrap: wrap;
    width: 110px;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    display: none;
}

ul.tag-numbers-list > li {
    background-color: rgb(241, 241, 241);
    width: 32px;
    height: 56px;
    border-radius: 100px;
    line-height: 56px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s ease all;
}
ul.tag-numbers-list > li:hover {
    color: #fff;
    background: #f34053;
}
.tag-input-btn input[type="text"] {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(215, 215, 215);
    border-radius: 21px;
    background-color: rgba(255, 255, 255, 0);
    width: 560px;
    height: 42px;
    margin-right: 9px;
    padding: 0 20px;
}
.tag-input-btn > input[type="button"] {
    border-radius: 21px;
    background-color: rgb(0, 0, 0);
    width: 96px;
    height: 42px;
    color: #fff;
    border: 1px solid #000;
    transition: 0.3s ease all;
}
.tag-input-btn > input[type="button"]:hover {
    background-color: #f34053;
    border-color: #f34053;
}
.tag-popup {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 46px 0px rgba(0, 0, 0, 0.14);
    /* position: absolute; */
    width: 412px;
    height: auto;
    right: -185px;
    border-radius: 10px;
    border-top-left-radius: 0;
    margin: auto;
    /* bottom: 25px; */
    z-index: 999;
    padding: 25px;
}
.picker {
    border-radius: 100px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    border: thin solid #eee;
    position: relative;
    border-color: transparent !important;
}
.picker:after {
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    inset: -5px;
    margin: auto;
    border: 1px solid;
    border-radius: 100%;
}

.tag-popup button:first-child {
    text-align: left;
    padding: 0 30px;
    font-weight: 500;
    width: 85%;
    position: relative;
}
.tag-popup label {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.tag-popup.open {
    /* display: block!important; */
}

.pop-btn input {
    background-color: rgb(243, 64, 83);
    width: 125px;
    height: 47px;
    border: 0;
    color: #fff;
    font-weight: 600;
    margin-left: auto;
    border-radius: 100px;
    display: block;
    text-transform: uppercase;
    transition: 0.3s ease all;
}

.pop-btn input:hover {
    background: #000;
}
/* upload picture css end */

/*choose file*/
.choosefile-content h5 {
    font-size: 30px;
    font-weight: 600;
}
.fld-file input {
    opacity: 0;
}

.file-content h6 > span {
    display: block;
    color: #aaaaaa;
    padding: 15px 0;
}

.file-content h6 {
    font-size: 18px;
    font-weight: 500;
}

.file-content > span {
    display: block;
    height: 58px;
    width: 58px;
    margin: auto;
    margin-bottom: 30px;
}

.set_height_width{
    height: 200px !important;
    width: 200px !important;
}

.file-content h6 > button {
    border-radius: 23px;
    background-color: rgb(0, 0, 0);
    width: 185px;
    height: 47px;
    color: #fff;
    border: 0;
    transition: 0.3s ease all;
    pointer-events: none;
}
.fld-file > label:hover button {
    background-color: #f34053;
}

.fld-file .submit-cancel-btn button:last-child,
.fld-file .submit-cancel-btn button {
    width: 145px;
    height: 47px;
}
.file-content {
    padding: 60px 0;
    background: #f1f1f1;
    margin-bottom: 30px;
}

.choosefile-content {
    padding: 50px 0 100px;
}
.fld-file label {
    display: block;
    cursor: pointer;
}
/*choose file end*/

/*age dropdown*/
.dropdown-box.agr-dropdown {
    width: 205px;
}

.agr-dropdown ul.dropdown-checkbox {
    height: auto;
    margin: 0;
}
button.btn-view.btn-load-more {
    background-color: #f34053;
    padding: 6px 25px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border: 0;
    margin: 30px auto;
    display: block;
    transition: 0.3s ease all;
}
button.btn-view.btn-load-more:hover {
    background-color: #000;
}
/*age dropdown end*/

/*profile page*/
.profile-content h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.profile-content h2 > span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.profile-content h2 > span > a {
    color: #000;
}

.grp-btn a,
.grp-btn a:last-child:hover,
.profile-followers-list .comments-title > button {
    padding: 6px 30.5px;
    border: 2px solid;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: transparent;
    line-height: initial;
    text-transform: uppercase;
}

.grp-btn a:last-child,
.grp-btn a:hover {
    background: #f34053;
    border-color: #f34053;
    color: #fff;
}

.grp-btn a > i,
.profile-followers-list .comments-title > button > i {
    margin-right: 5px;
}
.profile-head {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.profile-head .profile-row {
    display: flex;
    align-items: center;
}
.profile-head .profile-about {
    margin-top: 20px;
}
.profile-thumbnail {
    width: 104px;
    height: 104px;
    position: relative;
    margin-right: 25px;
    background-color: #e0e0e0;
    border-radius: 50%;
    overflow: hidden;
}

.profile-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-content {
    width: calc(100% - 129px);
}

.profile-tab-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 0;
}

.profile-tab-nav li {
    flex: 1;
}

.profile-tab-nav li:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
}

.profile-tab-nav li a {
    display: block;
    background-color: rgb(241, 241, 241);
    color: #000;
    border-radius: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 6px 20px;
    cursor: pointer;
    transition: 0.3s ease all;
}

.profile-tab-nav > li a:hover,
.profile-tab-nav > li a.active {
    background: #000;
    color: #fff;
}

.looks-dtil .filters-product > .fld-select {
    width: auto;
    margin-right: 0;
}

.looks-dtil {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
}

.looks-dtil .filters-product > .fld-select > select {
    padding-right: 15px;
}
.looks-dtil .filters-product {
    padding: 0;
}

.profile-tabs-content ul.filters-product-list > li {
    width: 23.3%;
}
.profile-tabs-content ul.filters-product-list > li:nth-child(5n) {
    margin-right: 15px;
}
.profile-tabs-content ul.filters-product-list > li:nth-child(4n) {
    margin-right: 0;
}
.profile-tabs-content ul.filters-product-list > li:hover:after {
    width: 200px; /* height: 300px; */
    left: -23px;
}
.profile-tabs-content ul.filters-product-list > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.profile-tabs-content .filters-product-btn a {
    margin: 3px;
}
ul.filters-product-list.list-view > li {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
    margin-right: 0;
}

ul.filters-product-list.list-view .filters-product-btn {
    position: relative;
}
ul.filters-product-list > li .filters-product-btn {
    margin-top: 15px;
}

ul.filters-product-list.list-view .filters-product-btn {
    display: flex !important;
    align-items: center;
}

ul.filters-product-list.list-view .filters-product-btn .social-media a {
    border-radius: 100px;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    margin: 0;
    margin-right: 5px;
}

ul.filters-product-list.list-view .filters-product-btn a {
    width: 113px;
    height: 44px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
}

ul.filters-product-list.list-view .filters-product-btn a:last-child {
    margin: 0;
}
ul.filters-product-list.Default .social-media,
ul.filters-product-list.thumbnail-view .social-media {
    display: none;
}

.Followers-widget ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Followers-widget ul h5 {
    font-weight: 700;
    font-size: 22px;
}

.Followers-widget ul h5 > span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 10px;
}

.Followers-widget ul > li {
    flex: 1 0 auto;
}

.widget {
    margin-bottom: 30px;
}

ul.about-list a {
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
ul.about-list a,
ul.about-list strong {
    font-size: 14px;
    color: #000;
}

ul.about-list {
    padding: 20px 0;
}

ul.about-list > li {
    margin-bottom: 10px;
}

ul.about-list > li:last-child {
    margin-bottom: 0;
}

ul.about-list strong {
    margin-right: 10px;
}
ul.following-list > li > a {
    border-radius: 50%;
    background-color: rgb(224, 224, 224);
    width: 87px;
    height: 87px;
    display: block;
    overflow: hidden;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
}
ul.following-list > li > a:hover img {
    transform: scale(1.2);
}
ul.following-list > li > a img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease all;
}
ul.following-list {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}
ul.following-list > li:nth-child(4n) {
    margin-right: 0;
}
ul.following-list > li {
    margin-bottom: 10px;
    margin-right: 7.3px;
}
.user-profile-sidebar.sticky-top {
    top: 20px;
}
.looks-dtil > span {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
.profile-album-big {
    /*background-color: rgb(219 219 219);*/
    height: 226px;
    position: relative;
}
.profile-album-big img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}

.profile-album-box h3 {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    /* width: 170px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}
ul.profile-album-follows {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    margin: 10px 0;
}
ul.profile-album-follows > li {
    margin: 0;
    padding: 0;
}
ul.profile-album-follows > li:not(:last-child) {
    margin-right: 5px;
}
ul.profile-album-follows > li > span {
    background-color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    display: block;
}
ul.profile-album-follows > li > span > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
ul.profile-album-follows > li.no-looks {
    width: auto;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
ul.profile-album-follows > li.no-looks >  span {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #a7a7a7;
    width: auto;
    height: auto;
}
.profile-album-big small {
    padding: 4px 8px;
    background: #000;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    right: 0;
}
ul.profile-album-followers {
    background: #fff;
    border-radius: 100px;
    position: absolute;
    bottom: 10px;
    background-color: rgb(255, 255, 255);
    height: 35px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: flex;
    align-items: center;
    width: 75px;
    padding-left: 18px;
}

ul.profile-album-followers > li > span {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(224, 224, 224);
    width: 34px;
    height: 33px;
    display: block;
    border-radius: 100px;
    overflow: hidden;
}

ul.profile-album-followers > li {
    display: inline-block;
    vertical-align: middle;
}
ul.profile-album-followers > li > span {
    margin-left: -16px;
}
.profile-album-box {
    border-radius: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 11px 51px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
}
.profile-album-box > a {
    background-color: rgb(243, 64, 83);
    width: 100%;
    display: block;
    padding: 7.5px 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 100px;
    border: 2px solid;
}

.profile-album-box > a:hover {
    background: transparent;
    border-color: #000;
    color: #000;
}
.profile-album-list-view .add-new-album {
    text-align: center;
    min-height: 366px;
}

.profile-album-list-view .add-new-album img {
    max-width: 70px;
    filter: grayscale(1);
    transition: 0.3s ease all;
}

.profile-album-list-view .add-new-album p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #111;
}
.profile-album-list-view .add-new-album a {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 2px solid #d1d1d1;
    border-radius: 10px;
    box-shadow: 0px 11px 51px 0px rgb(0 0 0 / 10%);
    transition: 0.3s ease all;
}
.profile-album-list-view .add-new-album a:hover {
    border-color: #f34053;
}
.profile-album-list-view .add-new-album a:hover img {
    filter: grayscale(0);
}
ul.profile-album-list-view > li:nth-child(3n) {
    margin-right: 0;
}
ul.profile-album-list-view > li:nth-last-child(-n + 3) {
    margin-bottom: 0;
}
ul.profile-comments-tab-nav {
    /*justify-content: space-between;*/
    border-bottom: 1px solid #a7a7a7;
    display: flex;
}
.profile-comment-list .comments-title h3 span.user-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
    display: inline-block;
    margin-bottom: -4px;
  }
  
ul.profile-comments-tab-nav > li {
    display: inline-block;
    margin-right: 1%;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
    /* max-width: 175px; */
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl; */
}
ul.profile-comments-tab-nav > li a{
    color: #a7a7a7;

}
ul.profile-comments-tab-nav > li.active a {
    color: #000;
}

ul.profile-comments-tab-nav > li:last-child {
    margin-right: 0;
}

ul.profile-comments-tab-nav > li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
    transition: 0.3s ease all;
}

ul.profile-comments-tab-nav > li.current:after {
    opacity: 1;
}
.comments-title span {
    font-size: 16px;
    font-weight: 600;
}

.comments-title span > small {
    font-size: 14px;
    color: #f34053;
    font-weight: 500;
    transition: 0.3s ease all;
}

.comments-title a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-left: 15px;
    position: relative;
}

.comments-title a:after {
    content: "";
    position: absolute;
    left: 0;
    inset-block: 0;
    background: url("../images/caret.png");
    width: 9px;
    height: 9px;
    background-repeat: no-repeat;
    margin: auto;
    transform: rotate(-90deg);
}
button:focus {
    outline: 0;
}
.comments-title button {
    background: transparent;
    border: 0;
    font-weight: 500;
    padding: 0;
    font-size: 14px;
    line-height: 2.8;
    transition: 0.3s ease all;
}
.comments-title button:hover {
    color: #f34053;
}

.comments-title {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.comments-title.showhide {
    justify-content: flex-start;
}

.comments-title.showhide button:not(:last-child) {
    margin-right: 15px;
}
.comment-profile-content {
    display: flex;
}
.comment-profile-content > span {
    width: 85px;
    height: 72px;
    display: block;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 15px;
}

.comment-profile-content > span > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.comments-title h3 > span > time {
    font-size: 12px;
    color: #c5c5c5;
    font-weight: 400;
    padding-left: 10px;
}

.comment-profile {
    position: relative;
}

.comments-content {
    position: relative;
    width: calc(100% - 85px);
    margin-left: auto;
    top: -32px;
}

.comments-content p {
    background-color: rgb(245, 245, 245);
    width: 100%;
    padding: 18px;
    border-radius: 10px;
    border-top-left-radius: 0;
}

.profile-followers-list .comments-title > button {
    background: black !important;
    color: #fff !important;
    transition: 0.3s ease all;
}

.profile-followers-list .comments-title > button:hover {
    background: #000;
}
.profile-followers-list .comment-profile-content {
    align-items: center;
}
.box-people ul.profile-comment-list.profile-followers-list {
    /* display: flex; */
    /* justify-content: space-between; */
}
.profile-followers-list > li {
    margin-bottom: 20px;
    flex: 0.48;
}

.profile-followers-list > li:last-child {
    margin-bottom: 0;
}
.my-activity-tab-nav {
    width:65%;
}
ul.filters-product-list.list-view .profile-thumbnail > span {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

ul.filters-product-list.list-view .profile-content h2 {
    font-size: 18px;
    line-height: 30px;
}
ul.filters-product-list.list-view .profile-content h2 > button {
    background-color: rgb(0, 0, 0);
    width: 92px;
    height: 27px;
    padding: 0;
    border: 0;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    margin-left: 15px;
    transition: 0.3s ease all;
}

ul.filters-product-list.list-view .profile-content h2 > button:hover {
    background: #f34053;
    color: #fff;
}
.box-profiles-follow{
    display: none;
}
.activity-box h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 25px;
}

.activity-box h4 > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #a7a7a7;
    padding-top: 5px;
}

.activity-box h4 > a {
    color: #000;
    font-weight: 600;
}
.option-btn button {
    background: transparent;
    border: 0;
    width: 100%;
    text-align: left;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    outline: 0;
    border-bottom: 1px solid #7d7d7d;
}

.option-chekbox label {
    display: block;
    padding-left: 15px;
    position: relative;
    font-weight: 600;
}
.option-chekbox label > span {
    font-weight: 400;
    text-transform: capitalize;
}
.option-chekbox {
    margin-bottom: 30px;
}

.option-chekbox label > input {
    appearance: none;
}
span.option-chek {
    height: 14px;
    width: 14px;
    border: 2px solid;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    inset-block: 0;
    margin: auto;
}

.option-chekbox label > input:checked ~ span.option-chek {
    background: #000;
}

.option-chekbox label > input:checked ~ span.option-chek:after,
.option-chekbox label > input:checked ~ span.option-chek:before {
    content: "";
    height: 4px;
    width: 2px;
    background: #fff;
    position: absolute;
    transform: rotate(-45deg);
    inset-block: 0;
    margin: auto;
    right: 7px;
}

.option-chekbox label > input:checked ~ span.option-chek:before {
    transform: rotate(45deg);
    right: 3px;
    height: 8px;
    bottom: 2px;
}
.three-btn-grp a:hover,
.three-btn-grp a:focus {
    color: #fff;
}
.three-btn-grp a.action-btn {
    font-size: 12px;
    padding: 3px 12px;
    background: #000;
    border-radius: 100px;
    display: block;
    color: #fff;
    text-align: center;
}
.three-btn-grp a:hover {
    color: #fff;
    background-color: #f34053;
}

.three-btn-grp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*profile page*/

/*upload album css*/
.upload-album-sec h2 {
    margin-bottom: 15px;
    font-size: 30px;
}

.upload-album-content .privacy-link h4 {
    font-size: 16px;
    line-height: normal;
    margin-left: 10px;
}

.upload-album-content .privacy-link h4 > span {
    font-size: 12px;
    display: block;
    font-weight: 400;
}

.upload-album-content .privacy-link {
    flex-direction: row-reverse;
    width: 70%;
}
.upload-album-content .fld-btn button {
    border-radius: 24px;
    background-color: #282828;
    width: 155px;
    height: 47px;
    color: #fff;
    border: 0;
    margin-left: auto;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s ease all;
}

.upload-album-content .fld-btn button:hover {
    background-color: #f34053;
    color: #fff;
}
.upload-album-input {
    border-radius: 20px;
    background-color: rgb(241, 241, 241);
    width: 100%;
    height: 165px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.upload-album-input input {
    appearance: none;
    opacity: 0;
    display: block;
    font-size: 0;
}
.upload-album-input span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload-album-sec label {
    cursor: pointer;
}
#edit-album {
    width: 50%;
    background: #fff;
    padding: 50px;
    text-align: left;
    margin: 40px 0;
    border-radius: 15px;
}
#edit-album .upload-album-input {
    width: 100%;
}

#edit-album .fancybox-close-small {
    right: 0;
    top: 0;
    position: absolute;
}
div#fancybox-container-1 .fld-input input,
div#fancybox-container-1 .fld-textarea textarea {
    color: #000;
}

/*-----------------------contributors dropdown----------------*/
#edit-album .contributors{
    width: 200px;
    height:300px;
    position: absolute;
    left: 200px;
    top:50%;
}
#edit-album .contributors{
    top: 30%;
    width: 250px;
    height: 300px;
    position: absolute;
    left: 240px;
    top: 50%;
    background: #fff;
    overflow: auto;
    box-shadow: 0 0 10px #cccccc;
   
}
#edit-album .contributors .contributor-inner{
    width: 100%;
    height: 300px;
    overflow: auto;
    padding:10px 15px;
}
#edit-album .contributors ul li{
    display: flex;
}
#edit-album .contributors ul li .username{
    display: inline-block;
    margin: 10px;
    font-size: 13px;
}

#edit-album .contributors .search-field{
    background: #f4f4f4;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px
}
#edit-album .contributors ul li span{
    border-radius: 50%;
    background-color: rgb(224, 224, 224);
    width: 56px;
    height: 56px;
    display: block;
    overflow: hidden;
    border: 1px solid #cccccc;
}
/*-----------------------contributors dropdown----------------*/
div#fancybox-container-1 .fld-btn button {
    background: #f34053;
}

div#fancybox-container-1 .fld-btn button:hover {
    background: #d7d7d7;
}
div#fancybox-container-1 .fld-textarea {
    height: 140px;
}
ul.contributers-list span {
    border-radius: 50%;
    background-color: rgb(224, 224, 224);
    width: 56px;
    height: 56px;
    display: block;
    overflow: hidden;
    border: 3px solid #fff;
}

ul.contributers-list > li {
    position: relative;
    z-index: 0;
    margin-left: -15px;
}

ul.contributers-list > li > figure {
    position: absolute;
    border-radius: 50%;
    background-color: rgb(243, 64, 83);
    width: 20px;
    height: 20px;
    top: -5px;
    left: 1px;
    z-index: 1;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.contributers-list > li > figure > img {
    filter: invert(1);
    width: 6px;
}
ul.contributers-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
}
.dlt-albm-btn button {
    background: transparent;
    border: 0;
    width: 100%;
    border-radius: 25px;
    background-color: rgb(241, 241, 241);
    height: 49px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s ease all;
}

.dlt-albm-btn button:hover {
    background: #000;
    color: #fff;
}

.dlt-albm-btn p {
    font-size: 12px;
    padding-top: 5px;
}

.dlt-albm-btn {
    text-align: center;
    margin: 30px 0;
}
#edit-album label {
    cursor: pointer;
}
.join-us li span {
    margin: 0 !important;
}

ul.filter-tabs li.current a, .my-activity-tab-nav li.current a {
    background: #000;
    color: #fff;
}
/*upload album css*/

/*spotlight page*/
.spot-light-sec .album-thumbnail {
    height: 367px;
}
.spot-light-sec .album-profile h5 > small {
    display: block;
    padding-top: 3px;
    color: #a7a7a8;
    font-size: 11px;
}
.spot-light-sec .album-profile button {
    font-size: 14px;
    padding: 8.5px 20px;
    background: #f34053;
    color: #fff;
    border-radius: 100px;
    font-weight: 500;
    border: 0;
    transition: 0.3s ease all;
}
.spot-light-sec .album-profile button:hover {
    background: #000;
}

.spot-light-sec h2 {
    font-size: 30px;
    position: relative;
    text-align: center;
    z-index: 0;
    margin-bottom: 30px;
    margin-top: 60px;
}

.spot-light-sec h2:after {
    content: "";
    inset-inline: 0;
    margin: auto;
    height: 1px;
    background: #d4d4d4;
    position: absolute;
    inset-block: 0;
    z-index: -2;
}

.spot-light-sec h2:before {
    content: "";
    position: absolute;
    inset-block: 0;
    margin: auto;
    width: 160px;
    background: #fff;
    z-index: -1;
    inset-inline: 0;
}

.spot-light-sec .row > div {
    margin-bottom: 50px;
}
.spot-light-sec .row > div:nth-last-child(-n + 3) {
    margin-bottom: 0;
}

/*spotlight page*/

/*Picture Detail Page*/

.recent-looks > ul > li > a > img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.recent-looks > a {
    background-color: rgb(241, 241, 241);
    width: 100%;
    display: block;
    padding: 11px 0;
    text-align: center;
    border-radius: 100px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.recent-looks > a:hover {
    background-color: #f34053;
    color: #fff;
}

.recent-looks h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recent-looks h3:after {
    content: "";
    height: 2px;
    background: #f1f1f1;
    flex: 1;
    margin-left: 10px;
}

.recent-looks {
    margin-bottom: 30px;
}
.jacket-active,
.shoes-active,
.jeans-active,
.outfit-active {
    /* color: #f34053; */
    color: #ffffff;
}
.client-hover-text.outfit-active:after {
    filter: invert(1);
}
.jacket-active p > a,
.jeans-active p > a,
.outfit-active p > a,
.shoes-active p > a,
.jacket-active p,
.shoes-active p,
.outfit-active p,
.jeans-active p {
    /* color: #f34053 !important; */
    color: #ffffff !important;
}
.client-hover-text.outfit-active{
    background-color: #000000;
    color: #ffffff;
}
area.jacket-active:after,
area.shoes-active:after,
area.jeans-active:after {
    content: "";
    position: absolute;
    background: #ed5e5e;
    display: block;
    bottom: 0;
    border-radius: 100px;
    right: 288px;

    border-style: solid;
    border-width: 4px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-image: -moz-linear-gradient(
        90deg,
        rgb(223, 50, 68) 0%,
        rgb(255, 86, 104) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(223, 50, 68) 0%,
        rgb(255, 86, 104) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(223, 50, 68) 0%,
        rgb(255, 86, 104) 100%
    );
    box-shadow: 0px 9px 24px 0px rgba(33, 40, 52, 0.64);
    width: 21px;
    height: 21px;
}
area.jacket-active,
area.shoes-active,
area.jeans-active {
    position: relative;
}
area.jeans-active:after {
    bottom: -150px;
    right: 250px;
}

area.shoes-active:after {
    bottom: -300px;
    right: 280px;
}

/*Picture Detail Page*/

/*Locationwise page*/

.location-page {
    padding: 50px 0;
}

.location-page h1 {
    font-weight: 500;
    line-height: 1.6;
    font-size: 30px;
    color: #222;
    border-bottom: 2px solid #c4c4c4;
    padding-bottom: 10px;
}

/*Locationwise page*/

/*Brand Details*/

.brand-profile span {
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0.89px 16.977px 60px 0px rgba(0, 0, 0, 0.09);
    width: 130px;
    height: 130px;
    overflow: hidden;
}
.brand-profile span > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.brand-profile {
    display: flex;
    align-items: center;
}

.brand-profile h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    padding-left: 30px;
    width: calc(100% - 130px);
}

.brand-profile h3 > a {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    display: block;
}
.brand-social > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
}

.brand-social > ul > li {
    margin-right: 10px;
}

.brand-social > ul > li:last-child {
    margin: 0;
}

.brand-social > ul > li > a:hover {
    transform: scale(1.09);
}

.brand-social > ul > li > a {
    display: block;
    height: 38px;
    transition: 0.3s ease all;
    width: 38px;
}
.brand-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.brand-social > a {
    border-radius: 19px;
    background-color: rgb(243, 64, 83);
    width: 146px;
    height: 38px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 38px;
}

.brand-social > a:hover {
    background: #000;
    color: #fff;
}
.brand-abt-head {
    text-align: center;
    margin-bottom: 30px;
}

.brand-abt-head > h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.brand-details-sec {
    position: relative;
    padding-top: 15px;
    margin-bottom: 40px;
}

.brand-details-sec:after {
    content: "";
    position: absolute;
    bottom: 15px;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    z-index: -1;
}
ul.brand-tab-nab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: 0;
}

ul.brand-tab-nab li:not(:last-child) {
    margin-right: 15px;
}
ul.brand-tab-nab li.current a{
    background-color: #000000;
    color: #ffffff;
}
ul.brand-tab-nab > li a {
    background-color: rgb(241, 241, 241);
    color: #000;
    line-height: 38px;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    transition: 0.3s ease all;
    padding: 0px 29px;
    font-weight: 600;
    display: block;
}
ul.brand-tab-nab > li a:hover,
ul.brand-tab-nab > li a.active {
    background-color: #000;
    color: #fff;
}
.box-contributors h5 > span {
    /* display: block; */
    font-size: 14px;
    font-weight: 400;
    padding: 4px 0;
    display: none;
}

.box-contributors h5 > small {
    color: #a7a7a7;
    padding: 4px 0;
    display: block;
}

.box-contributors .album-profile > span {
    height: 67px;
    width: 67px;
}

.box-contributors .album-profile > span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-contributors .album-profile {
    padding: 20px;
}

.box-contributors .album-profile h5 {
    margin-left: 7px;
}

.box-contributors .album-box {
    border: none;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}
.box-contributors .album-box.shadowed {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.box-contributors .album-thumbnail {
    margin: 0;
}
.box-followers .comment-profile a {
    color: #000;
}
.box-threads .comments-content {
    width: 92%;
}

/*Brand Details*/

/*Open Topic*/
.forum-contet-area ul.pagination > li {
    background: transparent;
    border: 0;
}

.forum-contet-area ul a.page-link {
    border: 0;
    color: #000;
    border-radius: 50%;
    background-color: rgb(241, 241, 241);
    width: 31px;
    height: 31px;
    padding: 0;
    text-align: center;
    line-height: 31px;
    font-weight: 600;
}

.forum-contet-area ul a.page-link:hover {
    background: #000;
    color: #fff;
}

.forum-contet-area ul li.page-item {
    margin-right: 15px;
}

.forum-contet-area ul li.page-item:last-child a,
.forum-contet-area ul li.page-item:first-child a {
    background: transparent;
    color: #000;
    font-size: 22px;
}
.topic-tables thead > tr {
    background-color: rgb(0, 0, 0);
    width: 100%;
}

.topic-tables thead > tr th {
    height: 58px;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.topic-tables > table {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 11px 51px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.topic-profile figure {
    border-radius: 50%;
    background-color: rgb(224, 224, 224);
    width: 55px;
    height: 50px;
    margin: 0;
    overflow: hidden;
    margin-right: 15px;
}

.topic-profile figure > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.topic-profile > h3 > span > a {
    font-size: 14px;
    font-weight: 600;
    color: #f34053;
}

.topic-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topic-profile > h3 > small {
    font-size: 12px;
    display: block;
    color: #a7a7a7;
}

.topic-profile > h3 > small > a {
    color: #000;
}

.topic-profile h3 {
    line-height: 22px;
    width: 197px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #f34653;
}
.topic-profile button {
    text-align: right;
    background: transparent;
    border: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    width: 15%;
    padding: 0;
}
.topic-tables > table td {
    vertical-align: middle;
}
.topic-tables tr > td:nth-child(2),
.topic-tables tr > td:nth-child(3) {
    font-weight: 600;
    background: #f1f1f1;
    font-size: 14px;
}
.topic-tables table > tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.topic-tables table > tbody tr:last-child {
    border: 0;
}
/*open topic end css*/

/*post thread*/

.post-thread-sec ul > li {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.post-thread-sec ul > li:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #f34053;
    border-radius: 100px;
    left: 0;
    inset-block: 0;
    margin: auto;
}

.post-thread-sec ul > li:last-child {
    margin: 0;
}

.post-thread-sec ul {
    margin-bottom: 40px;
}

.post-thread-sec .fld-select select {
    font-weight: 600;
    color: #000;
}

.post-thread-sec .fld-select:after {
    display: none;
}
.post-thread-sec .fld-btn {
    display: flex;
    justify-content: flex-end;
}

.post-thread-sec .fld-btn > button {
    margin: 0;
    margin-right: 15px;
}

.post-thread-sec .fld-btn > button:last-child {
    margin-right: 0;
}

.post-thread-sec .fld-btn > button:first-child {
    background: transparent;
    border: 2px solid;
    color: #000;
}

.post-thread-sec .fld-btn > button:first-child:hover {
    background: #000;
    color: #fff;
}
.post-thread-sec p {
    font-size: 12px;
    color: #8b8b8b;
    font-weight: 300;
}

.thred-profile > span {
    border-radius: 50%;
    background-color: rgb(224, 224, 224);
    width: 131px;
    height: 131px;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}
.thred-profile > span > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thred-profile > h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    color: #000;
    transition: 0.3s ease all;
    word-break: break-word;
}

.thred-profile > h4 > span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.thred-content-top { display: flex; justify-content: space-between; margin-bottom: 10px; padding: 0 2px; }
.thred-content-top time { font-weight: 500; font-size: 14px; line-height: 20px; color: #a7a7a7; }
.thred-content-top time i { margin: 0 5px 0 0; }

.thred-content-top ul.share-btn,
.thred-content-top .edit-btn,
.thred-ftr .thred-btn { display: flex; }
.thred-content-top ul.share-btn > li,
.thred-ftr .thred-btn > li { font-size: 14px; line-height: 20px; margin: 0 0 0 15px; }
.thred-content-top ul.share-btn > li > a,
.thred-ftr .thred-btn > li > a { color: #111; }
.thred-content-top ul.share-btn > li:last-child,
.thred-content-top .edit-btn a:last-child,
.thred-ftr .thred-btn > li:last-child { margin-right: 0; }
.thred-content-top ul.share-btn > li > a > i,
.thred-content-top .edit-btn a > i,
.thred-ftr .thred-btn a >i { margin: 0 5px 0 0; font-size: 14px; line-height: 20px; }
.thred-content-top .edit-btn a { font-size: 14px; line-height: 20px; color: #111; margin: 0 0 0 15px; }
.thred-content-top ul.share-btn > li > a:hover,
.thred-content-top .edit-btn a:hover,
.thred-ftr .thred-btn a:hover { color: #f34053; }

.thred-ftr { display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 0 2px; }
.thred-ftr .like-notification { display: flex; cursor: pointer; }
.thred-ftr .like-notification i { background-color: #f34053; font-size: 14px; line-height: 30px; color: #fff; text-align: center; width: 30px; height: 30px; display: block; border-radius: 50%; margin: 0 7px 0 0; }
.thred-ftr .like-notification span { font-weight: 500; font-size: 16px; line-height: 30px; color: #f34053; }

.thred-content { padding: 30px; background: #f1f1f1; border-radius: 5px; margin-left: 30px; position: relative; width: 88.5%; }
.thred-profile { width: 11.5%; }
.thred-coment p { font-weight: 400; font-size: 16px; line-height: 26px; }
.thred-coment { border-left: 2px solid #f34053; background-color: #fff; padding: 20px; margin-bottom: 10px; }

.thred-coment-wrp { display: flex; }
.thred-content:after { content: ""; height: 20px; width: 20px; position: absolute; background: #f1f1f1; transform: rotate(45deg); border-radius: 3px; left: -10px; top: 50px; z-index: -1; }
.thred-sec form > ul > li { margin-bottom: 30px; }
.thred-sec form > ul > li:last-child { margin-bottom: 0; }

/* .like-notifecation > span > i {
    height: 30px;
    width: 30px;
    background: #f34053;
    border-radius: 100px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
} */

/* .like-notifecation {
    background: #fff;
    padding: 10px 12px;
    border-left: 2px solid #f34053;
    margin-top: 15px;
} */

/* .like-notifecation > span {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #f34053;
} */
.thred-reply .thred-coment > h4 {
    font-size: 19px;
    color: #f34053;
    font-weight: 500;
    padding-bottom: 5px;
}

.thred-reply .thred-coment {
    padding: 20px;
    background: #fff;
    border-left: 2px solid #f34053;
}
.thred-reply .fld-textarea {
    height: 120px;
    border-radius: 0;
    border-color: #000;
}

.thred-post-reply .fld-textarea textarea {
    padding: 20px;
}

.thred-post-reply .fld-textarea {
    border-color: #fff;
    border-radius: 0;
    height: 160px;
    background: #ffff;
}
.thred-attach,
.thred-post-reply .thred-attach {
    cursor: pointer;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.thred-attach i,
.thred-post-reply .thred-attach i {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
}
.thred-attach:hover i,
.thred-post-reply .thred-attach:hover i {
    color: #f34053;
}
.thred-reply .replyUpdate,
.thred-reply .editMyChildReply {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #111;
}
.thred-reply .replyUpdate i,
.thred-reply .editMyChildReply i {
    margin: 0 5px 0 0;
    font-size: 14px;
    line-height: 20px;
}
.thred-reply .editWrap {
    display: flex;
    justify-content: flex-end;
}
.thred-reply .wrapUpdate {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.forumButton {
    display: table;
    background-color: #282828;
    border: none;
    border-radius: 50px;
    margin: 0;
    padding: 5px 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.forumButton+.forumButton {
    margin-left: 10px;
}
.forumButton:hover {
    background-color: #f34053;
    color: #fff;
}
.forumButton i {
    font-size: 12px;
    line-height: 20px;
    margin: 0 5px 0 0;
}
.replyTA {
    background-color: #fff;
    border: none;
    padding: 20px;
    height: auto;
    width: 100%;
}
.reportThreadComment {
    cursor: pointer;
}
/*thread post*/
/*Discover*/
.discover-page .album-content {
    opacity: 1;
    visibility: visible;
    align-items: center;
    justify-content: center;
}
.discover-page .album-thumbnail {
    height: 265px;
    cursor: pointer;
}
.selected-indicator {
    opacity: 0;
    border-radius: 50%;
    background-color: #f34053;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    z-index: 3;
    align-items: center;
    display: flex;
    justify-content: center;
}
.selected-indicator i {
    font-size: 10px;
    color: #fff;
}
.discover-page label > input {
    appearance: none;
    position: absolute;
}

.discover-page label > input:checked ~ .album-box .selected-indicator {
    opacity: 1;
}

.discover-next-page .album-profile {
    padding: 8px;
}

.discover-next-page .album-profile span {
    width: 50px;
    height: 40px;
}

.discover-next-page .album-profile h5 {
    font-size: 14px;
}

.discover-next-page .album-profile button {
    padding: 3px 10px;
    font-size: 12px;
    text-transform: capitalize;
}
.discover-next-page .album-thumbnail {
    height: 240px;
}
.discover-next-page .row > div {
    margin-bottom: 20px;
}
.discover-next-page h4 > span {
    font-size: 12px;
    display: block;
    font-weight: 400;
    padding-top: 15px;
}
.discover-page .album-content a h4 {
    transition: 0.3s ease all;
}
/*Discoverend */

/*blog*/

.blog-listing .blog-title {
    color: #000;
    transition: 0.3s ease all;
}

.blog-listing figure {
    width: 356px;
    height: 228px;
    overflow: hidden;
}

.blog-listing figure > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.blog-detail figure {
    /* height: 445px;*/
    width: 100%;
    margin: 60px 0 0;
    overflow: hidden;
    position: relative; 
}

.blog-detail figure > img {
    width: 100%;
    height: auto;
    /* width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top; */
}
/*blog*/
.notifecation-content .btn{
    line-height:21px;
}

/*mix css*/
.linkArrow {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.selectize-control.single {
    height: 100%;
}

.selectize-input {
    height: 100%;
    border: 0;
    border-radius: 100px;
    line-height: 36px;
}

.selectize-input.focus {
    border-radius: 100px;
    box-shadow: none;
}
.client-text.aboutBox {
    width: 80%;
}

.client-text.aboutBox p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.profile-filter .fld-select {
    width: 100%;
    flex: 1;
}
.modal-content .black-btn,
.modal-content .red-btn {
    padding-block: 10px;
}
.modal-body input:checked ~ .saveBox .row .col-md-1 span.option-chek {
    background: #000;
}

.modal-body input:checked ~ .saveBox .row .col-md-1 span.option-chek:after,
.modal-body input:checked ~ .saveBox .row .col-md-1 span.option-chek:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 2px;
    background: #fff;
    inset: 2px;
    top: 3.5px;
    transform: rotate(-45deg);
}

.modal-body input:checked ~ .saveBox .row .col-md-1 span.option-chek:before {
    transform: rotate(40deg);
    inset: 6px;
    top: 1px;
    height: 8px;
}
.modal-body input[type="checkbox"],
.modal-body input[type="radio"] {
    app-region: none;
    display: none;
}
.saveBox {
    box-shadow: 0 0 8px 0px #00000024;
    border-radius: 5px;
    padding: 15px;
}
.modal-header .close {
    color: #000;
    font-weight: 400;
    font-size: 35px;
    opacity: 1;
}
.saveBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.saveBox ul > li > figure {
    margin: 0;
    width: 90px;
    height: 90px;
}
.saveBox ul > li > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.saveBox ul > li {
    margin-bottom: 8px;
}

.saveBox ul > li:nth-last-child(-n + 2) {
    margin: 0;
}

a.hashtag {
    font-weight: 600;
    color: #f34053;
}
a.hashtag:hover {
    color: #000;
}
.fld-search.fld-main-srch {
    width: 130px;
    border-radius: 100px;
    background: #fff;
    transition: 0.3s ease all;
}
.fld-search.fld-main-srch.srchWide {
    width: 230px;
}
.fld-search.fld-main-srch button {
    right: inherit;
    left: 0;
}

.fld-search.fld-main-srch input {
    padding: 0 10px 0 40px;
    font-size: 14px;
    font-weight: 500;
}

button.btn-filter.color,
button.btn-filter a.color {
    border-radius: 100px;
    height: 32px;
    width: 32px;
    overflow: hidden;
    padding: 0;
    line-height: 31px;
    text-align: center;
    border: 0;
}

button.btn-filter a.color > span {
    margin: 0;
}

button.btn-filter a.color:hover {
    background: initial;
}

@media (min-width: 576px) {
    .add-to-album .modal-dialog {
        max-width: 800px;
    }
}

.home-page .coat-img {
    width: 78px;
}

.home-page .coat-img span,
.home-page .coat-img span > svg {
    width: 100%;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-page .client-name-wrap {
    margin: 0 0 15px 0;
    padding: 0;
}

.people-like-wrap .client-text {
    /* width: 100%; */
}
.user-intro{
    display: flex;
    align-items: center; /* align vertical */
}
.user-intro a.ct-user-name{
    display: inline-block;
    margin-bottom: 0;
    max-width: 70%;
    
}
.people-like-wrap .client-text h3 a {
    display: block;
    margin-right: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-page .client-name-wrap:last-child {
    margin-bottom: 0;
}

.dots-dropdown-nav {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 999;
    width: 40px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.dots-dropdown-nav .dots {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    filter: drop-shadow(0px 0px 3px #bbb);
    transition: 0.3s ease all;
}
.dots-dropdown-nav .dots:not(:last-child) {
    /* margin-right: 8px; */
}
.dots-dropdown-nav:hover .dots {
    background-color: #000;
}

.dots-details-dropdown {
    position: absolute;
    z-index: 1;
    width: 90px;
    margin-left: auto;
    padding: 10px;
    background: #fff;
    right: 10px;
    top: 45px;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    filter: drop-shadow(0px 0px 2px rgba(100, 100, 100, 0.2));
    transition: 0.3s ease all;
}

.dropdown-menu {
    background: #fff;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    filter: drop-shadow(0px 0px 2px rgba(100, 100, 100, 0.2));
    transition: 0.3s ease all;
}
.dots-details-dropdown.show {
    display: block !important;
}
.dots-details-dropdown.show,
.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.dots-details-dropdown:before,
.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -9px;
    right: 10px;
    position: absolute;
}

ul.dots-details-dropdown > li:not(:last-child) {
    margin-bottom: 5px;
}

ul.dots-details-dropdown > li > a {
    display: block;
    text-align: left;
    margin-left: auto;
    color: #000;
    font-size: 12px;
}
ul.dots-details-dropdown > li > a:hover {
    color: #f34053;
}

.people-like-wrap.widget h3.border-heading {
    margin-bottom: 30px;
}
div#myModal2 .fld-check label,
div#myModal3 .fld-check label {
    position: relative;
}

div#myModal2 .fld-check label .option-chek,
div#myModal3 .fld-check label .option-chek {
    left: 0;
    right: inherit;
    inset-block: 0;
}

/*div#myModal2 .fld-check label,
div#myModal3 .fld-check label {
    padding-left: 25px;
}*/
div#myModal2 .fld-textarea,
div#myModal3 .fld-textarea {
    height: 130px;
    border-radius: 10px;
}

div#myModal2 .fld-btn button,
div#myModal3 .fld-btn button {
    width: 25%;
    border: 0;
}
div#myModal2 input,
div#myModal3 input {
    app-region: block;
    display: inline-block;
}
.no-looks {
    height: 40px;
}
.album-listing-sec .brand-tab-nab {
    /* width: 22%; */
    margin-top: 15px;
}
ul.album-list > li {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #cccc;
}

ul.album-list > li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.msg-left-box a > figure {
    width: 65px;
    height: 65px;
    overflow: hidden;
    margin: 0;
    border-radius: 100px;
}

.msg-left-box a > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*div#outfitTags {
    counter-reset: addNewLook;
}

div#outfitTags>span::before {
    counter-increment: addNewLook;
    content: counter(addNewLook);
}*/
a.navbar-brand {
    width: 20%;
}

.brand-box a {
    display: block;
}

.brand-box figure {
    height: 85px;
    width: 85px;
    overflow: hidden;
    border-radius: 100px;
    margin: 0;
}
.brand-box figure > img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 0;
}

.brand-box-text {
    width: calc(100% - 85px);
}

.login-form-wrapper {
    padding-top: 0 !important;
}
.file-content span > img {
    object-fit: contain;
}
.all-messages .fld-search {
    position: absolute;
    height: 100%;
    background: #000;
    width: 100%;
    left: -100%;
    transition: 0.3s ease all;
}
.all-messages .fld-search input,
.all-messages .fld-search input::placeholder {
    color: #fff;
}
.all-messagesbutton {
    filter: brightness(100);
}
.fld-search.open {
    left: 0;
}

.search-icon a.open img {
    display: none;
}

.search-icon a.open:after {
    content: "X";
    font-family: cursive;
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

a.backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 100px;
    opacity: 0;
    display: block;
    line-height: 50px;
    z-index: 99999;
}
a.backToTop:hover {
    background-color: #b2b2b2;
}

a.backToTop > img {
    width: 98%;
    margin: auto;
    /* filter: invert(1); */
    cursor: pointer;
}
a.backToTop:hover > img {
    filter: invert(0);
}

a.backToTop.sticky {
    opacity: 1;
}

.brand-box-text h3 {
    font-size: 22px !important;
    line-height: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.brand-box {
    height: 115px;
    overflow: hidden;
}
.rewardPoints {
    position: absolute;
    width: 120px;
    text-align: center;
    padding: 5px;
    right: -35px;
    top: 100px;
    background: #000;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease all;
}

.rewardPoints h6 {
    font-size: 12px;
    color: #fff;
    line-height: normal;
}

.rewardPoints h6 > a {
    font-size: 10px;
    display: block;
    color: #f34053;
}

.rewardPoints h6 > a:hover {
    color: #fff;
}

.rewardPoints:after {
    content: "";
    position: absolute;
    inset-inline: 0;
    top: -5px;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    background: #000;
    margin: auto;
}

.Followers-widget ul h5:hover .rewardPoints {
    visibility: visible;
    opacity: 1;
    top: 50px;
}

.men-women-box-wrap .tab-content ul > li.active a {
    transform: scale(1.3);
    filter: drop-shadow(1px 1px 1px #000);
}
.fld-select .selectize-input {
    padding-left: 29px;
    font-size: 14px;
}
/* .right-side .client-text p a:first-child{
    display: block;
} */
/*mix*/
.user-location a{
    padding-top: 4px;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: normal;
    text-decoration: underline;
}
.product-big-img .menu-open-button{
    width:50px;
    height: 50px;
}
.menu-item,
.menu-open-button {
    background: #eeeeee;
    border-radius: 100%;
    width: 78px;
    height: 78px;
    margin-left: -25px;
    margin-top: -5px;
    position: absolute;
    color: #ffffff;
    text-align: center;
    line-height: 80px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.menu-open {
    display: none;
}

.lines {
    width: 25px;
    height: 3px;
    background: #596778;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}

.line-1 {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}

.line-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.line-3 {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .line-1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
    
}

.menu-open:checked + .menu-open-button .line-2 {
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked + .menu-open-button .line-3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
    text-align: center;
    box-sizing: border-box;
    font-size: 26px;
}

/* .menu-item {
   transition: all 0.1s ease 0s;
} */

.menu-item:hover {
    background: #eeeeee;
    color: #3290b1;
}

.menu-item:nth-child(3) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
    opacity: 0;
}

.menu-item:nth-child(4) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
    opacity: 0;
}

.menu-item:nth-child(5) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
    opacity: 0;
}

.menu-item:nth-child(6) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
    opacity: 0;
}

.menu-item:nth-child(7) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
    opacity: 0;
}

.menu-item:nth-child(8) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
    opacity: 0;
}

.menu-item:nth-child(9) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
    opacity: 0;
}

.menu-open-button {
    z-index: 2;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
}

.menu-open-button:hover {
    -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
    transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

.menu-open:checked ~ .menu-item:nth-child(3) {
    transition-duration: 180ms;
    transform: translate3d(0, -90px, 0);
    opacity: 1;
    width: 80px;
    height: 80px;
}

.menu-open:checked ~ .menu-item:nth-child(4) {
    transition-duration: 280ms;
    transform: translate3d(0, -190px, 0);
    opacity: 1;
    width: 80px;
    height: 80px;
}

.menu-open:checked ~ .menu-item:nth-child(5) {
    transition-duration: 380ms;
    transform: translate3d(0, -280px, 0);
    opacity: 1;
    width: 80px;
    height: 80px;
}

.menu-open:checked ~ .menu-item:nth-child(6) {
    transition-duration: 480ms;
    transform: translate3d(0, -370px, 0);
    opacity: 1;
}

.menu-open:checked ~ .menu-item:nth-child(7) {
    transition-duration: 580ms;
    transform: translate3d(0, -460px, 0);
    opacity: 1;
    width: 80px;
    height: 80px;
}

.menu-open:checked ~ .menu-item:nth-child(8) {
    transition-duration: 680ms;
    transform: translate3d(0, -55client-name-wrap0px, 0);
    opacity: 1;
    width: 80px;
    height: 80px;
}

.menu-open:checked ~ .menu-item:nth-child(9) {
    transition-duration: 780ms;
    transform: translate3d(-0.25084px, -104.9997px, 0);
    opacity: 1;
    width: 80px;
    height: 80px;
}

/* ALL NOTIFICATIONS */

.all-notifications {
    background-color: #f1f1f1;
    padding: 100px 0;
}

.all-notifications header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 2px solid #d4d4d4;
}

.all-notifications header h1 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 40px;
}

.notification-dropdown {
    flex: 0 0 40px;
    height: 24px;
    position: relative;
    margin-top: 5px;
}

.notification-dropdown .dots-dropdown-nav {
    top: 0;
    right: 0;
}

.notification-dropdown .dots-dropdown-nav .dots {
    background-color: #000;
    border: 2px solid #000;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    transition: 0.3s ease all;
}

.notification-dropdown .dots-dropdown-nav.active .dots {
    background-color: transparent;
}

.notification-dropdown .dots-details-dropdown {
    width: 160px;
    right: 0;
}

.notification-dropdown .dots-details-dropdown i {
    margin-right: 5px;
}

#notifications-toggle-tab {
    margin-bottom: 20px;
}

#notifications-toggle-tab li:not(:last-child) {
    margin-right: 10px;
}

#notifications-toggle-tab .nav-link {
    background-color: #000;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    padding: 5px 25px;
    display: inline-block;
}

#notifications-toggle-tab .nav-link.active {
    background-color: rgba(243, 64, 83, 0.4);
    color: #f34053;
}

.notification-body {
    padding-top: 50px;
    margin-bottom: 40px;
}

.notification-group {
    display: flex;
    flex-wrap: wrap;
}

.notification-group .date-stamp {
    margin-right: 40px;
    position: relative;
    flex: 0 0 115px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification-group .date-stamp:before {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    background-color: #f7faff;
    right: 8px;
}

.notification-group:not(:last-child) .date-stamp:before {
    height: calc(100% + 10px);
}

.notification-group:last-child .date-stamp:before {
    height: 100%;
}

.notification-group .date-stamp .date {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #868585;
    margin-right: 10px;
}

.notification-group .date-stamp .connector {
    width: 18px;
    height: 18px;
    border-width: 2px;
    border-style: solid;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}

.notification-group:nth-child(odd) .date-stamp .connector {
    background-color: #f2cdd1;
    border-color: #f34053;
}

.notification-group:nth-child(even) .date-stamp .connector {
    background-color: #cec8c8;
    border-color: #434343;
}

.notification-group .notifications-wrap {
    flex: 0 0 calc(100% - 155px);
}

.notifications-wrap .notification {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #e1e0e0;
    box-shadow: 3px 4px 15px rgba(159, 159, 159, 0.17);
}

.notification-group:not(:last-child),
.notifications-wrap .notification:not(:last-child) {
    margin-bottom: 10px;
}

.notifications-wrap .notification {
    cursor: pointer;
}

.notifications-wrap .notification.unread {
    background-color: #fcd0d5;
    border-color: #f2f0f0;
}

.notifications-wrap .notification .avatar {
    flex: 0 0 40px;
    margin-right: 20px;
}

.notifications-wrap .notification .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
    object-position: top center;
}

.notifications-wrap .notification .content {
    flex: 0 0 calc(100% - 95px);
    margin-right: 20px;
}

.notifications-wrap .notification .circle {
    width: 15px;
    height: 15px;
    background-color: #ff4d60;
    border-radius: 50px;
    display: none;
    align-self: center;
}

.notifications-wrap .notification.unread .circle {
    display: inline-flex;
}

.lmn-button {
    padding: 10px 25px;
    line-height: 20px;
    font-weight: 600;
}

/* Category Page */

.category-page {
    padding: 50px 0;
}

.category-title {
    font-size: 44px;
    font-weight: 500;
    color: #222;
}

.filter-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0;
}

.filter-area .filter-title {
    color: #666;
    font-weight: 500;
    border-bottom: 3px solid #9f9f9f;
}
.filter-dropdown select {
    border: 0;
    border-bottom: 2px solid;
}
.pfhead-lk1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 25px 0 20px;
}
.pfhead-lk1 .pfthumb-lk1 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 15px 0 0;
}
.pfauthor-lk1 {
    margin: 0;
}
.pfauthor-lk1 h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin: 0 0 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pfauthor-lk1 h2 span {
    cursor: pointer;
    color: inherit;
    margin: 0 10px 0 0;
}
.pfauthor-lk1 .loc-lk1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    display: block;
}
.pfauthor-lk1 .loc-lk1 a {
    color: inherit;
}
.pfauthor-lk1 h2 span:hover,
.pfauthor-lk1 .loc-lk1 a:hover {
    color: #f34053;
}
.look01 {
    position: relative;
    padding: 0;
}
.header-lk1 {
    margin: 0 0 15px;
}
.header-lk1 h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #272727;
    margin: 0 0 5px;
    cursor: pointer;
}
.header-lk1 h3:hover {
    color: #f34053;
}
.header-lk1 .date-lk1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #a7a7a7;
}
.header-lk1 .date-lk1 i {
    font-size: 14px;
    line-height: 18px;
    margin: 0 5px;
}
.image-lk1 {
    margin: 0 0 15px;
    position: relative;
}
.image-lk1 > a {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: block;
}
.image-lk1 > a > img {
    width: 100%;
    height: auto;
    display: block;
}
.look {
    overflow: hidden;
    position: relative;
    padding: 0;
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgb(163, 163, 163, 0.4);
    transition: 0.3s ease all;
}
.look-header {
    position: absolute;
    top: -100px;
    left: 40px;
    width: calc(100% - 80px);
    transition: 0.3s ease all;
}
.look-header .look-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #272727;
    margin-bottom: 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.look-header .look-title:hover {
    color: #f34053;
}
.look-header .look-description {
    font-size: 10px;
    line-height: 12px;
    color: rgba(39, 39, 39, 0.9);
    margin-bottom: 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.look-header .look-date {
    font-size: 10px;
    line-height: 12px;
    color: #a7a7a7;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.look-image {
    margin-bottom: 10px;
    position: relative;
    padding-top: 100%;
}
.look-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top center;
}
footer.look-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: flex-end;
}

.look-footer-small .look-footer-small .social-media a {
    font-size: 14px;
}

.look-footer-small .lfs-btn {
    font-size: 12px;
    padding: 6px 12px;
}

.look-footer-small > .lfs-btn:not(:last-child) {
    margin-right: 10px;
}

.look-footer .user-img {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    margin-right: 10px;
    transition: 0.3s ease all;
}
.look-footer .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.look-footer .user-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    transition: 0.3s ease all;
}
.look-footer .user-name:hover {
    color: #f34053;
}
.look-footer .time {
    font-size: 12px;
    line-height: 18px;
    color: #a7a7a7;
    transition: 0.3s ease all;
}
.interaction-area {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}
.interaction-area .btn {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 15px;
    position: relative;
    top: -10px;
}
.ia-button-group {
    position: relative;
    display: flex;
    top: -60px;
    right: 10px;
    transition: 0.3s ease all;
}
.ia-button-group .btn {
    transition: 0.3s ease all;
    top: 0;
}
.ia-button-group .btn:not(:last-child) {
    margin-right: 10px;
}
.interaction-area .follow-btn {
    position: relative;
    top: -15px;
    transition: 0.3s ease all;
}

/* Hover State of look */

.look:hover {
    padding: 80px 40px 20px;
    /* transform: scale(1.05); */
    box-shadow: 0px 0px 10px 3px rgb(163, 163, 163, 0.4);
}
.look:hover .look-header {
    top: 20px;
}
.look:hover .look-footer .user-img {
    width: 40px;
    height: 40px;
}
.look:hover .look-footer .user-name {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}
/* .look:hover .ia-button-group {
    top: -60px;
} */
.look:hover .interaction-area .btn {
    font-size: 10px;
    line-height: 15px;
}
.look:hover .look-footer .time {
    font-size: 10px;
    line-height: 12px;
}

/* FACEBOOK WIDGET */

.facebook-widget {
    width: 100%;
}

.facebook-widget textarea {
    border: 1px solid #d1d1d1;
    width: 100%;
    height: 80px;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #222;
    margin-bottom: 5px;
}

.facebook-widget button {
    font-weight: 500;
    padding: 10px 20px;
}

/* See Who Liked Popup */

.liked-by-modal .scroll-wrap {
    max-height: 402px;
    overflow: auto;
    padding-right: 20px;
    scrollbar-width: thin;
    scrollbar-color: #000000 #f5f5f5;
}

.liked-by-modal .scroll-wrap::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}
.liked-by-modal .scroll-wrap::-moz-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}
.liked-by-modal .scroll-wrap::-webkit-scrollbar-button:start:decrement,
.liked-by-modal .scroll-wrap::-webkit-scrollbar-button:end:increment {
    display: none;
}
.liked-by-modal .scroll-wrap::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}
.liked-by-modal .scroll-wrap::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #000;
}
.liked-by-modal .modal-body {
    width: 94%;
    margin: auto;
}
.liked-by-modal .modal-content {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
}
.liked-by-modal .user-image {
    width: 54px;
    height: 54px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.liked-by-modal .user-wrap {
    margin-bottom: 15px;
}
.liked-by-modal .user-interaction {
    width: 34%;
    text-align: left;
}
.liked-by-modal .black-btn {
    padding: 8px 18px;
}
.liked-by-modal .modal-header {
    font-size: 24px;
    width: 90%;
    margin: auto;
}
.liked-by-modal .modal-footer {
    height: 50px;
}
.user-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.user-wrap:not(:last-child) {
    margin-bottom: 25px;
}

.user-wrap .user-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.user-wrap .user-info .user-image {
    width: 54px;
    height: 54px;
    margin-right: 15px;
}

.user-wrap .user-info .user-name a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

.user-wrap .user-info .user-name a:hover {
    color: #f34053;
}

.user-wrap .user-interaction .btn {
    font-size: 16px;
    line-height: 24px;
    border-radius: 25px;
    padding: 8px 16px;
}

.user-wrap .user-interaction .btn i {
    margin-right: 5px;
}

.user-wrap .user-interaction .btn-follow {
    background-color: #000;
    color: #fff;
}

.user-wrap .user-interaction .btn-following {
    background-color: #c4c4c4;
    color: #000;
}

.user-wrap .user-interaction .btn-follow:hover {
    background-color: #f34053;
    color: #fff;
}

.user-wrap .user-interaction .btn-following:hover {
    background-color: #000;
    color: #fff;
}

.user-wrap .user-interaction .btn:focus {
    outline: 0;
    box-shadow: none;
}
#albumRequestsModal .user-wrap .user-interaction {
    width: calc(100% - 155px);
}
#albumRequestsModal .user-wrap .user-interaction {
    display: flex;
    width: 155px;
}
#albumRequestsModal .user-wrap .user-interaction .btn {
    padding: 4px 12px;
    font-size: 12px;
}

/* MEN WOMEN SWITCH */

.toggle-switch {
    position: relative;
    height: 36px;
}

.toggle-switch input {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 60px;
    right: 0;
    margin: 0;
}

.toggle-switch input:checked {
    z-index: 1;
}

.toggle-switch input:checked + label {
    opacity: 1;
    cursor: default;
}

.toggle-switch input:not(:checked) + label:hover {
    opacity: 0.5;
}

.toggle-switch label {
    color: #000;
    opacity: 0.33;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    font-size: 11px;
    line-height: 17px;
    display: block;
    height: 50%;
    margin: 0;
    text-align: left;
    padding-right: 25px;
    font-weight: 600;
}

.toggle-switch .toggle-outside {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 100%;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out;
    box-shadow: 0px 2px 24px 0px rgb(0 0 0 / 4%);
}

.toggle-switch .toggle-inside {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #424242;
    transition: all 0.3s ease-in-out;
    height: 9px;
    width: 9px;
}

.toggle-switch input:checked ~ .toggle-outside .toggle-inside {
    top: 4px;
}

.toggle-switch input ~ input:checked ~ .toggle-outside .toggle-inside {
    top: 20px;
}

/* SPOTLIGHT / EXPLORE */

.spotlight-box {
    position: relative;
    overflow: hidden;
    background: rgb(0 0 0 / 30%);
}

 .spotlight-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    transition: 0.3s ease all;
} 
.spotlight-box:hover::before {
    background: rgba(0, 0, 0, 20%);
}
.spotlight-box a {
    display: block;
}

.spotlight-box a img {
    width: 100%;
    height: auto;
}

.spotlight-box .spotlight-text {
    position: absolute;
    bottom:50%;
    left: 0;
    transform: translateY(50%);
    width: 100%;
    padding: 0 20px;
    text-align: center;
    transition: 0.3s ease all;
}

/* .spotlight-box:hover:before {
    background-color: rgba(0, 0, 0, 0.7);
} */

/* .spotlight-box:hover .spotlight-text {
    bottom: 50%;
} */

.spotlight-box .spotlight-text span {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
}

/* LOGIN PAGE AND MODAL */

.login-wrapper {
    position: relative;
    /* padding-top: 75px; */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-form-wrapper h4 {
    margin-bottom: 75px;
}
.login-logo {
    filter: invert(100%);
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.login-form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    flex-grow: 1;
    max-width: 496px;
    width: 100%;
}
.login-form-wrapper form {
    width: 100%;
}

.login-form-wrapper .heading-with-separator {
    font-size: 1rem;
    font-weight: 300;
    text-transform: capitalize;
}
.btn-google i{
    margin-right: 15px;
}
.login-form-wrapper .btn-facebook, 
.login-form-wrapper .btn-google,
.login-form-wrapper .btn-instagram {
    border-radius: 25px;
    height: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
}
.login-form-wrapper .btn-google{
    background-color: #de4931;
}
.login-form-wrapper .btn-google:hover{
    background-color: #c02911;
}
.login-form-wrapper .btn-facebook i,
.login-form-wrapper .btn-instagram i {
    font-size: 20px;
    margin-right: 10px;
}

.login-form-wrapper .form-control {
    border-radius: 25px;
    border: 1px solid #d7d7d7;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.login-form-wrapper .custom-control {
    position: static;
}

.login-form-wrapper .custom-control-input {
    border-radius: 25px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
}

.login-title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 3rem;
    margin: 0;
}

.login-info {
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
}
.login-info a {
    color: #f34053;
    text-transform: uppercase;
    font-weight: 600;
}
.login-info a:hover {
    color: #d90e23;
}

.login-form-forgot-password-link {
    color: black;
    text-decoration: underline;
    font-size: 0.875rem;
}

.btn-login {
    width: 100%;
    border-radius: 30px;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    height: 60px;
    margin: 1.5625rem 0 2.5rem;
}

#loginModal .login-wrapper {
    padding: 2rem;
    min-height: auto;
}

#loginModal .login-info {
    margin-bottom: 15px;
}

#loginModal .btn-login {
    height: 3.5rem;
}

/* #loginModal .login-form-wrapper .btn-facebook,
#loginModal.login-form-wrapper .btn-instagram {
    height: 3rem;
} */

#loginModal .modal-content {
    border-radius: 0;
    border: 0;
}

#loginModal .login-form-wrapper {
    padding: 0;
}

#signupModal .login-wrapper { padding: 2rem 1rem 0; min-height: auto; }
#signupModal .login-form-wrapper { max-width: 700px; }

.ot-modal .close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 99999;
    background-color: #f34053;
    color: #fff;
    opacity: 1;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: 0.3s ease all;
}

/* ALBUM MODAL */

#albumModal .modal-dialog {
    max-width: 522px;
}

#albumModal .modal-body {
    padding: 0;
}

#albumModal .modal-content {
    border: 0;
}

.album-modal .look-cover {
    height: 187px;
    position: relative;
    z-index: 1;
}

.album-modal .look-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.album-modal {
    position: relative;
    overflow: hidden;
}

.album-modal .body-area {
    position: relative;
    z-index: 3;
    margin-top: -70px;
}

.album-modal .bg-overlay {
    background: linear-gradient(180deg, #fefefe 0%, #dedede 100%);
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    height: 100%;
    z-index: 2;
    border-radius: 50%;
}

.am-body-look-info img {
    height: 85px;
    width: auto;
    display: block;
    margin: 0 auto 10px;
    border-radius: 2px;
}
.am-body-look-info p {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #000;
}

.am-body .photo-effect {
    position: relative;
    margin-right: 25px;
}

.am-body .photo-effect .pe-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    transform: rotate(6.22deg);
}

.am-body .create-album .photo-effect span {
    width: 60px;
    height: 60px;
    background: rgba(243, 64, 83, 0.3);
    border: 4px solid #fefefe;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f34053;
    font-size: 26px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.am-body .create-album h5 {
    font-weight: 600;
    font-size: 20px;
    color: #f34053;
}

.am-body-album-list .album {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
}

.am-body-album-list .album .album-cover img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
    border: 4px solid #fefefe;
    position: relative;
    z-index: 2;
}

.am-body .create-album,
.am-body-album-list .album {
    padding: 10px 0;
}

.am-body-album-list .album .album-info {
    margin-right: 25px;
    width: calc(100% - 142px);
}

.ambal-ai-title {
    font-weight: 600;
    font-size: 20px;
    color: #252525;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    transition: 0.3s ease all;
}

p.ambal-ai-meta {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: rgba(103, 87, 94, 0.85);
}

.am-body-album-list .album:first-child {
    border-top: 1px solid #d4d4d4;
}
.am-body-album-list .album {
    border-bottom: 1px solid #d4d4d4;
}

.am-body-album-list .album .album-check {
    width: 32px;
    margin-left: auto;
}

.am-body-album-list .album .album-check span {
    width: 32px;
    height: 32px;
    border: 2px solid #bababa;
    transition: 0.3s ease all;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.am-body-album-list .album .album-check span i {
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease all;
}

.am-body-album-list .album .album-check input:checked + span {
    background-color: #f34053;
    border-color: #f34053;
}

.am-body-album-list .album .album-check input:checked + span i {
    opacity: 1;
    visibility: visible;
}

.am-body {
    padding: 15px 25px;
}

.am-footer {
    padding: 0 25px 15px;
}

.am-footer .red-btn {
    border-radius: 5px !important;
}

.am-body-album-list .ambal-ai-title:hover {
    color: #f34053;
}

.am-body-album-list {
    max-height: 240px;
    overflow: auto;
    padding-right: 15px;
}

.am-body-album-list::-webkit-scrollbar {
    width: 4px;
}

.am-body-album-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.am-body-album-list::-webkit-scrollbar-thumb {
    background: #f34053;
}

.am-body-album-list::-webkit-scrollbar-thumb:hover {
    background: #ff2239;
}

/* Messages Page */

.msg-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 70%;
}
.no-messages {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
    margin: auto;
}
.no-messages img {
    width: 25%;
    margin: auto;
    opacity: 0.3;
}
.msg-box.user {
    justify-content: flex-start;
    margin-left: auto;
    flex-direction: row-reverse;
    width: 100%;
}

.msg-box:not(:last-child) {
    margin-bottom: 25px;
}

.msg-box .mbw-img {
    width: 40px;
    height: 40px;
}

.msg-box .mbw-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.msg-box .mbw-content {
    max-width: calc(100% - 150px);
}

.msg-box.others .mbw-content {
    margin-left: 10px;
}

.msg-box.others .on > div {
    margin-left: auto;
}

.msg-box.user .mbw-content {
    margin-right: 10px;
}

.msg-box .mbw-content p {
    padding: 15px;
    margin-bottom: 5px;
    word-break: break-all;
}

.msg-box.others .mbw-content p {
    color: #000;
    background-color: #f5f5f5;
    border-radius: 0px 8px 8px 8px;
}

.msg-box.user .mbw-content p {
    color: #fff;
    background-color: #000;
    border-radius: 8px 0px 8px 8px;
}

.msg-box .mbw-content span {
    font-size: 12px;
    font-weight: 300;
    color: #a7a7a7;
    display: block;
}

.msg-box .on {
    width: 100px;
    opacity: 0;
    visibility: hidden;
}

.msg-box:hover .on {
    opacity: 1;
    visibility: visible;
}

.msg-box .on #toggle {
    width: auto;
}

.msg-box .on #toggle {
    display: flex;
    flex-wrap: wrap;
}

.msg-box .on #toggle span {
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
}

.msg-box .on #toggle span:not(:last-child) {
    margin-right: 5px;
}

.msg-box.user .on #toggle {
    justify-content: flex-start;
}
.msg-box.others .on #toggle {
    justify-content: flex-end;
}

.msg-box.others .on #toggle + div ul {
    margin-left: auto;
}

.msg-box .on > div {
    background-color: #fff;
    padding: 5px;
    box-shadow: 0px 0px 70px 0px rgb(0 0 0 / 11%);
    width: 80px;
    border-radius: 4px;
    margin-top: 8px;
}

.msg-box .on > div a {
    color: #000;
    font-size: 14px;
}

.msg-box .on > div a img {
    margin-right: 5px;
}

.search-icon a {
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    padding: 13px;
}

.search-img,
.close-icon {
    width: 26px;
    height: 26px;
    margin: 5px auto;
    display: inline-block;
}
.search-img {
    background: url("../images/search-close.png");
    background-repeat: no-repeat;
    background-position: -30px 2px;
    background-size: cover;
}
.close-icon {
    background-position: 1px 2px !important;
}
.show-search {
    left: 0 !important;
}

.mv-title-style-13 {
    text-align: center;
    margin: 20px auto;
    font-weight: 400;
    font-size: 26px;
}
.login-wrapper .login-logo {
    display: none;
}

.filter-tabs {
    border-bottom: 0;
}

.filter-tabs a {
    height: auto !important;
    border-radius: 50px !important;
    border: 0 !important;
}
.filter-tabs a.active {
    background-color: #000 !important;
    color: #fff !important;
}

.user-details .client-title {
    color: #000;
}
.tab-pane .user-details{
    padding-top:10px;
    width: 49.5%;
    display: inline-block;
    /* border: 1px solid #ff0000; */
}

.tab-pane .user-details-text{
    padding-top: 10px;
}
.tab-pane .user-details > a{
    /* display: inline-block; */
     float: left;
     max-width:72px ;
     margin-right:10px;
}
/* HOVERABLES */
.notifecation-content{
    width: 100%;
}
.notifecation-content h6 u,
.notifications-wrap .notification .content u {
    transition: 0.3s ease all;
}

.msg-left-box a:hover h3,
.msg-box .on #toggle + div ul li a:hover,
.qa-content .qac-right > a:hover,
.qa-title a:hover,
.topic-profile > h3 > small > a:hover,
.thred-profile:hover > h4,
.blog-listing:hover .blog-title,
.user-details .client-title:hover,
.discover-page .album-content a:hover h4,
.album-profile h5:hover,
.dropdown-profile-box h3:hover,
.comments-title a:hover,
ul.about-list a:hover,
.profile-content h2 > span > a:hover,
.recent-text a:hover h3,
.tune-tab-wrap .nav-tabs li a:hover,
.notifecation-content h6 u:hover,
.notifications-wrap .notification .content u:hover,
.msg-box .mbw-content p a {
    color: #f34053 !important;
}

.topic-profile > h3 > span > a:hover,
.comments-title span > small:hover,
.tune-text h3:hover {
    color: #000;
}

#messagetoggle a span {
    color: #000;
}

.message-toggle #menu {
    right: 70px !important;
    left: auto !important;
}

.dropdown-box .dropdown-head .fld-search {
    width: 100%;
}

.tag-list-wrap .dropdown-nav .dropdown-box {
    width: 290px;
}

.header-right {
    width: calc(80% - 1rem);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-btn-wrap a:not(:last-child) {
    margin-right: 10px;
}

@media (max-width: 1199.99px) {
    .category-box ul > li {
        width: 20%;
    }
}
@media (max-width: 1024px) {
    .color-filter > li > span {
        width: 25px;
        height: 25px;
    }
    ul.dropdown-color-petern >li >label >span
    {
        width: 30px;
        height: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
    .main-header .nav-link {
        padding: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199.99px) {
    .tag-list-wrap .dropdown-nav .dropdown-box {
        width: 290px;
        left: 0;
        right: auto;
    }
    .discover-next-page .album-profile h5 {
        font-size: 12px;
    }
    .spot-light-sec .album-profile h5 > small {
        font-size: 8px;
    }
}

@media (max-width: 991.9px) {
    .brand-profile span {
        width: 100px;
        height: 100px;
    }
    .brand-profile h3 {
        font-size: 24px;
        line-height: 30px;
        padding-left: 15px;
        width: calc(100% - 100px);
    }
    .msg-box-right {
        border-left: 1px solid #d7d7d7;
    }
    .msg-type-box .msg-btn {
        width: 30px;
        flex: 0 0 30px;
        height: 30px;
        font-size: 11px;
    }
    .header-icons {
        width: calc(100% - 130px);
        margin-right: 10px;
    }
    ul.color-picker li {
        /* width: calc(100% * (1 / 20) - 8px); */
        width: 24px;
        margin: 3px 5px;
    }
    .qa-list .qa-content,
    .qa-list .qa-status {
        flex: 0 0 100%;
    }
    .qa-list .qa-content {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .fancybox-content{
        width:80%;
    }
    
}
   
@media (max-width: 820px) {
    .color-filter{
        text-align: center;
    }
    .color-filter > li{
        padding: 10px 10px;
    }
    .color-filter > li > span{
        width: 32px;
        height: 32px;
    }
    ul.dropdown-color-petern > li{
        padding: 10px 10px;
    }
}
@media (max-width: 912px) {
    .color-filter{
        text-align: center;
    }
    .color-filter > li{
        padding: 10px 10px;
    }
    .color-filter > li > span{
        width: 32px;
        height: 32px;
    }
    ul.dropdown-color-petern > li{
        padding: 10px 10px;
    }
}
    @media (max-width: 425px) {
    ul.dropdown-color-petern > li {
        padding: 7px 6px !important;
    }
    .color-filter > li {
        padding: 7px 6px !important;
    }
    ul.dropdown-color-petern >li >label >span {
        width: 31px !important;
        height: 26px !important;
    }
}
@media (max-width: 375px) {
    ul.dropdown-color-petern > li {
        padding: 4px 1px !important;
    }
    .color-filter > li {
        padding: 7px 5px !important;
    }
    ul.dropdown-color-petern >li >label >span {
        width: 38px !important;
        height: 26px !important;
    }
}
@media (max-width: 320px) {
    ul.dropdown-color-petern > li {
        padding: 4px 1px !important;
    }
    .color-filter > li {
        padding: 6px 2px !important
    }
    ul.dropdown-color-petern >li >label >span{
        width: 32px !important;
    }
}
@media (max-width: 768px) {
    .color-filter{
        text-align: center;
    }
    .color-filter > li{
        padding: 10px 10px;
    }
    .color-filter > li > span{
        width: 32px;
        height: 32px;
    }
    ul.dropdown-color-petern > li{
        padding: 10px 10px;
    }
    ul.dropdown-color-petern >li >label >span{
        width: 40px;
        height: 26px
    }
    .tab-pane .user-details{
        width: 100%;
    }
    .category-box ul > li {
        width: 33.3333%;
    }
    .look:hover {
        padding: 70px 20px 10px;
    }
    .look:hover .look-header {
        top: 10px;
        left: 20px;
    }
    .ot-modal .close {
        top: 0px;
        right: 0px;
        border-radius: 0;
    }
    #loginModal .btn-login {
        margin: 1rem 0;
    }
    #loginModal .login-wrapper {
        padding: 2rem 1rem;
    }
    #loginModal .login-info {
        margin-bottom: 1.5rem;
    }
    .album-modal .bg-overlay {
        top: 130px;
    }
    .album-modal .body-area {
        margin-top: -40px;
    }
    .ambal-ai-title {
        font-size: 16px;
    }
    p.ambal-ai-meta {
        font-size: 14px;
    }
    .am-body-album-list .album .album-check span {
        width: 24px;
        height: 24px;
    }
    .am-body-album-list .album .album-check span i {
        font-size: 11px;
    }
    .brand-profile {
        justify-content: center;
    }
    .brand-profile span {
        width: 80px;
        height: 80px;
    }
    .brand-profile h3 {
        font-size: 16px;
        line-height: 20px;
        padding-left: 15px;
        width: calc(100% - 80px);
    }
    .brand-social {
        justify-content: center;
    }
    .brand-details-sec:after {
        content: none;
    }
    .msg-box {
        max-width: 90%;
    }
    .profile-tab-nav li {
    }
    .profile-tab-nav li a{
    font-size: 12px;
    padding: 7px 5px
    }
    .profile-tab-nav li {
        flex: 0 !important;
    }
    .choosefile-content h5 {
        font-size: 22px;
    }
    .upload-picture-content h3{
        font-size: 18px;
    }
    .fld-input{
        margin-bottom: 26px !important;
    }
    .tag-image {
        margin-bottom: 32px !important;
        width: 300px !important;
    }
    .tag-input-btn input[type="text"]{
        width: 290px !important;
    }
    .submit-cancel-btn button:last-child, .submit-cancel-btn button{
        width: 128px !important;
        height: 42px !important;
        font-size: 15px !important;
    }
    .tune-heading h3{
        font-size: 23px;
    }


    .fld-html p {
        font-size: 14px !important;
        letter-spacing: 0px !important;
    }
    .Followers-widget ul > li {
        flex: 0 0 50%;
    }
    .upload-album-content .privacy-link {
        width: 100%;
    }
    .upload-album-content .privacy-link h4 {
        flex: 0 0 calc(100% - 60px);
    }
}
@media (max-width: 575px) {
    .profile-tabs-content{
        margin-bottom: 40px;
    }
    .my-activity-tab-nav{
        width: 100%;
    }
    .grp-btn a{
        padding: 8px 25px;
    }
    .navbar .navbar-brand{
        max-width: 180px;
    }
    .look:hover {
        padding: 80px 40px 20px;
        transform: scale(1);
    }
    .look:hover .look-header {
        top: 20px;
        left: 40px;
    }
    .filters-product > .fld-select {
        flex: 0 0 calc(50% - 20px);
    }

    .looks-dtil .filters-product .fld-select {
        flex: 100%;
    }

    .main-header nav.navbar-expand-lg {
        justify-content: center !important;
    }
    .header-right {
        width: 100%;
        justify-content: center;
    }
    .main-header nav .navbar-collapse {
        top: 110px;
    }
    .birth .form-input {
        padding: 10px 20px;
    }
    .client-text h3 .ct-user-name {
        font-size: 16px;
    }
}

.product-big-img img{
    max-height: 100%;
}
.product-big-img .look-img{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top center;
}

.product-big-img .look-img {
    width: 100% !important;
    max-height: 600px;
}
.counter-circle{
    background-color: #000000 !important;
    color: #ffffff !important;
    padding-top:5px;
}
.comment-user a.ct-user-name{
    /* align-self: flex-end;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    transition: 0.3s ease all; */
}
.comment-listing {
    padding: 60px 0;
}
.comments-article .comments-meta {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 10px;
}
.comments-article {
    position: relative;
    padding: 0 0 0 120px;
    margin: 50px 0 0;
}
.commentReply {
    margin-top: 30px;
    margin-left: 10%;
}
.comment-text {
    background-color: rgb(245, 245, 245);
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border-top-left-radius: 0;
}
.comment-info {
    margin: 0 0 10px;
    display: flex;
    flex-direction: column;
}
.comment-info .ct-user-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 0;
    transition: 0.3s ease all;
}
.comment-info .comments-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.comment-info .comment-date {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #2d2d2d;
}
.comments-meta button,
.comments-meta .button {
    margin: 0 0 0 15px;
    padding: 0;
    background: none;
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    transition: 0.3s ease all;
}
.comments-meta button:hover,
.comments-meta .button:hover {
    color: #f34053;
}
.comments-article a.user-thumbnail{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #cdcdcd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.commentBox {
    position: relative;
    padding: 15px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.commentBox .commentWrap {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 0 5px;
    align-items: center;
}
.commentBox .commentWrap input {
    background-color: rgba(245, 245, 245, 0.5);
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: calc(100% - 79px);
    padding: 10px 15px;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}
.commentBox a.user-thumbnail {
    width: 64px;
    height: 64px;
    margin: 0 15px 0 0;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #cdcdcd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* .comments-article a.user-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
} */
/* .comments-article .comment-date{
    padding-top: 4px;
} */
.reply-comment {
    padding-left: 8%;
}
a.reply-links{
    color: #000000;
    text-decoration: underline;
    font-size: 14px;
}
.filters-product .fld-select{
    padding: 5px 8px;
    font-size: 16px;
}
.filters-product .fld-select{
    border: 1px solid #000;
    padding: 5px 12px;
}

.filters-product .gender-select{
}
.product-big-img img {
    max-height: none;
}
.blog-listing img {
    max-width: 100%;
    width: 100%;
}
.badge-info{
    background-color: #000000 !important;
}

.search-result .look-view{
    width: 100%;
    overflow: hidden;
}
.imageWrapper img,
.search-result .look-view img {
    object-fit:cover;
    height: 100%;
    width: 100%;
}
.imageWrapper .look-header,
.search-result .look-header {
    transition: 0.3s ease all; 
    width: 95%;
    transition: 0.3s ease all;
    position: absolute;
    top: 10px;
    left: 10px;
    display: none;
    z-index: 100;
}
.search-result .user-profile a.user-thumbnail{
    width: 42px;
    height: 42px;
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
}

.imageWrapper {
    position: relative;
    background-color: rgb(224, 224, 224);
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin: 0 0 10px;
}
.text-black{
    color: #000000;
    font-weight: 400;
}
.search-result .user-profile a.user-thumbnail img{
    width: 100%;
}
.search-result .look-inner{
    overflow:hidden;
    width: 100%;
    height:300px;
}
.imageWrapper .look-footer,
.search-result .look-footer{
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 10;
   opacity: 0;
}
.imageWrapper .image-overlay,
.search-result .look-view .image-overlay{
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0.15+100;Neutral+Density */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.15) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#26000000',GradientType=0 ); /* IE6-9 */
    transition: 0.3s ease all;
    opacity:0;
}
.imageWrapper:hover .image-overlay,
.search-result .look-view:hover .image-overlay{
    opacity: 1;
}
.imageWrapper:hover .look-footer,
.search-result .look-view:hover .look-footer{
    opacity: 1;
    width: 90%;
}
.imageWrapper:hover .look-header,
.search-result .look-view:hover .look-header{
    display: block;
    color: #ffffff;
}
.imageWrapper .look-header .look-title,
.search-result .look-header .look-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.imageWrapper .look-header .look-title:hover,
.search-result .look-header .look-title:hover {
    color: #fff;
}
.search-result .look-header .look-description {
    font-size: 10px;
    line-height: 12px;
    color: rgba(39, 39, 39, 0.9);
    margin-bottom: 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-result .look-header .look-date {
    font-size: 10px;
    line-height: 12px;
    color: #a7a7a7;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}
.search-result .look-image {
    margin-bottom: 10px;
    position: relative;
    padding-top: 100%;
}
.search-result .look-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top center;
}
.user-profile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.user-profile .media {
    display: flex;
    flex-direction: row;
    align-items: center;

}
.user-profile .media .user-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin: 0 8px 0 0;
}
.user-profile .info {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: calc(100% - 50px);
}
.user-profile .info .user-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    transition: 0.3s ease all;
}
.user-profile .info .user-name:hover {
    color: #f34053;
}
.user-profile .info .time {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #a7a7a7;
    transition: 0.3s ease all;
}
.user-profile .interaction {
    margin: 0;
}
.profile-album-box .user-profile {
    margin: 15px 0 0;
    border-top: 1px solid #bfbfbf;
    padding: 10px 0 0;
}
.btn-black-small { background-color: #000; border: none; border-radius: 50px; font-weight: 600; font-size: 12px; line-height: 16px; color: #fff; text-align: center; /* text-transform: uppercase; */ padding: 5px 15px; margin: 0; }
.btn-black-small:hover { background-color: #f34053; color: #fff; }
.btn-red-small { background-color: #f34053; border: none; border-radius: 50px; font-weight: 600; font-size: 12px; line-height: 16px; color: #fff; text-align: center; text-transform: uppercase; padding: 5px 15px; margin: 0; }
.btn-red-small:hover { background-color: #000; color: #fff; }
.btn-red-outline { background-color: transparent; border: 1px solid #f34053; border-radius: 50px; font-weight: 600; font-size: 12px; line-height: 16px; color: #000; text-align: center; text-transform: uppercase; padding: 4px 14px; margin: 0; }
.btn-red-outline:hover { background-color: #f34053; color: #fff; }

.rowLook { padding: 0 10px 10px; }
.lookbook { position: relative; margin: 0 5px; }
.lookbook .lookCover { background-repeat: no-repeat; background-position: top center; background-size: cover; width: 100%; padding: 100% 0 0; }
.lookbook .hoverbook { visibility: hidden; opacity: 0; padding: 20px; position: absolute; background-color: #fff; border: 1px solid #e6e6e6; z-index: 1050; top: -40px; left: 0; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.lookbook:hover .hoverbook { visibility: visible; opacity: 1; }
.lookbook .hoverbook .lookHeader { position: relative; }
.lookbook .hoverbook .lookHeader h4 { font-weight: 600; font-size: 16px; line-height: 22px; color: #272727; margin: 0 0 3px; }
.lookbook .hoverbook .lookHeader h4 a { color: inherit; }
.lookbook .hoverbook .lookHeader h4 a:hover { color: #f34053; }
.lookbook .hoverbook .lookHeader span { font-weight: 600; font-size: 10px; line-height: 12px; color: #a7a7a7; display: flex; }
.lookbook .hoverbook .lookHeader i { font-size: 12px; line-height: 12px; color: #a7a7a7; margin: 0 5px; }
.lookbook .hoverbook .lookImage { margin: 10px 0; display: block; }
.lookbook .hoverbook .lookImage img { height: auto; width: auto; max-width: 260px; max-height: 260px; display: block; margin: 0 auto; }
.lookbook .hoverbook .lookFooter { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; }
.lookbook .hoverbook .lookFooter > div { display: flex; flex-direction: row; }
.lookbook .hoverbook .lookFooter div { justify-content: flex-start;}
.lookbook .hoverbook .lookFooter div+div { justify-content: flex-end; }
.thumbstyle .outfitMenu,
.thumbstyle .dots-dropdown-nav { display: none; }
.fullstyle .lookbook .hoverbook { visibility: visible; opacity: 1; z-index: 0; position: relative; top: inherit; left: inherit; padding: 0; border: none;  }
.fullstyle .lookbook .lookCover { display: none;}
.fullstyle .lookbook .hoverbook .lookImage { max-height: 600px; overflow: hidden; }
.fullstyle .lookbook .hoverbook .lookImage img { width: 100%; max-width: 100%; max-height: 100%; }
.fullstyle .lookbook .hoverbook .lookHeader h4 { font-size: 18px; line-height: 24px; margin: 0 0 5px; }
.fullstyle .lookbook .hoverbook .lookHeader span { font-size: 12px; line-height: 18px; }
.fullstyle .lookbook .hoverbook .lookHeader i { line-height: 18px; }
.fullstyle .lookbook .hoverbook .lookImage { margin: 15px 0; }
.fullstyle .lookbook .hoverbook .lookFooter { justify-content: space-between; }
.fullstyle.colLook+.colLook { border-top: 1px solid #d7d7d7; margin-top: 20px; padding-top: 25px; }

.tuneboxDiv { position: relative; }
.tuneboxBg { background-repeat: no-repeat; background-size: cover; background-position: top center; width: auto; height: 300px; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 0 10px; position: relative; z-index: 0; }
.tuneboxBg:after { display: block; content: ""; background-color: #000; position: absolute; top: 0; left: 0; width: 100%; height: 100%; visibility: visible; opacity: 0.3; transition: 0.3s ease all; }
.tuneboxBg span { font-weight: bold; font-size: 18px; line-height: 24px; color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); text-transform: uppercase; text-align: center; transition: 0.3s ease all; position: relative; z-index: 5; padding: 0 15px; max-width: 100%; overflow-wrap: break-word; }
.tuneboxBg:hover span { /* color: #000; */ }
.tuneboxBg:hover:after { visibility: visible; opacity: 0.2; }
.tuneboxDiv .btn-black-small { width: 100%; display: block; padding: 10px 15px; border-radius: 24px; font-size: 13px; line-height: 20px; }
.tuneboxDiv.discover input { position: absolute; width: 100%; height: 100%; z-index: 10; opacity: 0; cursor: pointer; }
.tuneboxDiv.discover .tuneboxBg { cursor: pointer; margin: 0; }
.tuneboxDiv.discover .tuneboxBg .selector { position: relative; z-index: 10; opacity: 0; visibility: hidden; }
.tuneboxDiv.discover .tuneboxBg .selector i { background-color: #f34053; border: none; display: block; width: 20px; height: 20px; border-radius: 50%; font-size: 10px; line-height: 20px; color: #fff; text-align: center; margin: 0 auto 10px; }
.tuneboxDiv.discover .tuneboxBg > input:checked ~ .selector { opacity: 1; visibility: visible; }
.tuneboxDiv.explore .tuneboxBg { margin: 0; height: 180px; }


.wrapOutfit { position: relative; z-index: 0; }
.wrapOutfit .item { max-height: 600px; overflow: hidden; }
.wrapOutfit .look-img { width: 100%; height: auto; }
.outfitMenu { position: absolute; bottom: 10px; right: 10px; width: 80px; height: 80px; text-align: center; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.outfitMenu .openMenu { display: none; }
.outfitMenu .buttonMenu { background: #212121; border-radius: 50%; width: 50px; height: 50px; margin: 0; padding: 0; position: relative; z-index: 5; cursor: pointer; -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); -webkit-transition-duration: 400ms; transition-duration: 400ms; -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0); transform: scale(1.1, 1.1) translate3d(0, 0, 0); box-shadow: 3px 3px 0 0 rgb(0 0 0 / 14%); }
.outfitMenu .buttonMenu:hover { -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0); transform: scale(1.2, 1.2) translate3d(0, 0, 0); }
.outfitMenu > .openMenu:checked + .buttonMenu  { -webkit-transition-timing-function: linear; transition-timing-function: linear; -webkit-transition-duration: 200ms; transition-duration: 200ms; -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0); transform: scale(0.8, 0.8) translate3d(0, 0, 0); }
.outfitMenu .lineMenu { width: 25px; height: 3px; background: #596778; display: block; position: absolute; top: 50%; left: 50%; margin: -1.5px -12.5px; -webkit-transition: -webkit-transform 200ms; transition: -webkit-transform 200ms; transition: transform 200ms; transition: transform 200ms, -webkit-transform 200ms; }
.outfitMenu .lineMenu.line01 { -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0); }
.outfitMenu .lineMenu.line03 { -webkit-transform: translate3d(0, 8px, 0); transform: translate3d(0, 8px, 0); }
.outfitMenu > .openMenu:checked + .buttonMenu .line01 { -webkit-transform: translate3d(0, 0, 0) rotate(45deg); transform: translate3d(0, 0, 0) rotate(45deg); }
.outfitMenu > .openMenu:checked + .buttonMenu .line02 { -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1); transform: translate3d(0, 0, 0) scale(0.1, 1); }
.outfitMenu > .openMenu:checked + .buttonMenu .line03 { -webkit-transform: translate3d(0, 0, 0) rotate(-45deg); transform: translate3d(0, 0, 0) rotate(-45deg); }
.outfitMenu .itemMenu { margin: 0 0 15px 0; padding: 0; position: absolute; opacity: 0; visibility: hidden; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: -webkit-transform ease-out 200ms; transition: -webkit-transform ease-out 200ms; transition: transform ease-out 200ms; transition: transform ease-out 200ms, -webkit-transform ease-out 200ms; }
.outfitMenu > .openMenu:checked ~ .itemMenu { opacity: 1; visibility: visible; cursor: pointer; }
.outfitMenu > .openMenu:checked ~ .itemMenu:nth-child(3) { transition-duration: 180ms; transform: translate3d(0, -55px, 0); }
.outfitMenu > .openMenu:checked ~ .itemMenu:nth-child(3):hover { transform: translate3d(0, -55px, 0) scale(1.2); }
.outfitMenu > .openMenu:checked ~ .itemMenu:nth-child(4) { transition-duration: 280ms; transform: translate3d(0, -125px, 0); }
.outfitMenu > .openMenu:checked ~ .itemMenu:nth-child(4):hover { transform: translate3d(0, -125px, 0) scale(1.2); }
.outfitMenu > .openMenu:checked ~ .itemMenu:nth-child(5) { transition-duration: 380ms; transform: translate3d(0, -195px, 0); }
.outfitMenu > .openMenu:checked ~ .itemMenu:nth-child(5):hover { transform: translate3d(0, -195px, 0) scale(1.2); }
.outfitMenu > .openMenu:checked ~ .itemMenu:nth-child(6) { transition-duration: 480ms; transform: translate3d(0, -275px, 0); }
.outfitMenu > .openMenu:checked ~ .itemMenu:nth-child(6):hover { transform: translate3d(0, -275px, 0) scale(1.2); }
.outfitMenu > .openMenu:checked ~ .itemMenu:nth-child(7) { transition-duration: 580ms; transform: translate3d(0, -355px, 0); }
.outfitMenu > .openMenu:checked ~ .itemMenu:nth-child(7):hover { transform: translate3d(0, -355px, 0) scale(1.2); }
.outfitMenu > .openMenu:checked ~ .itemMenu:nth-child(8) { transition-duration: 680ms; transform: translate3d(0, -435px, 0); }
.outfitMenu > .openMenu:checked ~ .itemMenu:nth-child(8):hover { transform: translate3d(0, -435px, 0) scale(1.2); }
.outfitMenu > .openMenu:checked ~ .itemMenu:nth-child(9) { transition-duration: 780ms; transform: translate3d(0, -495px, 0); }
.outfitMenu > .openMenu:checked ~ .itemMenu:nth-child(9):hover { transform: translate3d(0, -495px, 0) scale(1.2); }
.outfitMenu .imgMenu { background-color: #f4f4f4; border-radius: 50%; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
.outfitMenu .imgMenu svg { width: 60%; height: 60%; filter: drop-shadow( 0px 0px 1px rgba(0,0,0,0.5)); }
.outfitMenu .buttonMenu i { font-size: 24px; line-height: 50px; color: #fff; }

.tooltip .tooltip-inner {  text-align: left; padding: 15px; }
.tooltip .tooltip-inner a { color: #f34053; }
.tooltip .tooltip-inner h6 { font-weight: 600; font-size: 14px; line-height: 20px; margin: 0 0 5px; }
.tooltip .tooltip-inner p { font-size: 12px; line-height: 16px; }



.tox-editor-container svg,
.tox-tinymce-aux svg { width: inherit; height: inherit; }
.csNote { padding: 0 10px; margin: -15px 0 10px; }

.blogList { margin: 0 0 60px; }
.blogList .blogImg { width: 100%; padding-top: 70%; display: block; background-repeat: no-repeat; background-position: top center; background-size: cover; margin: 0 0 20px; }
.blogList h2 { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 20px; line-height: 140%; color: #000; margin: 0 0 5px; }
.blogList h2 a { color: inherit; text-decoration: none; }
.blogList h2 a:hover { color: #f34053; }
.blogList .metaDate { display: block; font-weight: 600; font-size: 14px; line-height: 18px; color: #f34053; margin: 0 0 15px; }
.blogList p { font-weight: 300; font-size: 16px; line-height: 24px; margin: 0; padding: 0; }

.topicRow { display: flex; flex-direction: row; align-items: center; }
.topicRow .topicUser { margin: 0 10px 0 0; }
.topicRow .topicUser .imgWrap { background-repeat: no-repeat; background-position: center center; background-size: cover; display: block; border-radius: 50%; width: 72px; height: 72px; }
.topicRow .topicCol {}
.topicRow .topicCol h3 { font-weight: 500; font-size: 14px; line-height: 20px; color: #f34053; margin: 0; padding: 0; }
.topicRow .topicCol h3 a { color: inherit; }
.topicRow .topicCol h3 a:hover { color: #000; }
.topicRow .topicInfo { font-size: 12px; line-height: 20px; color: #a7a7a7; display: flex; flex-direction: column; align-items: flex-start; }
.topicRow .topicUserName { font-weight: 500; font-size: 12px; line-height: 20px; color: #000; }
.topicRow .topicUserName:hover { color: #f34053; }
.topicRow .topicUserName+span { font-weight: 500; color: #000; }
.topicRow .topicInfo i { background-color: #000; font-size: 12px; line-height: 24px;  color: #fff; text-align: center; width: 24px; height: 24px; border-radius: 50%; cursor: pointer; margin: 0; }
.topicRow .topicInfo i:hover { background-color: #f34053; }
.topicRow .topicInner { margin: 0 0 5px; }
.topicRow .likeCount { cursor: pointer; position: relative; background-color: #000; font-weight: 500; font-size: 12px; line-height: 24px; color: #fff; display: flex; flex-direction: row; align-items: center; justify-content: center; padding: 0 15px 0 0; border-radius: 35px; overflow: hidden; }
.topicRow .likeCount i { background: none; margin: 0; font-size: 14px; }
.topicRow .likeCount span { padding: 0 0 0 10px; font-weight: 500; font-size: 13px; line-height: 25px; }
.topicRow .likeCount b { font-weight: 400; background: #383838; padding: 0 5px 0 8px; }
.topicRow .likeCount b:hover { background: #f34053; }

.topicRow .likeNcount { display: flex; align-items: center; justify-content: flex-start; }
.topicRow .likeNcount > a { margin: 0 5px 0 0; }
.topicH3 { font-weight: 500; font-size: 14px; line-height: 20px; color: #f34053; }
.topicH3 a { display: block; color: inherit; }
.topicH3 a:hover {}
.topicH3 span { font-weight: 400; font-size: 12px; line-height: 18px; color: #a7a7a7; display: block; }

.table { width: 100%; display: flex; flex-direction: column; border-radius: 10px; overflow: hidden; background-color: rgb(255, 255, 255); box-shadow: 0px 11px 51px 0px rgb(0 0 0 / 10%); }
.tableRow,
.tableHead { display: flex; flex-direction: row; }
.tableRow > .tableCol { background-color: #fff; padding: 15px; }
.tableHead > .tableCol { background-color: #000; font-weight: 500; font-size: 14px; line-height: 20px; color: #fff; text-transform: uppercase; padding: 15px; }
.tableRow > .tableCol.viewNreply { background: #f1f1f1; font-weight: 500; font-size: 14px; line-height: 20px; color: #212529; text-align: center; }
.table .lastCol { width: 160px; text-align: right; }
.table .vCol { width: 90px; text-align: center; }
.table .titleCol { width: calc(100% - 340px); }
.tableRow+.tableRow { border-top: 1px solid #e0e0e0; }

body h6, body h5, body h4, body h3, body h2, body h1,
body .h6, body .h5, body .h4, body .h3, body .h2, body .h1,
h6, h5, h4, h3, h2, h1,
.h6, .h5, .h4, .h3, .h2, .h1 { line-height: 100%; }

.fieldWrapD { display: flex; flex-direction: column; }
.fieldWrapD textarea { display: none; }
.fieldWrapD .textareaDummie{ border: 1px solid #d7d7d7; padding: 15px; border-radius: 10px; height: 165px; -moz-appearance: textfield-multiline; -webkit-appearance: textarea; resize: both; overflow: auto; }

.tagBox { position: absolute; top: 0; left: 0; background-color: #fff; }
.tagBox ul { margin: 0; padding: 0; list-style: none; }
.tagBox ul li { margin: 0; padding: 0; font-size: 14px; line-height: 20px; color: #111; }
.tagBox ul li a { display: block; color: inherit; }

.tagName { cursor: pointer; }

ul.bullets { list-style: disc; padding: 0 0 0 30px; margin: 0; }
ul.bullets li+li { margin-top: 5px; }

.picker.addpalette { background-color: #000; background-repeat: no-repeat; background-position: center center; background-size: 120%; }
.wrapPalette { position: relative; margin: 0 0 20px; padding: 15px; border: 1px solid rgb(215, 215, 215); border-radius: 13px; }
.wrapPalette h4 { font-weight: 700; font-size: 14px; line-height: 24px; text-transform: uppercase; color: #111; margin: 0 0 10px; padding: 0 0 5px; border-bottom: 1px solid rgb(215, 215, 215); }

ul.colorpalette { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; padding: 0; margin: 0 0 15px; }
ul.colorpalette > li { padding: 0; margin: 4px; position: relative; }
ul.colorpalette > li > span { display: block; position: relative; overflow: hidden; cursor: pointer; width: 32px; height: 32px; border-radius: 50%; border-color: rgba(0,0,0,0.2); font-size: 0; line-height: 0; }
ul.colorpalette > li > span::before { content: ""; display: block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; position: absolute; background: transparent; border-radius: 50%; border: 2px solid transparent; height: 28px; width: 28px; inset: 2px; transition: 0.3s ease all; }
ul.colorpalette > li.active-palette > span::before,
ul.colorpalette > li > span:hover::before { border-color: #f4f4f4; }

ul.patternlist { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; text-align: center; align-items: center; }
ul.patternlist > li { width: 20%; padding: 0; margin: 0 0 10px; box-sizing: border-box; }
ul.patternlist > li > label { display: block; margin: 0; cursor: pointer; transition: 0.3s ease all; }
ul.patternlist > li > label > span { border: 2px solid rgba(0,0,0,0); padding: 2px; width: 38px; height: 38px; display: block; margin: 0 auto 5px; border-radius: 50%; transition: 0.3s ease all; }
ul.patternlist > li.active-palette > label > span,
ul.patternlist > li > label:hover > span { border: 2px solid rgba(0,0,0,0.2); }
ul.patternlist > li > label > span > img { width: 32px; height: auto; border-radius: 50%; display: block; margin: 0; }
ul.patternlist > li > label > b { display: block; font-weight: 500; font-size: 10px; line-height: 20px; color: #6c6c6c; }

.brand-fans { display: none; }


@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991.9px) {
    ul.album-mid {
        width: 100%;
    }
    .thred-profile > span {
        width: 100%;
        height: auto;
    }
    .thred-profile > h4 {
        font-size: 14px;
    }
    .thred-content,
    .thred-reply .thred-coment {
        padding: 10px;
    }
    .thred-content-top time,
    .thred-content-top .edit-btn a {
        font-size: 12px;
    }
    .thred-coment p {
        font-size: 13px;
    }
    .forumButton {
        font-size: 13px;
    }
    .upload-album-content .fld-btn button {
        font-size: 14px;
        line-height: 20px;
        height: auto;
        width: auto;
        padding: 5px 20px;
    }
}
@media only screen and (max-width: 767px) {
    ul.album-mid {
        flex-wrap: wrap;
    }
    ul.album-mid li {
        width: 50%;
    }
    ul.album-mid li:last-child {
        margin-top: 15px;
        width: 100%;
    }
    ul.album-mid li:last-child > div {
        display: flex;
        justify-content: center;
    }
    ul.album-mid h6 {
        font-size: 14px;
        text-transform: uppercase;
        text-align: right;
        padding: 0;
        border: none;
    }
    ul.album-mid h6 > span {
        display: initial;
    }
    .avatar-group {
        margin-right: 20px;
        padding: 0 0 0 25px;
    }
    #publicProfileSec {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .tableHead {
        display: none;
    }
    .tableRow {
        width: 100%;
        flex-direction: column;
    }
    .tableRow > .tableCol {
        width: 100%;
        display: none;
    }
    .table .titleCol {
        display: inherit;
    }
    #edit-album {
        width: 90%;
        padding: 40px 20px;
    }
    .outfit-in-this-look .client-hover-text {
        right: inherit;
        left: inherit;
    }
    .client-hover-text .linkArrow {
        position: relative;
        right: inherit;
        margin-left: 5px;
    }
    div#myModal2 .fld-btn button,
    div#myModal3 .fld-btn button {
        width: auto;
    }
}
@media only screen and (max-width: 575px) {
    ul.album-mid li:last-child > div {
        flex-direction: column;
    }
    ul.album-mid li:last-child > div > a+a {
        margin-top: 10px;
    }
    .thred-profile > h4 {
        display: none;
    }
    .breadcrumb-box {
        display: none;
    }
}
/* @media only screen and(min-width: 390px) {
    .color-filter > li {
        padding: 7px 6px !important;
    }
} */

@media only screen and (max-width: 390px) {
    .color-filter > li {
        display: inline-block;
        vertical-align: middle;
        padding: 6px 6px;
    }
    ul.dropdown-color-petern >li >label >span {
        /* width: 39px !important;   */
        height: 30px;
    }
}
/*480px and above*/
@media screen and (min-width: 480px) {
  .only-mobile{
      display: none !important;
  }
  
}

/*480px and below*/
@media screen and (max-width: 480px) {
 .tag-popup{
    left: 0px !important;
    width: 280px;
    right: 0px !important;
 }
 .hide-mobile{
     display: none !important;
 }
 .pad-bot-zero{
     padding-bottom: 0px !important;
 }
 .pad-top-zero{
     padding-top: 0px !important;
 }
}
.outfit-in-this-look:hover,
.pop_look_wrap{
    cursor: pointer !important;
    box-shadow: -1px -1px 6px 0px #888888 !important;
}
.show_dot{
 display: block !important;   
}
.tags-under-product-img{
    display: inline-block;
    border: 2px solid #eaeaea;
    padding: 2px 10px;
    border-radius: 10px;
    margin-right: 5px;
}
.show-selected-outfit{
    position: absolute;
    left: 75px;
    border: 1px solid grey;
    border-radius: 45px;
}
.show-selected-outfit img{
    border-radius: 50px !important;
    width: 60px !important;
}
.selected-outfit-img{
    cursor: pointer;
}
.selected-outfit-dress{
    display: none;
    position: absolute;
    z-index: 1;
    font-size: 15px;
    bottom: 113%;
    left: 55%;
    margin-left: -60px;
    background-color: black;
    color: #e2e0e0;
    text-align: center;
    border-radius: 6px;
    padding: 10px 0;
    width: 115px;
}
.selected-outfit-dress::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.selected-outfit-img:hover + .selected-outfit-dress {
    display: block;
}
.right-side .brandName img{
    border-radius: 50px !important;
}
 /*15-6-2021*/
 
/* @media screen and (max-width: 480px) {*/
  
/* .main-header{ */
/*     padding:0px !important;*/
/* }*/
 
/* .red-btn{*/
/*     padding:3px 18px;*/
/* }*/
 

/*.black-btn {*/
/*      padding:3px 18px;*/
      /*line-height:0px;*/
      
      
      /*height:28px;*/
    
/*}*/
 
 /*.color-and-clothes-wrap{*/
 /*    padding:0px;}*/
 
 
 /*.color-box-wrap{*/
     
 /*    width:50%;*/
 /*}*/
 
 /*.color-filter >li{*/
 /*    width:10%;*/
     
 /*}*/
 
 /*.color-filter > li > span{*/
     
 /*    width:15px;*/
 /*    height:15px;*/
 /*}*/
 /*.tag-list-wrap{*/
     
 /*    width:50%;*/
 /*    float:right;*/
 /*    margin-top:-50px;*/
 /*}*/
 
 /*.btn-filter{*/
 /*    height:26px !important;*/
 /*    padding:0 12px!important;*/
 /*}*/
 
 /*.navbar .navbar-brand*/
 /*{*/
 /*    width:40%;*/
 /*}*/
 /* Responsive CSS Start */
 .desk-view{
    display: block;
 }
  .mob-view{
    display: none;
 }
 @media screen and (max-width: 480px) and (min-width: 300px) {
 
 html{
     overflow-x: auto;
 }
 .profile-sidebar ul{
    display: flex;
}
.profile-sidebar ul li a{
    font-size: 14px;
    margin-right: 6px;
    border-right: 1px solid black;
}
.msg-left-box a > figure {
    width: 45px;
    height: 45px;
}
.msg-left-box{
    padding: 3px 8px;
}
.category-box h3{
    margin-bottom: 0px;
    margin-top: 25px;
    font-size:25px;
}
.outfit-popup-head{
    padding: 0px;
    margin-bottom: 20px;
}
.category-box ul{
    margin-bottom: 12px;
}
.category-box ul > li{
    padding: 0px 7px;
    margin-bottom: -8px;
}
.spot-light-sec .col-md-4{
    width: 33%
}
.spot-light-sec .album-thumbnail {
    height: 88px;
}
.spot-light-sec .album-content{
    padding: 0px !important; 
}
.spot-light-sec .album-content h4 {
    font-size: 8px;
}
.account-wrap h3 {
    font-size: 25px;
}
 .brand-box-text h3 {
    font-size: 15px !important;
}
.brand-box figure {
    height: 52px;
    width: 52px;
}
.brand-box {
    height: 75px;
}
.brand-profile span {
    width: 52px;
    height: 52px;
}
.brand-abt-head > h4 {
    font-size: 17px;
}
ul.brand-tab-nab > li a{
    padding: 0px 8px;
}
 .profile-thumbnail {
    width: 52px;
    height: 52px;
    margin-right: 6px;
}
.profile-content {
    width: calc(100% - 70px);
    display: flex;
}
.grp-btn a, .grp-btn a:last-child:hover, .profile-followers-list .comments-title > button{
    font-size: 11px;
    margin-left: 17px;
}
.profile-content h2 {
    font-size: 15px;
    }
#publicProfileSec {
    margin-top: 0px !important;
}
.desk-view{
    display: none;
}
.mob-view{
    display: block;
}
.mob-view ul{
    flex-direction:row !important;
    margin: 2px !important;
}
.mob-view ul li{
    padding: 6px !important; 
    margin: 2px !important;
}
.main-header {
    padding: 2px 0px !important;
}
.py-5{
    padding-top: 1.3em !important;
    padding-bottom: 1.3em !important;
}
.my-5{
    margin-top: 1.3em !important;
    margin-bottom: 1.3em !important;
}
.mb-5{
    margin-bottom: 1.3em !important;
}
.legal-content h3{
    margin-top: 1.3em !important;
    margin-bottom: 10px !important;
}
.red-btn{
        padding: 4px 15px !important;
    font-size: 12px !important;
}
ul.following-list{
 padding: 15px 0 35px 0 !important;   
}
.black-btn{
        padding: 6px 15px !important;
}
.profile-followers-list{
 padding-top: 5px !important;  
}

ul.filters-product-list.list-view > li{
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.navbar-toggler{
        padding: 0.18rem 0.45rem !important;
}
.color-and-clothes-wrap{
    padding: 10px 0 !important;
}
.color-filter > li > span{
    width: 25px !important;
    height: 25px !important;
}
ul.dropdown-color-petern >li >label >span >img {
    width: 25px !important;
}
/* ul.dropdown-color-petern >li >label >span{
    width: 30px;
    height: 30px;
} */
ul.dropdown-color-petern {
    margin: 0px -3px;
}
.filter-area {
 margin: 20px 0 !important;   
}
.header-filter-area{
    display: block !important;
}
.header-filter-area .filter-carousel{
    margin: 0 auto !important;
    width: 95% !important;
}
.header-filter-area .switch-area{
    margin: 10px auto !important;
    border-left: 0 !important;
}
a.backToTop > img{
    width: 84%;
}
.client-text {
    margin-top: 4px;
    padding-left: 8px;
}
ul.filters-tab-nav{
    display: flex;
}
ul.filters-tab-nav > li > a{
    font-size: 14px;
}
.men .owl-item{
    width: 90px !important;
}
.switch-area img{
    height: 30px;
}
.color-and-clothes-wrap .btn-filter{
    height: 30px;
    font-size: 12px;
}
.header-filter-area{
    margin-top: 10px !important;
}
.home-product-wrap, .category-page, .choosefile-content, .msg-sec, .all-notifications{
    padding: 5px 0 !important;
}
.client-name-wrap{
    margin-top: 5px;
    padding-bottom: 10px;
}
.product-slider {
    padding: 2px 0px;
}
.recent-looks h3 {
    font-size: 18px;
}
.filters-and-content-wrap {
    padding: 12px 0;
}
ul.filters-tab-nav > li {
    margin-right: 26px;
}
ul.filters-buttons {
    margin-bottom: 10px;
}
.filters-product {
    margin-bottom: -4px !important;
}
.home-product-wrap .client-name-wrap > a{
    width: 46px;
    height: 46px;
}
.home-page .client-name-wrap{
    margin: 0px 0 6px 0;
}
.pdp-title, .product-title h3 a{
    font-size: 19px;
}
.client-text h3 .ct-user-name {
    font-size: 13px;
}
a.backToTop{
    bottom: 0px;
    right: 3px;
    width: 58px;
    height: 58px;
}
.product-links{
    padding: 12px 0px 12px !important;
}
.comments-content{
    top: -22px;
}
.profile-comment-list{
 padding-bottom: 0 !important;   
}
.border-heading{
    font-size: 16px !important;
    height: 45px;
}
.people-like-wrap{
    padding-bottom: 15px !important;
}
.comment-profile-content > span{
    height: 52px;
    width: 58px;
}
.comments-content p{
    padding: 10px 15px !important;
}
.comments-box{
    margin-bottom: -23px;
}
.profile-sec, .right-side{
    padding-top: 8px !important;
    padding-bottom: 5px !important;
}
.product-title h4 span {
    padding-left: 2px;
}
.profile-head .profile-about, .profile-head{
    margin-bottom: 6px !important;
}
.looks-dtil{
    margin-top: 12px !important;
}
.widget, .all-notifications header h1{
    margin-bottom: 10px;
}
.location-page{
    padding: 15px 0;
}
.location-page h1{
    font-size: 20px !important;
    line-height: 1 !important;
}
.blog-listing-wrapper, .comment-listing{
    padding: 20px 0 !important;
}
.blogList{
        margin: 0 0 25px !important;
}

.blog-detail figure{
    margin: 20px 0 0 !important;
}
.blogList .metaDate{
    margin: 0 0 3px !important;
}
.blog-detail .blog-title{
    margin: 0.375rem 0 0.375rem !important;
}
.blog-detail{
    padding-bottom: 0 !important;
}
.blog-detail p, .pfhead-lk1{
    margin: 15px 0 0px !important;
}
.comments-article{
        margin: 10px 0 0 !important;
}
commentReply , .spot-light-sec h2 {
    margin-top: 10px !important;
}
.album-listing-sec .brand-tab-nab, .left-side{
    margin-top: 10px !important;
}
ul.brand-tab-nab, .spot-light-sec h2 {
        margin-bottom: 5px !important;
}
.section-top-margin-lg{
    margin-top: 5px !important;
}
.main-heading {
    font-size: 18px !important;
    line-height: 25px !important;
}
.main-heading-sub-text {
    font-size: 15px !important;
}
.user-details img {
    width: 52px !important;
    height: 52px !important;
}
.filter-tabs {
    margin: 10px 0 10px !important;
}
.filter-tabs a {
    padding: 0 11px !important;
    font-size: 13px !important;
}
.filter-tabs li{
    margin-right: 10px !important;
}

.user-details-listing, .user-details{
    padding-bottom: 0 !important;
}
.spot-light-sec .row > div{
 margin-bottom: 20px !important;
    
}
.main-inner-wrap, .tune-sec-wrap{ 
    padding: 15px 0px 15px !important;
}
.user-profile-sidebar.sticky-top{
    top: 46px !important;
    position: relative !important;
    text-align: center !important;
}
}

 /* Responsive CSS End */


.buttonload {
  background-color: #000 !important; /* Green background */
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 12px 24px; /* Some padding */
  font-size: 16px; /* Set a font-size */
}

/* Add a right margin to each icon */
.fa {
  margin-left: -12px;
  margin-right: 8px;
}