/*=======================================================================
*** MARTIS_SUB STYLE***
========================================================================*/

.full-width-title .block-title-content {
  max-width: none;
}

.full-width-title .block-title-content .block-subtitle {
  color: #555555;
  opacity: 1;
}

.brand.logo {
  max-width:240px;
}
.brand.logo a img {
  width:240px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  max-width: 50%;
}

.header-side-logo {
  height: 61px;
  margin-right: 5px;
}


@media (max-width: 1200px) {
  #main-menu-left{
    display:none;
  }

  #main-menu{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .navbar-brand {
    max-width: 10%;
  }

  .region-branding{
    display:none;
  }

  .mega-menu > ul > li > a {
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  #main-menu-left{
    display:block;
  }

  .region-branding{
    display:block;
  }

  .navbar-brand {
    max-width: 50%;
  }

}

@media (min-width: 768px){

  .header .header-center {
    padding:0px;
  }

  .navbar-brand {

    max-width: 23%;
    flex: 0 0 23%;
  }

  .header-side-logo {
    height:105px;
    max-height:105px;
    min-width: 105px;
  }

  .mega-menu .menu-dropdown .is-mega.twoxl {
      max-width: 700px;
      width: 920px;
  }

  .mega-menu .menu-dropdown .is-mega.twosm {
      max-width: 700px;
      width: 300px;
  }

  .mega-menu > ul > li > ul > li a {
    padding:1px 0;
  }
}

.colored-purple-bg {
  background-color: #A2224C;
  color:#fff;
}

.colored-blue-bg {
  background-color: #5F8998;
  color:#fff;
}

.colored-purple-bg h2, .colored-purple-bg h5 {
  color:#fff;
}


.colored-blue-bg h2, .colored-blue-bg h5 {
  color:#fff;
}

.small-facet .slimScrollDiv {
  height:70px !important;
}

.small-facet ul {
  height:70px !important;
}

.mega-menu > ul > li > ul > li > ul > li {
    padding: 2px 0 !important;
  }

.list-grid .hapad-variation-bulk-list  {
  display:block !important;
}

.hapad-variation-bulk-list  {
  display:none;
}

.bottom-menu ul.nav{
  flex-direction:column;
}

.publication img {
  height:187px;
  max-height: 187px;
  width:auto;
  border:1px solid #fff;
  margin-bottom:10px;
}

/*********************************************/
/************** Footer Styles  ***************/
/*********************************************/


.footer-cc-logos {
  display:flex;
  flex-direction:row;
  align-items: center;
  margin-top:-20px;
}


.footer-cc-logos img{
  width:41px;
  margin-right:10px;
  align-items: center;
}

.footer-cc-logos div:last-child img{
  width: 50px;
}

.footer-logo img{
  width:170px;
  height:auto;
  margin-bottom:20px;
}

.jp-footer {
  font-size:85%;
  float:right;
}

.jp-footer a{
  display: inline-block;
}

.footer-copyright {
  font-size: 85%;
}

@media (max-width: 480px) {
  .footer-cc-logos,
  .footer-copyright,
  .jp-footer {
    justify-content: center;
    float:none;
    text-align:center;
  }
}


/*********************************************/
/************** Webform Styles  **************/
/*********************************************/

.w100 .form-select {
  width:100%;
}

.border-fieldset {
  border:1px solid #ddd;
  padding:0 20px;
  margin-bottom:30px;
}

.border-fieldset legend {
  width:auto;
  padding:0px 15px 0px 4px;
}


/*********************************************/
/************** Shipping page Styles  **************/
/*********************************************/


.shipping-icons img {
    width: 100px;
    border-radius: 100px;
    margin-bottom: 10px;
}


/*********************************************/
/************** Heel Pain page Styles  **************/
/*********************************************/


.service-teaser3 .post-content {
    background-color: #f9f9f9;
    padding: 34px 30px 30px;
    width: 94%;
    margin: auto;
    border-radius: 3px;
}

.service-teaser3 .service-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 14px;
    line-height: 14px;
    text-align: center;
    position: absolute;
    top: -18px;
    font-size: 15px;
    transition: 0.3s;
}

.service-teaser3:hover .service-icon {
    background-color: #00a9a1;
    color:#fff;
}


/*********************************************/
/************* Slider green waves  **************/
/*********************************************/

.add-wave::before {
  content: ' ';
  position: absolute;
  display: block;
  z-index: 9;
  width: 100%;
  height: 100px;
  bottom: 0px;
  background-image: url('../images/hapad-green-wave.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.no-left-padding {
    padding: 0px 25px !important;
}

/*********************************************/
/************* Bulk Table  **************/
/*********************************************/

td.views-field-add-to-cart-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
}


/*********************************************/
/************* Catalog single item view  **************/
/**************************************/

.product-symptoms .field-items .field-item::after {
  content: ', '
}

.product-symptoms .field-items .field-item:last-child::after {
  content: ' '
}

/*********************************************/
/************* ADMIN AREA STORE **************/
/**************************************/


.js td .dropbutton-multiple {
    padding-right: 4em;
}




  /*=======================================================================
  *** USER PROFILE STYLE***
  ========================================================================*/

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: .375rem;
  background-color: #fff;
  background-clip: border-box;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  padding: 0px 1.5rem;
  flex: 1 1 auto;
}

.card-header {
  margin-bottom: 0;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  background-color: #fff;
}

.card-header:first-child {
  border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0;
}

.card-profile-image {
  margin-bottom: -75px;
}
.card-profile-image  {
  /* margin-top:-45px; */
  display: block;
  /* height: 180px; */
  border-radius: 50%;
  width: 100%;
  /* min-width:180px; */
  transition: all .15s ease;
  transform: translate(0%, -30%);
  overflow: hidden;

  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}



.card-profile-image:hover {
    transform: translate(0%, -33%);
}

.card-profile-stats {
  padding: 1rem 0;
}

.card-profile-stats>div {
  margin-right: 1rem;
  padding: .875rem;
  text-align: center;
}

.card-profile-stats>div:last-child {
  margin-right: 0;
}

.card-profile-stats>div .heading {
  font-size: 1rem;
  display: block;
}

.card-profile-stats>div .description {
  font-size: .875rem;
  color: #adb5bd;
}

.profile-info .row{
  padding:10px 0px;

}


.profile-info .row div:first-child{
  font-weight: 800;
}

.address-book__add-link {
  margin-bottom:10px;

}

.address-book__profiles {
    display: flex;
    flex-wrap: wrap;
}

.address-book__profile {
    flex: auto;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    width: 45%;
    border-radius: 9px;
}

.address-book__profile--default{
  border-color: #00A9A1;
}

.address-book__operations a {
    margin-right: 20px;
    border: 0;
}

a.address-book__edit-link::before {
    content: "\e61c";
    font-family: 'themify';
    margin-right: 5px;
}

a.address-book__delete-link::before {
    content: "\e605";
    font-family: 'themify';
    margin-right: 5px;
}

.address-book__set-default-link {
    display: inline-block;
    float: right;
}

a.address-book__set-default-link::before {
    content: "\e617";
    font-family: 'themify';
    margin-right: 5px;
}

.fieldset#edit-subscriptions--wrapper legend {
  margin-bottom:20px;
}

form.simplenews-subscriber-account-form input#edit-update {
  margin-top:100px;
}


/*=======================================================================
*** USER VIEW ORDER STYLES ***
========================================================================*/



.customer-bill-and-ship  {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px;
}

.customer-bill-and-ship .customer-billing, .customer-bill-and-ship .customer-information__shipping {
    flex: auto;
    border: 1px solid #ddd;
    padding: 18px;
    margin-bottom: 10px;
    margin-right:10px;
    width: 45%;
    border-radius: 9px;
}

.order-additional .field-billing-profile{
  display:none;
}

.order-additional .print__link--pdf{
  float:right;
  margin:30px 0px;
  background-image: linear-gradient(133deg,var(--main-color),var(--second-main-color));
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
  cursor: pointer;
  background-color: #00a9a1;
  color: #ffffff;
  line-height: 48px;
  font-size: 13px;
  font-weight: 600;
  padding: 0 28px;
  border: none !important;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.2s linear 0s;
  outline: 0 none;
  text-align: center;
  border-radius: 50px;

}

.order-additional .print__link--pdf:hover {
    background-color: #333333;
    color: #ffffff;
}




/*=======================================================================
*** PRODUCT PAGE STYLES ***
========================================================================*/


.product--rendered-attribute__selected ~ label.option .color_field__swatch:before{
    content: "\e64c";
    color: #018f88;
    font-family: 'themify';
    font-weight: 700;
    display: block;
    padding-top: 4px;
}

.product--rendered-attribute__selected ~ label[for*="edit-purchased-entity-0-attributes-attribute-color-2"].option .color_field__swatch:before {
  color: #fff;
}


.piczoomer-cursor {
  cursor:zoom-in;
}
.piczoomer-zoom-pic{
  width:1200px;
  height:1200px;
}

.product-certifications{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.addtoany_list{
  margin-top:20px;
}


@media (min-width: 768px){
  .product-certifications{
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .product-certifications .item-cert {
    margin-bottom:20px;
  }

}

table.size-table{
  margin:40px 0px;
}

table.size-table thead, table.size-table th.title-cell, table.size-table td.title-cell{
  text-align:center;
  background-color: #00a9a1;
  color:#fff;
}

table.size-table tr {
  border-bottom:1px solid #00a9a1;
  border-left:1px solid #00a9a1;
}

table.size-table tr td, table.size-table tr th {
  border-right:1px solid #00a9a1;
}

table.size-table tr td.label-cell {
  background-color: rgba(161,204,202,0.5);
  font-weight: 800;
}



/*=======================================================================
*** THIS IS TO STYLE THE LABEL UNDERNEATH THE PHONE FIELD IN THE ADDRESS BOOK ***
========================================================================*/


#int-phone-require{
  color: red !important;
  font-size: 1.25em !important;
}



/*=======================================================================
*** THIS IS TO HIDE THE 'NON-SALE' PRICE OF A PRODUCT ***
========================================================================*/

.product-old-price{
display:none !important;
}
