#cart-menu ul li a {
    font-size: 0;
    text-transform: lowercase;
    position: relative;
}

#cart-menu ul li a::before {
    content: "";
    height: 42px;
    width: 40px;
    display: inline-block;
    position: absolute;
    top: -30px;
    right: 15px;
}

#cart-menu ul li a:before {
    background: url(../img/cart.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#cart-menu ul li	{
	position: relative;
}

.contents-count {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: -10px;
    left: -25px;
    color: #fff;
}

.products .columns-3    {
    margin: 0 140px;
}

.product-item-img img   {
    box-shadow: 5px 10px 8px -3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 5px 10px 8px -3px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 10px 8px -3px rgba(0,0,0,0.25);
    width: 100%;
    height: auto;
}

.woocommerce-loop-product__title    {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    text-align: left;
}

.product-price  {
    text-align: left;
}

.woocommerce-Price-amount  {
    font-size: 18px;
    color: #000;
    text-align: left;
    word-break: keep-all;
    white-space: nowrap;
}

.woocommerce-Price-amount bdi  {
    text-transform: uppercase;
}

.products-container .products {
    margin: 120px 0 60px 0;
    padding: 0 140px;
}

.product-container  {
    display: inline-block;
    margin: 120px 0;
}

.product-container .product_title   {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.product-container .price  {
    padding-bottom: 15px;
    font-size: 18px;
}

.product-container .quantity    {
    display: none;
}

.single-product-container   {
    text-align: left;
    text-transform: uppercase;
}

.product-text   {
    padding-bottom: 45px;
    line-height: 1.4;
}

.product-text p   {
    padding-bottom: 15px;
}

button[type=submit] {
    background: #000;
    display: inline-block;
    padding: 7px;
    width: 250px;
    color: #FFFFFF;
    text-transform: none;
    box-shadow: 5px 10px 8px -3px rgba(0,0,0,0.25);
    -webkit-box-shadow: 5px 10px 8px -3px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 10px 8px -3px rgba(0,0,0,0.25);
    font-family: 'Lexend Giga', sans-serif;
    font-weight: 300;
    text-transform: lowercase;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.woocommerce-cart-form  {
    margin-top: 60px;
}

.shop_table {
    width: 80%;
    margin: auto;
}

.shop_table thead {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 2px solid #000;
}

.shop_table .product-thumbnail img  {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: top;
    padding: 5px;
}

.shop_table th  {
    padding: 0 5px 15px 5px;
}

.shop_table td  {
    vertical-align: middle;
    padding: 10px 0;
}

.product-remove a,
.product-name a   {
    color: #000;
}

.shop_table tbody tr  {
    border-bottom: 2px solid #C4C4C4;
}

.shop_table tbody tr:last-of-type  {
    border-bottom: none;
}

.shop_table .product-name    {
    text-align: left;
}

.shop_table input[type=number]     {
    text-align: center;
    width: 45px;
    height: 45px;
    font-family: 'Lexend Giga', sans-serif;
    font-weight: 300;
    border: 1px solid #000;
    border-radius: 0%;
}

.coupon input[type=text]   {
    border-bottom: 1px solid #000;
    border-top: unset;
    border-right: unset;
    border-left: unset;
    font-family: 'Lexend Giga', sans-serif;
    font-weight: 300;
    color: #000;
    padding: 0 0 8.5px 0;
    margin-right: 15px;
    border-radius: 0;
}

.coupon {
    display: inline-block;
    float: left;
}

.actions  {
    padding-top: 45px!important;
}

.actions button[type=submit]    {
    float: right;
}

#customer_details   {
    margin-top: 45px;
}

.woocommerce-billing-fields {
    text-align: left;
}

.woocommerce-billing-fields h3 {
    text-transform: uppercase;
    font-weight: 400;
}

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row {
    padding-bottom: 20px;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    margin: 0 -20px;
}

.woocommerce-billing-fields input[type=text],
.woocommerce-billing-fields input[type=email],
.woocommerce-billing-fields input[type=tel],
.shipping_address input[type=text],
.shipping_address input[type=email],
.shipping_address input[type=tel]
   {
    width: 100%;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 0%;
    font-family:'Lexend Giga', sans-serif;
    font-weight: 300;
    color: #000;
    margin-top: 10px;
}

#billing_city_field {
    clear: both;
}

#billing_country_field span {
    display: block;
    padding: 6.2px 10px;
    border: 1px solid #000;
    border-radius: 0%;
    font-family:'Lexend Giga', sans-serif;
    font-weight: 300;
    color: #000;
    margin-top: 10px;
}

#billing_country_field span strong {
    font-weight: 300;
    font-size: 14px;
}

.woocommerce form .form-row .required {
    visibility: hidden;
}

.woocommerce-shipping-fields    {
    text-align: left;
}

.ship-to-different-address  {
    clear: both;
}

input[type="checkbox"] {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0%;
    width: 15px;
    height: 15px;
}

#order_comments   {
    width: 100%;
    height: 120px;
    border: 1px solid #000;
    border-radius: unset;
}

.woocommerce-additional-fields    {
    text-align: left;
    margin-top: 25px;
}

.woocommerce-form__label-for-checkbox span  {
    font-size: 18px;
}

.optional   {
    display: none;
}

.order_review_heading   {
    text-align: left;
    margin-top: 80px;
}

.order_review_heading h3   {
    text-transform: uppercase;
    padding-bottom: 25px;
}

.woocommerce-checkout-review-order-table    {
    width: 100%;
    text-align: left;
}

.woocommerce-checkout-review-order-table th    {
    background: #F2F2F2;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    vertical-align: middle;
    padding: 10px;
}

.woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout-review-order-table .product-total   {
    text-transform: capitalize;
}

.woocommerce-checkout-review-order-table th {
    font-size: 18px;
    font-weight: 400;
}

.woocommerce-checkout-review-order-table thead {
    border-bottom: unset;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    font-weight: 300;
}

.woocommerce-checkout-review-order-table .product-quantity   {
    font-weight: 300;
}

#payment    {
    margin: 80px 0;
}

.payment-h2 {
    text-align: left;
    text-transform: uppercase;
}

.payment-h2 h2 {
    font-size: 24px;
    padding-bottom: 25px;
}

.wc_payment_methods {
    text-align: left;
    font-size: 18px;
}

#payment button[type=submit]     {
    margin-top: 60px;
}

.woocommerce-message    {
    padding: 25px;
}

.woocommerce-message .button    {
    text-transform: lowercase;
}

.woocommerce-message .restore-item  {
    color: #000;
    text-decoration: underline;
}

.wc-empty-cart-message,
.return-to-shop {
    text-align: center;
    margin: 25px 0;
}

.wc-backward    {
    text-transform: lowercase;
}

.woocommerce-order  {
    margin: 65px 0;
}

.woocommerce-thankyou-order-received    {
    padding: 20px 0;
    font-size: 24px;
}

.woocommerce-order h2  {
    font-size: 24px;
    text-transform: uppercase;
}

.woocommerce-table--order-details    {
    width: 100%;
    text-align: left;
    margin: 35px 0 55px 0;
}

.woocommerce-table--order-details th   {
    font-weight: 400;
    background:#F2F2F2;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td  {
    padding: 10px;
    font-size: 18px;
}

.woocommerce-table--order-details th  {
    text-transform: capitalize;
}

.woocommerce-order .woocommerce-order-details  {
    text-align: left;
}

.woocommerce-table__product-name .product-quantity  {
    font-weight: 300;
}

.woocommerce-table__product-name a {
    display: inline-block;
}

.woocommerce-table__product-name a:first-letter  {
    text-transform: capitalize;
}

.woocommerce-columns--addresses {
    display: inline-flex;
    flex-wrap: wrap;
}

.woocommerce-column--billing-address,
.woocommerce-column--shipping-address    {
    margin: 0 15px;
}

.woocommerce-Price-currencySymbol   {
    text-transform: uppercase;
}

.variations select  {
    width: 100%;
    padding: 5px;
    margin-left: 10px;
    border-radius: 0;
    font-family: 'Lexend Giga', sans-serif;
    color: #000;
    border: 1px solid #000;
    background: #fff;
}

.reset_variations   {
    visibility: hidden!important;
}

.variations tbody #boja    {
    margin-bottom: 10px;
}

.quantity input[type=number] {
    text-align: center;
    width: 45px;
    height: 45px;
    font-family: 'Lexend Giga', sans-serif;
    font-weight: 300;
    border: 1px solid #000;
    border-radius: 0%;
}

.woocommerce-variation-add-to-cart .quantity    {
    text-align: left;
    margin-bottom: 25px;
}

.woocommerce-product-gallery li {
    float: left;
    margin-right: 10px;
}

.flex-control-thumbs img    {
    width: auto;
    height: 100px;
    object-fit: cover;
    opacity: 0.5;
}

.flex-control-thumbs img.flex-active    {
    opacity: 1;
}

.table-container    {
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 15px;
}

.product-text table    {
    width: 100%;
}

.product-text th,
.product-text td    {
    border: 1px solid #000000;
    padding: 5px;
}

.p-lowercase    {
    text-transform: none;
}

.product-text .p-title    {
    padding-bottom: 0;
}

.product-item {
    position: relative;
}

.onsale {
    position: absolute;
    top: 10px;
    right: 5px;
    color: #fff;
    background: #000;
    padding: 0 5px;
}

ins,
bdi,
.price {
    color: #000;
}

.woocommerce-remove-coupon  {
    color: #000;
}

.woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1400px)	{
    .contents-count {
        background: #000;
        border-radius: 50%;
        display: inline-block;
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 1.6;
        font-weight: 300;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        top: -10px;
        left: -25px;
        color: #fff;
    }
}

@media only screen and (max-width: 1200px)	{
    .products .columns-3 {
        margin: 0 80px;
    }

    .products-container .products   {
        padding: 0 80px;
    }

    .woocommerce-cart-form .shop_table {
        width: 90%;
    }

    #order_review .center-box {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .woocommerce-checkout-review-order-table {
        margin: 0 20px;
        width: unset;
    }

    #payment {
        margin: 80px 20px;
    }
}

@media only screen and (max-width: 960px)	{
    .products .columns-3 {
        margin: 0;
    }

    .products-container .products   {
        padding: 0;
    }

    .woocommerce-cart-form .shop_table {
        width: 100%;
    }

    button[type=submit] {
        width: 230px;
    }
}

@media only screen and (max-width: 768px)	{
    .product-remove,
    .product-thumbnail {
        display: none;
    }

    .woocommerce-cart-form .shop_table thead,
    .woocommerce-cart-form .shop_table td,
    .woocommerce-cart-form .shop_table .woocommerce-Price-amount {
        font-size: 14px;
    }

    .coupon {
        float: none;
    }

    .actions button[type=submit]    {
        float: none;
        margin-top: 25px;
    }

    .product-container {
        display: inline-block;
        margin: 80px 0;
    }

    .flex-viewport {
        height: auto!important;
    }

    .table-container    {
        overflow-x: auto;
        white-space: nowrap;
        width: 400px
    }
    
    .product-text table    {
        width: 400px;
    }

    .woocommerce-product-gallery li {
        float: left;
        margin-left: 0;
        margin-right: 10px;
    }

    .products-container .products {
        margin: 80px 0 40px 0;
    }

    .info-container-2 {
        padding: 20px 0 70px 0;
    }

    .product-container .button[type=submit] {
        width: 100%;
    }
}

@media only screen and (max-width: 500px)	{
    .table-container    {
        overflow-x: auto;
        white-space: nowrap;
        width: 360px
    }
    
    .product-text table    {
        width: 360px;
    }

    .contents-count {
        top: -10px;
        left: 95px;
    }
}

@media only screen and (max-width: 400px)	{
    .table-container    {
        overflow-x: auto;
        white-space: nowrap;
        width: 260px
    }
    
    .product-text table    {
        width: 260px;
    }
}

@media only screen and (max-width: 300px)	{
    .table-container    {
        overflow-x: auto;
        white-space: nowrap;
        width: 250px
    }
    
    .product-text table    {
        width: 250px;
    }
}

