* {
  padding: 0;
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}

*:before,
*:after {
  box-sizing: content-box;
}

:focus {
  outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li,
ul {
  list-style-type: none;
}

img {
  border: none;
}

input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;

}

p,
span,
i,
u,
a,
img,
ul,
li,
div {}

.left {
  float: left;
}

.right {
  float: right;
}

.clearboth {
  clear: both;
}

html,
body {
  min-width: 1200px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.top {
  width: 100%;
  height: 50px;
  background: #82a32e;
}

.top .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 50px;
  align-items: center;
}

.top .container .topl {
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  display: flex;
  font-weight: bold;
}

.top .container .topl img {
  width: 10px;
  padding-right: 10px;
  object-fit: contain;
}

.top .container .topr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  align-items: center;
  height: 50px;
}

.top .container .topr a {
  color: #fff;
  font-size: 15px !important;
  height: 16px;
  margin: 0 9px;
  line-height: 50px !important;
  letter-spacing: 1px !important;
  display: block;
  height: 50px;

  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#ttbar-login span {
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.top .container .topr a {
  display: flex;
  justify-content: center;
  height: 50px;
  align-items: center;
}

.top .container .topr a img {
  height: 16px;
  display: block;
}

#ttbar-login {
  display: flex;
  line-height: 50px !important;
  letter-spacing: 1px !important;
}

.header {
  width: 100%;
  position: relative;
  z-index: 9999;
}

.header .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 112px;
}

.header .nav .container {
  height: auto;
}

.header .container .logo a img {
  display: block;
  width: 299px;
  height: auto;
}

.header .container .search {
  width: 485px;
  height: 35px;
  border: 3px solid #82a32e;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header .container .search .text {
  width: 100px;
  height: 35px;
  background: #f2f0f1;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.header .container .search #keywords {
  width: 329px;
  height: 35px;
  padding: 0 15px;
  box-sizing: border-box;
  color: #333;
}

.header .container .search #keywords ::placeholder {
  color: #9a9a9a;
  font-weight: bold;
}

.header .container .search .bth {
  width: 55px;
  height: 36px;
  background: url(../image/bth.png) no-repeat center;
  border: 0;
  cursor: pointer;
}

.bannerAndNav {
  position: relative;
}

.header .nav {
  width: 100%;
  height: 70px;
  background: #f6f6f6;
}

.header .nav .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.header .nav .container ul li {
  line-height: 70px;
  color: #333;
  font-weight: bold;
  /* padding: 0 40px; */
  position: relative;
  /* flex: 1; */
  text-align: center;
}

.header .nav .container ul li::after {
  content: "";
  width: 1px;
  height: 13px;
  background: #676767;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
}

.header .nav .container ul li a {
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;

}

.header .nav .container ul li>a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #82a32e;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.header .nav .container ul li:last-child {
  /* padding-right: 45px; */
}

.header .nav .container ul li:last-child::after {
  background: transparent;
}

.header .nav .container ul li.active a {
  color: #82a32e;
  position: relative;
  height: 70px;
  line-height: 70px;
  display: block;
}

.header .nav .container ul li.active>a::after {
  opacity: 1;
}

.header .nav .container ul li:hover a {
  color: #82a32e;
  position: relative;
  height: 70px;
  line-height: 70px;
  display: block;
}

.header .nav .container ul li:hover>a::after {
  opacity: 1;
}

.header .nav .container ul li:hover>ul li a::after {
  opacity: 0;
}





.bannerAndNav .banner {
  position: relative;
}

.bannerAndNav .banner ul li img {
  width: 100%;
  display: block;
}

.bannerAndNav .banner .banner_page {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}

.bannerAndNav .banner .banner_page span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 3px solid #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bannerAndNav .banner .banner_page span.swiper-pagination-bullet-active {
  background: #82a32e;
}

.bannerAndNav .banner .bannerl {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 40px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bannerAndNav .banner .bannerl::before {
  content: "";
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  transform: rotate(-45deg) translateY(-7px);
  left: 24px;
  top: 32px;
}

.bannerAndNav .banner .bannerl::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg) translateY(16px);
  left: 30px;
  top: 2px;
}

.bannerAndNav .banner .bannerr {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  cursor: pointer;
  transform: rotate(180deg);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bannerAndNav .banner .bannerr::before {
  content: "";
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  transform: rotate(-45deg) translateY(-7px);
  left: 24px;
  top: 32px;
}

.bannerAndNav .banner .bannerr::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg) translateY(16px);
  left: 30px;
  top: 2px;
}

.bannerAndNav .banner .bannerMin {
  width: 300px;
  height: 360px;
  background: url(../image/bannerMin.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  right: 20%;
  display: none;
}

.bannerAndNav .banner .bannerMin h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 150px;
}

.bannerAndNav .banner .bannerMin p {
  color: #82a32e;
  text-align: center;
  padding-top: 20px;
  font-size: 60px;
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bannerAndNav .banner:hover .bannerl {
  opacity: 1;
}

.bannerAndNav .banner:hover .bannerr {
  opacity: 1;
}

.bannerAndNav .menu {
  position: absolute;
  top: 0;
  width: 1300px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  height: 100%;
  pointer-events: none;
}

.bannerAndNav .menu .menubox {
  width: 260px;
  height: 100%;
  pointer-events: initial;
}

.bannerAndNav .menu .menubox .menuH2 {
  width: 100%;
  height: 70px;
  background: #82a32e;
  padding-top: 12px;
  overflow: hidden;
  box-sizing: border-box;
}

.bannerAndNav .menu .menubox .menuH2 img {
  flex: 0 0 100%;
  justify-content: center;
  float: left;
  width: 100%;
  height: 12px;
  object-fit: contain;
  display: block;
}

.bannerAndNav .menu .menubox .menuH2 span {
  display: block;
  flex: 0 0 100%;
  justify-content: center;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding-top: 6px;
}

.bannerAndNav .menu .menubox .menulist {
  height: calc(100% - 70px);
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.bannerAndNav .menu .menubox .menulist ul {
  width: 100%;
  height: 100%;
}

.bannerAndNav .menu .menubox .menulist ul li {
  height: calc(100% / 9 - 1px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.bannerAndNav .menu .menubox .menulist ul li a {
  display: block;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bannerAndNav .menu .menubox .menulist ul li a::before {
  content: "";
  background: url(../image/menuIco.png) no-repeat center;
  width: 6px;
  height: 10px;
  display: inline-block;
  padding-right: 15px;
}

.bannerAndNav .menu .menubox .menulist ul li a:hover {
  transform: translateY(-5px);
}

.message {
  width: 100%;
  height: 120px;
  background: #82a32e;
}

.message .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 120px;
}

.message .container h4 {
  font-size: 56px;
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}

.message .container .messageR {
  width: 370px;
  height: 50px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.message .container .messageR input {
  width: 300px;
  height: 30px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  color: #999;
}

.message .container .messageR button {
  width: 30px;
  height: 30px;
  background: url(../image/messageBth.png) no-repeat center;
  border: 0;
  background-size: contain;
  cursor: pointer;
  outline: none;
}

.footer {
  width: 100%;
  padding-top: 80px;
  background: #373737;
}

.footer .footerBox {
  padding-bottom: 70px;
  border-bottom: 1px solid #4b4b4b;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer .footerBox .footerL h1 a img {
  display: block;

}

.footer .footerBox .footerL ul {
  padding-top: 15px;
}

.footer .footerBox .footerL ul li {
  padding-left: 30px;
  background: url(../image/footerL1.png) no-repeat center left;
  color: #909090;
  font-size: 16px;
  margin-top: 20px;
}

.footer .footerBox .footerL ul li:nth-child(2) {
  background: url(../image/footerL2.png) no-repeat center left;
  display: none;
}

.footer .footerBox .footerR {
  width: 816px;
}

.footer .footerBox .footerR ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.footer .footerBox .footerR ul li h4 a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.footer .footerBox .footerR ul li p {
  padding-top: 15px;
}

.footer .footerBox .footerR ul li p a {
  color: #adadad;
  font-size: 15px;
  padding-right: 45px;
  display: block;
  line-height: 2.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer .footerBox .footerR ul li p a:hover {
  color: #fff;
}

.footer .footerBox .footerR ul li:nth-child(1) {
  width: 300px;
}

.footer .footerBox .footerR ul li:nth-child(2) {
  width: 300px;
}

.footer .footerBox .footerR ul li:nth-child(2) p a {
  padding-right: 20px;
}

.footer .footerBoxBottom {
  padding: 35px 0;
  display: block;
  text-align: center;
  color: #868686;
  font-size: 15px;
}




.cover {
  background: #82a32e;
  width: 150px;
  margin: 0 auto;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.pop_box {
  margin: 0 auto;
  position: fixed;
  z-index: 102;
  width: 400px;
  /* height: 200px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 6px 6px 16px -3px rgba(0, 0, 0, .1);
  background: #fff;
}

.pop_img img {
  width: 100%;
}

.pop_center {
  background: url(http://www.fashionablesolutions.com.au/images/img/pop_center.png) no-repeat;
  padding-bottom: 30px;
}

.pop_center #pop_box_msg {
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  display: block;
  text-transform: uppercase;
  padding: 20px 20px;
  box-sizing: border-box;
}


.pop_centertitle #pop_box_msg2 {
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 50px;
  display: block;
  text-transform: uppercase;
}

.pop_centertitle {
  background: #82a32e;
}

.productListCenter2on em {
  background: url(../image/productListCenter2active.png) no-repeat center !important;
}


/*******************************/

.BeAlert_overlay {
  overflow: hidden;
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999;
  background: url("http://www.fashionablesolutions.com.au/css/overlay.png");
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
}

.BeAlert_box {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  z-index: 10000;
  font-family: ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ;
  font-size: 12px;
  text-align: center;
}

.BeAlert_box .BeAlert_image {
  background: #fff;
  width: 60px;
  height: 60px;
  margin: 10px auto;
}

.BeAlert_box .BeAlert_image.warning {
  background: url("../image/warning.png");
  background-size: 60px;
}

.BeAlert_box .BeAlert_image.error {
  background: url("../image/error.png");
  background-size: 60px;
}

.BeAlert_box .BeAlert_image.info {
  background: url("../image/info.png");
  background-size: 60px;
}

.BeAlert_box .BeAlert_image.question {
  background: url("../image/question.png");
  background-size: 60px;
}

.BeAlert_box .BeAlert_image.success {
  background: url("../image/success.png");
  background-size: 60px;
}

.BeAlert_box .BeAlert_title {
  font-size: 20px;
  margin: 5px auto;
}

.BeAlert_box .BeAlert_message {
  font-size: 14px;
  margin: 5px auto;
}

.BeAlert_box .BeAlert_button {
  margin-top: 20px;
}

.BeAlert_box .BeAlert_button button {
  display: none;
  background-color: #8CD4F5;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 30px;
  cursor: pointer;
  margin: 0 10px;
  outline: none;
}

.BeAlert_box .BeAlert_button button.BeAlert_cancel {
  background-color: #c1c1c1;
}

.BeAlert_box .BeAlert_button button.BeAlert_cancel:hover {
  background-color: #b9b9b9;
}

.BeAlert_box .BeAlert_button button.BeAlert_confirm:hover {
  background-color: #86CCEB;
}


.shoopingCar {

  width: 60px;

  height: 60px;

  background: #f2f2f2;

  border-radius: 10px;

  position: fixed;

  bottom: 20vh;

  right: 10px;

  box-sizing: border-box;

  z-index: 999999999999999999999999999999;
}



.shoopingCar img {
  width: 60px;
  height: 60px;
  padding: 10px;
  box-sizing: border-box;
  display: block;
}


#gotop {
  width: 60px;
  height: 60px;
  background: #f2f2f2 url(../image/top01.png) no-repeat center;
  position: fixed;
  bottom: 28vh;
  right: 10px;
  display: none;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 99999999999;
}







#webmenu {


  font-size: 1.3em;

  text-align: center;

}

#webmenu a {}

#webmenu li ul {
  display: none;
}

#webmenu li ul li {

  float: none;

}

*html #webmenu li ul li {

  display: inline;

}

#webmenu li ul a {

float: none;

height: 48px;

line-height: 48px;

padding: 0 10px;

text-transform: capitalize;

background: #82a32e;

color: #fff;

width: 300px;

display: block;

box-sizing: border-box;
}

#webmenu .height-auto {

  line-height: 15px;

  padding: 5px 10px;

}

.second-menu,
.third-menu,
.fourth-menu {

  position: absolute;

}

.first-menu li {

  float: left;

  position: relative;

}

.first-menu a {

  float: left;

  display: block;

  padding: 0 20px;

  height: 35px;

  line-height: 35px;

  background: #333;

  border-top: 1px solid #4a4a4a;

  border-left: 1px solid #4a4a4a;

  border-bottom: 1px solid #242424;

  border-right: 1px solid #242424;

  font-size: .7em;

}

.first-menu a:hover {

  background: #4698ca;

  border-top: 1px solid #5db1e0;

  border-left: 1px solid #5db1e0;

}

.second-menu {

top: 70px;

left: 50%;

transform: translateX(-50%);
}

*html .second-menu {

  right: -1px;

}

.second-menu a {

  font-size: 11px;

}

.second-menu a.arrow {

  height: 32px;
}

.second-menu a.arrow:hover {}

.second-menu a.arrow-02 {}

.second-menu a.arrow-02:hover {}

.third-menu,
.fourth-menu {

width: 300px;

top: 0;

left: 300px;
}

#subMgm {

width: 300px;
}

#subMgm .third-menu {
  left: 300px;
}

#subMgm .fourth-menu {
  left: 177px;
}

#subMusic,
#subNews {
  width: 177px;
}


.logOut {
  display: flex;
}

#webmenu #subMgm li a {
  background: rgba(255, 255, 255, 0.9);
}

#webmenu #subMgm li ul a {
  background: rgba(255, 255, 255, 0.9);
}


.header .nav .container ul li:last-child #subMgm .third-menu {
  left: -177px;
}

.header .nav .container ul li:nth-last-child(2) #subMgm .third-menu {
  left: -177px;
}

.header .nav .container ul li:nth-last-child(3) #subMgm .third-menu {
  left: -177px;
}

#webmenu li ul li{
  border-bottom: 1px solid #ccc;
}
#webmenu li ul li a{
  color: #333;

}


#webmenu li ul li li a{
  color: #333;
  -webkit-transition: .5s;
  transition: .5s;
}

#webmenu li ul li:hover >a{
  color: #fff;
  background: #82a32e !important;
}

/* #subMgm{
  padding-top: 10px;
} */
/* 
#subMgm::before{
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
} */