.lookbook-body-wraper .lookbook-profiles {
    display: inline-block
}

.lookbook-body-wraper .lookbook-profiles:before {
    content: '';
    display: table
}

.lookbook-body-wraper .lookbook-profiles:after {
    content: '';
    clear: both
}

.lookbook-body-wraper .lookbook-profile-inner {
    -webkit-box-shadow: 0 0 3px #cacaca;
    -moz-box-shadow: 0 0 3px #cacaca;
    -ms-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #cacaca;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin: 10px
}

.lookbook-body-wraper .clearfix {
    clear: both
}

.lookbook-body-wraper .profile-image a {
    display: flex
}

.lookbook-body-wraper .profile-image a img {
    max-height: 300px;
    width: 100%
}

.lookbook-body-wraper .profile-content .profile-title a:hover {
    text-decoration: none
}

.lookbook-body-wraper .profile-content .profile-title h3 {
    color: #333;
    margin: 15px;
    font-weight: 500;
    line-height: 27px;
    transition: all .3s;
    font-size: 14px;
}

.lookbook-pagination {
    margin-top: 35px
}

.lookbook-pagination .toolbar-amount {
    width: 50%;
    text-align: center;
    display: block
}

.lookbook-pagination .pages .item a,.lookbook-pagination .pages .item strong {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    border: 1px solid transparent
}

.lookbook-pagination .pages .item a.page:hover {
    background: #e5e5e5;
    border-color: #ccc
}

.lookbook-pagination .pages .item.current strong {
    border: 1px solid #ccc
}

.lookbook-layout-masonry .lookbook-button-group {
    margin-bottom: 20px;
    text-align: center
}

.lookbook-layout-masonry .lookbook-button-group button {
    -webkit-box-shadow: 0 0 3px #cacaca;
    -moz-box-shadow: 0 0 3px #cacaca;
    -ms-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #cacaca;
    -webkit-border: none;
    -moz-border: none;
    -ms-border: none;
    border: none;
    margin-right: 10px;
    font-weight: 500;
    padding: 5px 10px;
}

.lookbook-layout-masonry .lookbook-button-group button:hover,.lookbook-layout-masonry .lookbook-button-group button.active {
    background: #222;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.lookbook-layout-masonry .lookbook-body-wraper .lookbook-profiles {
    display: block
}

.lookbook-profile-content {
    display: flex;
    position: relative
}

.lookbook-profile-content .overlay.active {
    content: "";
    position: absolute;
    background: rgba(0,0,0,.35);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: all .3s
}

.lookbook-profile-image {
    display: inline-flex;
    position: relative;
    width: 100%
}

.lookbook-profile-image img {
    display: flex;
    width: 100%
}

.lookbook-profile-marker {
    position: absolute
}

.lookbook-profile-marker:hover .lookbook-profile-marker-title {
    transform: translateX(-50%) scale(1)
}

.lookbook-profile-marker.active {
    z-index: 6
}

.lookbook-profile-marker.lookbook-product-show {
    z-index: 5
}

.lookbook-profile-marker.lookbook-product-show .lookbook-profile-marker-title {
    transform: translateX(-50%) scale(0)
}

.lookbook-profile-marker.lookbook-product-show .lookbook-profile-product-popup-top,.lookbook-profile-marker.lookbook-product-show .lookbook-profile-product-popup-bottom {
    transform: translateX(-50%) scale(1)
}

.lookbook-profile-marker.lookbook-product-show .lookbook-profile-product-popup-left,.lookbook-profile-marker.lookbook-product-show .lookbook-profile-product-popup-right {
    transform: translateY(-50%) scale(1)
}

.lookbook-profile-marker>span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    text-align: center;
    cursor: pointer
}

.lookbook-profile-marker-title {
    -webkit-box-shadow: 0 0 3px #cacaca;
    -moz-box-shadow: 0 0 3px #cacaca;
    -ms-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #cacaca;
    position: absolute;
    white-space: nowrap;
    background: #fff;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    top: calc(-100% - 10px);
    padding: 10px 15px;
    transition: transform .4s;
    color: #333;
    line-height: 25px;
    top: -50px
}

.lookbook-profile-marker-title:before {
    position: absolute;
    content: "";
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -12px;
    left: calc(50% - 6px)
}

.lookbook-profile-marker-title h3 {
    margin: 0;
    font-size: 15px
}

.lookbook-profile-product {
    -webkit-box-shadow: 0 0 3px #cacaca;
    -moz-box-shadow: 0 0 3px #cacaca;
    -ms-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #cacaca;
    position: absolute;
    background: #fff;
    border-radius: 2px;
    min-width: 238px;
    padding: 5px 7px !important;
    font-size: 14px;
    transition: transform .4s;
    line-height: 25px;
    z-index: 5;
    cursor: default;
    text-align: center
}

.lookbook-profile-product.lookbook-profile-product-popup-top {
    left: 50%;
    transform: translateX(-50%) scale(0)
}

.lookbook-profile-product.lookbook-profile-product-popup-top:before {
    content: "";
    position: absolute;
    left: calc(50% - 10px);
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #fff
}

.lookbook-profile-product.lookbook-profile-product-popup-bottom {
    left: 50%;
    transform: translateX(-50%) scale(0)
}

.lookbook-profile-product.lookbook-profile-product-popup-bottom:before {
    content: "";
    position: absolute;
    left: calc(50% - 10px);
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff
}

.lookbook-profile-product.lookbook-profile-product-popup-left {
    top: 50%;
    transform: translateY(-50%) scale(0)
}

.lookbook-profile-product.lookbook-profile-product-popup-left:before {
    content: "";
    position: absolute;
    right: -20px;
    top: calc(50% - 10px);
    border: 10px solid transparent;
    border-left: 10px solid #fff
}

.lookbook-profile-product.lookbook-profile-product-popup-right {
    top: 50%;
    transform: translateY(-50%) scale(0)
}

.lookbook-profile-product.lookbook-profile-product-popup-right:before {
    content: "";
    position: absolute;
    left: -20px;
    top: calc(50% - 10px);
    border: 10px solid transparent;
    border-right: 10px solid #fff
}

.lookbook-profile-product.lookbook-profile-not-product .lookbook-profile-marker-desc {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

.lookbook-profile-product img {
    display: flex
}

.lookbook-profile-product h3 {
    margin: 10px 0 0
}

.lookbook-profile-product .price-box {
    margin-bottom: 10px
}

.lookbook-profile-product .price-box span {
    background-image: none
}

.lookbook-profile-product .lookbook-btn-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -7px;
    margin-right: -7px;
    padding-top: 5px;
    border-top: 1px solid #f2f2f2
}

.lookbook-profile-product .lookbook-btn-product form,.lookbook-profile-product .lookbook-btn-product a {
    width: 50%
}

.lookbook-profile-product .lookbook-btn-product form button {
    background: 0 0;
    border: transparent;
    padding: 0
}

.lookbook-profile-product .lookbook-btn-product form button:hover {
    background: 0 0;
    border: transparent
}

.lookbook-profile-product .lookbook-btn-product .lookbook-btn-detail:hover {
    text-decoration: none
}

.lookbook-profile-product .lookbook-btn-product .lookbook-btn-tocart,.lookbook-profile-product .lookbook-btn-product .lookbook-btn-detail {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: 36px
}

.lookbook-profile-product .lookbook-btn-product .lookbook-btn-tocart:hover,.lookbook-profile-product .lookbook-btn-product .lookbook-btn-detail:hover {
    color: #006bb4
}

.lookbook-profile-product .lookbook-btn-product .lookbook-btn-tocart:focus {
    background: 0 0;
    border: none
}

.lookbook-btn-tocart {
    padding: 5px 10px;
    background: #222;
    color: #fff;
    border-radius: 5px;
}
button.button.lookbook-ajax-all-prt {
    border-radius: 5px !important;
}
.lookbook-profile-product .lookbook-profile-marker-desc {
    border-top: 1px solid #cacaca;
    margin-top: 10px;
    padding-top: 7px
}

.lookbook-profile-product .lookbook-profile-marker-desc p {
    margin: 0
}

.lookbook-profile .magezon-builder {
    position: unset
}

.lookbook-profile .mgz-element-inner {
    padding-left: 0
}

.lookbook-marker .lookbook-loading {
    position: absolute;
    z-index: 100;
    background: rgba(255,255,255,.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none
}

.lookbook-marker .lookbook-loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 68px;
    margin-left: -34px;
    margin-top: -34px
}

.lookbook-marker-type2 {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 20px
}

.lookbook-marker-type2 .lookbook-profile {
    padding: 10px;
    border-radius: 3px;
    box-shadow: 2px 2px 8px 0 #000 33;
    width: 100%
}

.lookbook-marker-type2 .lookbook-profile:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.lookbook-marker-type2 .lookbook-profile-content {
    float: left;
    max-width: 70%;
    width: 70%
}

.lookbook-marker-type2 .lookbook-profile-products {
    overflow: scroll;
    overflow-x: hidden;
    height: 371px;
    float: left;
    width: calc(30% - 20px);
    padding: 10px 0 0 10px;
    margin-left: 10px;
    position: relative;
    background: #f0f0f0
}

.lookbook-marker-type2 .lookbook-profile-products::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #c1c1c1
}

.lookbook-marker-type2 .lookbook-profile-products::-webkit-scrollbar {
    width: 7px;
    background-color: #c1c1c1
}

.lookbook-marker-type2 .lookbook-profile-products::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent)
}

.lookbook-marker-type2 .lookbook-profile-products .lookbook-product {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 5px 0 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
    position: relative
}

.lookbook-marker-type2 .lookbook-profile-products .lookbook-product:after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    left: -3px;
    bottom: 0;
    transition: all .3s
}

.lookbook-marker-type2 .lookbook-profile-products .lookbook-product:hover:after,.lookbook-marker-type2 .lookbook-profile-products .lookbook-product.active:after {
    transition: all 1.9s;
    width: 101%
}

.lookbook-marker-type2 .lookbook-profile-products .lookbook-product:hover .lookbook-profile-title h3,.lookbook-marker-type2 .lookbook-profile-products .lookbook-product.active .lookbook-profile-title h3 {
    transition: all .3s
}

.lookbook-marker-type2 .lookbook-profile-products .lookbook-product:last-of-type {
    border-bottom: none;
    margin-bottom: 0
}

.lookbook-marker-type2 .lookbook-profile-products .lookbook-product.lookbook-product-show {
    background: #d0d0d0
}

.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-image {
    flex: 1 1 33.333333%
}

.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-image .product-image-container {
    border: 1px solid #d0d0d0;
    width: 78px !important;
    height: 78px !important
}

.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-image .product-image-photo {
    margin: 0
}

.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-content {
    flex: 2 1 66.66666600000001%
}

.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-content .lookbook-profile-title:hover {
    text-decoration: none
}

.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-content .lookbook-profile-title h3 {
    margin-top: 0;
    color: #333;
    font-weight: 500;
    transition: all .3s;
    font-size: 14px;
}

.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-content .lookbook-profile-product-desc {
    margin-bottom: 1rem
}

.lookbook-marker-type2 .lookbook-profile-products textarea {
    display: none
}

.lookbook-marker-type2 .lookbook-profile-products .lookbook-btn-quick-view {
    color: #333;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block
}

.lookbook-marker-type2 .lookbook-profile-products .lookbook-btn-quick-view:hover {
    text-decoration: none
}

.lookbook-profile-view.page-layout-3columns .lookbook-profile-title {
    margin-top: 0
}

.lookbook-profile-view.page-layout-3columns .lookbook-marker-type2 .lookbook-profile-content {
    max-width: 100%
}

.lookbook-profile-view.page-layout-3columns .lookbook-marker-type2 .lookbook-profile-products {
    width: 100%;
    margin: 15px 0 0
}

.add-all-to-cart {
    bottom: 0;
    position: sticky;
    float: right;
    left: 0;
    right: 10px;
    width: 100%;
    background: #f0f0f0;
    border-top: 1px solid #d0d0d0;
    padding: 10px 0;
    text-align: center;
    z-index: 7
}

.add-all-to-cart button {
    margin-right: 10px
}

.lookbook-animation span {
    position: relative
}

.lookbook-animation span:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    animation: 1.5s linear 0s infinite normal lookbook-pulse
}

#lookbook-popup {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    margin: 0 auto;
    background: #fff;
    overflow: auto;
    max-width: 50%;
    padding: 20px;
    min-height: 250px
}

#lookbook-popup.lookbook-popup-loading .lookbook-popup-loader {
    display: flex !important
}

#lookbook-popup .bundle-options-container .product-add-form {
    display: block
}

#lookbook-popup .lookbook-popup-loader {
    display: none;
    align-items: center;
    height: 260px;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0;
    left: 0
}

#lookbook-popup .lookbook-popup-loader .lookbook-popup-loader-bar {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin: auto;
    max-width: 300px;
    width: 100%;
    height: 20px;
    box-shadow: inset 0 2px 9px rgba(255,255,255,.3),inset 0 -2px 6px rgba(0,0,0,.4)
}

#lookbook-popup .lookbook-popup-loader .lookbook-popup-loader-bar:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(135deg,rgba(255,255,255,.2) 25%,transparent 0,transparent 50%,rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 75%,transparent 0,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 0,transparent 50%,rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 75%,transparent 0,transparent);
    background-size: 50px 50px;
    content: "";
    animation: qoloader 2s linear infinite
}

#lookbook-popup .ajaxcart-content {
    display: flex;
    width: 100%
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_left {
    float: left;
    width: 260px;
    flex: 0 0 auto;
    margin-right: 20px
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_left .ajaxcart-product_image {
    text-align: center
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_left .ajaxcart-product_image .product.media {
    width: 100% !important
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_left .ajaxcart-product_review {
    text-align: center
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_left .ajaxcart-product_review .product-reviews-summary {
    margin-bottom: 0
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_right {
    flex: 1 1 auto;
    align-self: center
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_right .ajaxcart-cart-info {
    text-align: center
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_right .ajaxcart-cart-info .ajaxcart-cart-subtotal {
    font-size: 18px
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_right .ajaxcart-cart-info .ajaxcart-cart-subtotal .price {
    display: block;
    width: 100%;
    font-size: 28px;
    margin-top: 8px
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_right .box-tocart .action.tocart {
    margin-top: 20px;
    width: 100%
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-price .price-box {
    width: auto
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-price .price-box .price-container .price {
    font-size: 24px;
    line-height: 24px
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_right .ajaxcart-product_title {
    margin-top: 0;
    font-size: 3rem
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main {
    width: 100%
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-add-form {
    padding-top: 0
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-options-bottom .box-tocart {
    margin-bottom: 0
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-info-price {
    border-bottom-color: #f2f2f2
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .field.qty {
    margin-bottom: 0
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main div:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-info-price .price-box .old-price .price-container .price-label {
    display: none
}

#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-info-price .price-box .old-price .price-container .price {
    text-decoration: line-through
}

#lookbook-popup .ajaxcart-bottom {
    display: flex
}

#lookbook-popup .bundle-options-container {
    width: 100%;
    margin: 0
}

#lookbook-popup .bundle-options-container .product-add-form {
    display: block
}

#lookbook-popup .bundle-options-container .bundle-options-wrapper {
    float: left;
    width: 57%
}

#lookbook-popup .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%
}

#lookbook-popup .ajaxcart-footer {
    display: flex;
    margin-top: 30px
}

#lookbook-popup .ajaxcart-footer .action-cancel {
    width: 50%;
    flex: 0 0 auto;
    margin-right: 20px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-align: center
}

#lookbook-popup .ajaxcart-footer .action {
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 50%;
    font-size: 18px;
    text-align: center
}

#lookbook-popup .ajaxcart-footer .action.action-select {
    flex: 1 1 auto;
    align-self: center
}

#lookbook-popup .mgz-product-simple .ajaxcart-footer {
    justify-content: flex-end
}

#lookbook-popup .mgz-product-simple .ajaxcart-footer button {
    display: none
}

#lookbook-popup .lookbook-action-select.loading-action-select {
    background-image: url(../Magezon_LookBook/images/loader-1.gif);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 35px 35px
}

.lookbook-profile .lookbook-profile-url {
    background: #f0f0f0;
    padding: 10px
}

.lookbook-profile .lookbook-profile-url a {
    color: #333;
    font-size: 16px
}

.lookbook-profile .lookbook-profile-url a:hover {
    text-decoration: none
}

.lookbook-carousel.owl-carousel .add-all-to-cart {
    position: absolute;
    bottom: 15px;
    right: 15px
}

.lookbook-carousel.owl-carousel .owl-nav button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%
}

.lookbook-carousel.owl-carousel .owl-nav button i {
    font-size: 18px;
    line-height: 40px
}

.lookbook-carousel.owl-carousel .owl-nav .owl-prev {
    left: 5px
}

.lookbook-carousel.owl-carousel .owl-nav .owl-next {
    right: 5px
}

.lookbook-profile-carousel .profile-item {
    margin: 1px
}

.lookbook-profile-carousel .profile-item-inner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid transparent;
    background: #fff;
    box-shadow: rgba(67,71,85,.27) 0px 0px .25em,rgba(90,125,188,.05) 0px .25em 1em
}

.lookbook-profile-carousel .profile-item-inner .profile-item-thumbnail img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.lookbook-profile-carousel .profile-item-inner .profile-item-title {
    padding: 15px;
    position: relative
}

.lookbook-profile-carousel .profile-item-inner .profile-item-title a {
    color: #333
}

.lookbook-profile-carousel .profile-item-inner .profile-item-title a:hover {
    text-decoration: none
}

.lookbook-profile-carousel .profile-item-inner .profile-item-title h3 {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    padding-right: 35px;
    text-align: left
}

.lookbook-profile-carousel .profile-item-inner .profile-item-title .btn-link {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    position: absolute;
    right: 15px;
    top: 15px
}

.lookbook-profile-carousel .profile-item-inner .profile-item-title .btn-link img {
    max-width: 16px
}

.lookbook-profile-carousel .profile-item-inner .lookbook-not-btn .profile-item-title h3 {
    padding: 0;
    text-align: left
}

.lookbook-profile-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    margin: -20px 0 0 !important
}

.lookbook-profile-carousel .owl-nav button:hover {
    background: 0 0 !important
}

.lookbook-profile-carousel .owl-nav button:hover i {
    color: #ececec
}

.lookbook-profile-carousel .owl-nav button i {
    font-size: 26px;
    color: #6e716e
}

.lookbook-profile-carousel .owl-nav .owl-prev {
    left: -40px
}

.lookbook-profile-carousel .owl-nav .owl-next {
    right: -40px
}

.lookbook-sidebar ul {
    list-style: none;
    padding: 0
}

.lookbook-sidebar ul li a {
    color: #333
}

.lookbook-sidebar ul li a:hover {
    text-decoration: revert
}

.lookbook-widget .lookbook-title a {
    color: #333;
    font-weight: 400
}
.lookbook-profile-title {
    margin-bottom: 30px;
}
@media only screen and (max-width: 544px) {
    .lookbook-marker-type2 {
        display:block
    }

    .lookbook-marker-type2 .lookbook-profile-content {
        max-width: 100%;
        float: none
    }

    .lookbook-marker-type2 .lookbook-profile-products {
        width: 100%;
        margin: 15px 0;
        float: none
    }

    .lookbook-profile-product {
        min-width: 88px;
        width: 88px;
        padding: 5px
    }

    .lookbook-profile-product.lookbook-profile-product-popup-bottom {
        top: 25px
    }

    .lookbook-profile-product img {
        display: block
    }

    .lookbook-profile-product h3 {
        margin: 10px 0 5px;
        font-size: 1.6rem
    }

    .lookbook-profile-product .lookbook-btn-product {
        display: block
    }

    .lookbook-profile-product .lookbook-btn-product form,.lookbook-profile-product .lookbook-btn-product a {
        width: 100%
    }

    #lookbook-popup {
        max-width: 80%;
        padding: 15px
    }

    #lookbook-popup .ajaxcart-content {
        display: block
    }

    #lookbook-popup .ajaxcart-content .ajaxcart-content_left {
        margin-right: 0;
        width: 100%;
        text-align: center
    }
}

