/*
 Theme Name:   Hardware Store
 Theme URI: https://sushilwp.wordpress.com/hardware-store/
 Description:  Hardware Store is child theme of Store front theme.
 Author:       Sushil Adhikari
 Author URI:   https://sushilwp.wordpress.com/
 Template:     storefront
 Version:      1.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         left-sidebar,custom-colors,e-commerce
 Text Domain:  hardware-store
*/
a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
}

.home {
    background-size: auto;
}

.entry-content {
    padding: 0 22.562px;
}

/*
 #top header
*/  
 .site-header{
    overflow: hidden;
}

.site-header {
    border-top: 1px solid #dfdfe1;
}


.woocommerce-active .site-header .main-navigation{
    width:100%; overflow: hidden;
}
    
.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;  
    color:#fff
}

.entry-content.loaded {
    background: #fff;
    border-radius: 15px;
}
    
.main-navigation ul.menu>li>a, 
.main-navigation ul.nav-menu>li>a{
    padding: 1em 1em;
}

.col-full.sfc-top-header {
    padding: 12px 0;
}

.sfc-items-container{
    padding:3px 10px
}

.sfc-top-left {
    width: 40%;
    overflow: hidden;
    float: left;
}

.sfc-language-flag {
    float: left;
}


.site-branding.sfc-logo {
    width:20%;
    margin: 0 auto;
    height: auto;
    display: inline-block;
    text-align: center;
}
.site-branding.sfc-logo img {
    margin:0 auto;
}

.sfc-top-left-content ul,
.sfc-top-right ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sfc-top-left-content {
    float: left;
}

.quantity .qty {
    background: #fff;
    width:  50px;
}

.sfc-top-left-content ul li,
.sfc-top-right ul li {
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
    line-height: 35px;
}

li.contact-details {
    font-size: 13.825px;
    font-weight: bold;
}

.contact-details a {
    font-weight: bold;
    color: #333333;
}

.sfc-top-right {
    width: 40%;
    float: right;
    text-align: right;
}


.sfc-product-search {
    position: relative;
}
.sfc-product-search .site-search {
    margin: 0;
}

.sfc-product-search .woocommerce-product-search {
    margin-bottom: 0;
}

.sfc-product-search input[type=search] {
    background: url(images/search-icon.png) no-repeat 9px center;
    border: 0;
    padding: 0;
    width: 55px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    border: 1px solid #fff;
    box-shadow: none;
    cursor: pointer;
}

.sfc-product-search input[type=search]:focus {
    width: 150px;
    background-color: #fff;
    border-color: #e7e7ed;
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}

.site-header {
    padding: 0;
}
.home.page-template-sfc-homepage .site-header {
    margin-bottom: 0 !important;
}

.woocommerce-MyAccount-navigation a {
    color: #333333;
}

@media (min-width: 768px) {
    .main-navigation ul.menu>li:nth-child(n+5), 
    .main-navigation ul.nav-menu>li:nth-child(n+5) {
        margin-left: -1em;
    }
}

ul#menu-secondary-menu li a {
    color: #333333;
    font-size: 13.825px;
    font-weight: bold;
    padding: 0;
}

.sfc-top-right li.sfc-top-bar-cart ul#site-header-cart li {
    margin-right: 0;
    width: 100%;
}

.sfc-top-right li.sfc-top-bar-cart {
    margin-right: 0;
}

/*Banner styling*/
.col-full.cfc-col-full {
    position: relative;
    max-width: 100%;
    padding: 0;
    margin:0;
}

.banner-call-to-action {
    width: 300px;
    padding: 20px 20px;
    position: absolute;
    bottom: 20px;
    right: 50px;
    background: #fff;
    border: 10px solid #44565f;
}

.banner-call-to-action h2 {
    font-size: 27px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
}

.sfc-banner-content {
    width: 241px;
    text-align: center;
    background: #3d3aab;
    padding: 4px 0;
    color: #fff;
    font-size: 32.23px;
}

.banner-call-to-action p {
    font-size: 13px;
    color: #333333
}
.sfc-banner-container {
    position: relative;
}
.sfc-banner-feature li:before {
    content: "\f00c";
    padding: 0 10px;
    font-family: FontAwesome;
    color: #2f7a1d;
    font-weight: 200;
    font-size: 16px;
}

h2.sfc-advance-filter-title {
    font-size: 17.99px;
    color: #fff;
    background: #0073aa;
    padding: 15px 20px;
    margin:0;
    font-weight: bold;
    
    
}

.sfc-search-by-category-keywords {
    padding-top: 17px;
}

.page-template-sfc-homepage .header-widget-region .widget {
    padding-bottom: 0;
}

/*advance search styling*/

.sfc-keywords-field {
    display: inline-block;
}

.sfc-searhc-field {
    background: #fff;
    height: auto;
}
.sfc-keyword-lable {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    width: 13%;
    color: #333333
}

.sfc-keywords-field {
    display: inline-block;
    width: 86%;
}

.sfc-keywords-field #product_cat {
    height: 34px;
    background: #e1e1e1;
    width: 20%;
    font-weight: 400;
    border: 1px solid #d6d6d6;
    text-transform: uppercase;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}

.sfc-keywords-field input#woocommerce-product-search-field {
    width: 70%;
    border: none;
    height: 40px;
    border-left: 0;
    box-shadow: none;
    background: #fff;
}

.sfc-keywords-field input[type="submit"] {
    height: 40px;
    background: #0073aa;
    width: 9%;
    text-align: center;
    padding: 0;
    margin:0;
    position: absolute;
    right: 0;
    border-radius: 2px;
    font-weight: bold;
    color: #fff;
}

form.woocommerce-product-search {
    border: 1px solid #e5e5e5;
    background: #ffffff;
    padding-left: 3px;
    position: relative;
}

.sfc-advance-search-container{position:relative}
.sfc-advance-search-wrap:before{-webkit-box-shadow: -5px 0px 11px 3px rgba(0,0,0,0.08);
-moz-box-shadow: -5px 0px 11px 3px rgba(0,0,0,0.08);
box-shadow: -5px 0px 11px 3px rgba(0,0,0,0.08);
content: '';}


.sfc-advance-search-wrap:after{-webkit-box-shadow: -5px 0px 11px 3px rgba(0,0,0,0.08);
-moz-box-shadow: -5px 0px 11px 3px rgba(0,0,0,0.08);
box-shadow: -5px 0px 11px 3px rgba(0,0,0,0.08);
content: '';}

.sfc-advance-search-wrap:hover{
-webkit-box-shadow: 0px 5px 4px -1px rgba(0,0,0,0.02);
-moz-box-shadow: 0px 5px 4px -1px rgba(0,0,0,0.02);
box-shadow: 0px 5px 4px -1px rgba(0,0,0,0.02);
}

.sfc-product-by-category {
    visibility: hidden;
}

.sfc-searhc-field .widget{
    margin-bottom:0
}

.WOOF_Widget .woof_container_1 {
    padding-left: 0;
    margin-left: 0;
}

.WOOF_Widget .woof_redraw_zone h4 {
    font-size: 13px;
    color: #4c4c4c;
}

.WOOF_Widget .chosen-container-single .chosen-single {
    border: 1px solid #e5e5e5;
    height: 40px !important;
    border-radius: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 40px !important;
    background: #fff;
    box-shadow: none;
    color: rgba( 0, 0, 0,0.22);
    border-radius:2px
}

.WOOF_Widget .chosen-container-single .chosen-single span {
    font-size: 13px;
}

.WOOF_Widget .chosen-container-single .chosen-drop {
    border: 1px solid #e5e5e5;
    background: #fff ;
    box-shadow: none;
}

.WOOF_Widget .chosen-container-single .chosen-single div {
    position: absolute;
    top: 6px;
    right: 8px;
}

.WOOF_Widget  .chosen-container-single .chosen-single span {
    text-align: left;
    padding-left: 10px;
}

/*Homepage content area styling*/
.sfc-category-list-container {
    visibility: hidden;
    background-color:#f8f8fa;
    padding-bottom: 60px;
}
.page-template-sfc-homepage-php .sfc-content-area {
    width:100%;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.05);
box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.05);
}

ul.sfc-category-lists {
    text-align: center;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

ul.sfc-category-lists a li{
    list-style: none;

}

.category-title {
    background: #f2f2f2;
    width: 221px;
    text-align: left;
    margin: 0 auto;
    font-size: 13px;
    color: #333333;
    font-weight: bold;
    padding: 0 10px;
    padding: 12.5px 10px;
    vertical-align: middle;
    margin: 0 auto;
    margin-bottom: 10px;
}

.category-list-item {
    border: 3px solid transparent;
    background: #fff;
        -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.05);
box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.05);
min-height:282px
    
}
.category-list-item:hover{border: 3px solid #49497b;}
.category-image img {
    margin: 0 auto;
    padding: 20px 0;
}

.sfc-category-list-container .bx-wrapper {
    position: relative;
 
    padding: 0 ;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: #f8f8fa;
    margin:0 auto
}


.sfc-category-list-container .bx-wrapper .bx-controls-direction a {
    width: 34px;
    height: 34px;
}

.section-title {
    text-align: center;
    padding: 50px 0 35px;
}

.section-title h2 {
    color: #22205f;
    font-size: 27.675px;
    font-weight:bold
}



/*woocommerce templating*/

@media (min-width: 768px) {
    .site-main .columns-4 ul.products li.product {
        border: 1px solid #dfdfe1;
    }
}

.sfc-product-data {
    width: 100%;
    background-color: #f2f2f2;
    margin: 0 auto;
    padding: 10px;
}

.sfc-product-data h3 {
    font-size: 13px;
    color: #333333;
    text-align: left;
    line-height: 19px;
    font-weight: bold;
}

.sfc-product-data .star-rating {
    display: none;
}

.sfc-cart-form input,
.sfc-variable-cart input {
    display: inline-block;
    width: 50px;
    border: 1px solid #acacac;
    margin-right: 7px;
    text-align: center;
    height: 37px;
}

.sfc-cart-link a,
.sfc-variable-cart a {
    padding: 9px 43px;
    font-size: 11.84px;
}

.sfc-quote-link a {
    background: #0073aa;
    color: #fff;
    font-size: 11.84px;
    padding: 10.5px 25px;
    border-radius: 2px;
    width: 149px;
}

.sfc-cart .quantity input,
.sfc-variable-cart .quantity input {
    width: 50px;
    border: 1px solid #acacac;
    margin-right: 7px;
    text-align: center;
    height: 37px;
    display: inline-block;
    float: left;
    background-color: #fff;
}

.woocommerce.ywraq-wrapper {
    padding: 20px 0;
}

.sfc-cart button.alt,
.sfc-variable-cart button.alt {
    width: 149px;
    height: 37px;
    text-transform: uppercase;
    font-size: 13px;

}


.sfc-variable-cart button.alt:hover, ul.products li.product .button:hover{-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
-moz-box-shadow:  0px 0px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);}

.sfc-cart form.cart,
.sfc-variable-cart form.cart {
    margin-bottom: 5px;
}


.sfc-variable-price-list {
    width: 30%;
    float: left;
}

.sfc-variable-image-list {
    width: 70%;
    float: right;
}

.sfc-variable-list-items {
    margin: 0;
}

ul.sfc-variable-list-items li {
    list-style: none;
    display: inline-block;
}

.sfc-variable-image-list ul li {
    float: left;
    margin-right: 3px;
    cursor: pointer;
    height: 30px;
    margin-bottom: 3px;
    width: 46px;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
}

ul.products li.product.product-type-variable .woocommerce-LoopProduct-link .price {
    display: none;
}

ul.products li.product .sfc-variable-list-items img {
    margin: 0;
    display: inline-block;
}

.sfc-variable-price-list .sfc-variable-list-items > li.sfc-variable-list-item:not(:first-child) {
    display: none;
}

.sfc-variation-active {
    border: 1px solid #322ec1;
}

.sfc-variable-price-list span.price {
    font-size: 18.47px;
    font-weight: bold;
    color: #22205f;
}

.sfc-variable-price-list .woocommerce-Price-amount.amount {
    color: #22205f;
    font-weight: bold;
}

ul.products li.product .sfc-variable-price-list .price {
    margin:0;
}

.sfc-variation-data.clearfix {
    padding: 10px 0;
    position: relative;
}

.label {
    color: #333333

}

.sfc-product-data .sfc-multiple-attribute-variation table tbody td {
    background-color: #f2f2f2;
    margin-right: 15px;
}

.sfc-product-data .sfc-multiple-attribute-variation table tbody tr:nth-child(2n) td {
    background-color: #f2f2f2;
}



.sfc-product-data .sfc-multiple-attribute-variation address, hr, p, table {
    margin: 0;
}

.sfc-product-data .sfc-multiple-attribute-variation .woocommerce-Price-amount.amount,
ul.products li.product .price {
    color: #22205f;
    font-weight: bold;
}

.single-product  div.product .sfc-multiple-attribute-variation  table.variations td, 
.single-product .sfc-multiple-attribute-variation div.product table.variations th {
    display: inline-block;
    padding: 0 5px;
    list-style: none;
    background-color: transparent;
}

.single-product  .upsells .sfc-multiple-attribute-variation table.variations td, 
.single-product  .upsells .single-product .sfc-multiple-attribute-variation div.product table.variations th {
    display: list-item !important;
}

.single-product div.product form.cart {
    margin-bottom: 5px; 
    padding:0; 
}

.sfc-single-product-add-to-cart button.single_add_to_cart_button.button.alt {
    width: 149px;
    margin-left: 10px;
}

.related input.input-text.qty.text {
    margin-right: 0;
}

.sfc-popular-product .section-title {

    padding: 0 0 35px;
}

.sfc-popular-product {
    margin-top: 50px;
}

input[type=submit] {
    margin: 14px 0;
}

/*footer area*/
.site-footer {
    padding: 0;
}

.sfc_site_footer {
    background: #0073aa;
}

.widget_nav_menu ul li:before {
    content: '';
}
ul.sfc-social-items li {
    float: left;
    margin-right: 20px;
    list-style: none;
}

.sfc-social-items li a i.fa {
    font-size: 25px;
    opacity: 0.5;
    color: #fff;
}

.sfc_site_footer .site-info {
    padding: 15px 0;
}
.sfc-footer-social-link {
    float: left;
}

.sfc_site_footer .sfc-social-items {
    margin: 0;
    padding: 0;
}

.sfc-social-items li a:hover .fa {
    color: #fff;
    opacity: 1;
}

.sfc-footer-main-text a {
    color: #fff;
    text-decoration: none;
}

.sfc-footer-main-text {
    color: #fff;
    opacity: 1;
}

.sfc-footer-crdit-links {
    color: #b0afc5;
    font-size: 13px;
    float: right;
    line-height:28px
}

.sfc-footer-contact-info div {
    margin-bottom: 10px;
}

.sfc-footer-contact-info span {
    color: #958bd9;
}
/*single product area*/

@media (min-width: 768px) {
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .storefront-full-width-content.single-product div.product .summary {
        width: 70%;
    }
}

.sfc-single-product-top-banner.clearfix {
    padding-right: 20px;
}

.single-product #primary {
    width: 100%;
}

.single-product .sfc-top-right-banner-content {
    width: 25%;
    float: right;
}

@media (min-width: 768px){
    .single-product.right-sidebar .widget-area {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}

.sfc-left-banner-content.clearfix {
    float: left;
    width: 73%;
    margin-right: 2%;
}

@media (min-width: 768px) {
    .woocommerce-breadcrumb {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}



.single-product #main {
    background: #fff;
    padding-top: 20px;
    padding-left: 20px;
}

.single-product .images {
    border-radius: 0;
    border: 1px solid #e1e1e1;
}

.single-product .site-main h1.product_title.entry-title {
    font-size: 27.65px;
}

p {
    color: #606060;
}

.meta-heading {
    color: #606060;
    font-size: 14px;
    font-weight: bold;
}

.sfc-stock-status {
    width: 182px;
    padding: 3px 0;
    border: 1px solid #d7d7d7;
    text-align: center;
    color: #333333;
    font-size: 14px;
    margin: 5px 0;
}

.sfc-stock-status i.fa.fa-check {
    color: #14864c;
}

.sfc-stock-status .meta-heading {
    color: #333333
}

.sku_wrapper {
    margin: 5px 0;
}

.single-product div.product form.cart .button {
    float: left;
    margin: 0;
}

.sfc-variable-cart .quantity input {
    margin-right: 11px;
}

.sfc-single-product-add-to-cart .sfc-ask-for-quote .quantity input {
    margin-right: 11px;
}
.single-product .sfc-variable-cart {
    padding-bottom: 5px;
}

.sfc-single-product-add-to-cart {
    position: relative;
    width: 100%;
    background: #ebeaf4;
    padding: 20px;
    margin: 10px 0;
}

.single-product .sfc-variable-price-list {
    width: auto;
    float: left;
}

.single-product .sfc-variable-image-list {
    width: auto;
    position: absolute;
    top: 0; 
    bottom: 37px;
    left: 55%;
}


@media (min-width: 768px) {
    .single-product .woocommerce-tabs ul.tabs {
        width: 100%;
        background-color: #0073aa;
        padding: 10px 0 0 10px;
    }

    .storefront-breadcrumb {
        padding: 1.41575em 0;
        margin: 0;
    }
}

.woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin-right: 10px;
    border-bottom: 0;
}

@media (min-width: 768px) {
    .woocommerce-tabs .panel {
        width: 100%;
        float: left !important;
        margin-right: 0;
        margin-top: 0;
        padding: 0;
    }
}

.tabs.wc-tabs > li {
    background: #0073aa;
    color: #fff;
    font-size: 17.79px;
}

.woocommerce-tabs ul.tabs li a {
    padding: 9.5px 0;
    display: block;
    color: #fff;
    width: 173px;
    text-align: center;
    text-decoration: none;
}

.woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #1f1d56;
    border-bottom: 0;
}
.woocommerce-tabs ul.tabs li.active a {
    background-color: #fff;
}

.woocommerce-tabs ul.tabs li.active a:focus {
    outline-color: #fff;
}

.single-product div.product .product_meta .posted_in {
    display: inline-block;
}

.product_meta a {
    color: #333333
}

.single-product div.product .product_meta .sfc-dimension .sfc-dimension-label {
    display: inline-block;
}

.sfc-brand-list {
    display: inline-block;
}

.sfc-brand-list p {
    color: #333333
}

.single-product h2.sfc-related-products-heading {
    float: left;
    display: inline-block;
    color: #22205f;
    font-size: 27.675px;
    font-weight: bold;
}

.woocommerce-products-header {
    display: none;
}

.site-header {
    padding: 2px;
    border: 0;
}
/*Related widgets*/

.Storefront_related_product span.gamma.widget-title {
    font-size: 17.99px;
    color: #fff;
    background: #22205f;
    padding: 6px 0;
    padding-left: 20px;
    font-weight: 400;
}

.sfc-related-items-lists li {
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin: 10px;
}
#sfc-related-product-information {
    width: 170px;
}

.Storefront_related_product {
    border: 1px solid #d7d7d7;
    border-bottom:0;
    height: auto;
    max-height: 500px;
}

.sfc-related-items {
    border-bottom: 1px solid #d7d7d7;
}

.sfc-related-product-title {
    font-size: 13px;
    font-weight: bold;
}

.sfc-related-items  span.woocommerce-Price-amount.amount {
    font-size: 16.67px;
    color: #22205f;
    font-weight: bold;
}

.single-product .products.related  form.cart .button  {
     float: right; 
}

.single-product .products.related .sfc-variable-price-list  {
    width: 30%;
    float: left;
}

.single-product .products.related .sfc-variable-image-list {
    width: 70%;
    float: right;
    position: relative;
    bottom: 0;
    left: 0;
}

.single-product .products.related .sfc-multiple-attribute-variation table.variations td, 
.single-product .products.related .sfc-multiple-attribute-variation div.product table.variations th,
.single-product .products.related .sfc-multiple-attribute-variation table.variations td, 
.single-product .products.related .sfc-multiple-attribute-variation div.product table.variations th {
    display: list-item; 
    padding: 0 5px;
    background-color: transparent;
}

.single-product .section-title {
    padding: 0 0 10px;
    text-align: left;
}

.single-product .products.related li.sfc-variable-list-item {
    background: #f2f2f2;
}

.single-product ul.products li {
    background: #fff;
}

.single-product .products.related form.cart .quantity {
    float: left;
    margin-right: 0; 
}

.single-product .products.related form.cart .sfc-ask-for-quote .quantity  {
        margin-right: 7px;
}

.sfc-ask-for-quote-single-product .sfc-ask-for-quote .quantity .qty {
    margin-right: 11px;
}

.related.products .sfc-quote-link {
    display: inline-block;
    width: 73%;
}

.sfc-related-products-slider .sfc-quote-link a {
    padding: 11.5px 27px;
}

.sfc-related-control {
    display: inline-block;
    float: right;

}

.sfc-related-products-slider {
    visibility: hidden;
}

@media (min-width: 768px) {
    .storefront-full-width-content.single-product .sfc-related-products-no-slider ul.products li.product {
        width: 21.7391304348%;
    }
}

.sfc-related-products-slider ul.products li.first, 
.sfc-related-products-slider ul.products:after {
clear: none;
}

@media (min-width: 768px) {
    .sfc-related-products-slider ul.products li.product.first {
        clear: none!important;
    }

    .sfc-related-products-slider ul.products li.product.last {
        margin-right: 10px !important;
    }
}

.sfc-related-products-slider .bx-wrapper {
    position: relative;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

/**
* #category page
*/

.widget-area {
    background-color: #fff;
}



.archive .page-title {
    font-size: 27.65px;
    font-weight: bold;
    color:#22205f;
    padding: 25px 0 0 0;
}

@media (min-width: 768px) {
    .sidebar-contact-details {
        background: #22205f;
        text-align: left;
        padding: 20px 10px;
        font-size: 15.73px;
        color: #fff;
    }
}
.sidebar-contact-details  img {
    margin: 0 auto;
}

.sidebar-contact-details h2 {
    font-size: 18.84px;
    color: #fff;
    padding: 20px 0 10px;
    font-weight: bold;
}

.sidebar-contact-details span {
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 15px;
}

.gamma.widget-title {
    padding: 7.5px 0;
    text-align: left;
    background-color: #0073aa;
    color: #fff;
    padding-left: 10px;
    font-size: 17.99px;
    font-weight: bold;
}

.widget_product_tag_cloud .tagcloud a:first-child {
    color: #2927a0;
    font-size: 12px !important;
}

.woof_products_top_panel {
    display: inline-block !important;
    line-height: 1.7;
    margin-left: 10px;
}

/*cart page*/

.site-main {
    background: #ffffff;
}

header.entry-header {
    padding: 22.562px;
}

h1.entry-title {
    font-size: 27.65px;
    font-weight: bold;
}

.woocommerce-cart table.cart {
    padding: 0;
}

.storefront-full-width-content.woocommerce-cart .entry-header,
.storefront-full-width-content.woocommerce-checkout .entry-header {
    padding: 22.562px;
    text-align: left;
}

@media (min-width: 768px) {
     table.cart th {
        padding: 11px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }
}

table.cart th {
    background-color: #22205f;
}

.woocommerce-cart .woocommerce-Price-amount.amount {
    color: #22205f;
    font-weight: bold;
    font-size: 14px;
}

.woocommerce-cart td.product-name a {
    color: #606060;
    font-size: 13px;
    font-weight: bold;
}

.woocommerce-cart table.cart td.product-quantity .qty {
    padding: .326em;
    width: 5.206326em;
    height: 43px;
    border: none;
    box-shadow: none;
}


@media (min-width: 768px) {
    .woocommerce-cart table.cart .qty {
         max-width: 5.20632em; 
    }

    .storefront-full-width-content.single-product .related ul.products li.product, 
    .storefront-full-width-content.single-product .upsells ul.products li.product {
        float: left;
        margin-right: 4.347826087%;
        border: 1px solid #dfdfe1;
    }
}

.woocommerce-cart .cart_totals {
    background: #f2f2f6;
    padding: 20px;
}

.woocommerce-cart .cart_totals table th {
    background-color: #f2f2f6;
}
.woocommerce-cart .cart_totals table tbody td {
    background-color: #f2f2f6 !important;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout .button {
    display: inline-block;
    text-align: center;
    margin-bottom: 1em;
    float: right;
    width: 189px;
    padding: 8px;
    background: #272489;
    font-size: 14px !important;
    margin-right: 20px;
}

.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive {
    border-bottom: 1px solid #d9d9dd;
    margin-bottom: 10px;
}

.sfc-contactus-with-forms .sfc-social-items li a:hover .fa {
    color: #272489;
}

/*contat us form 7 styling*/
.sfc-contact-us7-form {
    position:   relative;
    margin-top: 20px;
    background: #f8f8fa;
    padding: 40px;
}

.sfc-contact-us7-form input[type=text],
.sfc-contact-us7-form input[type=email] {
    width: 100%;
    height: 43px;
    margin-bottom: 40px;
    background: #fff;
    border: 1px solid #dfdfe1;
    box-shadow: none;
    margin-top: 7px;
}
.sfc-contact-us7-form  textarea {
    background: #fff;
    box-shadow: none;
    margin: 7px 0 15px;
    height:  153px;
}

.wpcf7-mail-sent-ok {
    position: absolute;
    border:  1px solid #333333;
    bottom: 0;
    left: 36px;
    text-align: center;
    color: #fff;
    background: #272489;
    display: inline !important;
    width: 30%;
    margin: 0 auto;
    padding: 5px 0;
}

.woocommerce-error, .woocommerce-info, 
.woocommerce-message, 
.woocommerce-noreviews, 
p.no-comments {
    background-color: #0073aa;
}

.woocommerce .woocommerce-info, 
.woocommerce-noreviews, p.no-comments {
    background-color: #0073aa;
}
/*yith woocommerce product filter*/

.cart input.plus, .minus {
    display: none !important;
}

.widget_layered_nav li:before {
    display: none;
}

.yith-wcan-list .yith-wcan a {
    font-size: 14px;
    color: #606060 !important;
}
.wpcf7-form input[type="submit"] {
    margin-top: 10px;
}
/*Language specific class*/

.lang-nl .sfc-quote-link a,
.lang-fr .sfc-quote-link a {
    font-size: 11px;
    padding: 11.5px 23px;
}

.lang-nl .sfc-cart button.alt, 
.lang-nl .sfc-variable-cart button.alt,
.lang-fr .sfc-variable-cart button.alt {
    height: 46px;
    font-size: 11px;
}

.lang-nl .sfc-myaccount,
.lang-de .sfc-myaccount,
.lang-fr .sfc-myaccount {
    width: 160px;
}

.lang-de .sfc-cart button.alt, 
.lang-de .sfc-variable-cart button.alt,
.lang-fr  .sfc-variable-cart button.alt {
    padding: 0;
    font-size: 11px;
}

/*add to quote plugin*/

.yith_ywraq_add_item_response_message {
    position:absolute;
    bottom: -30px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: red;
}
ul.products li.product .woocommerce-LoopProduct-link{
    padding:10px
}

.yith_ywraq_add_item_browse_message a {
    padding: 11.5px 20px;
    text-transform: uppercase;
}

.sfc-ask-for-quote .quantity input {
    width: 50px;
    border: 1px solid #acacac;
    margin-right: 11px;
    text-align: center;
    height: 37px;
    display: inline-block;
    float: left;
    background-color:#fff;
   
}
.sfc-ask-for-quote  {
    display: block;
    height: 40px;
}

.sfc-single-product-add-to-cart  .quantity input {
    width: 57px;
    background-color: #fff;
    border: 0;
}

.yith_ywraq_add_item_browse_message {
    margin-top: 8px;
    margin-left: 3px;
}

.quote-not-active {
   pointer-events: none;
   cursor: default;
}

.storefront-full-width-content.woocommerce-account .entry-header {
    text-align: left;
    padding: 22.562px;
}


ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2, 
ul.products li.product h3 {
    font-size: 13px;
    font-weight: bold;
    color: #333333
}

.sfc-sidebar-cat-details {
    background-color: #22205f;
    padding: 30px 10px;
}

.sfc-sidebar-cat-details h2 {
    color: #fff;
}

.sfc-sidebar-cat-details p {
    color: #fff;
}

.related.products .sfc-quote-link .yith_ywraq_add_item_browse_message a {
    padding: 0;
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail {
    width: auto !important;
    margin-left: 0 !important;
    margin-bottom: 0;
}

.sfc-footer-crdit-links a {
    color: #fff;
    font-weight: bold;
}

.site-header-cart .cart-contents .amount {
    margin-right: 5em;
}

.site-header-cart .cart-contents:after {
    line-height: 1.618;
    margin: 5px 11px;
}

#menu-secondary-menu .sfc-top-bar-cart {
    line-height: 0;
}

.chosen-container {
    width: 100% !important;
}

form.cart.sfc-ask-for-quote-cart {
    height: 40px;
}

.site-header-cart .widget_shopping_cart,
.site-header-cart .widget_shopping_cart .total {
    background: #fff;
}

ul#menu-secondary-menu li a.checkout {
    color: #fff;
}