.pagination {
    display: inline-block;
}
div.pagination {
    padding: 20px 0 0 0;
}
div.pagination .col-sm-6 {
    padding: 0;
}
.pagination li {
    float:left;
    padding:5px;
    margin:5px 0px;
}
.pagination li a,.pagination li span {
    display:block;
    width:35px;
    height:35px;
    line-height:36px;
    text-align:center;
    background:#ededed;
    cursor:pointer;
    border-radius:5px;
    font-weight:bold;
    font-size:12pt;
}
.pagination li a:hover {
    color:#2C70AB;
}
.pagination li span {
    background:#2C70AB;
    color:#FFFFFF
}
.listitem .wish{
    display: block;
}
.listitem .blank_name{
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: unset;
    overflow: hidden;
    font-size: 12px;
    color: #a7a7a7;
}
.album_info .des_tot{
    color: #999;
}


.select:after{display: none;}


/*****分页CSS END*******/

.myshop_tab_bg ul, .myshop_tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.myshop_tab_bg {
    height: 50px;
    line-height: 50px;
    background: #EFEFEF;
}

.myshop_tab_bg ul li {
    float: left;
    color: #666;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 2px;
    border-left-top-radius: 5px;
    border-right-top-radius: 5px;
    padding-left:10px;
    padding-right:10px;
    width: 120px;
}
.myshop_tab_bg ul li a {
    font-size: 11pt;
    font-weight: bold;
}
.myshop_tab_bg .active {
    background: #FFFFFF;
}
.store-info{
    padding: 20px 0 0;
    margin-bottom: 20px;
    margin-top: -110px;
}
.top-menu.full-width{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
.top-menu .store-info .store_img{
    display: table;
    margin: 24px auto 0;
}

.store-info .store_img .logo_img{
    width:110px;
    height:110px;
    border:#fff 4px solid;
    border-radius: 100px;
    background-color: #fff;
}
.store-info .store-info-right{
    display: inline-block;
    width: 100%;
    padding: 0 0 15px 0;
    text-align: center;
}


.footer .store-info{
    margin-top: 50px;
    margin-bottom: -20px;
    background-color: #fff;
    box-shadow: 0 0 5px #afafaf;
    padding: 80px 0 60px 0;
}
.footer .store-info .store_img{
    width: 30%;
    text-align: right;
    padding-right: 30px;
    float: left;
}
.footer .store-info .store_img .logo_img{
    margin-bottom: 56px;
}
.footer .store-info .store-info-right{
    width: 68%;
    text-align: unset;
    display: inline-block;
}
.footer .store-info .store-follow{
    float: right;
    margin: -45px 20px 0 0;
}
.footer .store-info .store-follow .btn-share{
    display: inline-block;
    left: 15px;
}
.footer .store-info .store-follow .copy_succuss{
    left: calc(100% - 110px);
}
 .footer .store-info .store-intro{
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.footer .follow{
    width: 60%;
}
.footer .follow .foll{
    width: 100px;
    /*
    border-right: 1px solid #171717;*/
    text-align: center;
    margin: 10px 10px 10px 0;
    color: #171717;
}
.footer .follow .foll #flow_ajax_number{
    font-size: 20px;
    font-weight: bold;
}
.footer .follow .foll .title{
    font-size: 15px;
}
.footer .social .shop_social_icon{
    width: 25px;
    display: inline-block;
}
#products-list .no_pro{
    margin: 100px auto;
    text-align: center;
    font-size: 14px;
}
#design_list .product_name b{
    font-size:10.5pt;display:block;width:100%;white-space:nowrap;text-overflow: ellipsis;overflow:hidden;
}
#design_list .product_name div{
    font-size:9pt;
    overflow: hidden;
    height: 20px;
}
#design_list .product_name div:hover{
    color: #2c70ab;
}
#design_list .product_name{
    width: 100%;
    height: 85px;
    line-height: 28px;
}
#design_list .listitem .product_name{
    line-height: 22px;
    text-align: left;
}
#design_list img{
    border-radius: 5px;
    background-color: #eee;
}
#design_list .item{
    position: relative;
}
#design_list .wish{
    top: 13px;
    right: 13px;
}
.featured_product{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.container .nav_back{
    margin: 50px 0 20px;
    display: inline-block;
}
.container .nav_back:before{
    content: "\f053";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: left;
    margin: 30px 15px 0;
}
.nav_back .logo_img{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    width: 68px;
    height: 68px;
    border: #fff 2px solid;
    border-radius: 100px;
    margin-right: 20px;
}
.album_info{
    padding: 40px 0;
    display: flex;
    margin:0 -15px 30px;
    width: calc(100% + 30px);
    background-color: #f5f5f5;
}
.album_info .wish_share{
    display: flex;
}
.album_info .wish{
    float: left;
    position: unset;
    top: unset;
    right: unset;
    display: inline-block;
}
.wish_share .heart{
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.wish_share .wish.red .heart > path{
    stroke: #ea442b;
}
.album_info .topic{
    font-size: 40px;
    font-weight: bold;
    padding: 10px 0;
    overflow: hidden;
}
.album_info .des_from{
    color: #999;
}
.album_info .store_name{
    color: #333;
    font-size: 12pt;
    font-weight: bold;
}
.album_info .desc{
    padding: 15px 0;
    width: 80%;
}
.album_info .text-right img{
    padding-right: 20px;
}
.album_info .info{
    padding: 0 50px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.album_info > .cover{
    text-align: right;
}
.album_info .cover img{
    background-color: #eee;
}
#design_list .design_pro{
    text-align: center;
    font-size: 28px;
    padding-bottom: 40px;
    font-weight: bold;
}
#design_list .listitem{
    padding-bottom: 30px;
}
.listitem img{
    border-radius: 5px;
}
.nav_back .kshop_name{
    font-size: 22px;
}
select[name="sort_by"]{
    padding: 0 26px 0 0;
    margin: 0;
    height: 30px;

    font-weight: bold;
    font-size: 14px;
    background-color: rgba(255,255,255,0);
}
select[name="sort_by"] option{
    font-size: 14px;
}
.pull-right .select:after {
    content: "\f078"!important;
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    color: #888;
    position: absolute;
    top: 10px;
    right: 9px;
    z-index: 0;
    pointer-events: none;
}
.owl-item .listitem{
    position: relative;
}
.design_sort{
    margin-bottom: 20px;
    display: flow-root;
}
.store-name,
.follow-contry,
.store-intro{
    padding-bottom: 10px;
}
.follow-contry span{
    padding: 0 5px;
}
.follow-contry a{
    font-weight: bold;
}
.kshop_name{
    font-size: 24px;
    font-weight: bold;
    color:#333;
}
.kshop-intro{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.store-intro a{
    font-weight: bold;
    margin-left: 10px;
}
.store-intro a:hover{
    color: #2C70AB;
}
.store-follow .btn-follow,.store-notice .btn {
    color: #424242 !important;
    padding:5px 10px;
    margin:0 10px 0 0;
    background: #fff;
    position: relative;
    border: 2px solid #d4d4d4;
    border-radius: 5px !important;
    min-width: 120px;
}
.store-follow .btn-follow:hover, .store-notice .btn:hover{
    border: 2px solid #999;
}
.country,
.follow-block,
.shop_share_btns{
    display: inline-block;
}
.follow-block{
    margin-right: 40px;
}
.store-notice .btn:before {
    content: ' ';
    background-image: url(/image/kshop/notice.gif);
    width: 20px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: -2px;
}
.store-follow .btn-follow:before {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    left: 5px;
    top: 10px;
    margin-right: 10px;
}
.store-follow .following {
border: 2px solid #c3c3c3;
position: relative;
background: #FFF;
font-size: 14px !important;
max-width: 105.7px;
}
.store-follow .following:before {
content: "\f00c";
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
    left: 5px;
    top: 10px;
    margin-right: 10px;
}
.share{
line-height: 30px;
font-size: 18px;
}
.shop_share_btns{
margin-left: 10px;
}
.at-share-tbx-element .at-share-btn{
margin-top: -5px;
}
.at-icon-wrapper {
width: 30px !important;
height: 30px !important;
}
.at-icon {
width: 30px !important;
height: 30px !important;
}
.mobile-btn-show{
display: none;
}
.tj_product{
    margin-bottom: 15px;
}
.main-content.inner-page{
    min-height: 130px;
}
.tj_collection .title,.tj_product .title,.nav-pills.nav-stacked h2,.filter_title{
font-weight: bold;
font-size: 18px;
padding-left: 10px;
line-height: 1.5;
}
.filter_title{
    margin-top: 0;
    padding-left: 15px;
}
.nav-pills.nav-stacked h2{
margin: 0 0 0 5px;
}
.nav-pills.nav-stacked li.active a{
    color:#000;
    font-weight: bold;
}
.nav .cat_title{
padding: 15px 0;
font-size: 14px;
font-weight: bold;
cursor: pointer;
margin-left: 15px;
}
.nav .cat_title:after{
content: "\f078"!important;
display: block;
font: normal normal normal 14px/1 FontAwesome;
font-size:16px;
float: right;
margin-top:3px;
}
.nav .cat_title.open:after{
content: "\f077"!important;
}
.nav .cat_title +ul{

}
.nav .cat_title + ul li{
line-height: 25px;
font-size: 14px;
    padding: 3px 0 5px 15px;
    margin-left: 15px;
}
.nav .cat_title + ul li.active{
    background-color: #ebebeb;
}

.nav.gray_line .cat_title{
border-top: 1px solid #ccc;
}
.upload_banner {
margin: auto;
width: 240px;
margin-top: 7%;
}
#button-image-banners {
border: 1px solid #333;
height: 50px;
line-height: 50px;
text-align:center;
cursor:pointer;
border-radius:20px;
}
#button-image-banners:hover {background:#FFF;}
#button-image-banners img {display:inline-block;vertical-align:middle;}
.show_bg {height:350px;width:100%; height: 100%;display: none;position: absolute}
.cus_color{width:99px !important; padding:0px 0px 0px 5px !important; height:30px !important;}
.minicolors-theme-bootstrap .minicolors-swatch {
top:6px;
left: 226px;
width: 28px;
height: 28px;
border-radius: 3px;
}
.minicolors-position-left .minicolors-panel {
left: 260px;
}
.minicolors-position-bottom .minicolors-panel {
top: 5px;
}
.cus_title {
height: 25px;
text-align: left;
font-size: 12px;
background-color: #FFFFFF;
margin-top: 10px;
}
.cus_title_blank {
margin-top: 10px;
}
.left_0px{
padding-left:0px !important;
}
.cus_colors {
width:100%;
float: left;
height: 40px;
background-color: #FFFFFF;
}
.cus_label{
width: 154px;
float: left;
text-align: left;
line-height: 36px;
font-size: 12px;
padding-left: 15px;
}

.cus_list li{
height: auto;
display: table-row;
}
.text-gray {
color: #808080;
}
.store_btn{
    float: right;
    margin-right: 10px;
}
.btn-share {
position: relative;
display: inline-block;
width: 130px;
text-align: center;
line-height: 36px;
margin-top: -36px;
font-size: 14px;
background-color: #f6f6f6;
border-radius: 5px;
cursor: pointer;
}
.btn-share:hover{
    background-color: #eee;
}
.btn-share img{
width: 15px;
vertical-align: middle;
margin: -3px 5px 0 0;
}
.store-info .dropdown.open:after{
    display: none !important;
}
.store-info .dropdown-menu{
    min-width: 130px;
    right: 0 !important;
}
.store-info .dropdown-menu #atstbx a{
    margin: 6px;
}
.shop_nav {
margin: 0 auto;
text-align: center;
border-bottom: 1px solid #f0f0f0;
}
.hot_product{
width: 100%;
margin: 0 !important;
}
.tj_collection .title{
    padding-bottom: 20px;
}
.listitem{padding:0 10px; text-align: center; overflow: hidden }
#collect .owl-buttons .owl-prev, #collect .owl-buttons .owl-next,.hot_product .owl-buttons .owl-next,.hot_product .owl-buttons .owl-prev{
    width: 36px;
    height: 36px;
    border-radius: 50%;

}
#collect .owl-buttons .owl-next{
    right: 0;
    margin: 0 10px;
    padding-left: 4px;
}
#collect{
    margin-bottom: 20px;
}
.hot_product .owl-buttons .owl-prev,.hot_product .owl-buttons .owl-next{
    top: calc( 50% - 40px);
    line-height: 28px;
}


.hot_product .owl-buttons .owl-next{
margin: 0;
    padding-left: 4px;
}
.hot_product .owl-buttons .owl-prev{
    padding-right: 4px;
}
.store-intro .kshop-intro{
color: #171717;
    color: #171717;
    width: 60%;
    -webkit-line-clamp: 100;
    text-overflow: ellipsis;
}
#products-list .coll_bg{
height: 120px;
background-size: cover;
background-repeat: repeat;
background-position: center center;
position: relative;
display: block;
    border-radius: 5px;
}
#products-list .gradient_bg{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: linear-gradient(1turn,rgba(26,18,57,.5) 12.5%,rgba(26,18,57,0) 60%);
border-radius: 5px;
}
#products-list .gradient_bg .title{
white-space: nowrap;
text-align: left;
padding: 16px 8px 4px;
color: #fff;
left: 0;
right: 0;
bottom: 0;
position: absolute;
overflow: hidden;
text-overflow: ellipsis;
text-shadow: 0 0 2px #1a1239, 0 0 16px rgba(26,18,57,.5), 0 0 24px rgba(26,18,57,.5);
}
.shop_nav ul{
margin:0;
}
.shop_nav li{
display: inline-block;
padding: 5px 10px;
font-size: 14px;
margin: 0 10px;
}
.shop_nav li.active{
border-bottom: 2px solid #19124f;
}
.shop_nav li:hover{
border-bottom: 2px solid #2c70ab;
}
.btn-primary:hover{background: #10a9e9; }
.filter_btn,.mob_filter{
    display: none;
}
.store-banner{
    margin: 10px auto 0 !important;
    max-width: 1920px;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc( 100vw / 5.48);
    border-radius: 20px;
    border:10px solid #FFF;
    overflow: hidden;
    cursor: pointer;
    position:relative;
    background-size: 128%;
}
.paginati{
    padding-top: 30px;
}
.listitem .coupon-text{
    font-size: 12px;
    height: 19px;
    overflow: hidden;
}
.listitem .price{
    margin-bottom: 10px;
}
.listitem .price .sale_susp{
    color: #BA7C59;
}
.galcolumn .item p{
    font-size: 9pt;
    color: #767396;
    overflow: hidden;
    line-height: 34px;
}
.standard-body .full-width .container{
    max-width: 1530px;
}
.follow_store_header{
    position: relative;
    display: inline-block;
}
.more_design{
    text-align: center;
    font-size: 18px;
    color: #10a9e9;
    cursor: pointer;
}
.more_design:hover{
    color: #2C70AB;
}
.modal.notice .modal-dialog{
    width: 100%;
    max-width: 1000px;
}
.modal.notice .modal-body{
    margin: 0px 30px 30px 30px;
}
.modal.notice .modal-body img{
    padding: 20px;
    width: 100%;
}
.modal.notice .modal-body h1{
    margin:0 0 20px;
}
.modal.notice .modal-body .intro{
    overflow-y: auto;
    max-height: 356px;
}

.copy_succuss{
    display: none;
    position: relative;
    left: calc(100% - 124px);
    width: 120px;
    text-align: center;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: -30px;
    font-size: 13px;
    color: #fff;
    background-color: #07002f;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 5px 5px #afafaf;
}
.img-share{
    display: block;
    cursor: pointer;
    width: 25px;
    margin-left: 20px;
}
.img_copy_succuss{
    display: none;
    width: 120px;
    text-align: center;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: -30px;
    font-size: 13px;
    color: #fff;
    background-color: #07002f;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 5px 5px #afafaf;
}
#block-tree-category ul li a:hover{
    text-decoration: underline;
}
#block-tree-category .left_banner{
    margin: 10px 0 10px 15px;
}
#block-tree-category .left_banner img{
    border-radius: 6px;
}
.galcolumn .des_name{
    font-weight: bold;
    padding-top: 10px;
}
div.pagination-results i.fa{
    font-size: 17px;
    padding: 0 5px;
    line-height: 15px;

}
.checkboxer input[type="radio"],.checkboxer input[type="checkbox"],.data_only_design input[type="checkbox"]{
    display: inherit;
    width: 1px;
    height: 1px;
    margin-right: 23px;
}
.checkboxer >label > input[type="radio"]:before,.data_only_design > input[type="checkbox"]:before {
    content: " ";
    /*position: absolute;*/
    background-color: #fff;
    display: block;
    border-radius: 10px;
    top: 11px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: solid 1px;
    border-color: rgba(0,0,0,0.8);
    -webkit-transition: all 280ms ease-out,-webkit-transform 140ms ease-out;
    transition: all 280ms ease-out,transform 140ms ease-out;
    margin-top: -13px;
}
.checkboxer  >label > input[type="radio"]:checked:before,.data_only_design > input[type="checkbox"]:checked:before {
    top: 11px;
    left: 0px;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url(/image/icon/checked_black.svg);
    background-size: 20px;
    border: 0px;
}
.filter_colors{
    position: relative;
}
.filter_colors div.active:after{
    display: inline-block;
    transform: rotate(45deg);
    height: 15px;
    width: 8px;
    margin-left: 14px;
    margin-top: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    position: absolute;
}
.filter_colors div.white.active:after{
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}
#block-tree-category .price_row, #block-tree-category .filter_style{
    margin-left: 25px;
}
#block-tree-category .filter_colors{
    margin-left: 10px;
}
.mb_filter{
    display:none;
}
@media (min-width: 1530px) {
    .album_info{
        width: 100vw;
        margin-left: calc(765px - 50vw);
    }
    .album_info .main{
        max-width: 1230px;
        margin: 0 auto;
    }
}
@media (min-width: 1540px) {
    .store-banner{
        max-width: 1500px;
        height: 350px;
    }
}
@media (max-width: 1540px) {
    .store-banner{
        max-width: 1500px;
        margin: 10px 0 0 !important;
        height: calc( 100vw / 4.28);
    }
}

@media (max-width: 1230px){
    .upload_banner {
        margin-top: 0;
    }
}
@media (max-width: 1030px){
    .modal.notice .modal-body .intro{
        max-height: calc(50vw - 154px);
    }
}
@media (max-width: 991px){
    .album_info > .cover {
        text-align: center;
    }
    .album_info{
        display: block;
    }
}
@media (max-width: 767px){
    .store-info .store_img,
    .store-info .store-info-right {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .mobile-btn-show {
        display: block;
        padding-bottom: 20px;
    }
    .mobile-btn-hidde {
        display: none;
    }
    .mobile-btn-show .btn-follow {
        width: 180px;
        max-width: unset;
    }
    .kshop-intro {
        -webkit-line-clamp: unset;
    }
    #block-tree-category {
        display: none;
    }
    .store-info .store_img .logo_img{
        width: 90px;
        height: 90px;
    }
    .btn-share{
        min-width: 100px;
        margin-top: -36px;
        width: auto;
        background-color: #f2f2f2;
        line-height: 32px;
    }
    .follow-contry .text-gray{
        display: block;
        padding-bottom: 10px;
    }
    .shop_nav li{
        width: 49%;
        font-size: 16px;
        margin: 0;
    }
    .footer .store-info .store_img,.footer .store-info .store-info-right{
        text-align: center;
        width: 100%;
        padding:unset;
    }
    .store-intro .kshop-intro{
        width: unset;
        padding: 10px;
        -webkit-line-clamp:unset;
    }
    .footer .store-info .store_img .logo_img{
        margin-bottom: 0;
    }
    .footer .store-info .store-follow{
        float:unset;
        margin:unset;
    }
    .footer .social .shop_social_icon{
        width: 30px;
    }
    .store-info .social{
        padding:0 10px;
    }
    .footer .store-info{
        padding: 40px 0 30px 0;
    }
    .album_info .info{
        padding: 10px;
    }
    .album_info .desc,.footer .follow,.footer .follow .foll{
        width: 100%;
    }
    .nav_back{
        padding-top: 30px !important;
    }
    .album_info > .cover {
        margin-left: -15px;
        margin-right: -15px;
    }
    .store-info{
        margin-bottom: 15px;
    }
    .mb_filter{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 0 20px 20px;
    }
    .filter_btn{
        background-color: #fff;
        color: #40354e;
        border-radius: 5px;
        padding: 1px 15px;
        border: 2px solid #D6DADF;
        display: block;
        min-width: 120px;
        text-align: center;
    }
    .filter_btn img{
        max-width: 100%;
        width: 24px;
        vertical-align: middle;
        margin: 0 5px 0 0;
    }
    .mb_filter.fix{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 7px 10px;
        background-color: #fff;
        z-index: 99;
        box-shadow: 0 0px 10px 0px #666;
        margin: 0;
    }
    .responsive .new_mega_icon.visible-xs{
        display: none !important;
    }
    #products-list .coll_bg{
        border-radius: 0;
    }
    .tj_collection{
        margin-top: 20px;
    }
    .mob_filter {
        display: none;
        position: fixed;
        left:0;
        top: 0;
        width: 92%;
        height: 97%;
        z-index: 999999;
        background-color: rgba(255,255,255,0.96);
        border-left: 1px solid #dddbdb;
        padding-bottom: 40px;
    }
    .filter_title {
        height: 50px;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
        border-bottom: 1px solid #ccc;
        background-color: #fff;
        padding-left: 15px;
        line-height: 50px;
    }
    #filter_content {
        height:calc(100% - 60px);
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #fff;
    }
    .filter_title > button {
        height: 30px;
        top: 16px;
        vertical-align: middle;
        width: 31px;
        border: none;
        background-color: unset;
        font-size: 31px;
        margin-top: -6px;
    }
    #filter_content{
        padding-right: 15px;
    }
    #filter_content .nav .cat_title{
        font-size: 16px;
        margin-left: 15px;
        padding: 15px 0 0;
        font-weight: bold;
        cursor: pointer;
        margin-bottom: 15px;
    }
    #filter_content .nav .cat_title + ul li{
        font-size: 15px;
    }
    #filter_content h2{
        display: none;
    }
    #filter_content .price_row, #filter_content .filter_style{
        margin-left: 25px;
    }
    #filter_content .filter_colors{
        margin-left: 10px;
    }
    .paginati{
        display: inline-block;
        width: 100%;
        margin: 0 !important;
    }
    .paginati .text-left,.paginati .text-right{
        text-align: center;
    }
    #design_list{
        margin: 0 -10px;
    }
    #products-list,.gridalicious{
        margin: 0 -10px !important;
    }
    .album_info .topic{
        font-size: 30px;
    }
    .album_info {
        padding: 0;
        margin: 0 -20px 30px;
        width: calc(100% + 40px);
    }
    .top-menu.full-width{
        margin-top: -118px;
    }
    .top-menu .store-info .store_img{
        margin-top: 135px !important;
    }
    #collect .owl-controls{
        display: none !important;
    }
    #collect .listitem{
        padding: 0 10px 0 0;
    }
    .listitem .blank_name{
        height: 19px;
    }
    .modal.notice .modal-body img{
        padding:0 0 20px 0;
    }
    .store_btn{
        float:unset;
        margin: 6px 0 0 0;
        text-align: center;
    }
    .store-follow .btn-follow, .store-notice .btn{
        min-width: 100px;
    }
    .modal.notice .modal-body .intro{
        max-height: calc(100vh - 550px);
    }
    .kshop_name{
        font-size: 22px;
    }
    .shop_nav{
        margin-top: 20px;
    }
    .store-follow .following,.btn-share,.store-follow .btn-follow{
        border-radius: 20px !important;
    }
    .store-name, .follow-contry, .store-intro {
        padding-bottom: 5px;
    }
    .store-follow .following:before,.store-follow .btn-follow:before{
        display: none;
    }
    select[name="sort_by"]{
        border-radius: 5px;
        padding: 1px 15px;
        border: 2px solid #D6DADF;
        color: #40354e;
        font-size: 13px;
    }
    .store-follow .btn-follow{
        padding: 3px;
    }
    .mob_filter .fil_bg{
        background-color: rgba(0,0,0,0.4);
        width: 100vw;
        height: 100vh;
        top: 0;
        position: absolute;
        z-index: -1;
    }
    .mob_filter .btns{
        padding: 20px;
        border-top: 1px solid #ccc;
        background-color: #fff;
        display: flex;
        justify-content: space-around;
    }
    .mob_filter .filter_clear{
        border: 1px solid #ccc;
        min-width: 120px;
        text-align: center;
        padding: 5px;
        border-radius: 20px;
        cursor: pointer;
    }
    .mob_filter .filter_apply{
        background-color: #000000;
        color: #fff;
        min-width: 120px;
        text-align: center;
        padding: 5px;
        border-radius: 20px;
        cursor: pointer;
    }
}
@media (max-width: 520px){
.myshop_tab_bg ul li{
    width: 100px;
}

}
@media (max-width: 430px){
.myshop_tab_bg ul li{
    width: 90px;
    padding-left: 5px;
    padding-right: 0;
    margin: 0;
}
}
@media (max-width: 350px){
.myshop_tab_bg ul li{
    width: 80px;
}
.myshop_tab_bg ul li a{
    font-size: 14px;
}
}

@media (max-width: 610px){
.store-banner{
    height: 103px !important;
    background-size: auto 95px !important;
    margin: 3px -10px !important;
    border: 0 !important;
    border-radius: 0;
}
    .album_info img{
        width: 100%;
    }
}
@media (min-width: 768px){
.pagination div.text-right {
    padding: 21px 0px 0px 10px;
}

}
@media (max-width: 1137px){
div.pagination, div.pagination .col-sm-6{
    width: 100%;
    clear: both;
}
div.pagination .text-left, div.pagination .text-right {
    text-align: center;
}
.pagination li a,.pagination li span {
    width:31px;
    height:31px;
    line-height:31px;
}
}
@media (min-width: 320px) and (max-width: 359px){
.pagination li{
    padding: 1px;
    margin: 0px;
}
}
@media (min-width: 361px) and (max-width: 374px){
.pagination li{
    padding: 1px;
    margin: 2px;
}
}
@media (min-width: 376px) and (max-width: 409px){
.pagination li{
    padding: 1px;
    margin: 3px;
}
}
@media (min-width: 410px) and (max-width: 500px){
.pagination li{
    padding: 1px;
    margin: 5px;
}
}
@media (min-width: 500px) and (max-width: 768px){
.pagination li{
    padding: 3px;
    margin: 5px;
}
}
@media (min-width: 360px) and (max-width: 360px){
.pagination li{
    padding: 1px;
    margin: 2px;
}
}
@media (min-width: 375px) and (max-width: 375px){
.pagination li{
    padding: 1px;
    margin: 3px;
}
}