/*********************************global*********************************/
.store-old-price{
    color: #9B9B9B;
    font-size: 13px;
    text-decoration: line-through;
    display: block;
}
.store-new-price{
    color: #f00;
    font-size: 15px;
    font-weight: 500;
    display: block;
}
.store-price-box.store-price-box-line span{
    display: inline-block;
}
.store-review-star{
    line-height: 18px;
}
.store-review-star .store-star, .store-review-star .store-rating{
    display: inline-block;
    vertical-align: middle;
}
.store-review-star .store-rating{
    margin-top: 2px;
}
.store-quantity-box{
    color: #000000;
    display: flex;
}
.store-quantity-box .store-quantity-control{
    background-color: #ffffff;
    border: solid 1px #979797;
    height: 25px;
    width: 45px;
    border-radius: 0px;
    text-align: center;
    -webkit-appearance: none;
}
.body-dark .store-quantity-box .store-quantity-control{
    background-color: #3a3b3c;
    color: white;
}
.store-quantity-box .store-quantity-control:focus{
    outline: none;
}
.store-quantity-box .store-quantity{
    width: 50px;
    height: 25px;
    text-align: center;
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
}
.body-dark .store-quantity-box .store-quantity{
    border-color: #979797;
}
.store-quantity-box .store-quantity::-webkit-outer-spin-button,
.store-quantity-box .store-quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.store-quantity-box[type=number] {
  -moz-appearance: textfield;
}
.store-tab-content{
    padding: 10px 0px;
}
.store-product-lists.core-lists.grid-view .core-list-item .core-item-action{
    position: relative;
}
.store-product-lists-3.core-lists.grid-view > .core-list-item{
    width: 33.333333333% !important;
}
.store-product-lists-4.core-lists.grid-view > .core-list-item{
    width: 25% !important;
}
.store-product-lists-5.core-lists.grid-view > .core-list-item{
    width: 20% !important;
}
.store-product-lists.core-lists.grid-view .core-list-item:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    z-index: 1;
}
.store-product-lists.core-lists.grid-view .core-list-item .core-item-warp{
    border: none;
}
.store-product-lists.core-lists.grid-view .core-item-head{
    padding-right: 0px;
}
.store-product-lists.core-lists.grid-view .core-item-head .core-item-title{
    height: 40px;
    font-size: 14px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
    line-height: 20px;
}
.store-product-lists.core-lists .store-price-box{
    margin-top: 5px;
    min-height: 40px;
}
.store-product-lists.core-lists .store-review-star{
    margin-top: 5px;
    height: 21px;
}
.body-dark .store-product-lists.core-lists.grid-view .core-list-item .core-item-action{
    border-color: #3e4042;
}
.store-product-lists.core-lists.grid-view .core-item-action .like-action .act-item{
    flex: 1 1 0px;
    padding: 0px;
    text-align: center;
}
.store-product-lists .core-list-item .core-item-figure .core-item-title{
    border: solid 1px #eeeeee;
    position: relative;
}
.store-product-lists .core-list-item .store-btn-remove-wishlist{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    color: #80868b;
}
.store-product-lists .core-list-item .store-btn-remove-wishlist .material-symbols-outlined{
    font-size: 20px;
}
.store-product-lists.core-lists.grid-view .core-item-figure .store-featured{
    visibility: visible;
}
.store-product-lists.core-lists.list-view .core-item-figure .store-featured{
    visibility: hidden;
}
.store-product-lists.core-lists.grid-view .core-item-info .store-featured{
    visibility: hidden;
    display: none;
}
.store-product-lists.core-lists.list-view .core-item-info .store-featured{
    visibility: visible;
}
.box-region-west .store-product-lists.list-view .store-discount,
.box-region-east .store-product-lists.list-view .store-discount{
    top: 55px;
    left: 0;
}
.box-region-west .store-product-lists.list-view .store-discount-item,
.box-region-east .store-product-lists.list-view .store-discount-item{
    width: 100%;
}
.box-region-west .store-product-lists.list-view .store-discount-item:after,
.box-region-east .store-product-lists.list-view .store-discount-item:after{
    width: 100%;
}

.store-btn-down, .store-btn-down:active, .store-btn-down:focus {
    background: transparent url(../images/down.png) no-repeat scroll 0 0;
    height: 16px;
    width: 16px;
    border: none;
    outline:0 !important;
    box-shadow: none !important; 
}
.store-btn-up, .store-btn-up:active, .store-btn-up:focus {
    background: transparent url(../images/up.png) no-repeat scroll 0 0;
    height: 16px;
    width: 16px;
    border: none;
    outline:0 !important;
    box-shadow: none !important; 
}
.collapse {
    display: none;
}
.store-review-form .star-rating{
    vertical-align: middle;
}

.store-mt-5{
    margin-top: 5px;
}
.store-mt-10{
    margin-top: 5px;
}
#storeModal .modal-dialog {
    width: 890px;
}
.store-menu-item-highlight{
    font-weight: bold;
}
.box2 .box_content.store-content-categories {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
    overflow: hidden;
    padding: 0px;
}
.store-grid-categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.store-grid-categories .slick-prev{
    left: 5px;
}
.store-grid-categories .slick-next{
    right: 5px;
}
.store-category-grid {
    text-decoration: none;
    display: block;
    width: 14.28571%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
    border-right: 1px solid rgba(0,0,0,.05);
    border-bottom: 1px solid rgba(0,0,0,.05);
    text-align: center;
    -webkit-transition: box-shadow .1s cubic-bezier(.4,0,.6,1),-webkit-transform .1s cubic-bezier(.4,0,.6,1);
    transition: box-shadow .1s cubic-bezier(.4,0,.6,1),-webkit-transform .1s cubic-bezier(.4,0,.6,1);
    transition: transform .1s cubic-bezier(.4,0,.6,1),box-shadow .1s cubic-bezier(.4,0,.6,1);
    transition: transform .1s cubic-bezier(.4,0,.6,1),box-shadow .1s cubic-bezier(.4,0,.6,1),-webkit-transform .1s cubic-bezier(.4,0,.6,1);
    vertical-align: top;
}
.body-dark .store-category-grid{
    border-color: #3e4042;
}
.store-category-grid:hover {
    background-color: #fff;
    z-index: 1;
    border-color: rgba(0,0,0,.12);
    box-shadow: 0 0 0.8125rem 0 rgba(0,0,0,.05);
}
.body-dark .store-category-grid:hover{
    background-color: #242f3c;
}
.body-dark .store-category-grid:hover .store-category-grid-name{
    color: #FFFFFF;
}
.store-category-grid-thumbnail {
    margin: 10px auto;
    width: 80%;
    background-size: 100%;
    position: relative;
    padding-top: 80%;
}
.store-category-grid-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.store-category-grid-name {
    text-decoration: none;
    line-height: 16px;
    max-width: 90%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 33px;
    text-align: center;
}
.store-list-categories {
    margin: 0px 10px;
}
.store-category-item{
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 15px 0px;
}
.body-dark .store-category-item{
    border-color: #3e4042;
}
.store-category-item a{
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
}
.store-category-item a .store-category-thumbnail{
    -webkit-box-flex: 0;
    flex: 0 0 30px;
    height: 30px;
}
.store-category-item a .store-category-thumbnail .store-category-image{
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.store-category-item a .store-category-info{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    margin-left: 10px;
}
.store-category-item a .store-category-info .store-category-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
}
.store-category-sub-categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 10px;
    margin-left: 40px;
}
.store-category-sub-categories .store-category-item {
    text-decoration: none;
    width: 25%;
    color: rgba(0,0,0,.54);
    line-height: 18px;
    border: none;
    padding: 5px 5px 5px 0px;
}
.body-dark .store-category-sub-categories .store-category-item {
    color: rgba(255,255,255,.54);
}
.store-trending-category{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.store-trending-category-item{
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20%;
    border-right: 1px solid rgba(0,0,0,.05);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
}
.body-dark .store-trending-category-item{
    border-color: #3e4042;
}
.store-trending-category-item .store-trending-category-info{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    padding: 10px 5px 10px 0px;
}
.store-trending-category-item .store-trending-category-name{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
}
.store-trending-category-item .store-trending-category-count{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 5px;
    color: #757575;
    font-size: 12px;
}
.store-trending-category-item .store-trending-category-thumbnail{
    -webkit-box-flex: 0;
    flex: 0 0 60px;
    height: 60px;
}
.store-trending-category-item .store-trending-category-image{
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    height: 100%;
    background-size: contain; background-repeat: no-repeat;
}

.store-featured{
    position: absolute;
    left: 0;
    top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1;
}
.store-featured.store-featured-fixed{
    position: relative;
    display: inline-flex;
    top: 0px;
    vertical-align: middle;
    z-index: 0;
    text-align: center;
}
.store-featured.store-featured-fixed .store-featured-item{
    border-radius: 0px;
    height: auto;
    padding: 3px 6px;
    left: 0px;
}
.store-featured-item{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 17px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    padding: 0 4px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #f00;
    left: -1px;
}
.store-featured:not(.store-featured-fixed) .store-featured-item:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-top: 2px solid;
    border-left: 2px solid transparent;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}
.store-featured-item span{
    color: #fff;
    font-size: 12px;
    line-height: 17px;
}

.store-discount{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.store-discount-item{
    background-color: #f00;
    width: 38px;
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 4px 2px 3px;
    font-weight: 700;
}
.store-discount-item:after {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -4px;
    position: absolute;
    border-color: transparent #f00;
    border-style: solid;
    border-width: 0 19px 4px;
}
.store-discount-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    font-weight: 700;
    line-height: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 10px;
}
.store-discount-content .store-discount-label{
    color: #ffffff;
    margin: 2px 0;
}

.dropdown-toggle .material-symbols-outlined{
    font-size: 24px;
}
.store-required{
    color: #f00;
    font-size: 10px;
    vertical-align: text-top;
}

.store-shipping-address-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.store-shipping-address-list li{
    border-bottom: 1px solid #ddd;
    padding: 5px 0px;
    margin-bottom: 10px;
    position: relative;
}
.store-shipping-address-list li .store-default-address-label{
    background-color: #FFDA9E;
    border: solid 1px #F5A626;
    color: #000;
    display: inline-block;
    border-radius: 4px;
    padding: 2px 10px;
    margin-bottom: 5px;
}
.store-shipping-address-list li .store-shipping-address-title{
    font-weight: bold;
    font-size: 15px;
}
.store-shipping-address-list li .dropdown .button{
    background-color: transparent;
}

.store-buyer-order-action{
    margin-bottom: 5px;
    text-align: right;
}

.store-mobile-filter{
    display:none;
    background-color: #FFFFFF;
}
.body-dark .store-mobile-filter{
    background-color: #242526;
}
.store-image-upload-preview{
    margin-top: 10px;
}
body[id^="page_store_"] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    padding: 0 4px 0px 0px !important;
    position: relative !important;
    background-color: transparent;
}
body[id^="page_store_"].body-dark .select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #3a3b3c;
}
body[id^="page_store_"] .select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding: 0 5px !important;
}
body[id^="page_store_"].body-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
body[id^="page_store_"].body-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
    background-color: transparent;
    color: #dddd;
}
body[id^="page_store_"] .select2-container .select2-selection--multiple .select2-selection__rendered{
    display: inline-block;
}
.store-pagination{
    margin-top: 10px;
    clear: both;
    width: 100%;
}
.core-list-info.store-list-info{
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 10px;
}
.body-dark .core-list-info.store-list-info{
    border-bottom: solid 1px #3e4042;
}
.core-list-info.store-list-info .core-list-info-item .core-list-info-l{
    font-weight: normal;
}
.box_action .dropdown-menu.pull-right{
    right: 9px;
}
.store-featured-product-feed .core-list-item {
    display: flex;
    width: 33.3333333%;
    padding: 5px;
}

.store-bank-list .core-list-info.store-list-info:last-child{
    border-bottom: none;
    padding-bottom: 0px;
}
.body-dark .box2 .box_header .box_action.store-box-action .box-btn {
    background-color: #2d88ff;
    border-color: #2d88ff;
    color: white;
}
@media (max-width: 991px) {
    #storeModal .modal-dialog{
        width: auto !important;
    }
    .store-upload-video-item .store-name-preview{
        margin-left:32% !important;
    }
    .store-product-sortby{
        float:none !important;
        margin-bottom: 10px;
    }
    .store-product-sortby .form-control{
        width: 100% !important;
    }
    .store-btn-filter{
        float: left;
        display: inline-block;
        border-radius: 4px;
        padding: 2px 5px;
    }
    .store-btn-filter span{
        font-size: 22px;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        vertical-align: middle;
    }
    .store-trending-category{
        display: inline-block;
        width: 100%;
    }
    .store-trending-category-item{
        width: 50%;
        flex: none;
        float: left;
        border-bottom: 1px solid rgba(0,0,0,.05);
        padding: 5px;
    }
    .store-category-sub-categories .store-category-item{
        width: 100%;
        margin-top: 10px;
    }
    .store-category-sub-categories .store-category-item:first-child{
        margin-top: 0px;
    }
}
/*********************************end global*********************************/

/*********************************filter*********************************/
.store-filter-block{
    padding: 15px 0px;
}
.store-filter-block:first-child{
    padding-top: 0px;
}
.store-filter-block:last-child{
    padding-bottom: 0px;
}
.store-filter-block .store-filter-title{
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}
store-filter-block .store-filter-content{
    
}
.store-filter-checkbox, .store-filter-select-group{
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5px 0;
}
.store-filter-select{
    cursor: pointer;
    padding: 5px 10px;
    display: table;
}
.store-filter-select span{
	vertical-align: -webkit-baseline-middle; 
}
.store-filter-select.active{
    background-color: #ebebeb;
    border-radius: 15px;
}
.body-dark .store-filter-select.active{
    background-color: #2d88ff;
}
.store-filter-price-range{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.store-price-range-filter-line{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    margin: 16px;
    height: 1px;
    background: #bdbdbd;
}
.store-filter-price-range input{
    
}
.store-filter-star{
    color:#ffce3d;
    vertical-align: top;
}
.store-product-sortby{
    float:left;
}
.store-product-sortby:after{
    display: block;
    content:'';
    clear:both;
}
.store-product-sortby span{
    font-size: 14px;
    margin-right: 5px;
}
.store-product-sortby .form-control{
    display: inline-block;
    width: auto;
    height: 30px;
    padding: 0px 12px;
}
.store-btn-filter span{
    font-size: 22px;
}
@media (max-width: 991px) {
    .store-form-filter{
        padding-bottom: 60px;
    }
}
/*********************************end filter*********************************/

/*********************************product detail*********************************/
.store-product-detail{
    display: flex;
}
.store-product-detail .store-product-image{
    padding-right: 5px;
    position: relative;
}
.store-product-detail .store-product-image .store-product-image-content{
    width: 400px;
}
.store-product-detail .store-product-main{
    flex: 1 1 0%;
    border-left: 1px solid rgb(242, 242, 242);
    padding-left: 10px;
}
.body-dark .store-product-detail .store-product-main{
    border-color: #3a3b3c;
}
.store-product-detail .store-product-image .store-no-image{
    width: 100%;
}
.store-product-header .store-product-title{
    position: relative;
}
.store-product-header .store-product-below-title{
    margin-top: 10px;
}
.store-product-header .store-product-title .store-product-name{
    font-size: 25px;
    margin: 0px;
    font-weight: 300;
    max-width: 460px;
}
.store-product-header .store-product-title .store-product-action{
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
}
.store-product-header .store-product-title .store-product-action .store-action-item{
    width: 32px;
    height: 32px;
    border-radius: 22px;
    box-shadow: rgb(47 83 151 / 10%) 0px 2px 6px 0px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    margin-left: 12px;
    cursor: pointer;
    background: white;
}
.body-dark .store-product-header .store-product-title .store-product-action .store-action-item{
    background: #3a3b3c;
}
.store-product-header .store-product-title .store-product-action .store-action-item a.active{
    color: #f00;
}
.store-product-header .store-product-title .store-product-action .store-action-item a i{
    font-size: 20px;
}
.store-product-header .store-product-title .store-product-action .store-action-item a{
    line-height: 0;
}
.store-product-header .store-product-rating{
    display: inline-block;
}
.store-product-body{
    display: flex;
}
.store-product-content{
    flex: 1 1 0%;
    padding-right: 12px;
}
.store-product-content:after{
    display: block;
    content: '';
    clear: both;
}
.store-product-content .store-product-content-section{
    padding-bottom: 20px;
}
.body-dark .store-product-content .store-product-content-section{
    border-color: #3a3b3c;
}
.store-product-content .store-product-content-section:not(:first-child){
    margin-top: 20px;
}
.store-product-content .store-product-content-section:last-child{
    border-bottom: none;
}
.store-product-content .store-product-info{
    margin-top: 10px;
}
.store-product-content .store-product-info:after{
    display: block;
    content: '';
    clear: both;
}
.store-product-content .store-price-box{
    flex: 1 1 0%;
}
.store-product-content .store-price-box .store-new-price,
.store-product-content .store-price-box .store-old-price{
    margin-right: 10px;
}
.store-product-content .store-featured{
    align-self: center;
}
.store-product-content .store-new-price{
    font-size: 28px;
}
.store-product-content .store-old-price{
    font-size: 16px;
}
.store-product-content .store-product-buy .control-label{
    text-align: left;
}
.store-product-content .store-product-buy .btn.btn-primary{
    width: 100%;
    margin-top: 10px;
}
.store-product-content .store-product-buy .store-attribute-item{
    display: inline-block;
    border: solid 1px #979797;
    padding: 3px 8px;
    cursor: pointer;
    margin-right: 2px;
}
.store-product-content .store-product-buy .store-attribute-item:not(.store-attribute-disabled):hover,
.store-product-content .store-product-buy .store-attribute-item.active{
    border-color: #f00;
}
.body-dark .store-product-content .store-product-buy .store-attribute-item:not(.store-attribute-disabled):hover,
.body-dark .store-product-content .store-product-buy .store-attribute-item.active{
    border-color: #2d88ff;
}
.store-product-content .store-product-buy .store-attribute-disabled{
    opacity: 0.5;
}
.store-product-content .store-product-buy .store-attribute-disabled{
    cursor: default;
}
.store-product-content .store-review-star{
    float: left;
}
.store-product-content .store-product-action{
    float: right;
}
.store-product-content .store-action-item a i{
    font-size: 20px;
}
.store-product-price{
    padding: 15px;
    background: #fafafa;
    display: flex;
}
.body-dark .store-product-price{
    background: #3a3b3c;
 }
.store-product-content-section .store-attr-form{
    margin-bottom: 10px;
}
.store-seller{
    padding-bottom: 20px;
    width: 255px;
}
.store-seller .store-seller-content{
    border-radius: 4px;
    border: solid 1px rgb(242 242 242);
}
.body-dark .store-seller .store-seller-content{
    border-color: #3a3b3c;
}
.store-seller .store-seller-block{
    padding: 10px;
    border-top: 1px solid rgb(242, 242, 242);
}
.body-dark .store-seller .store-seller-block{
    border-color: #3a3b3c;
}
.store-seller .store-seller-block:first-child{
    border-top: none;
}
.store-seller-overview{
    display: flex;
    align-items: flex-start;
}
.store-seller-overview .store-seller-image{
    width: 44px;
}
.store-seller-overview .store-seller-image img{
    width: 100%;
}
.store-seller-overview .store-seller-name{
    align-self: center;
    margin-left: 10px;
}
.store-seller-below-overview{
    margin-top: 10px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.store-seller-below-overview .box-btn{
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    width: 49%;
}
.store-seller-below-overview .btn-text{
	margin-left: 5px !important;
}
.store-seller-policty-list{
    list-style: none;
    padding: 0px;
}
.store-seller-policty-list li{
    padding: 5px 0px;
}
.store-social-share{
    text-align: center;
    width: 100%;
}
.store-social-share .store-social-share-icons{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.store-social-share .store-social-share-icons li:first-child {
    margin-left: 0;
}
.store-social-share .store-social-share-icons li {
    list-style: none;
    margin: 5px 15px 5px 0;
    position: relative;
}
.store-social-share .store-social-share-icons li i{
    height: 30px;
    width: 30px;
    display: inline-block;
}
.s-facebook {
    background-image: url(images/facebook_circle.png)!important;
    background-repeat: no-repeat!important;
    background-position: 0 0;
    background-size: 100%;
}
.s-twitter {
    background-image: url(images/twitter_circle.png)!important;
    background-repeat: no-repeat!important;
    background-position: 0 0;
    background-size: 100%;
}
.s-linkedin {
    background-image: url(images/linkedin_circle.png)!important;
    background-repeat: no-repeat!important;
    background-position: 0 0;
    background-size: 100%;
}
.s-pinterest {
    background-image: url(images/pinterest_circle.png)!important;
    background-repeat: no-repeat!important;
    background-position: 0 0;
    background-size: 100%;
}
.core-lists.store-related-product-lists{
    display: block;
}
.core-lists.store-related-product-lists .store-related-item{
    width: 19.5%;
    display: inline-block;
}
.core-lists.store-related-product-lists .store-related-item .core-list-item{
    width: 100%;
}
.core-lists.store-related-product-lists .store-related-item + .store-related-item + .store-related-item + .store-related-item + .store-related-item + .store-related-item{
    display: none;
}
.core-lists.store-related-product-lists .slick-track{
    margin-left: 0;
}
.core-lists.store-related-product-lists .core-list-item{
    padding: 0px 5px;
}
.store-related-product-lists .slick-prev,
.store-related-product-lists .slick-next{
    width: 33px;
    height: 33px;
    display: inline-block;
    margin: 0;
    padding: 0px;
    font-size: 0;
    border-radius: 0;
    position: relative;
    color: #666;
    position: absolute;
    top: -34px;
    left: auto;
}
.store-related-product-lists .slick-prev .slick-arrow-icon,
.store-related-product-lists .slick-next .slick-arrow-icon{
    display: inline;
}
.store-related-product-lists .slick-prev{
    right: 42px;
}
.store-related-product-lists .slick-next{
    right: 5px;
}
.xzoom-thumbs {
    overflow: hidden;
}
.xzoom-thumbs .slick-track{
    margin-left: 0;
}
.xzoom-thumbs .xzoom-thumb-item{
    float: left;
    width: 62px;
    margin-right: 5px;
}
.xzoom-thumbs .xzoom-thumb-item:nth-child(5n){
    margin-right: 0px;
}
.xzoom-thumbs .xzoom-thumb-item img{
    width: 100%;
}
.xzoom-thumbs .slick-slide{
    cursor: pointer;
    margin-right: 5px;
}
.xzoom-thumbs .slick-slide:focus{
    outline: none;
}
.xzoom-thumbs .slick-prev, .xzoom-thumbs .slick-next{
    width: 25px;
    height: 25px;
}
.xzoom-thumbs .slick-prev .slick-arrow-icon, .xzoom-thumbs .slick-next .slick-arrow-icon{
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
}
.xzoom-thumbs .slick-prev{
    left: 5px;
}
.xzoom-thumbs .slick-next{
    right: 5px;
}
.store-product-description img{
    max-width: 100% !important;
}
.store-product-detail-info.core-list-info .core-list-info-item .core-list-info-l{
    width: 95px;
    text-transform: capitalize;
}
.store-product-detail-info.core-list-info .core-list-info-item .core-list-info-r{
    padding-left: 100px;
}
.store-product-detail-info.core-list-info .core-list-info-item .core-list-info-r .box-btn{
    margin-bottom: 2px;
}
.stote-review-list.comment_lists .comment-item .comment-outer.store-comment-outer{
    width: 98%;
}
.stote-review-list.comment_lists .act-item a{
    color: #6e6d6e;
}
.stote-review-list.comment_lists .act-item a.set_useful, .stote-review-list.comment_lists .act-item a.set_useful + a{
    color: #FB7923;
}
.body-dark .stote-review-list.comment_lists .act-item a{
    color: #e4e6eb;
}
.body-dark .stote-review-list.comment_lists .act-item a.set_useful, .body-dark .stote-review-list.comment_lists .act-item a.set_useful + a{
    color: #2d88ff;
}
@media (max-width: 991px) {
    .store-product-detail{
        display: block;
    }
    .store-product-detail .store-product-image{
        padding: 0px;
    }
    .store-product-detail .store-product-image .store-product-image-content{
        width: 100%;
    }
    .store-product-detail .store-product-main{
        padding: 0px;
        border: none;
        margin-top: 10px;
    }
    .store-product-header .store-product-title .store-product-action{
        position: relative;
        margin: auto;
        left:0px;
    }
    .store-product-body{
        display: block;
    }
    .store-seller{
        width: 100%;
        padding: 0px;
    }
}
/*********************************end product detail*********************************/

/*********************************cart*********************************/
.store-checkout-wrap {
    color: #444;
    font-family: 'PT Sans Caption',sans-serif;
    margin: 0px;
    max-width: 1200px;
    position: relative;
    padding-bottom: 90px;
    margin: auto;
}
ul.store-checkout-bar {
    display: block;
    justify-content: center;
    text-align: center;
    padding: 0px;
}
ul.store-checkout-bar li:nth-child(1) {
    z-index: 1;
}
ul.store-checkout-bar li {
    align-self: stretch;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    width: 16.66666666%;
    float: left;
    font-size: 13px;
    min-height: 95px;
}
ul.store-checkout-bar-order li {
    width: 33.33333333%;
}
ul.store-checkout-bar li.active {
    color: #00477b;
    font-weight: bold;
}
.body-dark ul.store-checkout-bar li.active {
    color: #2d88ff;
}
ul.store-checkout-bar li:nth-child(1):before {
    content: "1";
}
ul.store-checkout-bar li:nth-child(2):before {
    content: "2";
}
ul.store-checkout-bar li:nth-child(3):before {
    content: "3";
}
ul.store-checkout-bar li:nth-child(4):before {
    content: "4";
}
ul.store-checkout-bar li:nth-child(5):before {
    content: "5";
}
ul.store-checkout-bar li:nth-child(6):before {
    content: "6";
}
ul.store-checkout-bar li.active:before {
    background-color: #00477b;
    color: #ffffff;
    border: none;
}
.body-dark ul.store-checkout-bar li.active:before{
    background-color: #2d88ff;
}
ul.store-checkout-bar li:before {
    background: #D8D8D8;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    color: #757575;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 10px auto;
    position: relative;
    z-index: 2;
}
ul.store-checkout-bar li a {
    color: #000000;
    display: block;
    vertical-align: middle;
    font-weight: 400;
    max-width: 95px;
    margin: auto;
    font-size: 12px;
    width: auto;
    height: 29px;
}
.body-dark ul.store-checkout-bar li:not(.active), .body-dark ul.store-checkout-bar li a{
    color: #D8D8D8;
}
ul.store-checkout-bar li.active a{
    color: #00477b;
}
.body-dark ul.store-checkout-bar li.active a{
    color: #2d88ff;
}
ul.store-checkout-bar li:after {
    content: '';
    border-bottom: 7px solid #e0e0e0;
    position: absolute;
    top: 23px;
    left: 0;
    z-index: 1;
    width: 100%;
}
ul.store-checkout-bar a {
    color: #00477b;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-table;
}
@media (max-width: 991px) {
    ul.store-checkout-bar li {
        width: 33.3333333%;
    }
    .store-checkout-wrap{
        width: 100%;
    }
    .store-product-lists-4.core-lists.grid-view .core-list-item,
    .store-product-lists-5.core-lists.grid-view .core-list-item{
        width: 50% !important;
    }
    .core-lists.store-related-product-lists .store-related-item .core-list-item{
        width: 100% !important;
    }
    .store-product-lists.list-view .core-item-title .store-featured{
        visibility: hidden;
    }
    .store-product-lists.list-view .core-item-info .store-featured{
        visibility: visible;
    }
    .store-product-lists.grid-view .core-item-title .store-featured{
        visibility: visible;
    }
    .store-product-lists.grid-view .core-item-info .store-featured{
        display: none;
    }

}
@media (max-width: 413px) {
    .store-product-lists.list-view .store-discount{
        top: 65px;
        left: 0;
    }
    .store-product-lists.list-view .store-discount-item{
        width: 100%;
    }
    .store-product-lists.list-view .store-discount-item:after{
        width: 100%;
    }
}
/*********************************end cart*********************************/

/*********************************checkout*********************************/
.store-checkout-shipping{
    margin-top: 10px;
}
.store-checkout-product-section:not(:first-child){
    margin-top: 10px;
}
.store-checkout-payments{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.store-checkout-payments li label{
    font-weight: normal;
}
.store-checkout-payments li .store-payment-info{
    border: solid 1px #cccccc;
    padding: 7px;
    margin-left: 15px;
    margin-bottom: 10px;
}
.store-checkout-complete{
    text-align: center;
}
.store-checkout-complete .store-complete-icon{
    font-size: 100px;
    color: #30B900;
}
.store-checkout-complete h4{
    font-size: 30px;
    text-transform: uppercase;
}
.store-checkout-complete p{
    margin: 15px 0px;
}
.store-checkout-complete .btn.btn-cs{
    margin: 0px 3px;
}
/*********************************end checkout*********************************/

/*********************************store page*********************************/
.store-seller-portrait{
    position: relative;
    padding: 15px 0 15px;
    border-bottom: 1px solid rgba(0,0,0,.09);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.store-seller-portrait-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
.store-seller-portrait-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.4);
}
.store-seller-portrait-avatar{
    position: relative;
    display: block;
}
.store-seller-portrait .store-avatar {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 120px;
    width: 120px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #fff;
    position: relative;
    border-radius: 50%;
    display: inline-block;
}
.store-seller-portrait .store-avatar .store-avatar-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.store-seller-portrait-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    z-index: 1;
    text-align: center;
    margin-top: 3px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-size: 18px;
}
.store-seller-portrait-status {
    color: #fff;
    font-weight: 300;
    z-index: 1;
    margin-top: 3px;
}
.store-seller-portrait-status .store-seller-status{
    vertical-align: middle;
    font-size: 12px;
    color: hsla(0,0%,100%,.7);
    margin: 3px 0 3px;
}
/*********************************end store page*********************************/

/*********************************dashboard*********************************/
.store-dashboard-list{
}
.store-dashboard-list .form-group{
    margin-bottom: 0px;
}
.box2 .box_content.store-stats-block{
    padding: 15px;
}
.store-stats-block:after{
    clear: both;
    display: block;
    content: '';
}
.store-stats-block .store-stats-info{
    float: left;
    max-width: 75%;
}
.store-stats-block .store-stats-info .store-stats-number{
    font-size: 30px;
    font-weight: 800;
}
.store-stats-block .store-stats-info .store-stats-text{
    font-size: 14px;
}
.store-stats-block .store-stats-icon{
    width: 70px;
    float: right;
    text-align: right;
}
.store-stats-block .store-stats-icon i{
    font-size: 50px;
}
.store-variation-list{
    display: inline-block;
    max-width: 20%;
    margin-right: 5px;
}
.store-variation-item{
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}
.store-attr-values{
    margin-bottom: 5px;
}
.store-attr-values .select2-container{
    width: 100% !important;
}
.store-upload-image-item img.store-image-preview{
    width: 120px;
}
.store-upload-video-item img.store-image-preview{
    width: 30%;
    float: left;
}
.store-upload-video-item .store-name-preview{
    margin-left: 31%;
}
.store-upload-video-item:after{
    clear:both;
    content: '';
    display: block;
}
.store-adjustment-text{
    display: inline-block;
    width: auto;
}
.post-area-text .post-area-input{
	min-height: 50px !important;
}
@media (max-width: 991px) {
    .store-variation-item .store-variation-attr select{
        width: 100%;
        margin-bottom: 5px;
        max-width: 100%;
    }
    .store-variation-action{
        text-align: center;
    }
    .store-adjustment-text{
        width: 50%;
    }
    .store-dashboard-list .form-row.row{
        margin-left: 0px;
        margin-right: 0px;
    }
}
/*********************************end dashboard*********************************/

/*********************************mobile manager list*********************************/
.store-m-strong{
    font-weight: bold;
}
.body-dark .breadcrumb{
    background-color: #242526;
}
.store-form-holder{
    margin-bottom: 15px !important;
}
.store-box-content .grid-list-bar{
    text-align: right;
}
body[id^="page_store_"] .breadcrumb > li, body[id^="page_stores"] .breadcrumb > li{
    vertical-align: middle;
}
body[id^="page_store_"] .breadcrumb > li span, body[id^="page_stores"] .breadcrumb > li span{
    vertical-align: middle;
}
/*.store-tbody-div{
}
.store-tbody-div .store-td-div-check{
    position: absolute;
    left: -5px;
    top: 0px;
    z-index: 9999;
}
.store-tbody-div .store-td-div-name{
    position: absolute;
    left: 0px;
    top: -10px;
    padding-left: 25px;
}
.store-tbody-div .tr-div{
    padding-left: 30px;
    padding-top: 65px;
    position: relative;
}*/
.body-dark .closeButton .closeButtonIcon{
    color: #ffffff;
}