/*
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.   ***************/

blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 10px;
}

.col, .columns, .gallery-item {
    padding-bottom: 0;
}

.is-divider {
    display: none !important;
}

.banner .button {
    margin-bottom: 0;
    margin-top: 0;
}

.bg-gradien .bg.bg-loaded::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 40%, #000000 100%);
}

.searchform-wrapper .search_categories {
    background-color: #f2f2f2;
    border-radius: 8px 0 0 8px;
    height: 48px;
}

.searchform-wrapper .search-field {
    background: #f2f2f2;
    border-radius: 0 8px 8px 0;
    height: 48px;
}

.select-resize-ghost, .select2-container .select2-choice,
.select2-container .select2-selection, input[type=date],
input[type=email], input[type=number], input[type=password],
input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    box-shadow: none;
    height: 44px;
}

input[type=email]:focus, input[type=number]:focus,
input[type=password]:focus, input[type=search]:focus,
input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
    box-shadow: none;
}

.searchform-wrapper .ux-search-submit {
    height: 48px;
    width: 58px;
    border-radius: 8px;
    background-color: #2D3F65 !important;
    margin: 5px !important;
}

.searchform-wrapper:not(.form-flat) .submit-button, .widget_search .submit-button {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
}

.header-nav.header-bottom-nav>li {
    margin: 0;
}

.header-nav.header-bottom-nav>li>a {
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px;
}

.header-nav.header-bottom-nav li.current-menu-item>a, .header-nav.header-bottom-nav li>a:hover {
    background: #D0532D;

}

.lang {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.lang svg {
    margin-right: 5px;
}

.lang span {
    display: inline-block;
    margin: 0 5px;
}

.title-flex .col-inner {
    display: flex;
    gap: 10px;
}

.title-flex .col-inner img {
    max-width: 100%;
    width: auto;
}

.image-radius .img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
}

.icon-box-dv {
    align-items: center;
    padding: 0 16px 16px;
}

.icon-box-dv .icon-box-text h5 {
    text-transform: none;
    font-size: 24px;
    color: black;
    font-weight: 500;
}


/* product */

.nav-line-bottom {
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 20px;
}

.nav-line-bottom li {
    padding: 0 16px 6px;
}

.product-small .box-image {
    border: 1px solid #C9C9C9;
    border-radius: 4px;
}

.product-small .box-text.box-text-products a {
    font-size: 20px;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
}

.product-small .box-text.box-text-products .product-sku {
    color: #0F69AF;
    font-weight: 700;
}

.product-small .add_to_cart_button {
    height: 48px;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    color: #2D3F65;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
	border: solid 1px #2D3F65;
}

.product-small .add_to_cart_button:hover {
    background-color: #2D3F65;
	color: #fff;
}

/* blog */

.box-blog-post .image-cover img {
    border-radius: 12px;
}

.box-blog-post .box-text.text-center {
    text-align: left;
    padding-left: 0;
    padding-bottom: 0
}

.box-blog-post .box-text .post-title {
    font-size: 18px;
    color: black;
    font-weight: 700;
}



/* footer */

.footer-wrapper .ux-menu-link__link {
    color: #fff;
}

.footer-wrapper .ux-menu-link__link:hover {
    color: rgba(255, 255, 255, 0.8);
}

.footer-wrapper .menu-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
}

.footer-wrapper .menu-flex .ux-menu-link__link {
    font-size: 12px;
    font-weight: 300;
}

.contact-support input {
    height: 48px;
    border: 1px solid #E1E1EA;
    border-radius: 5px;
    background: #2D3F65;
    color: #fff;
}

.contact-support input::placeholder, .contact-support textarea::placeholder {
	color: #fff;
}

.contact-support textarea {
    border: 1px solid #E1E1EA;
    border-radius: 5px;
    background: #2D3F65;
    color: #fff;
}

.contact-support .wpcf7-submit {
    border: 1px solid #fff;
    border-radius: 5px;
    height: 48px;
    width: 180px;
    font-size: 16px;
    background-color: #fff !important;
    color: #2D3F65 !important;
}

.absolute-footer.dark {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.footer-wrapper .wpcf7 form .wpcf7-response-output {
    color: #fff;
}

.footer-wrapper .text ul {
    padding-left: 10px;
}

.footer-wrapper .social-icons.follow-icons a {
    color: #2D3F65;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}


/* account */

.my-account-header {
    display: none;
}

.my-account {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh - 138px);
    display: flex;
    align-items: center;
}

.form-account, form.lost_reset_password {
    max-width: 650px;
    background: #fff;
    border-radius: 20px;
    padding: 60px;
}

form.lost_reset_password .woocommerce-form-row {
    width: 100%;
}

.woocommerce-form-row , .woocommerce-form .form-row {
    position: relative;
}

.woocommerce-form-row input, .woocommerce-form .form-row input{
    border-radius: 4px;
    padding-left: 40px !important;
    margin-bottom: 0;
}

.woocommerce-form-row svg , .woocommerce-form .form-row svg{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.woocommerce-input-wrapper input, .woocommerce-input-wrapper select, .woocommerce-input-wrapper textarea {
    border-radius: 4px;
}

.woocommerce-form-login__submit, .woocommerce-form-register__submit, .woocommerce-Button {
    margin-top: 20px;
    width: 100%;
    height: 48px;
    border-radius: 4px;
}

.action-register {
    text-align: center;
    margin-top: 20px;
}

.logged-in .my-account-header {
    display: block;
}

.logged-in .my-account {
    background: #F9F9F9;
    min-height: auto;
    padding: 60px 0;
}


/* page contact */

.box-contact {
    border-radius: 12px;
    padding: 20px 20px 10px;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
}

.box-contact h3 {
    font-size: 20px;
    color: #2D3F65;
    font-weight: 700;
}

.box-contact .flex-row {
    gap: 10px;
}

.box-contact .flex-col {
    position: relative;
    margin-bottom: 10px;
}

.box-contact .flex-col input {
    padding-left: 40px;
    border-radius: 4px;
}

.box-contact .flex-col textarea {
    padding-left: 40px;
    border-radius: 4px;
    margin-bottom: 0 !important;
}

.box-contact .flex-col svg {
    position: absolute;
    margin: 12px;
    z-index: 1;
}

.flex-col select {
    border-radius: 4px;
}

.flex-col .wpcf7-submit {
    height: 48px;
    width: 100%;
    border-radius: 4px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.wc-register-tabs {
	display: flex;
    margin-bottom: 20px;
    list-style: none;
}

.wc-register-tabs__item {
	font-weight: 500;
	align-items: center;
	border-top: 4px solid #2D3F65;
	margin: 0 10px 0 0;
	flex: 1;
	padding: 4px 0;
	cursor: pointer;
}
.wc-register-tabs__item input {
	margin: 0 5px 0 0;
	position: absolute;
	top: 7px;
	opacity: 0;
}
.wc-register-tabs__item label {
	color: #2D3F65;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	padding-left: 20px;
}
.wc-register-tabs__item.active {
	border-color: #00CC00;
}
.wc-register-tabs__item.active label {
	color: #00CC00;
}
.wc-register-tab-content h3 {
	/* font-family: Lato; */
	font-weight: 600;
	font-size: 18px;
	color: #000000;
	margin-top: 20px;
}

.wc-register-tabs__item label .checkmark {
	position: absolute;
	top: 7px;
	left: 0;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #8792A2;
}
.wc-register-tabs__item label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: solid 4px #00CC00;
	transform: translate(-50%, -50%) rotate(45deg);
}
.wc-register-tabs__item input:checked ~ .checkmark {
	/* background: #2D3F65; */
	border-color: #00CC00;
}
.wc-register-tabs__item input:checked ~ .checkmark:after {
	display: block;
}

@media screen and (max-width: 549px) {
    .icon-box-dv .icon-box-text h5 {
        font-size: 20px;
    }

    .nav-line-bottom li {
        padding: 0 6px 6px;
    }

    .footer-wrapper .menu-flex {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .footer-wrapper .menu-flex .ux-menu-link__link {
        font-size: 14px;
    }

    .searchform-wrapper .search_categories {
        display: none;
    }

    .header-search .nav-dropdown>li.html {
        min-width: 300px
    }

    .searchform-wrapper .search-field {
        border-radius: 4px;
    }

}