/*
Theme Name: Flatsome Child
Theme URI: univn.vn
Description: This is a child theme for Flatsome Theme
Author: Quang Hoa
Template: flatsome
Version: 3.0
Text Domain: shtheme
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    src: url(assets/fonts/Inter-Regular.ttf);
    font-family: 'Inter-Medium';
    font-weight: 500;
}
@font-face {
    src: url(assets/fonts/Inter-Medium.ttf);
    font-family: 'Inter-Medium';
    font-weight: 600;
}
@font-face {
    src: url(assets/fonts/Inter-SemiBold.ttf);
    font-family: 'Inter-Medium';
    font-weight: bold;
}
body {
    font-weight: 500;
    font-family: 'Inter-Medium', Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-weight: bold !important;
}
b, strong {
    font-weight: 600;
}
label, legend {
    font-weight: 600;
}
.font-500 {
    font-weight: 500 !important;
}
.fw-inherit h1, .fw-inherit h2, .fw-inherit h3, .fw-inherit h4, 
.fw-inherit h5, .fw-inherit h6, .fw-inherit .heading-font {
    font-weight: bold !important;
}
.uppercase, h6, th, span.widget-title {
    letter-spacing: 0;
}
td {
    color: inherit;
}
.text-box .text {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.uni-breadcrumbs {
	margin-bottom: 30px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.button, input[type=submit], input[type=submit].button, input[type=reset].button, input[type=button].button {
    font-weight: 500;
    letter-spacing: 0;
}
.button.is-outline, input[type=submit].is-outline, input[type=reset].is-outline, input[type=button].is-outline {
    border-width: 1px;
}
.button.is-outline {
    line-height: calc( 2.5em - 2px );
}
.box-text {
    font-size: 1em;
}
.breadcrumbs {
    font-size: .875rem;
    text-transform: none;
    font-weight: 500;
    line-height: 1.4;
}
.breadcrumbs a {
    color: inherit;
}

/*--------------------------------------------------------------
## Header 
--------------------------------------------------------------*/
.nav-dark .is-outline, .dark .nav>li>a, .dark .nav>li.html, .dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical>li>ul li a, .nav-dropdown.dark>li>a, .nav-dropdown.dark .nav-column>li>a, .nav-dark .nav>li>a, .nav-dark .nav>li>button {
    color: #FFF;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: inherit;
}
.nav>li>a {
    font-size: .875rem;
}
.header-top .nav-uppercase>li>a {
    text-transform: none;
}
.nav-uppercase>li>a {
    letter-spacing: 0;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
	border-width: 12px;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
    border-width: 10px;
    margin-left: -9px;
}
.nav-dropdown-has-border .nav-dropdown {
	border-width: 1px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default {
    padding: 0;
    display: block;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.nav-dropdown-col, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.image-column {
    display: block;
    width: 100%;
    border-right: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li {
    position: relative;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .menu-item-has-children>a, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .title>a, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .nav-dropdown-col>a {
    font-size: 1em;
    font-weight: normal;
    color: inherit;
    text-transform: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default {
    min-width: 210px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default ul { 
    background-color: #fff;
    min-width: 210px;
    top: -1px;
    border: 1px solid #ddd;
    left: 100%; 
    position: absolute; 
    -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    z-index: 99999; 
    opacity: 0; 
    visibility: hidden;
    -moz-transition: 0.2s ease-in-out; 
    -o-transition: 0.2s ease-in-out; 
    -webkit-transition: 0.2s ease-in-out; 
    transition: 0.2s ease-in-out; 
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li:hover > ul { 
    opacity: 1; 
    visibility: visible; 
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .nav-dropdown-col .menu-item-has-children {
    margin-top: 0;
}

/* Header Template Element */
.nav-click {position: relative;width: 32px;height: 32px;cursor: pointer;display: block;z-index: 999;}
.nav-click span, .nav-click::after, .nav-click::before {content: '';background-color: #000;position: absolute;height: 3px;transition: all .3s ease-in-out;pointer-events: none;}
.nav-dark .nav-click span, .nav-dark .nav-click::after, .nav-dark .nav-click::before {background-color: #FFF;}
.nav-click::after,.nav-click::before{top:6px;right:0;width:18px;transform-origin:50% 50%}
.nav-click::after{top:23px;width:30px}
.nav-click span{top:15px;right:0;width:24px}
@media (min-width:850px) {
    .nav-click{width:38px;height:38px}
    .nav-click span, .nav-click::after, .nav-click::before{height:3px}
    .nav-click::after, .nav-click::before{top:9px; width:25px}
    .nav-click::after{top:27px;width:35px}
    .nav-click span{top:18px;width:31px}
}
.has-off-canvas .current-lightbox-clicked .nav-click span{opacity:0}
.has-off-canvas .current-lightbox-clicked .nav-click::before{width:70%;left:17%;transform:rotate3d(0,0,1,45deg);top:43%}
.has-off-canvas .current-lightbox-clicked .nav-click::after{width:70%;left:15%;transform:rotate3d(0,0,1,-45deg);top:41%}

/*--------------------------------------------------------------
## Widget 
--------------------------------------------------------------*/
/* Widget Recent Posts */
.sidebar .widget_recent_entries ul li { padding: 5px 10px; border-bottom: 1px solid #cccccc; }
.sidebar .widget_recent_entries ul li:last-child { border-bottom: none; }
.sidebar .widget_recent_entries ul li .post-date { display: block; }

/* Widget Recent Posts */
.widget_list_posts .post-item {
    padding-bottom: 0;
}
.widget_list_posts .post-item:not(:last-child) .col-inner {
    margin-bottom: 20px;
}
.widget_list_posts .blog-post-inner .post-title {
    font-size: .875rem;
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    width: auto;
    margin: 0 0 5px 0;
}
.widget_list_posts .from_the_blog_excerpt {
    font-size: .875rem;
}
@media screen and (min-width: 550px) {
    .widget_list_posts .box-vertical {
        display: flex;
    }
    .widget_list_posts .box-vertical .box-image {
        flex: 0 0 30%;
    }
    .widget_list_posts .box-vertical .box-text {
        padding: 0 0 0 20px;
    }
    .widget_list_posts__alignright .box-vertical .box-text {
        order: -1;
        padding: 0 20px 0 0;
    }
}

/* Widget Support */
@media (min-width: 1200px) { .widget_supports .list-supporter { padding-top: 190px; background-image: url(assets/img/bg-support.png); background-repeat: no-repeat; background-position: top center; background-size: contain; } }
.widget_supports .list-supporter .email { padding: 5px 10px; font-weight: 600; line-height: 20px; }
.widget_supports .phone { font-size: 1.25rem; color: #ff0000; font-weight: bold; }
.widget_supports .list-supporter li { margin: 0; }
.widget_supports .support-style-1 { background-color: #FFF; }
.widget_supports .support-style-1 .supporter { padding: 0 10px 10px 10px; }
.widget_supports .support-style-1 li { padding: 5px 0; font-size: .875rem; color: #333333; border-top: 1px solid #333; }
.widget_supports .support-style-1 li:first-child { border-top: none; }
.widget_supports .support-style-1 li:last-child { border-bottom: none; }
.widget_supports .support-style-1 i { width: 22px; margin-right: 12px; }
.widget_supports .support-style-2 .supporter { margin: 0 8px; padding: 5px 8px 5px 50px; border-top: 1px solid #dddddd; background: url(lib/images/ic-phone.png) 7px 10px no-repeat; position: relative; }
.widget_supports .support-style-2 .supporter:first-child { border-top: none; }
.widget_supports .support-style-2 .name { font-weight: 600; }
.widget_supports .support-style-2 .skype { position: absolute; right: 7px; bottom: 10px; z-index: 1; }
.widget_supports .support-style-2 .email a { color: #333333; }
.widget_supports .support-style-3 .supporter:not(:last-child) { border-bottom: 1px solid #dfdfdf; }
.widget_supports .support-style-3 ul { position: relative; padding: 8px 10px; }
.widget_supports .support-style-3 .name { font-size: 0.75rem; color: #333333; }
.widget_supports .support-style-3 .phone { line-height: 24px; }
.widget_supports .support-style-3 .social { position: absolute; bottom: 10px; right: 8px; z-index: 1; }
.widget_supports .support-style-3 .social a { display: inline-block; margin-left: 4px; }

/* Widget Information */
.widget_information ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_information ul li {
    padding: 3px 0 3px 22px;
    position: relative;
}
.widget_information ul li + li {
	border-top: none;
}
.widget_information ul li.hidden_icon {
    padding-left: 0;
}
.widget_information ul li.hidden_icon i {
    display: none;
}
.widget_information li i {
    font-weight: bold;
    font-size: 0.75rem;
    position: absolute;
    left: 0;
    top: .5em;
    width: 14px;
    text-align: center;
}
.widget_information li.label-company {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.widget_information li.label-company i {
    display: none;
}

/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
/* Shortcode Blog */
.sh-blog-shortcode .element .entry-thumb .image-zoom {
    padding-top: 56%;
}
.sh-blog-shortcode .element .entry-content {
    margin: 0;
    padding: 0;
    font-size: 0.9375rem;
}
.sh-blog-shortcode .element .entry-content p {
    margin-bottom: 10px;
}
.sh-blog-shortcode .element .entry-meta {
    opacity: .7;
    /*font-style: italic;*/
    margin-bottom: 5px;
    font-size: .875rem;
}
.sh-blog-shortcode .element .entry-meta i {
    margin-right: 5px;
}
.sh-blog-shortcode .element .entry-title {
    margin: 1em 0 .5em;
    font-size: 1rem;
    font-weight: 500 !important;
    line-height: 1.4em;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    width: auto;
}
@media (min-width: 1200px) {
    .sh-blog-shortcode .element .entry-title {
        font-size: 1.25rem;
    }
}
.sh-blog-shortcode .element .entry-title a {
    color: inherit;
}
.sh-blog-shortcode .element .entry-description {
    line-height: 1.4em;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    text-align: justify;
    font-size: 0.875rem;
    color: #999999;
}
@media (min-width: 850px) {
    .sh-blog-shortcode .element .entry-description {
        font-size: 0.9375rem;
    }
}
.sh-blog-shortcode.style-1 .entry-thumb {
    float: left;
    width: 25%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-1 .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-5 .entry-thumb {
    float: left;
    width: 30%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-5 .entry-title {
    margin-top: 0;
}
.sh-blog-shortcode.style-6 .first-element-layout .entry-title {
    margin: 15px 0 10px 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 15px;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .post-inner {
    overflow: hidden;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {
    float: left;
    width: 30%;
    margin-right: 1em;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb .image-zoom {
    padding-top: 62%;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-title {
    margin-top: 0;
    font-size: .875rem;
}
.sh-blog-shortcode.style-7 .element .post-inner {
    position: relative;
}
.sh-blog-shortcode.style-7 .element .entry-content {
    padding: 15px 0 0 0;
}
.sh-blog-shortcode.style-7 .element .entry-title {
    margin: 0 0 .5em;
}
.sh-blog-shortcode.style-7 .element .entry-meta + .entry-description {
    margin-top: 1em;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .box-image:after {
    content: '';
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.sh-blog-shortcode.style-7 .first-element-layout .entry-thumb .image-zoom {
    padding-top: 58.5%;
}
.sh-blog-shortcode.style-7 .second-element-layout .entry-thumb .image-zoom {
    padding-top: 63.5%;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 15px;
}
.sh-blog-shortcode.style-7 .second-element-layout .post-inner {
    background: #1B90CF;
}
.sh-blog-shortcode.style-7 .second-element-layout .entry-content {
    padding: 20px 15px 10px 15px;
}
.sh-blog-shortcode.style-7 .second-element-layout .entry-title {
    padding-left: 18px;
    border-left: 5px solid currentColor;
    margin-bottom: 1em;
}
.sh-blog-shortcode.style-7 .third-element-layout .post-inner {
    background: #FFF;
}
.sh-blog-shortcode.style-7 .row-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.sh-blog-shortcode.style-7 .flickity-page-dots {
    display: none;
}
@media (min-width: 1200px) {
    .sh-blog-shortcode.style-7 .first-element-layout .element .entry-content {
        padding: 20px 40px 20px 40px;
        /*bottom: 50px;*/
    }
    .sh-blog-shortcode.style-7 .second-element-layout .entry-content {
        padding: 30px 25px 20px 25px;
    }
}
.widget_list_view_posts .sh-blog-shortcode.style-7 .third-element-layout .post-inner {
    display: flex;
}
.widget_list_view_posts .sh-blog-shortcode.style-7 .third-element-layout .box {
    flex: 0 0 30%;
}
.widget_list_view_posts .sh-blog-shortcode.style-7 .third-element-layout .box * {
    height: 100%;
}
.widget_list_view_posts .sh-blog-shortcode.style-7 .third-element-layout .entry-content {
    flex: 0 0 70%;
    padding-left: 15px;
}
.widget_list_view_posts .sh-blog-shortcode.style-7 .third-element-layout .entry-title {
    font-size: .875rem;
    font-weight: 600 !important;
}
.sh-blog-shortcode.style-8 .element .post-inner {
    position: relative;
}
.sh-blog-shortcode.style-8 .element .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 10px;
}
.sh-blog-shortcode.style-8 .element .entry-title {
    font-size: .875rem;
    line-height: 20px;
    margin: 0;
}
.sh-blog-shortcode.style-8 .element .entry-title a {
    display: block;
}
/* Shortcode Title Product */
.uni-titlepro ul li {
    margin-left: 0;
    display: block;
}
.uni-titlepro .open-subcat {
    white-space: nowrap;
    cursor: pointer;
}
@media (min-width: 850px) {
    .uni-titlepro {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
    .uni-titlepro .open-subcat {
        display: none;
    }
    .uni-titlepro ul li {
        display: inline-block;
    }
    .uni-titlepro li + li {
        margin-left: 30px;
    }
}
@media (max-width: 849.98px) {
    .uni-titlepro__main {
        display: flex;
        justify-content: space-between;
    }
    .uni-titlepro ul {
        display: none;
        overflow: hidden;
        margin-left: -5px;
        margin-right: -5px;
    }
    .uni-titlepro ul li {
        float: left;
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .uni-titlepro ul li:last-child {
        width: 100%;
    }
}
/* Shortcode Custom Menu */
.uni_custom_menu ul.menu li {
    border: none;
}
/* UX Shortcode */
.ux-menu-link__link {
    min-height: unset;
}
/* Category */
.blog-post-inner .post-title {
    font-size: 1rem;
    margin: .5em 0 1em;
}
.blog-post-inner .is-divider {
    display: none;
}
/* Single Post */
.entry-header .entry-category {
    display: none;
}
.entry-header h1.entry-title {
    font-size: 1.625rem;
    font-weight: 500 !important;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0
}
.article-inner .entry-content {
    padding-top: 0;
}
ul.links li {
    margin: 0 .4em !important;
}
.nav-pagination {
    text-align: left;
}
.nav-pagination>li>span, .nav-pagination>li>a {
    border: none;
    border-radius: 6px;
    height: 2.25em;
    line-height: 2.25em;
}
.tagcloud a {
    font-size: .875rem !important;
    font-weight: 600;
    color: #999999;
    border: 1px solid #E2E6EA;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    padding: 8px 16px;
    display: inline-block;
}
.tagcloud a:hover {
    color: #FFF;
}
.post-sidebar .widget:not(:last-child) {
    margin-bottom: 60px;
}
.post-sidebar .widget-title, .sidebar-inner .widget-title {
    font-size: 1.125rem;
    display: block;
    padding-top: .4em;
    padding-bottom: .5em;
    border-bottom: 1px solid #E2E6EA;
    text-transform: none;
    color: #1B90CF;
}
@media (min-width: 1200px) {
    .post-sidebar .widget-title {
        font-size: 1.5rem;
    }
}
.post-sidebar .widget-title + .is-divider,
.sidebar-inner .widget-title + .is-divider {
    margin-top: -3px;
    margin-bottom: 1em;
    max-width: 70px;
    background: #1B90CF;
}
.post-sidebar ul.menu>li+li {
    border-top: 1px dashed #E2E6EA;
}
.post-sidebar ul.menu>li {
    padding: 12px 0;
    position: relative;
    color: inherit;
}
.post-sidebar ul.menu>li>a {
    display: block;
    padding: 0 0 0 12px;
    font-size: .875rem;
    color: inherit;
    font-weight: normal;
}
.post-sidebar .widget_nav_menu ul.menu>li>a {
    text-transform: uppercase;
}
.post-sidebar .widget_nav_menu ul.menu>li:before {
    content: '\f0da';
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
    opacity: 1;
}
/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7 .button {
    min-width: 100px;
    margin-bottom: 0;
}
.wpcf7 .wpcf7-response-output {
    border-radius: 0;
}
.wpcf7-not-valid-tip, .wpcf7 form .wpcf7-response-output {
    font-size: .9em;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 1em;
}
/* Template - Header */
.header-cart-title {
    line-height: 1.4;
}
.header li.cart-item > a {
    display: inline-flex;
    flex-direction: row-reverse;
}
.header li.cart-item span+.image-icon {
    margin-left: 0;
    margin-right: 10px;
}
/* Footer */
.footer-wrapper .widget {
    margin-bottom: 0;
}
.footer-wrapper .widget,
.footer-wrapper .widget_information,
.footer-wrapper input {
    font-size: .875rem;
}
.footer-wrapper .widget_information h5 {
    font-weight: 500 !important;
}
.footer-wrapper input {
    border-radius: 3px;
    height: 40px;
    border: none;
}
.footer-wrapper .wpcf7 .button {
    background-color: #EC2029;
    border-radius: 3rem;
}
.footer-wrapper .widget {
    padding: 0;
}
.footer-wrapper .widget_countperday_widget {
    padding: 10px 15px !important;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, .8);
    max-width: 200px;
}
.footer-wrapper .widget_countperday_widget .widget-title {
    display: none;
}
.footer-wrapper .widget .is-divider {
    display: none;
}
.widget_countperday_widget li {
    display: flex;
    flex-direction: row-reverse;
    float: none;
    text-align: left;
    padding: 6px 0;
}
.widget_countperday_widget li:before {
    content: '\f007';
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: bold;
    margin-right: .5em !important;
    opacity: 1 !important;
    font-size: .8em;
    order: 3;
    width: 14px;
    text-align: center;
}
.widget_countperday_widget li:last-child:before {
    content: '\f0c0';
}
.widget_countperday_widget li span {
    padding: 0 !important;
}
.absolute-footer {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 0 10px;
}
.absolute-footer.dark {
    color: #333;
}
@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.dark, .dark p, .dark td {
    color: #FFF;
}
.header-main .nav>li>a {
    font-size: 1rem;
}
@media (min-width: 1200px) {
    .logo-left .logo {
        margin-right: 40px;
    }
    .header-main .nav-spacing-xlarge>li {
        margin: 0 15px;
    }
}
@media (min-width: 1600px) {
    .logo-left .logo {
        margin-right: 60px;
    }
    .header-full-width .container {
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media (min-width: 1900px) {
    .logo-left .logo {
        margin-right: 100px;
    }
    .header-main .nav-spacing-xlarge>li {
        margin: 0 25px;
    }
    .header-main .nav>li>a {
        font-size: 1.125rem;
    }
}
@media (max-width: 1199px) {
    .logo-left .logo {
        max-width: 90px;
        margin-right: 10px;
    }
    .header-main .nav-spacing-xlarge>li {
        margin: 0 8px;
    }
    .header-main .nav>li>a {
        font-size: .75rem;
    }
}
@media (max-width: 991px) {
    .header-main .nav-spacing-xlarge>li {
        margin: 0 6px;
    }
    /*.header-main .nav>li>a {
        font-size: .75rem;
    }*/
}
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    height: 1px;
}
.header-main .nav-dropdown {
    color: inherit;
}
.header-main .menu-item-design-full-width .nav-dropdown {
    box-shadow: none;
}
.header-main .menu-item-design-full-width a:hover {
    color: #1b90cf;
}
@media screen and (min-width: 850px) {
    .header-main .menu-item-design-full-width .row-divided>.col+.col:not(.large-12) {
        border-left: 1px solid #ccc;
    }
}
.header-main .button.is-outline {
    color: inherit;
}
.header-main .button.is-outline:hover {
    color: #FFF;
}
.header-main .nav-spacing-xlarge>li.account-item {
    margin-right: 0;
}
html .icon-user {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: bold !important;
}
html .icon-user:before {
    content: '\f007' !important;
}
.social-icons {
    color: inherit;
}
@media (min-width: 1200px) {
    .header .social-icons a.icon:not(.button) {
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
}
.header-wrapper.stuck .header-main .nav>li>a {
    line-height: 50px;
}
.button-main {
    padding: 0 10px 0 15px;
    height: 50px;
    line-height: 50px;
    position: relative;
    border: none;
    box-shadow: none !important;
    min-height: unset;
    font-size: .875rem;
	font-weight: bolder;
}
@media (min-width: 1200px) {
    .button-main {
        padding-left: 40px;
        padding-right: 20px;
    }
}
.button-main:before {
    content: '';
    width: 30px;
    height: 50px;
    background-color: #EC2029;
    transform: skew(150deg);
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.button-main:after {
    content: '';
    width: 30px;
    height: 50px;
    background-color: #1b90cf;
    transform: skew(150deg);
    position: absolute;
    right: -15px;
    top: 0;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.button-main span, .button-main i {
    position: relative;
    z-index: 2;
}
@media (max-width: 850px) {
    .button-main {
        height: 40px;
        line-height: 40px;
        font-size: .9375rem;
    }
    .button-main:before {
        height: 40px;
    }
    .button-main:after {
        height: 40px;
    }
}
@media (max-width: 549px) {
    .main-slide .img img {
        height: 300px;
        object-fit: cover;
    }
}
.main-slide .button-main {
    padding-right: 25px;
}
@media (min-width: 1200px) {
    .main-slide .button-main {
        font-size: 1.125rem;
        padding-left: 25px;
        padding-right: 50px;
    }
}
@media (min-width: 550px) {
    .main-slide .section {
        min-height: calc( 100vh - 90px ) !important;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .home-slider .section {
        min-height: 500px !important;
    }
}
.row.row-xs {
    margin-left: -2.5px !important;
    margin-right: -2.5px !important;
}
.row.row-xs > .col, .row.row-xs .flickity-slider > .col {
    padding-left: 2.5px;
    padding-right: 2.5px;
}
@media (min-width: 850px) {
    .row-large-15 > .col, .row-large-15 .flickity-slider > .col {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}
@media (min-width: 850px) and (max-width: 1199px) {
    .box-slider > .col, .box-slider .flickity-slider > .col {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}
.home-search.form-flat {
    border-bottom: 3px solid rgba(255, 255, 255, .2);
}
.home-search.form-flat input {
    line-height: 50px;
    height: 50px;
}
.home-search.form-flat input:not([type=submit]) {
    padding: 0;
    border-radius: 0;
    border: none;
    background-color: transparent !important;
}
.home-search.form-flat .flex-col {
    padding-right: 0;
}
.searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-left: 0;
}
.home-search.form-flat .button.icon {
    padding: 0;
    min-width: 0;
    margin-left: .5em;
    height: 50px;
    line-height: 50px;
}
.live-search-results {
    font-size: .9em;
}
@media (max-width: 849px) {
    .uni-slider .flickity-prev-next-button {
        opacity: 1;
    }
}
@media (min-width: 850px) {
    .box-slider .flickity-page-dots {
        display: none;
    }
}
.box-slider .flickity-page-dots .dot {
    background-color: #FFF;
}
.box-slider .flickity-slider .col-inner {
    min-height: 390px;
}
@media (max-width: 1199px) {
    .box-slider .flickity-slider .col-inner {
        min-height: 420px;
    }
}
@media (max-width: 849px) {
    .box-slider .flickity-slider .col-inner {
        min-height: 360px;
    }
}
@media (max-width: 549px) {
    .box-slider .flickity-slider .col-inner {
        min-height: 400px;
    }
}
.box-slider .icon-box-img {
    margin-bottom: 2em;
}
@media (min-width: 850px) {
    .text-large-right {
        text-align: right;
    }
    .text-large-right .button-main {
        margin-right: 35px;
    }
}
.page-wrapper {
    padding-top: 60px;
}
.title-wrapper .entry-title {
    font-weight: 500 !important;
}
.section-title-bold span {
    border: none;
    padding-left: 0;
    font-size: 1.5rem;
    color: #1B90CF;
    text-transform: none;
}
.section-title b {
    height: 1px;
}
/* Contact Page */
.form-contact .col {
    padding-bottom: 5px;
}
.form-contact input, .form-contact select, .form-contact textarea {
    border-radius: 5px;
    font-size: 15px;
    height: 45px;
    border: 1px solid #CECDCD;
    box-shadow: none;
    font-size: .875rem;
}
.form-contact textarea {
    height: 120px;
}
.form-contact input[type=submit] {
    font-size: 1rem;
    font-weight: 500;
    background: #1B90CF !important;
    min-width: 120px;
    border-radius: 99px;
    box-shadow: 0px 5px 12px rgba(255, 152, 184, 0.2);
}
.contact-page .icon-box-left {
    align-items: center;
    margin-bottom: 20px;
}
.contact-page .icon-box-img img {
    padding-top: 0;
}
.contact-page .button {
    margin-bottom: 0;
}
.social-icons button i, .social-icons .button i {
    top: initial;
}
/* Product */
.product-page-title {
    display: none;
}
.page-title:not(.featured-title)+main .product-main {
    padding-top: 60px;
}
.product-main {
    padding-bottom: 0;
}
.product-info {
    padding-bottom: 0;
}
@media (max-width: 850px) {
    .product-info {
        padding-top: 30px;
    }
}
.product-gallery .social-icons {
    margin-top: 1.5em;
}
.product-gallery .social-icons a {
    margin-left: .5em;
    margin-right: .5em;
}
.product-gallery .social-icons a:first-child {
    margin-left: 0;
}
.product-gallery .social-icons a:last-child {
    margin-right: 0;
}
.product-gallery .social-icons .button.is-outline {
    color: inherit;
}
@media (min-width: 850px) {
    .product-gallery .social-icons {
        margin-top: 1em;
    }
    .product-gallery .social-icons {
        margin-left: 110px;
    }
}
.woocommerce-product-gallery__wrapper {
    border: 1px solid #E8E8E8;
}
.product_meta {
    font-size: .9375rem;
}
.product_meta>span {
    border-top: none;
}
.product-footer .entry-content {
    font-size: .9375rem;
}
.product-section__description h3.title {
    background-color: #F5F5F5;
    margin-bottom: 3px;
}
.product-section__description .entry-content {
    padding: 20px 20px 10px 20px;
    background-color: #F5F5F5;
}
@media (min-width: 850px) {
    .product-section__description .entry-content {
        padding: 30px 40px 15px 40px;
    }
}
.product-section {
    border-top: none;
}
.product-section:not(:last-child) {
    margin-bottom: 1.5em;
}
.product-section:not(:first-child) .title {
    font-weight: 500 !important;
    font-size: 1.125rem;
    padding-bottom: .5em;
    border-bottom: 1px solid #CCCCCC;
}
@media (min-width: 850px) {
    .category-page-title {
        display: none;
    }
}
.category-page-title .woocommerce-breadcrumb {
    display: none;
}
.category-page-title + #main {
    background-color: #F5F5F5;
}
.content-product-list .shop-container {
    padding-top: 60px;
    padding-bottom: 30px;
}
.product-list .menu-product {
    padding: 50px 15px;
    background-color: #FFF;
}
@media (min-width: 850px) {
    .product-list {
        display: flex;
    }
    .product-list .menu-product {
        flex: 0 0 18%;
    }
    .product-list .content-product-list {
        flex: 0 0 calc( 100% - 18% );
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1600px) {
    .product-list .menu-product {
        padding: 50px 30px;
    }
}
.widget .toggle {
    color: #1B90CF;
}
ul.menu>li+li, .widget>ul>li+li {
    border-top: none;
}
.widget ul.product-categories li a {
    color: inherit;
    font-size: .9375rem;
    padding-top: 6px;
    padding-bottom: 6px;
}
.widget ul.product-categories ul li.active a,
.widget ul.product-categories li a:hover {
    color: #1B90CF;
}
.widget ul.product-categories>li>a {
    color: #1B90CF;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.menu>li ul, .widget>ul>li ul {
    border-left: none;
    margin-left: 0;
}
@media (min-width: 1200px) {
    ul.menu>li ul, .widget>ul>li ul {
        padding-left: 25px;
    }
}
body.has-child .prdctfltr-widget {
    display: none;
}
.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter input[type="checkbox"] {
    margin-bottom: .3em;
}
.prdctfltr_filter label {
    font-size: .9375rem;
    font-weight: 500;
}
.woocommerce-products-header__title {
    font-size: 1.25rem;
}
@media (min-width: 1200px) {
    .woocommerce-products-header__title {
        font-size: 1.5rem;
    }
}
@media (max-width: 849px) {
    .woocommerce-products-header__title {
        margin-bottom: 0;
    }
}
.uni-toolbox .searchform-wrapper {
    border: 1px solid #DCDCDC;
    background-color: #FFF;
    padding: 0 15px;
}
.back-to-top.button {
    border-color: #FFF;
    background-color: #1b90cf;
    color: #FFF;
}
html .switcher {
    width: auto;
    font-family: inherit;
}
html .switcher .selected {
    background: none;
    font-weight: 500;
}
html .switcher .selected a {
    width: auto;
    border: none;
    padding: 0;
    padding-right: 20px;
    color: inherit;
}
html .switcher .selected a:after {
    right: 0;
    height: 16px;
}
html .footer-wrapper .switcher a {
    display: inline-block !important;
}
html .switcher a img {
    margin-right: 6px;
    border-radius: 4px;
}
html .switcher .option {
    width: auto;
    border: none;
    background: none;
    position: absolute;
}
html .switcher .option a {
    padding: 5px 0 0 0;
    font-weight: 500;
}
html .switcher .option a.selected {
    background: none;
}
@media (max-width: 849px) {
    .header-main li.html.custom {
        display: block;
    }
}
html .pk-sms-messenger {
    bottom: 80px;
}
.icon-info ul {
    margin-left: 30px;
    display: flex;
    list-style: none;
}
.icon-info ul li {
    margin-bottom: 0;
    padding-right: 12px;
    justify-content: center;
}
.icon-info ul li:last-child {
    padding-right: 0;
}
.icon-info ul li a {
    color: inherit;
    font-size: 1em;
}
@media (max-width: 1599px) {
    #logo {
        max-width: 140px;
    }
}
.flickity-page-dots {
    bottom: 0;
}
#menu-lang-footer li {
    margin-right: 15px;
    float: left;
}
#menu-lang-footer li a {
    font-size: 16px;
    color: #000000;
}
.cart-sidebar .product-name {
    border: none;
    border-bottom: 3px solid #ececec;
}
.height-100 {
    padding-bottom: 0 !important;
}
.height-100>.col-inner {
    min-height: 383px !important;
}
ul.menu>li a {
	font-size: 16px;
	color: #000;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media (max-width: 1199.98px) {
	
}

@media (max-width: 991.98px) {
    html {
        font-size: 90%;
    }
}

@media (max-width: 767.98px) {
    
}

@media (max-width: 575.98px) {
    
}