/* BASIC css start */
 
.slick-slide, .slick-slide a, .slick-slide img {
    outline: 0;
}

.slick-slide img {
  height: 600px;
  width: 100%;
}

.slick-slide{  height: 600px !important;}


.main_banner {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}

.main_banner .side_wrap{
  width: 1160px;
  margin: 10px auto;
}

.main_banner .side_wrap ul{  display: flex;
  justify-content: space-between;
  align-items: center;}

.main_banner .side_wrap li.banner_img {
}


.main_banner .big_banner { 
height: 600px;
  width: 1160px;
  margin: auto;;  
  /*
    width: 100%
    height: 480px;
    width: 852px;
    float: left;*/
}


.main_banner .side_banner {
    float: right;
}

.main_banner .side_banner + .side_banner {
    _margin-top: 20px;
}
.main_banner .side_banner a {
    display: block;
}
.main_banner .side_banner a:hover {
    opacity: 0.85;
    box-shadow: 0 1px 3px rgba(0,0,0,0.07);
}

.main_banner .big_banner .slick-dots {
    position: absolute;
    right: 50%;
    bottom: 10px;
    width: 100%;
    left: 0;
    text-align: center;
}

.main_banner .big_banner .slick-dots li {
    display: inline-block;
    _margin-left: 8px;
}

.main_banner .big_banner .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    outline: 0;
    margin: 4px;
    border: 2px solid #fff;
    border-radius: 100%;
    background: none;
    opacity: 0.5;
}

.main_banner .big_banner .slick-dots li.slick-active {}

.main_banner .big_banner .slick-dots li.slick-active button {
    background: #999;
    border: 2px solid #999;
    opacity: .8
}


/* tit */
.tit.-effect {
    text-align: center;
    font-size: 11px;
    padding: 75px 0 18px 0;
    margin-bottom: 60px;
}

.tit.-effect:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    margin: 30px 0 0 0;
    background: #e6e6e6;
}

.tit.-effect span {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 4px;
    position: relative;
}


.tit.-effect span:after {
    content: '';
    width: 0px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin: 30px 0 0 0;
    background: #e6e6e6;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tit.-effect.on span {}

.tit.-effect.on span:after {
    background: #000;
    width: 110%;
    left: -5%;
}


/* prd */
.prd_wrap{
    width: 1200px;
    margin: 0 auto;
}
.prd4x {
    text-align: center;
    font-size: 0;
}

.prd4x .prd_list {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-right: 20px;
}

.prd4x .prd_list:nth-child(5n) {
    margin-right: 0;
}

.prd4x .prd_list:nth-child(5n+1) {
    margin-left: 0;
}

.prd4x .prd_list .thumb {
    position: relative;
    border: 1px solid #f0f0f0;
}

.prd4x .prd_list .thumb img {
    max-width: 100%;
}

.prd4x .prd_list .thumb .preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    height: 52px;
    line-height: 52px;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid #f0f0f0;
}
.prd4x .prd_list .thumb .preview a {
	margin-right: 25px;
	display: inline-block;
}
.prd4x .prd_list .thumb .preview a:last-child {
	margin-right: 0;
}
.prd4x .prd_list .thumb .preview a:hover {
	opacity: 0.85;
}
.prd4x .prd_list .desc {
	position: relative;
	text-align: center;
}

.prd4x .prd_list .desc ul {}

.prd4x .prd_list .desc ul li.prd-name {
    font-size: 11px;
    color: #000000;
}

.prd4x .prd_list .desc ul li.prd-price {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    padding-top: 6px;
}

.prd4x .prd_list .desc ul li.prd-price strike {
    color: #999;
}

.prd4x .prd_list .desc ul li.prd-color {
}

.prd4x .prd_list .desc ul li.prd-color span {
    font-size: 10px;
}

.prd4x .prd_list .desc ul li.prd-color span + span {
    margin: 0 0 0 4px;
} 

#instagram {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}

.insta_tit {
    margin-top: 40px;
    margin-bottom: 50px;
    font-family: 'Reem Kufi', sans-serif;
    color: #000000;
    font-size: 16px;
    letter-spacing: 1.6px;
}

.insta_tit img {
    margin-bottom: 18px;
}

.insta_tit span {
    color: #a48f78;
} 
#instagram .instagram_feed img {
    max-width: 100%;
}
/* BASIC css end */

