.store_breadcrumb{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    text-transform: capitalize;
}
.store_breadcrumb a{
    color: #333;
}
.store_toolbar {
    overflow: hidden;
    margin: 5px 0 0px;
    position: relative;
    padding: 10px;
    border: 1px solid #ebebeb;
}
.store_toolbar .material-icons {
    vertical-align: middle;
}
.store_toolbar .store_result_count {
    float: left;
    margin: 0;
    line-height: 26px;
}
.store_plugin_pagination {
    float: right;
}
.store_plugin_pagination ul.page_numbers {
    border: none;
    margin: 0;
}
#product-list, #store-list {
    position: relative;
    min-height: 400px;
}
#product-list .store_list_wrapper, #store-list .store_list_wrapper{
    margin-left: -5px;
    margin-right: -5px;
}
#product-list .store_list_wrapper:after, #store-list .store_list_wrapper:after{
    display: block;
    clear: both;
    content: "";
}
.store_grid_view:after, .store_list_view:after, .store_detail_tabs:after{
    clear: both;
    display: block;
    content: "";
}
.store_grid_view .store_product_item{
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
}
.store_grid_view .store_product_wrapper{
    width: 100%;
    float:none;
    padding: 5px;
}
.store_product_item {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: none repeat scroll 0 0 #fff;
    padding: 0 5px;
    margin-bottom: 10px;
    width: 283px;
}
#quickview-content .store_product_item{
    width: 100%;
}
.store_image_wrapper {
    width: 100%;
    padding: 0;
    position: relative;
}
.store_image_wrapper .product-image {
    display: inline-block;
    margin: 0 0 5px;
    position: relative;
    width: 100%;
    height: 273px;
    text-align: center;
    position: relative;
    border: 1px solid #f5f1f1;
}
.store_image_wrapper .product-image a img {
    box-shadow: none;
    float: none;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: auto;
    height: auto;
}
.store_image_wrapper .product-image .quick-view {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #ccc url(images/quick_view.png) no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    text-indent: -9999px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: 0.3s !important;
    cursor: pointer;
    z-index: 999;
}
.store_image_wrapper:hover .product-image .quick-view {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.store_image_wrapper .product-image .quick-view {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #ccc url(images/quick_view.png) no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    text-indent: -9999px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: 0.3s !important;
    cursor: pointer;
    z-index: 999;
}
.store_product_wrapper {
    border: 1px solid #f5f1f1;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
.store_product_wrapper .product-name a {
    color: #444;
    text-decoration: none;
    display: block;
    width: 100%;
}
.store_product_wrapper .product-name {
    font-size: 14px;
    font-weight: normal;
    height: 34px;
    line-height: normal;
    margin: 0 0 5px;
    max-height: 100px;
    overflow: hidden;
    text-align: center;
    text-transform: capitalize;
}
.store_product_wrapper .store_review_star {
    text-align: center;
    display: block;
}
.store_product_wrapper .price-box {
    margin: 3px 0;
    width: 100%;
    text-align: center;
	display: flex;
	justify-content: center;
}
.old-price{
    text-decoration: line-through;
    margin-right: 3px;
	display: inline-block;
    line-height: 30px;
}
.special-price {
    font-size: 18px;
    color: #246ea3;
    display: inline-block;
    line-height: 30px;
}
.store_product_wrapper .product_item_actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    width: 100%;
    margin: 0;
    background-color: #fff;
}
.store_product_wrapper .product_item_actions .action-buttons {
    padding: 0;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    width: 100%;
    margin: 0;
    background-color: #fff;
}
.store_product_wrapper .product_item_actions .action-buttons>div {
    float: none!important;
    margin-right: 1px;
    text-align: center!important;
    width: auto!important;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    box-flex: 1;
}
.store_product_wrapper .product_item_actions .action-buttons>div i{
    font-size: 16px;
    vertical-align: sub;
    margin: 0;
}
.store_product_wrapper .product_item_actions .add-to-cart .add_to_cart_inline {
    border: none !important;
    margin: 0;
    padding: 0 !important;
    position: relative;
}
.store_product_wrapper .product_item_actions .add-to-cart .add_to_cart_inline a{
    background: none;
    width: 100%;
    padding: 0;
    display: block;
    background: #fff;
    padding: 0px;
    font-size: 14px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    white-space: nowrap;
    color: #246ea3;
    text-transform: uppercase;
    font-weight: normal;
    border: 1px solid #246ea3;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-decoration: none;
}
.store_product_wrapper .product_item_actions .action-buttons>div a:hover, .store_product_wrapper .product_item_actions .action-buttons>div a.active{
    transition: all .3s ease 0s;
    background: #246ea3;
    color: #fff;
}
.store_product_wrapper .store_detail_addcart .store_detail_addcart_quantity{
    float: left;
    font-size: 14px;
    height: 50px;
    margin-right: 5px;
    width: auto;
}
.store_product_wrapper .store_detail_addcart .store_detail_addcart_quantity input {
    background: none;
    border: 1px solid #333;
    border-radius: 0;
    box-shadow: none;
    font-weight: normal;
    height: 40px;
    margin: 0 1px;
    width: 50px;
}
.store_product_wrapper .store_detail_addcart .store_detail_addcart_button {
    background: #FFFFFF;
    border: 1px solid #246ea3;
    border-radius: 0;
    box-shadow: none;
    color: #246ea3;
    font-size: 14px;
    margin: 0;
    padding: 10px 10px;
    text-shadow: none;
    text-transform: uppercase;
    width: auto;
}
.store_product_wrapper .store_detail_addcart .store_detail_addcart_button:hover, .store_product_wrapper .store_detail_addcart .store_detail_addcart_buttonn.active {
    background: #246ea3;
    color: #FFFFFF;
}
.store_product_wrapper .short-description{
    margin-top: 10px;
}
.store_product_wrapper .store_product_meta {
    margin-top: 10px;
    position: relative;
    width: 100%;
}
.store_product_wrapper .store_product_meta .meta_wrapper{
    display: block
}
.store_list_view .store_product_wrapper{
    border: none;
    padding: 0 0 0 15px;
    width: 529px;
    float: left;
    position: relative;
    min-height: 1px;
}
.store_list_view .store_product_item{
    width: 100%;
    float:none;
}
.store_list_view .store_image_wrapper{
    width: 273px;
    float: left;
}
.store_list_view .store_image_wrapper .single-product-image img{
    width: 100%;
}
.store_list_view .store_product_item:after{
    clear: both;
    display: block;
    content: "";
}
.store_list_view .product-name, .store_list_view .store_review_star, .store_list_view .price-box{
    text-align: left;
	justify-content: left;
}
.store_list_view .product-name{
    font-size: 18px;
    text-transform: capitalize;
    height: auto;
}
.store_list_view .store_review_star{
    display: inline-block;
    vertical-align: middle;
}
.store_list_view .product_item_actions{
    padding: 0;
}
.store_list_view .store_product_wrapper .product_item_actions .action-buttons{
    width: auto;
}
.store_list_view .store_product_wrapper .product_item_actions .action-buttons > div{
    margin-right: 10px !important;
}
.store_list_view .store_product_wrapper .product_item_actions .action-buttons a{
    width: auto;
    padding: 0 10px;
    float: left;
}
.store-product-action .add-to-links>a, .store-product-action .shareproduct>a, .store-product-action .shareproduct .list_option {
    width: auto;
    background: 0 0;
    border: 1px solid #246ea3;
    color: #246ea3;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all .3s ease 0s;
}
.store_review_star {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    width: auto !important;
}
.store_featured_product {
    background-image: url(images/featured.png);
    background-size: 100% auto;
    display: block !important;
    height: 99px !important;
    left: auto;
    position: absolute !important;
    right: -9px;
    top: -7px;
    width: 102px !important;
    z-index: 9;
    transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    overflow: hidden;
}
.store_featured_product:hover{
    text-decoration: none;
}
.store_featured_product span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    bottom: 0;
    color: #ffffff;
    display: block;
    font-size: 12px;
    height: 40px;
    left: -3px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    right: 0px;
    text-overflow: ellipsis;
    top: 6px;
    white-space: nowrap;
}
.store_toolbar .store_plugin_paginationn {
    float: right;
}
.store_toolbar .store_plugin_paginationn ul.page-numbers {
    border: none;
    margin: 0;
    list-style-type: none;
}
.store_toolbar .store_plugin_paginationn ul.page-numbers li {
    border: none;
    margin-left: 6px;
    display: inline-flex;
}
.store_toolbar .store_plugin_paginationn ul.page-numbers li a,
.store_toolbar .store_plugin_paginationn ul.page-numbers li span {
    color: #333;
    display: inline-block;
    float: left;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    padding: 0;
    font-weight: bold
}
.store_toolbar .store_plugin_paginationn ul.page-numbers li.current,
.store_toolbar .store_plugin_paginationn ul.page-numbers li:hover a {
    background: none;
    color: #246ea3;
    text-decoration: underline
}
.store_toolbar .store_plugin_paginationn ul.page-numbers li a.next,
.store_toolbar .store_plugin_paginationn ul.page-numbers li a.prev,
.store_toolbar .store_plugin_paginationn ul.page-numbers li span.next,
.store_toolbar .store_plugin_paginationn ul.page-numbers li span.prev {
    background-image: url('images/pag-arrow.jpg');
    background-repeat: no-repeat;
    background-position: -22px 0;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 22px
}
.store_toolbar .store_plugin_paginationn ul.page-numbers li a.next:hover,
.store_toolbar .store_plugin_paginationn ul.page-numbers li a.prev:hover,
.store_toolbar .store_plugin_paginationn ul.page-numbers li span.next:hover,
.store_toolbar .store_plugin_paginationn ul.page-numbers li span.prev:hover {
    background-position: -22px -22px
}
.store_toolbar .store_plugin_paginationn ul.page-numbers li a.prev,
.store_toolbar .store_plugin_paginationn ul.page-numbers li span.prev {
    background-position: 0 0
}
.store_toolbar .store_plugin_paginationn ul.page-numbers li a.prev:hover,
.store_toolbar .store_plugin_paginationn ul.page-numbers li span.prev:hover {
    background-position: 0 -22px
}
.store_toolbar .store_plugin_paginationn ul.page-numbers > a {
    float: none !important;
}
.store-viewer-action-bar .store-view-type{
    float: right;
    display: inline-block;
}
.store-viewer-action-bar .store-view-type .store-view-type-item {
    line-height: 26.5px;
    font-size: 14px;
    margin-right: 5px;
    color: rgba(0,0,0,0.2);
    text-decoration: none;
}
.store-viewer-action-bar .store-view-type .store-view-type-item.active {
    color: #246ea3;
}
.store-viewer-action-bar .store-view-type .store-view-type-item i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 5px;
}
.store-glossymenu {
    margin-top: 10px;
    padding: 4px 5px;
}
.store-cd-accordion-menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style: none;
}
.store-cd-accordion-menu input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
.store-cd-accordion-menu label {
    float: right;
    cursor: pointer;
    margin-top: 5px;
}
.store-cd-accordion-menu label i {
    font-size: 16px;
    vertical-align: middle;
}
.store-cd-accordion-menu li a {
    display: block;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 30px;
}
.store-cd-accordion-menu > li > a.current {
    padding-left: 3px !important;
}
.store-cd-accordion-menu li a.current {
    background-color: #247BBA;
    color: #FFFFFF;
}
.store-cd-accordion-menu ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style: none;
}
.store_related_products_widget:after{
    clear: both;
    display: block;
    content: "";
}
.store_related_products_widget .store-slick-slider button {
	width: 38px;
    height: 38px;
    border: 1px solid #eee;
    display: inline-block;
    margin: 0;
    padding: 0px;
    font-size: 0;
    border-radius: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    color: #666;
    position: absolute;
    top: -25px;
    left: auto;
}
.store_related_products_widget .store-slick-slider button i{
    vertical-align: middle;
    font-size: 22px;
    color: #000000;
}
.store_related_products_widget .store-slick-prev{
    right: 42px;
}
.store_related_products_widget .store-slick-next{
    right: 5px;
}
.store_breadcrumb h1{
    margin-bottom: 0px !important;
}
.store_related_product_content{
    margin-left: -5px;
    margin-right: -5px;
}
.store_item_loading {
    background-image: url(images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: 50% 200px;
    background-color: #FFFFFF;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
.store-social-share{
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.store-social-share .store-social-share-icons{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
}
.store-social-share .store-social-share-icons li:first-child {
    margin-left: 0;
}
.store-social-share .store-social-share-icons li {
    display: inline-block;
    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-google-plus {
    background-image: url(images/google_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%;
}
.store_product_detail .product_item_actions{
    margin-top: 10px;
}
.store_product_detail .store_cloudzoom_images .images {
    position: relative;
}
.store_product_detail .store_cloudzoom_images .cloud-zoom-wrap {
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.store_product_detail .zoom_in_marker{
    background: #bababa;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.store_product_detail .zoom_in_marker i{
    vertical-align: middle;
}
.store_product_detail .product-name{
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
}
.store_product_detail .store_attribute_form table{
    float: left;
    width: 100%;
}
.store_product_detail .store_attribute_form:after{
    clear: both;
    display: block;
    content: "";
}
.store_product_detail .store_attribute_form table td {
    border: none;
    padding: 0 0 10px;
    float: left;
}
.store_product_detail .store_attribute_form table td.attr_label {
    color: #353535;
    font-size: 14px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.store_product_detail .store_attribute_form table td.attr_value{
    width: 100%;
}
.store_product_detail .store_attribute_form table td.attr_value select {
    border: 1px solid #e5e5e5;
    height: 38px;
    padding: 0 0 0 10px;
    width: 100%;
}
.store_product_detail .store_product_item{
    padding: 0;
    border: none !important;
}
.store-checkout-bar-wrap{
    color: #444;
    font-family: 'PT Sans Caption', sans-serif;
    margin: 40px auto;
    max-width: 1200px;
    position: relative;
    padding-bottom: 50px;
}
.store-checkout-bar-wrap .store-checkout-bar{
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-size: 35px 35px;
    background-color: #EcEcEc;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    list-style: none;
    list-style-type: none;
}
.store-checkout-bar-wrap .store-checkout-bar:before {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 30%;
}
.store-checkout-bar-wrap .store-checkout-bar li {
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 19%;
}
.store-checkout-bar-wrap .store-checkout-bar li.active {
    color: #8bc53f;
    font-weight: bold;
}
.store-checkout-bar-wrap .store-checkout-bar li.visited:before {
    background: #57aed1;
    z-index: 100;
}
.store-checkout-bar-wrap .store-checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 99;
}
.store-checkout-bar-wrap .store-checkout-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 20;
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background: #ddd;
    border: 2px solid #FFF;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.store-checkout-bar-wrap .store-checkout-bar li.active:before {
    background: #8bc53f;
    z-index: 99;
}
.store-checkout-bar-wrap .store-checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #8bc53f;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
}
.store-checkout-bar-wrap .store-checkout-bar li a {
    color: #57aed1;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.store-checkout-bar-wrap .store-checkout-bar li:nth-child(1):before {
    content: "1";
}
.store-checkout-bar-wrap .store-checkout-bar li:nth-child(2):before {
    content: "2";
}
.store-checkout-bar-wrap .store-checkout-bar li:nth-child(3):before {
    content: "3";
}
.store-checkout-header{
    float: none;
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    margin: 0!important;
}
.store-checkout-header:after{
    display: block;
    clear: both;
    content: "";
}
.store-cart-actions {
    margin-top: 10px;
    overflow: hidden;
}
.store-cart-actions a:first{
    margin-left: 0;
}
.store-cart-actions a{
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #909295;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    display: inline-block;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 34px;
    line-height: 32px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    margin-left: 10px;
}
.store-cart-actions a:hover {
    background: #246ea3;
    color: #fff;
    text-shadow: none;
    text-decoration: none;
}
.store-cart-actions:after, .store-checkout-content:after, .store-checkout-content #order_review #payment .place-order:after, .store-checkout-content #customer_details:after{
    display: block;
    clear: both;
    content: "";
}
.store-checkout-content{
    margin-top:10px;
}
.store-checkout-item .store_name {
    line-height: 40px;
    padding: 0 10px;
    background: #f9f9f9 none repeat scroll 0 0;
    color: rgba(0, 0, 0, 0.87);
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.store-checkout-content #customer_details {
    float: left;
    padding-right: 80px;
    width: 55%
}
.store-checkout-content #order_review {
    float: left;
    width: 45%
}
.store-checkout-content #order_review .order-review {
    background: #ececec;
    margin-bottom: 40px;
    padding: 30px
}
.store-checkout-content #order_review .order-review .shop_table {
    background: none;
    margin: 0
}
.store-checkout-content .store_plugin-billing-fields,
.store-checkout-content .store_plugin-shipping-fields {
    float: left;
    width: 100%
}
.store-checkout-content .store_plugin-billing-fields h3,
.store-checkout-content .store_plugin-shipping-fields h3,
.store-checkout-content .store_plugin-checkout-review-order .order_review_heading{
    font-size: 25px;
    font-weight: normal;
    margin-top: 0px;
    /*    font-family: BebasNeuewebfont*/
}
.store-checkout-content .store_plugin-billing-fields h3 label,
.store-checkout-content .store_plugin-shipping-fields h3 label {
    margin-right: 5px
}
.store-checkout-content .store_plugin-billing-fields label,
.store-checkout-content .store_plugin-shipping-fields label {
    display: block;
}
.store-checkout-content .store_plugin-billing-fields label.checkbox,
.store-checkout-content .store_plugin-shipping-fields label.checkbox {
    font-size: 25px;
    font-weight: normal;
    /*    font-family: BebasNeuewebfont*/
}
.store-checkout-content .store_plugin-billing-fields #order_comments,
.store-checkout-content .store_plugin-shipping-fields #order_comments {
    height: 80px;
    padding: 10px
}
.store-checkout-content .form-row {
    margin: 0 0 10px;
    padding: 0;
}
.store-checkout-content .form-row .required {
    border: 0 none;
    color: red;
    font-weight: 700;
}
.store-checkout-content .form-row-first, .store-checkout-content .form-row-last{
    float: left;
    overflow: visible;
    width: 47%;
}
.store-checkout-content .form-row-last{
    float: right;
}
.store-checkout-content .form-row .input-text, .store-checkout-content .form-row input[type="text"], .store-checkout-content .form-row .form-row .input-text {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 26px;
    width: 100%;
    padding: 0 0 0 10px;
}
.store-checkout-content .form-row select {
    border: 1px solid #e5e5e5;
    height: 32px !important;
}
.store-checkout-content .shop_table {
    background: #fff;
    border-color: #e5e5e5;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-radius: 0;
    margin: 0 0 30px;
    width: 100%;
}
.store-checkout-content .shop_table th {
    color: #909295;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap
}
.store-checkout-content .shop_table th.product-remove {
    border-left: none
}
.store-checkout-content .shop_table th {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.store-checkout-content .shop_table td {
    border-top: none;
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.store-checkout-content .shop_table td.store_name {
    background: #f9f9f9 none repeat scroll 0 0;
    color: rgba(0, 0, 0, 0.87);
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.store-checkout-content .shop_table td.product-name {
    padding-left: 15px;
    text-align: left
}
.store-checkout-content .shop_table .cart_item:hover {
    background: #f9f9f9
}
.store-checkout-content .shop_table .product-remove {
    text-align: center
}
.store-checkout-content .shop_table .product-remove a.remove {
    background-color: transparent !important;
    background-image: url(images/cart-remove.png) !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    display: inline-block;
    height: 11px;
    overflow: hidden;
    text-indent: -9999px;
    width: 11px;
    -webkit-transition: none;
    transition: none
}
.store-checkout-content .shop_table .product-remove a.remove:hover {
    background-position: center bottom !important
}
.store-checkout-content .shop_table .product-name {
    width: 550px;
}
.store-checkout-content .shop_table .product-name .variation {
    color: #333;
    font-size: 12px;
    margin: 5px 0 0;
    text-transform: none
}
.store-checkout-content .shop_table .product-name .variation dt {
    font-weight: normal
}
.store-checkout-content .shop_table .product-name .variation dd {
    margin: 0 0 3px;
    padding: 0
}
.store_plugin td.product-name dl.variation dd, .store_plugin td.product-name dl.variation dt{
    display: inline-block;
    float: left;
}
.store-checkout-content .shop_table .product-thumbnail {
    max-width: 76px
}
.store-checkout-content .shop_table .product-thumbnail img {
    width: 76px
}
.store-checkout-content .shop_table .quantity {
    height: 36px;
    width: 68px
}
.store-checkout-content .shop_table .quantity .input-text {
    border: none;
    border-radius: 0;
    font-weight: normal;
    height: 36px;
    width: 50px
}
.store-checkout-content .shop_table .quantity .minus,
.store-checkout-content .shop_table .quantity .plus {
    background: #333;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    height: 17px;
    text-shadow: none;
    width: 17px
}
.store-checkout-content .shop_table .quantity .minus:hover,
.store-checkout-content .shop_table .quantity .plus:hover {
    background: #4d4d4d
}
.store-checkout-content .shop_table .cart-subtotal th,
.store-checkout-content .shop_table .shipping th,
.store-checkout-content .shop_table .order-total th {
    font-size: 14px
}
.store-checkout-content #order_review_heading {
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 20px;
    text-transform: uppercase;
    width: 100%;
}
.store-checkout-content #order_review {
    float: left;
    width: 45%
}
.store-checkout-content #order_review .order-review {
    background: #ececec;
    margin-bottom: 40px;
    padding: 30px
}
.store-checkout-content #order_review .order-review .shop_table {
    background: none;
    margin: 0
}
.store-checkout-content #order_review_heading {
    font-size: 30px;
    font-weight: normal;
    /*font-family: BebasNeuewebfont;*/
    margin: 0 0 20px;
    text-transform: uppercase;
    width: 100%
}
.store-checkout-content #order_review .shop_table .product-name {
    border-left: none
}
.store-checkout-content #order_review .shop_table .cart-subtotal th,
.store-checkout-content #order_review .shop_table .shipping th,
.store-checkout-content #order_review .shop_table .order-total th {
    border-top: none
}
.store-checkout-content #order_review .shop_table .order-total .amount {
    font-size: 20px;
    font-weight: normal
}
.store-checkout-content #order_review .shop_table .product-total {
    padding-right: 20px;
    text-align: right
}
.store-checkout-content #order_review .shop_table .product-total .amount {
    color: #353535
}
.store-checkout-content #order_review .shop_table tfoot th {
    background: none;
    color: #333;
    padding-right: 25px;
    text-align: left
}
.store-checkout-content #order_review .shop_table tfoot td {
    font-weight: normal;
    padding-right: 20px;
    text-align: right
}
.store-checkout-content #order_review #payment {
    border-radius: 0
}
.store-checkout-content #order_review #payment a:hover {
    text-decoration: underline
}
.store-checkout-content #order_review #payment a.about_paypal {
    margin-left: 15px
}
.store-checkout-content #order_review #payment .payment_methods {
    border: none;
    padding: 20px;
    list-style: none;
    list-style-type: none;
}
.store-checkout-content #order_review #payment .payment_methods li {
    margin: 0 0 15px
}
.store-checkout-content #order_review #payment .payment_methods label {
    font-family: Roboto, Arial, Helvetica, sans-serif
}
.store-checkout-content #order_review #payment .payment_methods .payment_box {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    margin: 10px 0;
    padding: 25px;
    text-shadow: none;
    width: 100%
}
.store-checkout-content #order_review #payment .payment_methods .payment_box:after {
    border-color: transparent transparent #fff
}
.store-checkout-content #order_review #payment .place-order {
    border: none;
    padding: 20px
}
.store-checkout-content #order_review #payment .place-order #place_order {
    background: #333;
    border: none;
    color: #fff;
    float: right;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 34px;
    line-height: 32px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}
.store-checkout-content #order_review #payment .place-order #place_order:hover {
    background: #4d4d4d
}
.store-checkout-content .checkout_coupon {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    margin: 0 0 20px
}
.store_plugin-checkout-payment {
    background: #ebe9eb;
    border-radius: 5px;
}
.store-checkout-content .error-message{
    margin: 0 0 10px !important;
}
.store_detail_tabs ul.store_tab_header {
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    padding: 0;
    border-radius: 0;
    list-style: none;
}
.store_detail_tabs ul.store_tab_header:before {
    display: none
}
.store_detail_tabs ul.store_tab_header li {
    background-color: #fff;
    border: none;
    border-right: 1px solid #fff;
    border-radius: 0;
    margin: 0;
    padding: 0;
    float: left;
    font-size: 1.1em;
    line-height: 1em
}
.store_detail_tabs ul.store_tab_header li:before,
.store_detail_tabs ul.store_tab_header li:after {
    display: none
}
.store_detail_tabs ul.store_tab_header li a {
    display: block;
    padding: 0 15px !important;
    font-size: 16px;
    /*    font-family: BebasNeuewebfont;*/
    color: #666;
    text-decoration: none;
    text-transform: uppercase;
    height: 43px;
    line-height: 43px;
    font-weight: normal;
    background-color: #fff;
}
.store_detail_tabs ul.store_tab_header li a:hover {
    color: #fff;
    background: #246ea3
}
.store_detail_tabs ul.store_tab_header li.ui-state-active a {
    color: #fff;
    background: #246ea3
}
.store_detail_tabs .panel {
    padding: 0 !important;
    float: left;
    margin: 0 !important;
    min-height: 110px;
    width: 100%;
    box-shadow: none
}
.store_detail_tabs .panel .content_center{
    padding: 0;
}
.store_detail_tabs .panel#tab-reviews {
    overflow: visible;
}
.store_detail_tabs .panel h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 20px
}
.store_detail_tabs .panel h3 {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 20px
}
.store_detail_tabs .panel .shop_attributes {
    border: none
}
.store_detail_tabs .panel .shop_attributes th {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: normal
}
.store_detail_tabs .panel .shop_attributes td {
    padding-left: 10px
}
.store_detail_tabs #tab-reviews #reviews h3 {
    margin: 0 0 20px
}
.store_detail_tabs #tab-reviews #reviews #comments .commentlist {
    margin: 0 0 25px;
    padding: 0
}
.store_detail_tabs #tab-reviews #reviews #comments .commentlist li .avatar {
    background: none;
    border: none;
    padding: 0;
    width: 60px
}
.store_detail_tabs #tab-reviews #reviews #comments .commentlist li .comment-text {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    margin-left: 80px;
    position: relative
}
.store_detail_tabs #tab-reviews #reviews #comments .commentlist li .comment-text:before {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    content: "";
    display: block;
    height: 10px;
    left: -6px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px
}
.store_detail_tabs #tab-reviews #reviews #comments .commentlist li .comment-text strong {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal
}
.store_detail_tabs #tab-reviews #reviews #review_form .comment-form label {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0 0 5px;
    width: 100%
}
.store_detail_tabs #tab-reviews #reviews #review_form .comment-form input {
    border: 1px solid #e5e5e5;
    height: 32px;
    padding: 0 0 0 10px;
    width: 100%
}
.store_detail_tabs #tab-reviews #reviews #review_form .comment-form textarea {
    border: 1px solid #e5e5e5;
    height: 122px;
    padding: 10px;
    width: 100%
}
.store_detail_tabs #tab-reviews #reviews #review_form .comment-form .form-submit #submit {
    background: #fff;
    border: 1px solid #909295;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    display: inline-block;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: auto
}
.store_detail_tabs #tab-reviews #reviews #review_form .comment-form .form-submit #submit:hover {
    background: #246ea3;
    color: #fff;
    text-shadow: none;
    border-color: #246ea3
}
.store-video-list{
    width: 33.3333%;
    float: left;
}
.store-video-list .item-content a{
    display: block;
    width: 100%;
}
.store-video-list .item-content a img{
    width: 100%;
}
.create_new_store a, #btn_contact_seller{
    width: 100%;
}
.seller_info .seller_image {
    position: relative;
}
.seller_info img {
    width: 100%;
    margin: auto;
    display: block;
}
.seller_info ul {
    margin-top: 10px;
}
.seller_info ul label {
    width: 25%;
}
.seller_review_star .store_review_star{
    display: inline-block;
    vertical-align: middle;
}
.seller_review_star .total-rating{
    display: inline-block;
    vertical-align: unset;
}
#reviewForm ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#reviewForm li, #reportReviewForm li{
    text-align: left;
}
#reviewForm li .review_star {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    width: auto !important;
}
#reviewForm #content {
    min-height: 150px;
}
#reviewForm #images-uploader #triggerUpload{
    margin-top: 5px;
}
ul#review_content > li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
ul#review_content > li:last-child{
    border-bottom: none;
}
ul#review_content > li > a img{
    width: 96px;
    display: block;
}
.store_review_info {
    margin-left: 110px;
    text-align: left;
}
.store_review_info_user {
    line-height: 1.5;
    margin: 0px 0 0;
    word-wrap: break-word;
    font-size: 13px;
}
.store_review_action .store-btn-feed {
    background-color: #f9f9f9;
    border: 1px solid rgba(180, 180, 180, 0.3);
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}
.store_review_action .store-btn-feed a {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
.store_review_action .store-btn-feed > a + a {
    background-color: #f1f1f1;
    border-left: 1px solid rgba(180, 180, 180, 0.3);
    color: #000;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    vertical-align: top;
}
.store_review_action .store-btn-feed i {
    font-size: 18px;
    vertical-align: sub;
}
.store_review_photo {
    overflow: hidden;
}
.store_review_photo div.store_review_photo_item {
    float: left;
    margin-top: 10px;
    padding: 2px;
    width: 10%;
}
.store_review_photo div.store_review_photo_item a {
    background-size: cover;
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    width: 100%;
}
.store_review_photo .layer_square > img{
    width: 100%;
}
.store_review_reply{
    margin: 0;
    padding: 0;
    list-style: none;
}
.store_review_reply li{
    padding: 10px 0;
}
.store_review_reply li:last-child {
    border: medium none;
}
.store_review_reply .store_review_info{
    margin-left: 0;
}
.store_added_cart_info .added_cart_image{
    text-align: center;
}
.data-empty{
    text-align: center;
    padding: 10px;
}
.store-pay-success {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #2a9300;
    padding: 15px;
}
.store-pay-success .alert-ct, .store-pay-error .alert-ct {
    padding-left: 45px;
}
.store-pay-success .alert-ct {
    background: rgba(0, 0, 0, 0) url(images/icon-success.png) no-repeat scroll 0 0;
}
.store-pay-success h4 {
    color: #47b200;
    text-transform: uppercase;
    border: none;
    margin-top: 0 !important;
}
.store-pay-success .alert-ct li, .store-pay-error .alert-ct li {
    margin-top: 10px;
}
.store-pay-success .alert-ct a, .store-pay-error .alert-ct a {
    color: #246ea3;
}
.print_order {
    cursor: pointer;
    color: #787884;
    font-size: 14px;
    position: absolute;
    right: 0;
}
#storeModal .modal-body{
    padding: 10px;
}
#cart_content .store_name.highlight {
    color: red;
}
.store_detail_tabs_more{
    display: none;
}
.store_detail_tabs_more ul li a{
    padding: 10px 20px;
}
.div-detail-app .product-quantity input{
    width: 100%;
}

.store_mobile_menu{
    display: none;
    margin-bottom: 0 !important;
    background-color: #fff;
    border-bottom: 1px solid #d3d3d3 !important;
    
    /*position: fixed;
    width: 100%;
    top: 51px;
    left: 0;
    z-index: 100;*/
}
/*body.faceOutEffect .store_mobile_menu{
    top: 0;
}*/
.store_mobile_menu > ul {
    display: flex;
    padding: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.store_mobile_menu > ul > li {
    -moz-box-flex: 1;
    margin: 0;
    width: 100%;
}
.store_mobile_menu > ul > li span, .store_mobile_menu > ul > li a {
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    padding: 0 !important;
    text-align: center;
    position: relative;
}
.store_mobile_menu > ul > li.current a {
    border-bottom: 2px solid #f57d20;
    color: #000;
}
.store_mobile_menu > ul > li i {
    color: rgba(0, 0, 0, 0.7);
    font-size: 30px !important;
    line-height: 48px;
    margin-right: 0 !important;
    width: 100% !important;
    display: inline-block;
    text-decoration: none;
}
.store_mobile_menu .dropdown-menu {
    left: auto;
    margin: 0;
    padding: 0;
    right: 0;
    width: 100%;
}
.store_mobile_menu .dropdown-menu {
    left: auto;
    margin: 0;
    padding: 0;
    right: 0;
    width: 100%;
}
.store_mobile_menu .dropdown-menu li a {
    color: #000;
    padding: 0 10px;
    text-align: left;
}
.store_mobile_menu .dropdown-menu li a i{
    vertical-align: middle;
    display: inline-block;
}
.store_mobile_menu > ul > li:nth-child(2) {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.store_mobile_menu > ul > li:nth-child(3), .store_mobile_menu > ul > li:nth-child(4) {
    border-right: 1px solid #e1e1e1;
}
.store_mobile_menu .dropdown-menu.mobileDropdown {
    padding: 0 10px !important;
}
.store_mobile_menu .dropdown-menu.mobileDropdown li:hover a {
    color: #247BBA;
}
.store_mobile_menu .dropdown-menu.mobileDropdown li.current a {
    font-weight: bold;
    color: #247BBA;
}

.store_mobile_group{
    display: none;
    margin-bottom: 10px;
}
.store_search_form{
    display: none;
}
.form_search_product ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.form_search_product ul li {
    padding-bottom: 10px;
}


.div-full-breabcrum {
    overflow: hidden;
    margin-bottom: 0;
    display: block;
    background: #f5f8fc;
    border-bottom: 1px solid #dfdfdf;
    background: #f4f4f4 none repeat scroll 0 0;
}
.div-full-breabcrum > div {
    display: table-column;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 12px;
    color: #424f54;
    padding: 0 5px;
}
.store_detail_row {
    overflow: hidden;
    margin-bottom: 0;
    display: block;
    border-bottom: 1px solid #ddd;
    display: block;
    line-height: 20px;
    vertical-align: middle;
    text-align: left;
}
.store_detail_row:last-child{
    border-bottom:none;
}
.store_detail_row > div {
    padding: 10px 5px;
    text-align: left;
}
.store_detail_row > div:last-child, .div-full-breabcrum > div:last-child{
    padding-right: 0;
}
.group-group-img{
    float: left;
    margin-right: 5px;
    float: left;
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: block;
    border: 1px solid #f5f1f1;
    text-align: center;
}
.group-group-img img {
    max-width: 100%;
    max-height: 100%;
}
.div-detail-app .text-left{
    text-align: left !important;
}
.div-detail-app .text-right{
    text-align: right !important;
}
.div-detail-app .text-center{
    text-align: center !important;
}
.store_detail_row .col-xs-12:after{
    clear: both;
    display: block;
    content: "";
}
.form-search-app:after{
    display: block;
    clear: both;
    content: "";
}
.store_manager_pagination{
    margin-top: 10px;
}
.panel{
    box-shadow: none;
    margin-bottom: 0;
}
.panel-body {
    padding: 15px 0 0 0 !important;
}

.business_store .store_grid_view .store_product_item{
    width: 50%;
}
.store-video-list .video_info {
    height: 50px;
    overflow: hidden;
}
.store-video-list .video_info a{
    font-size: 13px !important;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
    cursor: default;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    width: 250px !important;
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
}
.cart_total{
    font-weight: bold;
    font-size: 15px;
}
.store-btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.store-btn:hover {
    opacity: 0.8;
    color: #FFFFFF;
    text-decoration: none;
}
.store-btn:active {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    transition-delay: 0s;
}
.store-btn-action{
    background-color: #D8601F;
    color: white;
    font-size: 12px;
    padding: 4px 10px !important;
    border-radius: 0 !important;
}
.store-btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.store-btn.disabled, .store-btn[disabled], fieldset[disabled] .store-btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
span.newarrival, span.onsale {
    border-radius: 0;
    height: 31px;
    position: absolute;
    width: 67px;
    z-index: 20;
    line-height: 3.236;
    margin: 0;
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: url(../images/bg-sale.png) no-repeat rgba(0, 0, 0, 0);
    left: 0;
    top: 18px;
    font-size: .857em;
}
.sale-text {
    display: block;
    font-size: 15px;
    left: -7px;
    position: absolute;
    right: 0;
    line-height: 3.236;
    text-transform: uppercase;
    top: -9px;
}
.shareproduct .tooltip{
    z-index: 999 !important;
}
.shareproduct .tooltip-arrow{
    display: none;
}
.store_info p{
    margin-bottom: 5px;
}
.store_info p:last-child{
    margin-bottom: 0px;
}
.store_info .product_address{
    height: 50px;
    overflow: hidden;
}
.shareproduct{
    position: relative;
}
@media (max-width: 991px){
    .seller_info{
        padding: 5px !important;
    }
    .content_center {
        background: #FFFFFF;
    }
    .store_mobile_group, .store_mobile_menu, .store_search_form{
        display: block;
    }
    .store_search_form{
        display: block;
    }
    .form_search_product label, .form_search_product input, .form_search_product select,
    .form_search_store label, .form_search_store input, .form_search_store select{
        width: 100%;
    }
    .content_center {
        padding: 5px;
        /*margin-top: 50px;*/
    }
    /*body.faceOutEffect .content_center{
        margin-top: 0;
    }*/
    .store_breadcrumb .pull-right{
        display: none;
    }
    .store_grid_view .store_product_item{
        width: 100% !important;
    }
    .store_image_wrapper .product-image .quickview, .store_product_detail .zoom_in_marker{
        display: none;
        visibility: gone;
    }
    .store_toolbar .store_result_count{
        text-align: center;
        width: 100%;
    }
    .store_plugin_paginationn{
        width: 100%;
        text-align: center;
    }
    .store_plugin_paginationn .page-numbers{
        padding: 0;
    }
    .store_product_detail .store_image_wrapper{
        width: 304px !important;
        float: none !important;
        padding-right: 0 !important;
        margin: auto;
    }
    .store_product_detail .store_product_wrapper{
        width: 100% !important;
        padding: 0 !important;
        margin-top: 10px !important;
        margin-left: 0px !important;
    }
    .store_breadcrumb{
        text-align: left !important;
        padding: 0 !important;
    }
    .store_added_cart_info .added_cart_image{
        width: 100%;
    }
    .store_added_cart_info .added_cart_image img{
        width: 100%;
    }
    .store-checkout-content #customer_details{
        width: 100% !important;
        padding-right: 0 !important;
        float: none !important;
    }
    .store-checkout-content #order_review{
        float: none !important;
        width: 100% !important;
    }
    .store-checkout-bar-wrap{
        height: auto;
        padding: 10px 0 !important;
        margin: 0 auto!important;
    }
    .store-checkout-bar-wrap .store-checkout-bar{
        height: auto !important;
        background: none !important;
        border: none;
        box-shadow: none !important;
        position: relative !important;
    }
    .store-checkout-bar-wrap .store-checkout-bar li{
        display: block !important;
        padding-left: 50px !important;
        margin: 0 0 35px 0 !important;
        width: 100% !important;
        text-align: left !important;
    }
    .store-checkout-bar-wrap .store-checkout-bar li:last-child{
        margin-bottom: 0;
    }
    .store-checkout-bar li.visited {
        background: rgba(0, 0, 0, 0) !important;
    }
    .store-checkout-bar-wrap .store-checkout-bar li:before{
        left: 0 !important;
        top:-13px !important;
        text-align: center;
    }
    .store-checkout-bar-wrap .store-checkout-bar li.active:after{
        display: none;
    }
    .store-checkout-bar-wrap .store-checkout-bar:before{
        display: none;
    }
    .store-checkout-bar-wrap .store-checkout-bar li.visited:after{
        display: none !important;
    }
    .div-full-breabcrum{
        display: none;
    }
    .store_detail_row {
        overflow: hidden;
    }
    .store_detail_row .visible-xs {
        font-weight: bold;
        display: block!important;
        text-align: left;
    }
    .store_detail_row .col-xs-12 {
        text-align: left;
        float: left;
        width: 77%;
    }
    .store_detail_row > div.col-check{
        float: left;
        width: 5%;
        padding-left: 0px !important;
    }
    .store_detail_row > div.col-check .visible-xs{
        display: none !important;
    }
    .store_detail_row > div.col-check .col-xs-12{
        z-index: 1;
    }
    .store_detail_row:not(.col-no-check) > div{
        padding: 5px 0 5px 5%;
    }
    .store_detail_row > div:after{
        display: block;
        clear: both;
        content: "";
    }
    .store_detail_row > div > div{
        float: left;
    }
    .store_detail_row > div > div:first-child{
        width: 23%;
    }
    .panel-body{
        padding: 10px 0 !important;
    }
    .form-search-app > div{
        padding: 10px 0 !important;
    }
    
    .list-store-seller .col-xs-2{
        width: 100%;
        font-weight: bold;
    }
    .list-store-seller .col-xs-8{
        width: 100%;
    }
    
    .store-cart-actions a{
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 0 5px 0 !important;
    }
    .store-video-list{
        width: 100%;
    }
    #review_content li > a > img {
        width: 50px !important;
    }
    #review_content li > .store_review_info{
        margin-left: 60px;
    }
    .store_review_photo div.store_review_photo_item{
        width: 20%;
    }
    .store_review_reply .store_review_info{
        margin-left: 0 !important;
    }
    #tab-policy p, #tab-policy img, #tab-policy article, #tab-policy table{
        max-width: 100% !important;
        width: auto !important;
    }
    .store_detail_row  .mobile-item-hidden{
        display: none !important;
    }
    body.default-body.modal-open.modal-iphone{
        position: relative !important;
    }
    .store-glossymenu{
        margin-top: 0 !important;
        padding: 0 !important;
    }
    #storeModal .box_content{
        padding: 0 !important;
    }
    #storeModal  .box2.search-friend{
        padding: 0 !important;
    }
    .store_mobile_group .btn-action, .div-detail-app .btn-action, #storeModal .btn-action, #btn_contact_seller, .btnReview{
        background-color: #D8601F;
        color: white;
        font-size: 12px;
        padding: 4px 10px !important;
        border-radius: 0 !important;
    }
    .activity_item .activity_right {
        padding: 0 16px !important;
    }
    .store_search_form{
        margin-top: 10px;
    }
    .videos_tab, .review_tab, .policy_tab{
        display: none;
    }
    .discussion_tab{
        display: block;
    }
    .store_detail_tabs ul.store_tab_header{
        float: left;
        border-right: 0 !important;
    }
    .store_detail_tabs_more{
        float: left;
        border: 1px solid #ebebeb;
        border-left: 0;
        display: block;
    }
    .store_detail_tabs_more > a{
        display: block;
        padding: 0 15px !important;
        font-size: 18px;
        color: #666;
        text-decoration: none;
        text-transform: uppercase;
        height: 43px;
        line-height: 43px;
        font-weight: normal;
        background-color: #fff;
    }
    .store_detail_tabs_more > a.active{
        color: #fff;
        background: #246ea3;
    }
    .store_detail_tabs_more ul li a.active{
        font-weight: bold;
        color: #247BBA;
    }
    .store_detail_tabs_more ul li:first-child{
        display: none;
    }
    .store_image_wrapper .product-image{
        height: auto;
    }
    #storeModal .modal-dialog{
        width: auto !important;
    }
    .store_list_view .store_image_wrapper {
        float: left;
        width: 107px;
        padding-right: 5px;
    }
    .store_list_view .store_image_wrapper .store_featured_product{
        height: 68px !important;
        right: 0;
        top: -5px;
        width: 70px !important;
    }
    .store_list_view .store_image_wrapper .store_featured_product span {
        font-size: 10px;
        height: 20px;
        left: -10px;
        line-height: 20px;
        top: 15px;
    }
    .store_list_view .store_product_wrapper {
        float: none;
        width: auto;
        padding-top: 0;
        margin-left: 95px;
    }
    .store_list_view .store_product_wrapper .product-name {
        font-size: 14px;
        text-transform: capitalize;
        height: auto;
    }
    .store_list_view .store_product_wrapper .store_review_item{
        display: inline-block;
    }
    .store_list_view .store_product_item {
        margin-bottom: 10px;
        border-bottom: 1px solid #f5f1f1;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .btn_change_quantity {
        width: 30px;
    }
    .store_mobile_menu .cart_balloon{
        position: absolute;
        background-color: #f00;
        border-radius: 25px;
        right: 0;
        width: 25px;
        height: 25px;
        text-align: center;
        top: 2px;
        overflow: hidden;
        color: #FFFFFF;
        line-height: 25px;
        font-size: 11px;
    }
    .store-checkout-header select{
        width: 100%;
    }
}
@media (max-width:375px) {
    .discussion_tab{
        display: none;
    }
    .store_detail_tabs_more ul li:first-child{
        display: block;
    }
}