.font-title{
    font-family: 'UTM Avo', sans-serif;
}
.font-bold{
    font-weight: bold;
}
.font-900{
    font-weight: 900;
}
.bg-overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.white {
    color: #ffffff;
}

.bg-white {
    background-color: #ffffff;
}

.black{
    color: #333;
}

.after-df,
.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields h3#ship-to-different-address>label>#ship-to-different-address-checkbox:checked:before {
    content: "";
    display: block;
    position: absolute;
}

.round {
    border-radius: 50%;
}

.radius0,
.woocommerce-account #customer_login form.woocommerce-form-register,
.woocommerce-account #customer_login form.woocommerce-form-login {
    border-radius: 0px;
}

.font-900 {
    font-weight: 900;
}

.font-300 {
    font-weight: 300;
}

.font-100 {
    font-weight: 100;
}

.font-500,
.woocommerce-account #customer_login h2 {
    font-weight: 500;
}

.font-normal {
    font-weight: normal;
}

.transition,
.woocommerce-checkout #order_review #payment button#place_order,
.woocommerce-cart.woocommerce-page table.shop_table .coupon button.button {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.inline-flex-wrap {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
}

.inline-block {
    display: inline-block;
}

.flex-wrap,
.widget_shopping_cart .widget_shopping_cart_content .mini-cart-button,
.woocommerce-account #customer_login form.woocommerce-form-login .form-row .woocommerce-form-login__rememberme,
.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    flex-wrap: wrap;
}

.widget_shopping_cart .widget_shopping_cart_content .mini-cart-button {
    justify-content: space-between;
}

.jtf-center {
    justify-content: center;
}

.visible-hidden {
    visibility: hidden;
    opacity: 0;
}

.fixlh {
    line-height: normal;
}

.lh24 {
    line-height: 24px;
}

.no-margin,
.woocommerce-account #customer_login h2,
.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields h3 {
    margin: 0px;
}

.pst-absolute,
.woocommerce-checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-form__label-for-checkbox .input-checkbox:checked:before {
    position: absolute;
}

.text-capitalize {
    text-transform: capitalize;
}

.overflow-hidden {
    overflow: hidden;
}

/* cart page */
.woocommerce-cart.woocommerce-page .return-to-shop {
    margin-bottom: 0px;
}

.woocommerce-cart.woocommerce-page .woocommerce {
    padding-bottom: 80px;
}

.woocommerce-cart.woocommerce-page table.shop_table {
    border: 1px solid #e5e5e5;
    margin-bottom: 50px;
}

.woocommerce-cart.woocommerce-page table.shop_table td,
.woocommerce-cart.woocommerce-page table.shop_table th {
    padding: 20px 10px;
}

.woocommerce-cart.woocommerce-page table.shop_table tbody .product-remove a.remove {
    line-height: 13px;
}

.woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals h2 {
    margin-bottom: 20px;
}

.woocommerce-cart.woocommerce-page .cart-collaterals table.shop_table {
    margin-bottom: 0px;
}

.woocommerce-cart.woocommerce-page .cart-collaterals table.shop_table td,
.woocommerce-cart.woocommerce-page .cart-collaterals table.shop_table th {
    padding: 20px 10px;
}

/* checkout page */
.checkout_coupon.woocommerce-form-coupon {
    border-radius: 0px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-last button[name=apply_coupon] {
    height: 40px;
    line-height: 40px;
}

.woocommerce-checkout .main-page-default {
    margin-bottom: 80px;
}

.woocommerce-checkout #customer_details {
    margin-bottom: 27px;
}

.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields>h3 {
    color: #000;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 24px;
}

.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_country_field {
    margin-bottom: 10px;
}

.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox span {
    display: block;
    margin-top: -10px;
    margin-left: 20px;
}

.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields h3#ship-to-different-address>label>#ship-to-different-address-checkbox:checked:before {
    top: 0px;
    left: 0px;
    color: #e7b622;
    font-size: 14px;
    content: "\f00c";
    font-family: FontAwesome;
}

.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields h3#ship-to-different-address>label>#ship-to-different-address-checkbox:focus {
    outline: none;
}

.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields h3#ship-to-different-address>label>span {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 7px;
    display: inline-block;
}

.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .form-row#shipping_country_field {
    margin-bottom: 10px;
}

.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper #order_comments_field textarea.input-text {
    height: 100px;
    padding: 15px 8px 15px 8px;
    resize: none;
}

.woocommerce-checkout #order_review_heading {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 23px;
}

.woocommerce-checkout #order_review {
    background: #fff;
    border: 1px solid #e5e5e5;
}

.woocommerce-checkout #order_review:before,
.woocommerce-checkout #order_review:after {
    display: none;
}

.woocommerce-checkout #order_review .order-table-wrap {
    padding: 0px;
}

.woocommerce-checkout #order_review .order-table-wrap table thead tr th {
    padding: 15px 0px;
}

.woocommerce-checkout #order_review .order-table-wrap table tbody tr td {
    padding: 15px 0px;
}

.woocommerce-checkout #order_review .order-table-wrap table tfoot .woocommerce-shipping-totals .woocommerce-shipping-methods li input {
    height: auto;
}

.woocommerce-checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-form__label-for-checkbox .input-checkbox {
    border: 1px solid #000000;
    width: 12px;
    height: 12px;
    box-shadow: none;
    -webkit-appearance: none;
    position: relative;
    margin: -2px 0px 0px 0px;
    vertical-align: middle;
    display: inline-block;
}

.woocommerce-checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-form__label-for-checkbox .input-checkbox:checked:before {
    top: 0px;
    left: 0px;
    color: #e7b622;
    color: #e7b622;
    font-size: 11px;
    content: "\f00c";
    font-family: FontAwesome;
}

.woocommerce-checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text {
    margin-left: 5px;
    padding-top: 6px;
    display: inline-block;
}

.woocommerce-checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    margin-bottom: 15px;
}

.woocommerce-checkout.woocommerce-page {
    margin-top: 0px;
}

.woocommerce-checkout .woocommerce-order .woocommerce-thankyou-order-details {
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    padding: 20px 20px;
}

.woocommerce-checkout .woocommerce-order .woocommerce-order-details {
    margin-bottom: 36px;
}

.woocommerce-checkout .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
    margin-top: 32px;
    margin-bottom: 25px;
    font-size: 24px;
}

.woocommerce-checkout .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details {
    border: 1px solid #e5e5e5;
}

.woocommerce-checkout .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details thead tr th,
.woocommerce-checkout .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details tbody tr th,
.woocommerce-checkout .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details tfoot tr th {
    padding: 20px 15px;
}

.woocommerce-checkout .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details thead tr td,
.woocommerce-checkout .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details tbody tr td,
.woocommerce-checkout .woocommerce-order .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details tfoot tr td {
    padding: 20px 15px;
}

.woocommerce-checkout .woocommerce-order .woocommerce-customer-details {
    margin-bottom: 0px;
}

.woocommerce-checkout .woocommerce-order .woocommerce-customer-details h2.woocommerce-column__title {
    margin-top: 32px;
    margin-bottom: 25px;
    font-size: 24px;
}

.woocommerce-checkout .woocommerce-order .woocommerce-customer-details address {
    padding: 20px 15px;
    border-radius: 0px;
    border: 1px solid #e5e5e5;
}

/* My Account page */
.woocommerce-account #customer_login {
    margin-bottom: 0px;
    margin-top: 35px;
}

.woocommerce-account #customer_login h2 {
    font-size: 24px;
    text-transform: capitalize;
}

.woocommerce-account #customer_login form.woocommerce-form-login {
    margin-bottom: 0px;
}

.woocommerce-account #customer_login form.woocommerce-form-login .form-row {
    padding: 0px !important;
}

.woocommerce-account #customer_login form.woocommerce-form-login .form-row input#password {
    margin-bottom: 10px;
}

.woocommerce-account #customer_login form.woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
    margin-bottom: 15px;
    height: 24px;
    line-height: 24px;
}

.woocommerce-account #customer_login form.woocommerce-form-login .form-row .woocommerce-form-login__rememberme #rememberme {
    line-height: 24px;
    height: 24px;
    margin: 0px;
}

.woocommerce-account #customer_login form.woocommerce-form-login .form-row .woocommerce-form-login__rememberme span {
    margin: 0px 5px;
}

.woocommerce-account #customer_login form.woocommerce-form-login .woocommerce-LostPassword {
    margin-top: 13px;
    margin-bottom: 0px;
}

.woocommerce-account #customer_login form.woocommerce-form-register {
    margin-bottom: 0px;
}

.woocommerce-account #customer_login form.woocommerce-form-register p:first-child {
    margin-bottom: 8px;
}

.woocommerce-account #customer_login form.woocommerce-form-register>p:nth-child(3),
.woocommerce-account #customer_login form.woocommerce-form-register p:nth-child(2) {
    margin-bottom: 7px;
}

.woocommerce-account #customer_login form.woocommerce-form-register .woocommerce-privacy-policy-text {
    margin-bottom: 15px;
}

.woocommerce .woocommerce-MyAccount-content {
    padding: 27px 15px 30px 15px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
    padding: 0px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row.form-row-first label,
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row.form-row-last label {
    margin-bottom: 12px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label[for=account_display_name] {
    margin-bottom: 12px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input[name=account_display_name] {
    margin-bottom: 5px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label[for=account_email] {
    margin-bottom: 12px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label[for=password_current],
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label[for=password_1],
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label[for=password_2] {
    margin-bottom: 12px;
    margin-top: 2px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
    padding-top: 36px;
    padding-bottom: 18px;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[name=save_account_details] {
    margin-top: 5px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set {
    margin-bottom: 0px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set address {
    margin-bottom: 0px;
    line-height: 24px;
}

/* widget + unitest */
.widget_tech888f_category_fillter {
    margin-bottom: 41px;
}

.widget_tech888f_category_fillter .list-filter-cate li span {
    margin: 0px 5px;
}

.widget_tech888f_attribute_filter .attribute-type-color {
    margin: 0px -2.5px;
    margin-bottom: -4px;
}

.widget_tech888f_attribute_filter .attribute-type-color .swatch-color {
    margin: 0px 2.5px;
}

.widget_tech888f_full_fitler {
    margin-bottom: 42px;
}

.widget-filter-price .range-filter {
    margin-top: -2px;
}

.widget-filter-price .range-filter .slider-range .ui-slider-range {
    height: 2px;
    background: #849c4c;
}

.widget-filter-price .range-filter .slider-range .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #849c4c;
    top: -5px;
    height: 12px;
    width: 12px;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.widget-filter-price .range-filter .attr-price-filter {
    padding-top: 10px;
}

.widget-filter-price .range-filter .attr-price-filter .price-amount-wrap {
    margin-bottom: 11px;
}

.widget_layered_nav button[type=submit] {
    width: 100%;
}

.widget_archive .widget-title {
    margin-bottom: 15px;
}

.widget_archive>ul>li {
    color: #555;
}

.widget_archive select {
    margin-top: 5px;
}

.widget_categories .widget-title {
    margin-bottom: 15px;
}

.widget_categories ul li {
    color: #555;
}

.widget_categories select {
    margin-top: 5px;
}

.widget_pages,
.widget_meta,
.widget_recent_comments,
.widget_recent_entries,
.widget_nav_menu {
    margin-bottom: 45px;
}

.widget_pages .widget-title,
.widget_meta .widget-title,
.widget_recent_comments .widget-title,
.widget_recent_entries .widget-title,
.widget_nav_menu .widget-title {
    margin-bottom: 15px;
}

.widget_pages>ul>li:first-child,
.widget_meta>ul>li:first-child,
.widget_recent_comments>ul>li:first-child,
.widget_recent_entries>ul>li:first-child,
.widget_nav_menu>ul>li:first-child {
    padding-top: 0px;
}


.widget_product_categories .select2-container--default .select2-selection--single {
    border-color: #e5e5e5;
    border-radius: 0px;
    height: 40px;
}

.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 38px;
    line-height: 38px;
}

.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.select2-container--default .select2-selection--single {
    border-color: #e5e5e5;
    border-radius: 0px;
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 38px;
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.select2-container--default .selection .select2-selection--multiple {
    border-radius: 0px;
}

.select2-container--default.select2-container--open .select2-dropdown--below {
    border-color: #e5e5e5;
}

.widget.widget_rss {
    margin-bottom: 45px;
}

.widget.widget_rss .widget-title .rsswidget:first-child .rss-widget-icon {
    margin-top: -2px;
}

.widget.widget_rss .widget-title .rsswidget:nth-child(2) {
    color: #000;
}

.widget:last-child {
    margin-bottom: 0px;
}

.widget>ul>li:first-child {
    padding-top: 0px;
}

.widget_tag_cloud {
    margin-bottom: 40px;
}

.product_list_widget>li {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.product_list_widget>li>a>.product-title {
    font-weight: bold;
    color: #000;
}

.product_list_widget>li>a>.product-title:hover {
    color: #e7b622;
}

.product_list_widget>li .product-price {
    margin-top: 5px;
    margin-bottom: 0px;
}

.widget_shopping_cart .widget_shopping_cart_content .list-mini-cart-item .mini_cart_item .product-thumb {
    width: 70px;
}

.widget_shopping_cart .widget_shopping_cart_content .mini-cart-button {
    margin: 20px -5px 0;
}

.widget_shopping_cart .widget_shopping_cart_content .mini-cart-button>a {
    padding: 0px 15px !important;
    border: 1px solid #cccccc;
    color: #494949;
    background: #fff;
    margin: 0px 5px;
}

.widget_shopping_cart .widget_shopping_cart_content .mini-cart-button>a:hover {
    color: #fff;
    background: #e7b622;
    border-color: #e7b622;
}

.content-single-blog .content-post-default table,
.content-single-blog .content-post-default th,
.content-single-blog .content-post-default td {
    border: 1px solid #e5e5e5;
    padding: 8px;
}

.content-single-blog .content-post-default dt,
.content-single-blog .content-post-default dd {
    line-height: 24px;
}

.content-single-blog .content-post-default .alignleft {
    margin-right: 15px;
}

.content-single-blog .content-post-default .has-large-font-size {
    line-height: normal;
}

.content-single-blog .content-post-default .wp-block-image figcaption {
    margin-bottom: 7px;
    margin-top: 7px;
}

.content-single-blog .content-post-default p[style="font-size:46px"] {
    line-height: normal;
}

.content-single-blog .content-post-default blockquote p>br {
    display: none;
}

.content-single-blog .content-post-default .wp-block-audio,
.content-single-blog .content-post-default .wp-block-video,
.content-single-blog .content-post-default .wp-block-pullquote.has-cyan-bluish-gray-background-color {
    margin-bottom: 30px;
}

.content-single-blog .content-post-default .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile {
    margin-bottom: 20px;
}

.content-single-blog .content-post-default .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    border-bottom: 2px solid #8f98a1;
    margin: 1.65em auto;
    width: 100px;
}

.content-single-blog .content-post-default table {
    margin-bottom: 10px;
}

.widget_price_filter .price_slider_wrapper .price_slider {
    border: none;
    border-radius: 0;
    height: 1px;
    display: inline-block;
    margin: 0 0px 21px 5px;
    vertical-align: middle;
    width: calc(100% - 9px);
    background-color: #e5e5e5 !important;
}

.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
    height: 2px;
    background: #849c4c;
}

.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
    background: #849c4c;
    top: -5px;
    height: 12px;
    width: 12px;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
}

pre {
    border-radius: 0px;
    border: 1px solid #e5e5e5;
}

.wp-block-pullquote {
    padding: 30px 0px;
}

.wp-block-table {
    margin-bottom: 30px;
}

.wp-block-archives-dropdown {
    margin-bottom: 7px;
}

table.wp-block-table.is-style-stripes {
    padding: 0px;
    border: none;
    border-collapse: collapse;
}

kbd {
    border-radius: 0px;
}

.single-post-info .post-detail-title {
    margin-bottom: 15px;
}

.single-post-info .post-meta-data {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    align-items: center;
    border: 1px solid #e1e1e1;
    padding: 10px;
    /* border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; */
    /* padding-top: 10px;
    padding-bottom: 10px; */
}
.single-post-info .post-meta-data li{
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.single-post-info .post-meta-data li > i{
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
}
.single-post-info p {
    margin-bottom: 10px;
}

.single-post-info .tag-list-wrap {
    border-top: 1px solid #ededed;
    justify-content: space-between;
    padding-top: 36px;
    margin-top: 33px;
}

.single-post-info .tag-list-wrap .tag-list {
    width: 50%;
    margin-top: 7.5px;
}

.single-post-info .tag-list-wrap .tag-list a {
    transition: 0.3s;
    background-color: #dad6cf;
    color: #3e2b26;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    text-align: center;
    margin-top: 0.3em;
    padding: 10px 25px;
    margin-right: 4px;
    border-radius: 30px;
    text-transform: uppercase;
}

.single-post-info .tag-list-wrap .tag-list a:hover {
    background: #e7b622;
}

.single-post-info .tag-list-wrap .single-list-social {
    width: 50%;
    float: right;
}

.single-post-info .tag-list-wrap .single-list-social>ul {
    float: right;
}

.single-post-info .tag-list-wrap .single-list-social>ul>li a {
    transition: 0.3s;
    display: block;
    background-color: #c5b8a0;
    color: #3e2b26;
    width: 57px;
    height: 57px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    margin-left: 10.5px;
}

.single-post-info .tag-list-wrap .single-list-social>ul>li a span {
    font-size: 15px;
}

.single-post-info .tag-list-wrap .single-list-social>ul>li a:hover {
    background: #e7b622;
}

.single-related-post {
    margin-top: 50px;
    margin-bottom: 50px;
}

.single-related-post .title-single-related-post {
    margin-bottom: 30px;
}

.single-related-post .item-post {
    position: relative;
}

.single-related-post .item-post .post-thumb {
    margin-bottom: 10px;
}

.single-related-post .item-post .post-info .post-title {
    margin: 0px 0px 0px 0px;
}

.related-post-slider{
    margin: 0px -7.5px;
}

.related-post-slider .owl-item .item-post{
    padding: 0px 7.5px;
}

.comments-area {
    margin-top: 145px;
}

.comments-area .title-comment {
    margin-bottom: 75px;
}

.comments-area .comment-list .item-comment {
    padding-bottom: 16.5px;
    border-bottom: 1px solid #eceae6 !important;
}

.comments-area .comment-list .item-comment .comment-thumb {
    width: 80px;
}

.comments-area .comment-list .item-comment .comment-thumb img {
    border-radius: 0;
}

.comments-area .comment-list .item-comment .comment-info {
    border: none;
    margin-left: 30px;
    padding: 0;
    width: calc(100% - 81px);
    padding-left: 30px;
    margin-left: 0px;
}

.comments-area .comment-list .item-comment .comment-info .comment-author-name {
    margin-bottom: 5px;
}

.comments-area .comment-list .item-comment .comment-info .time-comment {
    margin-bottom: 17px;
}

.comments-area .comment-list .item-comment .comment-info .desc {
    margin-top: 0;
    margin-bottom: 7.5px;
}

.comments-area .comment-list .item-comment .comment-info .reply-button {
    top: 0;
    right: 0;
    color: #3e2b26;
    border-color: #e7b622;
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 22px;
    border: 2px solid #e7b622;
    border-radius: 30px;
}

.comments-area .comment-list .children {
    padding-left: 110px;
}

.comments-area .comment-reply-title {
    position: relative;
}

.comments-area .comment-reply-title small a {
    font-size: 0px;
}

.comments-area .comment-reply-title small a::before {
    content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    right: 0;
    font-size: 24px;
}

.leave-comments .comment-form .contact-message,
.comments-area .comment-form .contact-message {
    margin-bottom: 0px;
}

.leave-comments .comment-form .contact-message textarea,
.comments-area .comment-form .contact-message textarea {
    width: 100%;
    border-color: #ededed;
    border-radius: 2em;
    resize: none;
    padding: 15px 27px;
    min-height: 255px;
    border: 2px solid #ededed;
}

.leave-comments .form-submit,
.comments-area .form-submit {
    margin-top: 22.5px;
    margin-bottom: 0px;
}

.leave-comments .form-submit .shop-button,
.comments-area .form-submit .shop-button {
    color: #3e2b26;
    background: #e7b622;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    padding: 17px 33.5px;
    height: unset;
    line-height: unset;
    border-radius: 30px;
}

.leave-comments .form-submit .shop-button:hover,
.comments-area .form-submit .shop-button:hover {
    background: #c5b8a0;
}

.post-single-widget .item-post-style-2 {
    position: relative;
    transition: 0.3s;
    margin-bottom: 22.5px;
}

.post-single-widget .item-post-style-2 .post-thumb {
    margin-bottom: 0px;
}

.post-single-widget .item-post-style-2 .post-thumb::after {
    content: " ";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: rgba(34, 32, 32, 0.55);
}

.post-single-widget .item-post-style-2 .post-info {
    width: 100%;
    margin: 0;
    padding: 0 1em;
    overflow: hidden;
    display: block;
    text-align: center;
    right: auto;
    bottom: auto;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.post-single-widget .item-post-style-2 .post-info .post-title {
    margin: 10px 0px;
    letter-spacing: 1px;
    line-height: 1.45;
}

.post-single-widget .item-post-style-2:hover .post-thumb img {
    transform: scale(1.15);
}

.post-single-widget .list-col-item:last-child .item-post-style-2 {
    margin-bottom: 0px;
}


.widget_recent_comments>ul>li .comment-author-link::before {
    content: "\f0e5";
    font-family: FontAwesome;
    font-size: 17px;
    margin-right: 5px;
}

.widget_recent_comments>ul>li a {
    color: #3e2b26;
    font-weight: 700;
}

.widget_recent_comments>ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.widget_tag_cloud .tagcloud a {
    display: inline-block;
    color: #3e2b26;
    background: #dad6cf;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 6px 6px 0;
    padding: 10px 25px;
    border-radius: 30px;
}

.widget_tag_cloud .tagcloud a:hover {
    background: #e7b622;
}

.item-post .post-info .readmore {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.item-post .post-info .readmore:hover {
  
}

.archive-des {
    border: 15px solid #f7f6f1;
    padding: 15px;
    margin-bottom: 30px;
}

.fancybox-toolbar {
    right: 15px;
}

.fancybox-toolbar .fancybox-button {
    padding: 0px !important;
}

.header-top-default{
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
}
.header-top-default .logo{
    width: 250px;
    image-rendering: -webkit-optimize-contrast;
    padding-top: 8px;
}
.logo img{
    width: auto;
}
.header-top-default .menu-wrapper{
    padding-top: 24px;
    padding-bottom: 24px;
}

.search-form input[type=text]{
    border: none;
    padding: 10px 15px;
    background: transparent;
    color: #fff;
}

.search-form button[type=submit]{
    border: none;
    background: transparent;
    -webkit-appearance: none;
    right: 3px;
    top: 9px;
}

.contact-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.social-link li a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    margin: 0px 5px;
    background: rgba(255,255,255,0.85);
}
.social-link {
    margin: 0px -5px;
}
.header-top-default .header-phone{
    margin-right: 20px;
    align-items: center;
}
.header-top-default .header-phone i{
    transform: rotate(90deg);
    margin-right: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.85);
}

.header-top-default .search-form{
    margin-left: 20px;
}

.header-top-default .search-form > a{
    width: 40px;
    height: 40px;
}

.header-top-default .search-form form{
    right: 0px;
    top: 100%;
    z-index: 1002;
    background: rgb(237 28 36 / 70%);
    width: 275px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
}

.header-top-default .search-form form.active-search{
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.home.page-template .header-top-default .main-nav>ul>li>a{
    color: #333;
}
.home.page-template .header-top-default .header-phone strong{
    color: #333;
}
.home.page-template .header-top-default {
    /* background-image: linear-gradient(rgba(0,0,0,0.3), transparent); */
    background-color: rgba(255,255,255,0.8);
}

.footer-default{
    background: #333;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.footer-default::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

.footer-default .logo-wrap{
    max-width: 250px;
    margin-top: 15px;
}

.elementor-section.elementor-section-boxed>.elementor-container{
    max-width: 1160px !important;
}
.list-content-footer li{
    padding-top: 5px;
    padding-bottom: 5px;
}
.list-content-footer li a{
    width: 100%;
}
.list-content-footer li a i{
    width: 30px;
    height: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
}

.list-content-footer li a span{
    width: calc(100% - 41px);
    padding-left: 10px;
}
.footer-title{
    padding-bottom: 12px;
    position: relative;
}
.footer-title::after{
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    content: "";
    left: 0px;
    background: #fab416;
}
.footer-col2{
    padding-left: 75px;
}
.fanpage-wrap{
    margin-top: 30px;
}
.breadcrumb-title{
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.breadcrumb-title::after{
    width: 80px;
    height: 4px;
    position: absolute;
    bottom: 0px;
    content: "";
    left: 0px;
    background: #ed232a;
    margin: auto;
    right: 0;
}
.galleries-wrap .img-wrap img{
    width: 100%;
    height: auto;
    display: block;
}
.single-project .galleries-wrap{
    margin-bottom: 30px;
}
.single-project .galleries-wrap .slider-for{
    margin-bottom: 30px;
}
.single-project .galleries-wrap .slider-nav .img-wrap{
    padding: 0px 15px;
    cursor: pointer;
}
.single-project .main-page-default{
    margin-bottom: 100px;
}
.header-default{
    z-index: 2;
    position: relative;
}
.list-project-wrap .list-col-item{
    padding: 0px 15px;
}
.list-3-item{
    width: 33.333333%;
}
.list-4-item{
    width: 25%;
}
.list-project-wrap {
    margin: 0px -15px;
}

.item-post.item-project{
    margin-bottom: 30px;
}
.item-post.item-project .post-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.45) 65%, transparent 100%);
    padding: 15px 15px 20px;
    z-index: 2;
}

.item-post.item-project .post-info .project-type{

}

.no-post-display{
    margin-bottom: 30px;
}
.list-post-elementor{
    margin: 0px -7.5px;
}
.list-post-elementor .item-post {
    width: 33.33333%;
    padding: 0px 7.5px;
    margin-bottom: 30px;
}

.list-post-elementor .post-info{
    /* box-shadow: 1px 2px 4px rgb(0 0 0 / 30%);
    width: calc(100% - 60px);
    margin: auto;
    margin-top: -25px;
    z-index: 1;
    background: #fff; */
    position: relative;
    padding: 15px;
    text-align: center;
}
.btn-tuvan{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ed232a;
    padding: 0px 20px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
}
.btn-tuvan:hover{
    background: #09894c;
    color: #fff;
}
.form-contact{
    padding-top: 90px;
    padding-bottom: 100px;
    background: url(../images/bg_section_1.png);
    background-size: cover;
    background-position: center;
}

.form-contact form{
    max-width: 824px;
    margin: auto;
}
.form-contact  .box-title{
    margin-bottom: 30px;
}
.form-contact .btn-send{
    padding: 8px 20px;
    outline: none;
    border: none;
    width: 100%;
    margin-top: 15px;    
}
.form-contact textarea{
    min-height: 200px;
    resize: none;
}
.hidden {
    display: none;
}
.item-post.item-post-list.item-list-default{
    margin-bottom: 30px;
    background: #f1f1f1;
}
.item-post.item-post-list.item-list-default .post-thumb{
    width: 300px;
}
.item-post.item-post-list.item-list-default .post-info{
    width: calc(100% - 301px);
    padding: 15px;
}

.archive .main-page-default{
    padding-bottom: 50px;
}  
.single-post-thumb.banner-advs{
    margin-bottom: 20px;
}
 .single-post-thumb.banner-advs img{
    width: 100%;
    height: auto;
}
.widget_tech888f_listprojectswidget .project-img{
    width: 80px;
}
.widget_tech888f_listprojectswidget .project-img img{
    height: auto;
}
.widget_tech888f_listprojectswidget .project-info{
    width: calc(100% - 81px);
    padding: 0px 15px;
}
.widget_tech888f_listprojectswidget .prject-wrap {
    margin-bottom: 15px;
}
.elementor-widget-wp-widget-tech888f_listpostswidget .post-wrap.post-first{
    margin-bottom: 30px;
    width: 100%;
}
.elementor-widget-wp-widget-tech888f_listpostswidget .post-wrap.post-first .adv-thumb-link{
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 50%;
}
.elementor-widget-wp-widget-tech888f_listpostswidget .post-wrap.post-first .adv-thumb-link img{
    width: 100%;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    object-fit: cover;
    margin: auto;
}

.elementor-widget-wp-widget-tech888f_listpostswidget .post-wrap.post-first .post-info{
    position: absolute;
    right: 0;
    top: 0px;
    width: 40%;
    background: rgba(74, 74, 74, 0.85);
    padding: 100px 40px 40px 40px;
    height: 100%;
    z-index: 1;
    text-align: unset;
    overflow: hidden;
}
.elementor-widget-wp-widget-tech888f_listpostswidget .post-wrap-bottom{
    margin: 0px -15px;
}
.elementor-widget-wp-widget-tech888f_listpostswidget .post-wrap.post-second{
    width: 33.3333%;
    padding: 0px 15px;
}
.elementor-widget-wp-widget-tech888f_listpostswidget  .btn-readmore-wrap{
    margin-top: 30px;
}
.elementor-widget-wp-widget-tech888f_listpostswidget  .btn-readmore-wrap a {
    display: table;
}