	/*
 Theme Name:   Shadow Child
 Theme URI:    http://example.com
 Description:  Shadow Child Theme
 Author:       Jerun Terlaak
 Author URI:   http://scoutstudio.com.au
 Template:     shadow
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  shadowchild
*/

h3 {
    font-size: 32px;
    line-height: 35px;
    margin: 36px 0;
}

.term-description {
	margin-bottom: 100px;
}

.woocommerce-page .page-title {
    display: block;
	margin-bottom: 40px;
}

h3#ship-to-different-address {
	line-height: 23px !important;
	margin-top: 58px;
}

h3#ship-to-different-address span {
	text-transform: none !important;
}

.top-menu > li.selected span {
    border-color: #999 !important;
}
.top-menu a {
    color: #cdcdcd;
    font-size: 20px;
    line-height: 22px;
    display: block;
}

.top-menu > li > a {
    text-transform: none;
    font-weight: 600;
    padding: 48px 50px 55px 0;
}

#main-cart .widget_shopping_cart {
    position: absolute;
    width: 330px;
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,.1);
    right: -40px;
    top: 65px;
    border-top: none;
    z-index: 9999;
	padding: 15px 25px;
	text-align: center;
    display: none;
}

.cart-contents:before {
    font-size: 37px;
}

.sku_wrapper {
	display: none;
}

ul.products li .cat {
	display: none;
}

ul.products li h3, ul.products li h2 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    margin: 10px 0 0 0;
    width: 100%;
}

ul.products li .price, .product_list_widget .amount {
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
	display: block;
    position: relative !important;
	top: auto;
    right: 0;
    color: #000;
}

.add_to_cart_button {
	display: none !important;
}

.full-width #content > .krown-column-row {
    border-bottom: none !important;
}

.krown-section-title h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    background-color: #fff;
    padding: 20px;
    display: inline;
    z-index: 99999;
}
.home header#secondary-header {
    height: 0px !important;
	background-color: #000;
}

#custom-header {
	background-color: #000;
}

.krown-section-title hr {
    width: 100%;
    background-color: #f7a700;
    height: 2px;
    border: none;
    position: absolute;
    top: 16px;
    z-index: -999;
}

#primary-header {
    background-color: black;
    height: 58px;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    overflow: hidden;
    position: relative;
    z-index: 0 !important;
    border-bottom: 4px solid #f7a700;
}

#main-cart {
    margin: -18px 0 0;
    position: absolute;
    right: -15px;
    top: -21%;
    width: 40px;
    height: 62px;
    z-index: 99999999;
}

.cart-contents span {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 7px;
    font-size: 9px;
    line-height: 9px;
    color: #000;
    font-weight: 600;
    padding-top: 2px;
    text-align: center;
    position: absolute;
    top: -2px;
    right: -2px;
}

.cart-contents:before {
    font-size: 30px;
    font-weight: 100 !important;

}

p {
    margin: 0 0 18px 0;
    font-size: 18px;
    line-height: 31px;
}

form p {
    margin: 0 0 25px 0;
    font-size: 18px;
    line-height: 24px;
}

.text-feature p {
	font-size: 35px;
    line-height: 46px;
    margin: 0;
    padding: 0;
    border: none;
}

.box-offset {
	margin-top: -120px;
	background-color:  #fff;
	padding-top: 70px;
    padding-right: 150px;
    padding-left: 150px;
}

.right a:hover {
	color: #000;
}

ul.products li .view_button {
    left: 0%;
    border-left: none !important;
}

ul.products li .button {
    width: 150px;
    height: 40px;
    background: #F7A900;
    color: #000;
    font-size: 16px;
    line-height: 13px;
    font-weight: 400;
    padding-top: 14px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    top: -140px;
    bottom: auto;
    left: auto;
    opacity: 0;
    border-radius: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin-left: auto;
    margin-right: auto;
    display: block;
}

ul.products li .caption {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
}

ul.products li h3, ul.products li h2 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #111;
    margin: 10px 0 7px 0;
    width: 100%;
	text-transform: uppercase;
}

ul.products li .price, .product_list_widget .amount {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    display: block;
    position: relative !important;
    top: auto;
    right: 0;
    color: #000;
}

.single-product .product_meta {
	display: none;
}

.woocommerce #page-title {
	display: none;
	
}

table.variations {
	margin-bottom: 50px;
}

table.variations select {
	padding: 8px 10px;
}

table.variations .label {
	font-weight: bold;
}

table th, table td {
    min-height: 41px;
    padding: 10px 14px 8px;
    border-right: none !important;
}

td.label label {
    font-size: 13px;
}

.reset_variations {
	margin-left: 10px;
}

.pswp {
    z-index: 9999999 !important;
}

.pswp__bg {
    background-color: #ffffff !important;
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.7);
  }


.krown-accordion.small h5:before {
	color: #f7a700 !important;
}

.summary .star-rating {
	display: none !important;
}

.summary .star-rating.visible {
    display: none !important;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: 99;
    left: auto;
}

img.emoji {
	display: block !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    padding: 0 0 0 50px !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background: url(https://fourphotographers.com.au/wp-content/uploads/2019/06/loupe.png) no-repeat !important;
    width: 50px !important; /* Width of new image */
    height: 50px !important; /* Height of new image */
}


.fancybox-overlay {
    z-index: 99999;
}

.fancybox-next span {
    right: 0px;
    background-position: -59px -9px;
}

.fancybox-prev span {
    left: 0;
    background-position: -10px -9px;
}

.fancybox-close {
    position: absolute;
    top: 10px;
    right: -18px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 8040;
}

ul.products li {
    margin: 0px 20px 65px;
    float: left;
    width: 345px;
    position: relative;
}

.related h2 {
    display: none;
}

h2.woocommerce-loop-product__title {
	display: block !important;
}

.woo-tabs .titles {
    display: none !important;
}

.woo-tabs {
    margin: 0px 0 20px;
}

.woo-tabs h3 {
    margin: 36px 0 0 0;
}

abbr[title] {
    text-decoration: none !important;
}

.woo-tabs .contents {
    border-top: none;
}

.additional_information_tab {
	display: none !important;
}

#main-cart .widget_shopping_cart li {
    padding: 20px 0;
    width: 100%;
    border-top: none;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    float: none;
    min-height: 97px;
    text-align: left;
}

#main-cart .widget_shopping_cart a.remove {
    position: absolute;
    right: 0px;
    font-size: 34px !important;
    top: 4px;
}

#main-cart .widget_shopping_cart .total {
    margin: -20px 0 15px 35px;
	font-size: 14px; 
}

#main-cart .widget_shopping_cart .buttons {
    margin: 0 0 35px 0;
}

#main-cart .widget_shopping_cart .product_list_widget img {
    margin: -5px 10px 50px 0;
    height: 56px;
    width: 67px;
}

#main-cart .widget_shopping_cart .product_list_widget .amount {
    font-size: 12px;
    line-height: 12px;
    float: right;
}

form label {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    color: #111;
    font-weight: 600;
    text-transform: uppercase;
}

li.payment_method_stripe {
    margin: 70px 0 55px 0 !important;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    padding-top: 50px;
    padding-bottom: 15px;
}

li.payment_method_stripe form lable {
    font-size: 20px;
	font-weight: bold;
}

.wc-stripe-elements-field {
    border-color: #999;
	width: 100%;
}

.woocommerce-shipping-destination {
	display: none;
}

form label span {
    font-style: normal;
    color: #acacac;
}

.cart_totals .amount, .order_details .amount, #order_review .shop_table .amount {
    font-size: 14px;
    color: #111;
}

input, textarea {
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 0 17px;
    font-size: 16px;
    line-height: 22px;
    color: #111;
    font-weight: 400;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    resize: none;
    height: 44px;
    margin: 0 0 40px 0;
    box-shadow: none !important;
    border-radius: 0 !important;
}

textarea {
	height: 200px !important;
	padding: 17px !important;
}

.payment_methods label, .payment_methods div {
 	float: none;
    margin-bottom: 10px;

}

fieldset#wc-stripe-cc-form {
	width: 40% !important;
}

.ElementsApp input {
    background-color: #fff !important;
    border: 1px solid #e9e9e9 !important;
    display: block !important;
    font-family: 'Open Sans', sans-serif !important;
    margin: 0 0 40px 0 !important;
    padding: 0 17px !important;
    width: 100% !important;
    font-size: 16px !important;
    line-height: 22px !important;
    height: 44px !important;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
    margin: 0px auto 50px !important;
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
    max-width: 40px;
    padding-left: 3px;
    margin: 0 0 0 5px;
}

.payment_methods img {
    display: inline-block !important;
}

#page-title .title {
    float: left;
    font-size: 50px;
    font-weight: 800;
    line-height: 74px;
    margin: 0;
    text-transform: uppercase;
}

#page-title {
    border-bottom: none;
    padding: 31px 0 30px;
    background: #f7a700;
    position: relative;
}

#main-cart .widget_shopping_cart .button:first-child:hover {
    background: #f7a700;
}

small {
	font-size: 14px;
}

.order_details li, .order_details li {
    border-right: 1px dashed #E0DADF;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin-right: 17px;
    padding-right: 17px;
    text-transform: uppercase;
    min-height: 30px;
}

.order_details li strong, .order_details li strong {
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
}

.shop_table th {
    font-size: 14px;
    font-weight: 800;
    padding-bottom: 3px;
    text-transform: uppercase;
}

@media all and (max-width: 990px) {

.box-offset {
	margin-top: -120px;
	background-color:  #fff;
	padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
}
	
.text-feature p {
	font-size: 28px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    border: none;
}
	
}

@media all and (max-width: 740px) {

.box-offset {
	margin-top: 0px;
	background-color:  #fff;
	padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
}
	
.text-feature p {
	font-size: 28px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    border: none;
}

ul.products li {
    margin: 0px auto 65px;
    float: left;
    width: 100%;
}
	
}

@media all and (max-width: 610px) {

	ul.products li {
    margin: 0px auto 65px;
    float: left;
    width: 95%;
}
	
}

@media all and (max-width: 570px) {

ul.products, .full-width ul.products {
    width: 100%;
}

ul.products li {
    margin: 0px auto 65px;
    float: left;
    width: 100%;
}
	
}