.container.topSection {
    background-color: #fafafa;
    display: flex;
    position: sticky;
    z-index: 2;
    align-items: center;
    padding: 20px 20px;
    margin: unset;
}

#shareModal .copy-btn {
    border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}

.topSection .topInfo {
    padding-top: 0;
}

.topSection > div{
    text-align: center;
    align-self: end;
}

.topSection .profile img{
    width: 73px;
    height: 73px;
    margin: 0;
}

.topSection .modelName {
    padding-left: 10px;
}

.topSection .modelName a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: rgba(255, 65, 180, 1);
}

.topSection .profile {
    max-width: 73px;
    height: unset;
}

.topSection .profilePic {
    margin: 15px 0 0 0;
}

.topSection .wrap {
    padding: 0;
}

.mainContainer {
    display: flex;
}

.mainContainer .video-js {
    width: 100%;
}

.videoSection {
    background: #fafafa;
}

.videoSection .video {
    padding-left: unset;
    padding-right: unset;
    height: fit-content;
    width: 100%;
}

.videoSection .vidInfo div {
    margin-bottom: unset;
}

.container-redesign {
    overflow: hidden;
}

.container-redesign .vidInfo {
    padding: unset;
    margin: unset;
}

.vidInfo .title {
    padding-right: unset;
    padding-left: unset;
    margin-top: 10px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 31px;
    color: rgba(0, 0, 0, 1);
}

.vidInfo .propertyValueContainer {
    padding-left: unset;
}

.vidInfo .vidProperty {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: rgba(0, 0, 0, 1);
}

.vidInfo .vidPropertyValue {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: rgba(0, 0, 0, 0.74);
}

.vidInfo .description {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 1);
}

.btn-container-no-padding {
    padding: unset;
}

.buy-buttons-container {
    display: flex;
    justify-content: flex-start;
}

.tipFormDivider {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.social-btn-container {
    display: flex;
    justify-content: end;
}

.itemPrice{
    padding-top: 15px;
    padding-bottom: 5px;
}

.itemPrice span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.18px;
    color: rgba(3, 169, 244, 1);
}

.buy-buttons-container .buy-now-container {
    margin-right: 10px;
}

.content-store-button-cart {
    display: table;
    box-sizing: border-box;
    width: 133px;
    height: 36px;
    border-radius: 4px;
    text-align: center;
    line-height: 33px;
    text-transform: uppercase;
    margin-right: 16px;
    background-color: #FF41B4;
    color: #FFF;
    border: none;
}

#store-disabled-btn {
    background-color: #ddd;
}

.content-store-button-cart span {
    border-radius: 4px;
    cursor: pointer;
    color: #FFF;
    line-height: 5px;
}

.content-store-button-buy {
    display: table;
    box-sizing: border-box;
    height: 36px;
    text-align: center;
    line-height: 33px;
    text-transform: uppercase;
}

.content-store-button-buy a {
    cursor: pointer;
    color: #FFF;
    background: #4CAF50;
    line-height: 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.content-store-button-buy a:hover {
    color: rgba(255, 65, 180, 1);
}

.content-store-button-buy .buy-again {
    width: 140px;
}

.btn-container-no-padding .video_report_flag {
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    padding: 8px 8px 7px 8px;
    margin: 0 0 0 5px;
}

.btn-container-no-padding .add-to-favourite-container {
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    padding: 5px 8px 7px 8px;
    margin: 0 0 0 5px;
}

.likes-container {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    margin-left: 5px;
}

.likes-container a {
    padding: 5px 0 0 0;
    margin: 0 10px;
}

.likes-container span {
    margin-right: 7px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: rgba(255, 255, 255, 0.6);
}
.likes-container img {
    margin-top: 1px;
}

.buy-now-container {
    padding-left: unset;
}

.social-btn-container > div:first-child {
    flex-shrink: 0;
}

.mainContainer .video-js .vjs-big-play-button {
    top: 15px;
    left: 30px;
}

.mainContainer .video-js .vjs-big-play-button:before {
    top: -2px;
    left: -10px;
    content: url("/design-1/images/video_arrow.png");
}

.mainContainer .vjs-poster {
    background-size: cover;
}

.category-container span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.74);
}

.category-container a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: rgba(3, 169, 244, 1);
}

.hashtags span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.74);
}

body {
    background-color: #fafafa !important;
}

.clips .clip-main {
    border: 1px solid rgba(255, 255, 255, 0.12);
}


#top-selling .clip-main .clip-price {
    background-color: transparent;
    position: static;
    padding: unset;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #8BD7FA;
}

#top-selling .clip-info {
    padding: 10px;
}

#top-selling .clip-type-icon {
    display: flex;
    justify-content: space-between;
    min-height: 50px;
    align-items: flex-end;
}

#top-selling .clip-type-icon .video-sign-container span,
#top-selling .clip-type-icon .eye-sign-container span
{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: rgba(255, 255, 255, 0.6);
}

#top-selling .clip-title a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: rgba(255, 255, 255, 0.87);
}

.buy-buttons-container .modal-load .pull-right {
    border-radius: 4px;
    border: 1px solid rgba(255, 65, 180, 1);
}

.tip-button-container .tip-me {
    content: url(/design-1/images/tip_model_light.svg?v=1.0.0);
}

.tip-button-container .tribute-me {
    content: url(/design-1/images/tribute_model_light.svg?v=1.0.0);
}

.video_report_flag img {
    content: url(/design-1/images/report_btn_light.svg);
}

.addWishList img {
    content: url(/design-1/images/add_to_favourite_btn_light.svg);
}

.social-icon img {
    content: url(/design-1/images/share_btn_light.svg);
}

.social-icon {
    display: inline-block;
    float: right;
}

.fa-spin {
    color: grey;
}

.videoSection .content-store-button-buy a,
.videoSection .content-store-button-cart span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
}

.videoSection .content-store-button-cart span {
    margin-left: 5px;
}

@media (max-width: 1010px) {
    .videoSection .buy-buttons-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
    }

    .topSection .avatar.small {
        width: 60px !important;
        height: 60px !important;
        font-size: 30px !important;
        line-height: 60px !important;
    }
    .container-redesign {
        width: 100%;
    }
    .container-redesign .vidInfo {
        display: flex;
        flex-direction: column;
    }

    .videoSection .itemPrice .mobile-tip-me {
        display: block !important;
        margin-left: auto;
        padding: 5px 16px 4px 16px;
        border-radius: 4px;
        border: 1px solid rgba(255, 65, 180, 1);
        content: url(/design-1/images/tip_model_light.svg?v=1.0.0);
    }
    .videoSection .buy-buttons-container .buy-now-container {
        margin-right: 0;
    }
    .videoSection .social-btn-container {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
        gap: 15px;
        width: 100% !important;
    }
    .videoSection .social-btn-container .social-icon {
        display: block !important;
    }
    .videoSection .buy-buttons-container .hidden-sm.hidden-xs {
        display: none !important;
    }
}
@media (max-width: 992px) {
    .choiceFont-desktop {
        display: none;
    }
    .choiceFont-mobile {
        display: block;
    }
    .row-price {
        display: none;
    }
    .videoSection .vidInfo div.row-6 {
        margin-bottom: 15px;
    }
}
@media (max-width: 768px) {
    .container.topSection {
        top: 0;
    }
    .topSection .profile img {
        display: none;
    }
    .vjs-tech {
        max-height: none !important;
        max-width: none !important;
    }
    .mainContainer .video div:first-child {
        max-height: none !important;
        max-width: none !important;
    }
    #description-container {
        padding: 0;
    }
    .mainContainer .video-js {
        height: fit-content;
    }
    .video-js .vjs-tech {
        position: static !important;
    }
    #description-collapse.collapse[aria-expanded="false"] {
        display: none;
    }
    .videoSection .buy-buttons-container > div {
        flex: 1 1 0;
        width: 0;
    }
    .videoSection .buy-buttons-container button,
    .videoSection .buy-buttons-container .content-store-button-buy,
    .videoSection .buy-buttons-container a {
        width: 100%;
    }
}
@media (max-width: 435px) {
    .g-recaptcha {
        left: -30px;
    }
}


.video {
    background-color: transparent;
}

.mainContainer {
    gap: 20px;
}

.videoSection .social-btn-container .social-icon {
    display: none;
}

@media (min-width: 922px) {
    .videoSection .video .picture-section {
        margin-left: 0;
    }
}

@media (min-width: 1011px) {

    #video-container,
    #description-container {
        max-width: 50%;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        width: 1370px;
    }

    #previewUsePic {
        width: auto !important;
        max-height: 500px !important;
    }
}

.vidInfo .title {
    margin-top: 0;
}

.adjust-width-limit {
    height: auto !important;
}

.video {
    max-height: none !important;
}

.mainContainer .vjs-poster {
    background-size: contain;
}

#previewUsePic {
    max-width: max-content !important;
}

@media (max-width:767px) {
    .videoSection .sm-pl-0 {
        padding-left: 0;
    }
    .videoSection .sm-pr-0 {
        padding-right: 0;
    }
    .videoSection .btn-container-no-padding .video_report_flag {
        margin-left: 0;
    }
}

@media (max-width:1010px) {
    .videoSection .vidInfo .description {
        margin-top: 20px;
    }
    .videoSection #description-container {
        padding-left: 0;
        padding-right: 0;
    }
    .videoSection .mainContainer {
        gap: 30px;
    }
    .videoSection .content-store-button-buy .buy-again,
    .videoSection .content-store-button-cart span,
    .videoSection .content-store-button-buy a {
        font-size: 16px;
    }
    .videoSection .content-store-button-cart {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .videoSection #description-collapse {
        display: none !important;
    }
    #sub-clips.home-container {
        margin-top: 5px;
    }
}

#sub-clips .hr {
    display: none;
}

#videoSection .fix {
    margin-top: 10px;
}

#videoSection .video_report_flag img {
    transform: none;
}

#videoSection .buy-buttons-container {
    margin-bottom: 15px;
}

#videoSection .video-data-buttons {
    position: absolute;
    right: 0;
    bottom: 5px;
    display: flex;
    justify-content: end;
}

#videoSection .truncate {
    color: #03A9F4;
    cursor: pointer;
    position: relative;
    z-index: 5;
}

#videoSection .tip-button-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF41B4;
    border-radius: 4px;
}

#videoSection .tip-button {
    width: auto;
}

#videoSection .tip-me-button {
    height: 36px;
    display: flex;
    align-items: center;
}

#videoSection .mobile-price-row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

#videoSection .mobile-price-row .itemPrice {
    padding-top: 5px;
}

#videoSection .data-row {
    display: flex;
}

#videoSection .desktop-social-icon {
    display: none;
}

#videoSection .desktop-description {
    margin-top: 16px;
}

#videoSection .buy-now-container {
    margin-right: 16px;
}

#videoSection .video_report_flag {
    padding-right: 0;
}

@media (min-width: 768px) {
    #videoSection .add-to-favourite-container {
        margin-left: 16px;
    }

    #videoSection .hashtags {
        margin-top: 30px;
    }

    #videoSection .content-store-button-cart {
        width: 145px;
    }

    #videoSection .content-store-button-buy {
        width: 103px;
    }

    #videoSection .desktop-buttons-row {
        display: flex;
    }

    #videoSection .tip-button-container {
        min-width: 103px;
        width: auto;
    }

    #videoSection .desktop-social-icon,
    #videoSection .desktop-price-row {
        display: block;
    }

    #videoSection .mobile-price-row {
        display: none;
    }
}

@media (max-width: 767px) {
    #videoSection .content-store-button-cart,
    #videoSection .tip-button-container,
    #videoSection .buy-now-container {
        flex: 1;
        padding: 0;
        margin-top: 24px;
        margin-right: 0;
    }

    #videoSection .mobile-data-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    #videoSection .social-icon img,
    #videoSection .video_report_flag img,
    #videoSection .add-to-favourite-container img {
        width: 28px;
        height: 28px;
    }

    #videoSection .video_report_flag,
    #videoSection .social-icon,
    #videoSection .add-to-favourite-container {
        margin-left: 10px;
        padding-right: 0;
    }

    .vidInfo .title {
        font-weight: 500;
        font-size: 20px;
    }

    .itemPrice span {
        font-weight: 500;
        font-size: 20px;
    }

    #videoSection .mainContainer {
        flex-direction: column;
    }

    #videoSection .desktop-buttons-row,
    #videoSection .desktop-price-row {
        display: none;
    }
}


/* IWD-8180 */
#description-container .add-to-favourite-container .popover,
#description-container .add-to-favourite-container .popover .popover-content {
    border-radius: 5px;
}
#description-container .add-to-favourite-container .popover {
    background: transparent;
    backdrop-filter: blur(5px);
    width: 252px;
}
#description-container .add-to-favourite-container .popover .arrow {
    border-bottom-color: transparent;
}
#description-container .add-to-favourite-container .popover .arrow:after {
    border-bottom-color: rgba(0, 0, 0, 0.6);
}
#description-container .add-to-favourite-container .popover .popover-content {
    background: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
}
@media (max-width:767px) {
    #description-container .add-to-favourite-container .popover.fade.bottom {
        left: 0 !important;
    }
    #description-container .add-to-favourite-container .popover.fade.bottom .arrow {
        left: 20px !important;
    }
    .btn-container-no-padding .add-to-favourite-container {
        margin-left: 0;
    }
}
@media (min-width:768px) and (max-width:1011px) {
    #description-container .add-to-favourite-container .popover.fade.bottom {
        left: 15px !important;
    }
    #description-container .add-to-favourite-container .popover.fade.bottom .arrow {
        left: 20px !important;
    }
    .btn-container-no-padding .add-to-favourite-container {
        margin-left: 0;
    }
}
@media (min-width:1011px) {
    #description-container .add-to-favourite-container .popover.fade.bottom {
        left: auto !important;
        right: 12px !important;
    }
    #description-container .add-to-favourite-container .popover.fade.bottom .arrow {
        left: auto !important;
        right: 54px !important;
    }
}
#description-container .btn-container-no-padding .add-to-favourite-container {
    padding: 0;
}
#sub-clips #top-selling > .col-xs-12.top-selling-container {
    padding-left: 0;
    padding-right: 0;
}
#sub-clips #top-selling .col-xs-12.top-selling-container > .home-container {
    margin: 0;
}
/* /IWD-8180 */