/*Import styles*/
@import url('global-styles/general.css?v=1');
@import url('global-styles/typography.css?v=1');
@import url('global-styles/forms.css?v=1');
@import url('global-styles/buttons.css?v=3');
@import url('global-styles/table.css?v=1');
/*@import url('global-styles/normalize.css');*/
/*@import url('global-styles/reset.css');*/

:root {
  --main-color-accent:#2e6ab0;
  --main-logo-color:#2e6ab0;
  --main-link-color:#2e6ab0;
  --main-button-color: #2e6ab0;
  --default-button-color: #a1a1a1;
}

@media (max-width: 991px) {
  .side-menu {
    position: fixed;
    z-index: 200;
    background-color: #323131;
    top: 0;
    right: -245px;
    height: 100%;
    transition: right 0.3s ease;
    width: 245px;
    will-change: right;
    overflow: hidden;
    overflow-y: scroll;
  }

  .side-menu.is-opened {
    right: 0;
  }

  .side-menu .menu-header {
    padding: 2px 14px 10px 14px;
  }

  .side-menu .menu-header .arrows-wrapper img:nth-child(2) {
    margin-left: -10px;
  }

  .side-menu .menu {
    background-color: var(--main-button-color);
  }

  .side-menu .menu > li {
    border-top: 1px solid #323131;
  }

  .side-menu .menu > li .menu-icon {
    color: #fff;
    line-height: 1;
    font-size: 21px;
  }

  .side-menu .menu .menu-item {
    font-size: 22px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.227;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px 12px 14px;
  }

  .side-menu .menu .sm-sub-menu {
    padding: 5px 40px 12px 14px;
  }

  .side-menu .menu .sm-sub-menu li {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }

  .side-menu .menu .sm-sub-menu > li:last-child {
    padding-bottom: 12px;
  }

  .side-menu .menu .sm-sub-menu > li > a {
    font-size: 14px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
  }

  .side-menu .menu-header-item {
    font-size: 15px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.8;
    text-transform: uppercase;
  }

  .side-menu .menu-header-item i {
    margin-left: 12px;
  }

  .content-wrapper {
    /*transform: translate3d(0, 0, 0);*/
    /*transition: transform .3s;*/
  }

  .content-wrapper.is-menu-opened {
    transform: translate3d(-225px, 0, 0);
    transition: transform .3s;
  }

  .content-wrapper.is-menu-opened .bg {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0, 51, 102);
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0.7;
  }

  .menu-search-wrapper .gia-title {
    font-size: 24px;
    font-family: "Gilroy";
    color: var(--main-logo-color);
  }

  .menu-search-wrapper .gia-subtitle {
    font-size: 14px;
    font-family: "Gilroy";
    color: var(--main-logo-color);
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  header.container {
    width: 100%;
  }

  img.top-logo {
    width: 38px;
    height: 38px;
  }

  .top-left-tabs {
    margin-left: -15px;
  }

  .menu-search-wrapper .search-input label {
    font-size: 14px;
    font-family: "Gilroy";
    color: var(--main-color-accent);
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .slider-wrapper .container,
  .container.block-menu,
  .container.release-wrapper {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .block-menu .menu-blog-item {
    height: 220px;
  }

  .block-menu .menu-blog-item a:hover p {
    font-size: 18px;
  }

  .block-menu .menu-blog-item a h3 {
    font-size: 24px;
  }

  .release-wrapper .release-items-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  div.new-release {
  	clear: none;
  }
  div.new-release:nth-child(3n+1) {
    clear: left;
  }

  .release-wrapper .release-item img {
    height: 150px;
  }

  .container.our-call {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .our-call .row {
    margin-left: 0;
    margin-right: 0;
  }

  .our-call .row [class*="col-"] {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .our-call .text-wrapper {
    padding-right: 10px !important;
  }

  footer .container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .xs-py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xs-mt-5 {
    margin-top: 5px !important;
  }

  .xs-mb-5 {
    margin-bottom: 5px !important;
  }

  .xs-side-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .content-wrapper {
    overflow: hidden;
  }

  .container .top-left-tabs li a {
    font-size: 12px;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
  }

  .container .top-left-tabs li ul li a {
    font-size: 12px;
    width: 100%;
    padding: 4px 10px;
    display: inline-block;
  }

  .container .top-left-tabs{
    border-bottom: 1px solid #d8d8d8;
  }

  .container .top-left-tabs li {
    width: 25%;
    text-align: center;
  }

  .container .top-left-tabs li ul li {
    width: 100%;
    text-align: left;
  }

  img.top-logo {
    width: 28px;
    height: 28px;
    margin-left: 10px;
    margin-right: 8px;
  }

  .menu-search-wrapper .gia-title {
    font-size: 14px;
  }

  .menu-search-wrapper .gia-subtitle {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .header-icons {
    padding-right: 25px;
  }

  .header-icons a {
    color: var(--main-color-accent);
  }

  .header-icons a:first-child {
    margin-right: 10px;
  }

  .search-input {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px !important;
  }

  .search-input input {
    height: 28px;
  }

  .search-input label {
    font-size: 13px !important;
    padding-left: 6px !important;
  }

  .search-input img {
    top: 5px !important;
  }

  .slider-wrapper {
    margin-top: 0 !important;
  }

  .main-carousel .carousel-inner .item {
    height: auto;
  }

  .block-menu .menu-blog-item {
    height: 158px;
    margin-top: 10px;
  }

  .block-menu .menu-blog-item:nth-child(2n) {
    padding-left: 5px;
  }

  .block-menu .menu-blog-item:nth-child(2n-1) {
    padding-right: 5px;
  }

  .block-menu .menu-blog-item div {
    height: 50px;
    padding: 15px 0;
  }

  .block-menu .menu-blog-item h3 {
    font-size: 20px;
  }

  .blue-title {
    margin: 20px 0 !important;
  }

  .our-call .text-wrapper {
    text-align: center;
  }

  .our-call .our-call-header {
    margin: 10px 0 !important;
  }

  .our-call button {
    margin-bottom: 10px;
  }

  .footer-second-col {
    margin-top: 30px;
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }

  div.new-release {
  	clear: inherit;
  }
  div.new-release:nth-child(5n+1) {
    clear: left;
  }

  .gia-title {
    margin-top:38px;
  }

  .gia-subtitle {
    margin: 12px 0 0;
  }

  .search-input {
    margin-top: 25px;
  }

  .menu-search-wrapper {
    padding-left: 55px;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }

  .menu-search-wrapper {
    padding-left: 40px;
  }
}

/* Header styles */
.header-with-shadow {
  margin-bottom: 15px;
  padding: 0;
}

.menu-separator {
  margin: 0;
  height: 2px;
  border: none;
  color: rgb(127, 153, 178);
  background-color: rgb(127, 153, 178);
}

.top-left-tabs li {
  padding: 0;
}

.container .top-left-tabs li{
  margin-right: 1px;
}

.container .top-left-tabs li:last-child{
  margin-right: 0px;
}

.top-left-tabs li a {
  padding: 6px 16px;
  font-size: 12px;
  line-height: 2.25;
  font-family: 'Gilroy';
  text-transform: uppercase;
  margin:0;
  color: #5c5c5c;
  background: #d8d8d8;
}

.top-left-tabs li.active a {
  background: #fff;
  color: var(--main-color-accent);
}

.top-left-list li a {
  font-size: 14px;
  font-family: "Gilroy";
  text-transform: uppercase;
  color: var(--main-color-accent);
  line-height: 1.929;
}

.top-left-list li:first-child {
  margin-right: 13px;
}

.gia-title {
  font-size: 22px;
  font-family: "Gilroy";
  color: var(--main-logo-color);
  line-height: 1;
  text-transform: uppercase;
}

.gia-subtitle {
  font-style: italic;
  font-size: 18px;
  font-family: "GilroyRegular";
  color: var(--main-logo-color);
  line-height: 1.227;
}

.search-input {
  position: relative;
}

.search-input label {
  position: absolute;
  font-size: 16px;
  font-family: "Gilroy";
  color: var(--main-color-accent);
  line-height: 1.688;
  font-weight: normal;
  margin-bottom: 0;
  padding: 3px 12px;
}

.search-input input {
  background: #e7e7e7;
  border-radius: 1px;
  box-shadow: none;
  border-color: #d8d5d5;
  padding-right: 36px;
  padding-top: 5px;
  height: 45px;
}

.header-search-filters .dropdown-toggle {
  margin-top: 0;
  height: 45px;
  width: 100%;
  font-size: 18px;
}

@media (min-width: 992px) {
  .header-search-filters .dropdown-toggle {
    margin-top: 25px;
  }
}

.top-search-filter-button button {
  border-radius: 0;
  position: relative;
  padding: 4px 25px 4px 9px;
}

.top-search-filter-button button .caret {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  border-top: 10px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.header-search-filters .dropdown-menu {
  width: 100%;
}

.header-search-filters .dropdown-menu li {
  z-index: 99999;
  display: block;
  position: relative;
}

.header-search-filters .dropdown-menu li.all-results-search,
.header-search-filters .dropdown-menu li.all-results {
  background-color: #286090;
}

.header-search-filters .dropdown-menu li.all-results label,
.header-search-filters .dropdown-menu li.all-results-search label {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
  font-size: 17px;
  padding-left: 26px;
  margin-left: 11px;
}

.header-search-filters .dropdown-menu li.all-results label span,
.header-search-filters .dropdown-menu li.all-results-search label span {
  width: 17px;
  height: 17px;
}

.header-search-filters .dropdown-menu li.all-results label span:nth-child(3),
.header-search-filters .dropdown-menu li.all-results-search label span:nth-child(3) {
  display: none;
}

.header-search-filters .dropdown-menu .filter-item {
  display: block;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 15px;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}

.header-search-filters .filter-list.disabled {
  opacity: .5;
}

.header-search-filters .filter-list.disabled label,
.header-search-filters .filter-list.disabled span,
.header-search-filters .filter-list.disabled input {
  cursor: default;
}

.header-search-filters .dropdown-menu .filter-item span {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
}

@media (min-width: 768px) {
  .top-search-filter-field {
    padding-right: 0;
  }

  .top-search-filter-button {
    padding-left: 0;
  }
}

.search-input img {
  position: absolute;
  display: inline;
  cursor: pointer;
  right: 12px;
  top: 8px;
  font-size: 16px;
  color: var(--main-color-accent);
}

/*Menu styles*/
.main-menu {
  background-color: #e2ebf4;
  display: flex;
  align-items: stretch; /* Default */
  justify-content: space-between;
  width: calc(100% - 30px);
  margin:  15px;
  padding: 0px 20px;
}

.menu-v2 .main-menu {
  background-color: var(--main-color-accent);
}

.main-menu li {
  padding-top: 3px;
  padding-bottom: 10px;
  margin-bottom: -7px;
  position: relative;
}

.main-menu li a {
  font-size: 16px;
  font-family: "Gilroy";
  color: var(--main-color-accent);
  text-transform: uppercase;
}

.menu-v2 .main-menu li a {
  color: #fff;
  text-transform: capitalize;
}

.menu-v2 .main-menu .sub-menu li:hover {
  background-color: #205899;
}

.menu-v2 .main-menu .sub-menu li a .fa-caret-right {
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
  height: 20px;
}

.menu-v2 .main-menu .sub-menu .sub-menu ul {
  margin-top: 0;
  margin-bottom: 0;
}

.menu-v2 .main-menu .sub-menu:before {
  display: none;
}

.menu-v2 .top-menu-item.item-1 > .sub-menu {
  left: -20px !important
}

@media (min-width: 992px) {
  .menu-v2 .top-menu-item.item-1 > .sub-menu .sub-menu {
    margin-top: 27px;
  }
}

@media (max-width: 991px) {
  .side-menu .menu > li .menu-icon {
    float: right;
  }
}

.top-menu-item:last-of-type > .sub-menu {
  left: auto !important;
  right: -20px !important;
}

.main-menu .menu-icon {
  position: relative;
  text-align: center;
  height: 70px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-v2 .main-menu .top-menu-item {
  margin-top: 15px;
  margin-bottom: 15px;
}

li.main-burger-menu > a {
  margin-top: 50px;
  display: block;
}

li.main-burger-menu > a.no-icon {
  margin-top: 21px;
}

li.main-burger-menu > .sub-menu {
  left: -20px !important;
  margin-top: 23px;
}

.main-burger-menu svg {
  fill: #fff;
  color: #fff;
  height: 40px;
  width: auto;
}

.main-burger-menu .no-icon svg {
  fill: #fff;
  color: #fff;
  height: 20px;
  width: auto;
}

.mobile-menu-subburger svg {
  height: 25px;
  fill: #fff;
  color: #fff;
  margin-top: 5px;
}

.add-collapse-padding i {
  margin-left: 12px;
}

.add-collapse-padding i::before {
  font-size: 14px !important;
}

.main-menu .menu-icon img, .main-menu .menu-icon svg {
  max-height: 100%;
  max-width: 100%;
  height: 50px;
  width: auto;
  color: #fff;
  fill: #fff;
}

.sub-menu {
  height: auto;
  width: 320px;
  position: absolute;
  z-index: 9999;
  margin-top: 10px;
  background-color: var(--main-color-accent);
}

@media (min-width: 992px) {
  .menu-v2 .sub-menu .sub-menu {
      margin-top: 27px;
  }
}

#main-menu li > .sub-menu:before {
  content: "\A";
  border-style: solid;
  border-width: 8px 160px 0px 160px;
  border-color: #DADADA;
  position: absolute;
  left: 0px;
  top: 0px;
}

#main-menu > li > .sub-menu:before {
  content: "\A";
  border-style: solid;
  border-width: 0 15px 12px 15px;
  border-color: transparent transparent var(--main-color-accent) transparent;
  position: absolute;
  left: 145px;
  top: -12px;
}

#main-menu > li > .sub-menu:after {
  top: -12px;
  content: "";
  border-style: solid;
  border-width: 15px;
  border-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
}

.sub-menu a.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: 15px;
}

.sub-menu a.close-btn i {
  color: #fff;
  font-size: 36px;
}

.sub-menu ul {
  margin-left: 0px;
  margin-top: 17px;
  margin-bottom: 13px;
}

.sub-menu li a {
  display: block;
  size: auto;
  font-size: 14px;
  font-family: "CenturyGothic";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.main-menu .sub-menu li {
  margin-top: 0px;
  margin-right: 0px;
}

/* Carousel styles */
.slider-wrapper {
  margin-top: -15px;
}

.slider-wrapper img {
  max-height: 400px;
  width: 100%;
}

.carousel-inner .item {
/*  height: 400px; */
}

.carousel-control {
  background-image: none !important;
}

.main-carousel .carousel-indicators li {
  width: 9px;
  height: 9px;
  border-radius: 1px;
  background-color: #fff;
  border: none;
  margin: 0;
}

.main-carousel .carousel-indicators .active {
  width: 9px;
  height: 9px;
  margin: 0;
  background-color: #e6dede;
  border: none;
}

.main-carousel .carousel-caption {
  top: 120px;
  right: 0;
  left: 60%;
  text-align: left;
}

.main-carousel .carousel-caption h2 {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  text-transform: uppercase;
  display: table;
}

/* Menu styles */
.menu-blog-item {
  height: 360px;
  margin-top: 30px;
}

.menu-blog-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.menu-blog-item img {
  width: 100%;
  height: 100%;
}

.menu-blog-item div {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  background: #003466;
  padding: 25px 0;
  opacity: 0.7;
  height: 80px;
  overflow: hidden;
  transition: all 0.4s;
}

.menu-blog-item div h3 {
  text-transform: uppercase;
  color: #fff;
  font-family: 'CenturyGothic';
  font-size: 30px;
}

.menu-blog-item div p {
  display: none;
}

.menu-blog-item a:hover div {
  height: 100%;
}

.menu-blog-item a:hover div p {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 26px;
  font-family: "CenturyGothic";
}

/* End  Menu styles */

/* new Release */

.release-item {
  border: none;
  box-shadow: none;
  margin-bottom: 5px;
}

.release-item h3 {
  font-size: 14px;
  font-family: "CenturyGothic";
  color: var(--main-color-accent);
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}

.release-item p {
  font-size: 11px;
  font-family: "CenturyGothic";
  color: rgb(92, 92, 92);
  line-height: 2.455;
  text-transform: uppercase;
  text-align: center;
}

.release-item img {
  height: 159px;
}

.p-call {
  font-size: 18px;
  font-family: "CenturyGothic";
  color: rgb(92, 92, 92);
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
}

.our-call button {
  border-radius: 8px;
}

.our-call-header {
  margin-bottom: 10px;
  margin-top: 0;
}

.our-call-img {
  height: 140px;
  background: url('../images/our-team-img.png') 0 -85px no-repeat;
  background-size: cover;
}

.footer {
  margin-top: 30px;
  background: var(--main-color-accent);
  color: #fff;
  padding: 15px;
}

.footer-first-col h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Gilroy";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.125;
  margin-bottom: 10px;
}

.footer-first-col p {
  font-size: 15px;
  font-family: "GilroyRegular";
  color: rgb(255, 255, 255);
  line-height: 1.3;
  text-transform: uppercase;
}

.footer-first-col .contact-us-input-wrapper {
  position: relative;
}

.footer-first-col .contact-us-input-wrapper label {
  position: absolute;
  font-size: 13px;
  font-family: "GilroyRegular";
  color: var(--main-color-accent);
  line-height: 2.077;
  padding: 4px 5px;
  text-transform: uppercase;
}

.footer-first-col .contact-us-input-wrapper input {
  height: 36px;
  font-size: 13px;
  color: var(--main-color-accent);
  line-height: 2.077;
  font-family: "GilroyRegular";
  text-transform: uppercase;
}

.footer-first-col button, .footer-first-col a.btn {
  font-size: 18px;
  font-family: "Gilroy";
  color: var(--main-color-accent);
  font-weight: bold;
  line-height: 1.5;
  padding: 6px 26px;
  text-transform: uppercase;
  border-radius: 8px;
  background:#fff;
}

.footer-first-col button:hover, .footer-first-col a.btn:hover {
  background:#e0e0e0;
}

.footer-first-col button:hover, .footer-first-col a.btn:hover, .footer-first-col button:focus, .footer-first-col a.btn:focus {
  color: var(--main-color-accent);
}

.footer-first-col .social-icons {
  margin-top: 30px;
}

.footer-first-col .social-icons i {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
}

.footer-second-col li {
  margin-top: 0;
  margin-bottom: 12px;
}

.footer-second-col a {
  font-size: 16px;
  font-family: "Gilroy";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-third-col address,
.footer-third-col p {
  font-size: 15px;
  font-family: "GilroyRegular";
  color: rgb(255, 255, 255);
  line-height: 1.4;
  margin-bottom: 30px;
}

.aside-menu {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

.arrows-wrapper .fa {
  color: #fff;
  font-size: 25px;
  margin-top: 2px;
}

.search-list li {
  padding: 10px 0 15px;
  border-bottom: 2px solid #cbcbcb;
}

.search-list li:first-child {
  padding-top: 0;
}

.search-list li:last-child {
  border-bottom: 0;
}

.action-results {
  color: var(--main-color-accent);
}

.action-results span {
  font-size: 13px;
  font-family: "OpenSans";
  font-weight: bold;
  line-height: 2.077;
}

.action-results i {

  font-size: 18px;
}

.next-link {
  font-size: 21px;
  font-family: "CenturyGothicBold";
  color: var(--main-color-accent);
  font-weight: bold;
  line-height: 1.286;
  text-transform: uppercase;
}

.next-link i {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 5px;
}

.return-link-wrapper {
  margin-bottom: 10px;
}

.return-link {
  font-size: 15px;
  font-family: "CenturyGothicBold";
  color: var(--main-link-color);
  font-weight: bold;
  text-transform: uppercase;
}

.return-link-wrapper i {
  font-size: 16px;
}

.action-music-border-right{
  border-right: 2px solid #cbcbcb;
}

.left-action-music {
  margin-right: 20px;
  padding-right: 25px;
}

.right-action-music {
  margin-bottom: 10px;
}

.tract-title {
  margin: 5px 0;
}

.related-resources-wrapper {
  background-color: #e1e7ed;
}

.related-resources-list li {
  padding-bottom: 20px;

}

.related-resources-list li:last-of-type {
  padding-bottom: 10px;
}

.address-list p.p-small:not(:last-of-type),
.orders-list p.p-small:not(:last-of-type),
.products-list p.p-small:not(:last-of-type),
.ancillary-resources-list p.p-small:not(:last-of-type),
.related-resources-list p.p-small:not(:last-of-type) {
  margin: 0;
}

.action-music {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.input-grey {
  /*margin-top:1px;*/
}

.right-action-music .add-to-cart-container, .left-action-music .add-to-cart-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 1199px) {
  .left-action-music {
    max-width: 258px;
  }

  .right-action-music {
    max-width: 258px;
  }

  .add-to-cart-main {
    margin-top:10px;
    display: inline-block;
    width: 100%;
  }

  .right-action-music .add-to-cart-container, .left-action-music .add-to-cart-container {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .action-music {
    flex-direction: column;
  }

  .add-to-cart-main{
    margin-top:0px;
    display:inline;
    word-break: normal;
    width: auto;
  }

  .left-action-music {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .right-action-music {
    border-top: 2px solid #cbcbcb;
    margin-top: 25px;
    padding-top: 20px;
    max-width: 100%;
  }

  .left-action-music, .right-action-music {
    text-align: center;
    width: 100%;
  }

  .search-input input{
    padding-top:0px;
  }

  .right-action-music .add-to-cart-container, .left-action-music .add-to-cart-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .action-music {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .action-music {
    justify-content: center;
  }
}

.release-item-search p {
  line-height: 1;
}

.release-item-search h3 {
  margin-bottom: 10px;
}

.prev-wrapper {
  position: relative;

}

.prev-wrapper a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.prev-wrapper p {
  font-size: 26px;
  font-family: "CenturyGothicBold";
  color: rgb(0, 68, 121);
  font-weight: bold;
  line-height: 1.038;
  text-transform: uppercase;
  transition: all 0.2s;
}

.prev-wrapper i {
  font-size: 70px;
  transition: all 0.2s;
}

.prev-wrapper img {
  background-color: #fff;
}


.prev-wrapper:hover P {
  font-size: 28px;
}

.prev-wrapper:hover i {
  font-size: 72px;
}

.modal-header {
  background-color: #2E6AB0 !important;
}

.modal-header {
  background-color: var(--main-color-accent) !important;
  color: #fff;
}

.nowrap {
  white-space: nowrap;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-left-20 {
  padding-left: 20px;
}

.main-color-background {
  background-color: var(--main-color-accent) !important;
  color:#fff;
}

.btn-white {
  color:var(--main-color-accent);
  font-size: 50px;
  width:600px;
  height:86px;
  background-color: #FFFFFF;
  border-radius: 43px
}

.btn-white:hover, .btn-white:after {
  color:var(--main-color-accent);
}

.px-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.hymnals-app-icon::before {
  content: "";
  background-image:url('/img/hymnals-app-icon.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 20px;
  width:23px;
  position: relative;
  top: 3px;
}

.light-blue-icon{
  font-size: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: var(--main-color-accent);
  background: #e1eaf8;
  font-family: "GilroyRegular";
  display: inline-block;
  white-space: nowrap;
  font-weight: bold;
  line-height: 20px;
  padding: 0 4px;
  cursor: help;
  text-align: center;
}

ul.dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  margin: 0px;
  border: 0px;
}

ul.dropdown-menu li {
  border-top: 1px solid rgba(0,0,0,0.07);
  margin-right: 0px !important;
}

ul.dropdown-menu li a {
  padding: 0px 16px;
}

.d-flex {
  display: flex;
}

.w-100 {
  width: 100%;
}

.max-w-100 {
  max-width: 100%;
}

.home-banner {
  color: #fff;
  background: #00FF00;
  padding: 14px 20px;
  margin: -15px 15px 0;
}

@media screen and (max-width: 991px) {
  .home-banner {
    color: #fff;
    background: #00FF00;
    padding: 6px 20px;
    margin: 0 10px 10px;
    font-size: 15px;
  }
}

.delete-action-buttons .delete {
  border: 2px #B31B10 solid;
  background: #fff;
  color: #B31B10;
  box-sizing: border-box;
  text-shadow: none;
}

.delete-action-buttons .delete:hover {
  background: #FCE0EE;
}

.delete-action-buttons .keep {
  border: 2px var(--main-button-color) solid;
}

#currently-search {
  margin: 0 !important;
  font-size: 13px !important;
  margin-top: 6px !important;
  font-style: italic;
}

#advanced-search {
  font-style: italic;
  color: var(--main-color-accent);
}

.search-filter-mobile-label {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  font-style: italic;
}

.shortCodePreviewModal {
  padding-left: 0;
  padding-right: 0;
}

.shortCodePreviewModal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
}

.shortCodePreviewModal .modal-dialog img {
  margin: auto;
}

.shortCodePreviewModal .modal-header {
  background-color: #d2d2d2 !important;
  padding: 0;
  color: #000;
  line-height: 18px;
}

.shortCodePreviewModal .modal-header span {
  line-height: 30px;
  display: inline-block;
  font-size: 18px;
  padding-left: 10px;
}

.shortCodePreviewModal .modal-header .page-area {
  float: right;
  margin-left: auto;
  margin-right: 10px;
  display: inline-block;
}

.shortCodePreviewModal .modal-header .page-area span {
  font-size: 15px;
}

.shortCodePreviewModal .modal-header select {
  margin-top: 3px;
  height: 24px;
}

.shortCodePreviewModal .modal-header .close-modal {
  color: #000;
  margin-left: 5px !important;
}

.shortCodePreviewModal .modal-header .close-modal i {
  font-size: 20px;
}

.book-name span {
  display: inline-block;
}

.book-name a {
  float: right;
}

.back-button {
  margin-bottom: 20px;
  border: none;
  background: #e0e0e0;
}

#elBook, #page_number {
  text-transform: uppercase;
}

.product-add-cart-pdf-width {
  max-width: 275px;
}

#previewModal .carousel-inner .item img {
  margin: auto;
}
