html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	margin: 0;
	padding: 0;
 }

body {
	font-family: 'Arial';
	font-size: 14px;
	line-height: 120%;
	color: #615c64;
	margin: 0;
	padding: 0;
}

.mobile-menu {
	display: none;
}

.container {
	max-width: 1170px;
	margin: auto;
}

.container:after, .clear-this:after {
	content: '';
	clear: both;
	display: block;
}

.width-10 {
	width: 10%;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.width-15 {
	width: 15%;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.width-20 {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.width-25 {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.width-30 {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.width-33 {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.width-40 {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.width-50 {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.width-60 {
	width: 60%;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.width-70 {
	width: 70%;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.width-80 {
	width: 80%;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.padding-40 {
	padding: 40px 0;
}

.padding-60 {
	padding: 60px 0;
}

.padding-80 {
	padding: 80px 0;
}

/* Header */
.logo-button {
	text-decoration: none;
}

.logo-button:hover {
	text-decoration: none !important;
	border-bottom: none !important;
}

.top-header {
	background-color: #b70202;
	padding: 7px 0;
}

.top-header ul {
	padding: 0;
	margin: 0;
	text-align: right;
	color: #ffffff;
	font-size: 11px;
	font-weight: 100;
}

.top-header ul li {
    display: inline-block;
    list-style: none;
    padding: 0 10px;
    border-right: 1px solid #ffffff;
}

.top-header ul li:last-of-type {
    border-right: none;
}

.top-header ul li:last-of-type i {
	padding: 0 1px;
}

.top-header a {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: 100;
	letter-spacing: .5px;
}

.top-header i {
	font-size: 14px;
	vertical-align: middle;
}

.bottom-header {
	background-color: #ffffff;
}

.bottom-header img {
    margin-top: 10px;
    width: 116px;
}

.bottom-header ul {
	text-align: right;
	margin: 15px 0;
	padding: 0;
	float: right;
}

.bottom-header ul li {
    display: inline-block;
    list-style: none;
    padding: 0 10px;
}

.bottom-header a {
	color: #0e0d0d;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: .5px;
}

.bottom-header a:hover {
	border-bottom: 3px solid #b90707;
	padding-bottom: 2px;
}

.main-body {
	background-color: #eeeeee;
	padding: 40px 0;
}

/* Contact Us */
.contact-us .main-body h1 {
    font-size: 48px;
    font-weight: normal;
   	padding: 50px 0 80px;
}

.banner-image {
	margin-bottom: 40px;
}

.banner-image img {
	width: 100%;
}

.banner-image.iframe iframe {
	width: 100%;
	border: none;
	height: 400px;	
}


.left-side {
	width: 50%;
	float: left;
}

.left-side h2 {
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 30px;
}

.left-side ul {
	padding: 0 0 0 15px;
	margin: 0;
}

.left-side ul li {
	list-style: none;
	padding: 8px 0;
}

.left-side ul li img {
	vertical-align: middle;
	margin-right: 7px; 
}

.left-side ul li a {
	text-decoration: none;
	color: #3e3e36;
}

.right-side {
	width: 50%;
	float: right;
}

.right-side h2 {
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 30px;
}

.right-side .column-2 {
    width: 48.3%;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 15px;
}

.right-side .column-2:nth-of-type(2n+1) {
	margin-right: 0;
}

.right-side input,
.right-side textarea {
	width: 100%;
	border: 1px solid #ced4da;
	border-radius: 3px;
	padding: 10px;
	resize: none;
	font-size: 14px;
}

.right-side textarea {
	height: 150px;
}

.right-side input[type="submit"] {
    width: auto;
    color: #ffffff;
    background-color: #b20101;
    float: right;
    margin-top: 15px;
    padding: 15px 40px;
    font-size: 13px;
}

/* Footer */
.top-footer {
	background-color: #b70202;
	padding: 30px 0;
}

.top-footer img {
    float: left;
    padding-right: 15%;
}

.top-footer .column-3 {
    float: left;
    width: 22%;
}

.top-footer p {
	margin: 0;
}

.top-footer ul {
	padding: 0;
	margin: 0;
}

.top-footer ul li {
	list-style: none;
}

.top-footer ul li a {
	text-decoration: none;
	color: #ffffff;
	font-weight: 100;
	padding: 2px 0;
	display: inline-block;
}

.top-footer .social-icons p {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 6px;
}

.top-footer .social-icons ul {
 	margin: 0 0 0 20px;
 }

.top-footer .social-icons ul li {
	display: inline-block;
	padding: 0 3px;
}

.top-footer .visit-us h3 {
	margin: 0;
	color: #ffffff;
	font-size: 23px;
	font-weight: normal;
}

.top-footer .visit-us p {
	color: #ffffff;
	margin-top: 10px;
}

footer {
	background-color: #23231a;
}

footer > p {
	margin: 0;
	padding: 8px 0;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
}

/* Product View */
.product-view .main-body {
	padding: 0;
}

.product-view .main-image-view {
	padding: 40px 0;
	background-color: #f4f4f4;
}

.product-view .main-image-view .container {
	padding: 0 6%;
}

.product-view .main-image-view .main-img {
	width: 42%;
	display: inline-block;
}

.product-view .main-image-view .main-img img {
	width: 100%;
}

.product-desc {
	width: 57%;
	float: right;
	padding-left: 30px;
}

.product-desc .breadcrumbs {
	display: none;
}

.product-desc .breadcrumbs ul li {
	display: inline-block;
	list-style: none;
}

.product-desc .breadcrumbs ul li a {
	color: #615c64;
	text-decoration: none;
}

.product-desc h1 {
	margin-bottom: 30px;
	margin-top: 55px;
}

.product-desc p {
	font-size: 16px;
	line-height: 139%;
}

.product-desc .price {
	color: #b20101;
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
}

.featured-products {
	padding: 70px 0;
	background-color: #dedede;
	text-align: center;
}

.featured-products h1 {
	font-weight: normal;
	font-size: 42px;
	margin-bottom: 70px;
	color: #b20101
}

.featured-products:after {
	content: '';
	display: block;
	clear: both;
}

.featured-products .prod-feature {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.featured-products .prod-feature a {
	text-decoration: none;
	color: #615c64;
}

.featured-products .prod-feature .image {
	position: relative;
	max-height: 200px;
	overflow: hidden;
	min-height: 200px;
}

.featured-products .prod-feature img {
	width: 75%;
}

.featured-products .prod-feature h2 {
	margin: 20px 0 12px;
	color: #b20101;
	font-size: 17px;
}

.product-list-view .header-banner {
    min-height: 256px;
    position: relative;
    background-size: cover;
}

.product-list-view .header-banner h1 {
	font-size: 48px;
	font-weight: normal;
	position: absolute;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top: 50%;
}

.product-list-view .filter-container {
	margin-bottom: 20px;
}

.product-list-view .filter-container span {
    display: inline-block;
    padding-left: 20px;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.product-list-view .filter-container .select-container {
    display: inline-block;
    background-color: #f6f6f6;
    padding: 10px 17px 10px 17px;
	border: 1px solid #ced4da;
    position: relative;
}

.product-list-view .filter-container .select-container:after {
    content: '';
    background-image: url(../images/arrow-up-down.png);
    display: inline-block;
    width: 11px;
    height: 18px;
    position: absolute;
    top: 10px;
    right: 15px;
}

.product-list-view .filter-container select {
/*    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;*/
    border: none;
    background-color: transparent;
    min-width: 150px;
    font-size: 14px;
    min-width: 200px;
    outline: none;
}

.product-list-view .filter-container .show-result {
	text-align: right;
}

.product-list-view .filter-container .show-result form {
	display: inline-block;
	padding-left: 20px;
}

.product-list-view .filter-container .show-result input {
    border: none;
    background-color: #f6f6f6;
    padding: 12px 19px 15px;
    border: 1px solid #ced4da;
    min-width: 245px;
    font-size: 14px;
}

.product-list-view .main-side {
	padding-left: 20px;
}

.product-list-view .main-side .apparel {
	padding: 20px;
}

.product-list-view .main-side .apparel:nth-of-type(3n) {
	padding-right: 0;
}

.product-list-view .main-side .apparel a {
	display: block;
	background-color: #f8f8f8;
	text-decoration: none;
	border: 1px solid #ced4da;
}

.product-list-view .main-side .apparel a:hover .overlay {
	display: block;
}

.product-list-view .main-side .apparel .image {
	position: relative;
	overflow: hidden;
	max-height: 200px;
	min-height: 200px;
}

.product-list-view .main-side .apparel .image .overlay {
	display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(178, 1, 1, 0.49);
}

.product-list-view .main-side .apparel .image .overlay:after {
    content: '+';
    display: inline-block;
    border: 2px solid #ffffff;
    border-radius: 50%;
    padding: 10px 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    font-size: 26px;
    font-weight: 100;
    color: #ffffff;
}

.product-list-view .main-side .apparel a img {
	width: 100%;
	border-bottom: 1px solid #ced4da;
}

.product-list-view .main-side .apparel h2 {
	color: #615c64;
	font-size: 14px;
	margin-bottom: 4px;
	font-weight: bold;
}

.product-list-view .main-side .apparel p {
	color: #615c64;
	font-size: 12px;
	margin-bottom: 10px;
}

.product-list-view .main-side .apparel .price {
	display: block;
	color: #b20101;
	font-size: 18px;
	font-weight: bold;
}

.product-list-view .main-side .apparel div:last-of-type {
	padding: 20px;
}

.product-list-view .side-bar {
	margin-top: 20px;
}

.product-list-view .side-bar h2 {
    font-size: 18px;
    color: #212121;
    font-weight: bold;
}

.product-list-view .side-bar h2:last-of-type {
	margin-top: 40px;
}

.product-list-view .side-bar ul {
	padding: 0;
	list-style: none;
}

.product-list-view .side-bar ul a {
	display: block;
	font-size: 14px;
	color: #454249;
	text-transform: uppercase;
	padding: 14px 10px 12px 15px;
	border-bottom: 1px solid #eceff1;
	position: relative;
	text-decoration: none;
}

.product-list-view .side-bar ul li:last-of-type a {
	border-bottom: none;
}

.product-list-view .side-bar ul a:before {
    content: '';
    background-image: url(../images/sidebar-caret-hover.png);
    display: inline-block;
    width: 7px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 15px;
}

.product-list-view .side-bar ul a:hover {
	color: #b20101;
}

.product-list-view .side-bar ul a:hover:before {
    background-image: url(../images/sidebar-caret.png);
}

/* Featured Products */
.product-list-view .side-bar .featured-products {
    margin: 20px 0;
    padding: 0;
    background-color: transparent;
    text-align: left;
}

.product-list-view .side-bar .featured-products a {
	display: block;
	cursor: pointer;
	text-decoration: none;
}

.product-list-view .side-bar .featured-products a:hover h3 {
	color: #454249;
}

.product-list-view .side-bar .featured-products .image {
	width: 68px;
	height: 68px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.product-list-view .side-bar .featured-products .image img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.product-list-view .side-bar .featured-products .content {
    width: 68%;
    padding-left: 15px;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
}

.product-list-view .side-bar .featured-products .content h3 {
 	color: #b20101;
 	font-size: 14px;
}

.product-list-view .side-bar .featured-products .content span {
 	color: #454249;
 	font-size: 14px;
	display: block;
	margin-top: 6px;
}

/*----- Pagination ------*/
.pagination {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.pagination ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.pagination ul li {
    display: inline-block;
    padding: 0 0 4px;
    border-top: 1px solid #ced4da;
    margin: 0 -2px;
    background-color: #ffffff;
    border-bottom: 1px solid #ced4da;
}

.pagination ul li:first-of-type {
    border-left: 1px solid #ced4da;
    padding-left: 5px;
}

.pagination ul li:last-of-type {
    border-right: 1px solid #ced4da;
    padding-right: 5px;
}

.pagination ul li a,
.pagination ul li span {
	display: block;
	font-size: 12px;
	color: #b20101;
	padding: 8px 10px 4px;
	border-radius: 50%;
	text-decoration: none;
	font-weight: bold;
}

.pagination ul li span {
	color: #000000;
}


.pagination ul li:last-of-type a img {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.promos-inner .content .main-image {
	width: 100%;
}

.promos-inner .content a {
    margin: 26px 0;
    color: #0e0d0d;
    text-decoration: none;
}

.promos-inner .content h2 {
	margin: 20px 0;
	font-size: 35px;
	line-height: 100%;
}

.promos-inner .content .date {
	margin-bottom: 20px;
	display: block;
}

.promos-inner .content p {
	margin-bottom: 10px;
}

/* Homepage */
.slider-banner {
	max-width: 100%;
}

.banner-content img {
	width: 100%;
}

.new-arrivals {
	padding: 100px 0;
}

.new-arrivals h1 {
    text-align: center;
    font-size: 40px;
    margin-bottom:  30px;
    text-transform: uppercase;
    line-height: 120%;
}

.new-arrivals p {
	text-align: center;
	margin-bottom: 60px;
}

.arrival-carousel {
	margin-top: 50px;
}

.new-arrivals .item a {
	background-color: #f8f8f8;
	border-radius: 5px;
	display: block;
	overflow: hidden;
	text-decoration: none;
    color: #615c64;
}

.new-arrivals .item h2 {
	font-size: 14px;
	margin-bottom: 4px;
	text-align: center;
}

.new-arrivals .item p {
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
}

.new-arrivals .item .price {
	display: block;
	font-size: 18px;
    text-align: center;
}

.new-arrivals .item div {
	padding: 20px;
	background-color: #eeeeee;
}

.new-arrivals .item .img-container {
	padding: 0;
	max-height: 300px;
	overflow: hidden;
	background-color: #ffffff;
	min-height: 300px;
}

.new-arrivals .owl-nav .owl-prev,
.new-arrivals .owl-nav .owl-next {
    top: 50%;
    position: absolute;
    display: inline-block;
    text-indent: -9999999px;
    padding: 14px 17px 9px;
    border: 2px solid #cfcfcf;
    border-radius: 50%;
}

.new-arrivals .owl-nav .owl-prev {
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.new-arrivals .owl-nav div:before {
	content: '';
	width: 7px;
	height: 11px;
	text-indent:0;
}

.new-arrivals .owl-nav div:hover {
    border: 2px solid #000000;
    background-color: #000000;
}

.new-arrivals .owl-nav .owl-prev:before {
	background-image: url('../images/left-caret.png');
	float: left;
}

.new-arrivals .owl-nav .owl-next:before {
	background-image: url('../images/right-caret.png');
	float: right;
}

.new-arrivals .owl-nav .owl-prev {
    left: -80px;
}


.new-arrivals .owl-nav .owl-next {
    right: -80px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.womens-mens {
    background-image: url(http://weston.ph/wp-content/uploads/2022/05/2-c.png) !important;
    /*background-image: url(http://weston.ph/wp-content/uploads/2021/12/02-2-Banners-Below-New-1.jpg) !important;*/
    background-position: 50%;
    background-size: cover;
}

.womens-mens .container {
	position: relative;
	min-height: 250px;
}

.womens-mens .mens {
	position: absolute;
	left: 0;
	top: 53%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.womens-mens .mens h1 {
    color: #ffffff;
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
    line-height: 105%;
    text-shadow: 2px 2px 2px #4d4d4d;
}

.womens-mens .mens a {
    border-radius: 32px;
    border: 2px solid #ffffff;
    display: inline-block;
    float: right;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 10px 40px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #4d4d4d;
}


.womens-mens .womens {
	position: absolute;
	right: 0;
	top: 53%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.womens-mens .womens h1 {
    color: #ffffff;
    font-size: 30px;
    text-align: right;
    text-transform: uppercase;
    line-height: 105%;
    text-shadow: 2px 2px 2px #4d4d4d;
}

.womens-mens .womens a {
    border-radius: 32px;
    border: 2px solid #ffffff;
    display: inline-block;
    float: right;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 10px 40px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #4d4d4d;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}




