/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
@import url('https://fonts.googleapis.com/css?family=Oswald:500|Quicksand:500,700');
body {
  font-family: 'Quicksand', sans-serif;
}
p{
    color: #242323;
    font-family: 'Quicksand', sans-serif;
    font-size: 14.5px;
}
h1,h2,h3,h4,h5,h6{
  letter-spacing: 0px;
  margin-bottom: 18px !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
p{
  margin-bottom: 18px;
  line-height: 23px;
  
}
input.wpcf7-form-control.wpcf7-submit{
  margin-top: 18px !important;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.des_cat{
  background: #e7e7e7;
  padding: 60px 0;
  margin-top: 40px;
}
.des_cat h1{
  text-align: center;
  font-size: 33px;
  margin-bottom: 8px !important;
  padding-bottom: 0px;
}
.home1 h3{
  font-size: 15px;
  margin-top: 12px;
} 
.home1 a{
  color: #a6ce39;
  display: block;
  margin-top: 3px;
}
#home2 p{
  text-align: center;
}
#home2 img{
  max-width: 150px;
  vertical-align: top;
  margin: 0 8px;
}
#home3 h2{
  color: #8dd8f8;
  font-size: 36px;
}
.footer_top {
    padding: 50px 0 30px;
}
table td{
  padding-left: 0px;
  text-align: left;
  padding-bottom: 0px;
  padding-top: 0px;
}
#nav_menu-2{
  float: left;
}
#nav_menu-3{
  float: right;
}
.footer_top_holder {
    background-color: #252525;
}
.footer_top h5 {
    color: #fff;
    margin: 0 0 15px;
  font-size: 16px;
}
.footer_top table td{
  color: white !important;
  font-size: 13px;
}
.footer_top .three_columns > .column1 table td:first-child{
  width: 54%;
}
.footer_top .three_columns > .column2 table td:first-child{
  width: 22%;
}
.footer_top li{
  padding-bottom: 4.5px !important;
}
.footer_top li a{
  color: white;
  font-size: 13px;
}
.footer_bottom_holder {
    background-color: #171717;
}
.footer_bottom_holder .textwidget,
.footer_bottom_holder .textwidget a{
  color: #848484;
}
.bg_footer{
  height: 73px;
  background: url(img/bg_footer.png) repeat-x;
  margin-top: 60px;
}

.header_bottom{
  
}
nav.mobile_menu{
  background: none;
}
nav.main_menu > ul > li{
  position: relative;
}
nav.main_menu > ul > li img{
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.5s;
  top: -100px;
}
nav.main_menu > ul > li:hover img{
  top: -22px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
nav.main_menu > ul > li#nav-menu-item-213:hover img{
  top: -13px;
  transition: all 0.5s;
}
nav.main_menu > ul > li#nav-menu-item-191:hover img{
  top: -17px;
  transition: all 0.5s;
}
nav.main_menu > ul > li#nav-menu-item-298:hover img{
  top: -16px;
  transition: all 0.5s;
}
nav.main_menu > ul > li#nav-menu-item-33:hover img{
  top: -9px;
  transition: all 0.5s;
}

nav.main_menu > ul > li > a{
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
nav.main_menu > ul > li > a:hover,
nav.main_menu > ul > li.current_page_item > a,
nav.main_menu > ul > li.active > a{
  background-position: center 10px !important;
}
.title_page{
  text-align: center;
  text-transform: uppercase;
  color: #8dd8f8;
  font-size: 36px;
  padding: 20px 0 5px;
}
.footer_top a, .footer_top p, .footer_top span, .footer_top li, .footer_top .textwidget {
    color: white;
}
.list_logo img{
  margin: 5px 8px;
    max-width: 146px;
    vertical-align: middle;
}
.inner_product{
  width: 129px;
  height: 129px;
  border: 3px solid black;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 8px;
}
.inner_product:before{
  content: ' ';
  display: inline-block;
  vertical-align: middle;  /* vertical alignment of the inline element */
  height: 100%;
}
.inner_product img{
  max-height: 89px;
  max-width: 89px;
  display: inline-block;
  vertical-align: middle;
}
.following_products{
  margin-top: 30px;
}
.following_products p{
  text-align: left;
}
.img_product{
  display: inline-block;
  text-align: center;
  max-width: 129px;
  vertical-align: top;
  margin: 25px 17px;
  text-transform: uppercase;
  color: #3d3d3d;
  font-weight: bold;
  line-height: 22px;
}
.cart_header{
  position: absolute;
  right: 0px;
  bottom: 25px;

}
.cart_header a{
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #a6ce39;
  position: relative;
}
.cart_header img{
  margin-right: 14px;
  top: -2px;
  position: relative;
}
.cart_header .count{
  position: absolute;
  left: 14px;
  top: -2px;
  font-family: 'Oswald', sans-serif;
  font-size: 9px;
  background: black;
  line-height: 9px;
  color: white;
  padding: 2px 4px;
  border-radius: 50%;
}
.default_template_holder ul{
  margin-left: 15px;
  margin-bottom: 18px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea{
  border: 1px solid #ddd !important;
}
.drop_down .second .inner > ul, li.narrow .second .inner ul {
    background-color: #8dd8f8;
    border-color: #8dd8f8;
  padding: 10px 0 15px;
}
.drop_down .second .inner ul li a{
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
  color: white;
  line-height: 22px;
}
.drop_down .narrow .second .inner ul li {
    width: 250px;
}
.default_template_holder a,
.default_template_holder a:hover{
  color: black;
  text-decoration: underline;
}
.home1 a, .home1 a:hover{
	color: #8dd8f8;
	text-decoration: none;
}
.first_foll{
  float: left;
  margin-right: 50px;
  margin-left: 0px !important;
}
.content_product{
	border: 1px solid #e7e7e7;
	padding: 6px 5px 8px 6px;
	margin-bottom: 20px !important;
}
.content_product a{
	display: block;
	color: #3d3d3d;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 18px;
  text-decoration: none;
}
.content_product a:hover{
  text-decoration: none;
}
.content_product a.ctitle{
	margin-bottom: 12px;
  
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  text-align: center;
}
.h_price {
    
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-right: 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #303030;
    font-size: 13px;
}
.number_quantity {
    float: left;
    width: 33px;
    padding: 0 6px;
    height: 31px;
    line-height: 33px;
    margin-right: 8px;
    font-size: 14px;
  font-family: 'Oswald', sans-serif;
  border: 1px solid #ddd;
}
.ccart{
  text-align: center;
}
.content_product .addtocart {
    text-align: center;
    display: inline-block;
    background: #a6ce39;
    text-align: center;
    color: white;
    padding: 0 12px;
    border-radius: 6px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
  font-family: 'Oswald', sans-serif;
}
.content_product .addtocart:hover{
  text-decoration: none;
  color: white;
}
.woocommerce-result-count,
.woocommerce-ordering{
	display: none;
}
.woocommerce .page-title{
  display: none;
}
.banner_category{
  position: relative;
  margin-bottom: 50px;
}
.single-product .banner_category{
  margin-bottom: 0px;
}
.banner_category h1{
  text-align: center;
  padding: 90px;
  font-size: 44px;
  text-transform: uppercase;
  line-height: 47px;
  color: white;
  z-index: 9;
  position: relative;
  margin-bottom: 0px !important;
}
.outer_banner{
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  position: absolute;
}
.product_meta{
  display: none;
}
.woocommerce div.product div.images img{
  width: auto;
  max-width: 100%;
}
.woocommerce .product h1.product_title{
  font-size: 31px;
}
.single-product div.product form.cart .quantity{
  margin: 0 !important;
	float: left;
  position: relative;
  top: -2px;
  display: table;
  padding-top: 0px;
}
.single-product div.product form.cart .quantity input{
	display: inline-block;
  border: 1px solid #ddd;
  height: 48px;
  padding: 0 10px;
  margin-right: 10px !important;
  width: 35px;
}
.single-product div.product form.cart .button {
    float: left;
	display: inline-block;
	text-transform: uppercase;
  padding: 0px 30px !important;
  background-color: #151515 !important;
  border: none !important;
  margin-top: -1.5px !important;
  position: relative;
  border-radius: 0px !important;
  font-weight: 500 !important;
  font-family: 'Oswald', sans-serif;
  line-height: 48px !important;
  font-size: 14px;
  height: 48px !important;
  border: 1px solid black;
}
.summary .price .amount {
    font-size: 20px !important;
    color: #0e0e0e !important;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500 !important;
}
div.product .images {
    position: relative;
}
.custom-navigation .flex-prev {
    left: 0px;
    display: block;
    width: 15px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  cursor: pointer;
}
.custom-navigation .flex-next {
    right: 0px;
    display: block;
    width: 15px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  cursor: pointer;
}
.flexslider .item img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.flexslider {
    padding: 0;
    margin: 0 0 0px;
    background: #fff;
    border: none;
    position: relative;
    border-radius: 0px;
    box-shadow: none;
    zoom: 1;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
    margin: 20px 0 20px !important;
    background: #151515 !important;
    border-radius: 5px;
    color: white !important;
    border: none;
    padding: 1em 2em 1em 2em !important;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500 !important;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .woocommerce-noreviews .button, p.no-comments .button {
    border-color: #666666 !important;
  background: white !important;
  color: black !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 500 !important;
}
.title1{
  background: #8dd8f8;
  padding: 30px 0;
}
.title_page1{
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  font-size: 36px;
}
.cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator {
    width: 100% !important;
}
.woocommerce div.cart-collaterals, .woocommerce-page div.cart-collaterals {
    margin-top: 0px;
}
.woocommerce div.cart-collaterals div.cart_totals th, .woocommerce-page .div.cart-collaterals div.cart_totals th {
    padding-left: 10px;
  text-transform: uppercase;
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
  font-family: 'Oswald', sans-serif;
}
.added_to_cart, .button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    color: white !important;
}
.added_to_cart, .button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 10px 25px !important;
    background-color: #151515 !important;
    border: none !important;
    margin-top: -1.5px !important;
    position: relative;
    border-radius: 0px !important;
    font-weight: 500 !important;
  height: auto !important;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 27px !important;
}
.checkout_coupon .form-row-last {
    float: left !important;
}
#coupon_code {
    height: 46.5px;
    position: relative;
    top: -1px;
    border-radius: 0px;
    color: #434342 !important;
  font-family: 'Oswald', sans-serif !important;
  text-transform: uppercase;
}
.woocommerce form.checkout_coupon input.input-text {
    width: 100%;
}
.woocommerce .checkout table.shop_table thead tr th, .woocommerce-page .checkout table.shop_table thead tr th, .woocommerce table.cart thead tr th, .woocommerce-page table.cart thead tr th, .woocommerce-account table.my_account_orders thead tr th, .woocommerce-page table.my_account_orders thead tr th {
    padding: 13px 10px;
    font-size: 14px;
    line-height: 1.571428571428571em;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500;
}
.woocommerce-billing-fields p,
.woocommerce-additional-fields textarea,
.woocommerce-additional-fields label,
.woocommerce-billing-fields input{
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  font-size: 14px;
}
#billing_address_1_field{
  margin-top: 32px;
}
.woocommerce-cart table.cart tbody tr td a, .woocommerce-checkout .checkout table tbody tr td a {
    color: #242323;
  text-decoration: none;
}
.woocommerce table.cart tbody tr span.amount, .woocommerce-page table.cart tbody span.amount {
     color: #242323;
}
.woocommerce table tr td,
.order-total .woocommerce-Price-amount.amount{
    color: #242323;
}
.woocommerce form.checkout table.shop_table span.amount {
    color: #242323;
  font-weight: 500;
}
.cartsection .quantity input.qty{
    text-align: center;
  font-size: 14px;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  position: relative;
  top: -2px;
  padding: 0px !important;
  margin: 0px !important;
}
.woocommerce table.cart td.actions {
    padding: 24px 10px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    content: '';
    left: 0px;
}
.woocommerce-info a {
    color: white;
  text-decoration: none;
}
.woocommerce-info a:hover{
  text-decoration: underline;
  color: white;
}
input[type="text"], input[type="email"], textarea, input[type="tel"], input[type="password"] {
    border: 1px solid #aaa !important;
    border-radius: 4px;
    padding-left: 8px;
    height: auto;
  padding: 14px 0;
}
.woocommerce form.checkout .col2-set p.form-row label {
    display: block;
}
.woocommerce p.form-row {
    margin-bottom: 5px;
}
.woocommerce form.checkout .col2-set .form-row.form-row-wide input[type="text"], 
.woocommerce form.checkout .col2-set .form-row.notes textarea {
    width: 100%;
}
.woocommerce form.checkout .col2-set .form-row.notes textarea {
    width: 100% !important;
}
.select2-selection {
    height: 41px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;
}
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}
.woocommerce form.checkout table.shop_table td,
.woocommerce form.checkout table.shop_table th{
    text-align: left;
  text-transform: uppercase;
}
.checkout_coupon {
    padding: 10px 0px 5px !important;
    border: none !important;
    margin-left: -2px !important;
}
.section_stock .woocommerce-variation-price{
  display: none;
}
.woocommerce-variation-add-to-cart{
  display: table;
}
.woocommerce-variation.single_variation{
  margin-top: 20px;
}

.reset_variations{
  display: none !important;
}
table.variations select{
  border: 1px solid #ddd;
  padding: 10px 0;
}
.variations label{
  display: block;
}
.variations td{
  vertical-align: middle !important;;
}
.woocommerce div.product form.cart .variations td.label{
  padding-right: 19px;
}
div[itemprop="offers"]{
  display: none;
}
@media screen and (min-width: 769px){
  table.variations{
    width: 110px !important;
  }
  .content_product a.ctitle{
    height: 34px;
  }
  .col8{
		width: 64.5%;
		float: left;
		margin-right: 3.5%;
	}
	.col3{
		width: 32%;
		float: left;
	}
  .content_product a.h_img{
		height: 155px;
		position: relative;
		display: block;
	}
	.content_product a.h_img img{
		max-height: 150px;
		position: absolute;
		left: 50%;
		top: 50%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
  .content_product:nth-child(5n+1){
    clear: both;
  }
  .content_product,
	.related .content_product{
		float: left;
		width: 18%;
		margin: 0 1%;
	}
  nav.main_menu > ul > li > a {
      line-height: 80px;
  }
  nav.main_menu.right{
    top: 34px;
    right: 105px;
  }
  #home3{
    padding: 0 18px;
  }
  .three_columns > .column1{
    width: 30%;
  }
  .three_columns > .column3{
    width: 30%;
  }
  .three_columns > .column2{
    width: 36.33%;
  }
  .home #text-2{
    margin-left: 18px;
  }
}
@media screen and (max-width: 768px){
  .social{
    right: 0px;
    top: 35px;
  }
  .following_products{
    text-align: center;
  }
  .list_logo{
    text-align: center;
  }
  .home1 h3 a{
    margin-bottom: 30px !important;
  }
  #home2 p{
    text-align: center;
  }
  #home2 a{
    display: inline-block;
    margin-bottom: 30px;
  }
  .content_product img{
    max-height: 200px;
    width: auto;
    margin: 0 auto 15px;
    display: block;
    max-width: 100%;
  }
  .banner_category h1 {
  
    padding: 40px 20px;
    font-size: 30px;
  
    line-height: 35px;
  }
}
@media screen and (max-width: 768px){
 
  .banner_category{
    margin-bottom: 8px;
  }
  .content_product a.h_img {
      height: 150px;
      position: relative;
      display: block;
  }
  .content_product a.h_img img {
      max-height: 150px;
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%,-50%);
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
  }
  .content_product{
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 8px !important;
  }
  .content_product:nth-child(2n+1){
    clear: both;
  }
  .woocommerce div.product div.images img{
    width: auto;
    max-width: 60%;
  }
  .menu-item a img{
    display: none;
  }
}
@media screen and (max-width: 480px){
  
}