/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.searchform .button.icon i {
    font-size: 1em;
}

.copyright-footer {
    display: none;
}

.icon-user:before {
    font-family: 'Material Symbols Outlined';
    content: '\e7fd';
    /* this is the 'account_circle' icon */
    font-size: 28px;
    font-weight: 300;
}

.form-flat input:not([type=submit]) {
    border-radius: 1px;
    border-color: #222;
    background-color: rgb(0 0 0 / 0%);
}


.container {
    padding-left: 0px;
    padding-right: 0px;
}

.nav>li>a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;

}

.nav-line-bottom>li>a:before {
    background-color: #222;
}

.off-canvas-left .mfp-content {
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 1);
    width: 360px;
}

.p-top-bar-p {
    font-size: 13px;
}


.menu-item-has-block .nav-dropdown li:first-child:not([class^=bullet-]) {
    margin-left: 0em !important;
}


.nav-dropdown-has-border .nav-dropdown {
    border: 0px solid #ddd;
}

.nav-dropdown-has-shadow .nav-dropdown {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.sticky-mobile-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    -webkit-box-shadow: 0px -8px 29px -12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -8px 29px -12px rgba(0, 0, 0, 0.2);
    text-transform: normal;
}


.sticky-mobile-menu .icon-box-center .icon-box-img {
    margin: 0 auto 4px;
}


.absolute-footer.dark {
    display: none;
}


.input.wpcf7-email {
    width: 80%;
}




/* pay attention */
.box-image img {
    background: #f3f3f3;
}


h5.main-cat-link-main-page:hover {
    text-decoration: underline;
    color: #222;
}

a.cat-link-main-page:hover {
    text-decoration: underline;
    color: #222;
}

a.cat-link-main-page {
    font-weight: 600;
    font-size: 14px;
    color: #222;
}

.form-flat button,
.form-flat input {
    border-radius: 1px;
}

.button,
input[type=submit] {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}

.wpcf7-spinner {
    display: none;
}

.flex-row.form-flat .flex-col {
    padding-right: 0px;
}

.hp-slider-item-submenu {
    width: 100%;
    text-align: left;
    overflow-x: hidden;
}

.hp-slider-item-submenu ul {
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 4px;
}

.hp-slider-item-submenu ul li {
    padding-left: 10px;
    padding-right: 10px;
}

.hp-slider-item-submenu ul li {
    position: relative;
}

.hp-slider-item-submenu ul li:before {
    content: "";
    height: 10px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #d0d4d9;

}

li {
    margin: 0;
    padding: 2px 0;
    text-indent: 0;
    list-style: none;
}

/* pay attention */
.col-inner ul li {
    margin-left: 0em;
}

.box-text.text-center {
    padding-left: 0px;
}

/* .row.row-collapse {
    background: #f3f3f3;
} */

/* size of top filters on product-category */
p.woocommerce-result-count {
    font-size: 13px;
}

.woocommerce-ordering select {
    font-size: 13px;
}
/* end of size of top filters on product-category */

.button.is-outline {
	border: 1px solid;
}

/* size of add to favorite icon on the products  */
.button.icon {
font-size: 11px;
}


a.remove {
    border: 1px solid;
    color: #000000;
    font-weight: 500;
}

td.wishlist-empty {
    font-size: 1em
}

th {
    text-transform: capitalize;
}

.nav-vertical+.tab-panels {
	border-left: 0px solid #ddd;
}

.dashboard-links a {
    border: 1px solid #222;
    border-radius: 1px;
    font-size: 16px;
}

a.contacts-item-footer:hover, a.my-account-item-footer:hover, a.information-item-footer:hover, a.bottom-item-footer:hover {
	text-decoration: underline;
	color: #222;
}

.ux-menu-link__link {
font-size: 13px;
color: #222;
}

@media (max-width: 549px) {
    #footer {
        margin-bottom: 90px;
    }
}

@media (max-width: 849px) {
    .searchform-wrapper {
        font-size: 1rem;
        padding-left: 15px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 849px) {
    .col {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 849px) {
    .medium-logo-center .logo img {
        margin: 10px auto;
    }
}

@media (min-width: 850px) {
    .nav-vertical+.tab-panels {
/*         border-left: 1px solid #ddd;
 */
}
	
@media (max-width: 768px) { /* Цей стиль буде застосовано, якщо ширина екрану менше або дорівнює 768px */
    .page-id-91 .page-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
}
	
@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    p.top-bar-p {
        font-size: 10px;
        text-transform: inherit;
    }

    a.is-small {
        color: #222 !important;
    }

    .flex-row {
        align-items: flex-start;
    }

    .ml-half {
        margin-left: 0px;
    }

    .medium-logo-center .logo img {
        margin: 10px auto;
    }
	
	
}