/*
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");

.custom-sidebar-filter {
	border-bottom: 1px solid #ededed;
	margin-bottom: 35px;
}

.custom-sidebar-filter .widget {
	display: inline-block;
    margin: 0 30px 0 0;
	position: relative;
}

.custom-sidebar-filter .facetwp-facet {
  margin-bottom: 20px;
}

.custom-sidebar-filter .facetwp-options {
	display: none;
	margin-top: 16px;
	position: absolute;
	min-width: 250px;
	z-index: 9999;
	background: #fff;
	box-shadow: 0 0 6px rgba(54, 54, 54, .2);
	border-radius: 8px;
	padding: 20px;
}

.custom-sidebar-filter .facetwp-expanded .facetwp-options {
	display: block;
}

.custom-sidebar-filter .facetwp-options:before, .custom-sidebar-filter .facetwp-options:after {
  content: "";
  position: absolute;
  background-color: #fff;
  transform: rotate(45deg);
}

.custom-sidebar-filter .facetwp-options:before {
  top: -5px;
  left: 20px;
  width: 10px;
  height: 10px;
  box-shadow: -2px -2px 6px rgba(54, 54, 54, .2);
}

.custom-sidebar-filter .facetwp-options:after {
  top: -4px;
  left: 18px;
  width: 14px;
  height: 14px;
}

.custom-sidebar-filter .facetwp-title {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.custom-sidebar-filter .facetwp-title .facetwp-label {
	background: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
}

.custom-sidebar-filter .facetwp-title .facetwp-pm {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin-left: 9px;
	position: relative;
	transition: transform .4s ease-in-out;
	transform: rotate(180deg);
}

.custom-sidebar-filter .facetwp-expanded .facetwp-title .facetwp-pm {
	transform: none;
}

.custom-sidebar-filter .facetwp-title .facetwp-pm:before {
	content: "";
	border: unset;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	transform: rotate(-135deg);
	width: 7px;
	height: 7px;
	left: 1px;
	position: absolute;
	top: calc(50% - 2px);
}

.single-product .fpf-fields .fpf-radio-images p.paper-framed-colour {
	display: none;
}

.mobile_menu_button .fa {
	font-size: 20px;
}

nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
	font-size: 14px;
}

.woocommerce form.checkout #order_review_heading {
	font-size: 26px;
}

.woocommerce .checkout table.shop_table thead tr, 
.woocommerce-page .checkout table.shop_table thead tr {
	border-color: #e6e6e6;
}

.woocommerce form.checkout table.shop_table td, .woocommerce form.checkout table.shop_table th {
	text-align: left;
}

.woocommerce-account input[type="text"], 
.woocommerce-account input[type="password"], 
.woocommerce-account input[type="email"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.woocommerce input[type="text"]:not(.qode_search_field), 
.woocommerce input[type="password"], 
.woocommerce input[type="email"], 
.woocommerce textarea, 
.woocommerce-page input[type="tel"], 
.woocommerce-page input[type="text"]:not(.qode_search_field), 
.woocommerce-page input[type="password"], 
.woocommerce-page input[type="email"], 
.woocommerce-page textarea {
	border: 1px solid rgba(149,149,149,1);
}

.woocommerce p.form-row label {
	font-family: 'Cormorant', sans-serif;
}

.woocommerce p.form-row span {
	font-size: 16px;
}

legend {
	color: #000;
	font-size: 17px;
	margin: 20px 0 10px;
}

.page-id-9837 .title {
	height: auto;
}

.page-id-9837 .title h1 {
	line-height: 1;
}

.page-id-9837 .content p {
	margin: 0 0 20px;
}

.page-id-9837 .content strong {
	font-weight: bold;
}

.page-id-9837 .content p + ul {
	font-family: 'Lato', sans-serif;
	list-style: outside;
	margin-top: -20px;
	margin-bottom: 20px;
	padding-left: 30px;
}

.page-id-9837 .content .button {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 43px;
  height: 43px;
  font-style: normal;
  font-weight: 400;
  background-color: #a87445;
  border-radius: 0px;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding-left: 55px;
  padding-right: 55px;
  border: 0;
  cursor: pointer;
}

.page-id-9837 .content .button:hover {
	background-color: #b87f4c;
}

.page-id-9837 footer {
	margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    .columns-3 ul.products li.product:nth-child(2n) {
        margin-right: 0;
    }
	
	.columns-3 ul.products li.product:nth-child(2n+1) {
        clear: left;
    }
	
	.side_menu_button_wrapper {
		display: table !important;
	}
	
	body.home div.wrapper_inner>div.content.content_top_margin {
		margin-top:100px !important;
	}
}

@media only screen and (max-width: 480px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		overflow: auto;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation li {
	  display: inline-block;
	  padding: 0 5px;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation li a {
		padding: 0;
	}
	
	.woocommerce-account table.artwork-products-table thead,
	.woocommerce-account table.artwork-sales-table thead {
	  display: none;
	}
	
	.woocommerce-account table.artwork-products-table tbody,
	.woocommerce-account table.artwork-sales-table tbody {
		display: block;
	}
	
	.woocommerce-account table.artwork-products-table tbody tr,
	.woocommerce-account table.artwork-sales-table tbody tr {
		border-bottom: 1px solid #f1f1f1;
		display: block;
		width: 100%;
	}
	
	.woocommerce-account table.artwork-products-table tbody tr td,
	.woocommerce-account table.artwork-sales-table tbody tr td {
		border-bottom: none;
		clear: both;
		display: block;
		text-align: right;
	}
	
	.woocommerce-account table.artwork-products-table tbody tr td:before,
	.woocommerce-account table.artwork-sales-table tbody tr td:before {
	  float: left;
	  font-weight: bold;
	}
	
	.woocommerce-account table.artwork-products-table tbody tr td:first-child:before {
	  content: 'ID:';
	}
	
	.woocommerce-account table.artwork-products-table tbody tr td:nth-child(2) {
	  text-align: center;
	}
	
	.woocommerce-account table.artwork-products-table tbody tr td:nth-child(3):before {
	  content: 'Title:';
	}
	
	.woocommerce-account table.artwork-products-table tbody tr td:nth-child(4):before {
	  content: 'Categories:';
	}
	
	.woocommerce-account table.artwork-products-table tbody tr td:nth-child(5):before {
	  content: 'Price:';
	}
	
	.woocommerce-account table.artwork-products-table tbody tr td:nth-child(6):before {
	  content: 'Sales:';
	}
	
	.woocommerce-account table.artwork-sales-table tbody tr td:first-child:before {
	  content: 'Order:';
	}
	
	.woocommerce-account table.artwork-sales-table tbody tr td:nth-child(2):before {
	  content: 'Date:';
	}
	
	.woocommerce-account table.artwork-sales-table tbody tr td:nth-child(3):before {
	  content: 'Placed By:';
	}
	
	.woocommerce-account table.artwork-sales-table tbody tr td:nth-child(4):before {
	  content: 'Fulfillment Status:';
	}
	
	.woocommerce-account table.artwork-sales-table tbody tr td:nth-child(5):before {
	  content: 'Total:';
	}
}

@media only screen and (min-width: 480px) {
    
}

@media only screen and (min-width: 769px) {
    .columns-3 ul.products li.product:nth-child(3n) {
        margin-right: 0;
    }
	
	.columns-3 ul.products li.product:nth-child(3n+1) {
        clear: left;
    }
	
}

@media only screen and (min-width: 992px) {
    
}

.content .container .container_inner.default_template_holder, .content .container .container_inner.page_container_inner {
	padding-top: 25px!important;
}

.facetwp-search {
	border: 1px solid #eeeeee;
	border-radius: 5px;
}

.duration-links .active {font-weight: bold!important;}
