.shop {
    background-color: transparent;
    width: 100%;
}

.shop .component-container {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
    margin: 0px auto;
}
.shop .component-container .component-root {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
}
.shop .pi-layout-container {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
}
.shop .component-root .layout {
    width: 100%;
    margin: 0px auto;
}
.shop .component-root .shop-header {
    position: absolute;
    height: 128px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%;
    z-index: 0;
    width: 1200px;
    transform: translateX(-50%);
}

.shop .component-root .nav-container {
    width: 100%;
    margin: 0rem auto;
    font-size: 14px;
}
.shop-info {
    /*    position: absolute;*/
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-shrink: 0;
    left: 14px;
    top: 14px;
    text-decoration: none;
}
.shop-info .info-container {
/*    position: absolute;*/
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-shrink: 0;
    background: rgb(255, 255, 255);
    padding: 18px 20px;
    overflow: hidden;
    line-height: 16px;
    width: 100%;
}
.shop-info .info-container .logo {
    /*    width: 60px;
        height: 60px;*/
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.shop-info .info-container .logo img {
    max-width: 100%;
    background: url(//laz-img-cdn.alicdn.com/tfs/TB1I2UIXgHqK1RjSZFEXXcGMXXa-720-720.png)
        center center / contain no-repeat rgb(245, 245, 245);
}

.shop-info .info-container .name {
    margin-bottom: 0px;
    font-size: 16px;
    color: rgb(85, 85, 85);
    max-width: 950px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shop-info .info-container .shop-follower {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-shrink: 0;
    align-items: center;
}
.shop-info .info-container .shop-follower .divider {
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(214, 214, 214);
    padding: 0rem 10px;
}
.shop-info .info-container .shop-follower .info {
    color: rgb(117, 117, 117);
    margin-right: 10px;
    line-height: 22px;
    font-size: 12px;
}

.shop-info .info-container .ratings {
    padding-top: 2px;
    font-size: 14px;
    color: rgb(117, 117, 117);
    max-width: 1172px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shop-info .info-container .shop-actions {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-shrink: 0;
    margin-left: 30px;
}
.shop-info .shop-actions .chat-actions {
    height: 60px;
    min-width: 80px;
    padding-top: 5px;
    float: right;
    cursor: pointer;
    overflow: hidden;
    background: rgb(255, 255, 255);
    font-size: 14px;
    color: rgb(0, 62, 82);
    text-align: center;
    outline: 0px;
}
.shop-info .shop-actions .icon {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 20px;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
}
.shop-info .shop-actions .follow-store {
    text-decoration: none;
    height: 60px;
    min-width: 80px;
    padding-top: 5px;
    overflow: hidden;
    font-size: 14px;
    color: rgb(245, 114, 36);
    display: inline-block;
    text-align: center;
    outline: 0px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
}
.shop-info .shop-actions .plus {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    top: -3px;
}

.nav-container .nav .nav-bar {
    top: 140px;
    background: rgb(255, 255, 255);
    left: 0px;
    width: 100%;
    z-index: 100;
}
.nav-container .nav .nav-bar > div {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-shrink: 0;
    background: transparent;
    align-items: center;
    color: rgb(51, 51, 51);
}
.nav-container .nav-bar .nav-links {
    display: flex;
    flex-direction: row;
    place-content: flex-start;
    flex-shrink: 0;
    height: 50px;
    align-items: center;
}
.nav-container .nav-links .link {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
    padding-left: 10px;
    cursor: pointer;
    white-space: nowrap;
    align-items: center;
    margin-left: 50px;
}
.nav-container .nav-links .link.active {
    color: rgb(245, 114, 36);
}
.nav-container .nav-links .link.active::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
    bottom: 0px;
    left: 0px;
    background: rgb(245, 114, 36);
    height: 5px;
    width: 110%;
}
.nav-container .nav-links .link:not(.active) {
    color: rgb(158, 158, 158);
}
.nav-container .nav-bar .nav-search {
    display: flex;
    flex-direction: row;
    place-content: flex-start flex-end;
    flex: 1 1 0%;
    align-items: center;
    padding-right: 5px;
}
.nav-container .nav-search .search-bar {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-shrink: 0;
    width: 300px;
    height: 36px;
    line-height: 36px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(218, 218, 218);
    box-shadow: rgb(0 0 0 / 3%) 0px 1px 0px 0px;
    border-radius: 3px;
}
.nav-search .search-bar > input {
    flex: 1 1 0%;
    padding-left: 12px;
    padding-right: 35px;
    border-width: 0px;
    font-size: 14px;
    outline: none;
}
.nav-search .search-bar .search-btn {
    border-radius: 3px;
    padding: 0px 12px;
    height: 34px;
    line-height: 26px;
    font-size: 12px;
    border-width: 0px;
    position: absolute;
    display: inline-block;
    box-shadow: none;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
    border-style: solid;
    background: transparent;
    border-color: rgb(196, 198, 207);
    color: rgb(51, 51, 51);
    outline: none;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.shop .component-root .bottom {
    width: 1200px;
    height: 0px;
    background-color: transparent;
    margin-bottom: 10px;
}

.shop .shop-products {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
}
.shop .shop-products > a {
    text-decoration: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.shop .shop-products > a > img {
    width: 100%;
    height: auto;
    display: block;
}
.shop .shop-products .header {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
    width: 100%;
    max-width: 1200px;
    /* margin: 0rem auto; */
    margin-top: 14px;
}
.shop .shop-products .header > h2 {
    margin: 0rem;
    width: 100%;
    height: 63px;
    line-height: 63px;
    font-size: 24px;
    color: rgb(51, 51, 51);
}
.store-logo{
    width: 100%
}