﻿#country-select
{
    float: right;
}

    #country-select form
    {
        width: 180px;
        padding: 0;
    }

    #country-select select, #country-select input
    {
        display: inline;
        padding: 0;
        margin: 0;
    }

.dropdown
{
    right: 1px;
    top: 3px;
}

    .dropdown dd
    {
        clear: both;
        width: auto;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 1000;
        float: left;
        min-width: 120px;
        padding: 3px 0;
        margin: 0;
    }

    .dropdown a
    {
        text-decoration: none;
        outline: 0;
        display: block;
        white-space: nowrap;
        overflow: hidden;
    }

    .dropdown dt a
    {
        padding: 0;
    }

        .dropdown dt a.active
        {
            -webkit-border-bottom-left-radius: 0;
            -webkit-border-bottom-right-radius: 0;
            -moz-border-radius-bottomleft: 0;
            -moz-border-radius-bottomright: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

    .dropdown dd ul
    {
        width: 100%;
        display: none;
        z-index: 999;
        top: 0;
        left: 0;
        padding: 2px 0 5px 0;
        list-style: none;
        border-top: none;
        margin: 0;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        -moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
        -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
        box-shadow: 0 3px 7px rgba(0,0,0,.5);
    }

        .dropdown dd ul li
        {
            width: 100%;
        }

            .dropdown dd ul li a
            {
                padding: 10px 10px;
            }

                .dropdown dd ul li a span, .dropdown dt a span
                {
                    float: left;
                    margin: 0;
                    background-repeat: no-repeat;
                    cursor: pointer;
                    background-size: cover;
                }

.us a span
{
    background-image: url('themes/default/images/thu-vien-anh/flags/us.png');
}

.vi a span
{
    background-image: url('themes/default/images/thu-vien-anh/flags/vi.png');
}

.en a span
{
    background-image: url('themes/default/images/thu-vien-anh/flags/en.png');
}

.fr a span
{
    background-image: url('themes/default/images/thu-vien-anh/flags/fr.png');
}

.de a span
{
    background-image: url('themes/default/images/thu-vien-anh/flags/de.png');
}

.nl a span
{
    background-image: url('themes/default/images/thu-vien-anh/flags/nl.png');
}

.jp a span
{
    background-image: url('themes/default/images/thu-vien-anh/flags/jp.png');
}

.cn a span
{
    background-image: url('themes/default/images/thu-vien-anh/flags/cn.png');
}

.dropdown dd ul li a em, .dropdown dt a em
{
    font-style: normal;
    cursor: pointer;
}

.dropdown dd ul li a em
{
    padding-left: 5px;
}

.dropdown dd ul li a:hover
{
}

        #headInner ._lineSearch{background:#fff}
.navhead{z-index:900}
.cart-count{
	color: white;
    font-weight: bold;
    font-size: 18px;
 }
.navbar_Menu
{
    position: relative;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.navbar
{
    position: relative;
}

.nav
{
    position: relative;
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

    .nav > li > ul li ul, .nav > li > ul, .nav > li
    {
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .nav > li
    {
        float: left;
    }

    .nav li
    {
        position: relative;
    }

.nav li a
{
	margin: 0;
	display: block;
	text-decoration: none;
}

.nav li > ul li a
{
	position: relative;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

    .nav > li > ul
    {
        opacity: 0;
        position: absolute;
        list-style: none;
        width: 160px;
        text-align: left;
        padding: 0;
        z-index: 99;
        margin-top: 90px;
    }

    .nav > li:hover > ul
    {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

    .nav > li > ul li:hover
    {
        -moz-transition: all .5s linear;
        -webkit-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
    }

.dropdown-menu
{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all .01s ease;
    -o-transition: all .01s ease;
    -moz-transition: all .01s ease;
    transition: all .01s ease;
    opacity: 0;
    visibility: hidden;
    margin-top: 50px !important;
}

._effect
{
    opacity: 1;
    visibility: visible;
    margin-top: 16px !important;
}
#headInner.top-fixed ._effect{margin-top:10px !important}
._lineSearch
{
}
.menutop-fixed,#headInner ._lineSearch,._frame_logo ,._frame_logo img
{
    /*-webkit-transition: height 2s;
    -moz-transition: height 2s;
    -ms-transition: height 2s;
    -o-transition: height 2s;
    transition: height 2s;*/
}
._frame_logo ,._frame_logo img,
#headInner ._lineSearch,#headInner ._lineSearch .panel-TopHead,._lineSearch .menutop-fixed
{
	/*moz-transition: all 1s ease-in-out;
    o-transition: all 1s ease-in-out;
    transition: all 0.4s ease-in-out;
    webkit-transition: all 1s ease-in-out;*/
}
#sticky-fix {
    display: none;
}
/**/

.navhead{z-index:5000}
.head-content
{
    position: relative;
}

.head-content-top, .head-content-bottom
{
    display: block;
}

._frame_logo
{
    z-index: 100;
    position: relative;
    left: 0;
    background: transparent;
}

    ._frame_logo img {
    width: 170px;
    padding: 0;
    margin-top: 7px;
    height: 90px;
}
/*#region Fix head*/
#headInner
{
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

    #headInner .panel-TopHead
    {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #headInner.top-fixed
    {
        position: fixed;
        width: 100%;top:0
    }

        #headInner.top-fixed ._frame_logo
        {
            top: 0 !important;
        }

            #headInner.top-fixed ._frame_logo img
            {
                width: 120px;
            }

        #headInner.top-fixed .panel-TopHead
        {
            display: none;
        }

        #headInner.top-fixed .nav
        {
            margin-bottom: 0;
            margin-top: 0;
			padding:5px 0
        }

        #headInner.top-fixed .navbar_Menu
        {
            padding-top: 0px;
            padding-bottom: 0px;
        }
/*#endregion Fix head*/

/*.group-tophead{width:100%}*/
.group-tophead
{
    margin: 0;
    background-color: transparent;
    padding: 0;
    position: relative;
    z-index: 1;
    right: 0;
}

    .group-tophead > ul > li
    {
        padding: 0;
    }

        .group-tophead > ul > li:last-child
        {
            border-right: none !important;
			color: black;
    		font-weight: bold;
        }
.group-tophead > ul > li._head_hotline{float:left}
        .group-tophead > ul > li a
        {
            line-height: 26px;
        }

    .group-tophead ul, .group-tophead ul > li a
    {
        line-height: 32px;
    }

    .group-tophead .social_head
    {
        float: left;
    }

#country-select
{
    position: relative;
}
/*#region social*/
._social_content
{
    float: right;
}

._social_item
{
    text-align: center;
    line-height: 15px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

    ._social_item i
    {
        margin-right: 0;
        text-align: center;
        font-size: 15px;
        width: 30px;
        height: 30px;
        line-height: 32px;
      /*  -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -moz-box-shadow: 0 0 2px 0 #fff inset;
        -webkit-box-shadow: 0 0 2px 0 #fff inset;
        box-shadow: 0 0 2px 0 #fff inset;*/
    }

.social-center div:hover
{
    opacity: 1;
}

._social_item:first-child
{
    margin-left: 0;
}
/*#endregion social*/
/*#region search*/
.block_search
{
    display: block;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    margin: 4px 0;
}

    .block_search .search
    {
        border: none;
        outline: none;
        background-color: transparent;
        height: 26px;
        line-height: 26px;
        float: left;
        padding-right: 5px;
    }

    .block_search a
    {
        height: 26px;
        line-height: 26px;
    }

    .block_search i
    {
        margin-right: 0;
    }

.ui-widget
{
    z-index: 11111;
    font-family: inherit;
    font-size: 16px;
}

nav .closeMenu{
	display:none;
}
/*#endregion search*/

._head_language
{
	margin-left:5px
}

._head_register
{
}

._head_login
{
}

._head_user
{
}

._head_search
{
}

._head_hotline
{
}
._head_hotline._gmail
{
	margin-left:15px;
}
@media all and (max-width:1350px)
{
	._lineSearch .navbar-toggle {
    background-color: #0075bb;
    border-color: #0075bb;
		margin-bottom:20px !important;
		margin-right:15px !important;
	}
	.navbar-header button {
    display: block;
	}
	.dropdown-menu {margin-top: 0 !important;}
	.nav {
    z-index: 9999;
    padding: 0;
    position: relative;
    right: 0;
	display: none;
		margin-top:15px;
	}
	
	nav .closeMenu {
    background-color: #fff !important;
    /*background-image: url(http://www.bringouttheboos.com/assets/images/close.svg);*/
    background-position: 4.85em 1em;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    padding: 0;
    margin: 5px 10px;
    color: #0075bb;
	}
	._lgBtMe02 .navbar-toggle {
    margin-right: 0;
    margin-top: 8px;
	}
	
	.collapse.in nav {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
	}
	._lineSearch .nav .dropdown-menu{background-color:transparent}
	nav {
    -moz-transform: translateX(20em);
    -webkit-transform: translateX(20em);
    -ms-transform: translateX(20em);
    transform: translateX(20em);
    -moz-transition: -moz-transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    transition: transform .5s ease;
    -webkit-overflow-scrolling: touch;
    background-color: #0075bb;
    color: #fff;
    height: 100%;
    line-height: 2.5em;
    max-width: 80%;
    overflow-y: auto;
    padding: 2em 1em;
    position: fixed;
    right: 0;
    top: 0;
    width: 250px;
    z-index: 1002;
    -webkit-box-shadow: -3px 1px 5px 1px rgba(153,153,153,.67);
    -moz-box-shadow: -3px 1px 5px 1px rgba(153,153,153,.67);
    box-shadow: -3px 1px 5px 1px rgba(153,153,153,.67);
	}
	.nav>li {
    border-right: none;
    padding: 0;
    position: relative;
    background: none;
	}
	.nav li a {
    padding: 2px !important;
    border: none !important;
    background: transparent !important;
    color: #fff !important;
	}
	.nav>li{
		display:block;
		width: 100%;
	}
	.nav>li>a{
		display:block;
	}
	ul#navMenuMain {
    display: block;
	}
	label.mobile_menu: after {
		position: absolute;
		top: -2 px;
		right: 10 px;
		content: "â‰¡";
		font - size: 30 px;
		color: #fff;
	}
	.nav>li>ul li{
		width:100%;
	} 
	
	.nav>li>ul{
		position: relative;
		opacity: 1;
		visibility: visible;
		margin-top: 0;
		display: block !important;
		
		padding-left: 0px;
		width: 250px;
	}
	li.li-image {
    display: none !important;
	}
	._lineSearch .nav li:first-child a {
    border-left: none;
    margin-left: 0 !important;
	}
	
	._social_content {
    display: none;
	}
	#headInner ._lineSearch ._hotline
    {
       float: left;
    }
	._head_search {
    width: 20%;
    margin: 0 auto;
	}
	._lineSearch .navbar_Menu {
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    position: absolute;
    bottom: 0px;
    right: -15px;
	}
	._lineSearch .nav .dropdown-menu{
		padding-right: 0px !important;
	}
	._lineSearch .nav .dropdown-menu li {
    background-color: transparent;
	}
	._lineSearch .nav li>ul li a{
		color: white !important;
	}
	._lineSearch .nav li>ul li span{
		color: white !important;
	}
	._lineSearch .nav .dropdown-menu li{
		color:white !important;
		padding-left: 15px;
	}
	._lineSearch .nav .dropdown-menu li a {
		color: white !important;
	}
}

@media all and (max-width:950px)
{
	._head_search {
    width: 25%;
    margin: 0 auto;
	}	
}

@media all and (max-width:768px)
{
	._head_search {
    width: 30%;
    margin: 0 auto;
	}	
}

@media all and (max-width:635px)
{
	._head_search {
    width: 35%;
    margin: 0 auto;
	}	
}
@media all and (max-width:580px)
{
	._head_search {
    width: 40%;
    margin: 0 auto;
	}	
	#headInner ._lineSearch ._hotline
	{
	display: block !important;
    width: 100% !important;
    text-align: center !important;
	}
	 ._head_register, ._head_login, ._head_user
    {
        margin-top: 0px;
        margin-left: 0;
        margin-right: 15px;
        float: left !important;
        padding-left: 0 !important;
    }
	
	._shops_public.shops_pagemain > div > div:nth-child(8n+1) > .header_title {
    	box-shadow: none !important;
	}
	._shops_public.shops_pagemain > div > div:nth-child(8n+2) > .header_title {
    	box-shadow: none !important;
	}
	._shops_public.shops_pagemain > div > div:nth-child(8n+3) > .header_title {
    	box-shadow: none !important;
	}
	._shops_public.shops_pagemain > div > div:nth-child(8n+4) > .header_title {
    	box-shadow: none !important;
	}
	._shops_public.shops_pagemain > div > div:nth-child(8n+5) > .header_title {
    	box-shadow: none !important;
	}
	._shops_public.shops_pagemain > div > div:nth-child(8n+6) > .header_title {
    	box-shadow: none !important;
	}
	._shops_public.shops_pagemain > div > div:nth-child(8n+7) > .header_title {
    	box-shadow: none !important;
	}
	
	._shops_public.shops_pagemain ._menu_cate_head li a {
		display: none;
	}
	.breadcrumb ul li a{
		padding: 0 0px 0 15px;
	}
}
@media all and (max-width:500px)
{
	._lineSearch .panel-TopLeft {
    text-align: center;
	}
	._head_search{
		width:50%;
		float:left !important;
	}
	.nav_catalog_fixed {
    display: none !important;
	}
}

@media all and (max-width:430px)
{
	._lineSearch .panel-TopLeft {
    width:100% !important;
	}
	._head_search{
    width: 60%;
    float: left !important;
	}
	
	._lineSearch .block_search{
		    float: left !important;
			margin-bottom: 10px;
	}
	
	._lineSearch .navbar_Menu{
		bottom: -3px;
	}
	
}

@media all and (max-width:380px)
{
	#headInner ._lineSearch .panel-TopHead a {
    font-size: 13px !important;
    font-weight: 900 !important;
	}
	.group-tophead > ul > li {
    padding: 0 0px !important;
	}
	._head_search{
    width: 70%;
	}
	.nav_catalog_fixed {
    display: none !important;
	}
}




























.ui-autocomplete{-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px solid #e5e5e5;
background-color:#fff;
-moz-box-shadow:0 1px 3px rgba(204,204,204,.5);
-webkit-box-shadow:0 1px 3px rgba(204,204,204,.5);
box-shadow:0 1px 3px rgba(204,204,204,.5);
font-size:16px;
list-style:none;
padding:2px;
margin:0;
max-width:500px;
float:left;
position:absolute;
cursor:default;
z-index:11111}.ui-autocomplete .ui-menu-item{margin:0;
padding:0;
zoom:1;
float:left;
clear:left;
width:100%}.ui-autocomplete .ui-menu-item:active{outline:none}.ui-autocomplete .ui-menu-item a{text-decoration:none;
display:block;
padding:.2em .4em;
line-height:1.5;
zoom:1;
color:#222;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px}.ui-autocomplete .ui-menu-item .ui-state-focus{color:#212121;
background-color:#e3e9f9}.ui-helper-hidden-accessible{display:none}