﻿
.search-box-text {
    font-size: 14px;
}

.gs-calc-container {
}

.gs-table-calculator {
    border: 0;
    font-size: smaller;
}

    .gs-table-calculator .thead {
        font-weight: bold;
    }

    .gs-table-calculator .tbody {
    }

    .gs-table-calculator .gs-row-divider {
        margin: 0 -15px 0 -15px;
        padding: 0;
    }

    .gs-item-title {
        text-align: left;
    }

@media only screen and (min-width: 768px) {
    .gs-table-calculator {
        border: 1px solid #e3e3e3;
    }

    .gs-calc-container .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

        .gs-calc-container .row > [class*='col-'] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            place-content: center;
        }

        .gs-calc-container .row.hover:hover {
            background-color: #f3f3f3;
        }
}

@media only screen and (max-width: 768px) {
    .master-wrapper-content {
        padding: 0;
    }

    .product-essential {
        padding: 0;
    }

    .gs-calc-row {
        -webkit-box-shadow: 1px 1px 7px 2px rgba(0,0,0,.2);
        box-shadow: 1px 1px 7px 2px rgba(0,0,0,.2);
        padding: 7px;
        border-radius: 10px;
        margin: 8px -8px;
    }
}

.gs-calc-part-title {
    margin-top: 25px;
}


.gs-title-calculator {
    margin-bottom: 20px;
    color: #f97502;
}

    .gs-title-calculator h2 {
        font-size: x-large;
        display: inline-block;
        vertical-align: middle;
        padding-left: 16px;
    }


.gs-icon-calculator {
    width: 64px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
}

.gs-item-img {
    text-align: center;
    padding: 0 !important;
    margin: 5px 0 5px 0;
}

    .gs-item-img img {
        width: 48px;
        height: 48px;
    }

.gs-item-calc-qty {
    text-align: right;
}

.gs-item-qty {
    text-align: right;
    background-color: #f6fdfd;
}

.gs-btn-add-cart {
    margin: 20px 0 20px 0;
}

.gs-item-user-qty {
    text-align: right;
}

    .gs-item-user-qty input {
        text-align: right;
        width: 70px
    }

.gs-item-price {
    text-align: right;
}

    .gs-item-price .gs-product-price {
        display: inline-block;
    }

.gs-old-product-price {
    display: inline-block;
    color: #e91e63;
    vertical-align: super;
    text-decoration: line-through;
}

.gs-item-total-price {
    text-align: right;
    background-color: #e9fbfa;
    font-weight: bold !important;
}

.gs-total-title {
    text-align: right;
    font-weight: bold;
    font-size: larger;
    border-right: 0;
}

.gs-total-price {
    text-align: right;
    font-weight: bold;
    font-size: larger;
    border-left: 0;
}

.gs-calc-button {
    border: 0;
    height: 45px;
    padding: 4px 48px 4px 48px;
    font-weight: bold;
    background-color: #fd8218;
    color: #fff;
    transition: all 0.2s ease;
}

    .gs-calc-button:disabled {
        background-color: #a1a1a1;
    }

.ico-help {
    width: 16px;
    height: 16px;
    float: right;
    border-radius: 50%;
    text-align: center;
    margin-top: 5px;
    color: #00aeef;
}

    .ico-help > i {
        font-size: 20px;
    }

    .input-group-addon.bootstrap-touchspin-postfix {
        border-left: 0;
    }

    .form-control{
        min-width: 100%;
    }
.tc-grey {
    color: #909090;
}

.gs-mt-lg {
    margin-top: 30px;
}

.gs-btn-calc-link {
    border: none;
    height: 32px;
    padding: 0 16px;
    border-radius: 3px;
    background-color: #fd8218;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .2s ease;
}
    .gs-btn-calc-link:hover,
    .gs-btn-calc-link:active,
    .gs-btn-calc-link:focus {
        color: #fff;
        background-color: #e06902;
    }

.product-list .item-box .gs-btn-calc-link-text {
    display: inline;
}

.product-list .item-box .gs-btn-calc-link {
    color: #fff;
    background-color: #fd8218;
    margin-bottom: 15px !important;
}

    .product-list .item-box .gs-btn-calc-link:hover,
    .product-list .item-box .gs-btn-calc-link:active,
    .product-list .item-box .gs-btn-calc-link:focus {
        color: #fff;
        background-color: #e06902;
    }
