/*
Theme Name:   	Billy
Version: 1.58
Requires at least: 6.3.2
Template:     	storefront
Text Domain:  	storefront
This theme use storfront theme for woocommerce. Original theme is from https://github.com/stuartduff/storefront-child-theme
*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500&display=swap');
body, button, input, select, textarea, .secondary-navigation .menu a {
    font-family: 'Jost', sans-serif;
}

ul#menu-primary .fas a::after {
    display: block;
    content: "" !important;
    transition: color .3s;
}

ul#menu-primary .fas a:hover::after {
    color: #000;
}

/*Hide quantity hide price*/
.single_variation_wrap {
    display:none !important;
}

footer * {
    font-family: 'Yomogi';
}


@media all and (min-width: 1400px) {
    body {
        font-size:15px;
    }
    .mailing-list {
        padding: 38px 0 0.8em !important;
    }
    .widget .widget-title, .product-search-filter-terms-heading {
        padding: 0 0 6px !important;
    }
    ul#menu-footer-first li, ul#menu-footer-second li {
        padding: 3px 0 2px;
    }
}


.full-screen {
    margin-bottom: 10px;
}

.full-screen .home-icons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 40px 0;
    height: 10vh;
    max-height: 150px;
}

.torn:after {
    content: '';
    display: block;
    background: url(/wp-content/themes/storefront-child-theme-master/assets/img/footer-torn.jpg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: contain;
    height: 21px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

@media all and (max-width:767px) {

    .full-screen {
        margin: 0 0 10px;
    }

    .full-screen a {
        height: calc(70vh - 92px);
        display: flex;
        align-items: flex-end;
        justify-content: center;
        max-height: 800px;
        background-size: 42vh;
        background-position: center 20%;
    }

    .full-screen .home-icons {
        padding: 0;
    }

}
/*
 Nav
*/
a:focus {
    outline:none;
}

select:focus,input:focus {
    border:1px solid #494949 !important;
}

.menu-toggle:focus {
    outline: none;
}

.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
    padding: 0.9em;
}
.site-header-cart .cart-contents {
    padding: 1em 0;
    font-size: 1rem;
}

.site-header-cart .widget.woocommerce.widget_shopping_cart.sub-menu--is-touch-device {
    width: 122%;
}

/*Fix alignment to right on top nav*/
.main-navigation ul li, .secondary-navigation ul li:last-child a {
    padding-right: 0;
}

#content, body, #template {
    transition: opacity 0.12s cubic-bezier(0.39, 0.58, 0.57, 1);
}

/*
    Search
*/
.site-search .widget_product_search form input[type=search],
.site-search .widget_product_search form input[type=text] {
    background: #edf3f1;
    border: none;
    color: #798986;
    border-radius: 7px;
    box-shadow: none;
    outline:none;
}

.widget_product_search form button[type=submit], .widget_product_search form input[type=submit],
.widget_search form button[type=submit], .widget_search form input[type=submit] {
    height: 42px;
    width: 120px;
    background: #ffb7a1;
    clip-path: none;
    top: 71px;
    right: 100px;
    clip: unset;
    border-radius: 0 8px 8px 0;
    text-transform: uppercase;
    color: #fff;
}

.widget_product_search form button[type=submit] {
    display:none;
}

#masthead > .col-full .secondary-navigation {
    width:auto;
    float: right;
    margin: 0;
}

@media all and (max-width: 767px) {
    #masthead {
        position: sticky;
        top: 0;
        border-bottom: 1px solid #f3f3f3 !important;
    }
}

.secondary-navigation .menu a {
    display:inline-block;
    font-size: 1.2em;
}

.site-header {
    border:none !important;
    padding-top: 0;
    margin-top: 0.5rem;
}

#masthead > .col-full .site-search {
    margin:0;
    width: auto;
}

#masthead > .col-full .site-search input {
    background: #fff;
    transition: max-width .2s;
    max-width: 36px;
    font-size: 1rem;
    padding: 1em 0.875em 1em 32px;
}

@media all and (max-width:767px) {
    #masthead > .col-full .site-search input {
        padding-right:0;
        max-width:83px !important;
    }
    .site-search.toggle {
        right:25px !important;
    }
    button.menu-toggle {
        padding-top:8px;
    }
}

a.cart-contents {
    text-align: right;
}
a.cart-contents .count {
    padding-right:10px;
}

.product-search:hover input, #masthead > .col-full .site-search input:focus {
    max-width: 310px !important;
}

/*TODO set global a color */
.product-search a {
    color: #343434;
}

.product-search-results .entry.s_product_cat.first {
    background: #333333;
    text-transform: uppercase;
    border-top: 1px solid #e9e9e9 !important;
}

/*hide as you need personallize*/
.wps_add_to_cart {
    display: none;
}

.product-search-results .entry.s_product_cat.first a {
    color: #fff;
    font-weight: 500;
    text-align: center;
}

div#product-search-results-content-0 {
    border:none;
    box-shadow: 0 9px 10px 1px #d2d2d2;
}

div#product-search-results-content-0:empty {
    box-shadow: none;
}

.site-search .widget_product_search form:before {
    top: 1.35em;
    color: #404040;
}

.site-search input::-webkit-input-placeholder {
    color: #414141;
}

.tabs.woocommerce-products-header, .entry-header {
    margin: 1em 0;
}
/*header*/

/*end search */


/*
    Layout
*/

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

.site-branding.basket-active >a {
    display:inline-block;
}

.site-header .site-branding img {
    height: 10vh;
    width: auto;
    margin-bottom: 0;
    padding-top: 1rem;
    max-height:90px;
}
@media (min-width: 768px) {
    .nav-basket-icon {
        display: none;
    }
}

@media (max-width: 767px) {
    .nav-basket-icon {
        position: absolute;
        color:#000;
        z-index: 1;
        font-size: 1.2em;
        top: 14px;
        left: 15px;
    }

    .site-header .site-branding img  {
        height: 39px;
        padding: 4px;
    }
    .site-header {
        padding: 0.5em 0;
        margin-top: 0;
    }

    #top-notification {
        margin:0 !important;
    }
    .site-branding.basket-active {
        width: 100%;
        text-align: center;
    }
    .site-branding.basket-active .logo {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .post-type-archive-product.left-sidebar .content-area {
        width: 80%;
    }
    .post-type-archive-product.left-sidebar .widget-area {
        width: 19%;
        margin-right: 1%;
        font-size: 14px;
    }
}

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

.site-header-cart .cart-contents {
    padding: 1em 0;
}

.storefront-primary-navigation .col-full {
    text-transform: uppercase;
}

@media all and (max-width:1024px) and (min-width: 768px) {
    #menu-primary {
        display: flex;
        flex-wrap: wrap;
        justify-items: stretch;
        flex-direction: row;
        align-content: space-between;
        justify-content: space-between;
        align-items: center;
        margin: 0;
    }

    #menu-primary li>a {
        padding:1em 0;
        display:block;
    }
}


.main-navigation.toggled div.menu:last-child, .main-navigation.toggled div.handheld-navigation:last-child {
    background: white;
    padding: 120px 25px;
    transform: scale(1);
    max-width: 260px;
    box-shadow: -3px 0 13px -10px #000;
    /*background: linear-gradient(to bottom, #333333e8 41px, #ccc 41px, #ccc 42px, #fff 43px);*/
    background: linear-gradient(to bottom,#333333 114px,#ccc 41px,#ccc 42px,#fff 43px);
}
.main-navigation div.menu:last-child, .main-navigation div.handheld-navigation:last-child {
    display: block;
    position: fixed;
    background: white;
    transform: scale(1.2);
    transition: all .3s;
    box-sizing: border-box;
    white-space: nowrap;
    padding-top: 120px;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: right;
    max-width: 0;
    overflow: auto;
    box-shadow: 0 0 0 0 #000;
}

.main-navigation.toggled:after {
    content: '';
    position: absolute;
    background: white;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: -3;
    opacity: 0.7;
}

.main-navigation:after {
    content: '';
    position: absolute;
    background: white;
    opacity: 0;
    transition: opacity 1s .2s;
    transition-timing-function: ease-in-out;
}

button.menu-toggle, button.menu-toggle:hover {
    z-index: 1;
    background:transparent;
    border:none;
    position: absolute;
    right:10px;
    margin-top: 5px;
}

.main-navigation.toggled button.menu-toggle:after,
.main-navigation.toggled button.menu-toggle:before,
.main-navigation.toggled button.menu-toggle span:before {
    background-color:#fff;
}


.main-navigation.toggled button.menu-toggle{
    color:#fff;
    background: transparent;
}

.menu-separator:before {
    content: '';
    height: 1px;
    width: 100%;
    background: #343434;
    display: block;
}

/*TODO try to not use calc*/
.storefront-primary-navigation:after {
    clear: both;
    height: 1px;
    width: calc(100% - 5.235848em);
    background: #f0f0f0;
    max-width: 66.4989378333em;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.storefront-breadcrumb {
    margin: 0;
    padding: 10px 0;
}

@media all and (max-width: 568px) {
    nav.woocommerce-breadcrumb:after {
        content: '...';
        background: #fff;
        z-index: 2;
        position: absolute;
        right: 0px;
        box-shadow: 0 0 3px 3px #fff;
    }

    .woocommerce-breadcrumb {
        white-space: nowrap;
        overflow: hidden;
        position: relative;
    }
}

.blog .storefront-breadcrumb {
    display:none;
}

.woocommerce-breadcrumb > a:first-child {
    font-size: 0;
}
.woocommerce-breadcrumb a:first-of-type:before {
    font-size: 13px;
    margin: 0;
}

.woocommerce-breadcrumb a:first-of-type:before {
    display: none !important;
}

.woocommerce-breadcrumb span span:first-child a:first-of-type:before {
    display: inline-block !important;
    padding-right: 7px;
}

.woocommerce-breadcrumb a {
    text-decoration:none;
}

#secondary {
    margin-top: 5rem;
}


/* notebook type */
.notebooks-type {
    display: flex;
    height: 100%;
    width:100%;
    border-bottom: 1px solid #f0f0f0;
    min-height: 50px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    box-shadow: 1px -6px 18px -21px #7b7b7b inset;
}

/*Quick fix TODO*/
main#main .woocommerce-products-header {
    display: none;
}

main#main .woocommerce-products-header.tabs {
    display: block;
}

.notebooks-type::-webkit-scrollbar {
    display: none;
}

.notebooks-type > div {
    cursor: pointer;
    border: 1px solid #f0f0f0;
    float: left;
    display: inline-block;
    align-self: flex-end;
    letter-spacing: 1px;
    border-bottom: none;

}
.notebooks-type > div a{
    transition: padding .3s;
}

.notebooks-type > div.notebook-sorting:hover {
    padding: 5px 20px;
}
.notebooks-type > div a {
    color: #2c2d33;
    padding: 5px 20px;
    display: inline-block;
}
.notebooks-type > div.active a  {
    padding: 10px 24px;
    border: 1px solid #dbdbdb;
    border-bottom: none;
    background: #f1f1f18f;
    box-shadow: -8px -2px 18px -18px #000;
}

.notebooks-type > div:not(.active):hover a {
    padding: 8px 24px;
}

.notebooks-type:after {
    content: '';
    clear: both;
    display: table;
}

.notebooks-type {
    margin-bottom: 0;
}

.notebook-sorting {
    float: right;
}

.notebook-sorting .storefront-sorting {
    margin:0;
    max-width: 170px;
    border-bottom: 1px solid #f0f0f0;
}

.notebook-sorting .storefront-sorting .woocommerce-ordering {
    margin:0;
    padding: 0;
}

.notebook-sorting .storefront-sorting .woocommerce-ordering select {
    margin:0;
    padding: 7px 20px;
    border-bottom: none;
    border-radius: 0;
    border-color: #f0f0f0;
}

.notebook-sorting {
    margin: 0 0 1em;
}

@media all and (max-width: 1080px) {
    .tabs .notebook-sorting {
        margin: 1em 0 1em;
    }

}

.woocommerce-pagination {
    clear:both;
    float:none;
}

body:not(.paged) #main > .storefront-sorting .woocommerce-pagination {
    display: none;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
    background: url(/wp-content/themes/storefront-child-theme-master/assets/img/pagination_ink_splat.png);
    background-size: cover;
    color: #fff !important;
    background-position: center;
    font-weight: 700;
    background-color: #fff !important;
}

.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
    background-color: transparent;
}

.filter-mobile {
    border: 1px solid #f0f0f0;
    padding: 5px 20px 5px 40px;
    display: inline-block;
    background: url(/wp-content/themes/storefront-child-theme-master/assets/img/filter_icon.svg) no-repeat 10px center/23px 16px;
}
.filter-mobile {
    display:none;
}


#primary, #secondary {
    margin-top: 1em;
    width: 100%;
}
.dynamic-sidebar {
    display: none;
}

#secondary.widget-area .dynamic-sidebar{
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 1001;
    margin: 0;
    padding: 20px;
    left: -100%;
    width: 100%;
    opacity: 0;
    transition: opacity .2s ease-in-out 0ms;
    overflow: auto;
    margin: 0 auto;
    right: 0;
    border-style: solid;
    border-width: 35px;
    border-image: url(/wp-content/themes/storefront-child-theme-master/assets/img/modal/border.png) 75 75 75 75 stretch;
    background: linear-gradient(to bottom, white 0%, white 100%) no-repeat;
    max-width: 500px;
    max-height: 97vh;
    margin-top: 2%;
}
#secondary.widget-area.showSidebarFilter .dynamic-sidebar{
    opacity: 1;
    left: 0;
    display: block;
}

.closeSidebarFilter {
    text-align: center;
    padding: 10px;
    background: #2f2f2f;
    text-transform: uppercase;
    color: #fff;
    clear: both;
    position: relative;
    z-index: 1;
    border: 1px solid #9f9d9d;
    box-shadow: inset 0 0 11px 3px #242424;
    border-radius: 6px;
    font-weight: bold;
}

.closeSidebarFilterIcon {
    font-size: 30px;
    text-align: right;
}
.closeSidebarFilterIcon:hover, .closeSidebarFilter:hover {
    cursor: pointer;
}

/*
    Template, Artwork
*/



.soft-bound-effect-offset{
    transform: translateX(1%);
}

.woocommerce-product-gallery__trigger {
    display: none !important;
}

/*///footer*/

.site-footer{
    background-image: url(/wp-content/themes/storefront-child-theme-master/assets/img/footer-torn.jpg),
    repeating-linear-gradient(white 33px, white 55px, #dbdbdb 56px);
    background-position: top center;
    background-repeat: repeat-x, repeat;
    background-size: auto 20px, auto 30px;
}

@media (max-width: 767px) {
    .footer-widgets {
        padding-top: 1.4em;
    }
    .site-footer {
        background-size: auto 20px, auto 21px;
    }
    .site-footer .widget .widget-title{
        padding-bottom:0 !important;
    }

}
.footer-widgets {
    padding-top:0em;
}
@media all and (min-width: 660px) {
    .footer-bottom .copyrights {
        float:left;
        margin-right: 2rem;
    }
}

.footer-bottom .copyrights {
    margin-bottom: 1rem;
    font-size: 12px;
}

.site-footer {
    background-color: #f0f0f0;
    color: #6d6d6d;
    padding:0;
}


.block.footer-widget-2  .block {
    width: 47.8260869565%;
    float: left;
}

@media all and (max-width: 659px) {
    .block.footer-widget-2 .block {
        padding: 0;
        /*text-align: center;*/
        line-height: 1.7;
    }
}

@media all and (max-width: 659px) {
    .footer-bottom {
        text-align:center;
    }
    .footer-bottom ul {
        margin: 0 0 4px;
        font-size: 0.8em;
    }
    .footer-bottom  .menu ul {
        margin:0 0 1rem;
    }
}

@media all and (min-width: 700px) {
    .footer-bottom  .menu {
        float:right;
    }
}


.block.footer-widget-2:after {
    content: '';
    clear: both;
    display: table;
}

.block.footer-widget-2 .block.footer-widget-1:first-child {
    margin-right: 4.347826087%;
}

/*shop page*/
@media all and (max-width: 767px) and (min-width: 413px) {
    .site-main ul.products.columns-3 li.product {
        width: 48%;
        float: left;
        margin-right: 4%;
    }
    ul.products li.product:nth-of-type(2n) {
        margin-right: 0 !important;
    }
}


/*buy button on shop grid llist*/
.wc-block-grid__products .wc-block-grid__product .button,
.wc-block-grid__products li.product .button,
ul.products .wc-block-grid__product .button,
ul.products li.product .button {
    margin-bottom: .236em;
    display: none;
}

/*
 style category filter

 */

li.cat-item.product-search-product_cat-filter-item.product-search-attribute-filter-item a:before,
.product-tags.product-search-filter-items li a:before,
li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term:before,
.product-search-attribute-filter-item a:before
{
    border: 2px solid #cccccc;
    border-radius: 3px;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 9px 0 0;
    vertical-align: middle;
    content: "";
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    padding: 4px;
    font-size: 12px;
    color: #060606;
    opacity: 1;
}

li.cat-item.product-search-product_cat-filter-item.product-search-attribute-filter-item.current-cat a:before,
.product-tags.product-search-filter-items li a.current-tag:before,
li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term.chosen:before,
.product-search-attribute-filter-item.current-attribute a:before
{
    content: "\f00c" !important;
}

.product-search-attribute-filter-item.current-attribute a:after,
.attribute-item-all.nav-back {
    display:none;
}

.product-tags.product-search-filter-items li a.current-tag, .product-tags.product-search-filter-items li a {
    border: none;
}

.product-tags.product-search-filter-items li a {
    padding: 0;
}

li.cat-item.product-search-product_cat-filter-item.product-search-attribute-filter-item.current-cat a:after {
    display: none;
}

/*Hide clear button*/
.product-categories.product-search-filter-items .cat-item-all, .tag-item-all.product-search-product_tag-filter-item {
    display: none !important;
}


.product-categories.product-search-filter-items *, .product-search-filter-items a:focus {
    outline: none;
}

.widget .widget-title, .product-search-filter-terms-heading {
    color: #333333;
    letter-spacing: 2px;
    font-weight: 600;
    border: none;
    margin: 0;
    padding: 0 0 .5em;
    font-size: 1.4em;
}

li.attribute-item.pa_colour-item {
    text-transform: capitalize;
}

/*todo hide parents in filter search categories widgets - hack for a now*/
.product-categories ul {
    margin: 0 !important;
}

@media all and (max-width: 767px) {
    .widget .widget-title {
        font-size:1em;
    }
}

.widget-area {
    margin: 1em 0 0;
}

.widget-area .widget {
    margin: 1.5em 0 .5em;
}

/*
colors
 */
li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a{
    text-decoration: none;
    font-weight: 400;
}
li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term{
    padding: 0;
}
li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term .count {
    display: none;
}

.wc-block-grid__product-onsale, .onsale {
    position: absolute;
    bottom: -2rem;
    border: none;
    left: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #ff3d4d;
    padding: 0;
}

.product .price ins, .product .price del {
    font-weight: bold !important;
    font-size: 1rem !important;
}

.product .price {
    margin:0 !important;
}

.product-template-name {
    font-style: italic;
    color: #cacaca;
    font-weight: 500;
    font-size: 1rem;
}

.woocommerce-loop-product__title {
    font-weight:bold !important;
    margin: 0 !important;
    text-transform: uppercase;
}

/* cart */
.billy-cart-view {
    font-size: .875em;
    font-weight: 600;
    text-transform: none;
}

.billy-cart-view span{
    color: #757575;
}

@media all and (min-width: 768px) {
    .woocommerce-active .site-header .site-header-cart {
        margin-top: -100px;
    }
    .woocommerce-active .site-header .main-navigation {
        width:100%;
        float:none;
        margin-right:0;
    }
}


.site-header-cart.focus .widget_shopping_cart, .site-header-cart:hover .widget_shopping_cart {
    background: white;
    box-shadow: 0 9px 10px 1px #d2d2d2;
}

a.cart-contents, .site-header-cart .widget_shopping_cart a {
    font-size: 0.8rem;
}

.site-header-cart .widget_shopping_cart .product_list_widget img {
    float:left;
}

.site-header-cart .widget_shopping_cart, .site-header .product_list_widget li .quantity {
    display:none;
}

.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
    display:none;
}

.site-header-cart .variation *, .woocommerce-cart-form .variation * {
    margin: 0;
    display: inline-block;
    text-transform: lowercase;
}

.site-header-cart .variation {
    clear:both;
}

.site-header-cart .widget_shopping_cart .product_list_widget img {
    margin: 0;
}



#top-notification {
    background: #5f9595;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 1.2rem;
}

#top-notification p {
    margin:0;
    font-family: 'Yomogi';
    font-size: 19px;
    text-shadow: 0 0 0 white;
    letter-spacing: 2px;
}
#top-notification a {
    color: #fff;
}
@media all and (max-width: 659px) {

    #top-notification p {
        font-size:11px;
    }
}


.copyrights, footer span, footer a {
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
/*checkbox to do*/
.custom-checkbox {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
}

.custom-checkbox span {
    line-height: 20px;
    text-align: right;
    padding-right: 30px;
}

.custom-checkbox span::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    background: #fdfdfd;
    border: 1px solid #e4e5e7;
}

.custom-checkbox span::after {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    right: 1px;
    font-size: 18px;
    color: #0087b7;
    line-height: 20px;
    text-align: center;
}

.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: -1;
    position: absolute;
}

.custom-checkbox input[type="checkbox"]:checked + span::after {
    content: "\f00c";
    background: #fff;
    color: #000;
    font-family: "Font Awesome\ 5 Free";
}



/* Footer */
/* ========================================================================================================= */
.social-icons a {
    display: flex;
}
.social-icons {
    text-align: center;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

@media all and (max-width: 767px) {
    .social-icons {
        margin: 0 0 7px;
    }
}

.nav-footer .footer-widget-1, .nav-footer .footer-widget-2 {
    padding: 0 0 0 4%;
}


.footer-widget-2 .widget {
    margin:0;
}

.newsletter {
    background: #fff;
    border-radius: 24px 24px 24px 0;
    box-shadow: 0 0 19px -9px #000;
    overflow: hidden;
    display: inline-block;
    width: 90%;
    margin: 1rem 0 0 0;
}
.newsletter-subscribe {
    background: #777c88;
    padding: 10px;
    text-align: center;
    color: #fff;
}
.newsletter input {
    padding: 15px;
    width: 100%;
    background: #fff;
    text-align: center;
}

.site-footer a {
    text-decoration: none;
}

.social-icons a {
    width: 20%;
}

.footer-bottom ul li {
    display: inline-block;
    padding-left: .5em;
}


/* HOME */
/* ========================================================================================================== */


.main_banner {
    position:relative;
    padding: 0 0 50%;
    display:block;
    background-size: contain;
    background-repeat: no-repeat;
}

.main_banner.cover {
    background-position: top left;
    background-size:cover;
}

@media all and (min-width: 768px) {
    #primary .main_banner.cover {
        margin: 2em 0;
        border-radius: 3px;
    }
    .pods > *:first-child {
        border-radius: 3px 0 0 3px;
    }

    .pods > *:last-child {
        border-radius: 0 3px 3px 0;
    }
    .pods.right > *:first-child {
        border-radius: 0 3px 3px 0;
    }

    .pods.right > *:last-child {
        border-radius: 3px 0 0 3px;
    }
}
@media all and (max-width: 767px) {
    .pods.double > .pod_text {
        background: #edf1fc;
        padding-top: 0;
        padding: 20px;
        height: auto;
    }
    .main_banner {
        padding: 0;
    }
    .main_banner.cover {
        background-size:200%;
        padding-top: 140%;
    }
    .main_banner.banner.cover {
        padding-top: 100%;
    }
    .woocommerce-products-header__title.page-title {
        font-size: 2em;
    }
    .hentry.type-page .entry-header .entry-title {
        font-size: 2em;
    }
}

.pods.double  > a {
    padding-top: 100%;
    background-size: cover;
}



@media all and (max-width: 767px) {
    .home #page .col-full {
        margin: 0;
    }

    .home #page footer .col-full {
        margin-left: 1.41575em;
        margin-right: 1.41575em;
    }

    .pods {
        margin-left: 1.41575em;
        margin-right: 1.41575em;
    }
    .pods.double {
        margin: 5px 0;
    }
    #primary .main_banner.cover {
        margin: 5px 0;
    }
    .pods.double > div {
        padding: 10%;
    }
    .pods > *:first-child {
        border-radius: 3px 3px 0 0;
    }

    .pods > *:last-child {
        border-radius: 0 0 3px 3px;
    }
}
.pods.double  > * {
    display: block;
    text-align: center;
    position: relative;
}


@media all and (min-width: 768px) {
    .pods.double  > div, .pods.double  > a {
        width:50%;
        float:left;
        padding-top: 50%;
    }
    .pods.double.right  > a {
        float:right;
    }
}



.pods.double:after {
    content:'';
    clear:both;
    display: table;
}
.pods a.button {
    padding: 10px 30px;
    background-color: #000000de;
    text-align: center;
    color: white;
    border-radius: 3px;
    box-shadow: 0 4px 23px -18px #000;
    font-weight: 400;
}
/*.pod_image, .pod_text {*/
/*    min-height: 400px;*/
/*}*/

.pod_text h2 {
    text-transform: uppercase;
    font-weight: 500;
}

.pod-content h4 a{
    color:#000;
}


.pod_text a {
    letter-spacing: 2px;
    color: #000;
    font-weight: 500;
}

@media all and (min-width: 768px) {
    .pod-content {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 80%;
        width: calc(460px - 100vw / 10);
        min-width: 53%;
    }

    .pod-content h4 {
        margin-top: 1%;
        color:#000;
    }



    .pod-content p {
        margin: 0;
        padding-bottom: 8%;
    }

}

@media all and (min-width: 1024px) {
    .pod-content h2 {
        font-size:3em;
    }
}

@media all and (max-width: 767px) {
    .pod-content h2{
        font-size: 1.9em;
        font-weight: bold;
    }

    .pod-content h4{
        font-size: 1.2em;
        margin: 0;
    }
}

/*@media all and (max-width: 659px) {*/
/*    .pod-content p {*/
/*        display: none;*/
/*    }*/

/*}*/


/*.billy-header {*/
/*    color: #3d3d3d;*/
/*    font-size: 1.5em;*/
/*    z-index: 3;*/
/*    position: absolute;*/
/*    background: rgb(255 255 255 / 90%);*/
/*    margin: 10px 0px 0px 30px;*/
/*    padding: 2px 7px;*/
/*    letter-spacing: 1px;*/
/*}*/

.slick-slider {
    margin: 2em 0;
}

.mobile-menu-separator {
    border-bottom: 2px solid #878787;
}

.billy-listing-categories {
    display: flex;
    width:100%;
    justify-content: space-between;
    font-size: 1.4em;
    margin: 1.8em 0 1.2em;
}

.billy-listing-categories a {
    display:inline-block;
    width:24%;
    text-align:center;
}

.billy-listing-categories .prod-name {
    text-transform: uppercase;
    color: #000;
    margin-top: 0.3em;
    letter-spacing: -1px;
}

@media all and (max-width: 767px) {
    .billy-listing-categories {
        flex-flow: wrap;
        font-size: 1em;
    }
    .billy-listing-categories a {
        width:49%;
    }

    .billy-listing-categories.listing-trust {
        margin-left: 1.41575em;
        margin-right: 1.41575em;
    }
}

.billy-listing-categories .prod-type {
    color:#2e2e2e;
    margin-bottom: 0.5em;
    font-size: 0.7em;
}
.clear {
    clear:both;
}

.home-icons img, .home-icons svg {
    max-height: 50px;
}

@media all and (max-width:767px){
    .home-icons img, .home-icons svg {
        max-height: 33px;
    }

}

@media all and (min-width: 700px) {
    .home-icons img {
        width: 19%;
        display: inline-block;
        margin: -12px 6%;
    }
}
/*no text for a now*/
.main-banner-text-bottom img {
    margin:0 auto;
    max-width: 80%;
}

@media all and (min-width: 768px) {
    .main-banner-text-bottom {
        /*color: #fff;*/
        position: absolute;
        top: 50%;
        right: 0;
        /*font-weight: 500;*/
        /*font-size: 40px;*/
        /*text-transform: uppercase;*/
        width: 50%;
        transform: translateY(-50%);
    }
}

.main_banner {
    overflow: hidden;
}


div#content > .pods:first-child {
    margin-top: 0;
}

/*WOO GRID 1em less for margin*/
.wc-block-grid__products .wc-block-grid__product, .wc-block-grid__products li.product, ul.products .wc-block-grid__product, ul.products li.product {
    margin-bottom: 3.235801em;
}


/* Filter Colours - Overwrite html colours to nicer looking */

li.billy-colours-attributes__value[style*="red"] { background-color: #cc2332 !important; }
li.billy-colours-attributes__value[style*="orange"] { background-color: #e1932d !important; }
li.billy-colours-attributes__value[style*="yellow"] { background-color: #fcd758 !important; }
li.billy-colours-attributes__value[style*="green"] { background-color: #92b33c !important; }
li.billy-colours-attributes__value[style*="turquoise"] { background-color: #55b7b1 !important; }
li.billy-colours-attributes__value[style*="blue"] { background-color: #729ee1 !important; }
li.billy-colours-attributes__value[style*="purple"] { background-color: #729ee1 !important; }
li.billy-colours-attributes__value[style*="grey"] { background-color: #a3a3a3 !important; }
li.billy-colours-attributes__value[style*="neutral"] { background-color: #fff3d4; border: 1px solid #c3c3c3;}
li.billy-colours-attributes__value[style*="pink"] { background-color: #f673d6 !important; }
li.billy-colours-attributes__value[style*="blush"] { background-color: #ffdedb;}
li.billy-colours-attributes__value[style*="burgundy"] { background-color: #913740; }
li.billy-colours-attributes__value[style*="brown"] { background-color: #5d4341; }
li.billy-colours-attributes__value[style*="beige"] { background-color: #e9c4a3 !important; }
li.billy-colours-attributes__value[style$="lightgrey"] { background-color: #dddddd !important; }
li.billy-colours-attributes__value[style$="darkgrey"] { background-color: #4b4b4b !important; }
li.billy-colours-attributes__value[style*="white"] { border: 1px solid #c3c3c3; }
li.billy-colours-attributes__value[style*="pastel"] { background-color: #fcd9ef; }


@media (min-width: 768px) {
    .woocommerce-result-count {
        padding-top:10px;
    }
}

.woocommerce-loop-category__title mark{
    color: #cacaca;
    font-weight: 500;
    font-size: 1rem;
}

.billy-cart-remove {
    display: none;
    cursor:pointer;
}
.woocommerce-cart .billy-cart-remove {
    display: inline-block;
}


@media (max-width: 767px) {
    .main-banner-text-bottom img {
        max-width: 32%;
    }
}

@media (max-width: 767px) {
    .full-screen a {
        background-size: 25vh;
        background-position: center 10%;
    }
    .main-banner-text-bottom img {
        max-width: 74%;
    }
}


/*mailing list -------------------------------------------------------------------*/

.mailing-list {
    /*background-position:left bottom;*/
    /*background-repeat: repeat-x;*/
    padding: 28px 0 3px;
    min-height: 112px;
    text-align:center;
}

.mailing-list .mailing-text {
    vertical-align: middle;
    display: inline-block;
    letter-spacing: 1.5px;
    line-height: 2em;
}

.mailing-list .email-icon {
    vertical-align: text-bottom;
    padding: 0 1em 3px 0;
    width: 44px;
    display: inline-block;
    position: absolute;
    z-index: 2;
    width: 34px;
    top: 8px;
    left: 4px;
}



/*.mailing-list {*/
/*  background: url(images/bg_torn.png) repeat-x left bottom;*/
/*  padding: 0 0 80px;*/
/*}*/
/*Adapted from: http://blog.heyimcat.com/universal-signup-form/ *!*/
#mc_embed_signup form {text-align:center; padding:10px 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {font-family:'Yomogi',"Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; border: 1px solid #ABB0B2;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #343434; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em; display: inline-block; margin: 0; width:350px; vertical-align:top;}
#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup .button {font-size: 13px; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; letter-spacing: .03em; color: #fff; background-color: #aaa; box-sizing:border-box; height:34px; line-height:32px; padding:0 18px; display: inline-block; margin: -1px 0 0; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#777; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
@media (max-width: 768px) {
    #mc_embed_signup input.email {width:100%; margin-bottom:5px;}
    #mc_embed_signup .clear {display: block; width: 100% }
}
@media all and (min-width: 767px) {
    .mailing-list .input-email {
        width: 50%;
    }
    .mailing-list .mailing-text {
        margin-bottom: 1em;
    }
    .mailing-list .mailing-text br {
        display: none;
    }
    #mc_embed_signup {
        margin:-0.2em 0 0.4em !important;
    }
}
.mailing-list .input-email {
    margin: 0 auto;
}

.mailing-list .input-email input {
    width:65% !important;
    z-index: 1;
    position: relative;
    border: 1px solid #7a7a7a !important;
    border-right: none;
    border-radius: 4px 0 0 4px !important;
    text-align: center;
}

.mailing-list .input-email .button {
    width:  100% !important;
    margin-left: -8px !important;
    background-color: #030302 !important;
    border-radius: 0 4px 4px 0 !important;
    padding: 0 0 0 21px !important;
    border: 1px solid #d9d9d9 !important;
    border-left: none !important;
}

.wrapper-input-email {
    position: relative;
    display: inline-block;
    margin-left: -8px !important;
    width: 29%;
}

#mc_embed_signup .clear {
    width: 34% !important;
    float: right;
}

form#mc-embedded-subscribe-form, #mc_embed_signup {
    background: transparent !important;
    padding: 2px 0;
    margin:0;
}
@media all and (max-width: 767px) {
    .toBlock {
        display: block;
    }
}
.mailing-list .discount-tc {
    font-size:10px;
}

.site-search.toggle {
    font-size: .875em;
    clear: both;
    display: block;
    position: absolute;
    z-index: 99;
    right: 2px;
    top: 39px;
    max-width: 202px;
}
#masthead > .col-full .site-search.toggle input  {
    text-transform:uppercase;
    max-width: 128px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    position: absolute;
    top: 17px;
    right: 2px;
}

.flag-box {
    float:right;
    padding: 0px 14px 10px 14px;
    position: relative;
    max-height: 36px;
    overflow: hidden;
    transition:all .2s;
    z-index: 1;
    box-shadow: 0 0 0 0 #000;
    background: #fff;
}
.flag-box:hover {
    max-height: 96px;
    box-shadow: 1px 0 8px -5px #000;
}

.flag-box img {
    width: 36px;
    margin-top: 9px;
    border-radius:0;
}

nav#site-navigation .flag-box {
    display: none;
}

nav#site-navigation.toggled .flag-box {
    display: block;
    right: 10px;
    background: #fff0;
    position: fixed;
    top: 0;
}

nav#site-navigation.toggled .flag-box:hover {
    background: #fff;
}

nav#site-navigation.toggled button.menu-toggle {
    position: fixed;
    right: 0;
    margin: 10px;
}

/*post*/
.pseudo-background-img-container {
    position: relative;
    width:100%;
    height: 200px;
    margin-bottom: 1.618em;
    border: 2px solid #edf1fc;
}
.pseudo-background-img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.billy-article-header{
    margin-bottom: 0 !important;
    border-bottom:none !important;
}

.billy-article-header h2, .billy-article-header span, .billy-article-header h1 {
    font-family: 'Yomogi';
    font-size: 1.5em !important;
    margin: 0;
    vertical-align: bottom;
}
.billy-article-header span a{
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 400 !important;
}
.billy-article-header h2 a, .billy-article-header h1, .billy-article-header span a{
    color: #2c2d33 !important;
}

.entry-content .more-link {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 30px;
    background-color: #000000de;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 23px -18px #000;
    display: inline-block;
    font-family: 'Yomogi';
    font-weight: 700;
    letter-spacing: 1px;
}
.single-post.left-sidebar .content-area {
    width: 100% !important;
}


@media all and (max-width: 766px) {
    ul.products li.product.product-category img {
        margin: 0;
        width: 100%;
        margin-bottom:: 1em;
    }
}

ul.products li.product.product-category .count {
    display: none;
}

.woocommerce-loop-category__title {
    text-transform: uppercase;
    font-weight: 600 !important;
}



.woocommerce-product-attributes.shop_attributes {
    text-transform:capitalize;
    border-collapse: collapse;
}
.woocommerce-product-attributes-item {
    border-bottom: 1px solid #d2d2d2 !important;
}

.woocommerce-product-attributes-item th,.woocommerce-product-attributes-item td {
    background:none !important;
}

/*basket*/
dl.variation * {
    text-transform: capitalize !important;
}

.handheld-navigation .dropdown-toggle {
    top: 5px;
    right: -24px;
}

.handheld-navigation .dropdown-toggle:focus {
    outline: none;
}


@media (max-width: 767px)  {

    .entry-content .products li {
        float: left;
        width: 50%;
    }
    ul.products {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    li.product.type-product {
        width: 50%;
    }
}

/*loop woo*/
ul.products li.product img, ul.products .wc-block-grid__product img, .wc-block-grid__products li.product img, .wc-block-grid__products .wc-block-grid__product img {
    margin:0;
}

.woocommerce-tabs ul.tabs li.active a {
    font-weight: bold;
}

.woocommerce-tabs ul.tabs li a {
    color: #333333 !important;
}

.wc-item-meta li p, .wc-item-meta li strong {
    vertical-align: top;
}

/*
 card checkout confirmation
*/

table:not( .has-background ) th {
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    color: #231f20;
    padding-bottom: 0.5em !important;
}

table.cart td.product-remove, table.cart td.actions {
    border-top-color: #ffffff;
}

.cart_totals td, #order_review tfoot td {
    border-bottom: 1px solid #f0f0f0;
}

.woocommerce-checkout .variation {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}

.woocommerce-checkout .variation > dt {
    width:50%;
}

.woocommerce-checkout .variation > dd {
    margin: 0;
}


.shop_table.order_details td {
    border-bottom: 1px solid #f0f0f0;
    background-color: #ffffff;
}

.shop_table.order_details tfoot tr:last-child .woocommerce-Price-amount.amount{
    font-weight:bold;
}

.woocommerce-cart  form button,
.woocommerce-cart  form input[type="button"],
.woocommerce-cart  form input[type="reset"],
.woocommerce-cart  form input[type="submit"],
.woocommerce-cart  form .button,
.woocommerce-cart  form .widget a.button ,
.woocommerce-checkout form button,
.woocommerce-checkout form input[type="button"],
.woocommerce-checkout  form input[type="reset"],
.woocommerce-checkout  form input[type="submit"],
.woocommerce-checkout form .button,
.woocommerce-checkout form .widget a.button {
    background-color: #2b2b2b;
    border-color: #eeeeee;
    color: #ffffff;
    border: 1px solid #9f9d9d;
    box-shadow: inset 0 0 11px 3px #242424;
    border-radius: 6px;
}

input#coupon_code {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-width: 0 0 1px 0;
    box-shadow: none;
    margin: 0 10px;
}

/*footer*/
@media (max-width: 767px) {
    .site-footer {
        background-size: auto 1.6em,auto 2em !important;
    }
    ul#menu-footer-second, #menu-footer-first {
        line-height: 2em;
        margin-bottom: 0;
    }

    .social-icons {
        margin: 1.1em 0 -0.2em;
    }

    #mc_embed_signup {
        margin: 1em 0 -0.4em !important;
    }

    .site-footer {
        background-image: url(/wp-content/themes/storefront-child-theme-master/assets/img/footer-torn.jpg),repeating-linear-gradient(#fff 2em,#fff 3.9em,#dbdbdb 4em) !important;
        background-position: top center;
    }
    .mailing-list {
        padding: 2em 0 3px !important;
    }
    .footer-bottom .copyrights {
        margin: 0;
        padding:.7em 0;
    }
    .mailing-list .discount-tc {
        margin-bottom: 0;
    }
}
/*end footer fix*/

/*submenu*/
@media screen and (min-width: 768px) {
    .main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
        background-color: #ffffff !important;
        border: 1px solid #f0f0f0 !important;
        box-shadow: 7px 5px 7px -8px #ccc !important;
    }
}


/*payment*/

.woocommerce-billing-fields__field-wrapper input[type=text],
.woocommerce-billing-fields__field-wrapper input[type=number],
.woocommerce-billing-fields__field-wrapper input[type=email],
.woocommerce-billing-fields__field-wrapper input[type=tel],
.woocommerce-billing-fields__field-wrapper input[type=url],
.woocommerce-billing-fields__field-wrapper input[type=password],
.woocommerce-billing-fields__field-wrapper input[type=search],
.woocommerce-billing-fields__field-wrapper textarea,
.woocommerce-billing-fields__field-wrapper .input-text {
    background: white;
    border: 1px solid #b4b4b4;
    box-shadow: none;
    width: 100%;
    border-radius: 6px;
    padding: 6px 10px;
    outline: none;
    margin-bottom: 0.8em;
    font-weight: 400;
    color: #43454b;
    background-position-y: 3px !important;
    transition: border .4s ease-in-out;
}

.woocommerce-billing-fields__field-wrapper label {
    position: relative;
    background: #fff;
    bottom: -12px;
    left: 5px;
    padding: 0 9px;
    z-index: 1;
    display: inline-block !important;
    font-size: 0.8em;
    font-weight: 500;
}

.woocommerce-billing-fields__field-wrapper .form-row {
    margin:0;
}

.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
    padding: 3px;
    height: auto;
}

#ship-to-different-address {
    font-size: 1em;
}

textarea#order_comments {
    background: #fff;
    border: 1px solid #ededed;
    box-shadow: none;
}

.wc-stripe-elements-field {
    background: white;
    border: 1px solid #b4b4b4;
    box-shadow: none;
    width: 100%;
    border-radius: 6px;
    padding: 6px 10px;
    outline: none;
    margin-bottom: 0.8em;
    font-weight: 400;
    color: #43454b;
    background-position-y: 3px !important;
    transition: border .4s ease-in-out;
    min-height:30px;
}

label[for="payment_method_stripe"] {
    display: none !important;
}

.summary-box .text-label {
    position: relative;
    background: #fff;
    bottom: -9px;
    left: 5px;
    padding: 0 9px;
    font-size: 10px;
    z-index: 1;
    display: inline-block;
    font-size: 0.8em;
    margin: 0;
}

.colour-text {
    margin: 0 0 0 5px;
    padding: 0 9px;
}
