.insta-image .item {
    width: 240px;
    height: 240px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    background-color: white;
    padding-right: 5px;
}

.item img {
    height: 100%;
    width: 100%;
}

.insta-main {
    text-align: center;
}

.insta-pin.right {
    float: left;
    width: 5%;
}

#insta-image-div {
    width: 700px;
    position: relative;
    padding-top: 38px;
    padding-left: 10px;
}

.instapin {
    background-size: 100% 100%;
    height: 50px;
    cursor: pointer;
    width: 50px;
    float: left;
    z-index: 9;
}

span.pin-text {
    padding: 15px;
    width: 120px;
    position: absolute;
    text-align: left;
    background-color: #e1e1e1;
    border-radius: 20px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.insta-popup-left {
    float: left;
    width: 510px;
    background-repeat: no-repeat;
    height: 510px;
    background-position: center center;
    position: relative;
    background-color: #fff;
    max-width: 510px;
}

.insta-approve {
    background-image: url('../images/checked.png');
    height: 32px;
    width: 32px;
    float: left;
    margin-left: 25px;
}

.insta-delete {
    background-image: url('../images/delete.png');
    height: 32px;
    width: 32px;
    float: right;
    margin-right: 25px;
}

.insta-image {
    margin-top: 10px;
}

.processing {
    display: initial;
    top: 30%;
    position: absolute;
    margin: auto;
    align-items: center;
    left: calc(50% - 40px);
}

#preloader {
    width: 100%;
    display: none;
    background-color: #FEF4FE;
    min-height: 100%;
    position: fixed;
    text-align: center;
    opacity: 0.9;
    z-index: 10000;
}

#insta-popup {
    width: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.66);
    min-height: 100%;
    position: fixed;
    z-index: 10000;
}

.page-actions-left {
    float: left;
}

.insta-links {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.one {
    background-image: url('../images/pin-1.png');
}

.two {
    background-image: url('../images/pin-2.png');
}

.three {
    background-image: url('../images/pin-3.png');
}

.four {
    background-image: url('../images/pin-4.png');
}

.five {
    background-image: url('../images/pin-5.png');
}

.six {
    background-image: url('../images/pin-6.png');
}

.insta-div {
    background-color: #fff;
    height: 745px;
    margin: 50px auto;
    position: relative;
    width: 1070px;
    border-radius: 20px;
    padding: 23px 27px;
}

.insta-popup-right {
    display: block;
    float: right;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 516px;
}

.profile-image > img {
    width: 40px;
    height: 40px;
    border: 1px solid black;
    padding: 1px;
    border-radius: 40px;
}

.insta-popup-close {
    position: absolute;
    top: -20px;
    right: -30px;
}

.profile-image {
    display: inline-table;
    vertical-align: middle;
}

.profile-name {
    display: inline-table;
    font-size: 20px;
    margin-left: 0;
    vertical-align: middle;
    width: 100%;
}

.profile-follow, .profile-follow:focus, .profile-follow:visited {
    border-radius: 20px;
    float: right;
    font-size: 14px;
    line-height: 30px;
    padding: 0px 45px;
    color: #ffffff;
    background-color: #3897f0;
    text-align: center;
    font-weight: bold;
    padding-right: 45px !important;
}

.profile {
    margin: 0 auto;
    padding-top: 13px;
    padding-bottom: 45px;
    text-align: left;
    width: 100%;
}

.insta-popup-close {
    position: absolute;
    top: -20px;
    right: -30px;
    color: white;
}

.insta-product-info {
    display: table;
}

.insta-product-name {
    float: left;
    width: calc(100% - 10px);
    font-weight: 600;
    color: #333;
    padding: 0 5px;
    margin-bottom: 12px;
    min-height: 54px;
}

.insta-product-image {
    width: auto;
    padding-top: 2px;
}

.caption {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    float: left;
    width: 510px;
    margin-top: 20px;
}

.caption-text {
    float: left;
    width: 100%;
    text-align: left;
}

.insta--like-comment {
    float: left;
    width: 100%;
    margin-top: 13px;
}

.insta-product-info:hover {
    background-color: #d3e5a0;
}

.product-view:nth-child(3n) {
    margin-right: 0;
}

.product-view {
    display: inline-block;
    border: none;
    text-align: center;
    width: 162px;
    margin-bottom: 21px;
    margin-right: 11px;
    background-color: #dcebed;
    border-radius: 5px;
    font-size: 13px;
}

.insta-product-info .insta-product-image a {
    display: inline-block;
}

.insta-product-price * {
    display: inline-grid;
    line-height: 1.1;
}

.instapin {
    display: none;
}

.insta-product-price * {
    display: inline-grid;
}

.insta-product-price .action {
    background-color: #f7944b;
    color: #fff;
    padding: 5px;
    float: right;
    margin-right: 5px;
    width: 53px;
    font-size: 13px;
    border-radius: 8px;
}

.insta-product-price > span {
    float: left;
    padding-left: 10px;
    padding-top: 5px;
    color: #646464;
    font-size: 13px;
    font-weight: 600;
}

.insta-product-detail {
    float: left;
    width: calc(100% - 4px);
    margin-top: 7px;
    padding: 2px;
}

.insta-product-price {
    float: left;
    width: 100%;
}

.insta-navigation {
    position: absolute;
    top: 50%;
    z-index: 1000;
    width: 48px;
    height: 36px;
    background-image: url('../images/Right-Arrow.svg');
    background-repeat: no-repeat;
    cursor: pointer;
}

.prev-insta-image {
    left: -60px;
    transform: rotate(180deg);
}

.next-insta-image {
    right: -60px;
    background-repeat: no-repeat;
}

.insta-navigation.insta-popup-close {
    top: -16px;
    right: -13px;
    color: #000;
    background-image: url(../images/Close.svg);
    width: 32px;
    height: 32px;
}

.insta-product-info.title {
    padding-left: 5px;
}

.insta-view {
    display: table;
}

.insta-like-image {
    width: 24px;
    height: 24px;
    display: table-cell;
    background-image: url("../images/like.png");
    background-repeat: no-repeat;
    vertical-align: middle;
}

.insta-like {
    display: table-cell;
    vertical-align: middle;
    padding-left: 6px;
    padding-right: 20px;
}

.insta-comments-image {
    width: 24px;
    height: 24px;
    display: table-cell;
    background-image: url("../images/comments.png");
    background-repeat: no-repeat;
}

.insta-comments {
    display: table-cell;
    vertical-align: middle;
    padding-left: 6px;
    padding-right: 20px;
}

.insta-div.link-feed {
    width: 510px;
}

.insta-div.link-feed .insta-popup-right .insta-product-info {
    display: none;
}

.pin-text strong.insta-product-name.product-item-name {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1080px) {
    #insta-popup {
        display: none;
    }
}

#hover-effect {
    display: none;
    margin-top: 0;
}

.add-hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    height: 240px;
    width: 240px;
    background-color: white;
    animation-name: opacity-effect;
    animation-duration: 1s;
    opacity: 0.7;
}

@keyframes opacity-effect {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 0.7;
    }
}

.item .insta-comments-image {
    background-position: center;
    padding-left: 20px;
}

.item .insta-comments-image {
    background-position: 20px center;
    padding-left: 0;
}

.item .insta-like-image {
    background-position: 15px center;
    padding-left: 0;
    padding-right: 0;
}

.insta-comments-image {
    width: 24px;
    height: 24px;
    display: table-cell;
    background-image: url("../images/comments.png");
    background-repeat: no-repeat;
    vertical-align: middle;
}

.profile-follow:hover {
    background-color: #72B5F3;
    color: white;
    text-decoration: none;
}

.insta-view.original {
    display: block;
    margin-top: 5px;
    border-top: 1px solid #efefef;
    position: absolute;
    bottom: 10px;
    width: 480px;
}

.like-users span {
    font-weight: 600;
}

.insta-view.original * {
    margin-top: 5px;
}

.insta-post-time {
    font-weight: lighter;
    font-size: 11px;
}

.insta-like-url, .insta-like-url:focus, .insta-like-url:visited, .insta-like-url:hover {
    text-decoration: none;
    color: #003569;
}

.insta-product-price .action:hover {
    text-decoration: none;
}

.insta-url {
    border-top: 1px solid #efefef;
}

.insta-data-comments {
    margin-top: 5px;
}

.insta-data-comments span {
    font-weight: bold;
}

.left-prt {
    float: left;
    width: 510px;
}

.pin-text > .insta-product-price, .pin-text > .action {
    display: none;
}

.pin-text strong.insta-product-name.product-item-name {
    width: 100%;
}

.profile.insta-view .profile-name span {
    float: left;
    font-weight: bold;
}

.pin-text .insta-product-name:hover {
    color: #896126;
}
.pin-text .insta-product-name {
    min-height: auto;
}


@media only screen and (max-width: 1400px) {
    #insta-popup {
        position: absolute;
    }
}

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

    #insta-popup {
        position: absolute;
    }

    .insta-div {
        height: auto;
        width: 582px;
        float: left;
        margin-left: calc((100% - 636px) / 2);
    }

    .insta-div.link-feed {
        margin-left: calc((100% - 564px) / 2);
    }

    .insta-popup-left {
        width: 510px;
        height: 510px;
        max-width: 510px;
        float: unset;
        display: inline-block;
    }

    .left-prt {
        width: 100%;
        text-align: center;
    }

    .insta-navigation {
        top: 370px;
    }

    .caption {
        width: 100%;
    }

    .profile {
        padding-bottom: 20px;
    }

    .insta-popup-right {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .profile-follow, .profile-follow:focus, .profile-follow:visited {
        padding: 0px 20px;
        padding-right: 20px !important;
    }

    .profile {
        padding-bottom: 20px;
    }

    .insta-div {
        width: 300px;
        margin-left: calc((100% - 320px) / 2);
        padding: 20px 10px;
    }

    .insta-div.link-feed {
        width: 300px;
        margin-left: calc((100% - 320px) / 2);
    }

    .insta-popup-left {
        width: 100%;
        height: 300px;
        max-width: 300px;
    }

    .product-view {
        width: 140px;
        float: left;
        padding: 2px;
    }

    .insta-product-image {
        padding-top: 0;
    }

    .product-view:nth-child(3n) {
        margin-right: 11px;
    }

    .product-view:nth-child(2n) {
        margin-right: 0;
    }

    .insta-navigation {
        top: 213px;
    }

    .insta-navigation {
        width: 40px;
        height: 34px;
        background-color:rgba(0, 0, 0, 0.5);
        background-position: center;
        background-size: 65%;
    }

    .next-insta-image {
        right: 0;
    }

    .prev-insta-image {
        left: 0;
    }

    .insta-product-price .action {
        width: 40px;
        font-size: 11px;
    }

    .insta-product-price > span {
        font-size: 15px;
    }

    .insta-product-name {
        font-size: 12px;
    }

    .insta-navigation.insta-popup-close {
        background-color: transparent;
    }
}