/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */


@font-face {font-family: 'CeruleanNF';src: url('/wp-content/webfonts/39EBD6_0_0.eot');src: url('/wp-content/webfonts/39EBD6_0_0.eot?#iefix') format('embedded-opentype'),url('/wp-content/webfonts/39EBD6_0_0.woff2') format('woff2'),url('/wp-content/webfonts/39EBD6_0_0.woff') format('woff'),url('/wp-content/webfonts/39EBD6_0_0.ttf') format('truetype');}


@font-face {font-family: 'Reload-Regular';src: url('/wp-content/webfonts/39EBD6_1_0.eot');src: url('/wp-content/webfonts/39EBD6_1_0.eot?#iefix') format('embedded-opentype'),url('/wp-content/webfonts/39EBD6_1_0.woff2') format('woff2'),url('/wp-content/webfonts/39EBD6_1_0.woff') format('woff'),url('/wp-content/webfonts/39EBD6_1_0.ttf') format('truetype');}


@font-face {font-family: 'Decour-Bold';src: url('/wp-content/webfonts/39EBD6_2_0.eot');src: url('/wp-content/webfonts/39EBD6_2_0.eot?#iefix') format('embedded-opentype'),url('/wp-content/webfonts/39EBD6_2_0.woff2') format('woff2'),url('/wp-content/webfonts/39EBD6_2_0.woff') format('woff'),url('/wp-content/webfonts/39EBD6_2_0.ttf') format('truetype');}


@font-face {font-family: 'Decour-Regular';src: url('/wp-content/webfonts/39EBD6_3_0.eot');src: url('/wp-content/webfonts/39EBD6_3_0.eot?#iefix') format('embedded-opentype'),url('/wp-content/webfonts/39EBD6_3_0.woff2') format('woff2'),url('/wp-content/webfonts/39EBD6_3_0.woff') format('woff'),url('/wp-content/webfonts/39EBD6_3_0.ttf') format('truetype');}



.single-product-main-image {
    position: relative;
    width: 49.243%;
}
.stock-badge {
    background-image: url(https://www.fremantlespirits.com.au/wp-content/uploads/2019/08/badge.png);
	background-size: 125px 125px;
    width: 125px;
    height: 125px;
    position: absolute;
    top: 31%;
    right: 100px;
    text-align: center;
    padding: 25px 25px 25px 28px;
    font-family: Reload-Regular;
    font-size: 18px;
    z-index: 1;
    color: #ba945f;
}

.summary.entry-summary .stock-badge {
    position: static;
    margin-bottom: 25px;
}
.stock-wrapper .stock-badge, .stock-wrapper .product-meta-wrapper {
    float:left;
}
.stock-wrapper .product-meta-wrapper {
    text-align: center;
    margin-left: 35px;
    color: #ba945f;
}

.stock-wrapper .product-meta-wrapper .bodr:after {
    width: 100%;
}
.stock-badge .stock-qty {
    font-size: 30px;
}
.stock-badge .stock-label {
    line-height: 1.25em;
    font-family: 'Decour-Regular', sans-serif;
    margin-top: 5px;
    font-size: 16px;
}
.main_color .avia_cart_buttons {
    font-family: 'Reload-Regular', sans-serif;
    background-color: #bb955b;
}
#top #wrap_all .main_color h2 {
    font-family: 'CeruleanNF';
    color: #2d4142;
    font-size: 30px;

}
.product.type-product {
    text-align: center;
}

div .products .product a:hover {
    text-decoration: none;
    color: #ba945f;
}

#top .inner_product_header {
    border-top: none !important;
}

.bodr:after {
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 25%; /* Change this to whatever width you want. */
    padding-top: 7px; /* This creates some space between the element and the border. */
    border-bottom: 1px solid black; /* This creates the border. Replace black with whatever color you want. */
}


.bodr1{
    padding-top:7px;
    margin-bottom:20px;
    font-family: 'Reload-Regular', sans-serif;
}

.bodr{
    font-family: 'Reload-Regular', sans-serif;
    margin-top:20px;
}

.main_color .avia_cart_buttons {
    font-family: 'Reload-Regular', sans-serif;
    background-color: #bb955b;
    font-size: 16px !important;
    width: 40%;
    margin: auto;
    margin-top:25px;
}

.avia_cart_buttons  {
    opacity: 1 !important;
    font-size: 16px !important;
    font-family: 'Reload-Regular', sans-serif;
}

ul.products li strong {
    display: block;
    font-family: 'Decour-Regular', sans-serif;
    color:#000;
}

ul.products li {
    display: block;
    font-family: 'Decour-Regular', sans-serif;
}

#top #wrap_all .single_button .button{
    font-size:18px;
    color:#fff;
}
.summary.entry-summary {
    text-align: left;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
    .single-product-main-image.alpha {
        min-width: auto !important;
    }
    .stock-badge {
        top: 30%;
        -webkit-background-size: cover;
        background-size: cover;
        width: 100px;
        height: 100px;
        padding: 20px 25px;
    }
    .stock-badge .stock-qty {
        font-size: 24px;
    }
    .stock-badge .stock-label {
        font-size: 12px;
    }
}
@media only screen and (max-width: 600px) {
    .stock-badge {
        right: 25px;
    }
}
