/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Add your custom styles here
*/

@import url(libs/font-awesome/css/font-awesome.css);
@import url(libs/awe5/css/all.css);
@import url(assets/css/flatsome.css);
/*:root{
    --color1:#FF4A01;
}*/
.elementor-widget-theme-post-content ol, .elementor-widget-theme-post-content ul,
.elementor-widget-text-editor ol, .elementor-widget-text-editor ul, .elementor-widget-woocommerce-product-content ul, .elementor-widget-woocommerce-product-content ol{
    margin-bottom: 15px;
    padding-left: 16px;
}
.elementor-widget-theme-post-content ol li, .elementor-widget-theme-post-content ul li,
.elementor-widget-text-editor ol li, .elementor-widget-text-editor ul li, .elementor-widget-woocommerce-product-content ul li, .elementor-widget-woocommerce-product-content ol li{
    margin-bottom: 4px;
}
/*===================icon contact=========*/
.if-round li{
	list-style: none;
	margin-left: 0 !IMPORTANT;
}
.if-round li>div {
    display: table-cell;
    vertical-align: top;
}
.if-round li>div p, .if-round li>div i{
	color: #444;
}
.if-round li>div p{
	margin-bottom: 0;
}
.if-round .if-icon i {
    width: 21px;
    height: 12px;
    line-height: 0;
    text-align: left;
    font-size: 0px;
    letter-spacing: -.02em;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    color: #86C5D8;
}
.if-round .if-icon i:before{
	font-size: 14px;
}
ul.if-round {
    margin-left: 0;
}
.copyright-footer {
    color: #fff;
    font-size: 16px;
}
i.fas.fa-phone-alt:before {
    content: "\f879";
    font-weight: 700;
    font-family: 'Font Awesome 5 Pro';
}
/*===================end icon contact=========*/

/*======================breadcrumbs===========*/
.breadcrumbs li:after {
    display: inline-block;
    vertical-align: middle;
   
    content: "/";
    font-family: FontAwesome;
    color: #fff;
    font-weight: normal;
}
ul.breadcrumbs {
    display: flex;
}
.breadcrumbs li {
    display: inline-block;
}
ul.breadcrumbs li, ul.breadcrumbs li a {
    font-size: 14px;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 0;
}
ul.breadcrumbs li:last-child:after {
    content: none;
}
.sitepath-l h1 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 45px;
    line-height: 50px;
}
.breadcrumbs a.current, .breadcrumbs a:hover {
    color: #f00;
}
ul.breadcrumbs {
    margin-bottom: 0;
    margin-left: 0;
}

.sitepath.clearfix .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.sitepath.clearfix {
    background-size: cover;
    background-position: center;
    position: relative;
}
.wrapper-breacome {
    display: flex;
    height: 250px;
    align-items: center;
}
/*======================end breadcrumbs===========*/

/*==============image cover=============*/
.has-format, .video-fit, .image-cover {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
}
.video-fit video, .video-fit iframe, img.back-image, .image-cover img, .has-format img, .has-equal-box-heights .box-image img {
    right: 0;
    width: 100%;
    height: 100% !IMPORTANT;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
/*==============image cover=============*/

/*===============slick arow==========*/
button.slick-arrow {
    font-size: 0;
    position: absolute;
    left: -6px;
    z-index: 1;
    top: 120px;
    padding: 0;
    outline: none;
    border: none;
}

button.slick-arrow:before {
    font-size: 16px;
    background-color: #fff;
    content: "\f105";
    color: var(--e-global-color-secondary);
    font-family: 'Font Awesome 5 Pro';
    width: 40px;
    height: 40px;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    content: "\f053";
    font-weight: 300;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 19%) 1px 2px 4px;
}
button.slick-arrow.slick-disabled {
    display: none !important;
}
button.slick-arrow.slick-next:before {
    content: "\f054";
}

button.slick-arrow.slick-next {
    right: -6px;
    left: auto;
}
/*===============slick arow==========*/
/*=================image box===============*/
.box-overlay .box-text, .box-shade .box-text {
    position: absolute;
    width: 100%;
    max-height: 100%;
    bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.box-text-top.box-overlay .box-text, .box-text-top.box-shade .box-text {
    position: absolute;
    top: 0;
    bottom: auto !important;
    z-index: 16;
    left: 0;
    right: 0;
}
.box-text-middle.box-overlay .box-text, .box-text-middle.box-shade .box-text {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    bottom: auto !important;
    z-index: 16;
    left: 0;
    right: 0;
}
.box-none .box-text {
    display: none !important;
}
.image-center {
    margin-left: auto;
    margin-right: auto;
}
.image-right {
    margin-left: auto;
    margin-right: 0;
}
.box-text.text-center {
    margin-left: auto !IMPORTANT;
    margin-right: auto !IMPORTANT;
}
.box-image img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
@media(min-width: 550px){
    .box-list-view .box, .box-vertical {
        display: table;
        width: 100%;
    }
    .box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, .box-vertical .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: middle;
    }
}
/*=================image box===============*/
.header-dev:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(255 255 255 / 30%);
}
.login-dev-menu .elementor-nav-menu>li>a {
    position: relative;
}

.login-dev-menu .elementor-nav-menu>li>a:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    display: block;
    content: "\f007";
    width: 30px;
    height: 30px;
    text-align: center;
    border: solid 2px #fff;
    line-height: 26px;
    border-radius: 50%;
    opacity: 1 !IMPORTANT;
    background-color: transparent !IMPORTANT;
    left: -21px;
}
.row-contact-page input[type='email'], .row-contact-page input[type='date'], .row-contact-page input[type='search'], .row-contact-page input[type='number'], .row-contact-page input[type='text'], .row-contact-page input[type='tel'], .row-contact-page input[type='url'], .row-contact-page input[type='password'], .row-contact-page textarea, .row-contact-page select {
    background: #F3F3F3;
    border-color: #F3F3F3;
    box-shadow: none;
    border: solid 1px #EBEBEB;
    border-radius: 2px;
}
.row-contact-page .col {
    padding-bottom: 5px;
}
.row-contact-page {
    margin-top: 5px;
}
.form-button input.button {
    font-weight: normal;
    font-size: 16px;
    background-color: var( --e-global-color-secondary ) !IMPORTANT;
}
/*=============post sidebar============*/
.post-sidebara  li.recent-blog-posts-li .flex-col.mr-half {
    display: none;
}

.post-sidebar .widget_recent_entries ul>li {
    padding-left: 15px;
    padding-right: 15px;
    border: navajowhite;
    margin-bottom: 0px;
}
.post-sidebar .menu li{
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    margin-bottom: 0px;
}
.post-sidebar .menu li:last-chid a{
    border-bottom:none;
}
.post-sidebar .menu li a{
    border-bottom: dashed 1px #D8D8D8;
    display: block;
     font-family: "Playfair Display", sans-serif;
     font-weight: bold;
      color: #222222;
}
.post-sidebar .widget_recent_entries ul>li>a {
    font-weight: bold;
    color: #222222;
    font-family: "Playfair Display", sans-serif;
}
.post-sidebar .menu li a:hover, 
.post-sidebar .widget_recent_entries ul>li>a:hover{
    color: #000;
}

.post-sidebar .widget_recent_entries ul>li>a {
    border-bottom: dashed 1px #D8D8D8;
}
.post-sidebar .widget_recent_entries ul{
    padding-bottom: 15px;
}
.widget_recent_entries ul>li:last-child>a {
    border: none !IMPORTANT;
}
.post-sidebar aside {
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 24px;
    display: inline-block;
    width: 100%;
}
.post-sidebar .widget-title {
    background-color: #00162B;
    border: none;
    font-size: 20px;
    text-transform: none;
    display: block;
    color: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 15px;
    border-left: solid 5px #093479;
    background-size: auto 34px;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    z-index: 1;
}
.post-sidebar .widget-title {
    border: none;
    background-color: #0050C2;
    font-family: "Playfair Display", sans-serif;
}
.post-sidebar aside {
    border: solid 1px #C7C7C7;
    border-radius: 15px;
    overflow: hidden;
}
.post-sidebar .tagcloud a{
    font-size: 16px !important;
    border: solid 1px #0050c2;
    color: #0050c2;
    border-radius: 99px;
    display: inline-block;
     font-family: "Playfair Display", sans-serif;
     margin-bottom: 10px;
     margin-right: 10px;
     padding: 5px 15px; 
}
.post-sidebar .tagcloud a:hover{
    color: #fff;
    background-color:  #0050c2;
}
.post-sidebar .tagcloud{

    padding: 15px;
}
.post-sidebar  li.recent-blog-posts-li .flex-col.flex-grow>a:hover {
    color: #0050c2;
}

.post-sidebar  li.recent-blog-posts-li .flex-col.flex-grow>a {
    font-size: 16px;
    line-height: 24px;
}

.post-sidebar .menu li a {
    font-size: 18px;
}

.post-sidebar  .menu li a:hover {
    color: #0050c2;
}
.post-sidebar  .menu li:last-child a {
    border-bottom: navajowhite;
}
.post-sidebar  .menu {
    margin-bottom: 13px;
}
.row-contact-page1 input[type='email'],
.row-contact-page1 input[type='date'],
.row-contact-page1 input[type='search'],
.row-contact-page1 input[type='number'],
.row-contact-page1 input[type='text'],
.row-contact-page1 input[type='tel'],
.row-contact-page1 input[type='url'],
.row-contact-page1 input[type='password'],
.row-contact-page1 textarea,
.row-contact-page1 select{
    background-color: #F0F0F0;
    border-color: #F0F0F0;
    box-shadow: none;
    border-bottom: solid 1px #E6E6E6;
    border-radius: 0px;
    height: 48px;
}
.row-contact-page1 input[type='email']::placeholder,
.row-contact-page1 input[type='date']::placeholder,
.row-contact-page1 input[type='search']::placeholder,
.row-contact-page1 input[type='number']::placeholder,
.row-contact-page1 input[type='text']::placeholder,
.row-contact-page1 input[type='tel']::placeholder,
.row-contact-page1 input[type='url']::placeholder,
.row-contact-page1 input[type='password']::placeholder,
.row-contact-page1 textarea::placeholder,
.row-contact-page1 select::placeholder{
    color: #797878;
}
.row-contact-page1 input[type='email']::-ms-input-placeholder,
.row-contact-page1 input[type='date']::-ms-input-placeholder,
.row-contact-page1 input[type='search']::-ms-input-placeholder,
.row-contact-page1 input[type='number']::-ms-input-placeholder,
.row-contact-page1 input[type='text']::-ms-input-placeholder,
.row-contact-page1 input[type='tel']::-ms-input-placeholder,
.row-contact-page1 input[type='url']::-ms-input-placeholder,
.row-contact-page1 input[type='password']::-ms-input-placeholder,
.row-contact-page1 textarea::-ms-input-placeholder,
.row-contact-page1 select::-ms-input-placeholder{
color: #797878;
}
.row-contact-page1 textarea {
    height: 120px;
}

.row-contact-page1 textarea {
    border-color: #E6E6E6 !important;
}
/*=============post sidebar============*/

.dev-button-blog {
    position: absolute;
    bottom: -16px;
    left: 0;
    padding-left: 15px;
}
.loop-single-dev {
    background-color: #fff;
    border: solid 1px #36364b;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px;
    border-radius: 15px;
    overflow: hidden;
}
.dev-button-blog a.elementor-button-link:hover {
    box-shadow: rgb(0 0 0 / 22%) 5px 5px 13px;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Pro';
}
.dev-button-blog a.elementor-button-link .fas{
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
}
.title-a a:hover {
    color: var(--color1) !IMPORTANT;
}

/* the slides */
.slider-post-dev .slick-slide {
  margin: 0 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}

/* the parent */
.slider-post-dev .slick-list {
  margin: 0 -15px;
}
.slider-post-dev .slick-track
{
    display: flex !important;
}

.slider-post-dev .slick-slide
{
    height: inherit !important;
}
.slider-post-dev .ecs-posts .slick-slide>div {
    height: 100%;
}
button.slick-arrow:hover, button.slick-arrow:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
}
.slider-post-dev .ecs-posts .slick-slide>div article {
    height: 100%;
}
button.slick-arrow {
    padding: 5px;
}
.widget-social span.elementor-share-btn__icon {
    width: 30px;
    height: 30px;
    line-height: 30px !IMPORTANT;
    border-radius: 100% !IMPORTANT;
    overflow: hidden;
}

.widget-social .elementor-share-btn {
    border: none;
    height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
}

.widget-social span.elementor-share-btn__icon i {
    font-size: 14px;
}

.widget-social span.elementor-share-btn__icon span.elementor-screen-only {
    display: none;
}

.widget-social .elementor-grid-item {
}
/*=================sticky header============*/
.logo img {
    max-width: 342;
    height: auto;
    transition: all 0.5s ease;
}

.elementor-sticky--effects .logo img {
    max-width: 120px;
    height: auto;
}
.elementor-sticky--effects .menu-main-dev nav.elementor-nav-menu--main>ul>li>a {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.elementor-sticky--effects {
    box-shadow: rgb(0 0 0 / 11%) 0px 0px 10px;
}

/*=================sticky header============*/

.dev-button-blog {
    bottom: 15px;
}
.post-sidebar .widget-title {
    margin-top: 0;
}
.post-sidebar .widget_recent_entries ul>li>a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.post-sidebar .widget_recent_entries ul {
    margin-bottom: 0;
}
.container-10 {
    margin-left: -10px;
    margin-right: -10px;
}
.custom-icon-footer li.elementor-icon-list-item i.fas.fa-map-marker-alt {
    margin-top: 5px;
}
.custom-icon-footer li.elementor-icon-list-item {
   vertical-align: text-top;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.custom-icon-footer.style2 i.fas {
    font-weight: 300 !IMPORTANT;
    font-family: 'Font Awesome 5 Pro';
}

.custom-icon-footer.style2 i.fas.fa-phone-alt:before {
    font-weight: 300;
}
/* ==============list contact================ */
/*.list-contact {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 100;
}*/
.fix-contact1 {
    position: fixed;
    bottom: 60px !IMPORTANT;
    right: 20px !IMPORTANT;
    z-index: 100;
    display: inline-block !IMPORTANT;
    top: auto !important;
    margin-bottom: 0px !important;
}
.list-contact li {
    list-style: none;
}

.list-contact li img {
    max-width: 41px;
}

.list-contact ul {
    margin-bottom: 0;
}
.coppy-right-bx {
    margin-bottom: 0 !IMPORTANT;
}
.custom-icon-footer li.elementor-icon-list-item i.fas.fa-map-marker-alt {
    margin-top: 5px;
}
.custom-icon-footer li.elementor-icon-list-item {
   vertical-align: text-top;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.custom-icon-footer.style2 i.fas {
    font-weight: 300 !IMPORTANT;
    font-family: 'Font Awesome 5 Pro';
}

.custom-icon-footer.style2 i.fas.fa-phone-alt:before {
    font-weight: 300;
}
.nav-arrow nav>ul>li {
    position: relative;
    padding-left: 20px;
}
.nav-arrow nav>ul>li:before {
    content: "\f054";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    color:  var( --e-global-color-secondary ) !IMPORTANT;
    top: 3px;
    left: 0;
}
.mb0{
    margin-bottom: 0 !important;
}
.social-footer-dev  i.fab.fa-facebook {
    font-weight: 300;
    font-family: "Font Awesome 5 Brands";
}

.social-footer-dev i.fab.fa-facebook:before {
    content: "\f39e";
}

.social-footer-dev i.fab.fa-linkedin {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 300;
}

.social-footer-dev i.fab.fa-linkedin:before {
    content: "\f0e1";
}
/* ==============list contact================ */
.elementor-posts-nothing-found {
    white-space: nowrap;
}
/*equa height========================================*/
.button-view {
    position: absolute;
    bottom: 30px;
    left: 0;
   
    width: 100%;
}


@media(min-width:  768px){
    .elementor-posts--skin-custom .elementor .elementor-section-wrap>section>.elementor-container {
        height: 100%;
    }

    .elementor-posts--skin-archive_custom .elementor .elementor-section-wrap>section, .elementor-posts--skin-custom .elementor .elementor-section-wrap>section {
        padding-bottom: 0;
    }
    
    .elementor-posts--skin-archive_custom .elementor, 
    .elementor-posts--skin-custom .elementor{
        height: 100%;
    }

    .elementor-posts--skin-archive_custom .elementor .elementor-section-wrap,
    .elementor-posts--skin-custom  .elementor .elementor-section-wrap{
        height: 100%;
    }

    .elementor-posts--skin-archive_custom .elementor .elementor-section-wrap>section,
    .elementor-posts--skin-custom .elementor .elementor-section-wrap>section {
        height: 100%;
    }
    .elementor-posts--skin-archive_custom .elementor .elementor-section-wrap>section .elementor-container,
    .elementor-posts--skin-custom .elementor .elementor-section-wrap>section .elementor-container {
        height: 100%;
    }

}
/*equa height========================================*/
.mb0{
    margin-bottom: 0 !important;
}
.custom-icon-footer li.elementor-icon-list-item>a {
    vertical-align: text-top;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.custom-icon-footer li.elementor-icon-list-item i {
    margin-top: 5px;
}
.pdt-60{
    padding-top: 60%
}
.pdt-760{
    padding-top: 70%
}
.loop-single-dev1 {
    overflow: hidden;
}
.archive-dev .elementor-pagination span, .archive-dev  .elementor-pagination a {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
}

.archive-dev nav.elementor-pagination {
    display: flex;
    justify-content: center;
}

.archive-dev .elementor-pagination .page-numbers.prev,  .archive-dev .elementor-pagination .page-numbers.next {
    font-size: 12px;
}

.archive-dev .elementor-pagination span.page-numbers.current, .archive-dev .elementor-pagination a:hover {
    background-color: var(--e-global-color-secondary);
}

.headding-widget .elementor-widget-container .elementor-heading-title:before {
    content: "";
    width: 45px;
    height: 3px;
    background-color: var(--e-global-color-secondary);
    position: absolute;
    bottom: -1px;
}
.headding-widget .elementor-widget-container {
    position: relative;
}
.headding-widget .elementor-widget-container {
    border-bottom: solid 1px #E1E1E1;
}
.nav-arrow-right nav>ul>li>a:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0;
    opacity: 1 !IMPORTANT;
    background-color: transparent !IMPORTANT;
    color: var(--e-global-color-secondary) !important;
    top: 50%!important;
    right: 0;
    transform: translateY(-50%)!important;
}

.nav-arrow-right nav>ul>li>a {
    padding-right: 13px !IMPORTANT;
}
.post-related-view article .a-hover a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-related-view article .a-hover a:hover{
    color: var(--e-global-color-secondary) !important;
}
.bnt-readmore-dev i.fas.fa-chevron-right {
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    font-size: 9px;
}
.form-blog input.elementor-search-form__input {
    box-shadow: none;
}
.image-61 {
    padding-top: 42%;
}
.form-blog input.elementor-search-form__input {
    height: 50px;
}
.post-related-view article {
    border-bottom: solid 1px #ECECEC;
    padding-bottom: 20px !IMPORTANT;
}
.post-related-view article:last-child {
    border: none;
    padding-bottom: 0 !IMPORTANT;
}
.my-account-menu-icon>a {
    font-size: 0;
    
    background-size: contain;
    background-repeat: no-repeat;
}

.my-account-menu-icon>a:before {
    content: "";
    width: 21px !important;
    height: 21px !important;
    background-image: url(assets/img/user.svg);
    opacity: 1 !IMPORTANT;
    background-position: center;
    background-color: transparent ! IMPORTANT;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0px;
}
.search-icon form.elementor-search-form {
    margin-bottom: 0;
}

.search-icon form.elementor-search-form i.fas.fa-search:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.mini-cart-dev i.eicon-bag-medium {
    background-image: url(assets/img/cart.svg);
    background-position: center;
    background-color: transparent !IMPORTANT;
    background-repeat: no-repeat;
}
.mini-cart-dev i.eicon-bag-medium:before{
    opacity: 0;
}
.mini-cart-dev svg {
    width: 19px;
}
.mini-cart-dev {
    padding-top: 8px;
}
.search-icon-header  .elementor-icon-wrapper {
    display: flex;
    align-items: center;
}
.my-account-menu-icon>a {
    width: 40px !IMPORTANT;
}
.search-header input {
    height: 40px;
    box-shadow: none;
 
}

.search-header button.elementor-search-form__submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.search-header .elementor-search-form__container {
    position: relative;
}
.search-header form{
    margin-bottom: 0;
}
.search-header .e-font-icon-svg-container:before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
}

.search-header .e-font-icon-svg-container svg {
    display: none;
}
b, strong {
    font-weight: 700;
}
.nav-blog-dev nav>ul>li.current-menu-item>a {
    font-weight: 700 !important;
}

.nav-blog-dev nav>ul>.arrow {
    position: absolute;
    right: 0;
    top: 0%;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.nav-blog-dev nav>ul.fast>.arrow>i:before {
    content: "\f077";
}
.skin-2 ul.breadcrumbs li, .skin-2  ul.breadcrumbs li a {
    color: #767676;
}

.skin-2 ul.breadcrumbs li:after {
    color: #767676;
}
.box-image-note .elementor-image-box-wrapper {
    display: grid;
    grid-template-columns: 30px calc(100% - 40px);
    grid-gap: 10px;
}

.box-image-note .elementor-image-box-wrapper figure.elementor-image-box-img {
    width: 100% !important;
    margin: 0 !important;
    padding-top: 3px;
}
.tabs-content-dev .list-tab-dev {
    list-style: none;
    border-top: solid 1px #EBEBEB;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.tabs-content-dev .list-tab-dev a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    position: relative;
    display: block;
    padding-right: 30px;
}

.tabs-content-dev .list-tab-dev a:before {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    font-weight: 400;
    top: 50%;
    transform: translateY(-50%);
}

.tabs-content-dev .list-tab-dev.active a:before {
    content: "\f106";
}

div#tabs-content {
    border-bottom: solid 1px #EBEBEB;
}

/*=============gallery left============*/
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: 85%;
    float: right;
}
 
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 14%;
    float: left;
}
 
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 100%;
    float: none;
    margin: 0 0 10% 10%;
}
.single-product div.product div.images .flex-control-thumbs li {
    width: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    padding-bottom: 5px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
       overflow: auto ! IMPORTANT;
}
.single-gallery-dev .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-1.images {
    margin: 0;
}
/*=============gallery left============*/

/*==========widget=======*/
div#box-xem-nhieu {
    display: inherit;
    -webkit-column-count: 1;
    column-count: 1;
    grid-column-gap: 1rem;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
}

div#box-xem-nhieu li {
    display: inline-block;
    width: 100%;
}

div#box-xem-nhieu li a {
    position: relative;
    padding-left: 1.75rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1.25rem;
    line-height: 1.4;
    color: #000000;
    font-size: 16px;
}

div#box-xem-nhieu li a:before {
    content: "";
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    top: 3px;
    width: 1.25rem;
    height: 1.25rem;
    background: #000;
    border: 1px solid #E5E5E5;
    box-shadow: inset 0 0 0 0.625rem #fff;
    -webkit-transition: box-shadow .125s linear;
    transition: box-shadow .125s linear;
    width: 18px;
    height: 18px;
}

.category-filter-section-title {
    text-transform: capitalize;
    font-size: 24px !important;
    color: #222222;
    font-weight: 500;
    padding-bottom: 20px;
}

span.widget-title.shop-sidebar {
    margin-bottom: 14px;
}

h3.category-filter-section-title {
    text-transform: none;
    margin-bottom: 0;
}

div#box-xem-nhieu li a.checked:before {
    box-shadow: inset 0 0 0 3px #fff;
}
div#box-xem-nhieu li a.checked:hover:before {
    box-shadow: inset 0 0 0 10px #ffffff;
}

div#box-xem-nhieu li a:hover:before {
    box-shadow: inset 0 0 0 3px #ffffff;
}
#resetButton {
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    display: flex;
    min-height: 20px;
    line-height: 25px;
    max-height: 30px;
    margin: 0;
    color: #2f2d2d;
    text-decoration: underline;
    padding: 0;
    background-color: transparent !important;
}
#resetButton:hover {
    color: var(--color1);
    background-color: transparent;
}
ul#filter-list {
    margin-bottom: 4px;
}
.widget_new_widget .widget-title {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 5px;
     cursor: pointer;
     color: #000;
}
.boder-bottom {
    display: block;
    border-bottom: solid 1px #F1F1F1;
    margin-bottom: 14px;
    padding-top: 20px;
}
.widget_new_widget {
    border-bottom: solid 1px #F1F1F1;
    padding-bottom: 20px;
    margin-bottom: 20px;
   
}

.widget_new_widget .widget-title:before {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.widget_new_widget.active .widget-title:before{
     content: "\f106";
}
.widget_new_widget  .widget-content {
    display: none;
}
.widget_new_widget .widget-content {
    padding-top: 20px;
}
/*==========widget=======*/
.product-dev .woocommerce-loop-product__title {
    font-size: 18px !IMPORTANT;
    text-transform: uppercase;
}
.product-dev .woocommerce-loop-product__title:hover{
    color: var(--color1) !important;
}

.product-dev .info {
    font-size: 16px;
    color: #767676;
}
.box-image-slider-wrapper{
    position: relative;
   display: inline-block !important;
}
.products-dev {
    display: flex ! IMPORTANT;
    width: auto;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    grid-column-gap: 0px ! IMPORTANT;
    grid-row-gap: 0px ! IMPORTANT;
    margin-left: -5px ! IMPORTANT;
    margin-right: -5px ! IMPORTANT;
}
.elementor-products-grid ul.products.elementor-grid li.product {
    display: block !important;
}
.products-dev li.product-dev {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    padding-left: 5px ! IMPORTANT;
    padding-right: 5px !important;
    padding-bottom: 10px ! IMPORTANT;
}
.box-image-slider-wrapper img {
    margin: 0 !IMPORTANT;
}
.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
    width: 100%;
    display: inline-block;
}
.box-image-slider-wrapper1{
    overflow: hidden;
}
.desc-cat-dev h1 {
    font-size: 30px;
    color: #363636;
    font-weight: 400;
}
.wrapper-bo-loc .container {
    margin-left: auto;
    margin-right: auto;
}
.box-filter-loc{
    cursor: pointer;
}

.col-container.active {
    --width: 100% !IMPORTANT;
}

.box-image-slider-wrapper img {
    width: 100%;
}

.box-image-slider-wrapper {
    width: 100%;
}
.col-container{
    overflow: hidden;
}
.desc-cat-dev .elementor-widget-container {
    padding-bottom: 30px !IMPORTANT;
}

.archive-dev nav.woocommerce-pagination {
    margin-top: 0;
    margin-bottom: 30px;
    border-top: solid 1px #F0F0F0;
    border-bottom: solid 1px #F0F0F0;
}
.archive-dev nav.woocommerce-pagination li span.page-numbers.current {
    font-weight: bold;
    text-decoration: underline;
}

.archive-dev nav.woocommerce-pagination li a:hover {
    text-decoration: underline;
}
.headding-boder .elementor-heading-title.elementor-size-default {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.headding-boder .elementor-heading-title.elementor-size-default span {
    padding-left: 5px;
    padding-right: 5px;
}

.headding-boder .elementor-heading-title.elementor-size-default b {
    background-color: var(--color1);
    display: block;
    flex: 1;
    height: 1px;
}
.slider-home1 .swiper-slide-inner {
    max-width: 1270px;
}

.video-dev .elementor-wrapper.elementor-open-inline {
    --video-aspect-ratio: 1.14 !IMPORTANT;!I;!;
}
.box-over{
    overflow: hidden;
}
.box-text-link1  .elementor-image-box-title a:hover,
.btn-bottom a:hover, .menu-under li a:hover, 
.headding-a a:hover {
    text-decoration: underline!important;
}
ul#filter-list li {
    display: inline-block;
    color: #2f2d2d;
    font-size: 16px;
    font-weight: 400;
    background: 0 0;
    line-height: 1.2;
    border: 2px solid #85898e;
    border-radius: 16px;
    padding: 3px 24px 5px 10px;
    margin: 0 8px 8px 0;
    letter-spacing: .2px;
    position: relative;
}

ul#filter-list li a:before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--e-global-color-primary);
}


ul#filter-list li a:hover:before {
    color: var(--color1);
}
.box-image-slider-wrapper button.slick-arrow:before {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    width: 20px;
    height: 20px;
}

.box-image-slider-wrapper button.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.box-image-slider-wrapper button.slick-next.slick-arrow {
    right: 0;
}

.slick-slide.slick-current.slick-active {}

.box-image-slider-wrapper button.slick-prev.slick-arrow {
    left: 0;
}

.box-image-slider-wrapper button.slick-arrow:hover:before {
    color: var(--color1);
}
.product-dev .woocommerce-loop-product__title a {
    color: #000;
}

.product-dev .woocommerce-loop-product__title a:hover {
    color: var(--color1);
}
body{
    overflow-x: hidden;
}
.image-product{
    padding-top: 133%;
}
.sitepath-r.skin-2 {
    padding-top: 20px;
	 padding-bottom: 20px;
}