/**
 * Menu specific generic styles
**/
.home-menu {
  padding-top: 5px;
  display: flex;
  justify-content: center;
}
.home-menu ul.nav-drop:hover {
  height: auto !important;
}
.home-menu ul.nav-drop {
  flex-direction: column;
  height: 0;
  position: absolute;
  overflow: hidden;
  margin-left: -5px;
  text-align: left;
}
.home-menu ul {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0;
}
.home-menu ul > li:hover .nav-drop {
  height: auto !important;
  background: rgba(0, 0, 0, 0.95);
}
.home-menu ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
}
.home-menu ul li.nav-drop-item:first-child {
  padding-top: 10px;
}
.home-menu ul .nav-drop-item {
  padding-bottom: 5px;
  padding-top: 2px;
  margin-left: 0 !important;
}
a, a:hover, input, input:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.reveal-inplace {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.reveal-inplace.visible {
  opacity: 1;
}
* {
  box-sizing: border-box;
}
.desktop {
  width: 100%;
  height: auto;
}
.mob {
  width: 100%;
  height: auto;
  display: none;
}
@media screen and (max-width: 1024px) {
  .desktop {
    display: none;
  }
  .mob {
    display: block;
  }
}
body {
  background: url(../../../assets/img/subpage-bg.jpg) center no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}
body, .wrapper-inner {
  color: #fff;
  font-family: 'Lato';
  line-height: 1.5em;
  font-size: 16px;
}
.wrapper-inner a {
  color: #f1e0c2;
}
.wrapper-inner a:hover {
  color: #fff;
}
.page-content {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
}
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #08140f;
}
.footer-sub {
  text-align: center;
}
.footer-inner {
  background: none !important;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1920px) {
  .page-content {
    max-width: 1200px;
  }
}
@media screen and (max-width: 979.9px) {
  .footer-inner {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .page-content {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
ul.sub-menu {
  background-color: rgba(0, 0, 0, 0.95);
}
li.menu-item:hover {
  background-color: rgba(0, 0, 0, 0.95);
}
.hsec {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hsec .hsec-inner {
  padding: 2% 0;
  width: 95%;
  max-width: 1600px;
}
.hsec .hsec-inner .hsub-title {
  text-transform: uppercase;
}
.hsec.home-sub {
  background: url(../../../assets/img/subscribe.jpg) center;
  background-size: cover;
  text-align: center;
}
.hsec.home-sub .form form {
  display: grid;
  grid-template-columns: 2fr 1fr;
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
}
.hsec.home-sub .form form > * {
  border: #000 solid 1px;
  text-align: center;
  padding: 0.5em;
}
.hsec.home-sub .form form > input {
  background-color: rgba(0, 0, 0, 0);
  height: 50px;
}
.hsec.home-sub .form form > input.submit {
  background-color: #000;
  color: #f1e0c2;
  font-weight: 700;
}
.hsec.home-sub .form form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.hsec.home-sub .form form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.hsec.home-sub .form form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.hsec.home-sub .form form :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.hsec.home-sub .hsec-inner {
  color: #000;
  max-width: 1000px;
  font-size: 30px;
}
.hsec.home-sub .form {
  padding-top: 20px;
}
h1, h2, h3, h4, h5, h6 {
  color: #f1e0c2;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4, h5, h6 {
  font-size: 20px;
}
hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px dotted #f1e0c2;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.more {
  padding: 10px;
  border: 1px solid #f1e0c2;
  text-transform: uppercase;
  max-width: 200px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.more:hover {
  background: #f1e0c2;
  color: #000 !important;
}
a {
  text-decoration: none;
}
#header, #footer {
  COLOR: #fff;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 979px) {
  .desk-menu {
    display: none !important;
  }
}
.desk-menu a {
  color: #fff;
  text-transform: uppercase;
}
.desk-menu a:hover {
  color: #fff;
}
@media (min-width: 980px) {
  .resp-wrap {
    display: none !important;
  }
}
.header-inner {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1%;
  padding-right: 1%;
}
.header-inner i {
  margin-right: 5px;
}
.header-inner .subscribe {
  margin-left: 5px;
}
.header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-inner .shailan-dropdown-menu a {
  color: #f1e0c2;
}
@media screen and (max-width: 1200px) {
  .header-inner {
    display: block !important;
    height: 50px;
  }
  .header-inner .social {
    float: right !important;
  }
}
.header-inner .social i, .header-inner .social a {
  color: #f1e0c2;
}
#responsive-menu-pro-title-image {
  padding-top: 20px !important;
}
@media screen and (max-width: 1200px) {
  #header {
    z-index: 99999999 !important;
  }
  #responsive-menu-pro-button {
    z-index: 999999991 !important;
  }
}
/******************************************/
/* HOME */
.site-wrapper.home {
  display: grid;
  grid-template-rows: auto 1fr;
  position: relative;
}
.site-wrapper.home #header, .site-wrapper.home .header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header-inner {
  padding-top: 15px !important;
}
.home-hero {
  width: 100%;
  position: relative;
}
.home-hero img {
  width: 100%;
  vertical-align: bottom;
}
@media (max-width: 979px) {
  .home-hero .hh-desk {
    display: none !important;
  }
}
@media (min-width: 980px) {
  .home-hero .hh-mob {
    display: none !important;
  }
}
.home-release {
  background: url(../../img/release-bg.jpg) left top;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
}
.home-release .hsec-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: calc(80vw * 9 / 16);
}
.home-release .hsec-inner .hr-release-wrap h2 {
  color: #f1e0c2;
}
@media (min-width: 980px) {
  .home-release .hsec-inner .hr-release-wrap .hrrw-flex {
    display: grid;
    grid-template-columns: 2fr 3fr;
  }
}
@media (min-width: 980px) {
  .home-release .hsec-inner .hr-release-wrap .hrrw-flex .hrrwf-player iframe {
    height: 100%;
  }
}
@media (min-width: 980px) {
  .home-release .hsec-inner .hr-release-wrap {
    width: 60%;
  }
}
.home-release .hsec-inner .hr-release-wrap .hrrwf-artwork {
  width: 100%;
}
.abs-cover, .home-news .hsec-inner .hn-news-wrap .hnnw-list .hnnwl-item .hnnwli-abs-wrap, .home-news .hsec-inner .hn-news-wrap .hnnw-list .hnnwl-item .hnnwli-abs-wrap .hnnwliaw-bg, .home-news .hsec-inner .hn-news-wrap .hnnw-list .hnnwl-item .hnnwli-abs-wrap .hnnwliaw-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-news {
  background: url(../../img/news-bg.jpg) right top;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
}
.home-news .hsec-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 979px) {
  .home-news .hsec-inner .hn-news-wrap {
    width: 100%;
  }
}
.home-news .hsec-inner .hn-news-wrap h2 {
  color: #f1e0c2;
}
.home-news .hsec-inner .hn-news-wrap .hnnw-list .hnnwl-item {
  border: #967f54 solid 1px;
  width: 100%;
  height: 0;
  padding-bottom: 45%;
  margin: 2% 0;
  position: relative;
}
.home-news .hsec-inner .hn-news-wrap .hnnw-list .hnnwl-item .hnnwli-abs-wrap .hnnwliaw-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 1;
}
.home-news .hsec-inner .hn-news-wrap .hnnw-list .hnnwl-item .hnnwli-abs-wrap .hnnwliaw-info {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.85);
}
.home-news .hsec-inner .hn-news-wrap .hnnw-list .hnnwl-item .hnnwli-abs-wrap .hnnwliaw-info > div {
  padding: 2% !important;
  text-transform: uppercase;
}
.home-news .hsec-inner .hn-news-wrap .hnnw-list .hnnwl-item .hnnwli-abs-wrap .hnnwliaw-info > div, .home-news .hsec-inner .hn-news-wrap .hnnw-list .hnnwl-item .hnnwli-abs-wrap .hnnwliaw-info > div a {
  color: #f1e0c2;
}
.home-news .hsec-inner .hn-news-wrap .hnnw-list .hnnwl-item .hnnwli-abs-wrap .hnnwliaw-info > div a {
  color: #f1e0c2;
  border-bottom: 1px dotted #f1e0c2;
}
.home-news .hsec-inner .hn-news-wrap .hnnw-list .hnnwl-item .hnnwli-abs-wrap .hnnwliaw-info .top-left-info {
  position: absolute;
  top: 0;
  left: 0;
}
.home-news .hsec-inner .hn-news-wrap .hnnw-list .hnnwl-item .hnnwli-abs-wrap .hnnwliaw-info .top-left-info > span {
  display: block;
}
.home-news .hsec-inner .hn-news-wrap .hnnw-list .hnnwl-item .hnnwli-abs-wrap .hnnwliaw-info .bottom-right-info {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 980px) {
  .home-news .hsec-inner .hn-news-wrap {
    width: 60%;
  }
}
.top-left-info .title {
  font-size: 24px;
}
.home-insta {
  background: url(../../../assets/img/subscribe.jpg) center;
  background-size: cover;
}
.footer-inner {
  display: grid;
  align-items: center;
  background-color: #000;
}
@media (min-width: 980px) {
  .footer-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 979px) {
  .footer-inner {
    grid-template-rows: repeat(3, 1fr);
    justify-items: center;
  }
}
html, body, .site-wrapper {
  min-height: 100vh;
}
/*--- FOOTER ---*/
#footer a {
  color: #f1e0c2;
}
#footer a:hover {
  color: #fff;
}
.footer-sub > div {
  text-align: center;
}
.footer-social a {
  margin-left: 5px;
  margin-right: 5px;
  color: #f1e0c2 !important;
  top: 1px;
  position: relative;
}
.footer-social a:hover {
  color: #fff !important;
}
.footer-social > div {
  display: flex;
  align-items: center;
}
.footer-cpr > div {
  display: flex;
  flex-direction: column;
}
@media (min-width: 980px) {
  .footer-cpr > div span {
    text-align: right;
  }
}
@media (max-width: 979px) {
  .footer-cpr > div span {
    text-align: center;
  }
}
.subscribe {
  border: 1px solid #f1e0c2;
  color: #f1e0c2;
  padding: 10px;
  padding-top: 8px;
}
.subscribe:hover {
  border: 1px solid #f1e0c2;
  background: #f1e0c2;
  padding: 10px;
  color: #000 !important;
}
/*--- MAILING LIST---*/
.sub-overlay {
  color: #fff;
  font-family: 'Lato';
  font-size: 18px;
  top: 0;
  left: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100000000000000000000;
  opacity: 1;
  background: #000;
  display: none;
}
.sub-overlay-close-btn {
  color: #fff;
  font-family: 'Lato';
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 25px;
}
.sub-overlay-inner {
  line-height: 1.8em;
  width: 95%;
  max-width: 500px;
  height: auto;
  max-height: 80%;
  left: 50%;
  color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
}
.sub-overlay-inner .text-input {
  height: 40px;
  text-align: center;
  width: 36.5%;
  border: 2px solid #fff;
  margin-right: 1%;
  color: #000;
  background: none;
}
.sub-overlay-inner .submit {
  width: 20%;
}
.sub-overlay-inner .submit {
  background: #fff;
  color: #000;
  text-transform: uppercase;
  height: 36px;
  border: 0;
  line-height: 2em;
}
.sub-overlay-inner .text-input, .sub-overlay-inner .submit {
  font-family: 'Lato';
  font-size: 16px;
}
.sub-overlay-inner .text-input, .sub-overlay-inner .submit {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.sub-overlay-inner .submit {
  width: 180px;
  display: block;
  margin: 5px auto;
}
.sub-overlay-inner ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.sub-overlay-inner ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.sub-overlay-inner :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.sub-overlay-inner :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .header-inner .subscribe {
    display: none !important;
  }
}
/*--- STORE ---*/
.woocommerce-breadcrumb {
  display: none;
}
.summary {
  text-align: left;
}
.woocommerce {
  padding-bottom: 50px !important;
}
.single-product-holder {
  padding: 5vw 0;
}
@media (min-width: 980px) {
  .single-product-holder {
    grid-template-columns: 50% 50%;
  }
  .summary .product_title {
    text-align: left;
    margin-top: 0;
  }
  ul.products {
    padding: 0;
    width: 100vw;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  ul.products li {
    display: inline-block;
    width: 100%;
    padding: 5%;
    text-align: center;
    font-size: 20px;
  }
  ul.products li img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 979px) {
  .woocommerce-ordering, .woocommerce-result-count {
    text-align: center;
  }
  ul.products {
    padding: 0;
    width: 100vw;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
  }
  ul.products li {
    display: inline-block;
    width: 100%;
    padding: 5% 10%;
    text-align: center;
  }
  ul.products li img {
    width: 100%;
    height: auto;
  }
  .single-product-holder .summary {
    text-align: center;
  }
  .single-product-holder .summary table.variations {
    margin: 0 auto;
    padding-bottom: 2%;
  }
  .single-product-holder .summary .reset_variations {
    position: absolute;
  }
  .single-product-holder .summary button[type="submit"] {
    margin: 3% auto 0 auto;
  }
  table.variations {
    margin: 0 auto;
    padding-bottom: 2%;
  }
}
.single-product-holder {
  display: grid;
}
.single-product-holder .woocommerce-product-gallery__wrapper img {
  width: 100%;
  height: auto;
}
table.variations tr {
  display: grid;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  display: block !important;
}
.related {
  display: none !important;
}
.product .price {
  color: #fff !important;
  font-family: 'Lato' !important;
  padding-bottom: 10px;
  font-size: 15px;
}
.product h2 {
  font-size: 20px;
}
p.price {
  font-family: 'Lato' !important;
  color: #fff;
}
.button {
  font-family: 'Lato' !important;
  background: #f1e0c2 !important;
  color: #000 !important;
  border: 0 !important;
  text-transform: uppercase;
  color: #000 !important;
  letter-spacing: 2px;
  margin: 5px 0;
  height: 50px !important;
  line-height: 50px;
  border-radius: 0px !important;
  display: block;
  font-size: 20px !important;
  letter-spacing: 1px;
  position: relative;
  top: 2px !important;
  text-align: center !important;
  font-weight: 700 !important;
}
.product .button {
  margin-top: 10px !important;
}
.single-product-holder .button {
  font-family: 'Lato' !important;
  background: #f1e0c2 !important;
  border: 0 !important;
  text-transform: uppercase;
  color: #000 !important;
  letter-spacing: 2px;
  width: 200px !important;
  margin: 5px 0;
  height: 50px !important;
  line-height: 30px !important;
  display: block;
  font-size: 20px !important;
  letter-spacing: 1px;
  position: relative;
  top: 0px;
  text-align: center !important;
  font-weight: 700 !important;
}
.button:hover {
  color: #000 !important;
  background: #fff !important;
  cursor: pointer !important;
  border: 0 !important;
}
.woocommerce ul.products li.product .button {
  margin: 1em auto 0;
  width: 90% !important;
  padding-top: 15px;
  height: auto !important;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  padding: 1%;
  text-align: center;
}
.woocommerce ul.products li.product .price {
  font-family: 'Lato' !important;
  color: #fff;
  font-size: 16px;
}
figure.woocommerce-product-gallery__wrapper {
  margin-top: 0;
}
h2.woocommerce-loop-product__title {
  line-height: 1.2em;
}
/*--- CART ---*/
.woocommerce-input-wrapper input, .woocommerce-input-wrapper select, .woocommerce-input-wrapper textarea, .shipping-calculator-form input {
  border: 2px solid #fff;
  padding: 1%;
  color: #000;
  font-family: 'Lato';
}
.select2-selection {
  border: 2px solid #fff !important;
}
.select2-container .select2-selection--single, .select2-container {
  height: 36px !important;
  color: #000;
  font-family: 'Lato';
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-family: 'Lato';
}
.woocommerce-input-wrapper input:focus, .woocommerce-input-wrapper select:focus, .woocommerce-input-wrapper textarea:focus, .shipping-calculator-form input:focus {
  border: 2px solid #fff;
}
::-webkit-input-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
::placeholder {
  color: #000;
}
.shop_table th {
  font-family: 'Lato' !important;
  color: #fff;
  text-transform: uppercase;
}
.woocommerce-checkout-review-order-table th {
  color: #fff !important;
}
.shop_table {
  font-family: 'Lato';
}
td.product-name a {
  font-family: 'Lato' !important;
  color: #fff;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 177px;
  padding: 2%;
  height: 50px;
  border: 2px solid #fff;
  text-transform: uppercase;
}
.checkout-button {
  padding-top: 15px !important;
}
.woocommerce-info, .woocommerce-message {
  color: #fff !important;
  border: 2px solid #fff !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: none !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background: #f0f0f0 !important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #fff !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce ul#shipping_method li input, #add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  width: auto !important;
  margin-right: 20px !important;
}
.wc_payment_method label {
  font-weight: bold;
}
.woocommerce-billing-fields input, .woocommerce-shipping-fields input {
  padding: 5px;
}
.woocommerce-shipping-fields input[type="checkbox"] {
  width: auto;
  display: inline-block;
  position: relative;
  top: -8px;
  vertical-align: middle;
}
.cart_totals td {
  padding-bottom: 20px !important;
}
.shop_table th {
  color: #fff;
}
.cart-subtotal th {
  padding-top: 4px !important;
}
p.woocommerce-shipping-destination {
  padding-bottom: 0 !important;
}
.shipping-calculator-button {
  margin-bottom: 10px !important;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 10px;
}
.shipping-calculator-form {
  padding-top: 20px !important;
}
tr.shipping {
  padding-bottom: 20px !important;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  border: 2px solid #fff;
  padding-top: 5px;
  text-align: center !important;
}
th {
  text-transform: uppercase;
}
.woocommerce-info, .woocommerce-message {
  background: none !important;
  color: #fff;
  border-top-color: transparent;
  border: 2px solid #fff !important;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0 !important;
}
#order_review_heading {
  padding-top: 30px !important;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
  width: 50px !important;
}
.woocommerce table.shop_table {
  border: 0;
}
.woocommerce table.shop_table td {
  border-top: 1px solid #fff;
  padding-top: 15px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  border-top: 1px solid #fff;
}
.woocommerce-result-count, .woocommerce-ordering {
  display: none;
}
.woocommerce-additional-fields__field-wrapper {
  margin-top: -20px !important;
}
/*--- SINGLE PRODUCT ---*/
.product_meta {
  display: none;
}
#options, .single_variation_wrap input, .quantity .qty {
  border: 2px solid #fff;
  padding: 1%;
  font-family: 'Lato';
}
#options {
  padding: 3% !important;
  margin-bottom: 5px !important;
}
.single_variations_wrap input, .single_variations_wrap .qty, .quantity .qty {
  width: 80px !important;
  max-width: 80px !important;
  border: 2px solid #fff;
  color: #000;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
.variations select {
  border: 2px solid #000;
  color: #000;
  font-weight: 700;
  padding: 10px;
}
.variations label {
  font-weight: 700;
}
.reset_variations {
  display: none !important;
}
.wc-forward {
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce a {
  color: #f1e0c2;
}
.woocommerce a:hover {
  color: #fff;
}
/*--- SLIDE OUT CART ---*/
.xoo-wsc-container {
  background: url(../../../assets/img/resp-menu-bg.jpg) #000;
  padding-left: 5px;
  padding-right: 5px;
}
.xoo-wsc-header, .xoo-wsc-body, .xoo-wsc-footer {
  background: none;
  color: #fff;
}
.xoo-wsc-bki {
  font-size: 20px !important;
}
.xoo-wsc-basket {
  bottom: 10px !important;
}
.xoo-wsc-items-count {
  border-radius: 50%;
  position: absolute;
  top: -10px;
  font-size: 12px;
  width: 22px;
  height: 22px;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
}
.xoo-wsc-items-count {
  left: -10px;
}
.xoo-wsc-content {
  position: relative;
  font-size: 14px;
  line-height: 1.5em;
  padding-right: 20px;
}
.xoo-wsc-content a {
  color: #fff;
  font-weight: bold;
}
.xoo-wsc-header {
  font-family: 'Lato' !important;
  font-weight: 700;
}
.xoo-wsc-pname, .xoo-wsc-qty-price {
  color: #fff !important;
  font-family: 'Lato';
}
.xoo-wsc-footer {
  padding-right: 20px;
  font-family: 'Lato';
}
.xoo-wsc-footer a.button {
  font-size: 18px !important;
  margin: 0px auto !important;
  padding: 5px;
  background: #f1e0c2;
  color: #000;
  width: 90% !important;
  font-weight: bold;
}
.xoo-wsc-footer a.button:hover {
  color: #000 !important;
  background: #fff;
  cursor: pointer;
}
.xoo-wsc-footer {
  border-top: 2px solid #fff;
}
.xoo-wsc-header {
  border-bottom: 2px solid #fff;
}
.xoo-wsc-ctxt {
  text-align: center;
  font-size: 24px;
  letter-spacing: 8px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.xoo-wsc-footer-b {
  padding-bottom: 30px !important;
}
.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-container {
  background: #35312c;
  color: #fff;
}
/*--- PRODUCT GALLERY ---*/
figure.woocommerce-product-gallery__wrapper > div:not(:nth-child(1)) {
  width: 100px !important;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block !important;
}
.pswp__caption {
  display: none;
}
.pswp {
  z-index: 999999;
}
/*--- DROPDOWN MENU STYLES ---*/
.dropdown ul li:hover {
  background: #000;
  color: #f1e0c2 !important;
  cursor: pointer;
}
.dropdown ul li:hover a {
  color: #f1e0c2 !important;
}
ul.dropdown li {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 12px !important;
}
.dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: -10px;
}
.dropdown li {
  display: inline-block;
  margin-left: 6px;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 400;
  padding-left: 7px !important;
  padding-right: 7 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.dropdown li a {
  padding-bottom: 2px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.dropdown li:focus {
  color: #f1e0c2;
}
.dropdown li:hover {
  background: #000;
  color: #f1e0c2 !important;
  cursor: pointer;
}
.dropdown li a {
  color: #fff;
  border-bottom: 2px solid transparent;
}
.dropdown li a:hover, .dropdown li a:focus, .current_page_item a {
  color: #f1e0c2 !important;
  border-bottom: 1px dotted #f1e0c2 !important;
}
@media screen and (max-width: 980px) {
  .dropdown li a:hover, .dropdown li a:focus, .current_page_item a {
    border-bottom: 0px solid #fff !important;
  }
}
.dropdown .sub-menu {
  margin-top: 0px !important;
  padding-top: 10px;
  background: #000;
  margin-left: 0px !important;
  padding-bottom: 3px !important;
  min-width: 150px;
  padding-left: 5px;
  padding-right: 10px !important;
}
.dropdown .sub-menu li {
  padding-bottom: 6px;
  display: block !important;
  border-left: 0;
  padding-left: 0;
  padding-top: 4px !important;
  padding-bottom: 4px;
  border-left: 0 !important;
}
ul.dropdown .sub-menu li:first-child {
  padding-left: 10px !important;
}
.dropdown .sub-menu li:hover {
  border-left: 0 !important;
  background: none;
}
.dropdown:hover, .dropdown:focus, .dropdown li:hover, .dropdown li:focus .dropdown a:hover, .dropdown a:focus {
  color: #f1e0c2 !important;
}
.dropdown .sub-menu li:hover + .dropdown li a {
  color: #f1e0c2;
}
.dropdown .sub-menu li:hover > .dropdown li a {
  color: #f1e0c2;
}
.dropdown .sub-menu li a {
  color: #f1e0c2;
}
.dropdown .sub-menu li a:hover {
  color: #f1e0c2 !important;
}
.menu-item li {
  margin-left: 0px !important;
}
/*--- HOMEPAGE MEDIA QUERIES ---*/
@media screen and (min-width: 1920px) {
  .home-news .hsec-inner .hn-news-wrap .hnnw-list .hnnwl-item {
    padding-bottom: 30% !important;
  }
}
@media screen and (max-width: 980px) {
  .home-sub {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hsec .hsec-inner .hsub-title {
    font-size: 22px;
  }
  .home-sub .hsec-inner {
    max-width: 80% !important;
    padding-left: 5%;
    padding-right: 5%;
  }
  .hsec .hsec-inner {
    max-width: 80%;
    padding-left: 5%;
    padding-right: 5%;
  }
  #footer {
    padding-top: 10px;
    padding-bottom: 30px;
    background: #08140f;
    grid-template-columns: 100%;
    grid-template-rows: 100%;
  }
  .home-release {
    background: url(../../../assets/img/music-mob.jpg) no-repeat top center #0d0d0d;
    background-size: contain;
    padding-top: 250px;
    padding-bottom: 50px;
  }
  .home-news {
    background: url(../../../assets/img/news-mob.jpg) no-repeat top center #0d0d0d;
    background-size: contain;
    padding-top: 350px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .home-news {
    background: url(../../../assets/img/news-mob.jpg) no-repeat top center #0d0d0d;
    background-size: contain;
    padding-top: 300px;
    padding-bottom: 50px;
  }
}
