/*
Theme Name:   Storefront Child
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  storefront Child Theme
Author:       John Doe
Author URI:   http://example.com
Template:     storefront
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:  storefront
*/


.form-description {
    font-size: 13px;
    font-weight: 600;
    color: red;
}

ul.form-ul li strong {
	color: red;
}

.ginput_price {
	margin-left:20px;
	color: red
}

.hidden-total {
	display: none
}

.woocommerce-products-header {
	display: none
}

.pomiary-image {
	width: 450px;
	height: auto;
	margin-top: 16px;
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');
/*To get the produc options fields working, you need to add a product field. */
/*However we don't want to show that in this example so lets hide it with CSS.*/
.hidden, .storefront-handheld-footer-bar {
    display: none;
    visibility: hidden;
    pointer-events: none;
}
/*Dark field lables*/
.top_label label.gfield_label {
    font-size: 17px;
    color: #232323;
    letter-spacing: -0.11px;
    font-weight:500;
    margin-bottom:10px;
}
/*Image Choices categories */
.image-choices-field .image-choices-choice {
    border: 2px solid transparent !important;
    border-radius: 10px;
    background:transparent;
    animation:0.3s all ease-in-out;
    min-width: 120px;
    padding-bottom: 30px;
    display: inline-block;
    margin-right: 10px;
    padding:0px;
    position: relative;
}

/*Image Choices white label */
.image-choices-choice span.image-choices-choice-text {
    color: #232323;
    letter-spacing: -0.1px;
    font-weight:500;
    font-size:16px;
}
/*Image Choices active state background*/
.image-choices-field .image-choices-choice.image-choices-choice-selected,
.image-choices-field .image-choices-choice.image-choices-choice-selected {
    background:white!important;
    border: 2px solid #E5E5E5!important;
    box-shadow: 0 10px 50px 0 rgba(0,0,0,0.08);
}
/*Remove focus styles*/
.image-choices-field .image-choices-choice.image-choices-choice-focus label,
.image-choices-field .image-choices-choice.image-choices-choice-focus label{
    border:transparent!important;
}
/*Option hover style*/
.image-choices-field  .image-choices-choice-hover,
.image-choices-field  .image-choices-choice-hover{
    border: 2px solid #E5E5E5!important;
}
/*Option active state hover remove border*/
.image-choices-field .image-choices-choice .image-choices-choice-selected.image-choices-choice-hover,
.image-choices-field .image-choices-choice .image-choices-choice-selected.image-choices-choice-hover{
    border: none!important;
}
/*Image Choices active state label*/
.image-choices-field .image-choices-choice .image-choices-choice-selected span.image-choices-choice-text,
.image-choices-field .image-choices-choice .image-choices-choice-selected span.image-choices-choice-text{
    color: #232323;
    letter-spacing: -0.1px;
}
/*Image Choices  thumbnail*/
.image-choices-field .image-choices-choice span.image-choices-choice-image-wrap {
    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.24);
    border-radius: 2px;
    width:100px;
    height:100px;
}
/*Remove border from default lable style*/
.image-choices-field .image-choices-choice .image-choices-choice label,
.image-choices-field .image-choices-choice .image-choices-choice label{
    padding:0px !important;
    border:none;
    text-align: left;
}
/*Product option field lable styles*/
.image-choices-field .image-choices-choice span.image-choices-choice-text {
    margin:10px 0 0 10px;
    font-size: 14px;
    color: #8C8C8C;
    letter-spacing: -0.09px;
    width: 100px;
}
.image-choices-field .image-choices-choice span.image-choices-choice-text b{
    color:#232323;
    display:block;
    letter-spacing: -0.09px;  
}
.image-choices-field .image-choices-choice .image-choices-choice-selected span.image-choices-choice-text {
    color:#8C8C8C!important;
    font-size: 14px!important;
}
.image-choices-field .image-choices-choice .image-choices-choice-price {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    background: white;
    background: rgba(255,255,255,0.31);
    border-radius: 5px;
    padding: 3px 6px;
}
@media (min-width: 320px) and (max-width: 480px) {
.image-choices-field .image-choices-choice span.image-choices-choice-image-wrap {
    width:70px;
    height:70px;
}
.image-choices-field div.image-choices-choice {
    min-width: 90px;
	margin-right	 : 0 !important
}
.image-choices-field .image-choices-choice span.image-choices-choice-text {
	font-size: 13px
}
.image-choices-field div.image-choices-choice label {
	padding: 6px 0px 0px 0px !important
}
.gftt-icon {
	float: left
}
}