@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');


body{
    font-family: Roboto, sans-serif;
    font-size: 18px;
    max-width: 2048px;
    margin: 0 auto;
}
.container-fluid {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
}
.ty-menu__item .ty-menu__item-link{
    font-family: Roboto,sans-serif;
}
a{
    color: #242424;
}

.ty-logo-container a img {
    width: 90px;
}
.flexit .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}
.flexit .row:before,
.flexit .row:after{
    display: none;
}
.flexit .row > div {
    margin: auto;
}
.container.header-grid {
    width: 100%;
    padding-top: 10px;
    background: #fff;
}

.container.header-grid .flexit {
    /* width: 1175px; */
    margin: auto;
    float: none;
    padding-bottom: 10px;
}
.span16.top-menu-grid {
    width: 100%;
    background: #4e4e4f;
    padding: 0;
    margin: 0;
}
.span16.top-menu-grid .top-menu {
    width: 1175px;
    margin: auto;
}
.span16.top-menu-grid .top-menu .ty-menu__items.cm-responsive-menu {
    margin-left: -15px;
}
.top-quick-links {
    height: 33px;
}
.ty-text-links-wrapper {
    height: 33px;
}
.top-quick-links .ty-text-links-wrapper ul {
    display: flex;
    margin: 0;
    height: 33px;
    align-items: center;
}
.ty-menu__items {
    background: #4e4e4f;
    position: relative;
}

.tygh-top-panel,.tygh-footer > div{
    background: #dfecf3;
}
#search_input {
    height: 45px;
    border-radius: 10px;
    font-size: 17px;
}
.ty-search-block form {
    position: relative;
    padding-right: 0;
}
.ty-search-magnifier {
    position: absolute;
    background: transparent;
    color: #333;
    /*right: 40px;*/
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon.empty {
    background: transparent;
    color: #333;
    font-size: 30px;
}
.top-cart-content .ty-dropdown-box__title .ty-minicart__icon {
    background: transparent;
    top: 0;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    margin-left: 0;
    line-height: 32px;
    color: white;
    text-align: center;
    font-size: 30px;
    color: #4fbe31;
}


.eg-nl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
}
.eg-nl form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.eg-nl form input,.eg-nl form button{
    height: 45px;
    border: 1px solid #6c7579;
    border-radius: 10px;
    padding: 5px 15px;
    box-sizing: border-box;
    width: 300px;
    text-align: center;
    font-size: 14px;
    color: #6c7579;
}

.eg-nl form button{
    width: auto;
}

.eg-nl form input{
    margin-right: 15px;
}

.eg-nl form input::placeholder {
    font-size: 12px;
    color:#959595
}
.ty-social-link-block {
    margin: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    height: 45px;
}
.footer-stay-connected {
    background: #4e4e4f;
}

/*.span16.top-menu-grid .ty-menu__items.cm-responsive-menu {*/
/*    margin: auto;*/
/*    width: 1175px;*/
/*}*/
#footer-company-info {
    padding: 20px 30px 20px 0;
    border-right: 1px dashed #b4b5b5;
}
#footer-company-info span {
    display: block;
    margin: 10px 0;
}
#litecheckout_step_location .litecheckout__step-title {
    display: none;
}









.prices-container.price-wrap {
    display: flex;
    align-items: baseline;
    margin-top: 30px;
    margin-bottom: 10px;
}
.ty-product-block__sku label,.ty-product-block__sku span {
    font-size: 15px;
    color: #808080;
    font-weight: 300;
}
.ty-product-block__sku {
    margin-bottom: 50px;
}
.ty-qty-in-stock,.ty-qty-out-of-stock {
    display: block;
    background: #d9efe3;
    width: max-content;
    color: #009245;
    padding: 7px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.ty-qty-out-of-stock{
    background: #a2837f;
    color: #9b0b00;
}
.buy-the-product {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
}
.qty-changer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.qty-changer span {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 35px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    cursor: pointer;
}
.qty-changer input {
    height: 100%;
    border-right: 0;
    border-left: 0;
    width: 50px;
    text-align: center;
}
#main_add_to_cart {
    height: 50px;
    display: block;
    margin-left: 20px;
    border-radius: 0;
    border: 1px solid #3f3f3f;
    background: #fff;
    width: 100%;
    color: #4c4c4c;
    font-weight: bold;
    font-size: 17px;
}

.ty-product-block-title {
    margin-top: 50px;
    font-size: 30px;
    font-weight: 500;
    color: #4c4c4c;
    margin-bottom: 20px;
}
.span16.top-menu-grid > .row {
    width: 1175px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}

.span16.top-menu-grid > .row:before,.span16.top-menu-grid > .row:after{
    display: none;
}
.top-search {
    margin-top: 0;
    padding: 10px 0;
}
#sw_dropdown_84 {
    background: #5d8a3f;
    height: 49px;
    display: flex;
    align-items: center;
    width: 250px;
    justify-content: center;
    cursor: pointer;
}
#sw_dropdown_84::before {
    content: "";
    background: url("/gfx/dots.svg");
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 20px;
    background-size: 100%;
}
#sw_dropdown_84 a {
    color: #fff;
    font-size: 21px;
}
#dropdown_84 {
    width: 100%;
    left: 0;
}
.span16.top-menu-grid .ty-text-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

.span16.top-menu-grid .ty-text-links a {
    color: #fff;
    font-size: 17px;
}
.ty-menu__item .ty-menu__item-link {
    padding: 8px 16px;
    min-height: 31px;
    font-family: "Open Sans";
    font-size: 13px;
    text-transform: uppercase;
}
.ty-menu__item-arrow i, .ty-menu__item-arrow .ty-icon {
    position: absolute;
    z-index: 5;
    right: 15px;
    top: 10px;
    color: #a1a6aa;
}
.ctrl_checkout.mode_checkout .flexit .row {
    align-items: flex-start;
}
.span6.side-grid.litecheckout__cart {
    margin: 0 20px;
    position: sticky;
    top: 15px;
}
@media screen and (max-width: 768px){
    .span16.top-menu-grid{
        background: transparent;
        width: 96%;
        overflow: hidden;
    }
    .ctrl_checkout.mode_checkout .flexit .row {
        flex-direction: column-reverse;
    }
    .ty-logo-container img {
        max-width: 140px;
    }
    .ty-dropdown-box__content{
        right: 20px;
    }
    #tygh_main_container {
        overflow-x: hidden;
    }
    .ty-search-block {
        width: 100%;
        margin-bottom: 15px;
    }
}