/*
Theme Name: Tootsie Toes - Child
Description: Tootsie Toes
Author: Design Point
Author URI: http://www.designpoint.com.au/

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

Version: 1.0.0
Template: tootsietoes
*/

@import url("../tootsietoes/style.css");


@font-face {
	font-family: 'gothic';
	src: url('font/gothic.eot');
	src: local('gothic'),
        url('font/gothic.woff') format('woff'),
        url('font/gothic.ttf') format('truetype');
}
.woocommerce-product-gallery__image {
    position: relative;
    right: 40px;
}
.flex-control-nav.flex-control-thumbs li {
    display: inline-block;
}




.woocommerce ul.products li.product p.stock.out-of-stock, .woocommerce-page ul.products li.product p.stock.out-of-stock {
    background: #7a7a7a;
    border-radius: 500em;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    height: 3.3em;
    left: 10px;
    line-height: 1.1em;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    width: 5em;
    z-index:10;
}

.woocommerce .product .single-stock {
    background: #7a7a7a;
    border-radius: 500em;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    height: 3.3em;
    left: 10px;
    line-height: 1.1em;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    width: 5em;
    z-index: 10;
}
.mc4wp-form-theme-blue input[type="submit"] {
    margin-top: 16px;
}
.woocommerce form.shipping_calculator button.button {
    height: 35px !important;
    line-height: 28px !important;
}