@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
font-family: 'Roboto', sans-serif;
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: 'Roboto', sans-serif !important;
	background: #FFF;
}
a.linkopac img {
	filter: alpha(opacity=100%);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
}
a.linkopac:hover img {
	filter: alpha(opacity=20%);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 0px none;
}
a {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
}
a:hover {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
video{
	outline: none;
	width: 100%;
}
video::-webkit-media-controls{
  display: none;
}
video::controls{
  display: none;
}
.listing_clear {
	clear: both;
}
.listing_wrap {
	width: 100%;
}
.listing_background {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0; 
}
.listing_main {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	display: table;
}
.listing_wrapcen {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	position: relative;
	display: inline-block;
}
.listing_content {
	width: 100%;
	margin:0px auto 0;
	display: table;
}
/*============================================
			Top Header Css START 	
============================================*/
.gradientBG {
	background: url('../images/listing_bg.png');
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 600% 100%;
    animation: gradient 30s linear infinite;
    animation-direction: alternate;
} 
@keyframes gradient {
    0% {background-position: 0%}
    100% {background-position: 100%}
}
.dezign_top_header{
	padding: 12px 0px;
} 
.welcome_text {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif !important;
	color: #FFF;
	font-size: 15px;
	letter-spacing: 0.5px;
	font-weight: 400;
	text-align: right;
	margin: 0 auto;
	display: table;
	position: relative;
	z-index: 1;
}
.welcome_text img {
	display: inline-block;
	vertical-align: middle;
	padding-right: 3px;
	margin-top: -6px;
}
.welcome_text span{
    font-weight: 700;
    text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}
.top_headr_bg{
	margin-bottom: 230px;
} 
.store_bg {
	background: #FFF;
	box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 0 30px;
	position: relative;
	z-index: 1;
	margin-bottom: -185px;
}
#store_logo {
	margin-right: -40px;
	padding: 30px 0px;
}
.top_promo_code{
	text-align: right;
	margin-bottom: 30px; 
}
.top_promo_code li{
	display: inline-block;
	vertical-align: middle;
}
.top_promo_code li:first-child{ 
}
.top_promo_code li:last-child{
	padding-left: 30px;
}
.main_menu{
	text-align: right;
}
.main_menu li{
	display: inline-block;
	vertical-align: middle;
	padding:0 20px; 
}
.main_menu li:last-child{
	padding-right: 0px;
}
.main_menu li a {
	position: relative;
	font-family: 'Roboto', sans-serif !important;
	display: block;
	color: #000000;
	font-size: 15px;
	letter-spacing: 0.30px;
	font-weight: 500;
	text-transform: uppercase;
}
/*.main_menu li a:after{
	position: absolute;
	content: "";
	background-image: linear-gradient(to bottom, #42cca2, #1a5f9d);
	bottom: 0px;
	height: 6px;
	transition: all 0.5s ease 0s;
	width: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}*/
.main_menu li a:hover{
	color: #49bd2a;
	transition: all 0.5s ease 0s;
}
.round_bg{ 
	position: relative;
	overflow: hidden;
}
.round_bg::after {
	position: absolute; 
	top: 0px;
	left: 0px;
	content: "";
	width: 448px;
	height: 288px; 
	background:url("../images/round_bg_after.png");
	background-repeat: no-repeat;
	background-position: center center;
	animation: shimmytop 5s infinite;
	animation-direction: alternate;
} 
@keyframes shimmytop {
 0% {
 transform: translate(0, 0);
}
 100% {
 transform: translate(0px, -50px);
}
}
.top_headr_bg{
	position: relative;
}
.top_headr_bg::before {
	position: absolute;
	bottom: -9px;
	right: 0px;
	content: "";
	width: 580px;
	height: 210px;
	background: url("../images/round_bg_before.png");
	background-repeat: no-repeat;
}
@keyframes gradient {
    0% {background-position: 0%}
    100% {background-position: 100%}
}
.promo_text {
	padding: 10px 20px;
	background-color:#ECECEC;
	margin-top: 5px;
	margin-bottom: 30px;
}
.promo_wapper{
	margin-bottom: 30px;
} 
#dezign_home_banner {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
#maine_slider_res, .jym-img {
	display: none;
}
/*============================================
			Top Header Css END 	
============================================*/
/*============================================
			Listing CSS START
============================================*/
.listing_listinghead h1 {
	margin: 0 0 0px;
	padding: 0px 0px;
	font-family: 'Roboto', sans-serif !important;
}
#listingarea {
	width: 100%;
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0;
	background: none;
}
.listing_listingarea-box {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
#right_box {
	background: #FFF;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
	border: 1px solid #e2e2e2;
	padding: 25px;
	height: 622px;
	overflow: auto;
}
.listing_listinghead h1 {
	width: 100%;
	color: #FFF;
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 0px;
	padding: 10px 10px;
	text-align: center;
	background: #333333;
	letter-spacing: 1px;
	z-index: 99;
	font-family: 'Roboto', sans-serif !important;
	position: relative;
}
.listing_listinghead.spider_text {
	position: relative;
}
.listing_listinghead span {
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 5px;
	display: block;
	letter-spacing: 1.5px;
	font-family: 'Roboto', sans-serif !important;
}
.desc-hedtitle {
	color: #39981f;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	margin: 0 0 0px;
	text-transform: uppercase;
	padding: 0px;
	text-align: left;
	letter-spacing: 0.10px;
	z-index: 1;
	font-family: 'Roboto', sans-serif !important;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 20px;
	border-bottom: 2px solid #EEEEEE;
}
.desc-rd {
	width: 100%;
	float: left;
	padding: 0px;
	font-family: 'Roboto', sans-serif !important;
	margin: 0;
	border: 0px solid #e2e2e2;
	position: relative;
	border-top: 0;
}
.desc-rd.desc-text h6 {
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.50px;
	line-height: 25px;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif !important;
}
.desc-rd.desc-text p{
	margin-bottom: 12px;
}
.desc-rd.desc-text p:last-child{
	margin-bottom: 0px;
}
.desc-text {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	text-align: left;
	font-family: 'Roboto', sans-serif !important;
	line-height: normal;
	letter-spacing: 0.25px;
	line-height: 30px;
}
.desc-rd.desc-text h1 {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 30px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif !important;
	text-transform: uppercase;
	background: #2d2a5d;
	display: inline-block;
	color: #FFF;
	padding: 3px 10px;
	border-left: 5px solid #ea156f;
	margin-bottom: 25px;
} 
.desc-rd.desc-text table {
	margin-bottom: 20px;
}
.desc-rd table, .desc-rd table tr td, .desc-rd table tr th {
	border: 0px solid #333;
	padding: 8px 10px;
	color: #000 !important;
	font-family: 'Roboto', sans-serif !important;
	font-size: 15px;
	letter-spacing: 0.20px !important;
}
.desc-rd.desc-text tr td{
	padding: 9px 5px !important;
	letter-spacing: 0px;
}
.desc-rd.desc-text tr td:first-child {
	font-weight: 700;
	padding-left: 0px !important;
	padding-right: 30px !important;
	position: relative;
}
.desc-rd.desc-text tr td:first-child:after{
	position: absolute;
	content: "-";
	font-size: 15px;
	right: 12px;
	font-weight:normal; 
}  
.table_section .st_text {
	background: #000;
	color: #FFF;
}
.table_section .st_text {
	background: #000;
	color: #FFF;
	text-transform: uppercase;
}
.table_section {
	margin-bottom: 15px;
}
.table_section {
	margin-bottom: 15px;
}
.desc-rd h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
}
.desc-rd ul {
	margin-bottom: 15px;
	padding-left: 0;
}
.desc-rd li { 
	margin-bottom: 10px;
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
} 
.desc-sectitle {
	color: #FFF;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	margin: 0 0 0px;
	padding: 0px 20px;
	text-align: left;
	background: #6c7070;
	letter-spacing: 0.50px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif !important;
	position: relative;
	display: inline-block;
	height: 43px;
	line-height: 43px;
}
.desc-sectitle::before {
	position: absolute;
	content: '';
	background: #6c7070;
	transform-origin: bottom left;
	-ms-transform: skew(-13deg, 0deg);
	-webkit-transform: skew(-13deg, 0deg);
	transform: skew(-13deg, 0deg);
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.desc-sectitle img {
	margin-right: 10px;
	margin-top: -2px;
}
.desc-sectitle::after {
	position: absolute;
	content: '';
	background: url('../images/btn_d.png');
	background-position: right center;
	background-repeat: no-repeat;
	width: 19px;
	height: 43px;
	right: -24px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.desc-rd.desc-text.sec-des-text {
	border: 5px solid #f4f4f4;
	padding: 20px;
	max-height: 640px;
	overflow: auto;
}
/* Images Code Start */
.product_images_wappers { 
	border-top: 0px;
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 0;
	padding: 0px 0 0px;
	padding-bottom: 30px;
 	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.product_images_gallery {
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0px 0px;
	margin-top: 0;
	margin: 0 auto;
}
.img-holder .lightbox:before {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.essWrap input[type="checkbox"], .essWrap input[type="radio"] {
	display: none;
}
.imgBox img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	text-align: center;
}
.ess-gallery .img-box {
	border: 1px solid #EBEBEB;
	background-color: #FFF;
	max-width: 600px;
	margin: 0 auto;
}
.img-holder {
	display: none;
}
.img-holder .imgBox {
	cursor: zoom-in;
	text-align: center;
	padding-bottom: 100%;
	overflow: hidden;
	background: #FFF;
	margin: 0;
	display: block;
	position: relative;
	z-index: 1;
}
.img-popup {
	background-color: #FFF;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.thumb {
	font-size: 0;
	margin-left: -7.5px;
	margin-right: -7.5px;
	text-align: center;
}
.thumb label {
	width: 20%;
	padding: 0 7.5px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 0px;
}
.thumb label .box {
	cursor: pointer;
	border: 1px solid #EBEBEB;
	background-color: #FFF;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding-bottom: 100%;
}
.thumb label img {
	display: inline-block;
	border: 0;
} 
#imgView1:checked ~ .img-box #content1, #imgView2:checked ~ .img-box #content2, #imgView3:checked ~ .img-box #content3, #imgView4:checked ~ .img-box #content4, #imgView5:checked ~ .img-box #content5, #imgView6:checked ~ .img-box #content6, #imgView7:checked ~ .img-box #content7, #imgView8:checked ~ .img-box #content8, #imgView9:checked ~ .img-box #content9, #imgView10:checked ~ .img-box #content10, #imgView11:checked ~ .img-box #content11, #imgView12:checked ~ .img-box #content12, #imgView13:checked ~ .img-box #content13, #imgView14:checked ~ .img-box #content14, #imgView15:checked ~ .img-box #content15, #imgView16:checked ~ .img-box #content16, #imgView17:checked ~ .img-box #content17, #imgView18:checked ~ .img-box #content18, #imgView19:checked ~ .img-box #content19, #imgView20:checked ~ .img-box #content20 {
	display: block; 
}
@-webkit-keyframes zoom {
 from {
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
}
@keyframes zoom {
 from {
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
}
.img-holder .lightbox:before {
	content: "";
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 999;
}
.img-holder input:checked ~ .lightbox:before {
	position: fixed;
	opacity: 1;
	visibility: visible;
	top: 0;
}
.img-holder input:checked ~ .lightbox {
	position: static;
	cursor: zoom-out;
}
.img-popup {
	-webkit-animation: zoomOut 0.5s ease-out;
	animation: zoomOut 0.5s ease-out;
}
.img-holder input:checked ~ .lightbox .img-popup {
	border: 3px solid #000000;
	margin: 0 auto;
	z-index: 9999;
	max-width: 800px;
	max-height: 600px;
	-webkit-animation: zoom 0.5s ease-out;
	position: fixed;
	animation: zoom 0.5s ease-out;
	top: 5%;
}
.img-holder input:checked ~ .lightbox .img-popup::after {
	content: "x";
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 33px;
	color: red;
	background: #000000;
	width: 50px;
	height: 50px;
	border-radius: 0 0 0 10px;
	color: #FFF;
}
/* Images Code END */


/* About section */
.about_section{
	padding: 45px 0px;
}
.about_us_logo {
	text-align: center;
}
.about_text{
	font-size:25px; 
	letter-spacing: 0.50px;
	color: #414042;
	line-height: 36px;
	font-style: italic;
	margin-bottom:22px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif !important;
}
.shop_button li{
	display: inline-block;
	vertical-align: middle;
}
.shop_button li:last-child{
	padding-left: 50px;
}
.main_top_section {
	margin: 30px 0px;
	display: inline-block;
	margin-bottom: 20px;
}
.shop_button li a {
	font-size: 18px;
	letter-spacing: 0.5px;
	display: block;
	color: #FFF;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
}
.shop_button li a:hover{
	color: #49bd2a;
}
.shop_button li a img{
	padding-right:8px;
}
.shop_button li a img, .shop_button li a span{
	display: inline-block;
	vertical-align: middle;
}
.video_wapper{
	margin: 0 auto 40px;
	display: table;
	position:relative;
}
.video_wapper:after{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 1px;
	left: 0px;
	content: "";
	background: #FFF;
}
.featured_categories {
	background: #1C85CF;
	margin-top: -1px;
	position: relative;
	padding-top: 30px;
	margin-bottom: 245px;
	z-index: 1;
}
.main_title {
	text-align: center;
	position: relative;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif !important;
}
.main_title:after{
	position: absolute;
	content: "";
	width: 50%;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin:auto; 
	background: url("../images/title_line.png");
	background-repeat:no-repeat;
	background-position:left center;	
}
.main_title:before{
	position: absolute;
	content: "";
	width:50%;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin:auto; 
	background: url("../images/title_line.png");
	background-repeat:no-repeat;
	background-position:right center;	
}
.main_title span{
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 5px;
	font-family: 'Roboto', sans-serif !important;
	padding: 0 30px; 
	color: #FFF;
	text-transform: uppercase;
}
.sub_title{
	font-size:14px;
	font-weight:300;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing:1px; 
	margin-bottom: 45px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
}
.cat_box {
	margin-bottom: -200px;
}
.cat_images_box{
	border-radius: 100%;
	display: block;
	overflow: hidden;
	border: 3px solid #FFF;
	margin-bottom: 22px;
}
.cat_images_box img{
	transition: all .8s ease 0s;
}
.cat_images_box:hover img { 
	transform: scale(1.2, 1.2);
	transition: all .8s ease 0s;
}
.cat_title{
	font-size:20px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 0.2px;
	text-align: center; 
}
.cat_title a{
	color: #000;
}
.promo_text_res, .paypal_section_res {
	display: none;
}
.promo_wapper {
	background: #f9f9f9;
	padding: 30px 0px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
/*============================================
			Listing CSS END
============================================*/



/*============================================
			Footer Css START 	
============================================*/ 
footer {
	float: left;
	width: 100%;
}
.store_footer_wapper {
	background: #f5f5f5;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer_block_titel {
	font-size: 20px;
	letter-spacing: 0.5px;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Roboto', sans-serif !important;
	text-align: center;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 30px;
}
.footer_block_titel:after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #000;
	height: 2px;
	left: 0;
	right: 0px;
	margin: 0 auto;
	bottom: 0;
	width: 30px;
}
.footer_logo {
	text-align: center;
	margin: 0 auto;
	position: relative;
	margin-bottom: 30px;
}
.footer_logo::after {
	position: absolute;
	content: '';
	background: #b0b2b2;
	height: 10px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 37%;
}
.footer_logo::before {
	position: absolute;
	content: '';
	background: #b0b2b2;
	height: 10px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 37%;
}
.footer_block.footer_block01 .footer_block_titel:after {
	right: unset;
}
.footer_block01 {
	text-align: center;
	margin: 0 auto;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_menu ul li {
	display: inline-block;
	margin-right: 30px;
}
.footer_menu ul li:last-child {
    margin-right: 0px;
}
.footer_menu {
	margin-left: -80px;
	margin-right: -60px;
}
.footer_menu ul li a {
	font-size: 15px;
	color: #000;
	line-height: 30px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	padding: 0px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.10px;
}
.footer_menu ul li a:hover {
	color: #000;
}
.footer_menu ul li a::after {
	position: absolute;
	content: '';
	border-bottom: 2px solid #c4c4c4;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: 0 auto;
	text-align: center;
	width: 0%;
	transition: all 0.8s ease 0s;
}
.footer_menu ul li a:hover::after  {
	width: 100%;
}
.footer_block.footer_block03 {
	text-align: right;
}
.footer_bottom {
	background: #49bd2a;
	padding: 14px 0;
}
.dezign_copyright {
	text-align: left;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 1px;
	color: #FFF;
    font-weight: 400;
}
.dezign_copyright span {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto', sans-serif !important;
	color: #FFF;
	font-size: 16px;
}
.dezign_by {
	text-align: right;
	font-size: 14px;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: 400;
	font-family: 'Roboto', sans-serif !important;
}
.dezign_by span {
	color: #FFF;
	font-weight: 700;
}
.contact_text {
	margin-bottom: 30px;
}
/*============================================
			Footer Css END
============================================*/

/* Tab Code Start */
.tab_section {
	margin-bottom: 40px;
	position: relative;
}
.tabs_text {
	background: #FFFF;
	border: 4px solid #e5e5e5;
	height: 380px;
	text-align: center;
	margin: 0 auto;
	padding: 45px 15px;
	padding-bottom: 0;
	position: relative;
}
.tabs_text::after {
	position: absolute;
	content: '';
	background: #FFF url('../images/icon_03.png');
	background-repeat: no-repeat;
	background-position: center center;
	top: -18%;
	left: 0;
	right: 0;
	width: 63px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	padding: 60px;
	padding-top: 50px;
}
.tabs_text::before {
	position: absolute;
	content: '';
	top: -20%;
	left: 0;
	right: 0;
	width: 63px;
	height: 60px;
	margin: 0 auto;
	border: 4px solid #e8e8e8;
	text-align: center;
	border-radius: 50%;
	padding: 60px;
	z-index: -1;
}
#ship_text {
	position: relative;
}
#ship_text::after {
	position: absolute;
	content: '';
	background: #FFF url('../images/icon_04.png');
	background-repeat: no-repeat;
	background-position: center center;
	top: -18%;
	left: 0;
	right: 0;
	width: 60px;
	height: 53px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	padding: 60px;
	padding-top: 50px;
}
#return_text {
	position: relative;
}
#return_text::after {
	position: absolute;
	content: '';
	background: #FFF url('../images/icon_05.png');
	background-repeat: no-repeat;
	background-position: center center;
	top: -18%;
	left: 0;
	right: 0;
	width: 53px;
	height: 53px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	padding: 60px;
	padding-top: 50px;
}
.tabs_text h1 {
	color: #000;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
.tabs_text h1::after {
	position: absolute;
	content: '';
	background: #cccccc;
	width: 40px;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.tabs_text p {
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.20px;
	font-family: 'Roboto', sans-serif !important;
}
/* Tab Code END */




/*FEEDBACK SECTION Start*/
/*========================================*/
.paypal-section {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
.gym-section {
	position: relative;
	margin-bottom: 40px;
}
.gym-section::after {
	position: absolute;
	content: '';
	background: url('../images/cate_01.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	right: 0;
	bottom: 0;
	width: 687px;
	height: 337px;
}
.vault_text {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 60px;
}
.vault_text h1 {
	font-size: 38px;
	font-weight: 200;
	line-height: 42px;
	letter-spacing: 0.50px;
	font-family: 'Poppins', sans-serif;
}
.vault_text h1 span {
	font-weight: 700;
}
.vault_text p {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif !important;
}
.jym-text p {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.30px;
	font-family: 'Roboto', sans-serif !important;
	margin-bottom: 20px;
}
.we_text {
	margin-bottom: 20px;
}
.jym-text h1 {
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	line-height: 25px;
	letter-spacing: 0.35px;
	font-family: 'Roboto', sans-serif !important;
	margin-bottom: 15px;
}
.jym-text a {
	background: #49bd2a;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 0.50px;
	padding: 15px 25px;
	display: inline-block;
	font-family: 'Roboto', sans-serif !important;
	position: relative;
}
.jym-text a::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background-image: url("../images/button_arrow_left.png");
	width: 13px;
	height: 12px;
	display: block;
}
.jym-text a::after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	background-image: url("../images/button_arrow_right.png");
	width: 13px;
	height: 12px;
	display: block;
}
.jym-text a img {
	margin-top: -2px;
	margin-right: 10px;
}
.jym-text a:hover {
    background: #6c7070;
}

.get_tous_effect {
	margin-bottom: 50px;
}
.main_feat_section {
	overflow: hidden;
	background: #f6f6f6;
	margin-bottom: 100px;
	padding-bottom: 40px;
}
.featured_categories {
	background: url('../images/feat_bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -1px;
	position: relative;
	padding-top: 30px;
	margin-bottom: 245px;
	z-index: 1;
	background-size: 600% 100%;
	animation: gradient 25s linear infinite;
	animation-direction: alternate;
} 
@keyframes gradient {
    0% {background-position: 0%}
    100% {background-position: 100%}
}
.featured_categories::after {
    position: absolute;
    content: '';
    background: url('../images/feat_left.png');
    background-position: left center;
    background-repeat: no-repeat;
    width: 213px;
    height: 95px;
    left: 0;
    top: 0;
    animation: shimmybottom 5s infinite;
    animation-direction: alternate;
}
.featured_categories::before {
    position: absolute;
    content: '';
    background: url('../images/feat_right.png');
    background-position: left center;
    background-repeat: no-repeat;
    width: 105px;
    height: 93px;
    right: 0;
    top: 0;
    animation: shimmybottom 5s infinite;
    animation-direction: alternate;
}
@keyframes shimmybottom {
 0% {
 transform: translate(0, 0);
}
 100% {
 transform: translate(0px, -30px);
}
}
.main_title {
	text-align: center;
	position: relative;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif !important;
}
.main_title:after{
	position: absolute;
	content: "";
	width: 50%;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin:auto; 
	background: url("../images/title_line.png");
	background-repeat:no-repeat;
	background-position:left center;	
}
.main_title:before{
	position: absolute;
	content: "";
	width:50%;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin:auto; 
	background: url("../images/title_line.png");
	background-repeat:no-repeat;
	background-position:right center;	
}
.main_title span {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 7px;
	font-family: 'Roboto', sans-serif !important;
	padding: 0 30px;
	color: #FFF;
	text-transform: uppercase;
}
.sub_title{
	font-size:14px;
	font-weight:300;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing:1px; 
	margin-bottom: 45px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
}
.cat_box {
	margin-bottom: -200px;
}
.cat_images_box{
	border-radius: 100%;
	display: block;
	overflow: hidden;
	border: 3px solid #FFF;
	margin-bottom: 22px;
}
.cat_images_box img{
	transition: all .8s ease 0s;
}
.cat_images_box:hover img { 
	transform: scale(1.2, 1.2);
	transition: all .8s ease 0s;
}
.cat_title {
	font-size: 27px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 0.5px;
	text-align: center;
}
.cat_title a{
	color: #000;
}
.browse_all_btn {
	margin: 0 auto;
	text-align: center;
}
.browse_all_btn .btn01 {
	background: #49bd2a;
	font-size: 17px;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 0.20px;
	padding: 12px 20px;
	display: inline-block;
	font-family: 'Roboto', sans-serif !important;
	position: relative;
	text-transform: uppercase;
}
.browse_all_btn .btn01::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background-image: url("../images/button_arrow_left_01.png");
	width: 13px;
	height: 12px;
	display: block;
}
.browse_all_btn .btn01::after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	background-image: url("../images/button_arrow_right_01.png");
	width: 13px;
	height: 12px;
	display: block;
}
.browse_all_btn .btn01:hover {
    background: #6c7070;
}
.contact_text {
	margin-bottom: 40px;
}