.portrait_inner {
    position: relative;
}
.portrait_inner .image-info {

}
.shop_the_look .s_product_item_init {position: relative;max-width: 300px;height: 100%;margin-left: auto;margin-right: auto;}
.shop_the_look {
    position: relative;
    text-align: center;
}
.shop_the_look .s_product_item_view_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    -webkit-box-align: center;
}
.shop_the_look .slook_wrap {
    position: relative;
}
.shop_the_look .stl_image {
    position: relative;
    z-index: 100;
	overflow: hidden;
	background-color: #FFF;
}
.shop_the_look .stl_image .stl_image_inner {
	position: relative;
	transform-origin: bottom;
	transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 0.48s;
}
.shop_the_look .stl_image:not(.bf_up) .stl_image_inner {
    transform: translate3d(0px, -60px, 0px);
}

.shop_the_look .stl_image.bf_up .stl_image_inner {
    transform: translate3d(0, 0px, 0);
}
.shop_the_look .s_product_item_view_outer {
    position: relative;
    z-index: 2;
    margin-bottom: -10px;
}
.s_product_item_view > .s_product_item_view_inner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid rgb(238, 238, 238);
}

.shop_the_look .s_product_item_view {
    position: relative;
    width: 300px;
    padding-top: 142.857%;
    display: inline-block;
	background-color: #FFF;
}
.shop_the_look .s_product_lits{
	opacity: 1;
    position: absolute;
    width: 100%;
	bottom: 0;
    z-index: 150;
    text-align: center;
	transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 0.24s;
	pointer-events: auto;
	touch-action: auto;
}
.shop_the_look .s_product_lits.hide {
	opacity: 0;
	pointer-events: none;
	touch-action: none;
}
.s_product_item_view_inner > div {
    position: relative;
    width: 100%;
    height: 100%;
}

.shop_the_look .s_img img {
    height: 100%;
    width: auto;
    max-width: unset;
    display: block;
    margin: 0 auto;
}

.s_img .s_link {
    display: block;
    width: 100%;
    height: 100%;
}

.s_img .s_link > div {
    width: 100%;
    height: 100%;
}
.shop_the_look .s_p_info {
    margin-top: 10px;
}
.shop_the_look .s_img .yith-wcbm-badge {
    position: relative;
    display: inline-block;
    display: none;
}
.shop_the_look .s_p_thumbs{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: center;
}
.shop_the_look .s_p_thumbs img{
    cursor: pointer;
    width: 54px;
	height: auto;
	display: block;
	margin: 0 auto;
	border: 1px solid #efefef;
}
.shop_the_look .s_p_thumbs > div {
    display: inline-block;
    width: 84px;
}
.shop_the_look .s_p_thumbs img.active{
    border-color: #000000;
}
.shop_the_look .show_view2{
    cursor: pointer;
}
.shop_the_look .s_img{
    display: block;
    width: 100%;
    height: 70%;
    transform: scale(1);
}
.shop_the_look .show_view2:after{
    font-family: "ionicons";
    content: "\f489";
    font-size: 35px;
}
.shop_the_look .show_view2.close:after{
    font-family: "ionicons";
    content: "\f462";
    font-size: 35px;
}
.shop_the_look span.close{
    display: none;
}
.shop_the_look .subtitle{
    margin-top: 8px !important;
}
.shop_the_look .s_p_detail{
    margin-top: 8px;
    font-size: 12px;
}
.shop_the_look .s_p_thumbs .yith-wcbm-badge {
    display: none;
}
.shop_the_look .s_p_title {
    font-family: "chaparral-pro","Courier New",Courier,monospace;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: .05em;
    font-size: .85rem;
	line-height: 1.45;
}
.shop_the_look .s_p_title + .subtitle {
    margin-top: 2px !important;
}
.s_product_item_view .s_p_info .subtitle {
    margin: 0 !important;
}

.s_product_item_view .s_p_info  .s_p_title {
    margin-bottom: 2px;
}
.shop_the_look .s_product_item_inner {
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}
.shop_the_look .s_title{
	padding: 15px 10px 0;
    cursor: pointer;
    text-transform: uppercase;
	text-align: left;
}
.shop_the_look .s_title > span {
    font-family: "proxima-nova",sans-serif;
    font-weight: 300;
    font-size: .85rem;
    letter-spacing: 2px;
}
.shop_the_look .s_p_thumbs_wrap {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
	transition-property: transform;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 0.48s;
}
.shop_the_look .s_p_thumbs_outer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
}
.shop_the_look .s_p_thumbs_inner {
	margin: auto;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.shop_the_look .s_p_thumbs {
	height: 120px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    align-items: flex-end;
    -webkit-box-align: end;
}
.shop_the_look .s_product_item_view .mini-product__item.mini-product__series {
    line-height: 1.45;
}
@media screen and (max-width: 768px) {
    .shop_the_look .s_product_lits{
		
    }
}

/*For modal content*/
#shop_the_look_modal {
	padding: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
#shop_the_look_modal .shop_the_look_container{
    
}
#shop_the_look_modal .slick-prev{
    position: absolute;
    top: 50%;
    left: 0;
}
#shop_the_look_modal .slick-next{
    position: absolute;
    top: 50%;
    right: 0;
}
#shop_the_look_modal .slick-slide > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	justify-content: flex-end;
    -webkit-box-pack: end;
}

#shop_the_look_modal .slick-slide .shop_the_look_container {
    display: block !important;
	width: auto !important;
}

#shop_the_look_modal .slick-slide .shop_the_look {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
#shop_the_look_modal .remodal_wraper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
@media screen and (min-width: 640px) {
	#shop_the_look_modal .slick-slide > div {
		margin-right: 105px;
	}
}
@media screen and (min-width: 960px) {
	#shop_the_look_modal .slick-slide > div {
		margin-right: 210px;
	}
}
@media screen and (max-width: 639px) {
	.shop_the_look .stl_image:not(.bf_up) .stl_image_inner {
    transform: scale(0.5);
	}
	.shop_the_look .stl_image:not(.bf_up) {
    transform: translate3d(0px, -511px, 0px);
	}
}