@charset "utf-8";

/* CSS Document */
@media screen {
#my-header, #header-logo, #header-nav {
    transition-duration: .25s;
    transition-property: all;
}
.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
}
.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 1em;
}
.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft, img.alignleft, .alignright, img.alignright, .aligncenter, img.aligncenter {
    max-width: 100% !important;
    height: auto;
    margin-top: .5em;
    margin-bottom: .5em;
}
.flex-outer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}
.flex-outer > * {
    width: max-content;
    align-self: center;
}
/* BLOG LAYOUT */
.blog-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.blog-content-container {
    flex-basis: 75%;
}
.blog-right-container {
    flex-basis: 20%;
}
.woocommerce .entry, .woocommerce-cart .entry {
    margin-top: 2em;
}
.woocommerce ul.products li.product > .woocommerce-loop-product__link {
    background-color: #FFF;
    display: block !important;
    position: relative !important;
    line-height: 0px !important;
}
.woocommerce ul.products li.product > .woocommerce-loop-product__link:after {
    padding-top: 100% !important;
    position: relative !important;
    display: block !important;
    content: '' !important;
}
.woocommerce ul.products li.product a img {
    position: absolute!important;
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    border: none !important;
}
.woocommerce ul.products li.product > a .button {
    display: none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    position: absolute !important;
    bottom: 0px !important;
    background-color: rgba(0,0,0,0.78) !important;
    color: #FFF !important;
    text-align: center !important;
    line-height: 1.3rem;
}
.woocommerce-product-gallery__image img {
    max-height: calc(100vh - 220px);
    width: auto !important;
    margin-bottom: 5px;
}
.woocommerce-product-gallery__wrapper a {
    display: flex !important;
    justify-content: center !important;
}
.woocommerce div.product .product_title {
    background-color: transparent !important;
    color: #606862;
    text-align: left !important;
}
.posted_in, .tagged_as {
    display: block;
    margin-bottom: 10px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 25% !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 70% !important;
}
.woocommerce ul.products li.product a img {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    margin: 0px !important;
}
    footer{ /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#102333+0,102333+21,010f1d+21,010f1d+100 */
    background: #102333; /* Old browsers */
    background: -moz-linear-gradient(left, #102333 0%, #102333 300px, #010f1d 300px, #010f1d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #102333 0%, #102333 300px, #010f1d 300px, #010f1d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #102333 0%, #102333 300px, #010f1d 300px, #010f1d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#102333', endColorstr='#010f1d', GradientType=1 ); /* IE6-9 */}
#footer-logo {
    width: 300px;
    height: auto;
    margin-left: 40px;
}
#footer-content {
    background-image: url(../images/footer-background-01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 210px;
    position: relative;
}
#returns {
    margin-right: 40px;
}
.sbsbox {
    display: flex;
}
#d-fi {
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.animation-element.fadeinfromright {
    opacity: 0;
    margin-right: -10%;
}
.animation-element.fadeinfromright.in-view {
    opacity: 1;
    margin-right: 0%;
}
.animation-element {
    transition-duration: 1s;
}
.entry h2, .entry h3 {
    clear: both;
    padding-top: 1em;
}
.valigntop > * {
    align-self: flex-start;
}
.valigntop > *:nth-child(1) {
    margin-right: 3em;
}
.mycontactpage {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: min-content;
}
.mycontactform {
    margin-top: 5em;
}
}
