/* 
 Theme Name:     Citiq
 Author:         Citiq
 Author URI:     https://mashupmarketing.co.za/
 Template:       Divi
 Version:        v0.01
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.6
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.woocommerce div.product div.summary {
	margin-bottom: 0;
}

.woocommerce .woocommerce-breadcrumb {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
	width: 80%;
	color: #fff;
	margin-bottom: 0;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #7ab800;
	text-decoration: underline;
}

.breadcrumb-wrapper {
	background: #515358;
	padding: 10px 0;
}

.woof_redraw_zone {
	padding: 30px;
	background-color: #515358;
}
.woof_container_select {
	display: inline-block;
	width: 48%;
}	
.woof_container_product_tag {
	float: right;
}
.woof_container_select h4 {
	display: block;
    color: #fff;
    font-weight: 300;
    white-space: nowrap;
	font-size: 16px;
}
.woof_submit_search_form_container {
	display: none;
}
.woof_block_html_items .woof_select {
	position: relative;
    color: #414042;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    padding: 10px;
    padding-left: 15px;
    padding-right: 40px;
	background: #fff url("images/chevron-down-green.png") 96% 45% no-repeat;
	background-size: 5%;
    height: 45px !important;
    font-weight: 600;
	font-size: 15px;
    cursor: pointer;
}
.woof_block_html_items .woof_select option {
	font-weight: 600;
	font-size: 15px;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
.woof_container_1 h4 {
    visibility: hidden;
    position: relative;
}
.woof_container_1 h4:after {
    content: 'View by Category';
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
}
.woof_container_2 h4 {
    visibility: hidden;
    position: relative;
}
.woof_container_2 h4:after {
    content: 'View by Manufacturer';
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce-ordering {
	display: none;
}

.tax-product_cat #main-content .container:before,
.tax-product_cat #sidebar {
	display: none;
}
.tax-product_cat #left-area {
	width: 100%;
	padding-right: 0;
}

.tax-product_cat #main-content .container {
	position: static;
	padding-top: 0;
}
.tax-product_cat .breadcrumb-wrapper {
	position: absolute;
    width: 100%;
    left: 0;
}
.woocommerce .woocommerce-result-count {
	padding-bottom: 20px;
	margin-bottom: 0;
}
.related.products {
	max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

#user-menu {
	position: absolute;
	top: 5px;
	right: 16px;
}

#user-menu .loginsections {
	display: inline-block;
}

.et_header_style_left #et-top-navigation nav>ul>li>a,
.et_header_style_split #et-top-navigation nav>ul>li>a {
	padding-bottom: 16px;
}
.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
	padding-top: 60px;
}

#uniquename {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: block;
    padding: 10px;
    position: absolute;
	z-index: 999;
	right: 45px;
	margin-top: 3px;
}
#uniquename input[type="submit"] {
    cursor: pointer;
    color: #666;
    font-weight: bold;
    margin-top: 8px;
    background: none;
}
#uniquename input {
    background: #fff;
    border: 1px solid #81bd41;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    padding: 6px 15px;
    max-width: 500px !important;
    border-radius: 0px !important;
}

.green-button {
	background-color: #7ab800;
    padding: 5px 25px !important;
    border-radius: 10px;
	font-size: 13px;
    text-transform: uppercase;
    color: #fff !important;
}
input[type="submit"] {
    width: auto;
    cursor: pointer;
    color: #666;
    font-weight: bold;
    margin-top: 8px;
    background: none;
}
input[type="submit"]:hover {
	color: #81bd41;
}
input, textarea, .load-more {
    background: #fff;
    border: 1px solid #81bd41;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    padding: 6px 15px;
    width: 100%;
    max-width: 500px !important;
    border-radius: 0px !important;
}

input[type='checkbox'] {
	width: auto;
}

input.text, input.title,
input[type=email], input[type=password],
input[type=tel], input[type=text],
select, textarea {
	padding: 6px 15px;
	border: 1px solid #81bd41;
}

.comment-form-cookies-consent label {
    top: -2px;
    position: relative;
}

.back-to-top-scroll {
	float: right;
	text-decoration: underline;
	cursor: pointer;
}

.back-to-top-scroll:hover {
	text-decoration: underline;
}

.hashlink {
    height: 130px;
    margin-top: -130px;
    visibility: hidden;
}

@media (max-width: 980px) {
	#user-menu {
		right: -10px;
	}
	.woof_container_select {
		display: block;
		width: 100%;
		float: none;
	}
	.et_header_style_left #et-top-navigation, 
	.et_header_style_left .et-fixed-header #et-top-navigation {
		display: block;
		padding-top: 60px;
	}
}

@media (min-width: 981px){
	.et_header_style_left .et-fixed-header #et-top-navigation,
	.et_header_style_split .et-fixed-header #et-top-navigation {
		padding-top: 50px;
	}
}