blockquote, body, button, dd, div, dl, dt, embed, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, label, li, object, ol, p, pre, table, td, th, ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}

.subpage_heading {
	font-family: gotham_rounded_book,Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #212121;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 20px;
    text-transform: uppercase;
}

.shoppinng_container .shop_slide_body {
	width: 100%;
	margin-bottom: 4rem;
	margin-top: 2rem;
}

.multi_slider_wrap {
	margin-bottom: 4rem;
	margin-top: 2rem;
}

.slick-initialized .slick-slide.slick-center {
	padding: 0 10px;
}

.slick-slide img {
	border-radius: 6px;
}

.rel_scoler_panel .item {
	width: 100%;
	margin: 0;
	padding: 0 5px;
}

.rel_scoler_panel .prod_list_item_panel {
	margin: 0;
}

.prod_list_item_panel {
	width: 100%;
}

.prod_list_item_panel {
	background: #ffffff;
    /*padding: 0 8px 10px 8px;*/
    margin-bottom: 10px;
    margin-right: 0.56818%;
    margin-left: 0.56818%;
    float: left;
    /*border: 1px solid #ffffff;*/
    position: relative;
}

.listing_wishlist {
	width: 30px;
    height: 28px;
    /*background: url(/images/icons_sprite.png) no-repeat -58px -9px;*/
    position: absolute;
    right: 15px;
    top: 7px;
    display: block;
    z-index: 1;
    color: #ffffff;
}

.listing_wishlist:hover {
	color: #fec10e;
}

.prod_list_img_panel {
	width: 88.33922%;
    position: relative;
    margin: 0 auto;
}

.prod_list_img_panel a {
	display: block;
	height: 0;
	padding-top: 148.93%;
}

.prod_list_img_panel a img {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.resp_prod_img {
	max-width: 100%;
    height: auto;
    max-height: 100%;
}

.slick-prev {
	left: -4px;
}

.slick-next {
	right: -4px;
}

.listing_price_panel {
	position: absolute;
    width: 100%;
    display: flex;
    bottom: 18px;
    padding: 0 10px;
    z-index: 1;
}

.listing_price_panel .retail_logo {
	width: 27%;
	float: left;
	margin-right: 3%;
}

.listing_price_panel .brand_desc {
	width: 70%;
	float: right;
}

.listing_price_panel .retail_logo img {
	position: relative;
}

.listing_price_panel .brand_desc h5 {
	font-family: gotham_rounded_book,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffffff;
}

.listing_price_panel .brand_desc p {
	font-family: gotham_rounded_book,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    color: #ffffff;
}

.bg-gradient {
	background: url(https://op-cdn.fynd.com/public/imgs/pngs/gradient2.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	border-radius: 5px;
	opacity: .7;
}