h3.wthree_text_info {
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 1em;
    text-transform: uppercase;
}
h3.wthree_text_info span{
  font-weight:300;
}

h3.wthree_text_info2 {
    font-size: 2.2em;
    font-weight: 700;
    text-align: left;
    letter-spacing: 2px;
    color: #1b3dd0;

}
h4.wthree_text_info2 {
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
    letter-spacing: 2px;
    color: #1b3dd0;
    margin-bottom: 2em;

}
h4.wthree_text_info3 {
    font-size: 1.4em;
    font-weight:700;
    text-align: center;
    letter-spacing: 2px;
    color: #1b3dd0;
    margin-bottom: 2em;

}
h4.wthree_text_info4 {
    font-size: 1.4em;
    font-weight:700;
    text-align: left;
    letter-spacing: 2px;
    color: #1b3dd0;
    margin-bottom: 0.7em;

}
h4.wthree_text_info5 {
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
    letter-spacing: 1px;
    color: #1b3dd0;
    margin-bottom: 2em;

}


.resp-tabs-list {
		margin: 0 0 1em 0;
	}
	
.product-men img {
    width: 100%;
}

.product-men {
    margin: top;
    margin-top: 2em;
}

.product-men.single {
    margin: 0;
}

.product-men {
		padding: 0 10px;
}
	
.product-men {
		float: left;
		width: 33.333%;
		margin: 25px 0 0;
}

	.product-men.single {
		margin: 0;
		margin-bottom: 1em;
	}

	.product-men {
		float: left;
		width: 50%;
		margin: 25px 0 0;
	}
	
	.product-men {
		margin: 18px 0 0;
	}
	
	@media (max-width:440px){
	.product-men {
		float: left;
		width: 100%;
	}
	.carousel-caption {
		min-height: 289px!important;
		padding-top: 4em;
	}
	.carousel-caption a {
		padding: 8px 20px;
		margin-top: 1em;
	}
	.carousel-caption h2, .carousel-caption h3 {
		font-size: 1.6em;
		letter-spacing:4px;
	}
	.w3ls_schedule_bottom_right_grid {
		padding: 2em 1em;
		width: 90%;
		margin: 2em auto;
	}
	h3.wthree_text_info {
		font-size: 1.5em;
		margin-bottom: 0.7em;
	}
	.newsright input[type="email"] {
	   width:70%;
	   padding: 10px 10px;
       font-size: 14px;
	}
	.header-middle form input[type="submit"] {
		background: url(../images/search.png) no-repeat 5px 0px #2fdab8;
		width: 15%;
		height: 48px;
	}
	.bb-middle-agileits-w3layouts.forth.grid figure.effect-roxy h3 {
       padding: 0em 0 .5em;
	}
	.wthree_banner_bottom_grid_three_left1.grid figure.effect-roxy h3 {
		padding: 0.5em 0 .5em;
		font-size: 1em;
	}
	.grid figure p {
		letter-spacing: 5px;
		font-size: 0.8em;
	}
	.w3ls_schedule_bottom_right_grid h3 {
		font-size: 1em;
		letter-spacing: 1px;
	}
	.newsleft h3 {
		font-size: 17px;
		letter-spacing: 2px;
	}
	.bb-middle-agileits-w3layouts.grid figure.effect-roxy h3{
	    padding: 0.5em 0 .5em;
        font-size: 1.2em;
	}
	.agile_ab_w3ls_info h5 {
		font-size: 1.2em;
		letter-spacing: 1px;
	}
	.agile_ab_w3ls_info {
		margin-bottom: 2em;
	}
	#PPMiniCart form {
		width: 420px !important;
		padding: 10px 10px 20px !important;
	}
	#PPMiniCart {
		left: 48% !important;
	}
	.modal_body_left.modal_body_left1 {
		padding-left: 0;
		float: left;
		width: 100%;
	}
	.modal_body_right.modal_body_right1 {
		padding: 0;
		float: right;
		width: 100%;
	}
	.modal_body_right.modal_body_right1 img {
		width: 33%;
	}
}

.men-pro-item {
    position: relative;
    box-shadow: 0px 0px 15px 0px #D6D6D6;
    padding-bottom: 20px;
}
.men-thumb-item {
    position: relative;
}

.men-thumb-item {
    position: relative;
}

.men-thumb-item .pro-image-front {
    opacity: 1;
    visibility: visible;
}
.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
}

.men-thumb-item:hover {
    cursor: pointer;
}

.men-thumb-item:hover::before {
    opacity: 1;
    visibility: visible;
}
.men-thumb-item:hover .pro-image-front {
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
}
.men-thumb-item:hover .pro-image-back {
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible;
    background: #f7f7f7;
}
.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
    padding: 52px 50px 20px;
}
.men-thumb-item:hover .men-cart-pro {
    opacity: 1;
    visibility: visible;
}
.men-thumb-item:hover .inner-men-cart-pro ul {
    margin: 20px 0 0;
}
.men-thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
    top: 83.5%;
}
.men-thumb-item img {
		padding: 29px 20px 11px;
}
.men-thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
		top: 80.5%;
}
.pro-image-back {
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.men-cart-pro {
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
    z-index: 10;
}

inner-men-cart-pro {
    height: 100%;
    position: relative;
    width: 100%;
    transition: all 0.5s ease-out 0s;
}
.inner-men-cart-pro ul {
    left: 0;
    margin: -60px 0 0;
    padding: 0;
    position: absolute;
    top: 45%;
    width: 100%;
    transition: all 0.5s ease-out 0s;
}
.inner-men-cart-pro .link-product-add-cart {
    width: 100%;
    bottom: -40px;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}
.inner-men-cart-pro > ul > li {
    display: inline-block;
}
.inner-men-cart-pro ul li a {
    color: #fff;
    transition: all 0.5s ease-out 0s;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}

.inner-men-cart-pro ul li a:hover {
    background: #ffc229 none repeat scroll 0 0;
}
.inner-men-cart-pro .link-product-add-cart {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}

.link-product-add-cart {
    background:#000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}

.link-product-add-cart:hover {
    background: #1e43e3 none repeat scroll 0 0;
    color: #fff;
}



.sandc-img {
    padding-left: 50px;
    padding-right: 50px;

}













	
	

	



