@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/*home*/
* {
    margin: 0;
    padding: 0;
}
body {
    background-image: url('high-res-images/bg_2024.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #707478;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
body.login { background-image: url('high-res-images/main-bg1.jpg'); }
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #707478;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    line-height: 1.5;
    margin: 0 0 8px;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #707478;
}
p a {
    color: #707478;
}
p {
    line-height: 24px;
    letter-spacing: 1.1px;
    margin-bottom: 10px;
}
a {
    color: #707478;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    outline: none;
}
ul {
    margin-bottom: 0;
}
figure {
    margin-bottom: 6px;
    position: relative;
}
img {
    height: auto;
    max-width: 100%;
}
strong {
    color: #CCCCCC;
}
iframe {
    border: none;
    float: left;
    width: 100%;
}
.wp-caption.alignleft, .wp-caption.alignnone {
    width: 100%;
}
select {
    background-color: #f0eef0;
    border: 1px solid #dfdfdf;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}
label {
    color: #555;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
button {
    border: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #f2f2f2;
    border: none;
    box-sizing: border-box;
    color: #aaa9a9;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: none;
}
input[type="submit"] {
    outline: none;
    letter-spacing: 0.6px;
    cursor: pointer;
}
form p {
    float: left;
    position: relative;
}
form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}
option {
    padding: 5px 15px;
}
li {
    line-height: 28px;
    list-style: inside none disc;
}
ul ul {
    margin-left: 20px;
}
ol {
    float: none;
    list-style: outside none decimal;
    padding-left: 15px;
}
ol ol {
    margin-left: 20px;
}
ol li {
    list-style: outside none decimal;
    width: 100%;
}
table {
    background-color: transparent;
    max-width: 100%;
}
th {
    text-align: left;
}
table {
    margin-bottom: 15px;
    width: 100%;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 1px solid #dddddd;
    line-height: 1.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}
table thead tr th {
    border-top: 1px solid #dddddd;
    text-align: center;
    text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #dddddd;
}
table > thead > tr > th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    border-bottom: 0 none;
}
table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px 10px;
}
p ins {
    color: #999;
}
dl dd   { margin-left: 20px; }
address { font-style: italic; }
.milkyway-main-wrapper {
    float: left;
    width: 100%;
    position: relative;
}
.milkyway-main-content         { padding: 80px 0px 50px 0px; }
.milkyway-main-section,.milkyway-main-content,#milkyway-footer {
    float: left;
    width: 100%;
    position: relative;
}
.milkyway-main-wrapper { overflow: hidden;}
/*Header*/
.header-top-strip {
  float: left;
  width: 100%;
  background-color: #242A30;
  padding: 7px 0px 3px;
}
.order-tracker {
  float: left;
  color: #fff;
  padding: 3px 0px 0px;
}
/*header-social*/
.header-social {
  float: right;
}
.header-social li {
  float: left;
  list-style: none;
  margin: 0px 0px 5px 20px;
}
.header-social li a {
  color: #fff;
}
/*milkyway-nav-header*/
.milkyway-nav-header {
  float: left;
  width: 100%;
  background-color: #272829;
}
/*milkyway-navigation*/
.milkyway-navigation {
  float: left;
  width: 100%;
  margin: 5px 0px 0px;
}
.navbar { padding: 0px !important;}
.navbar-expand-lg .navbar-collapse { float: left; display: inherit; width: 100%; text-align: center;}
.navbar-nav { display: inline-block; margin: 0 auto;}
.navbar-nav > li {
  float: left;
  list-style: none;
  position: relative;
}
.navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
    display: inline-block;
  padding: 15px 20px !important;
}
/*shopping-cart*/
.shopping-cart {
  display: inline-block;
  margin: 0px;
  color: #fff;
  position: relative;
  font-size: 20px;
}
.shopping-cart small {
  background-color: #00acac;
  position: absolute;
  right: -7px;
  top: -2px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  width: 15px;
  border-radius: 100%;
  height: 15px;
  text-align: center;
  padding-top: 2px;
}
.logo {
  float: left;
  padding: 5px 0px 3px;
}
.right-section {
  float: right;
  
  margin: 17px 0px 0px;
}
.right-section li {
  list-style: none;
  display: inline-block;
  margin: 0px 0px 0px 20px;
  vertical-align: middle;
}
.login-btn {
  display: inline-block;
  color: #fff;
  padding: 3px 16px;
  background-color: #00acac;
  border-radius: 5px;
}
/*shopping-cart-wrap*/
.shopping-cart-wrap {
  display: inline-block;
  position: relative;
}
/*milkyway-banner*/
.milkyway-banner img,.milkyway-banner {
  float: left;
  width: 100%;
  position: relative;
}
.banner-layer{
  float: left;
  width: 100%;
  height: 540px;
  background-position: center;
  background-size: cover;
}
.banner-caption {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  margin: -125px 0px 0px;
}
.milkyway-table {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  display: table;
}
.milkyway-table-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.banner-text {
  float: left;
  width: 60%;
  border-radius: 20px;
  padding: 30px 50px;
  /*background-color: rgba(0,172,172,0.9); */
}
.banner-text.right {
  float: right;
}
.banner-text h1 {
  margin: 0px 0px 15px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
}
.banner-text p {
  color: #fff;
  margin: 0px 0px 20px;
}
.banner-btn {
  display: inline-block;
  margin: 0px;
  background-color: #fff;
  padding: 8px 25px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
}
/*dropdown-menu-cart*/
.dropdown-menu-cart {
  position: absolute;
  left: -300px;
  top: 200%;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
  width: 350px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  padding: 0px 0px 30px;
  z-index: 1;
  border-top: 2px solid #00acac;
  opacity: 0;
  visibility: hidden;
}
.right-section li:hover .dropdown-menu-cart {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.dropdown-menu-cart:before {
  content: '';
  position: absolute;
  right: 30px;
  top: -10px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #00acac;
}
.dropdown-menu-cart h4 {
  font-size: 12px;
  font-weight: 600;
  margin: 0px 0px 10px;
  color: #000;
  padding: 8px 10px;
  border-bottom: 1px solid #000;
}
.dropdown-menu-cart h5 {
  font-size: 14px;
  text-align: center;
  margin: 0px 0px 20px;
  color: #000;
}
.dropdown-menu-cart p {
  margin: 0px;
  text-align: center;
}
/*Footer*/
.milkyway-footer-widget {
  float: left;
  width: 100%;
  background-color: #242a30;
  box-shadow: inset 0 100px 80px -80px rgba(0,0,0,.7);
  padding: 80px 0px 40px;
}
.milkyway-footer-widget .widget { margin: 0px 0px 30px;}
.widget {
  float: left;
  width: 100%;
}
.footer-about p {
  color: #CCCCCC;
  font-size: 12px;
  line-height: 20px;
}
.title {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin: 0px 0px 20px;
  font-weight: 600;
}
.footer-links ul li {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0px 0px 10px;
  font-size: 12px;
  line-height: 1.3;
}
.footer-links ul li a {
  color: #CCCCCC;
  display: block;
  margin: 0px;
  position: relative;
  padding: 0px 0px 0px 16px;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}
.footer-links ul li:hover a { padding: 0px 0px 0px 20px;}
.footer-links ul li a:before {
  content: '\f105';
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: FontAwesome;
  font-size: 12px;
  color: #CCCCCC;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}
.footer-links ul li:hover a:before { content: '\f101'; left: 4px;}
.footer-about .logo {
  margin: 0px 0px 15px;
  padding: 0px 0px 0px;
}
/*footer-contact*/
.footer-contact ul li {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0px 0px 6px;
}
.footer-contact ul li strong {
  margin: 0px 6px 0px 0px;
  float: left;
}
.footer-contact ul li p,.footer-contact ul li a { color: #CCCCCC; font-size: 13px; margin: 0px;}
.footer-contact ul li strong ~ a { padding: 0px 0px 0px 20px;}
.footer-contact ul li strong ~ p { padding: 0px 0px 0px 75px;}
/*milkyway-copyright*/
.milkyway-copyright {
  font-size: 12px;
  color: #a8acb1;
  background: #1d2226;
  padding: 15px 0;
  float: left;
  width: 100%;
}
.milkyway-copyright p { margin: 0px;}
.milkyway-copyright p a { color: #00acac;}
/*milkyway-sidebar*/
.sidebar-title {
  margin: 0px 0px 20px;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.sidebar-title:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.milkyway-sidebar {
  float: left;
  width: 100%;
  padding: 20px 20px;
  background-color: #242A30;
  border-right: 2px solid #00acac;
}
.milkyway-sidebar > ul > li {
  list-style: none;
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.milkyway-sidebar > ul > li:last-child { border-bottom: none;}
.milkyway-sidebar > ul > li > a { background-color: rgba(0,172,172,0.2);}
.milkyway-sidebar > ul > li.dropdown-active > a {
  background-color: rgba(0,172,172,0.6);
}
.sidebar-dropdown {
  padding: 10px 0px 10px 10px;
  margin: 0px;
  float: left;
  width: 100%;
  background-color: rgba(0,172,172,0.2);
}
.milkyway-dropdown {
  max-height: 36px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;  
}
.milkyway-dropdown.dropdown-active {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
.sidebar-dropdown > li {
  list-style: none;
  float: left;
  width: 100%;
}
.milkyway-sidebar > ul > li a {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 4px 12px;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
} 
/*milkyway-product-grid*/
.milkyway-product-grid,.milkyway-product-grid figure,.milkyway-product-grid figure a,
.milkyway-product-grid figure a img {
  float: left;
  width: 100%;
}
.milkyway-product-grid ul li {
  float: left;
  list-style: none;
  margin: 0px 0px 30px;
}
.milkyway-product-grid-wrap {
  float: left;
  width: 100%;
    height: 100%;
  padding: 20px 20px;
  background-color: rgba(0,0,0,0.6);
}
.milkyway-product-grid-wrap > figure > span {
  position: absolute;
  top: 15px;
  right: -37px;
  z-index: 9;
  background: red;
  font-size: 11px;
  color: #fff;
  transform: rotate(45deg);
  width: 132px;
  text-align: center;
}
.milkyway-product-grid-wrap section {
  background-color: #fff;
  text-align: center;
  padding: 10px 10px;
  float: left;
  width: 100%;
}
.milkyway-product-grid-wrap h2 {
  font-size: 18px;
  margin: 0px;
}
.milkyway-product-grid-wrap p {
  margin: 0px 0px 0px;
  font-size: 13px;
}
.milkyway-product-grid-wrap small {
  font-size: 16px;
  font-weight: bold;
  color: #00acac;
}
.milkyway-product-grid figure {
  margin: 0px;
  position: relative;
  overflow: hidden;
}
.milkyway-product-grid figure a { position: relative;}
.milkyway-product-grid figure a span {
  position: absolute;
  right: 0px;
  bottom: -7px;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
  padding: 0 10px;
}
/*.milkyway-subheader*/
.milkyway-subheader {
  float: left;
  width: 100%;
  /*background-attachment: fixed;*/
  background-size: cover;
  padding: 40px 0;
  background-image: url(high-res-images/subheader.jpg);
  background-position: center;
}
.milkyway-subheader h1 {
  margin: 0px 0px 10px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.milkyway-subheader p {
  margin: 0px 0px 20px;
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 0.6px;
  font-size: 13px;
}
.milkyway-breadcrumb {
  margin: 0px;
  display: inline-block;
}
.milkyway-breadcrumb li {
  list-style: none;
  float: left;
  font-size: 13px;
  position: relative;
  color: #fff;
  padding: 0px 15px;
}
.milkyway-breadcrumb li:before {
  content: '\f101';
  position: absolute;
  right: -4px;
  top: 1px;
  font-family: FontAwesome;
  color: #fff;
}
.milkyway-breadcrumb li:last-child:before { content: none;}
.milkyway-breadcrumb li:first-child { padding-left: 0px;}
.milkyway-breadcrumb li a { color: #fff;}

/*shop detail*/ 
.milkyway-shop-thumb,.milkyway-shop-layer,.milkyway-shop-thumb-list {
  float: left;
  width: 100%;
}
.milkyway-shop-thumb span,.milkyway-shop-wrap,.milkyway-shop-detail-text,.milkyway-shop-detail-text > span {
    float: left;
    width: 100%;
}
.milkyway-shop-thumb span {
    height: 300px;
    background-size: cover;
    background-position: center;
}
.milkyway-shop-thumb-list {
    padding: 0px 0px 0px;
    text-align: center;
    margin: 0px 0px 20px;
}
.milkyway-shop-wrap {
    background-color: rgba(0,0,0,0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.07);
    padding: 30px;
    margin: 0px 0px 50px;
}
.milkyway-shop-thumb { 
    box-shadow: 0 0px 10px rgba(0,0,0,0.10); 
    margin: 0px 0px 29px; 
}
.milkyway-shop-thumb-list span img {
    display: inline-block;
    border: 1px solid #ececec;
    border-radius: 4px;
    cursor: pointer;
}
.milkyway-shop-thumb-list span {
    box-shadow: none;
    padding: 10px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.10);
}
.thumb-list {
    float: left;
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center;
}
.milkyway-shop-thumb-list .slick-slide.slick-current.slick-active img { cursor: default;} 
.milkyway-shop-detail-text h2 {
    font-size: 25px;
    margin: 0px 0px 4px;
    font-weight: 600;
    letter-spacing: 0.7px;
    color: #ffffff;
    text-transform: uppercase;
}
.milkyway-shop-detail-text > span {
    font-size: 30px;
    margin: 0 0 34px;
    letter-spacing: 0.5px;
    color: #ffffff;
}
.milkyway-shop-detail-text span del {
    font-size: 18px;
    margin: 0px 0 0 15px;
    color: #777777;
}
.milkyway-section-heading {
    float: left;
    width: 100%;
    letter-spacing: 0.7px;
    font-size: 28px;
    margin: 0px 0px 30px;
    line-height: 0.8;
    font-weight: 600;
    padding: 0px 0px 14px;
    position: relative;
    color: #ffffff;
}
.milkyway-shop-btn {
    display: inline-block;
    border: 1px solid #707478;
    padding: 9px 22px 8px;
    border-radius: 4px;
    margin: 0 30px 33px 0;
    letter-spacing: 0.5px;
    color: #fff;
    background-color: #00acac;
}
.milkyway-shop-btn i {
    font-size: 12px;
    float: right;
    margin: 4px 0 0 10px;
}
.milkyway-shop-detail-text p {
    margin: 0px 0px 28px;
    letter-spacing: 0.3px;
    color: #ffffff;
}
/*login*/
.milkyway-login {
  margin: 0px auto 30px;
  width: 40%;
  padding: 30px;
  border-radius: 5px;
  position: relative;
  background-color: rgba(39,40,41,0.6);
}
.milkyway-login i {
  font-size: 85px;
  position: absolute;
  right: 18px;
  top: 7px;
  opacity: 0.5;
}
.milkyway-login h2 {
  color: #ffffff;
  font-weight: 600;
  margin: 0px 0px 30px;
}
.milkyway-login label { cursor: pointer; color: #ffffff; margin: 0px; line-height: 0.4;}
.milkyway-login label a {
  font-weight: 600;
  color: #fff;
}
.milkyway-login p { margin: 0px 0px 30px; font-size: 16px; color: #CCCCCC;}
.milkyway-login span { color: #CCCCCC;}
.milkyway-login span a { color: #ffffff;}
.milkyway-login ul li {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0px 0px 20px;
  position: relative;
}
.milkyway-login input[type="email"],
.milkyway-login input[type="text"],
.milkyway-login input[type="password"],
.milkyway-login ul li > small{
  float: left;
  width: 100%;
  background: rgba(0,0,0,0.5);
  border: none;
  color: #fff;
  height: 40px;
  padding-left: 20px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.milkyway-login ul li > small {
    padding: 5px 0px 0px 20px;
    font-weight: 300;
    color: #9E9E9E;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 13px;
    pointer-events: none;
}
.milkyway-login ul li > small ~ input[type="file"] { opacity: 0; height: 40px; cursor: pointer;}
.milkyway-login input[type="email"]:focus,
.milkyway-login input[type="text"]:focus,
.milkyway-login input[type="password"]:focus { box-shadow: 0 0 0 0.125rem rgba(255,255,255, 0.3);}
.milkyway-login input[type="submit"] {
  height: 45px;
  color: #ffffff;
  float: left;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  background-color: #00acac;
  border: none;
  font-size: 18px;
}
/*milkyway-contact*/
.milkyway-contact {
  float: left;
  width: 100%;
}
.milkyway-contact ul li {
  float: left;
  margin: 0px 0px 30px;
  list-style: none;
}
.milkyway-contact-wrap {
  float: left;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
}
.milkyway-contact-wrap h5 {
  margin: 0px 0px 6px;
  font-weight: 600;
}
.milkyway-contact-wrap i {
  float: left;
  position: absolute;
  font-size: 70px;
  top: 50%;
  margin: -37px 0 0;
}
.milkyway-contact-wrap a { display: block;}
.milkyway-contact-wrap i ~ section { padding-left: 95px; vertical-align: middle;}
/*milkyway-contact-form*/
.milkyway-contact-form {
  float: left;
  width: 100%;
  padding: 40px 40px 10px;
  margin: 0px 0px 30px;
  background: rgba(0,0,0,0.9);
}
.milkyway-contact-form ul { margin: 0px -15px;}
.milkyway-contact-form ul li {
  float: left;
  width: 33.333%;
  margin: 0px 0px 30px;
  list-style: none;
  padding: 0px 15px;
}
.milkyway-contact-form ul li.full { width: 100%;}
.milkyway-contact-form input[type="text"],
.milkyway-contact-form input[type="email"] {
    background-color: transparent;
    float: left;
    width: 100%;
    border: 1px solid #ececec;
    color: #aaaaaa;
    font-size: 12px;
    height: 42px;
    margin: 0;
    padding-left: 14px;
}
.milkyway-contact-form input[type="text"]:focus,
.milkyway-contact-form input[type="email"]:focus,
.milkyway-contact-form textarea:focus {
    border-color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
}
.milkyway-contact-form textarea {
    height: 137px;
    float: left;
    width: 100%;
    color: #6A6A6A;
    font-size: 12px;
    padding-left: 14px;
    padding-top: 10px;
    background-color: transparent;
    border: 1px solid #ececec;
}
.milkyway-contact-form input[type="submit"] {
    display: inline-block;
    border: none;
    height: 42px;
    padding: 0px 20px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    background-color: #00acac;
    text-transform: uppercase;
}

/*login*/
.service-request h2 {
  color: #ffffff;
  font-weight: 600;
  margin: 0px 0px 20px;
}
.service-request {
  margin: 0px auto 30px;
  width: 60%;
  padding: 30px;
  border-radius: 5px;
  position: relative;
  background-color: rgba(39,40,41,0.6);
}
.service-request i {
  font-size: 85px;
  position: absolute;
  right: 18px;
  top: 7px;
  color: #ffffff;
  opacity: 0.3;
}
.service-request ul li {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0px 0px 20px;
}
.service-request input[type="email"],
.service-request input[type="text"],
.service-request input[type="password"],
.service-request textarea,
.select select {
  float: left;
  width: 100%;
  background: rgba(0,0,0,0.5);
  border: none;
  color: #fff;
  height: 40px;
  padding-left: 20px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.select select option { color: #ffffff;}
.select select { color: #888;}
.service-request textarea { height: 100px;}
.service-request input[type="email"]:focus,
.service-request input[type="text"]:focus,
.service-request input[type="password"]:focus,
.service-request textarea:focus { box-shadow: 0 0 0 0.125rem rgba(255,255,255, 0.3);}
.service-request input[type="submit"] {
  height: 45px;
  color: #ffffff;
  float: left;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  background-color: #00acac;
  border: none;
  font-size: 18px;
}
.pagination{
    float: right;
}
.pagination li {
  list-style: none;
}
.milkyway-shop-detail-text > p {
    margin: 0px 0px 0px;
}
/*header-dropdown*/
.header-dropdown {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 250px;
  margin: 30px 0px 0px;
  z-index: 99;
  text-align: left;
  background-color: #272829;
  border-bottom: 2px solid #00acac;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
ul li:hover .header-dropdown { 
  margin: 10px 0px 0px;
  opacity: 1;
  visibility: visible;
}
.header-dropdown li {
  list-style: none;
  margin: 0px 0px;
  float: left;
  width: 100%;
}
.header-dropdown li a {
  display: block;
  padding: 10px 15px !important;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.header-dropdown li:last-child a { border-bottom: none;}
.header-dropdown li:hover a { background-color: rgba(0,172,172,0.6)}
.coupon-form {
    padding: 20px;
}
.buy-fields input[type="email"],
.buy-fields input[type="password"],
.buy-fields input[type="text"] {
    width: 100%;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
}
#buy-email { margin: 10px 20px 10px 20px; float: left }
#buy-password { margin: 10px 10px 10px 20px; }
#buy-service { display: none}
#buy-confirm { margin-top: 10px; display: none }
/*Order Confirm*/
.order-confirm-full {
  float: left;
  width: 100%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0px 0px 30px;
}
.order-confirm-text {
  float: left;
  width: 50%;
}
.order-confirm-text ul li {
  list-style: none;
  float: left;
  width: 100%;
  /*color: #fff;*/
  font-size: 15px;
  margin: 0px 0px 10px;
}
.order-confirm-text ul li span {
  /*color: #fff;*/
  display: inline-block;
  margin: 0px 10px 0px 0px;
  font-weight: 600;
}
.order-confirm-text figure {
  float: left;
  width: 100%;
  margin: 0px 0px 30px;
}
.order-confirm-text figure img {
  float: left;
  width: 200px;
}
.order-confirm-text figure img ~ figcaption { padding: 30px 0px 0px 220px;}
.order-confirm-text figcaption {
  font-weight: bold;
  font-size: 18px;
  /*color: #fff;*/
}
.order-confirm-text > h2,.order-confirm > h2 {
  margin: 0px 0px 20px;
  padding: 0px 0px 5px;
  border-bottom: 1px solid #ededed;
  font-size: 22px;
  /*color: #fff;*/
}
.order-confirm {
  float: right;
  width: 40%;
}
.order-confirm table {
  width: 100%;
}
.order-confirm table tr td,.order-confirm table tr th {padding: 15px 0px;/*color: #fff;*/}
.order-confirm table tr td strong,
.order-confirm table tr th strong, 
.order-confirm ul li strong { color: #000; }
.order-confirm ul li {
  list-style: none;
  float: left;
  width: 100%;
  /*color: #fff;*/
  font-size: 15px;
  margin: 0px 0px 10px;
}
.order-confirm ul li span,
.order-confirm ul li input[type="submit"] { float: right;}
.order-confirm ul li p { color: #ff6156; font-weight: 600;}
.order-confirm ul li input[type="submit"] {
  border: none;
  padding: 0px 13px;
  border-radius: 3px;
  font-size: 14px;
  height: 40px;
  background-color: #ff6156;
}
.order-confirm ul li input[type="text"] {
  height: 40px;
  float: left;
  width: 50%;
  padding-left: 20px;
}
.order-confirm ul li:last-child { border-top: 1px solid #ededed; padding: 10px;}
.order-confirm ul li strong {/*color: #fff;*/font-size: 16px;}
/*tips*/
.tips {
  float: left;
  width: 100%;
}
.tips p {
  float: left;
  margin: 0px;
  color: #fff;
}
.tips p strong { color: #fff;}
.tips a {
  float: right;
  color: #ffffff;
  padding: 10px 25px;
  font-weight: bold;
  background-color: #333;
}
/*about-us*/
.about-us {
    margin: 0px auto;
    width: 57%;
    padding: 30px;
    background-color: #ffffff;
}
.about-us h2 {
    margin: 0px 0px 20px;
    font-weight: bold;
    font-size: 26px;
    color: #000;
}
.about-us p {
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
}
/*terms-and-conditions*/
.terms-and-conditions {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 30px;
}
.heading {
    margin: 0px auto 40px;
    width: 70%;
    text-align: center;
}
.heading h2 {
    font-weight: bold;
    color: #00acac;
    margin: 0px 0px 0px;
}
.heading p { margin: 0px;}
.heading h3 {
    margin: 0px 0px 10px;
    color: #000;
    font-weight: bold;
}
.terms-and-conditions > p {
    text-align: justify;
    margin: 0px 0px 30px;
}
.terms-and-conditions > p > span {
    display: block;
    font-weight: 600;
    color: #000;
    font-style: italic;
    margin: 10px 0px 0px;
}
.terms-and-conditions section {
    float: left;
    width: 100%;
    margin: 0px 0px 25px;
}
.terms-and-conditions section h2 {
    margin: 0px 0px 20px;
    font-weight: 600;
}
.terms-and-conditions section p {
    margin: 0px 0px 16px;
}
.terms-and-conditions section ul li {
    list-style: none;
    float: left;
    padding: 0px 0px 0px 25px;
    width: 100%;
    position: relative;
    margin: 0px 0px 15px;
    line-height: 24px;
}
.terms-and-conditions section ul li:before {
    content: '\f192';
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 14px;
    font-family: FontAwesome;
    color: #00acac;
}
/*.price {
    position: absolute;
    right: 15px;
    top: 5px;
    background: #000;
    color: #fff;
    padding: 1px 7px;
    border-radius: 3px;
}*/
.flip-clock-wrapper ul,.flip-clock-wrapper ul li a div {
    list-style: none;
    font-size: 14px !important;
}
/*.flip-clock-divider { width: 20px !important;}*/
.flip-clock-wrapper {
    margin: 0px !important;
    float: left;
}
.flip-clock-wrapper ul li {
    list-style: none;
    line-height: 43px !important;
}
.flip-clock-wrapper ul {
    height: 40px !important;
    margin: 1px !important;
    width: 28px !important;
}
.flip-clock-dot.top { top: 14px !important;}
.flip-clock-dot.bottom {
    bottom: 13px !important;
}
.flip-clock-divider {
    height: 44px !important;
}

.flip-clock-dot{
    left: 7px !important;
    width: 5px !important;
    height: 5px !important;
}
.flip-clock-divider .flip-clock-label { right: -41px !important;}
.left-section {
    float: left;
}
.sale-end {
      position: absolute;
    right: 100px;
    top: -23px;
    font-weight: bold;
    color: #ffffff;
}
.flip-clock-divider .flip-clock-label { color: #fff; }
.flip-clock-wrapper {
    position: absolute !important;
    width: auto !important;
    right: 0px;
    top: 18px;
}
.jq-star {
    width: 15px !important;
    height: 15px !important;
}
.star-wrap,.stock-wrap {
    float: left;
    height: 40px;
    width: 50%;
    margin: 0px 0 20px;
    text-align: center;
    border: 1px solid #fff;
    padding: 7px 0;
    font-weight: bold;
}
.star-wrap {border-right: 1px solid #000;}
.sold {
  display: inline-block;
background: #00acac;
padding: 6px 24px;
color: #fff;
font-size: 14px;
margin: 0px 0px 15px;
border-radius: 3px;
}
.sold span small {
  font-size: 20px;
  margin: 0 5px 0 0;
}
.star-stock-wrap {
  float: left;
  width: 100%;
}
.star-wrap span {
    font-style: 14px;
}
.my-rating-7 {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
}
.comments {
    float: left;
    width: 100%;
    padding: 80px 0px 0px;
}
.comments > h2 {
    margin: 0px 0px 30px;
    font-style: 26px;
    color: #ffffff;
}
.comments li {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px 0px 20px;
    color: #ffffff;
}
.comments li figure {
    float: left;
    width: 80px;
    text-align: center;
}
.comments li figure img {
    border-radius: 100%;
    display: inline-block;
    width: 50px;
    height: 50px;
}
.comments li figure ~ section {
    padding: 0px 0px 0px 100px;
}
.modal-form {
  display: inline-block;
  width: 100%;
}
.modal-form textarea { width: 100%; }
.reply-btn {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 3px 7px;
  font-size: 11px;
  color: #ffffff;
  border-radius: 3px;
}
.reply-btn small { font-family: 'Open Sans', sans-serif; }
.comments p { color: #fff; }
.comment-wrap,.comment-replay {
    float: left;
    padding: 20px;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(255,255,255,0.2);
}
.comments li.replay { padding: 0px 0px 0px 70px;}

.close:focus, .close:hover {
    opacity: 1; }
.modal-header .close { color: #000;}

textarea {
    width: 400px;
    height: 75px;
}
.sale_p {
    position: absolute;
    right: 4px;
    bottom: 4px;
    z-index: 999;
    background-color: red;
    color: #fff !important;
    padding: 0px 10px;
    font-size: 12px !important;
    border-radius: 3px;
}
.feedback_date,.reply_date {
  float: right;
  color: #000;
  background: #ccc;
  padding: 4px 9px 5px;
  font-size: 11px;
  border-radius: 3px;
  line-height: 1;
  margin: -40px 0 0;
}
.user_name,.admin-reply {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.star-list {
  float: left;
  width: 100%;
  margin: 0px 0px 20px;
  text-align: center;
}
.star-list li {
  float: left;
  width: 33.333%;
  list-style: none;
  font-size: 14px;
  border: 1px solid;
  padding: 5px 0px;
}
.star-list li span {
  display: inline-block;
  margin: 0px 5px;
}
.star-list li strong {
  color: #ffffff;
  display: inline-block;
  margin: 0px 10px 0px 0px;
}
.star-wrap > span { margin: 0px 5px; }
.star-wrap > .my-rating-7 { margin-right: 0px; }

.shop-details p,
.shop-details span {
    font-family: 'Open Sans', sans-serif;
}
.shop-details ul li span { color: #ffffff !important; }
.milkyway-product-grid-wrap small strike {
  font-size: 13px !important;
  margin: 0 3px 0;
}
.banner-image {
  float: right;
  width: 40%;
  padding: 0px 0px 0px 30px; 
}
.banner-image img { width: auto !important; float: right; }

.slick-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
 /*background-color: #00acac; */
  border-radius: 5px;
  z-index: 999;
  font-size: 30px;
  margin: -25px 0px 0px;
}
.slick-arrow-right.slick-arrow { left: auto; right: 10px; }
.slide-news {
  float: left;
  width: 100%;
  background-color: #00acac;
  color: #ffffff;
  padding: 5px 0px 6px;
  white-space: nowrap;
}
.slide-news span {
  margin: 0px 10px 0px 0px;
  display: inline-block;
  border: 1px solid #fff;
  padding: 0 12px;
}
.slide-news span strong {
  color: #fff;
  margin: 0px 5px 0px 0px;
}
.simple-btn {
  border: 2px solid #00acac;
  padding: 2px 10px 3px;
  color: #ffffff;
      background-color: #00acac;
}
.product-detail-input { margin: 0px -10px; }
.product-detail-input li {
  list-style: none;
  margin: 0px 0px 20px;
  padding: 0px 10px;
  float: left;
  width: 100%;
  position: relative;
}
.product-detail-input li input { margin: 0px !important; }
.product-detail-input li.width-50 {
  width: 50%;
}
.justify-content-between { margin: -42px 6px 0 0; position: relative; }
.milkyway-shop-layer > a {
  float: left;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.shop-layer {
  float: left;
  width: 100%;
  height: 100px;
  background-position: center;
  background-size: cover;
}
/*transparent-layer*/
.transparent-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}


/*accouunt*/
.accouunt {
    margin: 0px auto;
    width: 75%;
    background-color: rgba(0,0,0,0.9);
    border-radius: 10px;
    padding: 30px;
}
.accouunt ul { margin: 0px -15px }
.accouunt ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 15px;
    width: 50%;
    vertical-align: top;
    margin: 0px -4px 30px 0px;
}
.full { width: 100% !important; }
.accouunt ul li label {
    float: left;
    width: 35%;
    color: #ffffff;
    border: 1px solid #00acac;
    text-align: center;
}
.accouunt ul li.full { text-align: center; }
.accouunt ul li.full label {
    float: left;
    width: 130px;
}
.accouunt ul li.full .form-control {
  float: right;
  width: 80%;
}
.accouunt ul li .form-control {
    float: right;
    width: 60%;
    font-size: 13px;
    padding-left: 15px;
    color: #ffffff;
    height: 40px !important;
    background-color: transparent;
    border: 1px solid #ced4da;
}
.accouunt ul li textarea.form-control { height: 100px !important; }
.accouunt ul li .form-control option { color: #000; }
.accouunt ul li .form-control::placeholder { color: #ffffff; }
.accouunt ul li:last-child { margin: 0px; }
.accouunt ul li input[type="submit"] {
    display: inline-block;
    border: none;
    height: 40px;
    padding: 0px 20px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    background-color: #00acac;
    text-transform: uppercase;
}
/*tabs-wrap*/
.tabs-wrap {
  float: left;
  width: 100%;
  margin: 0px 0px 30px;
}
.tabs-wrap ul.nav-tabs li {
  list-style: none;
  float: left;
  width: 33.333%;
  text-align: center;
}
.tabs-wrap ul.nav-tabs { background-color: #00acac; border-radius: 4px 4px 0 0; }
.tabs-wrap ul.nav-tabs li a { color: #ffffff; }
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-color: transparent; }
.tab-content { border: 1px solid #585858; padding: 20px; }
.shop-details div { color: #ffffff !important; }
.milkyway-shop-detail-text img {
  position: absolute;
  right: 0px;
  top: 0px;

}
.accouunt ul li label.error { text-align: right !important; }
label.error {
    width: 100% !important;
    float: left;
    margin: 0px;
    color: red !important;
    border: none !important;
    line-height: 2;
}
.content-white{
    color: white;
}
.payment-img {
  display: inline-block;
  margin: 10px 0px 0px;
}
#buy-confirm label,#buy-confirm span { color: #fff; }
/*
* TrustPilot
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bold-underline {
    font-weight: 600;
  }
}
.tp-widget-loader,
.tp-widget-fallback {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.reviews-container #fallback-logo {
  display: none;
}
.reviews-container .no-svg #fallback-logo {
  display: inline-block;
}
.tp-widget-wrapper {
  height: 100%;
  margin: 0 auto;
  max-width: 750px;
  position: relative;
}
.tp-stars .tp-star__canvas,
.tp-stars .tp-star__canvas--half {
  fill: #dcdce6;
}
.tp-stars .tp-star__shape {
  fill: #fff;
}
.tp-stars--1 .tp-star:nth-of-type(-n + 1) .tp-star__canvas,
.tp-stars--1 .tp-star:nth-of-type(-n + 1) .tp-star__canvas--half {
  fill: #ff3722;
}
.tp-stars--2 .tp-star:nth-of-type(-n + 2) .tp-star__canvas,
.tp-stars--2 .tp-star:nth-of-type(-n + 2) .tp-star__canvas--half {
  fill: #ff8622;
}
.tp-stars--3 .tp-star:nth-of-type(-n + 3) .tp-star__canvas,
.tp-stars--3 .tp-star:nth-of-type(-n + 3) .tp-star__canvas--half {
  fill: #ffce00;
}
.tp-stars--4 .tp-star:nth-of-type(-n + 4) .tp-star__canvas,
.tp-stars--4 .tp-star:nth-of-type(-n + 4) .tp-star__canvas--half {
  fill: #73cf11;
}
.tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas,
.tp-stars--5 .tp-star:nth-of-type(-n + 5) .tp-star__canvas--half {
  fill: #00b67a;
}
.tp-stars--1--half .tp-star:nth-of-type(-n + 2) .tp-star__canvas--half {
  fill: #ff3722;
}
.tp-stars--2--half .tp-star:nth-of-type(-n + 3) .tp-star__canvas--half {
  fill: #ff8622;
}
.tp-stars--3--half .tp-star:nth-of-type(-n + 4) .tp-star__canvas--half {
  fill: #ffce00;
}
.tp-stars--4--half .tp-star:nth-of-type(-n + 4) .tp-star__canvas,
.tp-stars--4--half .tp-star:nth-of-type(-n + 4) .tp-star__canvas--half {
  fill: #00b67a;
}
.tp-stars--4--half .tp-star:nth-of-type(-n + 5) .tp-star__canvas--half {
  fill: #00b67a;
}
.tp-widget-loader,
.tp-widget-fallback {
  max-width: 50%;
  text-align: center;
  width: 400vh;
}
.tp-widget-loader svg,
.tp-widget-fallback svg {
  width: 100%;
}
@media screen and (min-width: 400px) {
  .tp-widget-loader,
  .tp-widget-fallback {
    max-width: 200px;
  }
}
.tp-widget-loader--loaded {
  opacity: 0;
}
.reviews-container .dark {
  color: #fff;
}
.reviews-container .dark a {
  color: #fff;
}
.reviews-container .dark .bold-underline:not(.bold-underline--single-theme) {
  border-color: rgba(255, 255, 255, 0.6);
}
.reviews-container .dark .bold-underline:not(.bold-underline--single-theme):hover {
  border-color: #fff;
}
.reviews-container .dark .tp-logo__text {
  fill: #fff;
}
.reviews-container .dark .tp-widget-loader .tp-logo__text {
  fill: #191919;
}
.tp-widget-wrapper {
  max-width: 255px;
}
.tp-widget-wrapper--placeholder {
  display: none;
}
.tp-widget-logo {
  margin: 0 0 8px;
  width: 55%;
}
.tp-widget-stars {
  margin: 0 0 8px;
  width: 94%;
}
.tp-widget-businessinfo {
  font-size: 11px;
  line-height: 1.2;
}
.tp-widget-businessinfo__trustscore,
.tp-widget-businessinfo__total {
  text-transform: none;
}
@media screen and (min-width: 200px) {
  .tp-widget-logo {
    max-width: 140.25px;
  }
  .tp-widget-businessinfo {
    font-size: 12px;
    max-width: 255px;
  }
}
@media screen and (min-width: 235px) {
  .tp-widget-businessinfo__trustscore,
  .tp-widget-businessinfo__total {
    display: inline-block;
    vertical-align: middle;
  }
  .tp-widget-businessinfo__trustscore::after {
    content: "|";
    margin: 0 2px;
  }
}



