@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #f4f4f4;
  overflow-x: hidden;
}

header.WebHeader {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#252525));
  background-image: linear-gradient(#2b2b2b, #252525);
}

header.WebHeader .Logo a {
  display: block;
}

header.WebHeader .Logo a img {
  height: 60px;
}

header.WebHeader .headerSearchPanel,
header.WebHeader .space {
  padding-top: 0px;
}

header.WebHeader .headerSearchPanel .headerSearchPanelPosition,
header.WebHeader .space .headerSearchPanelPosition {
  padding-top: 0;
}

header.WebHeader .table {
  margin-bottom: 0;
}

header.WebHeader .navbar-right {
  color: #6a6a6a;
}

header.WebHeader .navbar-right a {
  color: #6a6a6a;
}

header.WebHeader .navbar-right .new_menuItem a {
  padding: 0px 15px !important;
}

header.WebHeader .navbar-right .new_menuItem a:hover, header.WebHeader .navbar-right .new_menuItem a:focus {
  background-color: initial;
}

.cs_headerContainer {
  background: -webkit-gradient(linear, left top, left bottom, from(#aea69f), to(#a2a09f));
  background: linear-gradient(#aea69f, #a2a09f);
}

.cs_headerContainer .cs_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 3px;
  background: #2b2b2b;
  padding: 3px 1%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .cs_headerContainer .cs_header {
    background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#1c1c1c));
    background: linear-gradient(#2b2b2b, #1c1c1c);
  }
}

@media (min-width: 992px) {
  .cs_headerContainer .cs_header {
    padding: 3px 2%;
  }
}

@media (min-width: 1024px) {
  .cs_headerContainer .cs_header {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 84px;
  }
}

@media (min-width: 1200px) {
  .cs_headerContainer .cs_header {
    padding: 3px 3%;
  }
}

@media (min-width: 1400px) {
  .cs_headerContainer .cs_header {
    padding: 3px 7%;
  }
}

.cs_headerContainer .cs_header .cs_logo {
  height: 70px;
  width: 70px;
}

.cs_headerContainer .cs_header .cs_logo a {
  display: inline-block;
  height: 100%;
}

.cs_headerContainer .cs_header .cs_logo a img {
  max-height: 100%;
}

.cs_headerContainer .cs_header .cs_mobileNavIcon {
  display: block;
}

.cs_headerContainer .cs_header .cs_mobileNavIcon .fa {
  font-size: 38px;
}

@media (min-width: 768px) {
  .cs_headerContainer .cs_header .cs_mobileNavIcon {
    display: none;
  }
}

.cs_headerContainer .cs_header .cs_menu {
  color: #c0c0c0;
  width: calc(100%);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  display: none;
}

.cs_headerContainer .cs_header .cs_menu.cs_menushow {
  display: initial;
  position: absolute;
  top: 70px;
  background: #2b2b2b;
  min-height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 9999999999;
  left: 0;
}

.cs_headerContainer .cs_header .cs_menu.cs_menushow .cs_menuItem {
  text-align: center;
}

.cs_headerContainer .cs_header .cs_menu.cs_menushow .cs_menuItem .cs_subItems {
  text-align: left;
  background: none;
}

@media (min-width: 768px) {
  .cs_headerContainer .cs_header .cs_menu.cs_menushow {
    display: inherit;
    position: inherit;
    top: inherit;
    background: inherit;
    min-height: inherit;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: inherit;
    left: inherit;
  }
  .cs_headerContainer .cs_header .cs_menu.cs_menushow .cs_menuItem {
    text-align: inherit;
  }
  .cs_headerContainer .cs_header .cs_menu.cs_menushow .cs_menuItem .cs_subItems {
    text-align: inherit;
    background: inherit;
  }
}

@media (min-width: 768px) {
  .cs_headerContainer .cs_header .cs_menu {
    width: calc(100% - 70px);
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    height: initial;
    overflow: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .cs_headerContainer .cs_header .cs_menu {
    width: calc(100% - 70px);
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (min-width: 1024px) {
  .cs_headerContainer .cs_header .cs_menu {
    width: calc(40% - 70px);
  }
}

@media (min-width: 1200px) {
  .cs_headerContainer .cs_header .cs_menu {
    width: calc(33% - 70px);
  }
}

@media (min-width: 1400px) {
  .cs_headerContainer .cs_header .cs_menu {
    width: calc(40% - 70px);
  }
}

.cs_headerContainer .cs_header .cs_menu .cs_menuItem {
  padding: 10px 5px;
  position: relative;
}

@media (min-width: 768px) {
  .cs_headerContainer .cs_header .cs_menu .cs_menuItem:hover > .cs_subItems {
    display: block;
  }
}

.cs_headerContainer .cs_header .cs_menu .cs_menuItem .cs_menuHover {
  cursor: pointer;
  font-size: 16px;
  text-align: center;
}

.cs_headerContainer .cs_header .cs_menu .cs_menuItem .cs_menuHover.cs_menuHoverSelected {
  color: #f10096;
}

@media (min-width: 768px) {
  .cs_headerContainer .cs_header .cs_menu .cs_menuItem .cs_menuHover {
    font-size: 12px;
    text-align: left;
  }
  .cs_headerContainer .cs_header .cs_menu .cs_menuItem .cs_menuHover.cs_menuHoverSelected {
    color: inherit;
  }
  .cs_headerContainer .cs_header .cs_menu .cs_menuItem .cs_menuHover:hover {
    color: #fff;
  }
}

@media (min-width: 1400px) {
  .cs_headerContainer .cs_header .cs_menu .cs_menuItem .cs_menuHover {
    font-size: 14px;
  }
}

.cs_headerContainer .cs_header .cs_menu .cs_menuItem .cs_subItems {
  padding-left: 10px;
  list-style: none;
  background: rgba(34, 32, 30, 0.9);
  z-index: 99;
  padding-top: 10px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  -webkit-box-shadow: 0px 6px 14px -6px #22201e;
          box-shadow: 0px 6px 14px -6px #22201e;
  text-align: right;
  display: none;
}

@media (max-width: 768px) {
  .cs_headerContainer .cs_header .cs_menu .cs_menuItem .cs_subItems.cs_subItemsShow {
    display: block;
    padding-top: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .cs_headerContainer .cs_header .cs_menu .cs_menuItem .cs_subItems {
    text-align: left;
    position: absolute;
    left: 0;
  }
}

.cs_headerContainer .cs_header .cs_menu .cs_menuItem .cs_subItems:hover {
  display: block;
}

.cs_headerContainer .cs_header .cs_menu .cs_menuItem .cs_subItems .cs_subitem {
  cursor: pointer;
  padding: 1px 7px 5px 0;
  width: initial;
  text-align: center;
}

@media (min-width: 768px) {
  .cs_headerContainer .cs_header .cs_menu .cs_menuItem .cs_subItems .cs_subitem {
    width: 200px;
    text-align: initial;
  }
}

.cs_headerContainer .cs_header .cs_menu .cs_menuItem .cs_subItems .cs_subitem:hover {
  color: #fff;
}

.cs_headerContainer .cs_header .cs_menu .cs_menuItem .cs_subItems .cs_subitem a {
  color: #c0c0c0;
  text-decoration: none;
  font-size: 12px;
}

@media (min-width: 1400px) {
  .cs_headerContainer .cs_header .cs_menu .cs_menuItem .cs_subItems .cs_subitem a {
    font-size: 14px;
  }
}

.cs_headerContainer .cs_header .cs_menu .cs_menuItem .cs_subItems .cs_subitem a:hover {
  color: #fff;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr {
  width: 100%;
}

@media (min-width: 992px) {
  .cs_headerContainer .cs_header .cs_rightMenuContaienr {
    width: 85%;
  }
}

@media (min-width: 1024px) {
  .cs_headerContainer .cs_header .cs_rightMenuContaienr {
    width: 85%;
  }
}

@media (min-width: 1200px) {
  .cs_headerContainer .cs_header .cs_rightMenuContaienr {
    width: 67%;
  }
}

@media (min-width: 1400px) {
  .cs_headerContainer .cs_header .cs_rightMenuContaienr {
    width: 70%;
  }
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem {
  color: #c0c0c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0 5px !important;
  width: 33%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .fa {
  color: #c0c0c0 !important;
}

@media (min-width: 768px) {
  .cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem {
    width: initial;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

@media (min-width: 992px) {
  .cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem {
    padding: 0 5px !important;
  }
  .cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem:last-of-type {
    padding: 0 0 !important;
  }
}

@media (min-width: 1200px) {
  .cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem {
    padding: 0 15px !important;
  }
  .cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem:last-of-type {
    padding: 0 0 !important;
  }
}

@media (min-width: 1400px) {
  .cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem {
    padding: 0 15px !important;
  }
  .cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem:last-of-type {
    padding: 0 0 !important;
  }
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .dropdown-toggle {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .dropdown-toggle:hover {
  color: #fff;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .signin {
  padding: initial !important;
  color: inherit;
  background-color: none;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .signin:hover, .cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .signin:focus {
  background-color: initial !important;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .bubbletooltip_tip3 {
  margin: 0;
  border: 0;
  border-radius: 100%;
  position: initial;
  display: inline-block !important;
  background: no-repeat;
  padding: 0;
  color: #c0c0c0;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .bubbletooltip_tip3 .lblCartProducts {
  margin: 0;
  display: inline-block;
  color: #c0c0c0;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .bubbletooltip_tip3:before, .cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .bubbletooltip_tip3:after {
  display: none;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .fa {
  font-size: 16px;
  cursor: initial;
  color: #676767;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem.open .shoppingCartPopUp .panel-body .reduce_padding {
  max-height: 70vh;
  overflow: hidden;
  padding-right: 7px;
  padding-left: 7px;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem.open .shoppingCartPopUp .panel-body .reduce_padding:hover {
  overflow-y: initial;
  padding-right: initial;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .typeahead-container {
  width: 250px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .typeahead-container {
    width: initial;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .typeahead-container {
    width: initial;
  }
}

@media (min-width: 1200px) {
  .cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .typeahead-container {
    width: initial;
  }
}

@media (min-width: 1400px) {
  .cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .typeahead-container {
    width: initial;
  }
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .typeahead-container .typeahead-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .typeahead-container .typeahead-field .typeahead-query {
  width: 100%;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .typeahead-container .typeahead-field .typeahead-query input[type="search"] {
  border-radius: 0px;
  background: no-repeat;
  color: #000 !important;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(134, 134, 134, 0.5);
  background: #e2e2e1;
  border-radius: 4px;
  padding-left: 3px;
  width: 225px;
  padding-right: 3px;
}

@media (max-width: 1400px) {
  .cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .typeahead-container .typeahead-field .typeahead-query input[type="search"] {
    width: 205px;
  }
}

@media (max-width: 1200px) {
  .cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .typeahead-container .typeahead-field .typeahead-query input[type="search"] {
    width: initial;
  }
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .typeahead-container .typeahead-field .typeahead-filter {
  width: initial;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .typeahead-container .typeahead-field .typeahead-filter button {
  background: no-repeat;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .typeahead-container .typeahead-field .typeahead-filter button .hdSearchFilter {
  color: #c0c0c0;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .typeahead-container .typeahead-field .typeahead-button {
  width: initial;
  min-width: initial;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .typeahead-container .typeahead-field .typeahead-button a {
  padding: 0 15px;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .typeahead-container .searchBtn {
  background: no-repeat;
  color: #c0c0c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0 0px !important;
  width: 100%;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .new_menuItem .typeahead-container .searchBtn .fa {
  cursor: pointer;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .navbar-mobile {
  float: right !important;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .navbar-nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .navbar-nav .cs_search {
  width: 100%;
}

@media (min-width: 768px) {
  .cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .navbar-nav .cs_search {
    width: initial;
  }
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .navbar-nav .cs_search .SearchOptions tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .navbar-nav .cs_search .SearchOptions tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .navbar-nav .cs_search .SearchOptions tr td {
    margin-bottom: initial;
  }
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .navbar-nav .cs_search .SearchOptions tr td input {
  margin-top: 0;
  margin-right: 3px;
}

.cs_headerContainer .cs_header .cs_rightMenuContaienr .cs_rightMenu .navbar-nav .cs_search .SearchOptions tr td label {
  margin: 0;
}

.cs_headerContainer .cs_userInfo {
  padding: 2px 7%;
  min-height: 5px;
}

.cs_headerContainer .cs_userInfo .Dummy {
  font-size: 14px;
}

.cs_headerContainer .cs_userInfo * {
  color: #000 !important;
}

.cs_body {
  background: #fff;
}

.cs_body .cs_innerBody {
  padding: 3px 1% 0px 1%;
}

@media (min-width: 992px) {
  .cs_body .cs_innerBody {
    padding: 3px 2% 0px 2%;
  }
}

@media (min-width: 1200px) {
  .cs_body .cs_innerBody {
    padding: 3px 3% 0px 3%;
  }
}

@media (min-width: 1400px) {
  .cs_body .cs_innerBody {
    padding: 3px 7% 0px 7%;
  }
}

.cs_body .breadcrumb {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d1cccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 576px) {
  .cs_body .breadcrumb {
    -ms-flex-wrap: initial;
        flex-wrap: initial;
  }
}

.cs_body .breadcrumb .cs_breadcrumbmain {
  width: 100%;
}

.cs_body .breadcrumb .cs_breadcrumbmain ol {
  padding-left: 0;
}

.cs_body .breadcrumb .cs_breadcrumbmain ol li {
  display: inline-block;
}

.cs_body .breadcrumb .cs_breadcrumbmain ol li:after {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

@media (min-width: 576px) {
  .cs_body .breadcrumb .cs_breadcrumbmain {
    width: 85%;
  }
}

@media (min-width: 992px) {
  .cs_body .breadcrumb .cs_breadcrumbmain {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .cs_body .breadcrumb .cs_breadcrumbmain {
    width: initial;
  }
}

.cs_body .breadcrumb .cs_BreadCrumbSocialMedia {
  width: 100%;
  min-width: calc(40px * 5);
}

.cs_body .breadcrumb .cs_BreadCrumbSocialMedia a {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
}

.cs_body .breadcrumb .cs_BreadCrumbSocialMedia a img {
  width: 30px;
  height: auto;
}

@media (min-width: 1200px) {
  .cs_body .breadcrumb .cs_BreadCrumbSocialMedia a img {
    width: 36px;
  }
}

.cs_body .breadcrumb .cs_BreadCrumbSocialMedia:before {
  display: none;
}

@media (min-width: 576px) {
  .cs_body .breadcrumb .cs_BreadCrumbSocialMedia {
    width: 15%;
  }
}

@media (min-width: 992px) {
  .cs_body .breadcrumb .cs_BreadCrumbSocialMedia {
    width: initial;
  }
}

.cs_body li a {
  color: #888787;
}

.cs_body li.active {
  color: #363636;
}

.cs_body li:before {
  padding-right: 0;
  padding-left: 3px;
}

.cs_bgWhite {
  background: #fff;
}

.cs_Product .cs_Product_title {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .cs_Product .cs_Product_title {
    padding-bottom: 45px;
  }
}

.cs_Product .cs_Product_title span {
  color: #555555;
  font-size: 24px;
  font-weight: bold;
}

.cs_Product .cs_Product_title.cs_productPagetitle {
  padding-left: 1%;
  width: 100%;
  background: #f4f4f4;
}

@media (min-width: 992px) {
  .cs_Product .cs_Product_title.cs_productPagetitle {
    width: 55%;
    padding-left: 2%;
  }
}

@media (min-width: 1200px) {
  .cs_Product .cs_Product_title.cs_productPagetitle {
    padding-left: 3%;
  }
}

@media (min-width: 1400px) {
  .cs_Product .cs_Product_title.cs_productPagetitle {
    padding-left: 7%;
  }
}

.cs_Product .Product.cs_ProductDescriptionSection {
  width: 100%;
  color: #373636;
  background: #fff;
}

.cs_Product .Product.cs_ProductDescriptionSection .cs_ProductDescription {
  margin-top: 15px;
  line-height: 22px;
}

.cs_Product .Product.cs_ProductDescriptionSection .cs_ProductDescription p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
}

.cs_Product .Product.cs_ProductDescriptionSection .cs_ProductDescription h2 {
  font-size: 18px;
  color: #373636;
  font-weight: bold;
}

.cs_Product .Product.cs_ProductDescriptionSection .cs_ProductDescription ul {
  color: #373636;
  padding-left: 25px;
  font-size: 1.9vh;
  line-height: 3vh;
}

.cs_Product .Product.cs_ProductDescriptionSection .cs_ProductDescription ul li {
  color: #373636;
}

.cs_Product .Product.cs_ProductDescriptionSection .cs_ProductDescription ul li span {
  color: #373636;
}

.cs_Product .Product.cs_ProductDescriptionSection .custom-chart-panel {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cs_Product .Product.cs_ProductDescriptionSection .custom-chart-panel .custom-chart-panel-heading {
  border: none;
  background: no-repeat;
  font-size: 22px;
}

.cs_Product .Product.cs_ProductDescriptionSection .custom-chart-panel .custom-chart-panel-body {
  border: none;
}

.cs_Product .Product.cs_ProductDescriptionSection .custom-chart-panel .custom-chart-panel-body .table-striped {
  border: none;
  min-width: 400px;
}

.cs_Product .Product.cs_ProductDescriptionSection .custom-chart-panel .custom-chart-panel-body .table-striped tbody tr {
  border-bottom: 1px solid #dbdbdb;
}

.cs_Product .Product.cs_ProductDescriptionSection .custom-chart-panel .custom-chart-panel-body .table-striped tbody tr:first-of-type {
  background: none;
  border-bottom: 2px solid #dbdbdb;
}

.cs_Product .Product.cs_ProductDescriptionSection .custom-chart-panel .custom-chart-panel-body .table-striped td {
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #5b5b5b;
}

.cs_Product .Product.cs_ProductDescriptionSection .custom-chart-panel .custom-chart-panel-body .table-striped th {
  background: none;
  border: none;
  font-weight: bold;
  color: #5b5b5b;
  white-space: nowrap;
}

.cs_Product .Product.cs_ProductDescriptionSection .custom-chart-panel .custom-chart-panel-body .cs_contentChartContainer {
  position: relative;
  overflow: scroll;
}

.cs_Product .Product.cs_ProductDescriptionSection .custom-chart-panel .custom-chart-panel-body .cs_contentChartContainer::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}

.cs_Product .Product.cs_ProductDescriptionSection .custom-chart-panel .custom-chart-panel-body .cs_contentChartContainer::-webkit-scrollbar-track {
  background: none;
}

.cs_Product .Product.cs_ProductDescriptionSection .custom-chart-panel .custom-chart-panel-body .cs_contentChartContainer::-webkit-scrollbar-thumb {
  background: rgba(43, 43, 43, 0.7);
  border-radius: 10px;
}

.cs_Product .Product.cs_ProductDescriptionSection .custom-chart-panel .custom-chart-panel-body .cs_contentChartContainer::-webkit-scrollbar-thumb:hover {
  background: #2b2b2b;
}

.cs_Product .Product.cs_ProductDescriptionSection .custom-chart-panel .custom-chart-panel-body .cs_contentChartContainer .cs_tableArrow {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 576px) {
  .cs_Product .Product.cs_ProductDescriptionSection .custom-chart-panel .custom-chart-panel-body .cs_contentChartContainer .cs_tableArrow {
    display: none;
  }
}

.cs_Product .Product.cs_ProductDescriptionSection .custom-chart-panel .custom-chart-panel-body .cs_contentChartContainer .cs_tableArrow.cs_tableLeftArrow {
  left: 0;
}

.cs_Product .Product.cs_ProductDescriptionSection .custom-chart-panel .custom-chart-panel-body .cs_contentChartContainer .cs_tableArrow.cs_tableRightArrow {
  right: 0;
}

.cs_Product .Product.cs_ProductBrief {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d1cccc;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-left: 1%;
  background: #f4f4f4;
}

@media (min-width: 768px) {
  .cs_Product .Product.cs_ProductBrief .cs_ProductBriefLeft {
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .cs_Product .Product.cs_ProductBrief .cs_ProductBriefLeft {
    width: 55%;
    padding-left: 2%;
  }
}

@media (min-width: 1200px) {
  .cs_Product .Product.cs_ProductBrief .cs_ProductBriefLeft {
    padding-left: 3%;
  }
}

@media (min-width: 1400px) {
  .cs_Product .Product.cs_ProductBrief .cs_ProductBriefLeft {
    padding-left: 7%;
  }
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefLeft .cs_Product_first {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .cs_Product .Product.cs_ProductBrief .cs_ProductBriefLeft .cs_Product_first {
    width: 250px;
  }
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefLeft .cs_Product_first img {
  width: 250px;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefLeft .cs_Product_third {
  width: 100%;
  padding: 15px 1%;
}

@media (min-width: 768px) {
  .cs_Product .Product.cs_ProductBrief .cs_ProductBriefLeft .cs_Product_third {
    width: calc(100% - 250px);
    padding: 0 7%;
  }
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefLeft .cs_ProductSpecificationPanel {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  height: 100%;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefLeft .cs_ProductSpecificationPanel .custom-panel-heading {
  background-color: initial;
  border: none;
  text-align: left;
  font-size: 18px;
  padding: 0;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefLeft .cs_ProductSpecificationPanel .custom-panel-body {
  padding-top: 0px;
  padding-right: 7px;
  padding-bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefLeft .cs_ProductSpecificationPanel .custom-panel-body ul {
  padding-left: 25px;
  margin-top: 5px;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefLeft .cs_ProductSpecificationPanel .custom-panel-body ul li {
  padding-bottom: 2px;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefLeft .cs_ProductSpecificationPanel .custom-panel-body .cs_ProductSpecificationNote {
  margin-top: 25px;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefLeft .cs_ProductSpecificationPanel .cs_ProductSpecificationBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefLeft .cs_ProductSpecificationPanel .cs_ProductSpecificationBtns .btn {
  margin-right: 5px;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight {
  width: 100%;
  margin-top: 15px;
  padding-right: 1%;
  padding-left: 0%;
}

@media (min-width: 992px) {
  .cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight {
    padding-right: 2%;
    width: 45%;
    margin-top: 0;
    padding-bottom: 25px;
    padding-left: 7%;
  }
}

@media (min-width: 1200px) {
  .cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight {
    padding-right: 3%;
  }
}

@media (min-width: 1400px) {
  .cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight {
    padding-right: 7%;
  }
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner {
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner.centerThis {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner.centerThis .dvAudioVideoFiles {
  height: initial;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .panel-body {
  position: relative;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .panel-body .cs_ProPrice {
  margin-bottom: 10px;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .panel-body .cs_ProPrice .ProPrice,
.cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .panel-body .cs_ProPrice .subCurrency {
  color: #1072c9;
  font-weight: bold;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .panel-body .cs_SelectDeliverYOptionsText {
  margin-bottom: 20px;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .panel-body .cs_wishHeart {
  position: absolute;
  right: 15px;
  top: 15px;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .panel-body .cs_ProductAddToCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .panel-body .cs_ProductAddToCart {
    width: 80%;
    padding: 0 0%;
  }
}

@media (min-width: 992px) {
  .cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .panel-body .cs_ProductAddToCart {
    width: 80%;
  }
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .panel-body .cs_ProductAddToCart .cs_ProductAddToCartDDL {
  width: 100%;
}

@media (min-width: 768px) {
  .cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .panel-body .cs_ProductAddToCart .cs_ProductAddToCartDDL {
    width: 70%;
    padding-right: 5%;
  }
}

@media (min-width: 992px) {
  .cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .panel-body .cs_ProductAddToCart .cs_ProductAddToCartDDL {
    width: 70%;
  }
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .panel-body .cs_ProductAddToCart .cs_ProductAddToCartBtn {
  width: 100%;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .panel-body .cs_ProductAddToCart .cs_ProductAddToCartBtn {
    width: 30%;
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .panel-body .cs_ProductAddToCart .cs_ProductAddToCartBtn {
    width: 30%;
  }
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .dvAudioVideoFiles {
  margin: 0 auto;
  padding: 0 5px;
  width: 100%;
  height: 100%;
}

@media (min-width: 576px) {
  .cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .dvAudioVideoFiles {
    padding: 0 15px;
  }
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .dvAudioVideoFiles .nav-tabs {
  border-bottom: none;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .dvAudioVideoFiles .nav-tabs li a {
  padding: 8px 15px !important;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .dvAudioVideoFiles .cs_TabControl {
  display: none;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .dvAudioVideoFiles wave {
  max-height: 150px;
}

.cs_Product .Product.cs_ProductBrief .cs_ProductBriefRight .cs_Product_second .cs_Product_second_inner .dvAudioVideoFiles wave canvas {
  max-height: 150px;
}

.cs_RelatedProduct {
  margin-bottom: 25px;
}

.cs_videSection {
  text-align: center;
}

.cs_videSection iframe {
  border: none;
  width: 100%;
}

@media (min-width: 576px) {
  .cs_videSection iframe {
    width: 576px;
    height: 522px !important;
  }
}

@media (min-width: 992px) {
  .cs_videSection iframe {
    width: 949px;
    height: 522px !important;
  }
}

::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(43, 43, 43, 0.7);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2b2b2b;
}

.cs_homeCarousel .carousel .carousel-inner {
  margin-top: 0;
  height: 100%;
}

@media (min-width: 768px) {
  .cs_homeCarousel .carousel .carousel-inner {
    margin-top: 0;
  }
}

.cs_homeCarousel .carousel .carousel-inner .item {
  height: 100%;
}

.cs_homeCarousel .carousel .carousel-inner .item img {
  height: 100%;
}

.cs_homeCarousel .carousel .carousel-control {
  opacity: 0.9;
}

.cs_homeCarousel .carousel .carousel-control:hover {
  opacity: 1;
}

.cs_homeCarousel .carousel .carousel-control span {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.cs_homeCarousel .carousel .carousel-control .arrow-right {
  right: 50%;
  background: url(../Images/RightArrow.png) no-repeat;
  height: 40px;
  width: 40px;
  background-size: 40px;
}

.cs_homeCarousel .carousel .carousel-control .arrow-left {
  left: 50%;
  background: url(../Images/LeftArrow.png) no-repeat;
  height: 40px;
  width: 40px;
  background-size: 40px;
}

.SubCategory .cs_newReleaseSection {
  background: #ffffff;
}

.cs_newReleaseSection .cs_sectionHeading * {
  font-size: 24px;
  font-weight: bold;
  color: #555555;
  margin: 25px;
}

.cs_newReleaseSection .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 100%;
}

.cs_newReleaseSection .slick-track .slick-slide {
  float: initial;
  height: initial;
  min-height: initial;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.cs_newReleaseSection .slick-track .slick-slide > div {
  padding: 0 5%;
  width: 100%;
}

.SubCategory .SubCategoryTitle {
  padding-top: 25px;
  color: #555555;
  font-size: 24px;
  font-weight: bold;
  display: block;
}

.SubCategory .SubCategoryDescription {
  margin-bottom: 25px;
  display: block;
  color: #555555;
  font-size: 1.9vh;
  line-height: 3vh;
}

@media (min-width: 768px) {
  .cs_newReleaseHome {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}

.cs_newReleaseHome .slick-arrow {
  display: none;
  opacity: 0.7;
}

.cs_newReleaseHome .slick-arrow:hover, .cs_newReleaseHome .slick-arrow:focus {
  opacity: 1;
}

@media (min-width: 768px) {
  .cs_newReleaseHome .slick-arrow {
    display: block;
  }
}

.cs_newReleaseHome .slick-arrow:before {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.cs_newReleaseHome .slick-arrow:before:hover, .cs_newReleaseHome .slick-arrow:before:focus {
  color: black !important;
}

.cs_newReleaseHome .cs_newReleaseCard {
  padding: initial;
  width: 100%;
  margin: 0 auto;
  height: initial;
}

.cs_newReleaseHome .cs_test {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 30px 15px 15px;
  position: relative;
  background: #fff;
}

.cs_newReleaseHome .cs_test .cs_wishHeart {
  position: absolute;
  top: 10px;
  padding: initial;
  right: 15px;
  text-align: right;
  text-decoration: none;
  outline: none;
}

.cs_newReleaseHome .cs_newReleaseImg img {
  width: 100%;
}

.cs_newReleaseCard {
  text-align: center;
  text-decoration: none;
  outline: none;
  background: #fff;
  padding: 5%;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none !important;
}

.cs_newReleaseCard .cs_newReleaseImg img {
  display: inline-block;
}

.cs_newReleaseCard .cs_newReleaseText span {
  color: #483949;
  margin-top: 7px;
  display: block;
  font-size: 14px;
}

.cs_newReleaseBtnRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs_newReleaseBtnRow .cs_newReleasePrice .cs_newReleaseCardPrice span {
  color: #1072c8;
}

.cs_newReleaseBtnRow .cs_newReleasePrice .cs_newReleaseCardPrice span .cs_newReleasePriceSmall {
  font-size: 9px;
}

.cs_newReleaseBtnRow .cs_newReleasePrice .cs_newReleaseCardPrice span .cs_newReleasePriceLarge {
  font-size: 14px;
}

.cs_soundsInYourMindSection {
  background: #fff;
  padding: 15px 0;
  padding-bottom: 0;
}

.cs_soundsInYourMindSection .cs_soundsInYourMindHeading {
  padding-top: 25px;
}

.cs_soundsInYourMindSection .cs_soundsInYourMindHeading * {
  font-size: 5.5vh;
  font-weight: bold;
  color: #555;
}

.cs_soundsInYourMindSection .cs_soundsInYourMindText p {
  text-align: center;
  width: 99%;
  margin: 0 auto;
  color: #7a7a7a;
  margin-top: 25px;
  font-size: 2vh;
  line-height: 3vh;
}

@media (min-width: 576px) {
  .cs_soundsInYourMindSection .cs_soundsInYourMindText p {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .cs_soundsInYourMindSection .cs_soundsInYourMindText p {
    width: 50%;
  }
}

.cs_soundsInYourMindSection .cs_soundsInYourMindImgVideo {
  position: relative;
  padding-top: 0px;
  background: #000;
  margin-top: 50px;
}

@media (min-width: 576px) {
  .cs_soundsInYourMindSection .cs_soundsInYourMindImgVideo {
    margin-top: 125px;
  }
}

@media (min-width: 768px) {
  .cs_soundsInYourMindSection .cs_soundsInYourMindImgVideo {
    margin-top: 150px;
  }
}

@media (min-width: 992px) {
  .cs_soundsInYourMindSection .cs_soundsInYourMindImgVideo {
    margin-top: 200px;
  }
}

.cs_soundsInYourMindSection .cs_soundsInYourMindImgVideo .cs_soundsInYourMindImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: absolute;
  top: 100px;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (min-width: 576px) {
  .cs_soundsInYourMindSection .cs_soundsInYourMindImgVideo .cs_soundsInYourMindImgs {
    top: 150px;
    width: 100%;
    margin-left: 00%;
  }
}

@media (min-width: 992px) {
  .cs_soundsInYourMindSection .cs_soundsInYourMindImgVideo .cs_soundsInYourMindImgs {
    width: 90%;
    margin-left: 5%;
  }
}

@media (min-width: 1200px) {
  .cs_soundsInYourMindSection .cs_soundsInYourMindImgVideo .cs_soundsInYourMindImgs {
    width: 80%;
    margin-left: 10%;
  }
}

.cs_soundsInYourMindSection .cs_soundsInYourMindImgVideo .cs_soundsInYourMindImgs .cs_soundsInYourMindImgsCard {
  display: block;
  text-align: center;
  background: #fff;
  width: 33%;
  padding: 15px;
}

.cs_soundsInYourMindSection .cs_soundsInYourMindImgVideo .cs_soundsInYourMindImgs .cs_soundsInYourMindImgsCard img {
  max-width: 100%;
}

@media (min-width: 576px) {
  .cs_soundsInYourMindSection .cs_soundsInYourMindImgVideo .cs_soundsInYourMindImgs .cs_soundsInYourMindImgsCard {
    padding: 25px;
  }
}

@media (min-width: 767px) {
  .cs_soundsInYourMindSection .cs_soundsInYourMindImgVideo .cs_soundsInYourMindImgs .cs_soundsInYourMindImgsCard {
    width: initial;
  }
}

.cs_soundsInYourMindSection .cs_soundsInYourMindImgVideo .cs_soundsInYourMindVideo {
  padding-top: 100px;
}

@media (min-width: 576px) {
  .cs_soundsInYourMindSection .cs_soundsInYourMindImgVideo .cs_soundsInYourMindVideo {
    padding-top: 150px;
  }
}

.cs_soundsInYourMindSection .cs_soundsInYourMindImgVideo .cs_soundsInYourMindVideo iframe {
  width: 100%;
  height: initial;
  border: none;
}

@media (min-width: 576px) {
  .cs_soundsInYourMindSection .cs_soundsInYourMindImgVideo .cs_soundsInYourMindVideo iframe {
    height: 500px;
  }
}

.cs_soundsInYourMindSection .cs_NewsletterSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.66%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #d1cccc;
  padding-bottom: 5px;
}

@media (min-width: 576px) {
  .cs_soundsInYourMindSection .cs_NewsletterSocial {
    padding-bottom: 15px;
  }
}

.cs_soundsInYourMindSection .cs_NewsletterSocial .cs_newsletterTrigger span {
  color: #877a7a;
}

.cs_soundsInYourMindSection .cs_NewsletterSocial .cs_newsletterTrigger span strong,
.cs_soundsInYourMindSection .cs_NewsletterSocial .cs_newsletterTrigger span b {
  font-family: Gotham_Bold;
}

.cs_soundsInYourMindSection .cs_NewsletterSocial li {
  padding: 8px 3px 8px 0px;
}

@media (min-width: 576px) {
  .cs_soundsInYourMindSection .cs_NewsletterSocial li {
    padding: 8px 3px;
  }
}

.cs_soundsInYourMindSection .cs_NewsletterSocial a {
  padding: 0;
}

@media (min-width: 576px) {
  .cs_soundsInYourMindSection .cs_NewsletterSocial a {
    padding: 0 2px;
  }
}

.cs_soundsInYourMindSection .cs_NewsletterSocial img {
  max-height: 40px !important;
}

.cs_lvRelatedProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cs_lvRelatedProduct > span,
.cs_lvRelatedProduct > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 4%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  width: 98%;
  padding: 4%;
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 5% !important;
  padding-top: 2% !important;
}

.cs_lvRelatedProduct > span a,
.cs_lvRelatedProduct > span p,
.cs_lvRelatedProduct > div a,
.cs_lvRelatedProduct > div p {
  font-size: 12px;
}

.cs_lvRelatedProduct > span p,
.cs_lvRelatedProduct > div p {
  color: #a0a0a0;
}

@media (min-width: 768px) {
  .cs_lvRelatedProduct > span,
  .cs_lvRelatedProduct > div {
    width: 50%;
    padding: 0;
    background: initial;
    padding-bottom: 5% !important;
    padding-top: 2% !important;
    border-bottom: 1px solid #d1cccc;
  }
  .cs_lvRelatedProduct > span:nth-of-type(-n + 2),
  .cs_lvRelatedProduct > div:nth-of-type(-n + 2) {
    padding-top: 0% !important;
  }
}

@media (min-width: 992px) {
  .cs_lvRelatedProduct > span,
  .cs_lvRelatedProduct > div {
    width: 33%;
    padding-bottom: 5% !important;
    padding-top: 2% !important;
  }
  .cs_lvRelatedProduct > span:nth-of-type(-n + 3),
  .cs_lvRelatedProduct > div:nth-of-type(-n + 3) {
    padding-top: 0% !important;
  }
}

@media (min-width: 1400px) {
  .cs_lvRelatedProduct > span,
  .cs_lvRelatedProduct > div {
    width: 25%;
    padding-bottom: 3% !important;
    padding-top: 2% !important;
  }
  .cs_lvRelatedProduct > span:nth-of-type(-n + 4),
  .cs_lvRelatedProduct > div:nth-of-type(-n + 4) {
    padding-top: 0% !important;
  }
}

@media (min-width: 2048px) {
  .cs_lvRelatedProduct > span,
  .cs_lvRelatedProduct > div {
    width: 16.66666666666667%;
    padding-bottom: 2% !important;
    padding-top: 2% !important;
  }
  .cs_lvRelatedProduct > span:nth-of-type(-n + 6),
  .cs_lvRelatedProduct > div:nth-of-type(-n + 6) {
    padding-top: 0% !important;
  }
}

.cs_lvRelatedProduct > span .cs_dlCollection,
.cs_lvRelatedProduct > div .cs_dlCollection {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: initial;
  min-height: initial !important;
  width: 250px;
}

.cs_lvRelatedProduct > span .cs_dlCollection .cs_dlCollectionImg,
.cs_lvRelatedProduct > div .cs_dlCollection .cs_dlCollectionImg {
  position: relative;
  padding-top: 20px;
}

.cs_lvRelatedProduct > span .cs_dlCollection .cs_dlCollectionImg .cs_wishHeart,
.cs_lvRelatedProduct > div .cs_dlCollection .cs_dlCollectionImg .cs_wishHeart {
  position: absolute;
  right: 0;
  top: 0;
}

.cs_lvRelatedProduct > span .cs_dlCollection .cs_dlCollectionImg .ProductNameLabel,
.cs_lvRelatedProduct > div .cs_dlCollection .cs_dlCollectionImg .ProductNameLabel {
  color: #483949;
  margin-top: 5px;
  text-decoration: none;
}

.cs_lvRelatedProduct > span .cs_dlCollection .cs_dlCollectionImg a,
.cs_lvRelatedProduct > div .cs_dlCollection .cs_dlCollectionImg a {
  display: block;
}

.FootersWrapper {
  background: #000;
  border-top: 1px solid #1b1b1b;
  padding-top: 25px;
}

.FootersWrapper .cs_footerLogo {
  text-align: center;
}

.FootersWrapper .cs_footerLogo a {
  display: block;
}

.FootersWrapper .cs_footerLogo a img {
  height: 75px;
}

.FootersWrapper .cs_needHelp {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .FootersWrapper .cs_needHelp {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .FootersWrapper .cs_needHelp {
    width: 50%;
  }
}

.FootersWrapper .cs_needHelp h4 {
  font-size: 30px;
  color: #fff;
}

.FootersWrapper .cs_needHelp .cs_needHelpText {
  color: #888787;
  margin-top: 15px;
}

.FootersWrapper .cs_needHelp .cs_needHelpContact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.FootersWrapper .cs_needHelp .cs_needHelpContact .cs_needHelpContactNumber {
  color: #fff;
  width: 50%;
}

@media (min-width: 768px) {
  .FootersWrapper .cs_needHelp .cs_needHelpContact .cs_needHelpContactNumber {
    width: initial;
  }
}

.FootersWrapper .FootersWrapper-nav {
  background: #000;
  padding-top: 25px;
  padding-bottom: 25px;
}

.FootersWrapper .FootersWrapper-nav .container {
  border-top: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
  padding: 25px 0px;
}

.FootersWrapper .cs_footerNav {
  text-align: center;
}

.FootersWrapper .cs_footerNav .menuHeader {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

/*general settings*/
.d-block {
  display: block;
}

.btn {
  font-size: 12px;
}

.cs_greenBtn {
  background: #45b649;
  color: #fff;
  border: 2px solid #388b5b;
}

.cs_greenBtn:hover {
  background: #6ec972;
  color: #fff;
  border: 2px solid #45b649;
}

.cs_lightGreenBtn {
  background: #dfffe0;
  color: #555555;
  border: 1px solid #9f9f9f;
}

.cs_lightGreenBtn:hover {
  background: #b3feb6;
  color: #555555;
  border: 1px solid #9f9f9f;
}

.cs_lightBlueBtn {
  background: #ebf6ff;
  color: #555555;
  border: 1px solid #9f9f9f;
}

.cs_lightBlueBtn:hover {
  background: #bfe0fa;
  color: #555555;
  border: 1px solid #9f9f9f;
}

.cs_specialColor {
  margin: 0 !important;
  color: #c99d67 !important;
}

.cs_wishHeart {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.cs_wishHeart:before {
  content: "\f08a";
  color: #676465;
}

.cs_wishHeart.Selected:before {
  content: "\f004";
  color: #676465;
}

.cs_btnViewVideo {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cs_btnViewVideo span {
  font-family: Gotham_Medium;
  padding-left: 15px;
  cursor: pointer;
}

.cs_btnViewVideo:before {
  content: "\f03d";
  color: #676465;
  cursor: pointer;
  font-size: 18px;
}

.modalVideoFrame .modal-dialog {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 80%;
}

.modalVideoFrame .modal-dialog .modal-content {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.modalVideoFrame .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: 0;
  display: inline;
}

.modalVideoFrame .modal-dialog .modal-content .modal-header .close {
  color: #fff;
  opacity: 1;
  font-size: 34px;
  position: absolute;
  z-index: 99;
  right: 0;
  top: -8px;
  line-height: initial;
  margin-top: 0;
  float: initial;
  text-shadow: none;
}

.modalVideoFrame .modal-dialog .modal-body {
  height: 80vh;
  padding: 0;
}

.slick-dots li button:before {
  font-size: 8px !important;
}

.table-striped > tbody > tr:nth-child(odd),
.table-striped > tbody > tr td,
.table-striped > tbody > tr th {
  background: none !important;
}

.homagepageitemstyle1 {
  margin-bottom: 25px;
}

.homagepageitemstyle1 .homagepageitemstyle1Imgconntainer {
  position: relative;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.homagepageitemstyle1 .homagepageitemstyle1Imgconntainer .homagepageitemstyle1Img {
  padding: 15px 25px;
  position: relative;
  background: #fff;
  margin: 0 15px;
  z-index: 9;
}

.homagepageitemstyle1 .homagepageitemstyle1Imgconntainer .homagepageitemstyle1Img a {
  display: block;
}

.homagepageitemstyle1 .homagepageitemstyle1ImgconntainerBackground {
  background: #000;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -30px;
  height: 60%;
  display: none;
}

@media (min-width: 992px) {
  .homagepageitemstyle1 .homagepageitemstyle1ImgconntainerBackground {
    display: block;
  }
}

.homagepageitemstyle2 {
  margin-bottom: 25px;
}

.homagepageitemstyle2 .homagepageitemstyle2Imgconntainer {
  position: relative;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.homagepageitemstyle2 .homagepageitemstyle2Imgconntainer .homagepageitemstyle2Img {
  position: relative;
  margin: 0 15px;
  z-index: 9;
  max-width: 100%;
}

.homagepageitemstyle2 .homagepageitemstyle2Imgconntainer .homagepageitemstyle2Img a {
  display: block;
}

.homagepageitemstyle2 .homagepageitemstyle2Imgconntainer .homagepageitemstyle2Img img {
  width: 100%;
}

.homagepageitemstyle2 .homagepageitemstyle2ImgconntainerBackground {
  background: #000;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -30px;
  height: 60%;
  display: none;
}

@media (min-width: 992px) {
  .homagepageitemstyle2 .homagepageitemstyle2ImgconntainerBackground {
    display: block;
  }
}

.homagepageitemstyle3 .homagepageitemstyle3video iframe {
  width: 100%;
  border: none;
  height: 50vh;
}

@media (min-width: 768px) {
  .homagepageitemstyle3 .homagepageitemstyle3video iframe {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .homagepageitemstyle3 .homagepageitemstyle3video iframe {
    height: 500px;
  }
}

.SocialIcons li a {
  display: block;
  padding: 0 2px;
}

.cs_CustomPage iframe {
  width: 100%;
  height: initial;
  border: none;
}

@media (min-width: 576px) {
  .cs_CustomPage iframe {
    height: 500px;
  }
}

.cs_CustomPage table {
  width: 100% !important;
}

.cs_CustomPage .table-striped {
  border: none;
}

.cs_CustomPage .table-striped th {
  border: none;
  border-bottom: 1px solid #ddd;
  padding-top: 25px;
}

.cs_CustomPage .table-striped th:first-of-type {
  padding-top: 25px;
}

.cs_CustomPage .table-striped td {
  width: 100%;
  border: none;
}

.cs_AcordianContainer .AcordianHeading {
  position: relative;
}

.cs_AcordianContainer .AcordianHeading:before {
  content: ".";
  color: #f4f4f4;
  border-bottom: 1px solid #c99d67;
  position: absolute;
  bottom: 0;
  -webkit-transition: 1s ease-out width;
  transition: 1s ease-out width;
  width: 0;
  overflow: hidden;
}

.cs_AcordianContainer .AcordianHeading .SubCategoryTitle {
  background: none;
  padding: 10px 0;
  font-size: 18px;
  padding-right: 25px !important;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}

.cs_AcordianContainer .AcordianHeading .cs_AcordianArrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cs_AcordianContainer .AcordianHeading .cs_AcordianArrow:before {
  -webkit-transition: 1s ease-out all;
  transition: 1s ease-out all;
}

.cs_AcordianContainer .AcordianHeading:hover * {
  color: #c99d67;
}

.cs_AcordianContainer .AcordianContent {
  border: 0;
}

.cs_AcordianContainer.AcordianOpen .AcordianHeading * {
  color: #000000;
}

.cs_AcordianContainer.AcordianOpen .AcordianHeading:before {
  width: 100%;
}

.cs_AcordianContainer.AcordianOpen .AcordianHeading .cs_AcordianArrow:before {
  content: "\f106";
}

.cs_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cs_row [class*="col"] {
  float: initial;
}

.cs_row [class*="col"] iframe {
  height: 300px;
  background: url("/images/loading.gif") no-repeat;
  background-position: center;
  background-size: 50px;
}

.cs_row.cs_ContactUs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cs_row.cs_ContactUs .Address {
  margin-top: 10px;
}

.cs_row.cs_ContactUs .Address ul {
  padding-left: 0;
}

.cs_row.cs_ContactUs [class*="col"] {
  min-height: 500px;
}

.cs_row.cs_ContactUs .cs_map iframe {
  height: 500px;
  width: 100%;
}

.cs_row.cs_ContactUs .SubCategoryTitle {
  color: inherit;
}

.cs_ContactUsForm {
  margin-top: 30px;
}

.cs_ContactUsForm .SubCategoryTitle {
  color: inherit;
}

.cs_ContactUsForm .cs_row [class*="col"]:first-of-type {
  padding-left: 1%;
  padding-right: 1%;
}

@media (min-width: 992px) {
  .cs_ContactUsForm .cs_row [class*="col"]:first-of-type {
    padding-left: 0;
    padding-right: 15px;
  }
}

.cs_ContactUsForm .cs_row [class*="col"]:last-of-type {
  padding-right: 1%;
  padding-left: 1%;
}

@media (min-width: 992px) {
  .cs_ContactUsForm .cs_row [class*="col"]:last-of-type {
    padding-right: 0;
    padding-left: 15px;
  }
}

.cs_ContactUsForm .form-group .cs_labelAndError {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}

.cs_ContactUsForm .form-group.cs_fmg {
  min-height: 60px;
  margin-bottom: 10px;
}

.cs_ContactUsForm .form-group.cs_fmg2 {
  margin-bottom: 10px;
  min-height: 150px;
}

.cs_ContactUsForm .form-group.cs_fmg2 textarea {
  min-height: 125px;
  width: 100% !important;
}

.w-100 {
  width: 100%;
}

.cs_alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cs_minw190 {
  min-width: 190px;
}

.newsletter {
  background: #fff;
}

.cs_alphabetical .cs_break {
  display: none;
}

@media (min-width: 768px) {
  .cs_alphabetical .cs_break {
    display: block;
  }
}

.cs_alphabetical .cs_break.always {
  display: block !important;
}

.btn_alpha {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  border: 1px solid #ccc;
  line-height: 40px;
  padding: 0;
  margin-bottom: 5px;
}

.btn_alpha:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  text-decoration: none;
}

.cs_maxW200 {
  max-width: 200px;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #000;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

.cs_proDiscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .cs_proDiscription {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cs_proDiscription .cs_ProductDescription {
  width: 80%;
  padding-right: 60px;
}

@media (max-width: 992px) {
  .cs_proDiscription .cs_ProductDescription {
    width: 100%;
    padding-right: 00px;
  }
}

.cs_proDiscription .cs_audioList {
  width: 20%;
}

@media (max-width: 992px) {
  .cs_proDiscription .cs_audioList {
    width: 100%;
    margin-top: 15px;
  }
}

.cs_proDiscription .cs_audioList b {
  font-size: 16px;
}
/*# sourceMappingURL=newDesign.css.map */