            
.user-selection-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.screen-reader-text {
    display:none;
}
#basket-window {
	background-color: #e0e7de;
	border:1px solid #606160;
	padding-left:34.5px;
	padding-right:34.5px;
	padding-top:30px;
	padding-bottom:30px;
	margin-right: 10px;
	box-sizing: border-box;
	position:absolute;
	top:0px;
	display:none;
	z-index: 110;
	position:fixed;
}

            #basket-window .added-item {
                display:none;
            }
            #basket-window.addedItemMode .items {
                display:none;
                
            }
            #basket-window.addedItemMode .added-item {
                display:block;
            }         

            #basket-window.addedItemMode #cart-title {
                display:none;
            }
            #basket-window.open {
                
               display:block; 
            }
            #basket-window.hover {
                
               display:block; 
            }


            #basket-button {
                cursor:pointer;
            }

            #basket-window p {
               /* white-space: nowrap;*/
                font-family:'Rund-Grotesk_medium',Sans-Serif;
                font-size:16px;
                line-height:16px;
                color:#4e4e56;
                text-transform: uppercase;
                
                
                font-size: 12px;
                line-height: 12px;
                
            }

            #basket-window p span.price {
                font-size:18px;
                line-height:18px;
                color:#000000;
                
                font-size: 14px;
                line-height: 14px;
            }
            #basket-window p span.currency {
                font-size: 13px;
                line-height: 13px;
                color:#000000;
            }
            #basket-window #cart-title-empty {
                display:none;
            }


            #basket-window p#cart-title {
                    margin-bottom: 20px;
            }
            #basket-window p {
                    margin-bottom: 8px;
            }
            #basket-window p:last-child {
                    margin-bottom: 0px;
            }
            #basket-window.addedItemMode p:last-child {
                margin-bottom: 0px;
            }
            
            #basket-window.cart-empty #cart-title {
                    
                display:none;
            }
            #basket-window.cart-empty #cart-title-empty {
                margin-bottom: 0px;
                display:block;
            }   
        
           
            #basket-window img#triangle-cloud {
                position:absolute;
                right:76px;
                top:-19px;
            }

            #basket-window.middle img#triangle-cloud {
                right:46px;
            }
            #basket-window.small img#triangle-cloud {
                right:19px;
            }


/*.account-window {*/
.login-container {
    display: none;
    width: 100vw;
    height: 100vh;
    height: 93vh;
    position: fixed;
    top: 0;
    top: 70px;
    left: 0;
    background-color: rgba(30,30,30,0.7);
    z-index: 100;
    cursor: pointer;
}
.login-container.open {
    display: block;
}
/* #login-window-container {
	position: fixed;
	width: 100%;
	top: 100px;
	z-index: 99999999;
} */
#login-window {
	background-color: #e0e7de;
	border:1px solid #606160;
	margin:0 auto;
	box-sizing: border-box;
	z-index: 99999;
	width:100%;
	max-width:424px;
	min-height: 490px;
	display:none;
	position:absolute;
	/* top: 0 !important; */
	top:0px;
	left:5%;
}
            
#login-window.open {
   display:block; 
}
#login-window.hover {
   display:block; 
}

#login-button {
    cursor:pointer;
}
#login-window #x-btn {
    position: absolute;
    top: -30px;
    right: -1px;
    font-size: 24px;
    line-height: 20px;
    cursor: pointer;
    color: #4D4D56;
    background-color: #E0E7DE;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
    border: 1px solid #606160;
    border-bottom: none;
}
#login-window #x-btn:hover {
    background-color: #CBCFC9;
}


#login-window .woocommerce form .form-row input.input-text, #login-window .woocommerce form .form-row textarea {
        border: none;
}

.log-reg-button {
    font-family:'Rund-Grotesk_medium',Sans-Serif;
    font-size:16px;
    line-height:16px;
    float: left;
    text-align:center;
    width:50%;
    padding-top:25px;
    padding-bottom:25px;
    box-sizing: border-box;
    cursor:pointer;
    color:#4e4e56;
    letter-spacing: 2.5px;
    
}
#login-window #log-btn {
    border-right:1px solid #606160;
    border-bottom:1px solid #e0e7de;
}
#login-window #reg-btn {
    border-left:1px solid #e0e7de;
    border-bottom:1px solid #606160;
}

#login-window.register-state #log-btn {
    border-right:1px solid #e0e7de;
    border-bottom:1px solid #606160;
}
#login-window.register-state #reg-btn {
    border-left:1px solid #606160;
    border-bottom:1px solid #e0e7de;
}

#login-window .woocommerce h2 {
    display:none;
    
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
 
    width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
    margin:0px;
    padding:40px;
    padding-top:25px;
}
.woocommerce form .form-row {
    padding: 0px;
    margin: 0px;
}

.woocommerce .woocommerce-form-login .form-row label,  .woocommerce form.register .form-row label {
    display:none;
}


.woocommerce form.register .form-row#register_accept_terms_field label {
    display:block;
        line-height: 16px;
}



.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    font-family:'Caudex', serif;
    font-size:20px;
    letter-spacing: 0px;
    line-height:20px;
    padding:10px;
    padding-left:30px;
    padding-right:30px;
    color:#4e4e56;
    margin-bottom:12px;
    border: 1px solid #4e4e56;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius:0; 
    border-radius:0px;
}
input[type=submit] {
     -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    
    font-family:'Rund-Grotesk_medium',Sans-Serif;
    font-size:24px;
    line-height:24px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    color:#4e4e56;
    border:none;
    background-color: #FFF;
    padding:25px;
    margin:0px;
    margin-top:8px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #FFF;
    color:#4e4e56;
    
}
.woocommerce form .form-row label.inline {
    display: none;
}

.woocommerce form .woocommerce-LostPassword.lost_password a {
    font-family:'Rund-Grotesk_medium',Sans-Serif;
    font-size:16px;
    line-height:16px;
    letter-spacing: 2.5px;
    color:#4e4e56;
    margin-top:13px;
    padding-top:13px;
    padding-bottom:13px;
    display:inline-block;
    margin-bottom:60px;
}

input#shipping_email.input-text {
    display: none;
}
p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.account_email_paragraph {
    display: block;
}

#login-window .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    display:block;
}
#login-window .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    display:none;
}

#login-window.register-state .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    display:none;
}
#login-window.register-state .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    display:block;
}



.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 20px;
        padding-top: 30px;
    margin: 40px;
    background-color: #FFF;
    color: #515151;
    border-top: 3px solid #606160;
    list-style: none outside;
    margin-top: 20px;
    margin-bottom: 0px;
    border-bottom: 3px solid #606160;
    
    margin-left: 0px;
    margin-right: 0px;
    
    font-family: 'Caudex', serif;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 14px;
    color: #4e4e56;
}


.white-border-button {

    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 35px;
    padding-right: 35px;
    border: 1px solid #4f4f4f;
    font-family: 'Rund-Grotesk_medium',Sans-Serif;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2.5px;
    color: #4e4e56;
    background-color: #FFF;
    display:inline-block;
}



/* KOSZYK */

#koszyk .woocommerce-message, #koszyk .woocommerce-info, #koszyk .woocommerce-errors {
    display:none;
}
#zamowienie {
    position:relative;
}
#zamowienie .woocommerce-message, #zamowienie .woocommerce-info {
    display:none;
}
.return-to-shop {
    display:block;
}
.empty-cart .woocommerce-message, .window-cart .woocommerce-message {
    display:none;
}
.empty-cart {
    
    margin-top: 190px;
    margin-bottom: 190px;
}
.empty-cart .cart-empty {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 16px;
        line-height: 16px;
    margin-bottom: 50px;
}
.woocommerce table.shop_table {
    border: none;
    
}

.woocommerce table.shop_table td {
    border: none;
    padding: 6px 0px;

}

.woocommerce table.shop_table td {
    padding-top: 15px;
    padding-bottom: 15px;
}
.woocommerce table.shop_table td.product-thumbnail {
    display:block !important;
}
.woocommerce table.shop_table td.product-thumbnail img {
    padding:0px;
    width:100px;
    height:100px;
    max-width:none;
    
    
}
#zamowienie .woocommerce table.shop_table td.product-thumbnail img {
    width:44px;
    height:auto;
}

#zamowienie .woocommerce .checkout-right-column table.shop_table tr {
    height: auto;
    margin-bottom: 20px;
}
#zamowienie .woocommerce .checkout-right-column table.shop_table td.product-name {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 25px;
}
#zamowienie .woocommerce .checkout-right-column table.shop_table td.product-name a {
    font-size:14px;
    line-height: 14px;
}
    
#zamowienie .woocommerce .checkout-right-column table.shop_table td.product-name a.remove {
    width:10px;
    height:10px;
    background-position: center center;
}
    
#zamowienie .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    padding-right: 15px;
    box-sizing: border-box;
}
    
    
.woocommerce table.shop_table td.product-price, .woocommerce table.shop_table td.product-quantity, .woocommerce table.shop_table td.product-subtotal {
    vertical-align: bottom;

}
.woocommerce table.shop_table td.product-subtotal {
    position:relative;
    text-align: right;

    padding-right:12px;
    
}
.woocommerce table.shop_table td.product-subtotal a.remove, .woocommerce table.shop_table td.product-name a.remove {
    position:absolute;
    top:0px;
    right:12px;
    background-image: url("../img/koszyk-x-button.png");
    width:18px;
    height:18px;
    display:block;
    border-radius:0px;
    background-color:rgba(255,255,255,0);
    cursor:pointer;
}

.woocommerce table.shop_table td.product-name a.remove {
    position: absolute;
    top: -40px;
    right: 0px;
}
.woocommerce table.shop_table td.product-name a.remove {

    display:none;
}
.woocommerce table.shop_table td.product-price, .woocommerce table.shop_table td.product-subtotal {
    font-family:'Rund-Grotesk_medium',Sans-Serif;
    font-size:18px;
    line-height:18px;
    letter-spacing: 2.5px;
    color:#000;
    
}
.woocommerce .woocommerce-cart-form-koszyk {
    max-width: 874px;
    width: 100%;
    margin: 0 auto;
    padding-top:82px;
}
.woocommerce table.shop_table th {
    font-family:'Rund-Grotesk_medium',Sans-Serif;
	font-size:14px;
    line-height:14px;
    letter-spacing: 2.5px;
    color:#000;
    text-transform: uppercase;
    padding-bottom:41px;
}
.woocommerce table.shop_table th.product-subtotal {
    text-align:right;
    padding-right:10px;
    
}
.woocommerce table.shop_table th.product-quantity {
    text-align:center;
}
.woocommerce table.shop_table td.product-quantity {
    text-align:center;
}
.woocommerce table.shop_table td.product-name {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
    text-transform: uppercase;
}
.woocommerce table.shop_table td.product-name a {
    font-family:'Rund-Grotesk_medium',Sans-Serif;
    font-size:16px;
    line-height:22px;
    letter-spacing: 3px;
    color:#4e4e56;
}

.woocommerce table.shop_table td.actions {
        padding-bottom: 12px;
    width: 100%;
       
}

.woocommerce table.shop_table td.product-quantity .quantity {
    
    display: inline-block;
}
.woocommerce table.shop_table td.product-quantity .quantity input {
    width:26px;
    -webkit-appearance: none;
    margin: 0;
    
    font-family:'Rund-Grotesk_medium',Sans-Serif;
	font-size:12px;
    line-height:12px;
}

.plus, .minus {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    font-family:'Rund-Grotesk_medium',Sans-Serif;
	font-size:22px;
    line-height:22px;
    letter-spacing: 0px;
    
    color:#4e4e56;
    
}
#container-refresh-cart {
    
    width:100%;
    text-align: right;
    padding-right:12px;
    margin-bottom:50px;
    display:none;
}

.basket-form-view.edited #container-refresh-cart {
    display:block;
}
.basket-form-view.saving #container-refresh-cart {
    display:none;
}
.basket-form-view.saving .product-quantity {
    opacity:0.4;
}


#refresh-cart {
    
    padding-top:23px;
    padding-bottom:23px;
    padding-left:35px;
    padding-right:35px;
    
    border:1px solid #4f4f4f;
    font-family:'Rund-Grotesk_medium',Sans-Serif;
	font-size:24px;
    line-height:24px;
    letter-spacing: 2.5px;
    color:#4e4e56;
    margin-top: 0px;
    
}
/* Hide HTML5 Up and Down arrows. */

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    
}
 
input[type="number"] {
    -moz-appearance: textfield;
}


.woocommerce .basket-form-view table.shop_table td.table-clear-tag-td, .woocommerce .basket-form-view table.shop_table th.table-clear-tag-td {
    clear:both;
    padding:0px;
    width:0px;
    margin:0px;
    
}
.woocommerce .basket-form-view table.shop_table tr:last-child {
  /*  height: auto;
    margin-bottom: 0px;*/
  margin-bottom:0px;
}


.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: "";
    font-weight: 700;
    float: left;
    
}


.woocommerce .cart-collaterals {
    max-width: 874px;
    width: 100%;
   text-align: right; 
    margin:0 auto;
    margin-bottom:58px;
    
    
} 

input#shipping_company, input#billing_state {
    display:none;
}

#ajaxsearchlite1 {
    position: fixed;
    top: 130px;
    top: 100px;
    padding: 5px;
    /* border: 1px solid #93ad8c; */
    box-shadow: none;
    display:none;
    z-index: 9999;
    width: 400px;
    width: 500px;
    background: #FFF !important;
}
#ajaxsearchliteres1 {
    display:none !important;
    position: fixed;
    width: 504px !important;
    left: auto !important;
}
#ajaxsearchliteres1.vertical.wpdreams_asl_results.showsearch.asl_an_fadeInDrop {
    top: 150px !important;
}

#ajaxsearchlite1.showsearch, #ajaxsearchliteres1.showsearch {
    display:block !important;
}
#ajaxsearchlite1.showsearch > body, #ajaxsearchliteres1.showsearch > body{
    background-color: black;
}
#ajaxsearchlite1 * {
    border:none;
}

#ajaxsearchlite1 .probox, div[id*="ajaxsearchlite"] .probox {
    border: none;
    box-shadow: none;
}
div[id*="ajaxsearchlite"] .probox .promagnifier {
    background: none;
}
div[id*="ajaxsearchliteres"].vertical {
    background: #FFF;
    padding: 3px;
}
div[id*="ajaxsearchliteres"] .results .item.hovered {
    background: #D5D7D5;
}

#search-button {
    
    cursor:pointer;
}
div[id*="ajaxsearchliteres"] .results .item .asl_content h3 a {
    color: #93ad8c;
}
div[id*="ajaxsearchliteres"] .results .item .asl_content h3 a:hover {
    color: #93ad8c;
    text-decoration: underline;
}
div[id*='ajaxsearchliteres'] .results {
    height: 500px !important;
}



a.umami-button {
    margin-right: 12px;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 35px;
    padding-right: 35px;
    border: 1px solid #4f4f4f;
    font-family: 'Rund-Grotesk_medium',Sans-Serif;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2.5px;
    color: #4e4e56;
    background-color: #FFF;
    display:inline-block;
    cursor:pointer;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 850px) {
 
    .woocommerce .woocommerce-cart-form-koszyk {
        
        max-width: 310px;
    }
    .woocommerce table.shop_table td.product-name a {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 2px;
    }
    .woocommerce table.shop_table {
        display:block;
    }
    .woocommerce table.shop_table tr {
        height:120px;
        display: inline-block;
       /* width:100%;*/
        margin-bottom:90px;
            position: relative;
        width: 100%;
    }
    .woocommerce table.shop_table td {
        padding:0px;
    }
    
    .basket-form-view table thead {
        display:none;
    }
    
    .basket-form-view table tbody {
            width: 100%;
    display: block;
        
    }
    .basket-form-view table tbody td {
        display:block;
        float:left;
    }
    .woocommerce table.shop_table td.product-name {
        width:190px;
        box-sizing: border-box;
        padding-left: 25px;
        padding-right: 25px;
        text-align: left !important;
    }
    .woocommerce table.shop_table td.product-subtotal {
        position:absolute;
        right:0px;
        bottom:0px;
            padding-right: 0px;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background:none !important;
        
    }
    
    .woocommerce table.shop_table td.product-quantity {
        position: absolute;
        left: 142px;
        bottom: 0px;
        text-align: left !important;
        min-width:0px;
    }
    .woocommerce table.shop_table td.product-price {
        
        display:none;
        
    }
 
    .woocommerce table.shop_table td.product-subtotal a.remove {
        display:none;
    }
    .woocommerce table.shop_table td.product-name a.remove {
        display:block;
        
    }
    #refresh-cart {
        
        font-size:20px;   
    }
    
    .woocommerce .cart-collaterals {
        max-width: 310px;
    }
    
    .woocommerce .cart-collaterals .woocommerce-Price-amount {
        margin-right: 0px;
    }
    .woocommerce table.shop_table td.actions {
        padding-bottom: 0px;
  
        text-align: center;
    }
    #container-refresh-cart {
     text-align:center;   
    }

}

@media screen and (max-width: 600px) {
    .woocommerce table.shop_table td.product-thumbnail img {
        width: 80px;
        height: 80px;
    }
    .woocommerce table.shop_table td.product-name {
        padding-left: 10px;
        padding-right: 10px;
    }
    .woocommerce table.shop_table td.product-quantity {
        left: 90px;
    }
    .woocommerce table.shop_table td.product-subtotal {
        right: 30px;
    }
    .woocommerce .cart-collaterals a.button.checkout-button {
        margin-right: 35px;
    }
    .woocommerce .cart-collaterals #cart-total {
        margin-right: 30px;
    }
    .woocommerce table.shop_table td.product-name a.remove {
        right: 30px;
    }
    .woocommerce form.login, .woocommerce form.register {
        padding: 15px;
        padding-top: 25px;
    }
    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
        font-size: 16px;
        padding: 5px;
    }
    #login-window {
        max-width: 260px;
        min-height: 370px;
    }
    .log-reg-button {
        font-size: 12px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
   #login-window input.woocommerce-Button.button {
        font-size: 14px;
        padding: 10px;
        width: 120px;
    }
    .woocommerce form .woocommerce-LostPassword.lost_password a {
        font-size: 12px;
        margin-top: 0;
    }
    .woocommerce form.register .form-row#register_accept_terms_field label {
        font-size: 10px;
    }
    #login-window #x-btn {
        top: -20px;
        font-size: 20px;
        width: 25px;
        height: 20px;
        padding-top: 2px;
    }
    #ajaxsearchlite1 {
        width: 300px;
    }
    #ajaxsearchliteres1 {
        width: 304px !important;
    }
}



.woocommerce .cart-collaterals #cart-total {
    font-family:'Rund-Grotesk_medium',Sans-Serif;
    font-size:24px;
    line-height:28px;
    letter-spacing: 2.5px;
    margin-top: 30px;
    margin-bottom: 53px;
    
    
}
.woocommerce .cart-collaterals .woocommerce-Price-amount {
    margin-right:12px;
    
}
.woocommerce .cart-collaterals a.button.checkout-button, .woocommerce .button.alt#place_order {
/*    margin-right:12px;*/
    font-weight: normal;
        padding-top:23px;
    padding-bottom:23px;
    padding-left:35px;
    padding-right:35px;
    
    border:1px solid #4f4f4f;
    font-family:'Rund-Grotesk_medium',Sans-Serif;
	font-size:24px;
    line-height:24px;
    letter-spacing: 2.5px;
    color:#4e4e56;
    background-color: #FFF;
}
#zamowienie.state-2.address-open.address-changed .woocommerce .button.alt#place_order { 

    opacity:0.3;

}

.basket-form-view.edited .cart-collaterals a.button.checkout-button {
    display:none;
    
}


@media screen and (max-width: 768px) {
    .cart-collaterals {
        text-align: center;
        margin-right:0px;
    }
}


/* widok moje konto */
.account-window {
    
    
    border:none;
}

.my-account-window {
    width:100%;
    max-width:970px;
    padding-left:20px;
    padding-right:20px;
    margin:0 auto;
    box-sizing: border-box;
    
}
.my-account-window #my-account-title {
    margin-top:190px;
    text-align: center;
}

.my-account-window #my-account-title a {
    font-family:'Caudex', serif;
    font-size:36px;
    letter-spacing: 3px;
    line-height:44px;
    color:#4e4e56;

}
.my-account-window #my-account-logout {
    margin-top:26px;
    margin-bottom:65px;
    text-align: center;
}
.my-account-window #my-account-logout a {
    color: #93ad8c;
}

.my-account-window .fontclass {
    font-family:'Rund-Grotesk_medium',Sans-Serif;
    font-size:16px;
    letter-spacing: 3px;
    line-height:16px;
    color:#4e4e56;
}

.my-account-window .my-account-col-left, .my-account-window .my-account-col-right {
    float:left;
    width:43%;
    box-sizing: border-box;
}
.my-account-window .my-account-col-right {

    width:57%;
  
}
.my-account-window .my-account-col-right {
    margin-bottom:190px;
    
}
.my-account-window .my-account-col-left a, .my-account-window .my-account-col-right a {

    text-transform: uppercase;
}
.my-account-window  #account-details-link {
    margin-bottom:60px;
    display:inline-block;
    color: #93ad8c;
}
.my-account-window  #account-details-address {
    margin-bottom: 15px;
    display:inline-block;
}

.my-account-window .box-address {
    margin-bottom:60px;
}
.my-account-window .address-data {
    margin-bottom:15px;
}
.my-account-window .box-address a.edit {
    color: #93ad8c; 
}

.my-account-window #history-label {
    margin-bottom:60px;
}

.my-account-window .order-item {
    position: relative;
    width:100%;
    margin-bottom:25px;
}
.my-account-window .order-item .order-title {
    padding-right:90px;
    
}
.my-account-window #order-show {
    position: absolute;
    right:0px;
    top:0px;
    display:block;
    color: #93ad8c;
}



#account-window .woocommerce-address-fields label {
    display:none;
}
#account-window .woocommerce-address-fields p#billing_newsletter_subscription_field label {
    display: block;
}
#account-window .woocommerce-address-fields #billing_nip {
    width: 100%;
    box-sizing: border-box;

    padding-right: 5px;
    
}
#account-window .woocommerce-address-fields #billing_email_field {
    width: 100%;
    box-sizing: border-box;
 
    padding-right: 5px;
    
}

@media screen and (max-width: 825px) {
    .my-account-window .my-account-col-left, .my-account-window .my-account-col-right {
        float:none;
        width:80%;
        margin:0 auto;
        
    }
    .my-account-window .my-account-col-right {
        padding-bottom: 60px;
    }
    .my-account-window #my-account-title {
        margin-top:50px;
        text-align: center;
    }
    
    
}

@media screen and (max-height: 375px) {
	#login-window.open {
		top: 75px !important;
		min-height: 280px;
	}
	#login-window #x-btn {
		top: -1px;
		right: -30px;
		border: 1px solid #606160;
		border-left: none;
	}
	#login-window .woocommerce form.register {
		padding-bottom: 15px;
	}
	#login-window .log-reg-button {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 14px;
	}
	#login-window .form-row.form-row-wide {
		width: 49%;
		display: inline-block;
	}
	#login-window .form-row.form-row-wide .input-text {
		margin-bottom: 3px;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 14px;
	}
	#login-window #register_accept_terms_field {
		width: 100%;
		font-size: 11px;
	}
	#login-window input.woocommerce-Button.button { 
		padding: 5px;
		font-size: 16px;
	}
	#login-window p.woocommerce-LostPassword.lost_password a {
		margin: 0;
		margin-top: 20px;
		padding: 0;
		font-size: 14px;
	}

@media screen and (max-height: 320px) {
	#login-window.open {
		max-width: 220px;
	}
	#login-window #x-btn {
		right: -25px;
		padding-top: 0;
	}
	#login-window input.woocommerce-Button.button { 
		width: 120px;
		font-size: 14px;
	}
	#login-window .woocommerce form.register {
		padding-top: 10px;
	}

}


