a.current-categ {
    color: #3bf;
}

.main-product-lightbox.small-lightbox {
    max-width:25%;
    padding: 0px !important;
}

.logo-image {
    width: 52px;
}

.sidebar-dd-toggle a {
    color: inherit;
    text-decoration: none;
    
}

.sidebar-dd-link {
    white-space: break-spaces;
}

.product-images-block {
    flex-wrap: wrap;
}

.selected-variation .product-color-btn{
    box-shadow:0px 0px 3px 2px #bbb;
}

.radio-btn-w {
    flex-wrap: wrap;
}

table {
    max-width: 100%;
    width:auto;
}

table td{
    max-width: 100%;
    width:auto;
}

.product-info-w {
    max-width:50%;
}

.quantity-input {
    max-width:100px;
}

.extra-product-buttons {
    opacity: 0;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}


.custom-remove-item-btn {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    padding: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.35;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    cursor: pointer;
}

.cart-collaterals {
    padding: 30px;
    background-color: #f8f8f8;

}

.cart-collaterals .cart_totals {
    float:none;
    width:100%;
}

.cart-collaterals .cart_totals input {
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.cart-collaterals .cart_totals input[type=radio] {
    display: inline;
    width: auto;
}

.woocommerce-Price-amount, .product-subtotal{
    font-weight: 700;
}

.text.qty{
    margin-bottom: 0px;
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    text-align: center;
}

.product-name a {
    transition: all 150ms ease;
    color: #201f1f;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.product-name a:hover {
    text-decoration: underline;
}

.product-thumbnail img {
    max-height:100px;
    width:auto !important;
}


.woocommerce-cart-form__contents tr {
    transform: scale(1);
}

.woocommerce-cart-form__contents tr .product-remove a.remove{
    position:absolute;
    right:1px;
    top:1px;
    padding: 2px 7px;
    color: #333333 !important;
    background-color: white;
    border-radius: 0;
    width: auto;
    height: auto;
    font-weight: 300;
    font-size: 29px;
    transition:background-color 0.3s ease-in-out; 
}

.woocommerce-cart-form__contents tr .product-remove a.remove:hover {
    background-color: #ededed;
}


.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    float: none !important;
    width: 100% !important;
}

.woocommerce form .form-row {
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.woocommerce form .form-row-wide {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.woocommerce form .form-row::after, .woocommerce form .form-row::before{
    content: '';
    display: none !important;
}

.woocommerce form #billing_address_2_field .screen-reader-text{
    position: relative !important;
}

#payment label {
    display: initial;
}

.woocommerce form .form-row.place-order {
    display: flex;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    padding: 15px 20px;
    background-color: #201f1f !important;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #3bf !important;
}

.woocommerce-breadcrumb {
    display: flex;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2c2c2c;
    font-size: 12px;
}

.woocommerce-breadcrumb a {
    transition: all 150ms ease;
    color: #2c2c2c;
    text-decoration: none;
    cursor: pointer;
}
.woocommerce-breadcrumb a:hover {
    color: #3bf;
    text-decoration: underline;
}

#billing_company_field {
	display:none !important;
}

.nav-link:hover {
    color: #3bf;
}

@media screen and (max-width: 767px) {
    .navbar {
        position: sticky;
        margin-top: -50px;
    }
    .mobile-contacts-bar .nav-top-col{
        padding:0 !important;
        background-color: black;
    }
}

@media screen and (max-width: 479px) {
    .logo-image {
        width: 42px;
    }

    .first-section-container {
        overflow: hidden !important;
    }

    .extra-product-buttons {
        display: flex;
        flex-direction: column;
    }

    .woocommerce-breadcrumb {
        flex-direction: column;
        align-items: baseline;
    }    
	
	.breadcrumb-w {
        flex-direction: column;
        align-items: baseline;
    }
    .navbar {
        position: sticky;
        margin-top: -40px;
    }
    .mobile-contacts-bar .nav-top-col{
        padding:0 !important;
        background-color: black;
        justify-content: flex-end;
    }
}

