/*
Theme Name: UniTheme
Theme URI: 
Author: Quang Hoa
Author URI: 
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shtheme
Tags: 

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
## Sidebar - Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
## Layout construct
## Shortcode
## Footer
## Menu Mobile
## Custom css
## Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url("//fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap&subset=vietnamese");
html { font-size: 62.5%; }

body { font-family: "Quicksand", Arial, sans-serif; font-size: 14px; color: #333333; overflow-x: hidden; }

a { color: #ff4081; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
a:hover { color: #ff4081; }
a:hover, a:active, a:focus, a:visited { text-decoration: none; }

img { max-width: 100%; height: auto; }

.site-boxed { max-width: 1170px; margin: 0 auto; }
.site-boxed .container { padding-left: 0; padding-right: 0; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-title, .site-description { font-size: 0; margin: 0; }

.site-header .top-header { padding: 5px 0; background: #f3f3f3; }
.site-header .top-header .box_left .item_contact span { font-weight: bold; }
.site-header .top-header .box_left .item_contact.email_contact { margin-right: 20px; }
.site-header .top-header .boxright { text-align: right; }
.site-header .top-header .boxright ul { padding: 0; margin: 0; list-style: none; }
.site-header .top-header .boxright ul.box_cart_login > li { display: inline-block; margin-left: 15px; }
.site-header .top-header .boxright ul.box_cart_login > li img { cursor: pointer; }
.site-header .top-header .boxright ul.box_cart_login > li.user_account { position: relative; }
.site-header .top-header .boxright ul .box_form_user { display: none; position: absolute; width: 250px; z-index: 99; border-radius: 5px; background: #FFF; border: 1px solid #ebebeb; top: calc(100% + 9px); left: 50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.15); }
.site-header .top-header .boxright ul .box_form_user li { padding: 10px; text-align: start; font-weight: bold; }
.site-header .top-header .boxright ul .box_form_user li:first-child { padding-bottom: 0; }
.site-header.header-banner #showmenu { right: 15px; }
.site-header.header-logo .logo img { margin: 10px 0; max-height: 80px; }
.site-header .header-content { position: relative; }

/*--------------------------------------------------------------
# Main Navigation
--------------------------------------------------------------*/
.main-navigation ul { padding: 0; margin: 0; }
.main-navigation ul.menu li { position: relative; display: block; }
.main-navigation ul.menu li a { font-size: 14px; color: #333333; display: block; white-space: nowrap; padding: 8px 20px 8px 8px; font-weight: normal; }
.main-navigation ul.menu > li { float: left; }
.main-navigation ul.menu > li > a { font-size: 16px; padding: 0 20px; line-height: 40px; height: 40px; font-weight: normal; color: #FFF; text-transform: uppercase; }
.main-navigation ul.menu > li > a span { position: relative; padding: 10px 0; }
.main-navigation ul.menu > li > a span:before, .main-navigation ul.menu > li > a span:after { content: ''; position: absolute; left: 0; width: 0; background: #ff4081; height: 1px; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.main-navigation ul.menu > li > a span:before { top: 0; }
.main-navigation ul.menu > li > a span:after { bottom: 0; }
.main-navigation ul.menu > li.current-menu-item > a span:before, .main-navigation ul.menu > li:hover > a span:before, .main-navigation ul.menu > li.current-menu-item > a span:after, .main-navigation ul.menu > li:hover > a span:after { width: 100%; }
.main-navigation ul.menu > li.menu-item-has-children > a { position: relative; padding-right: 20px !important; }
.main-navigation ul.menu > li.menu-item-has-children > a:after { content: ''; border: 2px solid rgba(0, 0, 0, 0.3); border-bottom: none; border-right: none; -webkit-box-sizing: content-box; box-sizing: content-box; display: block; width: 6px; height: 6px; margin: auto; position: absolute; top: 0; bottom: 0; -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); right: 6px; left: auto; -moz-transition: all 0.25s ease 0s; -o-transition: all 0.25s ease 0s; -webkit-transition: all 0.25s ease 0s; transition: all 0.25s ease 0s; }
.main-navigation ul.menu > li.menu-item-has-children:hover > a:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.main-navigation ul.menu > li.has-megamenu { position: static; }
.main-navigation ul.menu > li.has-megamenu ul.sub-menu { display: flex; flex-wrap: wrap; padding: 10px; }
.main-navigation ul.menu > li.has-megamenu ul.sub-menu li { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
.main-navigation ul li:hover > ul { opacity: 1; visibility: visible; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.main-navigation ul ul { background-color: #fff; border-top: 2px solid #ff4081; min-width: 210px; left: 0; position: absolute; box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3); z-index: 99999; opacity: 0; visibility: hidden; -webkit-transform: translate3d(0, 20px, 0); -moz-transform: translate3d(0, 20px, 0); -ms-transform: translate3d(0, 20px, 0); -o-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); -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; }
.main-navigation ul ul li a { border-bottom: 1px solid #f2f2f2; }
.main-navigation ul ul li:last-child a { border-bottom: none; }
.main-navigation ul ul li.menu-item-has-children > a:before { float: right; margin-right: -14px; line-height: 22px; content: "\f0da"; font-family: Font Awesome\ 5 Free !important; font-weight: 900 !important; }
.main-navigation ul ul li ul { position: absolute; left: 80%; top: -2px; 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; }
.main-navigation ul ul li ul li { width: 100%; opacity: 1; }
.main-navigation ul ul li:hover > ul { left: 100%; opacity: 1; visibility: visible; }

.main-navigation ul.menu > li > a:hover, .main-navigation ul.menu > li.current-menu-item > a, .main-navigation ul.menu > li:hover > a, .site-header.logo-left .main-navigation ul.menu > li > a:hover, .site-header.logo-left .main-navigation ul.menu > li.current-menu-item > a, .site-header.logo-left .main-navigation ul.menu > li:hover > a, .main-navigation ul.menu ul > li > a:hover, .main-navigation ul.menu ul > li.current-menu-item > a, .main-navigation ul.menu ul.menu > li:hover > a, .site-header.logo-left .main-navigation ul.menu ul > li > a:hover, .site-header.logo-left .main-navigation ul.menu ul > li.current-menu-item > a, .site-header.logo-left .main-navigation ul.menu ul.menu > li:hover > a { color: #ff4081 !important; font-weight: bold; }

.site-header.header-banner .main-navigation, .site-header.header-logo-style2 .main-navigation { background: #ff4081; }

.site-header.header-logo .main-navigation { background: none; }
.site-header.header-logo .main-navigation ul.menu { float: right; }
.site-header.header-logo .main-navigation ul.menu > li { margin-right: 30px; }
.site-header.header-logo .main-navigation ul.menu > li:last-child { margin-right: 0; }
.site-header.header-logo .main-navigation ul.menu > li > a { color: #333333; padding: 0; line-height: 80px; height: 80px; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.title{  position: relative; display: inline-block; background: #ff4081; color: #FFF; padding: 0 20px; }
.title:before { content: ''; width: 0px; height: 0px; border-bottom: 17px solid transparent; border-top: 17px solid transparent; border-right: 17px solid #ff4081; position: absolute; left: -17px; top: 0; }
.title:after { content: ''; width: 0px; height: 0px; border-bottom: 17px solid transparent; border-top: 17px solid transparent; border-left: 17px solid #ff4081; position: absolute; right: -17px; top: 0; }

.heading { margin: 0 0 70px 0; padding: 0; font-size: 16px; color: #ff4081; position: relative; font-weight: bold; line-height: 34px; text-transform: uppercase; text-align: center; }
.heading a { position: relative; display: inline-block; background: #ff4081; color: #FFF; padding: 0 20px; }
.heading a:before { content: ''; width: 0px; height: 0px; border-bottom: 17px solid transparent; border-top: 17px solid transparent; border-right: 17px solid #ff4081; position: absolute; left: -17px; top: 0; }
.heading a:after { content: ''; width: 0px; height: 0px; border-bottom: 17px solid transparent; border-top: 17px solid transparent; border-left: 17px solid #ff4081; position: absolute; right: -17px; top: 0; }
.heading:before { content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background: #ff4081; }

.page-title, h1.entry-title { font-size: 22px; font-weight: 600; color: #ff4081; margin: 0px 0 15px 0; }

.page-title-bar { padding: 20px 0 10px 0; margin-bottom: 20px; background: #f5f5f5; }
.page-title-bar .title { font-size: 24px; line-height: 1.4; margin-top: 0; }

.breadcrumb { padding: 5px 0; margin-bottom: 10px; background: none; color: #333333; }

#back-top { margin: 0; }
#back-top a { display: block; -moz-transition: 1s ease-in-out; -o-transition: 1s ease-in-out; -webkit-transition: 1s ease-in-out; transition: 1s ease-in-out; }
#back-top span { background: #ff4081 url(https://vh-fashion.net/wp-content/themes/halufashion/lib/images/top.png) no-repeat center 50%; border-radius: 5px; height: 40px; width: 40px; position: fixed; bottom: 20%; right: 30px; z-index: 9; opacity: .5; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
#back-top span:hover { opacity: 1; }

iframe[name='google_conversion_frame'] { height: 0 !important; width: 0 !important; line-height: 0 !important; font-size: 0 !important; margin-top: -13px; float: left; }

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }

.col-xs-15 { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }

@media (min-width: 768px) { .col-sm-15 { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } }
@media (min-width: 992px) { .col-md-15 { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } }
@media (min-width: 1200px) { .col-lg-15 { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } }
.wpcf7 label { font-weight: 500; display: block; }

.wpcf7 div.wpcf7-validation-errors { margin: 2em 0 1em; }

.wpcf7 span.wpcf7-not-valid-tip { margin: 5px 0; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { border: none; }

div.wpcf7-response-output { padding: .75rem 1.25rem; }

.page_nav { text-align: left; margin-bottom: 20px; }
.page_nav * { display: inline-block; padding: 3px 10px; background: #FFF; border: 1px solid #ff4081; margin: 0; }
.page_nav .current, .page_nav .page-numbers:hover { background: #ff4081; color: #FFF; }

.screen-reader-text { display: none; }

.btn { padding: 6px 20px; font-size: 14px; background: #ff4081; color: #FFF; }
.btn:hover, .btn:focus, .btn .focus { color: #FFF; box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2); }

.btn-primary { border-color: #ff4081; }
.btn-primary:hover { color: #fff; background-color: #ff4081; border-color: #ff4081; }

.form-group { margin-bottom: 15px; }

.form-control { height: 34px; font-size: 14px; }

textarea.form-control { height: 160px; }

/*--------------------------------------------------------------
## Css Scrollbar
--------------------------------------------------------------*/
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; border-radius: 10px; }

::-webkit-scrollbar { width: 8px; background-color: #F5F5F5; }

::-webkit-scrollbar-thumb { background-color: #807d7d; border-radius: 8px; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; }

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.content-sidebar-wrap:before, .content-sidebar-wrap:after { clear: both; display: table; content: " "; }

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

/*--------------------------------------------------------------
# Sidebar - Widgets
--------------------------------------------------------------*/
.widget { margin: 0 0 1.5em; }
.sidebar .widget { margin: 0 0 20px 0; }
.sidebar .widget .widget-title { font-size: 20px; color: #333; font-weight: bold; text-transform: uppercase; text-align: left; padding: 10px 0px; border-bottom: 1px solid #ebebeb; margin: 0 0 10px; }
.sidebar .widget ul { padding: 0; margin: 0; list-style: none; }
.widget select { max-width: 100%; }

.widget_supports .list-supporter, .sidebar .content-feature-page, .sidebar .slider-products, .sidebar .widget_text .textwidget, .sidebar .widget_recently_viewed_products .product_list_widget { border: 1px solid #ebebeb; border-top: none; }

.sidebar .widget_list_view_posts .list-post-item, .sidebar .widget .content-feature-page, .sidebar .textwidget, .sidebar .widget_recently_viewed_products .product_list_widget { padding: 10px; }

/* Widget Custom Menu */
.widget_nav_menu ul li { position: relative; padding: 5px 0; }
.widget_nav_menu ul li a { font-size: 16px; font-weight: normal; display: block; color: #333333; position: relative; }
.widget_nav_menu ul li.current-menu-item a, .widget_nav_menu .main-navigation ul.menu > li:hover a, .main-navigation .widget_nav_menu ul.menu > li:hover a { color: #ff4081; }
.widget_nav_menu ul li.menu-item-has-children { padding: 0 !important; }
.widget_nav_menu ul li.menu-item-has-children > a { padding: 5px 0; }
.widget_nav_menu ul li.menu-item-has-children ul { display: none; padding: 0 0 0 20px; }
.widget_nav_menu ul li.menu-item-has-children .arrow { position: absolute; top: 0; right: 0; width: 34px; height: 34px; cursor: pointer; text-align: center; line-height: 25px; color: #333333; background: rgba(255, 255, 255, 0.085); -moz-transition: all 0.25s ease 0s; -o-transition: all 0.25s ease 0s; -webkit-transition: all 0.25s ease 0s; transition: all 0.25s ease 0s; }
.widget_nav_menu ul li.menu-item-has-children .arrow:before { content: ''; border: 2px solid rgba(0, 0, 0, 0.3); border-bottom: none; border-right: none; -webkit-box-sizing: content-box; box-sizing: content-box; display: block; width: 8px; height: 8px; margin: auto; position: absolute; top: -5px; bottom: 0; -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); right: 12px; left: auto; -moz-transition: all 0.25s ease 0s; -o-transition: all 0.25s ease 0s; -webkit-transition: all 0.25s ease 0s; transition: all 0.25s ease 0s; }
.widget_nav_menu ul li.open > .arrow:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.widget_nav_menu ul li:hover > a { color: #ff4081; }

.site-footer .widget_nav_menu ul > li.menu-item-has-children > a { padding: 3px 0; }
.site-footer .widget_nav_menu ul > li.menu-item-has-children .arrow { width: 30px; height: 30px; }
.site-footer .widget_nav_menu ul > li.menu-item-has-children .arrow:before { top: -4px; right: 11px; }

/* Widget Search */
.search-form { position: relative; }
.search-form label { width: 100%; margin-bottom: 0; }
.search-form input[type=search], .search-form input[type=submit] { height: 29px; outline: none; border: none; }
.search-form input[type=search] { width: 100%; background: none; color: #FFF; font-weight: normal; padding: 4px 39px 4px 10px; }
.search-form input[type=search]::-webkit-input-placeholder, .search-form input[type=search]::-moz-placeholder, .search-form input[type=search]:-ms-input-placeholder, .search-form input[type=search]:-moz-placeholder { color: #FFF; }
.search-form input[type=submit] { position: absolute; top: 0; right: 0; z-index: 1; background: url(https://vh-fashion.net/wp-content/themes/halufashion/lib/images/btsearch.png) center center no-repeat; text-indent: -9999px; width: 29px; cursor: pointer; }
.sidebar .search-form { padding: 4px 12px; background: #176fc8; overflow: hidden; }
.site-header .search-form { position: absolute; top: 6px; right: 5px; z-index: 9; width: 200px; border-radius: 3px; background: #FFF; overflow: hidden; }
.site-header .search-form input[type=search] { color: #333333; }
.not-found .search-form { display: flex; }
.not-found .search-form label { flex: auto !important; margin-right: 8px; }
.not-found .search-form input[type=search] { color: #333333; height: 34px; padding: 4px 10px; border: 1px solid #d1d5da; border-radius: 3px; outline: none; box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075); }
.not-found .search-form input[type=search]::-webkit-input-placeholder, .not-found .search-form input[type=search]::-moz-placeholder, .not-found .search-form input[type=search]:-ms-input-placeholder, .not-found .search-form input[type=search]:-moz-placeholder { color: #333333; }
.not-found .search-form input[type=submit] { height: 34px; position: static; background: none; text-indent: 0; width: auto; cursor: pointer; padding: 6px 12px; background-color: #eff3f6; background-image: linear-gradient(-180deg, #fafbfc, #eff3f6 90%); border: 1px solid rgba(27, 31, 35, 0.2); border-radius: .25em; }

/* Widget Recent Posts */
.sidebar .widget_recent_entries ul li { padding: 5px 10px; border-bottom: 1px solid #ebebeb; }
.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-post-item { padding: 15px 0 0 !important; }
.widget .list-post-item li { margin-bottom: 15px; border-bottom: 1px solid #ebebeb; padding-bottom: 15px; }
.widget .list-post-item li:last-child { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }
.widget .list-post-item .post:after { clear: both; }
.widget .list-post-item .alignleft { width: 70px; height: 70px; margin-right: 10px; }
.widget .list-post-item .alignleft img { height: 100%; width: 100%; object-position: center; object-fit: cover; }
.widget .list-post-item .alignright { width: 70px; height: 70px; margin-left: 10px; }
.widget .list-post-item .alignright img { height: 100%; width: 100%; object-position: center; object-fit: cover; }
.widget .list-post-item .aligncenter { text-align: center; }
.widget .list-post-item h3 { margin: 0 0 5px 0; font-size: 14px; font-weight: 500; line-height: 1.2; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.widget .list-post-item h3 a { color: inherit; }

/* Widget Support */
@media (min-width: 1200px) { .widget_supports .list-supporter { padding-top: 190px; background-image: url(https://vh-fashion.net/wp-content/themes/halufashion/lib/images/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: 20px; color: #ff0000; font-weight: bold; }
.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: 14px; 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(https://vh-fashion.net/wp-content/themes/halufashion/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: 12px; 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 Slider Products */
.sidebar .content-feature-page, .sidebar .slider-products { padding: 10px 10px 0 10px; }

.item-product-slide { overflow: hidden; margin-bottom: 15px; border-bottom: 1px solid #ebebeb; padding-bottom: 15px; }
.item-product-slide:last-child { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }
.item-product-slide .alignleft, .item-product-slide .alignright { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; width: 70px; height: 70px; background: #FFF; }
.item-product-slide .alignleft > div, .item-product-slide .alignright > div { width: 100%; height: 100%; }
.item-product-slide .alignleft > div img, .item-product-slide .alignright > div img { width: 100%; height: 100%; object-position: top; object-fit: cover; }
.item-product-slide .alignleft { margin-right: 15px; }
.item-product-slide .alignright { margin-left: 15px; }
.item-product-slide .alignnone img { margin: 0 auto 10px; }
.item-product-slide h3 { margin: 5px 0; font-size: 14px; font-weight: 500; line-height: 1.2; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.item-product-slide h3 a { color: #333333; }
.item-product-slide .price { font-weight: bold; color: #ff0000; margin: 0; }
.item-product-slide .price ins, .item-product-slide .price del { display: inline-block; text-decoration: none; }
.item-product-slide .price ins { margin-right: 0; }
.item-product-slide .price del { text-decoration: line-through; font-weight: normal; color: #666666; margin-left: 5px; }
.item-product-slide.slick-slide img { width: auto; display: inline-block; max-height: 100px; max-width: 100px; }

/* Widget Slider Posts */
.sidebar .widget_listpost_widget ul { padding: 20px 10px; background: #fafafa; }

/* Slick Slider */
/*html .slick-slider.slick-carousel { margin-left: -15px; margin-right: -15px; }
html .slick-slider.slick-carousel.slick-dotted { padding-bottom: 40px; margin-bottom: 0; }
html .slick-slider .slick-slide { padding-left: 15px; padding-right: 15px; }
html .slick-slider .slick-slide, html .slick-slider .slick-slide a { outline: none; }
html .slick-slider .slick-next, html .slick-slider .slick-prev { z-index: 1; top: -42px; }
html .slick-slider .slick-next { right: calc( 50% - 26px ); }
html .slick-slider .slick-next:before { content: "\f054" !important; }
html .slick-slider .slick-prev { left: calc( 50% - 26px ); }
html .slick-slider .slick-prev:before { content: "\f053" !important; }
html .slick-slider .slick-arrow:before { font-family: Font Awesome\ 5 Free !important; font-weight: 900 !important; }
html .slick-slider .slick-next:before, html .slick-slider .slick-prev:before { color: #ff4081; border: 1px solid #ff4081; opacity: 1; width: 24px; height: 24px; display: inline-block; font-size: 12px; line-height: 24px; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
html .slick-slider .slick-next:hover:before, html .slick-slider .slick-prev:hover:before { background: #ff4081; color: #FFF; }
html .slick-slider .slick-dots { bottom: 10px; }
html .slick-slider .slick-dots li { margin: 0; }
html .slick-slider .slick-dots li button:before { font-size: 14px; color: #d8d8d8; }
html .slick-slider .slick-dots li.slick-active button:before { color: #ff4081; opacity: 1; }

#dev3b-gallery .slick-next, #dev3b-gallery .slick-prev { z-index: 1; top: 50%; }
#dev3b-gallery .slick-next { right: 0; }
#dev3b-gallery .slick-next:before { content: "\f054" !important; }
#dev3b-gallery .slick-prev { left: 0; }
#dev3b-gallery .slick-prev:before { content: "\f053" !important; }*/

/* Widget Featured Page */
.widget_featuredpage .entry-title { font-size: 15px; font-weight: 600; line-height: 1.4; margin: 0; }
.widget_featuredpage .entry-title a { color: #ff4081; }
.widget_featuredpage .alignleft, .widget_featuredpage .alignright { width: 30%; }
.widget_featuredpage .alignleft { margin-right: 10px; }
.widget_featuredpage .alignright { margin-left: 10px; }
.widget_featuredpage p { font-size: 13px; text-align: justify; }

/* Widget Information */
.widget_information li { padding: 3px 0 3px 22px; position: relative; }
.widget_information li i { font-size: 12px; position: absolute; left: 0; top: 7px; 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; }

/* Widget Social */
.widget_social ul li { display: inline-block; margin-right: 10px; }
.widget_social ul li:last-child { margin-right: 0; }
.widget_social ul li a { font-size: 16px; display: inline-block; height: 50px; width: 50px; line-height: 50px; color: #333; border-radius: 50%; text-align: center; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.widget_social ul li a:hover { -webkit-transform: translate(0, -5px); -moz-transform: translate(0, -5px); -ms-transform: translate(0, -5px); -o-transform: translate(0, -5px); transform: translate(0, -5px); }
.widget_social ul li.icon_facebook a { color: #3b5999; }
.widget_social ul li.icon_twitter a { color: #55acee; }
.widget_social ul li.icon_google a { color: #dd4b39; }
.widget_social ul li.icon_youtube a { color: #cd201f; }
.widget_social ul li.icon_linkedin a { color: #0077B5; }
.widget_social ul li.icon_pinterest a { color: #bd081c; }
.widget_social ul li.icon_instagram a { color: #e4405f; }

/* Widget Tag Cloud */
.tagcloud a { font-size: 14px !important; display: inline-block; border: 1px solid #ff4081; margin: 0 3px 5px 0; padding: 2px 5px; border-radius: 3px; color: #ff4081; }
.tagcloud a:hover { background: #ff4081; color: #FFF; }

/* Count Per Day */
.sidebar .cpd { padding: 5px 10px; }
.sidebar .cpd li { padding: 5px 0; border-bottom: 1px solid #ebebeb; }
.sidebar .cpd li:last-child { border-bottom: none; }

/* Slider */
.wtb-slider { margin-bottom: 30px; }

html .theme-default .nivo-controlNav { width: 100%; position: absolute; bottom: 0; left: 0; z-index: 1; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky { display: block; }

.hentry { margin: 0 0 30px; }

.byline, .updated:not(.published) { display: none; }

.single .byline, .group-blog .byline { display: inline; }

.page-links { clear: both; margin: 0 0 1.5em; }

.single article.post .entry-content { line-height: 25px; margin-bottom: 20px; }
.single article.post .entry-content .entry-title { color: #333; }
.single article.post .entry-content .button_share { padding-bottom: 20px; margin-bottom: 20px; margin-top: 20px; border-bottom: 1px solid #ebebeb; }
.single .entry-content table tr td { padding: 8px; line-height: 1.42857143; }

.entry-meta { font-size: 14px; margin-bottom: 10px; }
.entry-meta span { color: #919191; display: inline-block; margin-right: 10px; }
.entry-meta span i { color: #919191; }

.socials-share { padding: 20px 0 15px 0; margin-bottom: 20px; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; }
.socials-share .fb_iframe_widget { position: relative; top: -8px; }

.post-next-prev { border-bottom: 1px solid #ebebeb; margin: 20px 0; }
.post-next-prev .post-next-prev-content span { display: block; font-size: 12px; color: #c1c1c1; margin-bottom: 7px; }
.post-next-prev .post-next-prev-content a { display: block; color: #222; margin-bottom: 20px; }

.related-posts { margin-bottom: 30px; }
.related-posts .related-title { font-weight: bold; font-size: 20px; margin-bottom: 15px; text-transform: uppercase; }
.related-posts ul { padding-left: 0; list-style-position: inside; }
.related-posts ul li { margin-bottom: 5px; }
.related-posts ul li a { color: #333333; }

.sidebar .widget_nav_menu ul li a:hover, .post-next-prev-content a:hover, .related-posts ul li a:hover, .item-product-slide h3 a:hover, .widget .list-post-item h3 a:hover, .new-list article .more-link { color: #ff4081; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area .comment-list .comment-content a { word-wrap: break-word; }

.comment-form label { display: block; }

.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] { width: 100%; padding: 5px 10px; }

.comment-form input, .comment-form textarea { border: 1px solid rgba(51, 51, 51, 0.1); color: rgba(51, 51, 51, 0.7); }

.comment-form input[type="submit"] { background: #ff4081; color: #FFF; padding: 5px 10px; }

.comment-list { list-style: none; margin: 0; padding: 0; }

.comment-list article, .comment-list .pingback, .comment-list .trackback { border-top: 1px solid #eaeaea; border-top: 1px solid rgba(51, 51, 51, 0.1); padding: 1.6em 0; }

.comment-content { padding: 10px 20px 45px; margin: 25px 0 0; font-size: 15px; border: 1px solid #dfdfdf; border-radius: 3px; line-height: 1.5em !important; }

.comment-list li .reply { position: absolute; margin: -45px 0 0 10px; padding: 5px 10px; }

.comment-list .children { list-style: none; margin: 0; }

.comment-list .children > li { padding-left: 0.8em; }

.comment-author { padding: 10px 5px 0; }

.comment-list li .avatar { background: #fff; float: left; margin: 0 10px 0 0px; border-radius: 50%; -moz-border-radius: 50%; }

.comment-list p, .ping-list p { font-weight: normal; text-transform: none; margin: 10px 5px 10px 0; padding: 0; word-wrap: break-word; }

.comment-list li .fn, .comment-list li .cfn { font-size: 16px; display: inline-block; margin: 10px 0 0; }

.comment-list li .says { display: none; }

/* Extra Comments */
#formcmmaxweb { margin-bottom: 20px; }

#formcmmaxweb textarea.form-control { height: auto; }

span.title_comment { font-size: 20px; color: #606664; line-height: 1.3em; font-weight: 700; margin: 15px 0; display: block; }

.comment-author.vcard { width: 25px; float: left; clear: both; z-index: 2; position: relative; text-align: center; }

.commentlist { margin-top: 10px; }

.commentlist li { overflow: hidden; clear: both; margin-bottom: 10px; }

.commentlist .children { margin-top: 10px; }

.commentBody em { color: red; }

.commentBody { position: relative; margin-left: 35px; overflow: hidden; }

.commentBody:hover .comment-meta.commentmetadata .ngaythang { opacity: 1; }

.commentBody .reply { float: right; margin: 0; position: absolute; bottom: 0; right: 0; }

.comment-meta.commentmetadata { position: relative; padding: 0; margin: 0 0 5px; }

.comment-meta.commentmetadata .ngaythang { position: absolute; top: 0; right: 0; color: #ff4081; opacity: .3; font-size: 12px; }

.comment-meta.commentmetadata .fn { font-weight: 700; color: #333; margin: 0; text-transform: capitalize; font-size: 16px; line-height: 22px; margin-top: 2px; }

ol.commentlist_mw, ol.commentlist_mw ul.children { list-style: none; padding: 0; }

ol.commentlist_mw li { margin-bottom: 10px; }

ol.commentlist_mw > ul.children { margin: 10px 0 15px 35px; background: #f8f8f8; padding: 10px; position: relative; border: 1px solid #dfdfdf; }

ol.commentlist_mw > ul.children:before { content: ''; position: absolute; top: -11px; left: 13px; width: 0; height: 0; border-bottom: 11px solid #dfdfdf; border-left: 11px solid rgba(238, 238, 238, 0); border-right: 11px solid rgba(238, 238, 238, 0); }

ol.commentlist_mw > ul.children:after { content: ''; position: absolute; top: -10px; left: 14px; width: 0; height: 0; border-bottom: 10px solid #f8f8f8; border-left: 10px solid transparent; border-right: 10px solid transparent; }

div.error { color: red; font-size: 14px; text-align: left; line-height: 16px; margin: 10px 0 0; }

.tools_comment a { color: #ff4081; font-size: 14px; position: relative; padding: 0 15px 0 0; margin: 0 7px 0 0; line-height: 14px; }

.tools_comment a:after { content: ""; width: 4px; height: 4px; top: 50%; margin-top: -2px; background: #999; position: absolute; right: 0; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }

.tools_comment a:last-child:after { display: none; }

.tools_comment a:last-child { padding: 0; margin: 0; }

.noidungcomment { font-size: 14px; line-height: 22px; }

.noidungcomment p { margin: 0 0 5px; }

.cancel-comment-reply a { display: block; margin: 5px 0; font-size: 14px; text-decoration: none; color: #a9883f; }

.nocomments { border-color: #D98D8D; background-color: #FFCECE; background-position: left -792px; color: #665252; padding: 10px; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption { margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { display: block; }

/*--------------------------------------------------------------
## Layout construct 
--------------------------------------------------------------*/
@media (min-width: 992px) { .sidebar-content .site-main, .content-sidebar .site-main { float: right; width: 74.359%; }
  .content-sidebar .site-main, .content-sidebar-sidebar .site-main { float: left; }
  .sidebar-content-sidebar .site-main, .sidebar-sidebar-content .site-main, .content-sidebar-sidebar .site-main { float: right; width: 65.5175%; }
  .sidebar-content .sidebar, .content-sidebar .sidebar { float: left; width: 23.078%; }
  .content-sidebar .sidebar { float: right; }
  .sidebar-sidebar-content .sidebar { float: left; }
  .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap, .content-sidebar-sidebar .content-sidebar-wrap { float: left; width: 75.5%; }
  .sidebar-sidebar-content .content-sidebar-wrap { float: right; }
  .sidebar-content-sidebar .sidebar-primary, .sidebar-sidebar-content .sidebar-primary, .content-sidebar-sidebar .sidebar-primary { float: left; width: 31.1258278%; }
  .content-sidebar-sidebar .sidebar-primary { float: right; }
  .sidebar-content-sidebar .sidebar-secondary, .sidebar-sidebar-content .sidebar-secondary { float: right; width: 23.078%; }
  .content-sidebar-sidebar .sidebar-secondary { float: right; width: 23.078%; }
  .single-product.sidebar-content .site-content .site-main { float: left !important; }
  .single-product.sidebar-content .site-content .sidebar { float: right !important; } }
.home .site-content > .container { max-width: 100%; padding-left: 0; padding-right: 0; }
.home .site-content > .container .site-main { padding-top: 0 !important; }

@media (min-width: 1200px) { .container { max-width: 1200px; } }
.site-main { padding-top: 10px; }

.extend-site-main, .home .site-main, .page-template-page-fullwidth .site-main, .page-template-page-contact .site-main { width: 100%; }

/*--------------------------------------------------------------
## Category
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
.sh-blog-shortcode .element .entry-thumb a { overflow: hidden; display: block; }
.sh-blog-shortcode .element .entry-thumb a img { width: 100%; height: auto; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.sh-blog-shortcode .element .entry-thumb a img:hover { transform: scale(1.1); -webkit-transform: scale(1.1); }
.sh-blog-shortcode .element .entry-content { margin: 0; }
.sh-blog-shortcode .element .entry-meta { color: #919191; font-style: normal; margin-bottom: 5px; }
.sh-blog-shortcode .element .entry-meta i { margin-right: 5px; }
.sh-blog-shortcode .element .entry-title { margin: 10px 0 5px 0; font-size: 15px; font-weight: 600; line-height: 1.2; text-transform: uppercase; }
.sh-blog-shortcode .element .entry-description { text-align: justify; line-height: 1.4; }
.sh-blog-shortcode .element .entry-description p { margin-bottom: 0; }
.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-1 .entry-title a { color: #333333; }
.sh-blog-shortcode.style-1 .entry-title a:hover { color: #ff4081; }
.sh-blog-shortcode.style-1 .entry-description p { margin-bottom: 5px; }
.sh-blog-shortcode.style-5 .entry-thumb { float: left; width: 110px; margin-right: 15px; }
.sh-blog-shortcode.style-5 .entry-title { margin-top: 0; }
.sh-blog-shortcode.style-5 .entry-description { font-size: 13px; }
.sh-blog-shortcode.style-6 .entry-thumb { padding: 3px; background: #FFF; border: 1px solid #cdcdcd; }
.sh-blog-shortcode.style-6 .entry-title { color: #333333; }
.sh-blog-shortcode.style-6 .entry-title:hover { color: #ff4081; }
.sh-blog-shortcode.style-6 .first-element-layout, .sh-blog-shortcode.style-6 .second-element-layout { margin-bottom: 20px; }
.sh-blog-shortcode.style-6 .first-element-layout .element { margin-bottom: 0; }
.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #dfdfdf; }
.sh-blog-shortcode.style-6 .second-element-layout .element:last-child { margin-bottom: 0; }
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb { float: left; width: 110px; margin-right: 15px; }
.sh-blog-shortcode.style-6 .second-element-layout .entry-title { margin-top: 0; }
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-thumb { float: left; width: 30%; margin-right: 20px; }
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-title { margin: 0 0 5px 0; }
.sh-blog-shortcode.style-7 .second-element-layout { margin-bottom: 20px; }
.sh-blog-shortcode.style-7 .second-element-layout .element { margin-bottom: 5px; }
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title { margin: 0; }
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title a:before { content: ''; display: inline-block; width: 5px; height: 5px; background: #ff4081; border-radius: 50%; position: relative; top: -2px; margin-right: 5px; }
.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: 14px; line-height: 20px; margin: 0; }
.sh-blog-shortcode.style-8 .element .entry-title a { display: block; color: #FFF; max-height: 40px; overflow: hidden; }
.sh-blog-shortcode.sh-blog-slide-shortcode .element .post-inner .entry-content .entry-title { text-transform: none; font-weight: bold; font-size: 16px; margin: 10px 0 10px; }
.sh-blog-shortcode.sh-blog-slide-shortcode .element .post-inner .entry-content .entry-title a { color: #333333; }
.sh-blog-shortcode.sh-blog-slide-shortcode .element .post-inner .entry-content .entry-title:a { color: #ff4081; }
.sh-blog-shortcode.sh-blog-slide-shortcode .element .post-inner .entry-content .entry-description { line-height: 1.714; }
@media (max-width: 414px) { .sh-blog-shortcode .element { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

/*--------------------------------------------------------------
## Menu Mobile 
--------------------------------------------------------------*/
#showmenu { position: relative; background: #ff4081; width: 40px; height: 40px; overflow: hidden; border: 0; outline: 0; }

.navbar { position: relative; margin-bottom: 0; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09); z-index: 999999; background: #000; padding: 15px; }
.navbar .row { width: 100%; }
.navbar .logo { max-width: 50%; }

.button_close { cursor: pointer; }

.menu_close { cursor: pointer; position: fixed; top: 0; right: 0; left: 0; border: 0; background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; }

.navbar-brand { color: #FFF !important; height: 46px; padding: 12px 0; font-size: 16px; font-weight: 700; }
.navbar-brand img { max-height: 30px; }

#mobilenav { position: fixed; height: 100%; width: 300px; top: 0; left: 0; z-index: 99999; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transform: translate(-110%, 0); -moz-transform: translate(-110%, 0); -ms-transform: translate(-110%, 0); -o-transform: translate(-110%, 0); transform: translate(-110%, 0); }
#mobilenav li { position: relative; display: block; overflow: auto; }
#mobilenav li a { position: relative; display: block; color: #333; margin: 0; padding: 10px 15px; font-size: 14px; border-bottom: solid 1px #f0f0f0; border-top: solid 1px #ebebeb; -moz-transition: all 0.35s linear; -o-transition: all 0.35s linear; -webkit-transition: all 0.35s linear; transition: all 0.35s linear; }
#mobilenav .mobile-menu { margin: 0; padding: 0; }
#mobilenav .mobilenav__inner > div:not(.toplg) { overflow-y: auto; height: calc(100% - 128px); }
#mobilenav .mobilenav__inner > .box_search { height: auto !important; margin: 0 10% 30px; }
#mobilenav ul.mobile-menu > li > a { background: #f2f2f2; }
#mobilenav .arrow { position: absolute; top: 0; right: 0; width: 43px; height: 43px; cursor: pointer; text-align: center; line-height: 25px; color: #333333; background: rgba(255, 255, 255, 0.085); -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; }
#mobilenav .arrow:before { content: ''; border: 2px solid rgba(0, 0, 0, 0.3); border-bottom: none; border-right: none; -webkit-box-sizing: content-box; box-sizing: content-box; display: block; width: 8px; height: 8px; margin: auto; position: absolute; top: -5px; bottom: 0; -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); right: 16px; left: auto; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; }
#mobilenav.open > .arrow:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
#mobilenav:hover > a { color: #ff4081; }
#mobilenav ul ul.sub-menu { background: #f2f2f2; padding-left: 15px; }
#mobilenav ul.sub-menu { display: none; list-style: none; margin: 0; padding: 0; }

#mobilenav.opened { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }

.mobilenav__inner { background: #f2f2f2; width: 300px; position: relative; height: 100%; z-index: 9; }
.mobilenav__inner .menu-top-menu-container { height: calc(100% - 128px); overflow: auto; }

.toplg { padding: 50px 15px 40px; text-align: center; }
.toplg img { max-width: 60%; margin: 0 auto; }

.panel-overlay { opacity: 0; filter: alpha(opacity=0); }

.panel-overlay.active { background: #000; position: absolute; cursor: pointer; left: 0; right: 0; top: 0; bottom: 0; z-index: 9999999999999999; min-height: 100vh; opacity: 0.6; filter: alpha(opacity=35); -moz-transition: opacity 0.2s ease-in-out 0s; -o-transition: opacity 0.2s ease-in-out 0s; -webkit-transition: opacity 0.2s ease-in-out 0s; transition: opacity 0.2s ease-in-out 0s; }

#hamburger .hamburger { margin-left: 10px; }

.hamburger { cursor: pointer; -webkit-transition-property: opacity,-webkit-filter; transition-property: opacity,filter; transition-property: opacity,filter,-webkit-filter; -webkit-transition-duration: .15s; transition-duration: .15s; -webkit-transition-timing-function: linear; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; }

.hamburger-box { width: 20px; height: 20px; display: inline-block; position: absolute; top: 40%; transform: translate(-50%, -50%); left: 50%; }

.hamburger-inner { display: block; top: 15px; left: 0px; width: 20px; height: 1px; background-color: #FFF; border-radius: 2px; position: absolute; -webkit-transition-property: -webkit-transform; transition-property: transform; transition-property: transform,-webkit-transform; -webkit-transition-duration: .15s; transition-duration: .15s; -webkit-transition-timing-function: ease; transition-timing-function: ease; }
.hamburger-inner::after { width: 20px; height: 1px; background-color: #FFF; border-radius: 2px; position: absolute; -webkit-transition-property: -webkit-transform; transition-property: transform; transition-property: transform,-webkit-transform; -webkit-transition-duration: .15s; transition-duration: .15s; -webkit-transition-timing-function: ease; transition-timing-function: ease; content: ""; display: block; }
.hamburger-inner::before { width: 20px; height: 1px; background-color: #FFF; border-radius: 2px; position: absolute; -webkit-transition-property: -webkit-transform; transition-property: transform; transition-property: transform,-webkit-transform; -webkit-transition-duration: .15s; transition-duration: .15s; -webkit-transition-timing-function: ease; transition-timing-function: ease; content: ""; display: block; top: -5px; }

.hamburger--collapse .hamburger-inner { bottom: 7px; -webkit-transition-duration: .15s; transition-duration: .15s; -webkit-transition-delay: .15s; transition-delay: .15s; -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse .hamburger-inner::before { -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse .hamburger-inner::after { top: -10px; -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse.is-active .hamburger-inner { left: 0; -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg); transform: translate3d(0, -6px, 0) rotate(-45deg); -webkit-transition-delay: .32s; transition-delay: .32s; -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse.is-active .hamburger-inner::before { top: 0; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse.is-active .hamburger-inner::after { top: 0; opacity: 0; -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }

.site-header:not(.header-banner) .hamburger-inner { background-color: #FFF; }
.site-header:not(.header-banner) .hamburger-inner::after { background-color: #FFF; }
.site-header:not(.header-banner) .hamburger-inner::before { background-color: #FFF; }

.menu_title { position: absolute; bottom: 0; font-size: 10px; left: 6px; color: #FFF; }

/*--------------------------------------------------------------
## Footer 
--------------------------------------------------------------*/
.site-footer { color: #333333; }
.site-footer a { color: #333333; }

.footer-widgets { padding: 40px 0 0 0; background: #f3f3f3; }
@media (min-width: 992px) { .footer-widgets .footer-widgets-area:nth-child(4), .footer-widgets .footer-widgets-area:nth-child(1) { -ms-flex: 0 0 32%; flex: 0 0 32%; max-width: 32%; }
  .footer-widgets .footer-widgets-area:nth-child(2), .footer-widgets .footer-widgets-area:nth-child(3) { -ms-flex: 0 0 18%; flex: 0 0 18%; max-width: 18%; } }
.footer-widgets .footer-widgets-area .widget_text .wpcf7 { position: relative; }
.footer-widgets .footer-widgets-area .widget_text .wpcf7 .your-email { width: calc(100% - 100px); height: 40px; display: inline-block; }
.footer-widgets .footer-widgets-area .widget_text .wpcf7 .your-email input { display: block; width: 100%; height: 100%; border: 1px solid #ebebeb; border-right: 0; border-radius: 0; padding-left: 10px; outline: none; }
.footer-widgets .footer-widgets-area .widget_text .wpcf7 .wpcf7-submit { text-indent: -9999px; background: url(https://vh-fashion.net/wp-content/themes/halufashion/lib/images/ic_send.png) center no-repeat, #ff4081; width: 100px; height: 38px; border: 0; outline: none; position: absolute; top: 0; right: 0; }
.footer-widgets .footer-widgets-area .widget_text .wpcf7 .ajax-loader { position: absolute; top: 10px; right: 10px; }
.footer-widgets h4.widget-title { font-weight: bold; font-size: 20px; text-transform: uppercase; color: #ff4081; border-bottom: 2px solid #ff4081; margin-bottom: 20px; padding-bottom: 10px; }
.footer-widgets ul { padding-left: 0; list-style: none; }
.footer-widgets ul ul { display: none; }
.footer-widgets .widget_nav_menu ul li { position: relative; padding: 3px 0 3px 0; }
.footer-widgets .widget_nav_menu ul li a:hover { text-decoration: underline; }

.site-info { background: #f3f3f3; }
.site-info .wrap { padding: 10px 0; border-top: 1px solid #ebebeb; }
.site-info p { margin-bottom: 0; }
.site-info a { color: #ff4081; font-weight: bold; }

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
#home_news { margin-bottom: 30px; }

#home_partner { margin-bottom: 60px; }
#home_partner .item_partner_inner { display: table; width: 100%; height: 100px; text-align: center; }
#home_partner .item_partner_inner .item_partner_middle { display: table-cell; vertical-align: middle; border: 1px solid #ebebeb; }
#home_partner .item_partner_inner .item_partner_middle img { display: inline-block; max-height: 100px; }

#home_category_product { margin-bottom: 40px; }

#home_product .home_box_product { margin-bottom: 20px; }
#home_product .home_box_product .banner_cat_product { margin-bottom: 30px; }

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block .prdctfltr_customize_color_text { width: 25px !important; height: 25px !important; border: 0 !important; padding: 0 !important; }

.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label { font-size: 16px; line-height: 26px; }
.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label span .prdctfltr_count { height: 20px; line-height: 20px; font-size: 14px; }
.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label span:before { display: none !important; }

.dgwt-wcas-search-wrapp { max-width: 100%; }
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input { padding: 10px 40px 10px 15px !important; border-radius: 30px; height: 30px; }
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder { font-style: normal; }
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier { left: auto; right: 12px; }

.top_contact { margin-bottom: 50px; }

.form_contact { margin-bottom: 50px; }
.form_contact .title_form { margin-bottom: 15px; }
.form_contact .form_btn { text-align: center; }
.form_contact .form_btn .btn_button { text-transform: uppercase; font-size: 20px; font-weight: bold; border: 0; border-radius: 50px; min-width: 180px; height: 50px; background: #ff4081; }
.form_contact .wpcf7-form-control-wrap { display: block; position: relative; }
.form_contact .wpcf7-form-control-wrap .form-control { height: 50px; font-size: 14px; padding: 10px 25px; }
.form_contact .wpcf7-form-control-wrap .form-control.wpcf7-textarea { height: 151px; }
.form_contact .wpcf7-form-control-wrap:before { content: ''; position: absolute; top: 15px; left: 8px; color: #999999; font-family: Font Awesome\ 5 Free !important; font-weight: 900 !important; }
.form_contact .wpcf7-form-control-wrap.your-name:before { content: '\f007'; }
.form_contact .wpcf7-form-control-wrap.your-tel:before { content: '\f879'; }
.form_contact .wpcf7-form-control-wrap.your-address:before { content: '\f3c5'; }
.form_contact .wpcf7-form-control-wrap.your-mail:before { content: '\f0e0'; }

/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
/* Extra large devices (large desktops) */
/* Large devices (desktops, less than 1200px) */
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { #site-navigation {  }
  .site-boxed .site-content { padding-left: 15px; padding-right: 15px; } }
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { .site-info, .site-info * { text-align: center; }
  #home_category_product { margin-bottom: 0; }
  #home_category_product .col-md-4 { margin-bottom: 30px !important; }
  #home_category_product .col-md-4 a { display: block; }
  #home_category_product .col-md-4 a img { width: 100%; object-position: center; object-fit: cover; }
  #home_news { margin-bottom: 0; }
  #home_partner { margin-bottom: 30px; }
  .box_form_user { left: initial !important; right: 0; transform: initial !important; } }
/* Extra small devices (portrait phones, less than 576px) */

/*# sourceMappingURL=style.css.map */


