/*  Header Section */
body{
	font-size: 16px;
}
.header {
    font-family: 'futura-condensed' , arial;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-brand {
    margin-right: 5em;
}
.header-shop {
    border: 2px solid #fff;
    padding: 10px 15px 5px 15px;
    background: #000;
}
a .header-shop h4 {
    color: #fff;
}
.header-shop:hover {
    background: #666;
}
#main-content {
    padding-top: 40px;
    padding-bottom: 40px;
}
#main-content h1 {
    font-family: 'futura-condensed' , arial;
    margin-bottom: 35px;
    letter-spacing: 1px;
    font-size: 35px !important;
}


/* Section 2 Styles */

.section-2 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.section-2 h1 {
    margin-bottom: 25px;
    margin-top: 0px;
    font-family: 'futura-condensed', serif;
    font-weight: 400;
    font-size: 30px;
    color: #666;
}
.section-2 h2 {
    margin-bottom: 18px;
    margin-top: 0px;
}
.section-2 h5 {
    margin-bottom: 18px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 700;
}
.section-2 a.button-type-2 {
    /*margin-top: 50px; */
}

/* Buid Your Own Belt Styles */

.build-your-own-belt-panel {
    background-color: #f2f6f9;
}
.build-your-own-belt-panel .action {
    height: 630px
}
.build-your-own-belt-panel .action .content {
    padding: 10px;
    color: #666;
}

/* Home products section */

.home-products {
    margin-top: 40px;
}

/*Wocommerce Part*/

.woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 25px !important;
    font-weight: 400 !important;
    color: #fff !important;
    font-family: 'futura-condensed', serif !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding: 15px 0 !important;
    width: 180px;
    margin: 30px auto 0 !important;
    background: #ef5023;
    border: 4px solid rgba(248, 191, 163, 0.36);
}
@media(max-width: 767px){
	.woocommerce ul.products li.product .woocommerce-loop-category__title {
		width: 140px;
		font-size: 20px !important;
	}
}
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover {
    background: #333;
    border: 4px solid #ccc;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'futura-condensed', serif !important;
    font-size: 20px !important;
}
.woocommerce ul.products li.product .price {
    font-family: 'futura-condensed', serif !important;
    font-size: 18px !important;
    color: rgb(239, 80, 35, .9) !important;
}
.woocommerce ul.products li.product .button {
    font-family: 'futura-condensed', serif !important;
    font-size: 18px !important;
}
.woocommerce a.button {
    color: #fff !important;
    background-color: rgb(239, 80, 35, .9) !important;
    font-weight: 500 !important;
}
.woocommerce a.button:hover {
    background-color: #000 !important;
}
.woocommerce .woocommerce-ordering select {
    font-family: 'futura-condensed' , arial !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #666 !important;
}
.woocommerce span.onsale {
    background-color: #666 !important;
}
.woocommerce-products-header__title {
    font-family: 'futura-condensed' , arial;
    margin-top: 30px;
}
.woocommerce-breadcrumb {
    font-family: 'futura-condensed', serif;
    font-size: 20px;
    margin: 30px 0;
    color: #666;
}
.woocommerce-breadcrumb a{
     color: #666;
}
ul.products {
    list-style-type: none;
    padding: 0px;
    overflow: hidden;
    text-align: center;
}
ul.products li {
    float: left;
    margin-bottom: 30px;
    width: 33.3%;
    text-align: center;
    padding: 5px;
}
/* ul.products li:nth-child(3) {
    margin-right: 0px !important;
} */

.woocommerce-loop-product__title {
    font-family: 'futura-condensed', serif;
    font-size: 20px;
    margin-top: 20px;
	margin-bottom: 20px;
}
.woocommerce-Price-amount {
    font-family: 'futura-condensed', serif;
    font-size: 20px;
    color: #666;
    margin: 10px 0;
}
.add_to_cart_button {
    display: block;
    background: rgb(239, 80, 35, .9);
    text-align: center;
    font-size: 20px;
    padding: 10px;
    color: white;
    font-family: 'futura-condensed', serif;
    width: 110px;
    margin: 10px auto;
    text-transform: capitalize;
}
.product_type_external {
    display: block;
    background: rgb(239, 80, 35, .9);
    text-align: center;
    font-size: 20px;
    padding: 10px;
    color: white;
    font-family: 'futura-condensed', serif;
    margin-top: 10px;
}
.woocommerce-ordering {
    text-align: right;
    margin-bottom: 10px;
    font-size: 16px;
}
.woocommerce-ordering select {
    font-family: 'futura-condensed', serif;
        padding: 5px;
}
.onsale {
    position: absolute;
    background: rgb(239, 80, 35, .9);
    border-radius: 50%;
    padding: 10px;
    color: #fff;
    font-family: 'futura-condensed', serif;
    font-size: 16px;
}
.woocommerce-result-count {
    font-family: 'futura-condensed', serif;
    font-size: 18px;
}

/*Single Woocommerce Product Stylesheet*/

.single-woocommerce .product {
    overflow: hidden;
}
.single-woocommerce .woocommerce-product-gallery {
    float: left;
    width: 48%;
    margin-right: 2%;
}
.single-woocommerce .entry-summary {
    float: right;
    width: 48%;
    margin-left: 2%;
}
.single-woocommerce .entry-summary .product_title {
    font-family: 'futura-condensed', serif;
    font-size: 35px;
}
.single-woocommerce .entry-summary .woocommerce-Price-amount {
    font-size: 25px
}
.single-woocommerce .woocommerce-tabs {
    /*display: none;*/
}
.single-woocommerce .up-sells {
    clear: both;
    display: none;
}
.single-woocommerce .related {
    clear: both;
    padding-top: 40px;
}
.single_add_to_cart_button {
    font-family: 'futura-condensed', serif;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    padding: 10px 20px;
    background: rgb(239, 80, 35, .9);
    color: #fff;
    text-transform: uppercase;
}
.single_add_to_cart_button:hover {
    background: #666;
}
.single-woocommerce .product_meta {
    font-family: 'futura-condensed', serif;
}
.single-woocommerce .sku_wrapper {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
.single-woocommerce .posted_in {
    display: block;
    font-size: 18px;
}
.single-woocommerce .posted_in a {
    color: rgb(239, 80, 35, .9);
}
.single-woocommerce input-text {
    font-family: 'futura-condensed', serif;
}

.woocommerce-product-gallery .flex-control-nav li {
    display: inline-block;
    border: solid 1px #ebeef6;
    margin-right: 10px;
}
.single-woocommerce .related ul.products li {
    width: 25%;
}
.single-woocommerce .related h2 {
    text-transform: capitalize;
    text-align: center;
    font-family: 'futura-condensed', serif;
    margin-bottom: 30px;
}


/*Cart Page Stylesheet*/

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    display: none;
}
.woocommerce-message {
    border-top-color: #8fae1b;
     font-family: 'futura-condensed', serif;
     font-size: 18px;
}
.woocommerce-cart-form {
    font-family: futura-condensed;
    font-size: 18px;
}
.woocommerce-cart-form a{
    color: rgb(239, 80, 35, .9);
}
.wc-proceed-to-checkout {
    font-family: 'futura-condensed', serif;
    font-size: 18px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    font-family: 'futura-condensed', serif;
    font-size: 18px;
}
.woocommerce .cart-collaterals .cart_totals h2 {
    font-family: 'futura-condensed', serif;
    font-size: 22px;
}
.cart .quantity .qty {
    width: 40px;
}

ul.products li img {
    width: 100%;
    height: auto;
    border: solid 1px #ebeef6;
}
.woocommerce ul.products li.product a img:hover {
    background: #ebeef6;
}

/*Checkout Page Stylesheet*/

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    max-width: 48%;
    padding-left: 0px;
    padding-right: 0px;
}
.form-row span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-pagination {
    margin-bottom: 50px;
}
.woocommerce-pagination .page-numbers li {
     display: inline-block;
}
.woocommerce-pagination .page-numbers li a {
    background: #000;
    padding: 10px;
    color: #fff;
}
.woocommerce-pagination .page-numbers li .current {
    background: rgb(239, 80, 35, .9);
    padding: 10px;
    color: #fff;
}
.woocommerce-billing-fields label {
    font-family: 'futura-condensed', arial;
    font-size: 18px;
	letter-spacing : .5px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
    font-family: 'futura-condensed', arial;
}
.woocommerce-additional-fields__field-wrapper label {
    font-family: 'futura-condensed', arial;
     font-size: 18px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-family: 'futura-condensed', arial;
   font-size: 16px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    font-family: 'futura-condensed', arial;
	letter-spacing: .5px;
	font-size: 15px;
}
#order_review_heading{
    font-family: 'futura-condensed', arial;
    margin-top: 20px;
	letter-spacing: .5px;
}
.woocommerce table.shop_table {
    font-family: 'futura-condensed', arial;
    font-size: 18px;
	letter-spacing: .5px;
}
.woocommerce-info {
    font-family: 'futura-condensed', arial;
    font-size: 18px;
	letter-spacing: .5px;
}

::-webkit-input-placeholder { /* Edge */
  font-family: 'futura-condensed', arial;
  font-size: 18px;
  color: #666;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: 'futura-condensed', arial;
  font-size: 18px;
  color: #666;
}

::placeholder {
  font-family: 'futura-condensed', arial;
  font-size: 18px;
  color: #666;
}
.product-thumbnail a img {
    width: 200px;
    height: auto;
}
select {
    padding: 10px;
}

/*Woocommerce Product Category Page*/

.page-woocommerce {
    overflow: hidden;
}

.page-woocommerce .content-area {
    width: 70%;
    float: right;
}
.woocommerce_sidebar {
    float: left;
    width: 30%;
    padding-top: 30px;
}

.woocommerce_sidebar_title {
    font-family: 'futura-condensed' , arial;
    margin-top: 30px;
}

.woocommerce_sidebar .product-categories {
    font-family: 'futura-condensed', serif;
    font-size: 20px;
    margin-top: 20px;
    list-style-type: none;
    padding-left: 0px;
}
.woocommerce_sidebar .product-categories li {
    margin-bottom: 10px;
}
.woocommerce_sidebar .product-categories .cat-item a {
    color: #666;
}

.woocommerce_sidebar .product-categories .cat-item ul {
    margin-top: 10px;
    list-style-type: square;
}


/*Contact Page Style*/


.contactform label {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
}
.contactform input[type="text"]{
    width: 100%;
    border: 1px solid #ef5023;
    padding: 10px;
    margin-top: 10px;
}
.contactform input[type="email"]{
    width: 100%;
    border: 1px solid #ef5023;
    padding: 10px;
    margin-top: 10px;
}
.contactform textarea {
    width: 100%;
    border: 1px solid #ef5023;
    padding: 10px;
    margin-top: 10px;
}
.contactform input[type="submit"]{
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    font-family: 'futura-condensed', serif;
    text-align: center;
    padding: 15px 0;
    width: 180px;
    background: #ef5023;
    border: 4px solid rgba(248, 191, 163, 0.36);
    text-transform: uppercase;
}
.google-map {
    margin-bottom: 40px;
}
.single-woocommerce .woocommerce-tabs {
    width: 48%;
    float: right;
    margin-left: 2%;
}

/* Media Queries */

@media (max-width: 767px){
    .belt-panel-box {
        text-align: center;
        margin-top: 20px;
    }
    .header {
        background-image: none;
        background-color: #ef5023;
    }
    .header-shop {
        width: 200px;
    }
    .header-shop h4 {
        font-size: 20px;
    }
    .page-woocommerce .content-area {
        width: 100%;
    }
    .woocommerce_sidebar {
        width: 100%;
    }
    ul.products li {
        width: 50%;
    }
    .single-woocommerce .woocommerce-product-gallery {
        width: 100%;
    }
    .single-woocommerce .entry-summary {
        width: 100%;
    }
    .single_add_to_cart_button {
        margin-right: 20px;
    }
    .product_meta {
        margin-top: 20px;
    }
    .single-woocommerce .entry-summary .product_title {
        font-size: 24px;
    }
    .single-woocommerce .entry-summary .woocommerce-Price-amount {
        font-size: 20px;
    }
    .single-woocommerce .related ul.products li {
        width: 50%;
    }
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
        max-width: 100%;
    }
    .single-woocommerce .woocommerce-tabs {
        width: 100%;
    }
	.woocommerce-product-gallery__image a img{
		width: 100%;
		height: auto;
	}
}
.dropdown-item.active, .dropdown-item:active {
    background: #ef5023 !important;
}
#tab-title-additional_information {
    display: none;
}
.single-woocommerce .posted_in {
    margin-bottom: 20px;
}
/*.woocommerce-product-attributes-item {*/
/*    display: none;*/
/*}*/

.woocommerce-Tabs-panel--additional_information {
    display : block !important;
}
.woocommerce-variation-add-to-cart {
    margin-top: 30px;
}
.woocommerce-product-attributes-item__label,
.woocommerce-product-attributes-item__value {
    padding-right: 20px;
}
div.qty {
    float: left;
    padding-right: 10px;
    font-size: 18px;
    font-family: 'futura-condensed', serif;
}
#tab-title-description {
    display : none;
}
.woocommerce-Tabs-panel h2 {
    font-family: 'futura-condensed', serif;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.variations label {
    padding-right: 10px !important;
    font-family: 'futura-condensed', serif;
    font-size: 18px;
}
.single_variation_wrap .qty {
    font-family: 'futura-condensed', serif;
    font-size: 18px;
}
.woocommerce-product-attributes-item--attribute_pa_size {
    display : none;
}
#size {
    font-family: 'futura-condensed', serif;
    font-size: 18px;
}
#tab-description {
    font-family: 'futura-condensed', serif;
    font-size: 18px;
}
.button {
	background: #ef5023;
    padding: 8px 15px;
    margin-top: 20px;
    font-family: 'futura-condensed', serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.button:hover {
	background: #666;
	color: #fff;
}
.woocommerce button.button.alt {
	letter-spacing: 1px;
}

.woocommerce ul#shipping_method li input {
	vertical-align: middle !important;
}
input[type=checkbox] + label,
input[type=radio] + label {
	padding-left: 0px;
	vertical-align: middle !important;
}
#calc_shipping_state_field .select2-selection__rendered {
	width: 250px;
}
.woocommerce a.remove {
	line-height: 20px;
}
.product_type_variable.add_to_cart_button {
	width: 155px;
}
.variations_form .variations {
	margin-bottom: 20px;
}
.wmcs_currency_switcher_dropdown {
	border: 2px solid #333;
}
