/*!
Theme Name: moshi
Theme URI: https://agencja-ecommerce.pl/
Author: Agencja-ecommerce
Author URI: https://agencja-ecommerce.pl/
Description: 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: moshi
Tags:
*/
p#billing_country_field {
    display: none!important;
}
.price_single_p del{
	display:none!important;
}
.price_single_p ins{
	border-radius: 100%;
	text-decoration:none!important
}
.price_single_p *{
	color:#fff;
	font-size:15px
}
.list_price_archive div.quantity{
	display:inline
}
.default-btn-cst{
	background: #3b68ab!important;
    padding: 11px 14px!important;
    color: #ffffff!important;
    text-transform: uppercase!important;
    font-size: 14px!important;
    font-weight: 500!important;
    display: inline-block!important;
	border-radius:0!important;
}
ul.page-numbers > li {
    padding:8px!important;
	margin:0px 0px!important;
	border:0!important;
}
ul.page-numbers{
	border:0!important
}
ul.page-numbers > li .current{
    z-index: 1!important;
    color: #fff!important;
    background-color: #3b68ab!important;
    border-color: #3b68ab!important;
}
ul.page-numbers > li a,
ul.page-numbers > li span{
    color: #3b68ab!important;
    background-color: rgb(26, 25, 25)!important;
    width: 40px!important;
    height: 40px!important;
    border: 1px solid rgb(26, 25, 25)!important;
    line-height: 24px!important;
    -webkit-transition: all .5s!important;
    transition: all .5s!important;
    font-weight: 700!important;
	 padding: .375rem .75rem!important
}
ul.page-numbers > li a:hover{
	background:#3b68ab!important;
	color:#fff!important;
	border-color:#3b68ab!important
}
.list_price_archive input::-webkit-outer-spin-button,
.list_price_archive input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.list_price_archive input{
	line-height:32px;
    position: relative;
    top: 3px;
	border:1px solid transparent!important
}
.list_price_archive input:focus{
	outline:none;
}
.list_price_archive input[type=number] {
  -moz-appearance: textfield;
}
li.list_quantity {
    position: relative;
    top: -2px;
}
.list_quantity{
	margin-right:10px
}
li.item_price_archive del, li.item_price_archive ins {
    display: block!important;
}
li.item_price_archive del {
    font-size: 16px;
}
li.item_price_archive ins,
li.item_price_archive span.price > span.amount {
    font-size: 18px;
	font-family:TCCB_con!important;
}
li.item_price_archive span.price {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	font-family:TCCB_con!important;
}
li.item_price_archive span.price del {
    order: 2;
	font-family:TCCB_con!important;
}
li.item_price_archive span.price ins,
li.item_price_archive span.price > span.amount{
    order: 1;
	text-decoration:none;
	color:#fff;
	font-weight:700;
	font-family:TCCB_con!important;
}
li.item_price_archive {
    position: relative;
    margin-left: 5px;
}
.single-menu-item .menu-img .price_single_p .price {
    width: 48px;
    height: 48px;
    line-height: initial;
    display: flex;
    justify-content: center;
    align-items: center;
	left: 15px;
    top: 15px;
}
.menu_btn > a {
    background: #3b68ab;
    padding: 10px 20px!important;
    display: block;
	color:#fff!important
}
.menu_btn{
	padding: 20px!important
}
.other-cart-option > a{
	background:transparent!important;
	border-radius:0;
	width:auto;
	height:initial
}
.others-option.other-cart-option {
    display: flex;
    align-items: center;
}
td.product-name a.tm-cart-edit-options {
    display: none!important;
}
.color-primary-font{
	color:#1A1919!important
}
.background_image{
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat
}
@media all and (min-width:1000px){
.container_hd{
	max-width:1550px;
	margin:0 auto;
	padding:0
}
}
@media all and (min-width:991px){
	.mx-md-w700{
		max-width:700px
	}
	.p-100{
		padding:100px
	}
}
.mr-3 {
    margin-right: 1rem;
}
div#menu_mobile nav.mean-nav a.navbar-brand {
    display: none;
}
.masonry-image img,
.masonry-image{
    width: 100%;
}
.masonry-image img{
	height:100%;
	object-fit:cover
}
.masonry-item-image {
    display: flex;
    flex-flow: column;
    height: 100%;
    place-content: space-between;
}
.product-categories > li > a{
	color:#000;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase
}
ul.product-categories i.far.fa-minus-square.fa-plus-square:before{
	display:none
}
ul.product-categories i.product-cat-minus.product-cat-plus{
	position:relative
}
ul.product-categories i.product-cat-minus.product-cat-plus:after {
	content:"";
    border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
	transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	position:absolute;
	top:5px;
	display:inline;
	right:-15px;
	cursor:pointer
}
li.cat-item.cat-parent > ul.children li > a {
    color: #7E7E7E;
    font-size: 14px;
}
li.cat-item.cat-parent > ul.children {
	margin:10px 0 20px 0
}
li.cat-item.cat-parent > ul.children > li{
	margin-bottom:5px
}

li.cat-item.cat-parent > ul.children > li:last-child{
	margin-bottom:0
}
ul.product-categories li{
	margin-bottom:20px
}
ul.product-categories li:last-child{
	margin-bottom:0!important
}
.product-categories li.current-cat > a{
	color:#3b68ab!important;
	font-weight:600!important
}
ul.product-categories li.open i.product-cat-minus.product-cat-plus:after{
	transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
	top:10px
}
li.list_single_btn > a.added:after{display:none!important}
a.added_to_cart {
    display: block!important;
	color: #1A1919;
    font-weight: 600;
    padding-top: 0!important;align-content
}
.woocommerce-cart td.product-remove > a{
	background:transparent!important
}
.woocommerce-cart td.product-remove > a i{
	color:#fff;
	transition:all .3s
}
.woocommerce-cart td.product-remove > a,
.woocommerce-cart td.product-remove > a:hover{
	transition:all .3s
}
.woocommerce-cart td.product-remove > a:hover i{
	color:red;
	transition:all .3s
}
.woocommerce-cart td.product-quantity input::-webkit-outer-spin-button,
.woocommerce-cart td.product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart td.product-quantity input[type=number] {
  -moz-appearance: textfield;
}
.cart_coupon.form-control {
    width: 200px;
    display: inline-block;
}
.cart_default_btn{
	padding-top:9px;
	padding-bottom:9px
}
.cart_default_btn[disabled]{
	opacity:.3!important
}
.cart_p2_table {
    border: 0!important;
}
.cart_totals_p2 ul li{
	border:0!important
}
.cart_totals_p2 p.woocommerce-shipping-destination {
    font-size: 13px;
    text-align: right;
}
.cart_totals_p2 > div {
    width: 100%;
}
.checkout-button{
	background: #3b68ab!important;
    padding: 12px 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}
.cart_totals_p2 td {
    text-align: right;
}
.cart_totals_p2  ul#shipping_method li {
    padding-right: 0;
}
.cart_totals_p2  ul#shipping_method li label {
    margin-right: 5px;
}
.cart_totals_p2 p.woocommerce-shipping-destination strong{
	font-weight: initial;
}
.woocommerce-checkout div#payment > .form-row.place-order p input{
	display:none
}
.order-details .payment-box [type=radio]:checked+label,
.checkout #shipping_method [type=radio]:checked+label,
.woocommerce-checkout div#payment li [type=radio]:checked+label,
.woocommerce-checkout div#payment > .form-row.place-order p input:checked + span{
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: #fff;
    position: relative;
    margin-bottom: 8px;
	
    -webkit-transition: .5s;
    transition: .5s;
}
.woocommerce-checkout div#payment > .form-row.place-order p input + span{
    padding-left: 27px;
    cursor: pointer;
    display:inline-block;
    font-weight: 600;
    color: #fff;
    position: relative;
    margin-bottom: 8px;
	font-size:15px;
	
    -webkit-transition: .5s;
    transition: .5s;
}
.order-details .payment-box input[type=radio],
.checkout #shipping_method input[type=radio],
.woocommerce-checkout div#payment liinput[type=radio]{
	display:none!important
}
.order-details .payment-box [type=radio]:checked+label::before,
.checkout #shipping_method [type=radio]:checked+label::before,
.woocommerce-checkout div#payment li [type=radio]:checked+label::before,
.woocommerce-checkout div#payment > .form-row.place-order p input:checked + span::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 18px;
    -webkit-transition: .5s;
    transition: .5s;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
}
.order-details .payment-box [type=radio]:checked+label::after ,
.checkout #shipping_method [type=radio]:checked+label::after ,
.woocommerce-checkout div#payment li [type=radio]:checked+label::after,
.woocommerce-checkout div#payment > .form-row.place-order p input:checked + span:after{
    content: '';
    width: 12px;
    height: 12px;
    background: #3b68ab;
    position: absolute;
    top:3px;
    left: 3px;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: visible;
}
.woocommerce-checkout div#payment li input + label:after{
	top:10px!important
}
.woocommerce-checkout div#payment li input + label:after,
.woocommerce-checkout #shipping_method [type="radio"] + label:after,
.woocommerce-checkout div#payment > .form-row.place-order p input:not(:checked) + span:after,
tr.woocommerce-shipping-totals.shipping ul#shipping_method input +  label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
}
.order-details .payment-box [type=radio]:not(:checked)+label::after,
.checkout #shipping_method [type=radio]:not(:checked)+label::after,
.woocommerce-checkout div#payment li [type=radio]:not(:checked)+label::after{
    content: '';
    width: 12px;
    height: 12px;
    background: #7c1109;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.order-details .payment-box [type=radio] + label,
.woocommerce-checkout #shipping_method [type=radio] +label ,
.woocommerce-checkout div#payment  [type=radio] + label{
    padding-left: 27px!important;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: #fff;
    position: relative;
    margin-bottom: 8px
}
.checkout #shipping_method [type=radio]:not(:checked)+label::before,
.checkout #shipping_method [type=radio]:checked+label::before{
	top:3px
}
.checkout #shipping_method [type=radio]:checked+label::after{
	top:6px
}
.woocommerce-checkout div#payment li [type=radio]:checked+label::after{
	top:10px
}
.woocommerce-checkout div#payment li [type=radio] + label::before{
	top:7px!important
}
.woocommerce-info{
	-webkit-box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    background: #fff;
    padding: 18px 20px 15px;
    margin-bottom: 65px;
    position: relative;
    color: #3b68ab;
	font-weight:500
}
.woocommerce-info::before{
	display:none
}
.woocommerce-info a {
    display: inline-block;
    color: #323232;
    font-size: 15px;
}
.woocommerce-info a:hover{
	    color: #3b68ab;
}
.checkout_coupon .input-text{
    width: 200px!important;
    display: inline-block!important;
	height: 50px;
    color: #6e6e6e;
    border: 1px solid #d4d4d4;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
	font-weight: 400;
    line-height: 1.5;
	transition:all .3s
}
.checkout_coupon button[name="apply_coupon"]{
	background: #3b68ab;
    padding: 17px 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
	border-radius:0;
	transition:all .3s
}
.checkout_coupon button[name="apply_coupon"]:hover{
	background: #3b68ab;
	color: #ffffff;
}
.checkout_coupon .input-text:focus {
    color: #000000;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #3b68ab;
}
.checkout_coupon p:not(:first-child){
	display:inline-block;
	width:200px;
	float:none
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    margin-bottom: 20px;
}
.woocommerce-billing-fields .form-group label,
div#jckwds-delivery-date-wrapper label,
div#jckwds-delivery-time-wrapper label{
    display: block;
    color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
}
h3#ship-to-different-address {
    margin-top: 10px;
}
div#jckwds-fields {
    margin-bottom: 10px;
}
.asahi-nav a.navbar-brand {
    margin: 0;
}
form.checkout.woocommerce-checkout {
    margin-top: 40px;
}
h3#ship-to-different-address > label {
    margin-bottom: 0;
}
.iconic-wds-datepicker--light .ui-datepicker-today .ui-state-active, .iconic-wds-datepicker--light .ui-state-active, .iconic-wds-datepicker--light .ui-state-active:hover{
	background:#3b68ab!important
}
input#jckwds-delivery-date:focus,
input#jckwds-delivery-date:focus,
select#jckwds-delivery-time:focus{
	border:1px solid #3b68ab;
	outline:none
}
input#jckwds-delivery-date,
select#jckwds-delivery-time{
	height: 50px;
    color: #6e6e6e;
    border: 1px solid #d4d4d4;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
	transition:all .3s
}
.woocommerce-checkout div#payment > ul.wc_payment_methods.payment_methods.methods,
.woocommerce-checkout div#payment > .form-row.place-order{
	padding:0
}
.woocommerce-checkout div#payment {
	background-color:rgb(26, 25, 25);
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
    margin-top: 30px;
    padding: 30px;
}
.woocommerce-checkout div#payment > ul li div.payment_box:before{
	display:none
}
.woocommerce-checkout div#payment > ul li div.payment_box{
	background:transparent;
	margin-top:0;
	padding:0
}
.woocommerce-checkout div#payment > ul li label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: #323232;
    position: relative;
	font-size: 16px;
    margin-bottom: 8px;
}
.woocommerce-checkout div#payment > ul li input{
	display:none
}
.woocommerce-checkout div#payment p {
    font-size: 16px;
}
.form-row.place-order{
	margin-top:10px!important
}
.woocommerce-checkout div#payment > .form-row.place-order p{
	font-size:12px;
	line-height:initial
}
.woocommerce-checkout div#payment > .form-row.place-order p a{
	color:#3b68ab
}
span.woocommerce-terms-and-conditions-checkbox-text{
	display:inline!important
}
.woocommerce-privacy-policy-text {
    margin-bottom: 10px;
}
p#order_comments_field label{
	font-size:12px;
	line-height:initial;
	color: #666;
    font-size: 15px;
    font-weight: 500;
}
.woocommerce-checkout button#place_order{
	background: #3b68ab;
    padding: 12px 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
	width:100%
}
.cart-totals.cart_totals_p2.d-flex.justify-content-center > div > h2 {
    margin-bottom: 20px!important;
}
.woocommerce-checkout div#payment ul.wc_payment_methods.payment_methods.methods li input + label:before {
    content: ' '!important;
    position: absolute;
    left: 0;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}
.others-option.other-cart-option > a{
    position: relative;
}
span.quant_mini_cart {
    position: absolute;
    margin-top: -2px;
    margin-left: 18px;
    z-index: 2;
    background: #3b68ab;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 100%;
    font-size: 14px;
}
td.product-name dd.tc-value.variation- p,
td.product-name span.tc-value {
    font-size: 14px!important;
}
.cart-table .cross-sells {
    margin-top: 40px;
}
.cart_menu_opt{
	display: flex;
    justify-content: center;
    align-items: center;
}
ul.list_price_archive {
    display: flex;
    align-items: center;
    justify-content: center;
}
p.cart-empty.woocommerce-info {
    margin-bottom: 20px;
}
p.return-to-shop a {
    background: #3b68ab!important;
    padding: 11px 14px!important;
    color: #ffffff!important;
    text-transform: uppercase!important;
    font-size: 14px!important;
    font-weight: 500!important;
    display: inline-block!important;
    border-radius: 0!important;
}
a.added_to_cart.wc-forward {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
li.item_price_archive ins{
	color:#fff!important
}
li.item_price_archive span.price del{
	font-size: 15px!important;
	color:#fff!important;
	opacity: 0.5;
}
.contact-area .contact-form form .form-control{
	color:#fff!important
}
.cart_totals_p2 .wc-proceed-to-checkout {
    padding-bottom: 0!important;
}
.cart_totals_p2 .wc-proceed-to-checkout > a {
    margin-bottom: 0!important;
}
#order_review table.shop_table.woocommerce-checkout-review-order-table {
    background: rgb(26, 25, 25);
}
form#contact-form {
    background: rgb(26, 25, 25);
    padding: 20px;
}
.lokal_contact {
    background: rgb(26, 25, 25);
}