/*
	Theme Name: Rogue Shooting Target
	Theme URI: https://shanewebguy.com/
	Author: Shane Web Guy
	Description: Theme for Rogue Shooting Target by Shane Web Guy
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
	Text Domain: greendotsign

	This theme, like WordPress, is licensed under the GPL.
	Use it to make something cool, have fun, and share what you've learned with others.


*/
@font-face {
	font-family: raleway-regular;
	src: url( 'fonts/Raleway-Regular.ttf' );
}
@font-face {
	font-family: raleway-medium;
	src: url( 'fonts/Raleway-Medium.ttf' );
}
@font-face {
	font-family: raleway-semibold;
	src: url( 'fonts/Raleway-SemiBold.ttf' );
}
@font-face {
	font-family: roboto-regular;
	src: url( 'fonts/Roboto-Regular.ttf' );
}
@font-face {
	font-family: roboto-black;
	src: url( 'fonts/Roboto-Black.ttf' );
}
@font-face {
	font-family: montserrat-semiBold;
	src: url( 'fonts/Montserrat-SemiBold.ttf' );
}

a{
	color: #E10000;
}

.aa-btn{
	font-family: montserrat-semiBold;
	font-size: 18px;
	color: #fff;
	background: #E10000;
	padding: 18px 45px;
	border: 2px solid #E10000;
}
	.aa-btn:hover, .aa-btn:focus{
		color: #E10000;
		background: transparent;
		border: 2px solid #E10000;
	}

.aligncenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.aa-product-btn{
	font-family: raleway-regular;
	font-size: 14px;
	color: #111111;
	padding: 5px;
	border: 1px solid #111111;
	text-align: center;
    width: 45%;
    border: 1px solid #111111;
    margin: 25px 5px;
}
	.aa-product-btn:hover,
	.aa-product-btn:focus{
		color: #fff;
		background: #111111;
		border: 1px solid #111111;
	}

b, strong{
	color: #333333;
	font-weight: 900;
}

#back-to-top {
	background-color: rgba( 0, 0, 0, 0.5 );
	bottom: 50px;
	color: #fff;
	cursor: pointer;
	right: 50px;
	padding: 10px 15px;
	position: fixed;
	z-index: 8;
}

.blog-content {
    margin-bottom: calc(6 * 1rem);
}
	.blog-content .img-box{
		width: 100%;
		transition: all .3s;
		margin-bottom: 10px;
	}
		.blog-content .img-box:hover{
			transform: scale(.95);
		}
	.blog-content h3{
		font-size: 25px;
		font-family: raleway-regular;
		color: #000;
	}
		.blog-content h3:before {
		    background: #767676;
		    content: "\020";
		    display: block;
		    height: 2px;
		    margin: 1rem 0;
		    width: 3em;
		}
	.blog-content p{
		max-width: calc(6 * (100vw / 12) - 28px);
	}
	.blog-content .links-learn {
	    font-family: raleway-regular;
	    font-size: 18px;
	}
	.blog-content .blog-meta{
		list-style: none;
		padding: 0;
		margin-top: 25px;
	}
		.blog-meta li{
			display: inline-block;
			padding-right: 25px;
		}
			.blog-meta li a{
				color: #333333;
			}

.container {
    max-width: 1200px;
}

.default-page-banner {
	margin-top: 10px;
	background-position: center center;
	background-size: 100% 100%;
	padding-top: 150px;
    padding-bottom: 150px;
}
	.default-page-banner h1{
		font-size: 64px;
		color: #fff;
		font-family: roboto-black;
		text-shadow: 8px 8px 20px #000;
		text-align: center;
	}

.footer-1{
	padding: 80px 0;
	background: #EEEEEE;
}
	.footer-1 img{
		transition: all .3s;
	}
	.footer-1 img:hover, 
	.footer-1 img:focus {
		transform: scale(.95);
	}

.footer-2{
	padding: 80px 0;
	background: #111111;
}
	.footer-2 .social{
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	.footer-2 .social li{
		display: inline-block;
		padding: 0 8px;
	}
	.footer-2 .social .fa{
		font-size: 25px;
		color: #fff;
	}
	.footer-2 a:hover .fa,
	.footer-2 a:focus .fa{
		color: #E10000;
	}
	.footer-2 #footer-menu{
		list-style: none;
		padding: 0;
		margin: 20px 0;
		text-align: center;
	}
		.footer-2 #footer-menu li{
			display: inline-block;
			padding: 0 10px;
			line-height: 2em;
		}
		.footer-2 #footer-menu a{
			font-size: 16px;
			font-family: raleway-regular;
			color: #fff;
		}
			.footer-2 #footer-menu li a:hover, 
			.footer-2 #footer-menu li.current-menu-item a{
				color: #E10000;
			}
	.footer-2 .contact-details{
		list-style: none;
		padding: 0;
		text-align: center;
		font-size: 16px;
		font-family: raleway-regular;
		color: #fff;
	}
		.footer-2 .contact-details li{
			display: inline-block;
		}
		.footer-2 .contact-details li.separator {
			margin: 0 15px;
		}
		.footer-2 .contact-details a{
			font-size: 16px;
			font-family: raleway-regular;
			color: #fff;
		}
		.footer-2 .contact-details a{
			color: #fff;
		}
			.footer-2 .contact-details a:hover{
				color: #E10000;
			}
		.footer-2 strong{
			font-weight: 900;
			color: #fff;
		}

.footer-3{
	padding: 55px 0 20px 0;
	background: #000;
}
	.footer-3 .copyright{
		list-style: none;
		padding: 0;
		font-size: 15px;
		font-family: raleway-regular;
		color: #fff;
	}
	.footer-3 .copyright li{
		display: inline-block;
	}
	.footer-3 .copyright li.separator {
		margin: 0 15px;
	}
	.footer-3 .copyright a{
		color: #fff;
	}
		.footer-3 .copyright a:hover{
			color: #E10000;
		}

.header-1{
	padding: 20px 0;
}	
	.header-1 .col-md-4{
		padding-left: 0;
	}
	.header-1 .col-md-8{
		padding-right: 0;
	}
	.header-1 .site_logo img {
		transition: all .3s;
	}
	.header-1 .site_logo img:hover, 
	.header-1 .site_logo img:focus {
		transform: scale(.95);
	}
	.header-1 .links{
		float: right;
	}
		.header-1 .links ul{
			list-style: none;
			padding: 0;
			margin: 0;
		}
		.header-1 .links li{
			display: inline-block;
		}
		.header-1 .links li.separator {
			margin: 0 15px;
		}
		.header-1 .links i {
			margin: 0 10px;
		}
		.header-1 .links a{
			color: #000;
			font-size: 15px;
			font-family: raleway-regular;
		}
			.header-1 .links a:hover{
				color: #E10000;
			}
	.header-1 .search{
		margin-top: 30px;
		float: right;
	}
		.header-1 .search ul{
			list-style: none;
			padding: 0;
			margin: 0;
		}
		.header-1 .search li{
			display: table-cell;
		}
		.header-1 .search p{
			color: #E00000;
			font-size: 15px;
			font-family: raleway-medium;
			margin-right: 25px;
		}
		.header-1 .search form input {
			height: 35px;
			color: #BBBBBB;
			font-family: raleway-regular;
			font-size: 15px;
			padding-left: 15px;
			border: 1px solid #BBBBBB;
		}
		.header-1 .search input#searchsubmit {
			display: none;
		}
		.header-1 .search form i {
			position: absolute;
			top: 50px;
			line-height: 40px;
			right: 7px;
			bottom: 0;
			font-size: 15px;
		}
		.header-1 .search .social-media {
			margin-top: 10px;
			text-align: center;
		}
			.header-1 .search .social-media i {
				font-size: 30px;
				margin-left: 10px;
			}

.header-2 #main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
	.header-2 ul li{
		background: #000;
	}
	.header-2 #main-menu li {
		display: table-cell;
		position: relative;
		padding: 15px 29px;
		white-space: nowrap;
		width: 100%;
	}
	.header-2 #main-menu li a {
		font-size: 16px;
		color: #fff;
		font-family: raleway-regular;
	}
	.header-2 #main-menu li:hover, 
	.header-2 #main-menu li.current-menu-item{
		background: #E10000;
	}
	.header-2 #main-menu li a:hover, 
	.header-2 #main-menu li.current-menu-item a{
		font-weight: 900;
	}

.header-3{
	background: #000;
	display: none;
    position: fixed;
    top: 0;
	z-index: 8;
	width: 100%;
}
	.header-3 #sticky-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}
		.header-3 ul li{
			background: #000;
		}
		.header-3 #sticky-menu li {
			display: table-cell;
			position: relative;
			padding: 15px 26.3px;
			white-space: nowrap;
		}
		.header-3 #sticky-menu li a {
			font-size: 16px;
			color: #fff;
			font-family: raleway-regular;
		}
		.header-3 #sticky-menu li:hover, 
		.header-3 #sticky-menu li.current-menu-item{
			background: #E10000;
		}
		.header-3 #sticky-menu li a:hover, 
		.header-3 #sticky-menu li.current-menu-item a{
			font-weight: 900;
		}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
	margin: 40px 0;
}
	
.home-1{
	margin: 70px 0;
	text-align: center;
}
	.home-1 .title{
		font-size: 40px;
		font-family: roboto-black;
		color: #1F1F1F;	
	}
	.home-1 .content{
		margin: 45px 0;
		font-size: 17px;
		font-family: raleway-regular;
		color: #333333;
		line-height: 2.0em;
	}
	.home-1 .content strong,
	.home-1 .content b{
		font-family: raleway-medium;
		color: #DF0000;
	}
	.home-1 .content a{
		color: #DF0000;
	}
	.home-1 .btn-content{
		margin-bottom: 90px;
	}
		.home-1 .btn-content a{
			font-family: raleway-semibold;
			font-size: 18px;
			color: #212121;
			background: transparent;
			padding: 18px 45px;
			border: 2px solid #212121;
		}
			.home-1 .btn-content a:hover, .home-1 .btn-link a:focus{
				background: #212121;
				color: #fff;
				border: 2px solid #212121;
				text-decoration: none;
			}

.home-2{
	margin: 70px 0;
	text-align: center;
}
	.home-2 .title{
		font-size: 40px;
		font-family: roboto-black;
		color: #1F1F1F;	
	}
	.home-2 .feat-slider {
		margin: 55px 0;
	}
	.home-2 .feat-slider .pro-title{
		font-size: 18px;
		font-family: raleway-semibold;
		color: #1F1F1F;
		margin: 30px 0;
		height: 65px;
	}
		.home-2 .feat-slider .pro-title a{
			color: #1F1F1F;
		}
			.home-2 .feat-slider .pro-title a:hover{
				color: #DF0000;
			}
	.home-2 .feat-slider .price{
		font-size: 18px;
		font-family: raleway-semibold;
		color:#DF0000;
	}
	.home-2 .feat-slider .sale-price{
		color: #1F1F1F;
		font-size: 15px;
		text-decoration: line-through;
	}
	.home-2 .img-box{
		transition: all .3s;
	}
		.home-2 .img-box:hover,
		.home-2 .img-box:focus{
			transform: scale(.95);
		}
	.home-2 .slick-initialized .slick-slide {
		margin: 0 10px;
	}
	.home-2 .slick-prev, 
	.home-2 .slick-next{
		position: absolute;
		z-index: 1;
		top: 25%;
		transform: translateY(-50%);
	}
	.home-2 .slick-prev{
		left: -80px;
	}
	.home-2 .slick-next{
		right: -80px;
	}
	.home-2 .slick-next:hover,
	.home-2 .slick-prev:hover {
		opacity: 0.5;
		cursor: pointer;
	}

.home-3{
	margin: 70px 0;
	text-align: center;
	background-image: url('media/free-shipping-bg.fw.png');
	padding: 90px 0;
    background-size: cover;
}
	.home-3 .title{
		font-size: 40px;
		font-family: roboto-black;
		color: #fff;	
	}
	.home-3 .content{
		margin: 20px 0;
		font-size: 17px;
		font-family: raleway-regular;
		color: #fff;
		line-height: 2.0em;
	}
	.home-3 .btn-content{
		margin-top: 50px;
	}

.home-4{
	margin: 70px 0 100px;
}
	.home-4 .title{
		font-size: 40px;
		font-family: roboto-black;
		color: #1F1F1F;
		text-align: center;
	}
	.home-4 .content{
		margin: 20px 0;
		font-size: 17px;
		font-family: raleway-regular;
		color: #202020;
		line-height: 2.0em;
		text-align: center;
	}
	.home-4 img{
		margin-top: 25px;
		transition: all .3s;
	}
	.home-4 img:hover, 
	.home-4 img:focus {
		transform: scale(.95);
	}
	.home-4 .links-title{
		font-family: raleway-semibold;
		font-size: 20px;
		color: #1F1F1F;
		text-transform: uppercase;
		margin: 25px 0;
	}
	.home-4 .links-content{
		font-family: raleway-regular;
		font-size: 17px;
		color: #1F1F1F;
		line-height: 1.8em;
	}
	.home-4 .links-learn{
		color:#DF0000;
	}
	.home-4 .btn-content{
		margin: 50px 0;
		text-align: center;
	}
		.home-4 .btn-content a{
			font-family: raleway-semibold;
			font-size: 18px;
			color: #212121;
			background: transparent;
			padding: 18px 45px;
			border: 2px solid #212121;
		}
			.home-4 .btn-content a:hover, .home-4 .btn-link a:focus{
				background: #212121;
				color: #fff;
				border: 2px solid #212121;
				text-decoration: none;
			}

.home-overlay{
	background-color: #DADADA;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 185px;
    z-index: -1;
    height: 480px;
}

ins {
    text-decoration: none !important;
}

.inner-overlay{
	background-color: #DADADA;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 185px;
    z-index: -1;
    height: 480px;
}

.inner-content{
	background: #fff;
	padding: 65px 0;
}
	.inner-content .sidebar{
		background: #111111;
		padding: 30px 30px 40px 30px; 
		height: 1280px;
		width: 340px;
	}
		.inner-content .sidebar .title{
			font-family: raleway-regular;
			font-size: 24px;
			color: #fff;
			font-weight: 900;
		}
		.inner-content .sidebar .title hr{
			border-top: 1px solid #fff;
		}	
		.inner-content .sidebar #product-category{
			list-style: none;
			margin: 0 0 25px 0;
			padding: 0;
		}	
			.inner-content .sidebar #product-category li{
				margin: 20px 0;
			}
			.inner-content .sidebar #product-category li a{
				font-family: raleway-semibold;
				font-size: 15px;
				color: #fff;
			}
			.inner-content .sidebar #product-category li a:hover, 
			.inner-content .sidebar #product-category li.current-menu-item a{
				color: #E10000;
			}
		.inner-content .sidebar p{
			font-family: raleway-medium;
			font-size: 20px;
			color: #fff;
			margin: 20px 0 40px 0;
		}
		.inner-content .sidebar .free-title{
			font-family: raleway-regular;
			font-size: 24px;
			color: #fff;
		}
		.inner-content .sidebar .divA{
			clear: both;
			border-bottom: 1px solid #fff;
			margin: 25px 0 5px 0;
		}
		.inner-content .sidebar .divB{
			clear: both;
			border-bottom: 1px solid #fff;
			margin-bottom: 45px;
		}​
	.inner-content .main-content {
		padding-left: 30px;
		width: 70%;
	}
		.inner-content .main-content h2{
			font-family: roboto-black;
			font-size: 35px;
			color: #1F1F1F;
			margin-bottom: 40px;
		}
		.inner-content .main-content p{
			font-family: raleway-regular;
			font-size: 17px;
			color: #333333;
			line-height: 2.0em;
		}
		.inner-content .main-content strong,
		.inner-content .main-content b{
			color: #333333;
			font-weight: 900;
		}
		.inner-content .main-content span{
			color: #E10000;
		}
		.inner-content .main-content #about{
			border-collapse: collapse;
			width: 100%;
			font-family: raleway-regular;
			font-size: 17px;
			color: #333333;
			margin: 50px 0;
		}
		.inner-content .main-content #about td,
		.inner-content .main-content #about th{
			border: 1px solid #555555;
  			padding: 8px;
		}
		.inner-content .main-content #about strong{
			font-family: raleway-regular;
			font-size: 17px;
			color: #333333;
			font-weight: 900;
		}
		.inner-content .main-content li{
			font-family: raleway-regular;
			font-size: 17px;
			color: #333333;
			line-height: 2.0em;
		}
.inner-content .main-content {
	padding-left: 30px;
	width: 70%;
}

#page-131 .woocommerce-column--billing-address, #page-131 .woocommerce-column--shipping-address {
	max-width: 100%;
}

#page-546 .inner-content .main-content span,
#page-1020 .product-content span {
    color: #000;
}

#page-43 .inner-content .main-content{
	padding-left: 0;
    width: 100%;
}

.page-numbers {
    font-size: 17px;
    background: #fff;
    color: #111111;
    padding: 5px 10px;
    border: 1px solid #E10000;
}
	.page-numbers:hover{
		background: #E10000;
    	color: #fff;
	}
span.page-numbers.current {
    font-size: 17px;
    background: #E10000;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #E10000;
}

.product-overlay{
	background-color: #DADADA;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 185px;
    z-index: -1;
    height: 480px;
}

.product-content{
	margin-top: 10px;
}
	.product-content .product-row {
		background: #fff;
		padding: 40px 0 100px 0;
	}
	.product-content h1{
		font-family: roboto-black;
		font-size: 40px;
		color: #1F1F1F;
		margin-bottom: 40px;
	}
	.product-content .sidebar{
		background: #111111;
		padding: 30px 30px 40px 30px; 
		height: 1280px;
		width: 340px;
	}
		.product-content .sidebar .title{
			font-family: raleway-regular;
			font-size: 24px;
			color: #fff;
			font-weight: 900;
		}
		.product-content .sidebar .title hr{
			border-top: 1px solid #fff;
		}	
		.product-content .sidebar #product-category{
			list-style: none;
			margin: 0 0 25px 0;
			padding: 0;
		}	
			.product-content .sidebar #product-category li{
				margin: 20px 0;
			}
			.product-content .sidebar #product-category li a{
				font-family: raleway-semibold;
				font-size: 15px;
				color: #fff;
			}
			.product-content .sidebar #product-category li a:hover, 
			.product-content .sidebar #product-category li.current-menu-item a{
				color: #E10000;
			}
		.product-content .sidebar p{
			font-family: raleway-medium;
			font-size: 20px;
			color: #fff;
			margin: 20px 0 40px 0;
		}
		.product-content .sidebar .free-title{
			font-family: raleway-regular;
			font-size: 24px;
			color: #fff;
		}
		.product-content .sidebar .divA{
			clear: both;
			border-bottom: 1px solid #fff;
			margin: 25px 0 5px 0;
		}
		.product-content .sidebar .divB{
			clear: both;
			border-bottom: 1px solid #fff;
			margin-bottom: 45px;
		}​
	.product-content .main-content {
		padding-left: 30px;
		width: 70%;
	}
		.product-content .main-content h2{
			font-family: roboto-black;
			font-size: 35px;
			color: #1F1F1F;
			margin-bottom: 40px;
		}
		.product-content .main-content p{
			font-family: raleway-regular;
			font-size: 17px;
			color: #333333;
			line-height: 2.0em;
		}
		.product-content .main-content strong,
		.product-content .main-content b{
			color: #E10000;
		}
		.product-content .main-content #about{
			border-collapse: collapse;
			width: 100%;
			font-family: raleway-regular;
			font-size: 17px;
			color: #333333;
			margin: 50px 0;
		}
		.product-content .main-content #about td,
		.product-content .main-content #about th{
			border: 1px solid #555555;
  			padding: 8px;
		}
		.product-content .main-content #about strong{
			font-family: raleway-regular;
			font-size: 17px;
			color: #333333;
			font-weight: 900;
		}
	.product-content .main-content {
		padding-left: 30px;
		width: 70%;
	}
	.product-content .woocommerce-result-count {
		margin: 0 0 1em;
	}
		.product-content .woocommerce-result-count, 
		.product-content .woocommerce-result-count {
			float: left;
		}
	.product-content .woocommerce-ordering {
		margin: 0 0 1em;
	}
		.product-content .woocommerce-ordering, 
		.product-content .woocommerce-ordering {
			float: right;
		}
	.product-content .onsale {
		top: 0;
		right: 0;
		left: auto;
		margin: -.5em -.5em 0 0;
		min-height: 3.236em;
		min-width: 3.236em;
		padding: .202em;
		font-weight: 700;
		position: absolute;
		text-align: center;
		line-height: 3.236;
		border-radius: 100%;
		background-color: #77a464;
		color: #fff;
		font-size: .857em;
		z-index: 9;
	}
	.product-content .product-list{
		clear: both;
	}
		.product-content .product-list h2{
			font-family: raleway-semibold;
			font-size: 17px;
			color: #1F1F1F;
			margin: 20px 0;
			height: 50px;
		}
		.product-content .product-list .price{
			font-family: raleway-semibold;
			font-size: 17px;
			color: #DF0000;
			margin-bottom: 25px;
		}
		.product-content .product-list .sale-price{
			font-family: raleway-semibold;
			font-size: 15px;
			color: #1F1F1F;
			margin-right: 5px;
		}
	.product-content .product-column{
		margin-bottom: 25px;
		padding: 5px;
	}
	.product-content .product-border{
		border: 1px solid #DDDDDD;
		padding: 5px;
	}
		.product-content .product-border a{
			display: inline-block;
		}
	.product-content select{
		background: #DDDDDD;
		border: none;
		padding: 8px;
		font-size: 17px;
		font-style: raleway-regular;
	}
	.product-content .related .rel-title{
		font-family: raleway-regular;
		font-weight: 900;
		font-size: 24px;
		color: #333333;
		margin-top: 25px;
	}
	.product-content .first-row{
		margin-bottom: 40px;
	}
		.product-content .first-row .price{
			display: none;
		}
		.product-content .first-row .prices{
			margin-bottom: 50px;
		}
		.product-content .first-row .sale-price{
			font-family: raleway-regular;
			font-size: 20px;
			color: #DF0000;
			line-height: 0.8;
		}
		.product-content .first-row .compared-price,
		.product-content .first-row .you-save{
			font-family: raleway-regular;
			font-size: 17px;
			color: #333333;
			line-height: 0.8;
		}
		.product-content .first-row .regular-price{
			font-family: raleway-regular;
			font-size: 20px;
			color: #333333;
			line-height: 0.8;
		}
		.product-content .first-row .woocommerce-product-details__short-description {
			margin-bottom: 45px;
		}
			.product-content .first-row .woocommerce-product-details__short-description p{
				font-family: raleway-regular;
				font-size: 17px;
				color: #333333;
				line-height: 0.8;
			}
		.product-content button{
			font-family: montserrat-semiBold;
			font-size: 18px;
			color: #fff;
			background: #E10000;
			padding: 10px 40px;
			border: 2px solid #E10000;
			font-weight: 900;
			text-transform: uppercase;
			cursor: pointer;
			margin-top: 25px;
		}
			.product-content button:hover, .product-content button:focus{
				color: #E10000;
				background: transparent;
				border: 2px solid #E10000;
			}
		.product-content .qty {
			font-family: raleway-regular;
			font-weight: 900;
			font-size: 17px;
			color: #333333;
			float: left;
			padding: 5px;
		}
		.product-content .cart {
			background: #EEEEEE;
			text-align: center;
			padding: 25px;
		}
			.product-content .cart table {
				width: 100%;
			}
				.product-content .cart table tr td {
					display: block;
				}
		.product-content input {
			height: 38px;
			padding: 10px;
			width: 100%;
		}
		.product-content .cart select, textarea {
			width: 100% !important;
		}
		.product-content .border{
			border-bottom: 2px solid #CCCCCC;
		}
	.product-content .second-row #tab-description{
		font-family: raleway-regular;
		font-size: 17px;
		color: #333333;
	}
		.product-content .second-row #tab-description h2 {
			font-family: raleway-regular;
			font-weight: 900;
			font-size: 24px;
			color: #333333;
			margin-top: 40px;
		}
		.product-content .second-row #tab-description strong,
		.product-content .second-row #tab-description b{
			font-weight: 900;
			color: #333333;
		}
		.product-content nav.woocommerce-pagination {
			text-align: center;
		}
			.product-content nav.woocommerce-pagination ul {
				display: inline-block;
				white-space: nowrap;
				padding: 0;
				clear: both;
				border: 1px solid #E10000;
				border-right: 0;
				margin: 1px;
			}
			.product-content .woocommerce-pagination ul.page-numbers::before{
				content: ' ';
				display: table;
			}
			.product-content .woocommerce-pagination ul.page-numbers li{
				display: inline-block;
			}
			.product-content nav.woocommerce-pagination ul li {
				border-right: 1px solid #E10000;
				padding: 0;
				margin: 0;
				float: left;
				display: inline;
				overflow: hidden;
			}
			.product-content nav.woocommerce-pagination ul li a{
				color: #111111;
			}
				.product-content nav.woocommerce-pagination ul li a:hover{
					background: #E10000;
					color: #fff;
				}
			.product-content nav.woocommerce-pagination ul li span.current{
				background: #E10000;
				color: #fff;
			}
			.product-content nav.woocommerce-pagination ul li a, 
			.product-content nav.woocommerce-pagination ul li span {
				margin: 0;
				text-decoration: none;
				padding: 0;
				line-height: 1;
				font-size: 1em;
				font-weight: 400;
				padding: .5em;
				min-width: 1em;
				display: block;
			}
		.product-content .first-row .col-sm-5 img{
			margin: auto;
		}

.product_title.entry-title {
	display: none;
}

.product_meta {
    display: none;
}

.shop-btn {
	display: none;
	margin-top: 10px;
	text-align: center;
}
	.shop-btn a {
		display: inline-block;
		padding: 10px 40px;
	}

.slider-1 .item {
	background-position: center center;
	background-size: cover;
	padding-top: 150px;
    padding-bottom: 150px;
}
	.slider-1 .overlay{
		background-color: rgba(0, 0, 0, 0.15);
		bottom: 0;
		left: 0;
		right: 0;
		position: absolute;
		top: 0;
	}
	.slider-1 .text-container {
		position: relative;
		z-index: 1;
	}
	.slider-1 .text-1{
		font-size: 64px;
		color: #fff;
		font-family: roboto-black;
		text-shadow: 8px 8px 20px #000;
	}
	.slider-1 .text-2{
		font-size: 22px;
		color: #fff;
		font-family: raleway-regular;
		text-shadow: 8px 8px 20px #000;
	}
	.slider-1 .btn-slider{
		margin-top: 40px;
	}

.steel-page-hr{
	margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 2px solid rgba(0,0,0,.1);
}
.steel-page .col-sm-4{
	margin-bottom: 25px;
}
.steel-page h3{
	font-family: roboto-black;
	font-size: 25px;
	color: #1F1F1F;
	margin-bottom: 40px;
}
.steel-page h4{
	font-family: raleway-regular;
    font-size: 18px;
    color: #1F1F1F;
    font-weight: 900;
}
	.steel-page h4:hover{
		color:#E10000
	}
.steel-page p{
	line-height: 1.5em !important;
}
.steel-page .price{
	font-weight: 900;
}
.steel-page img{
	transition: all .3s;
	margin-bottom: 20px;
}
	.steel-page img:hover,
	.steel-page img:focus{
		transform: scale(.95);
	}

.row {
	margin: 0;
}

ul.tabs.wc-tabs {
    display: none;
}

.variations label {
    font-family: raleway-regular;
    font-weight: 900;
    font-size: 17px;
    color: #333333;
}

.woocommerce #payment #place_order{
	font-family: montserrat-semiBold;
	font-size: 18px;
	color: #fff;
	background: #E10000;
	padding: 18px 45px;
	border: 2px solid #E10000;
}
	.woocommerce #payment #place_order:hover, 
	.woocommerce #payment #place_order:focus{
		color: #E10000;
		background: transparent;
		border: 2px solid #E10000;
	}

.woocommerce-input-wrapper {
	width: 100%;
}
	.woocommerce form .form-row input.input-text, 
	.woocommerce form .form-row textarea{
		border: 1px solid #ccc;
		padding: 5px;
	}
	.woocommerce form .form-row label{
		width: 100%;
	}

.woocommerce-billing-fields,
.woocommerce-additional-fields {
	margin-bottom: 25px;
}

.woocommerce-shipping-fields span{
	font-weight: 300;
	color: #000 !important;
}

.woocommerce table.cart td.actions .input-text {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
	width: 100px;
}
.woocommerce-placeholder {
    width: 254px;
    height: 161px;
}
.woocommerce-variation-price .price {
    display: block !important;
    font-family: raleway-regular;
    font-weight: 900;
    font-size: 17px;
    margin-bottom: 25px;
    color: #4CAF50;
}
div#tab-additional_information {
    display: none !important;
}
.thumbnail-nav button.slick-prev, 
.thumbnail-nav button.slick-next {
    color: transparent !important;
    margin-top: -10px !important;
    border: none !important;
}
.thumbnails .slick-next:before, 
.thumbnails .slick-prev:before {
    color: #fff !important;
}

div#pwgc-redeem-gift-card-form {
    margin: 25px 0;
}
.woocommerce-variation-add-to-cart{
	margin-top: 25px;    
}
#pwgc-purchase-container {
	 clear: both;
}
#pwgc-redeem-gift-card-number {
	margin: 20px 3px;
}