/*	Gallery 1
/*----------------------------------------------------*/

/* Gallery Item
 * -------------------------- */
 
#isotope-gallery-container .col-md-3 {
    margin-right: -1px;
}

.gallery-item-wrapper {
    padding-bottom: 25px;
}
.gallery-item {
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 3px;
}
.flush .gallery-item {
    border-radius: 0;
}
.gallery-item .gallery-thumb {
    position: relative;
    overflow: hidden;
}

.gallery-item .gallery-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 500px;
    object-fit: cover!important;
    max-width: 100%;
    height: 100%;
}

.gallery-item:hover .gallery-thumb img {
    transform: scale(1.1);
}

.gallery-item .gallery-thumb .image-overlay {
    background-color: #2c3e50;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item:hover .gallery-thumb .image-overlay {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.gallery-item .gallery-thumb .gallery-zoom, .gallery-item .gallery-thumb .gallery-link {
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #2c3e50;
    display: none;
    line-height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    padding-top: 2px;
    font-size: 18px;
    color: #fff;
    display: block;
    border-radius: 2px;
}

.gallery-item .gallery-thumb .gallery-zoom:hover, .gallery-item .gallery-thumb .gallery-link:hover {
    background-color: #03b4c8;
    color: #ffffff;
}

.gallery-item .gallery-thumb .gallery-zoom:focus, .gallery-item .gallery-thumb .gallery-link:focus {
	outline: none;
}

.gallery-item .gallery-thumb .gallery-link {
    right: 0;
    margin-right: -45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item .gallery-thumb .gallery-zoom {
    left: 0;
    margin-left: -45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item:hover .gallery-thumb .gallery-zoom {
    display: block;
    left: 50%;
    margin-left: -48px;
}

.gallery-item:hover .gallery-thumb .gallery-link {
    display: block;
    right: 50%;
    margin-right: -48px;
}

.gallery-item .gallery-details {
    text-align: center;
    padding-top: 15px;
    background-color: #fff;
    border-top: 0;
    overflow: hidden;
}

.gallery-item .gallery-details h5 {
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    position: relative;
}

.gallery-item .gallery-details p {
    font-size: .9em;
}


/* Gallery Filter
 * -------------------------- */
.filter {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    text-align: center;
}
.filter li {
    display: inline-block;
    margin: 0;
}
.filter li:before {
    display: inline-block;
    content: " ";
    padding: 0 20px 0 17px;
    color: rgba(0,0,0,0.20);
}
.filter li:first-child:before {
    display: none;
}
.filter li a {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #888888;
}
.filter li a:hover,
.filter li a:focus,
.filter li a.active {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    font-size: 16px;
    text-decoration: none;
}
/*
product
 */
.product-item{
    display: flex;
    flex-direction: column;
    cursor: pointer;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
}

.product-item p{
    margin: 0 0 0px;
}
.product-item .product-item-content{
    display: flex;
    padding: 12px 12px;
    border-left: 1px solid #E2E2E2;

}
.product-item .product-item-content .each{
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    font-size: 12px;
}
.product-item .product-item-content .name{
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 3px;
}
.product-item .product-item-content .type{
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #999999;
    font-size: 14px;
    margin-top: 5px;
}
.product-item .product-item-content .description{
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    white-space: nowrap;
}

.product-item .product-item-content .price{
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    height: 30px;
    text-align: left;
}

.product-item .product-item-content .price .prefix{
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 30px;
    color: #333333;
}

.product-item .product-item-content .price .money{
    font-size: 23px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    letter-spacing: 2px;
    margin-left: 5px;
}
/**
product bar
 */
#gallery-1 .container .editContent .filter{
    padding-bottom: 8px;
    border-bottom: 1px solid #E2E2E2
}
.header-appear .navbar-top-default {
    background: #fff;
    height: 50px;
    margin-top: 20px;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: flex;
}
#gallery-1 .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin: 0 auto;
    list-style: none;

}

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.navbar-simple .navbar-nav .nav-link {
    font-size: 15px;
    color: #2b2b2b;
    font-weight: 400;
    text-align: center;
    padding: 0rem 2.5rem;
}

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.nav-line .navbar-nav .nav-link.active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.nav-line .navbar-nav .nav-link:before {
    position: relative;
    content: '';
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: 3px;
    border-radius: 2px;
    bottom: -28px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #333333;
    visibility: hidden;
    opacity: 0;
}


/* Isotope Animating
 * -------------------------- */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}





/*	Gallery 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
		
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	

	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}

