@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

body, button, input, textarea {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
}

body.hidden {
    overflow: hidden;
    height: 100vh;
}

h1 {
    font-size: 2em;
}

p {
    margin: 0 0 10px;
}

table {

}

table td, table th {
    padding: 5px 10px;
    font-size: 14px;
}

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

.storefront-breadcrumb .col-full {
    margin: 0;
}

.storefront-sorting {
    margin-bottom: 0;
}

.woocommerce-pagination {
    display: none;
}

.woocommerce-result-count {
    font-size: 14px;
    padding: 10px;
}

.section-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.archive.woocommerce ul.products, .page-id-1443.woocommerce-active ul.products {
    padding-top: 20px;
}

ul.products li.product {
    padding: 5px;
    border: solid 1px #d9d9d9;
    border-radius: 5px;
}

ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2,
ul.products li.product h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

ul.products li.product img {
    margin: 0 auto 5px;
    max-height: 150px;
    width: auto;
    -webkit-box-shadow: 0px 11px 23px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid;
    border-radius: 5px;
    border-color: #d9d9d9;
    margin-top: -20px;
    margin-bottom: 15px;
}

ul.products li.product .price {
    display: block;
    color: #43454b;
    font-weight: 600;
    margin-bottom: 5px;
}

ul.products li.product p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

/*.home-on-sale-products .bx-wrapper {*/
/*    margin-top: -25px;*/
/*    box-shadow: none;*/
/*}*/

/*.home-on-sale-products .bx-wrapper .bx-prev {*/
/*    left: -25px;*/
/*}*/

/*.home-on-sale-products .bx-wrapper .bx-next {*/
/*    right: -25px;*/
/*}*/

/*.home-on-sale-products ul.products li.product.first,*/
/*.home-on-sale-products ul.products li.product {*/
/*    clear: none !important;*/
/*}*/

/*.home-on-sale-products .woocommerce .bx-wrapper .bx-viewport {*/
/*    padding: 20px 10px;*/
/*}*/

/*.home-on-sale-products ul.products li.product.last {*/
/*    margin-right: 15px !important;*/
/*}*/

.single-product div.product .images,
.single-product div.product .summary,
.single-product div.product .woocommerce-product-gallery {
    margin-bottom: unset;
}

.single-product table {

}

.single-product table td, .single-product table th {
    padding: 5px 10px;
    font-size: 14px;
}

.single-product div.product p.price {
    margin: 0 0 10px;
}


#order_review .shop_table {
    margin-bottom: 15px;
}

#order_review .shop_table th {
    padding: 7px 10px;
}

.woocommerce table.cart {
    margin-bottom: 3.706325903em;
}

.woocommerce table.cart tr:hover td {
    background-color: #f1f1f3;
}

.woocommerce table.cart td,
.woocommerce table.shop_table td,
table.cart th,
table.shop_table th {
    padding: 5px 10px;
    vertical-align: middle;
}

.woocommerce table.cart td.product-name a {
    color: #0a0a0a;
    font-size: 14px;
    font-weight: bold;
}

.woocommerce table.cart td.product-remove {
    padding: 0 20px;
}

.woocommerce table.cart .product-thumbnail img {
    margin: 0;
    max-width: 30px;
}

.woocommerce .woocommerce-checkout,
.woocommerce .woocommerce-MyAccount-navigation,
.woocommerce .woocommerce-MyAccount-content {
    font-size: 14px;
}

.woocommerce .woocommerce-checkout h2,
.woocommerce .woocommerce-MyAccount-content h2 {
    font-size: 20px;
    font-weight: 600;
}

.woocommerce .woocommerce-checkout h3,
.woocommerce .woocommerce-MyAccount-content h3 {
    font-size: 18px;
    font-weight: 600;
}

.woocommerce .woocommerce-checkout-payment {
    font-size: 14px;
}

.woocommerce .place-order {
    font-size: 12px;
}


.archive .quantity,
.related.products .quantity,
.home .quantity,
.wp-block-woocommerce-product-on-sale .quantity {
    display: inline-block;
    vertical-align: top;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    padding: 0;
    height: 33.28px;
    width: 40.28px;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before {
    content: "\f217";
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 35px;
    font-family: 'Font Awesome 5 Free';
}

.added_to_cart {
    display: none
}

/*li.product.instock:hover {*/
/*border: 1px solid #ccc;*/
/*border-radius: 5px;*/
/*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
/*}*/

@media screen and (max-width: 900px) {
    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        margin-top: 5px;
    }
}

@media screen and (max-width: 767px) {
    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        height: 38.75px;
        margin: 0;
        margin-bottom: 5px;
    }
}

.mobile-menu-container {
    display: none;
    position: fixed;
    left: -100%;
    top: 0;
    width: 320px;
    max-width: 100%;
    height: 100vh;
    background-color: #fff;
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 18%);
    transition: left 0.4s ease-in-out;
    z-index: 2147483649;
}

.admin-bar .mobile-menu-container {
    top: 46px;
    height: calc(100vh - 46px);
}

.mobile-menu-container.visible {
    left: 0;
}

.mobile-menu-container .tabs {
    display: flex;
    background-color: #f3f3f3;
}

.mobile-menu-container .tab {
    width: 100%;
    padding: 1em;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    text-transform: uppercase;
    line-height: 1.25;
    color: #999;
}

.mobile-menu-container .tab.active {
    border-bottom-color: #7fd37c;
    background-color: #e3e3e3;
    color: #000;
}

.mobile-menu-container .tab-content {
    display: none;
    overflow-y: auto;
    height: calc(100% - 3.375em);
}

.mobile-menu-container .tab-content.active {
    display: block;
}

.mobile-menu-container ul {
    list-style: none;
    margin: 0;
}

.mobile-menu-container ul li a {
    display: block;
    padding: 0.625em 1em;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mobile-menu-container .menu-item-has-children {
    position: relative;
}

.mobile-menu-container .dropdown-toggle {
    position: absolute;
    top: 0.25em;
    right: 0.5em;
    width: 2em;
    height: 2em;
}

.mobile-menu-container .dropdown-toggle:after {
    content: "\f107";
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-align: center;
    line-height: 2;
    transition: transform .25s ease-in-out;
}

.mobile-menu-container .dropdown-toggle.collapsed:after {
    transform: rotate(180deg);
}

.mobile-menu-container .sub-menu {
    display: none;
}

.mobile-menu-container .sub-menu li a {
    padding-left: 2em;
}

.mobile-menu-container .menu-language {
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mobile-menu-container .menu-language li {

}

.mobile-menu-container .menu-language li a {
    border-bottom: none;
}

.mobile-menu-container .menu-language li.active-language a {
    font-weight: bold;
}

.mobile-menu-container .menu-contacts li a {
    border-bottom: none;
    display: inline-block;
    margin-left: -0.5em;
}

.mobile-menu-container .menu-contacts li::before {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
}

.mobile-menu-container .menu-contacts li.brand a {
    font-size: 20px;
    font-weight: 700;
}

.phone-icon:before {
    background-image: url(/wp-content/themes/storefront/assets/images/phone-icon.png);
}

.viber-icon:before {
    background-image: url(/wp-content/themes/storefront/assets/images/viber-icon.png);
}

.instagram-icon:before {
    background-image: url(/wp-content/themes/storefront/assets/images/instagram-icon.png);
}

.site-header.myfixedHeader,
.site-footer {
    box-shadow: 0 0 10px 1px #80808096;
    border-bottom: none;
}

.site-header {
    position: fixed;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
}

.site-header.hidden {
    transform: translateY(-120%);
}

.site-content {
    margin-top: 134px;
}

@media screen and (max-width: 768px) {
    .site-content {
        margin-top: 59px;
    }
}

.site-header .site-branding,
.site-header .site-search {
    margin-bottom: 1em;
}

.site-header .sub-menu .sub-menu {
    max-height: 300px;
}

.site-header .main-navigation ul.menu > li > a,
.site-header .main-navigation ul.nav-menu > li > a {
    padding: 0.75em 1em;
}

.site-header .secondary-navigation {
    margin: 0.25em 1em 1em 0 !important;
    float: right !important;
}

.site-header .secondary-navigation .menu {
    font-size: 13px;
}

.site-header .site-header-cart .cart-contents {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    width: 270px;
}

.site-header .site-header-cart .cart-contents::after {
    float: left;
    line-height: 1.2;
    margin: 0 5px 0 0;
    font-size: 17px;
}

.site-header .site-search {
    float: right;
}

.site-header .site-header-cart {
    margin-top: 0.5em;
}

.site-header .widget_shopping_cart {
    display: none;
    width: 320px;
    max-width: 100%;
    left: unset !important;
    right: 0;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.18);
    animation: showup 0.5s;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #cccccc;
}

.site-header .widget_shopping_cart li {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.site-header .widget_shopping_cart li:hover {
    background-color: #eeeeee;
}

.site-header .widget_shopping_cart li:hover:first-child {
    border-radius: 5px 5px 0 0;
}

.site-header .widget_shopping_cart li .remove {
    float: right !important;
}

.site-header .widget_shopping_cart li .remove::before {
    color: #d94f4fc2;
}

.site-header .widget_shopping_cart li .remove:hover::before {
    color: rgba(255, 0, 0, 1);
}

.site-header .widget_shopping_cart li img {
    width: 60px;
    max-width: 60px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-left: 0;
    margin-right: 10px;
    float: left;
}

.site-header .widget_shopping_cart li div.quantity-box {
    display: inline-block;
}

.site-header .widget_shopping_cart li div.quantity {
    display: flex;
    margin: 6px 0px;
}

.site-header .widget_shopping_cart li div.quantity button {
    color: white;
}

.site-header .widget_shopping_cart li span.quantity {
    font-size: 13px;
    font-weight: 400;
}

.site-header .widget_shopping_cart .buttons,
.site-header .widget_shopping_cart .total {
    background-color: white;
}

.site-header .widget_shopping_cart .total {
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.woocommerce-active .site-header .main-navigation {
    width: auto;
}

.woocommerce-active .site-header .site-header-cart {
    width: auto;
}


@media screen and (min-width: 768px) {
    .woocommerce-active .site-header .main-navigation {
        min-width: 480px;
    }

    .widget_shopping_cart .mCSB_inside > .mCSB_container {
        margin-right: 10px;
    }

    .widget_shopping_cart .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
        margin-right: 0;
    }

    .site-header .sub-menu .sub-menu {
        box-shadow: 5px 0 10px 1px rgba(0, 0, 0, 0.18);
    }

    .site-header.myfixedHeader .widget_shopping_cart,
    .site-header.myfixedHeader .sub-menu {
        box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.18);
        border-radius: 5px;
        animation: showup 0.5s;
    }

    .site-header.myfixedHeader {
        padding: 0px 0px 0px 0px !important;
    }

    .site-header.myfixedHeader {
        /*background-position: center;*/
        /*background-size: cover;*/
        /*background-repeat: no-repeat;*/
    }

    .site-header.myfixedHeader .site-branding {
        margin: 0 !important;
        z-index: 10000;
        position: relative;
    }

    .site-header.myfixedHeader .primary-navigation > ul {
        margin-left: 2em;
    }

    .site-header.myfixedHeader .secondary-navigation {
        margin: 0;
    }

    .site-header.myfixedHeader .col-full {
        display: inline-block;
        width: 100%;
        padding: 10px 0 0 0;
    }

    .site-header.myfixedHeader .site-header-cart {
        display: inline-block;
        margin-top: 52px;
        float: none;
    }

    .site-header.myfixedHeader .storefront-primary-navigation {
        margin-top: -84px;
    }

    .site-header .widget_shopping_cart li div.quantity {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .site-header {
        padding: 10px 3%;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        box-shadow: 0 0 6px rgba(0, 0, 0, .7);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100px;
        background-color: #eaeceb;
        z-index: 9997;
    }

    .site-header.myfixedHeader {
        text-align: left !important;
    }

    .site-header .site-branding {
        width: auto;
        margin: 0;
    }

    .site-header .handheld-navigation {
        display: none;
    }

    .mobile-menu-container {
        display: block;
    }

    .site-header .site-header-cart {
        margin: 0;
    }

    .site-header button.menu-toggle {
        border-width: 1px;
    }

    .site-header button.menu-toggle[aria-expanded="true"] {
        border-bottom: none;
        border-color: #eaeceb;
        border-width: 1px;
    }

    .site-header .widget_shopping_cart {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        border-radius: 0;
        border: none;
        transition: right .4s ease-in-out;
        z-index: 2147483649;
    }

    .site-header.hidden .widget_shopping_cart {
        top: 120%;
    }

    .site-header .widget_shopping_cart.visible {
        right: 0;
    }

    .site-header .widget_shopping_cart .title {
        padding: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        font-size: 1.25em;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1;
    }

    .site-header .widget_shopping_cart li {
        padding: 5px 15px 5px 0px;
    }

    .admin-bar .site-header .widget_shopping_cart {
        top: 46px;
        height: calc(100vh - 46px);
    }

    .widget_shopping_cart_content {
        overflow-y: auto;
        height: calc(100% - 3.25em);
        padding-bottom: 5em;
    }

    .close-cart-container {
        position: absolute;
        top: 0.625em;
        right: 0.625em;
        width: 2em;
        height: 2em;
    }

    .close-cart-container:after {
        content: '\f057';
        display: block;
        font-family: 'Font Awesome 5 Free';
        font-size: 1.5em;
        font-weight: 700;
        text-align: center;
        line-height: 1.333334;
        color: #f00;
    }

    .site-header .handheld-navigation ul.menu .sub-menu {
        display: none;
    }

    .site-header .handheld-navigation ul.menu .sub-menu.toggled-on {
        display: block;
    }

    .site-header .handheld-navigation,
    .site-header .main-navigation .sub-menu .sub-menu {
        max-height: 0;
    }

    .site-header .main-navigation div.menu > ul:not(.nav-menu),
    .site-header .nav-menu {
        overflow: hidden;
        transition: none;
    }

    .site-header ul#menu-golovne-1 {
        background-color: white;
        padding: 0 0 0 15px;
        font-size: 14px;
        border: 1px solid rgba(0, 0, 0, .05);
    }

    .site-header .main-navigation ul li a {
        border-bottom: 1px solid rgba(0, 0, 0, .05);
    }
}


.ribbon {
    position: absolute;
    right: -4px;
    top: -19px;
    z-index: 1;
    overflow: hidden;
    width: 65px;
    height: 68px;
    text-align: right;
}

.ribbon span.onsale {
    font-size: 8px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 85px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#89E385 0%, #76C473 100%);
    box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 18px;
    right: -18px;
    border-color: #76C473;
}

.ribbon span.onsale::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #76C473;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #76C473;
}

.ribbon span.onsale::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #76C473;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #76C473;
}

#secondary {
    padding-right: 10px;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #8d8d8d !important;
}

.widget {
    margin: 0 0 20px;
}

.widget-area .widget {
    font-size: 14px;
}

.widget .widget-title,
.widget .widgettitle {
    font-size: 16px;
    padding: 0 0 3px;
    margin-bottom: 5px;
    font-weight: 600;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_layered_nav ul li,
.widget_layered_nav_filters ul li,
.widget_links ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_product_categories ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li {
    list-style: none;
    margin-bottom: 10px;
    line-height: 1.2;
}

.footer-widgets {
    padding-top: 15px;
}

.footer-widgets a,
.footer-widgets p {
    font-size: 14px;
}

.berocket_aapf_widget_show.mobile_hide {
    display: block !important;
}

.berocket_aapf_widget .berocket_checkbox_color label span.berocket_color_text {
    margin-left: 5px;
}

.berocket_aapf_widget .berocket_checkbox_color .berocket_label_widgets {
    margin: 0px;
}

.berocket_aapf_widget .berocket_checkbox_color.h2em label span.berocket_color_span_block, span.berocket_color_span_block {
    height: 25px;
    width: 25px;
    line-height: 1.2;
}

ul.berocket_aapf_widget:last-child {
    margin-bottom: 0 !important;
}

.site-footer {
    padding: 0;
}

.site-footer .site-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px 0;
}

.site-footer .site-info > div + div {
    text-align: center;
}

.site-footer .site-info .visa-mastercard-logo {
    background-image: url(/wp-content/themes/storefront/assets/images/visa-mastercard-logo.png);
    width: 179px;
    height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.storefront-handheld-footer-bar ul li .custom_cart_footer_link_price {
    text-indent: 0;
    display: block;
    box-sizing: content-box;
    font-size: 0.75em;
    font-weight: bold;
    padding: 22px 0;
}

.scroll-to-top {
    cursor: pointer;
    width: 36px !important;
    height: 36px !important;
    background-color: #7fd37c;
    position: fixed;
    bottom: 50px;
    right: 30px;
    cursor: pointer;
    display: none;
    border-radius: 0px;
    font-weight: 700;
    color: #2c2d33;
}

.scroll-to-top:hover {
    background-color: #66ba63;
}

.scroll-to-top i {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 28px;
    color: white;
}

@media screen and (max-width: 767px) {
    .mCSB_inside > .mCSB_container {
        margin-right: 15px !important;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 46.2%;
        margin-right: 3.8%;
        margin-bottom: 40px;
        float: left;
        clear: both;
    }

    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float: right;
        clear: none;
    }

    .woocommerce.archive #secondary,
    .page-id-1443 #secondary {
        left: -102%;
        width: 102%;
        top: 0;
        bottom: 68px;
        position: fixed;
        background-color: white;
        padding: 30px 30px 10px 30px;
        transition: 0.5s;
        z-index: 9998;
        /*border: 1px solid gray;*/
    }

    .woocommerce.archive #secondary > h3:after,
    .page-id-1443 #secondary > h3:after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f0b0";
        position: absolute;
        right: -36px;
        top: 101px;
        background: #ffffff6b;
        padding: 15px 10px;
        font-size: 18px;
        box-shadow: 1px 0 5px 2px #8080808a;
        border-radius: 0 6px 6px 0;
        /*border: 1px solid gray;*/
        /*border-left: none;*/
    }

    .woocommerce.archive #secondary.open,
    .page-id-1443 #secondary.open {
        left: -1%;
    }

    .woocommerce.archive #secondary.open > h3:after,
    .page-id-1443 #secondary.open > h3:after {
        /*border: none;*/
        content: "\f00d";
        right: 15px;
        top: 5px;
        padding: 15px;
        box-shadow: unset;
        border-radius: unset;
    }

    .site-footer {
        margin-bottom: 70px;
    }

    .site-footer .site-info {
        text-align: center;
        grid-template-columns: 1fr;
    }

    .scroll-to-top {
        bottom: 75px;
        right: 5px;
    }

    .messagesLabel_FQ {
        top: -8px !important;
        right: -8px !important;
    }

    .logoIconCloud_q- {
        width: 22px !important;
        height: 19px !important;
        background-position: 2px 0 !important;
        background-size: 17px !important;
    }

    .jivoIcon_xI {
        width: 8px !important;
        height: 28px !important;
        background-size: 7px !important;
    }

    ._orinationRight_25 .button_1O {
        width: 32px !important;
        height: 32px !important;
    }
}


/*Products effects*/
.storefront-product-categories ul.products li.product,
.related.products ul.products li.product {
    transition: 0.2s;
}

.woocommerce .products .product:hover {
    box-shadow: 0 0 15px 0 #80808096;
}

@media screen and (min-width: 768px) {
    .archive.woocommerce .products .product,
    .wp-block-woocommerce-product-on-sale .woocommerce .products .product {
        transition: 0.2s;
    }

    .archive.woocommerce .products .product:hover,
    .wp-block-woocommerce-product-on-sale .woocommerce .products .product:hover {
        transform: scale(1.2);
    }
}

.berocket_aapf_widget input {
    display: inline-block !important;
    cursor: pointer;
}

.berocket_label_widgets {
    cursor: pointer;
}

.berocket_label_widgets:before {
    display: none !important;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
    padding-top: 10px;
}

.page-template-template-homepage .type-page {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.page-template-template-homepage .entry-content, .page-template-template-homepage .entry-header {
    max-width: unset;
}

#payment .payment_methods > .wc_payment_method > label, #payment .payment_methods > .woocommerce-PaymentMethod > label {
    display: block;
    padding: 20px 10px;
    cursor: pointer;
}


.page-template-template-homepage .entry-content, .page-template-template-homepage .entry-header {
    text-align: unset !important;
}

.home .woocommerce.columns-5 {
    padding-top: 20px;
}

@media screen and (min-width: 768px) {
    .desktop-hide {
        display: none !important;
    }
}

.social-instagram {
    margin-top: 25px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.social-instagram i.instagram-logo {
    background-image: url(/wp-content/themes/storefront/assets/images/instagram-logo-icon.png);
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    opacity: 0.8;
}

.social-instagram:hover i.instagram-logo {
    opacity: 1;
}


.wp-social-login-widget {
    display: flex;
    align-items: center;
}

.wp-social-login-widget .wp-social-login-connect-with {
    font-weight: bold;
}

.wp-social-login-widget .wp-social-login-provider-list {
    display: flex;
}

.wp-social-login-widget .wp-social-login-provider-list a {
    margin-right: 10px;
}

#billing_phone_type_field .woocommerce-input-wrapper{
    display: flex;
    margin-top: 5px;
}
#billing_phone_type_field label {
    margin-right: 10px;
}


.my_account_orders .button, .woocommerce-MyAccount-downloads .button {
    margin-bottom: 0.236em;
}
