@font-face {
	font-family: 'proxima_novaregular';
	src: url('proxima_nova_font-webfont.woff2') format('woff2'), url('proxima_nova_font-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'federationbold';
	src: url('federation_kalin-webfont.woff2') format('woff2'),  url('federation_kalin-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}



::-webkit-input-placeholder {
 color: #333;
}



:-moz-placeholder { /* Firefox 18- */
 color: #333;
}



::-moz-placeholder {  /* Firefox 19+ */
 color: #333;
}



:-ms-input-placeholder {
 color: #333;
}
body {
	font-family: 'proxima_novaregular';
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #575757;
	background: #fff;
	overflow: hidden;
	line-height: 1
}
a:focus {
	outline: 0;
}
html {
	position: relative;
	min-height: 100%;
	overflow-y: scroll;
}
.clear {
	height: 20px;
	clear: both;
	width: 100%;
}
.cler {
	height: 10px;
	clear: both;
	width: 100%;
}
.clr {
	height: 0px;
	clear: both;
	width: 100%;
}
.no-left-padding {
	padding-left: 0px;
}
.no-right-padding {
	padding-right: 0px;
}
.no-padding {
	padding: 0px;
}
p {
	line-height: normal;
}
.section {
	display: block;
	position: relative;
}
.header {
	display: block;
	position: relative;
	padding: 30px 0px;
	/*border-top: 5px solid #18a500;*/
}
.container {
	max-width: 1200px;
}
top-bar .header-nav-right-info {
	padding: 6px 0px;
}
.top-bar .header-nav-right-info, .top-bar li {
	display: inline-block;
	padding: 0px 0px;
	margin-right: 0px;
	font-size: 16px;
}
ul, li {
	margin: 0;
	margin-right: 0px;
	padding: 0;
	list-style: none;
}
.top-bar {
	color: #fff;
}
.top-bar .header-nav-right-info li {
	padding-left: 18px;
	padding-right: 0px;
	color: #202020;
	vertical-align: top;
}
.top-bar .header-nav-right-info li i {
	color: #ff66c4;
	font-size: 18px;
}
.top-bar li a {
	display: inline-block;
	padding: 0px 0px;
	margin-right: 0px;
	color: #202020;
	font-size: 16px;
}
.search-box {
	position: relative;
}
.search-box input[type="text"] {
	width: 100%;
	font-size: 15px;
	padding: 14px 96px 14px 16px;
	line-height: 15px;
	border-radius: 6px;
	border: 1px solid #c8c8c8;
}
.search-box input[type="submit"] {
	border: medium none;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 80px;
	height: 47px;
	color: #fff;
	background: #ff6500;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.social-icon-one li {
	display: inline-block;
	font-size: 25px;
	display: inline-block;
	padding: 10px 8px;
	color: #198606;
}
.social-icon-one li a {
	color: #198606;
}
.top_cart {
	position: relative;
	padding: 10px 10px;
	display: inline-block;
}
.top_cart i {
	font-size: 24px;
	color: #db1a3a;
}
.cart_count {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #ff6500;
	color: #fff;
	line-height: 30px;
	text-align: center;
	top: -4px;
	right: -14px;
}
.nav-section {
	background: #111;
}
.home_banner {
	position: relative;
}
.banner-caption {
	position: absolute;
	width: 660px;
	top: 0%;
	right: 0%;
	left: 0;
	bottom: 0;
	margin: auto;
	height: 240px;
	text-align: center;
}
.banner-caption h4 {
	color: #ffffff;
	font-size: 30px;
	font-family: 'Michroma', sans-serif;
}
.banner-caption h1 {
	font-size: 50px;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: white;
	font-family: 'Michroma', sans-serif;
}
.banner-caption h3 {
	color: #ffffff;
	font-size: 32px;
	font-family: 'Michroma', sans-serif;
	text-transform: uppercase;
}
.banner-caption p {
	font-size: 20px;
	color: #FFF;
}
.custom_btn {
	background-color: #18a500;
	border-radius: 6px;
	padding: 10px 30px;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.custom_btn:hover {
	background-color: #ff6500;
	color: #fff;
}
.w-100 {
	height: auto;
}
.banner_bottom {
	background: #18a500;
	padding: 20px 0px;
	color: #2f2f2f;
	text-align: center;
}
.banner_bottom .bottom_banner_box  {
	border-right: 1px solid #5d5d5d;
	
}

.bottom_banner_box p {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;

}
.bottom_banner_box p span {
	font-size: 14px;
	font-weight: 500;
}
.ad_box_big {
	position: relative;
}
.ad_box_big_caption {
	position: absolute;
	height: 80px;
	background: rgba(0,0,0,0.6);
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
	padding: 10px;
	font-size: 42px;
	text-transform: uppercase;
	font-family: 'Michroma', sans-serif;
}
.ad_box {
	position: relative;
}
.ad_box_small_caption {
	position: absolute;
	background: rgba(0,0,0,0.8);
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
	padding: 15px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Michroma', sans-serif;
	
}
.heading span {
	font-weight: bold;
	font-size: 14px;
	display: block;
	color: #18a500;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.heading h2, .heading h1, .heading h3 {
	margin-bottom: 8px;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 36px;
	color: #1c1c1c;
	font-family: 'federationbold';
}
.design-line {
	width: 60px;
	height: 5px;
	position: relative;
	margin: 0 auto;
}
.design-line::before {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background: #ff6500;
	top: 7px;
	display: block;
}
.product_list_box {
	border: 1px solid #e2e2e2;
	text-align: center;
	padding: 0px;
margin-bottom: 30px;
	padding-bottom: 15px;
}
.product_title {
	font-size: 18px;
	color: #1c1c1c;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: 600;
}
.product_price {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	padding-top: 15px;
}
.product_price span {
	color: #6d6d6d;
}
.add_to_cart_btn {
	padding-top: 15px;
}
.add_to_cart_btn a {
	background-color: #18a500;
	border-radius: 6px;
	padding: 12px 25px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	line-height: 14px;
	padding-top: 14px;
}
.add_to_cart_btn a:hover {
	background-color: #333;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.about_us {
	/*background: url(../images/about_back.jpg) no-repeat;*/
	background: #000;
	height: auto;
	background-size: 100%;
}
.about_us p {
	padding: 0px 280px;
	text-align: center;
	color: #fff;
}
.read_more {
	color: #000;
}
.ts-cta-area-classic {
	background: #000;
	color: #ffffff;
	height: 137px;
}
.cta-title {
    font-size: 28px;
    padding-left: 50px;
    padding-top: 55px;
}
.cta-title p span {
	color: #18a500;
}
.custom_form {
	background-color: #fff;
	border-radius: 6px;
	padding: 12px 25px;
	font-size: 16px;
	color: #fff;
	border: 2px solid #18a500;
	padding-top: 14px;
}
.custom_btn2 {
	background-color: #ff6500;
	border-radius: 6px;
	padding: 12px 22px;
	font-size: 16px;
	color: #fff;
	border: 0px solid #db1a3a;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 16px;
}
.custom_btn2:hover {
	background-color: #fff;
	color: #000;
}
.subs_right {
	padding-top: 44px;
}
.brand_box li {
	display: inline-block;
}
.brand_box {
	text-align: center;
}
.main-footer {
	position: relative;
	background-color: #1c1c1c;
}
.main-footer .widgets-section {
	padding-top: 45px;
	padding-bottom: 20px;
}
.main-footer .footer-widget {
	position: relative;
}
.main-footer .widget-title {
	position: relative;
	display: block;
	font-size: 22px;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.main-footer .widget-content {
	position: relative;
}
.main-footer .info-list {
	position: relative;
	margin-bottom: 20px;
}
.main-footer .info-list li {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #8f8f8f;
	font-weight: 400;
}
.main-footer .info-list li strong {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 34px;
	color: #bbbbbb;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}
.main-footer .info-list li a {
	color: #bfcade;
	display: inline-block;
}
.main-footer .info-list li a:hover {
	color: #ffffff;
}
.main-footer .services-widget {
	position: relative;
	padding-left: 30px;
}
.main-footer .services-widget .widget-content {
	position: relative;
	padding-right: 50px;
}
.main-footer .list {
	position: relative;
}
.main-footer .list li {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.main-footer .list li a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #c9c9c9;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-footer .list li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.main-footer .contact-btn {
	position: relative;
	padding-left: 50px;
	padding-top: 10px;
}
.main-footer .contact-btn a {
	position: relative;
	margin-bottom: 30px;
	padding: 15px 20px;
	display: block;
	width: 100%;
}
.footer-bottom {
	position: relative;
}
.footer-bottom .outer-box {
	position: relative;
	padding: 20px 0;
}
.footer-bottom .copyright-text {
	position: relative;
	float: left;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #898989;
	font-weight: 400;
}
.footer-bottom .copyright-text a {
	color: #898989;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.footer-bottom .copyright-text a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.footer-bottom .privacy {
	position: relative;
	float: right;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #bfcade;
	font-weight: 400;
}
.footer-bottom .privacy a {
	color: #898989;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.footer-bottom .privacy a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.footer_menu li {
	position: relative !important;
	display: inline-block !important;
	width: 49%;
}
.footer-getintouch-item {
	clear: both;
	margin-bottom: 10px;
	content: '';
	display: inline-block;
}
.footer-getintouch-item .icon {
	font-size: 18px;
	color: #198606;
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 20px;
}
.footer-getintouch-item .desc {
	float: left;
	
}
.footer-getintouch-item .desc .desc-3 {
	float: left;
}
.social_icon_footer a {
	color: #198606 !important;
}
.footer-getintouch-item {
	color: #FFF;
}
.footer-getintouch-item a {
	color: #FFF;
	font-size: 14px;
}
.footer-bottom {
	background-color: #131313;
}
.banner-caption_sub {
	top: 15%;
}
.category_inner h3 {
	font-size: 25px;
	color: #FFF;
	background: #ff66c4;
	padding: 10px 0px 10px 10px;
}
.category_listing_inner ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border-bottom: 0px;
}
.category_listing_inner ul li.active {
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(../images/heart.png) no-repeat left top 9px;
}
.category_listing_inner ul li.active a {
	color: #fff;
}
.category_listing_inner ul li a {
    color: #FFF;
	font-size: 16px;
	line-height: 20px;
	padding: 0px 0px;
	padding-left: 0px;
	float: left;
}
.category_inner {
	background: #1c1c1c;
}
#accordionExample .card-header {
	background-color: transparent;
	border: none;
	padding-top: 0px;
}
#accordionExample .card {
	background-color: transparent;
	border: none;
}
.category_listing_inner ul li {
	background: url(../images/heart.png) no-repeat left top 9px;
}
#accordionExample .card-body {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#accordionExample h2 button {
	font-size: 18px;
	color: #ff66c4;
	display: block;
	width: 100%;
	text-align: left;
	padding: 0px;
}
#accordionExample h2 i {
	float: right;
}
#pagination_all li {
	padding: 0px 4px;
	display: inline-block;
}
#pagination_all {
	display: block !important;
}
#pagination_all li a {
	padding: 6px 12px;
	background-color: #1c1c1c;
	color: #FFF;
	cursor: pointer;
	border-radius: 50px;
	cursor: pointer;
}
#pagination_all li a:hover {
	background-color: #ff66c4;
	text-decoration: none;
}
.banner-caption_sub2 {
	top: 10%;
}
.banner-caption2 {
	position: absolute;
	width: 495px;
	top: 10%;
	right: 5%;
}
.ad_box_big_caption2 {
	position: absolute;
	height: 98px;
	background: rgba(0,0,0,0.7);
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
	font-size: 42px;
	line-height: 98px;
	text-transform: uppercase;
}
.ad_box_small_caption2 {
	position: absolute;
	height: 44px;
	background: rgba(0,0,0,0.7);
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
	padding: 15px;
	font-size: 18px;
	text-transform: uppercase;
}
.product-details-left-section .slider img {
	width: 100%;
	height: auto;
	display: block;
}
.slider-nav .thumb-image img {
	width: 100%;
	height: auto;
	display: block;
}
.slider-nav .thumb-image {
	margin: 5px 0;
	border: 1px solid #d5e4cc;
}
.slider-for {
	display: block;
}
.product-thumb {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.product-preview {
	position: relative;
}
.preview-image {
	border: 1px solid #d5e4cc;
	display: block;
}
.preview-image img {
	width: 100%;
	height: auto;
	display: block;
}
.product-thumb .slick-slide {
}
.product-thumb .slick-prev, .product-thumb .slick-next {
	position: absolute;
	z-index: 99;
	top: 0;
	width: 13px;
	height: 8px;
	background-color: #fff;
	text-align: center;
	border-radius: 0;
	border: none;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.product-thumb .slick-prev {
	top: -6px;
	background: #fff url(../images/top-arrow.png) center center no-repeat;
}
.product-thumb .slick-next {
	top: inherit;
	bottom: -16px;
	background: #fff url(../images/bottom-arrow.png) center center no-repeat;
}
.product-thumb .slick-prev:before, .product-thumb .slick-next:before {
	content: "";
	display: none;
}
.product-name {
	display: block;
	font-size: 30px;
	color: #1c1c1c;
	padding-bottom: 20px;
}
.product-weight {
	display: block;
	font-size: 18px;
	color: #000000;
	padding-bottom: 20px;
}
.product-weight span {
	color: #7e7e7e;
}
.product-price {
	display: block;
	font-size: 18px;
	color: #7e7e7e;
	padding-bottom: 20px;
}
.product-price span {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	margin: 0;
}
.product-price span.present-price {
	font-size: 20px;
	color: #2b7a00;
}
.product-price span.old-price {
	font-size: 16px;
	color: #9bd07e;
	text-decoration: line-through;
}
.product-qty {
	display: block;
	font-size: 18px;
	color: #7e7e7e;
	padding-bottom: 25px;
}
.product-qty span {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 100px;
}
.product-qty .form-control {
	border-radius: 40px;
	height: 40px;
	border: 1px solid #bd0000;
	padding: 0 15px;
	font-size: 14px;
}
.product-buy-section {
	display: block;
	position: relative;
}
.custom-red-btn {
	border-radius: 50px;
	height: 40px;
	border-color: #bd0000;
	background-color: #bd0000;
	padding: 0 30px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
}
.custom-red-btn:hover, .custom-red-btn:focus {
	color: #bd0000;
	border-color: #bd0000;
	background-color: #fff;
}
.wish-list-btn {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	border: 1px solid #bd0000;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	background-color: #fff;
	font-size: 22px;
	color: #bd0000;
	margin-left: 10px;
}
.wish-list-btn:hover, .wish-list-btn:focus {
	background-color: #bd0000;
	color: #fff;
	text-decoration: none;
}
.product_details_tab {
	background: #f9f9f9;
	padding-bottom: 35px;
}
.custom-tab-section .nav-tabs .nav-link {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #f9f9f9;
	font-size: 18px;
	font-weight: 700;
	color: #7c7c7c;
}
.custom-tab-section .nav-tabs .nav-item {
	margin-bottom: -1px;
	margin-right: 2px;
	display: inline-block;
}
.custom-tab-section .nav-tabs .nav-item.show .nav-link, .custom-tab-section .nav-tabs .nav-link.active {
	color: #fff;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #bd0000;
	color: #bd0000;
}
.custom-tab-section .nav-link {
	padding: 0.6rem 2rem;
}
.custom-tab-section .nav-tabs .nav-link {
 border-top-left-radius: .50rem;
 border-top-right-radius: .50rem;
}
.custom-tab-section .nav-tabs .nav-link:hover {
	color: #bd0000;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #bd0000;
}
.custom-tab-section .nav-tabs {
	border-color: #d5e4cc;
	border-bottom: none;
	text-align: center;
}
.custom-tab-section .tab-content {
	border: 0px solid #d5e4cc;
	padding: 20px;
	font-size: 16px;
	color: #7e7e7e;
	border-top: none;
	line-height: 28px;
}
.slider-nav .thumb-image {
	margin: 5px 0;
	border: 1px solid #d5e4cc !important;
}
.product-qty {
	display: block;
	font-size: 18px;
	color: #7e7e7e;
	padding-top: 25px;
}
.product-qty span {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 176px;
}
.product-qty .form-control {
	border-radius: 40px;
	height: 34px;
	border: 1px solid #4b4b4b;
	padding: 0 15px;
	font-size: 14px;
}
.product-buy-section {
	display: block;
	position: relative;
}
input.qtyminus {
	width: 40px;
	height: 34px;
	background: #1c1c1c;
	border: none;
	font-size: 25px;
	color: #FFF;
	float: left;
	cursor: pointer;
}
input.qtyplus {
	width: 40px;
	height: 34px;
	background: #1c1c1c;
	border: none;
	font-size: 25px;
	color: #FFF;
	cursor: pointer;
}
.qty {
	width: 50px;
	height: 34px;
	text-align: center;
	margin: 0px 6px;
	border: none;
	border-radius: 0px !important;
}
#product_quantity {
	float: left;
}
.cart_price {
	display: inline-block;
	padding-left: 16px;
	font-weight: bold;
}
.product_img img {
	width: 100%;
	height: auto;
}
.sku_text {
	font-size: 17px;
	color: #ff6500;
}
.sub_banner-caption {
	position: absolute;
	width: 100%;
	top: 0%;
	right: 0%;
	left: 0;
	bottom: 0;
	margin: auto;
	height: 104px;
	text-align: center;
}
.sub_banner-caption h4 {
	color: #ffffff;
	font-size: 30px;
	font-family: 'Michroma', sans-serif;
}
.sub_banner-caption h1 {
	font-size: 50px;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: white;
	font-family: 'Michroma', sans-serif;
}
.custom_menu li a {
	background: #979797;
	color: #000;
	font-size: 18px;
	font-weight: 800;
	border: none;
	margin: 0px 5px;
 border-radius:.25rem;
}
.custom_menu li a:hover {
	background: #2f2f2f;
	color: #fff;
}
.product_details_right h2 {
	font-size: 28px;
	font-weight: 300;
	color: #1e1e1e;
}
.price_for_details {
	font-size: 24px;
	font-weight: bold;
	color: #1e1e1e;
}
.product_code {
	font-size: 20px;
	font-weight: bold;
	color: #ff6500;
	letter-spacing: 2px;
}
.product_details_right h4 {
	color: #121212;
	font-size: 18px;
}
.choose_length {
	color: #121212;
	font-size: 18px;
	padding: 10px 0px;
}
.sizing_help {
	color: #545353;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 15px;
}
.sizing_help a {
	color: #545353;
	font-size: 13px;
}
.soldout {
	border: 1px solid #979797;
	color: #979797;
	opacity: 0.5 !important;
	cursor: not-allowed!important;
}
.size-option {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.size-option li.active {
	border: 2px solid #989898;
}
.size-option li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 1.19px;
	border-radius: 0px !important;
	cursor: pointer;
	transition: all .3s ease-in-out;
	background: #fff;
	padding: 0px;
	min-width: 40px;
	min-height: 40px;
	border: 1px solid #989898;
	color: #706d5a;
	font-weight: 400;
	position: relative;
	background: #fff;
	padding: 0 5px;
	line-height: initial;
	margin: 0 10px 10px 0;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.size-option .soldout:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top left, transparent calc(50% - 1px), #979797, transparent calc(50% + 1px));
	background: -moz-linear-gradient(to top left, transparent calc(50% - 1px), #979797, transparent calc(50% + 1px));
	background: -webkit-linear-gradient(to top left, transparent calc(50% - 1px), #979797, transparent calc(50% + 1px));
	background: linear-gradient(to top left, transparent calc(50% - 1px), #979797, transparent calc(50% + 1px));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	top: 0px;
	left: 0px;
	z-index: -1;
}
.soldout:after {
	display: block;
}
.size-option .soldout:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top right, transparent calc(50% - 1px), #979797, transparent calc(50% + 1px));
	background: -moz-linear-gradient(to top right, transparent calc(50% - 1px), #979797, transparent calc(50% + 1px));
	background: -webkit-linear-gradient(to top right, transparent calc(50% - 1px), #979797, transparent calc(50% + 1px));
	background: linear-gradient(to top right, transparent calc(50% - 1px), #979797, transparent calc(50% + 1px));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	top: 0px;
	left: 0px;
	z-index: -1;
}
.product_left {
	margin-bottom: 25px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: #F00;
}
.heart_icon a {
	font-size: 38px;
	color: #000;
	line-height: 38px;
}
#owl-product_gallery .owl-controls {
	margin-top: 0px;
}
#owl-product_gallery .owl-controls .owl-buttons div {
	width: 45px;
	background: none;
	border-radius: 0;
	color: #acacac;
	opacity: 1;
	text-align: center;
	padding: 0;
	position: absolute;
	bottom: 5%;
	z-index: 99;
	font-size: 20px;
}
#owl-product_gallery .owl-controls .owl-buttons .owl-prev i, #owl-product_gallery .owl-controls .owl-buttons .owl-next i {
	display: block;
}
#owl-product_gallery .owl-controls .owl-buttons .owl-prev {
	left: -10px;
}
#owl-product_gallery .owl-controls .owl-buttons .owl-next {
	right: 20px;
}
#owl-product_gallery .owl-pagination {
	position: absolute;
	z-index: 99;
	left: 47%;
	bottom: 0%;
	z-index: 99999;
}
#owl-product_gallery .owl-controls .owl-page span {
	background-color: #2b7a00;
	width: 15px;
	height: 15px;
}
#owl-product_gallery img {
	border: 1px solid #ccc;
	width: 100%;
	height: auto;
}
.color_product_listing {
	width: 100%;
	text-align: center;
}
.color_product_listing li a {
	width: 29px;
	height: 29px;
	display: block;
	line-height: 19px;
	border-radius: 50px;
}
.cl1 {
	background: #ddccc2;
}
.cl2 {
	background: #f8dec5;
}
.cl3 {
	background: #40333a;
}
.cusbtn {
	background-color: #1c1c1c;
	border-radius: 6px;
	padding: 12px 25px;
	padding-top: 12px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	line-height: 14px;
	padding-top: 14px;
	margin-top: 20px;
	border: 0;
	cursor: pointer;
}
.cusbtn:hover {
	background-color: #18a500;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.accordion {
	border: 1px solid #c7c7c7;
}
#accordionExample .card {
	background-color: transparent;
	border: none;
}
#accordionExample .card-header {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #c7c7c7;
	padding: 4px 10px;
	padding-left: 0px;
}
.product_details_right h2 {
	font-size: 26px;
	color: #1e1e1e;
}
#accordionExample h2 button {
	font-size: 15px;
	color: #333333;
	display: block;
	width: 100%;
	text-align: left;
	padding: 0px;
	font-weight: 600;
	text-transform: uppercase;
	background: none;
	line-height: 28px;
	text-decoration: none;
	padding-left: 10px;
}
.delivery_des p span, .delivery_des p {
	font-size: 14px !important;
}
#accordionExample h2 i {
	float: right;
	padding-top: 7px;
}
.about_img img {
	max-width: 100%;
	height: auto;
}
.contact_inner {
	text-align: center;
	padding: 20px;
}
.contact_inner h3 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	padding-top: 15px;
}
.contact_inner p {
	color: #000;
	font-weight: 400;
}
.ts-form-group {
	width: 100%;
}
.ts-form .form-control {
	border: 1px solid #dbdbdb;
	border-radius: 0px;
	margin-bottom: 20px;
	height: 40px;
	padding: 4px 20px;
	font-size: 14px;
	border-radius: 4px;
}
.btn_contact {
	background: #000000;
	color: #fff;
	display: inline-block;
	padding: 14px 48px;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
	font-weight: 700;
	position: related;
	transition: all .4s ease 0s;
	border: 0px solid #fc5508;
	border-radius: 6px;
	cursor: pointer;
}
/*ss*/

.blog-entry {
	margin-bottom: 40px;
}
.blog-entry {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 0;
	-webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.47);
	-moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.47);
	box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.47);
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.blog-entry .text {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 0;
	padding: 6px;
}
.block-20 {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	z-index: -1;
}
.blog-entry .meta {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #f5f4f0;
	margin: 0 auto;
	margin-top: -70px;
	z-index: 1;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.blog-entry .text .heading {
	font-size: 20px;
	font-weight: 500;
}
.blog-entry .meta span.day {
	font-weight: 700;
	color: #ff6500;
	font-size: 30px;
	font-family: "Lora", serif;
}
.blog-entry .meta span.mos {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
}
.blog-entry .meta span.yr {
	color: rgba(0,0,0,.2);
	font-size: 11px;
	letter-spacing: 2px;
}
.blog-entry:hover .meta .day {
	color: #fff;
}
.blog-entry:hover .meta {
	background: #95adbe;
}
.block-20 img {
	max-width: 100%;
	height: auto;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.blog-entry .text .heading a {
	color: #000;
}
.blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
	color: #95adbe;
}
.blog-entry .meta span {
	display: block;
	line-height: 1.2;
}
.blog-entry .add_to_cart_btn {
	padding-top: 0px;
	padding-bottom: 15px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.blog-entry .add_to_cart_btn a {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.sidebar-box {
	margin-bottom: 40px;
	font-size: 15px;
	width: 100%;
	background: #fff;
	position: relative;
}
.search-form button {
	position: absolute !important;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	background: none;
}
.search-form .form-group input {
	padding-right: 50px;
	font-size: 14px;
	height: 52px !important;
	background: #fff !important;
	color: #000 !important;
	border-radius: 5px;
}
.search-form .form-control {
	padding-right: 40px;
}
.block-21 .blog-img {
	display: block;
	height: 70px;
	width: 70px;
}
.block-21 .blog-img img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
.sidebar-box {
	font-size: 15px;
}
.block-21 .text {
	width: calc(100% - 70px);
}
.sidebar-box h3 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.block-21 .text .meta > div {
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
}
.block-21 .text .meta > div a {
	color: #b3b3b3;
}
.block-21 .text .heading {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: none;
}
.block-21 .text .heading a {
	color: #000;
}
.accordion {
	border: none;
}
.accordion .item {
	border: none;
	margin-bottom: 20px;
	background: none;
}
.t-p {
	color: #000;
	padding: 10px 20px 10px 20px;
	line-height: 24px;
	background: #f4f4f4;
}
.accordion .item .item-header h2 button.btn.btn-link {
	background: #333435;
	color: white;
	border-radius: 0px;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	line-height: 30px;
}
.accordion .item .item-header {
	border-bottom: none;
	background: transparent;
	padding: 0px;
	margin: 0px;
}
.accordion .item .item-header h2 button {
	color: white;
	font-size: 20px;
	padding: 9px 15px;
	display: block;
	width: 100%;
	text-align: left;
}
.accordion .item .item-header h2 i {
	float: right;
	font-size: 30px;
	color: #ff6500;
	background-color: black;
	width: 60px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}
button.btn.btn-link.collapsed i {
	transform: rotate(0deg);
}
button.btn.btn-link i {
	transform: rotate(180deg);
	transition: 0.5s;
}
.sub-menu-toggle {
	display: none;
}
 .logo-box img
{
	max-width:100%;
	height:auto;
}
.contact_header_top
{
	text-align: right;
}
.social_icon_header {
  text-align: right;
  float: right;
  margin-left: 10px;
}

.woocommerce-pagination {
    width: 100%;
	text-align:center;
	margin-top:20px;
}
.woocommerce-pagination ul li {
   display:inline-block;
}
.woocommerce-pagination ul li a {
   background: #18a500;
   color:#FFF;
}
.woocommerce-pagination ul li span
{
	background: #ff771f;
color: #fff;
}

.product_details_img img{
width: 100%;
height: auto;
border: 1px solid #ccc;
}
.product_code img
{
	max-width:100%;
	height:auto;
}
.woocommerce-result-count {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.custom-checkbox  label
{
	line-height: 25px;
}
.category_listing_inner .nav-mobile
{
	display:none;
}
.materials_calculator_inner
{
    line-height:35px; background:#0d4401; padding-top: 14px; padding-bottom: 14px; margin: 0px 0px; border-radius:8px; 
}

#owl-banner_slider .owl-controls .owl-buttons div {
	width: 45px;
	height: 45px;
	background: none;
	border-radius: 0;
	color: #acacac;
	opacity: 1;
	text-align: center;
	padding: 0;
	position: absolute;
	top: 55%;
	z-index: 99;
	font-size: 20px;
	background-color: rgba(255,255,255,0.8);
	line-height: 45px;
	margin-top: -45px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(153,150,153,1);
	-moz-box-shadow: 0px 0px 8px 1px rgba(153,150,153,1);
	box-shadow: 0px 0px 8px 1px rgba(153,150,153,1);
}
#owl-banner_slider .owl-controls .owl-buttons .owl-prev i, #owl-banner_slider .owl-controls .owl-buttons .owl-next i {
	display: block;
	line-height: 45px;
}
#owl-banner_slider .owl-controls .owl-buttons .owl-prev {
	left: 45px;
}
#owl-banner_slider .owl-controls .owl-buttons .owl-next {
	right: 45px;
}
#owl-banner_slider .owl-pagination {
	position: absolute;
	z-index: 99;
	left: 47%;
	bottom: 0%;
	z-index: 99999;
}
#owl-banner_slider .owl-controls .owl-page span {
	background-color: #2b7a00;
	width: 15px;
	height: 15px;
}

.nav {
    text-align: center;
    width: 100%;
}
#menu-main-menu
{
    width: 100%;


}