/*
Theme Name:     Storefront Child Theme
Theme URI:      https://github.com/stuartduff/storefront-child-theme
Author:         Dambar
Author URI:     #
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/


/*
 * Add your own custom css below this text.
 */

@import url("https://use.typekit.net/izs2enj.css");
body {
    font-family: roboto, sans-serif;
}

.single #secondary {
    display: none;
}

.single #primary {
    width: 100%;
}

.product-table tbody tr td a {
    color: #000;
}

.product-table tbody tr td:nth-child(3) {
    min-width: 240px;
}

.product-table tbody tr td:nth-child(3) img {
    width: 240px !important;
}

.right-sidebar .content-area {
    width: 100% !important;
    float: left;
    margin-right: 0% !important;
}

.site-header {
    margin-bottom: 0 !important;
}

.site-header .col-full {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.woocommerce-active .site-header .site-branding {
    width: 80%;
    margin-right: 0;
}

.woocommerce-active .site-header .site-search {
    width: 100%;
    margin-bottom: 0;
}

.site-header #header-lang__switcher {
    max-width: 150px;
}

header .search-field {
    border: 1px solid #212121!important;
    border-color: #cbd5e0!important;
    box-shadow: none;
    border-radius: 30px;
}

header .search-field:focus {
    border-color: #718096!important;
    outline-color: transparent !important;
}

.single .product_title {
    font-family: allumi-std-extended, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.single #idis_plfy h4 {
    font-family: allumi-std-extended, sans-serif !important;
    font-weight: 700;
    font-style: normal;
}

.related h2 {
    font-family: allumi-std-extended, sans-serif !important;
    font-weight: 700;
    font-style: normal;
}

.single .button {
    font-family: roboto, sans-serif;
    border-radius: 20px;
    color: #fff;
    background-color: rgba(28, 88, 238, 1);
}

.single .button:hover {
    background-color: rgba(30, 64, 175, 1);
}

.woocommerce-active .site-header .language-selector {
    color: rgba(28, 88, 238, 1);
    font-weight: 700;
    width: 20%;
    text-align: right;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget a.button {
    background-color: #333333;
    border-color: #eeeeee;
    color: #ffffff;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
    background-color: #e1e1e1  !important;
}
.aws-container .aws-search-field{
	background-color:#fff !important;
}
a {
    color: #000;
}

.lost_password a {
    color: #000;
}

.woocommerce-active .site-header .site-header-cart .cart-contents {
    max-width: 100px;
    float: right;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.widget_shopping_cart p.total {
    display: none;
}

.site-content {
    background-color: #f2f2f2;
    background-image: linear-gradient(180deg, #dedede 0, #f2f2f2 10.16%);
    padding-top: 50px;
}

.main-navigation ul li a,
.secondary-navigation ul li a {
    font-family: allumi-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.sub-menu li a {
    font-family: roboto, sans-serif;
}

.page-template-template-blank .storefront-breadcrumb {
    display: none;
}

.main-navigation ul li ul li a {
    font-family: roboto, sans-serif;
}

.otgs-development-site-front-end {
    display: none !important;
}

.link-text {
    color: #003da5 !important;
}

.storefront-full-width-content .woocommerce-products-header {
    padding: 0 0 1em !important;
}

.col-add-to-cart #idis_plfy {
    filter: none !important;
    display: none !important;
}

.woosppo_class_main_for_all_fields {
    width: auto !important;
}

.woosppo_main_parent_divv {
    text-align: left;
}

.woosppo_main_parent_divv strong {
    color: #000000;
    display: block;
    width: 100%;
}

.product-price,
.product-subtotal {
    display: none;
}

tr.woocommerce-cart-form__cart-item td.product-price {
    display: none;
}

tr.woocommerce-cart-form__cart-item td.product-subtotal {
    display: none;
}

th.product-price,
th.product-total,
td.product-total {
    display: none;
}

th.product-subtotal,
.cart-subtotal,
.order-total {
    display: none;
}

.cart_totals h2 {
    display: none;
}

.woocommerce-table--order-details tfoot {
    display: none;
}

.amount {
    opacity: 0 !important;
    display: none !important;
}

.add-to-cart-button>*:not(.quantity,
.single_add_to_cart_button) {
    display: none !important;
}

.product-price,
.product-subtotal {
    display: none !important;
}

.cart_totals>*:not(.wc-proceed-to-checkout) {
    display: none !important;
}

.woocommerce-order-overview__total.total {
    display: none !important;
}

.woocommerce-order-overview__email.email {
    border: 0;
    padding-bottom: 1.618em;
}

.woocommerce-table__product-total {
    display: none !important;
}

.woocommerce-table__product-table {
    display: none !important;
}

.product-total {
    display: none !important;
}

.cart-subtotal,
.order-total {
    display: none !important;
}

main .storefront-sorting:first-of-type {
    display: none !important;
}

.site-footer {
    padding-top: 0;
}

.site-main {
    margin-bottom: 0;
}

#gotop {
    float: right;
}

@media only screen and (max-width: 767px) {
    #ptholder table.product-table.dataTable img {
        width: 100% !important;
        height: auto;
    }
}

@media only screen and (min-width: 768px) {
    .woocommerce-active .site-header .site-branding {
        width: 30%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .site-search {
        width: 60%;
        display: block;
    }
    .site-header .col-full {
        display: flex;
        gap: 20px;
        align-items: center;
        margin-bottom: 20px;
    }
    .woocommerce-active .site-header .main-navigation {
        width: 86.913043%;
        float: left;
        margin-right: 20px;
        clear: both;
    }
}


/*# sourceMappingURL=style.css.map *