.site-title h3 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #232C3B;
  margin: 0;
}

/*login-register*/
.login-section {
  background: #F1F1F1;
  padding: 70px 0;
}

  .login-section h3 {
    margin: 0;
    text-align: center;
    color: #18212D;
    font-weight: bold;
  }

@media screen and (min-width :1401px) and (max-width:2200px) {
  .login-section h3 {
    font-size: 36px;
  }
}
/**/

/*common breadcrumb*/
.breadcrumb-main {
  background-image: url(../img/blog-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumb-text {
  text-align: center;
  color: #fff;
  padding: 62px 0;
}

  .breadcrumb-text h3 {
    font-weight: bold;
  }

@media screen and (min-width :1401px) and (max-width:2200px) {
  .breadcrumb-text h3 {
    font-size: 36px;
  }

  .breadcrumb-text p {
    font-size: 18px;
  }
}

/*complete*/
section.message p:nth-child(2) {
  text-align: center;
  background: #18212D;
  color: #fff;
  padding: 10px;
  width: 40%;
  margin: 0 auto;
}

section.message button {
  background: #F16621;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
}

section.message {
  margin: 40px 0;
}

  section.message p a {
    color: #444;
  }

/*site*/
.general-list div a {
  color: #F16621;
  font-size: 15px;
}

.general {
  background: #F3F3F3;
  text-align: center;
  padding: 10px 20px 20px;
  margin: 20px 0;
}

.general-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

  .general-list div {
    margin: 0 10px;
  }

.general h4 {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 601px) {
  .country-select:before {
    top: 50px;
  }

  .country-select:after {
    top: 52px;
  }
}

@media screen and (max-width: 768px) {
  .footer-card img {
    width: 100%;
  }
}


/* GLOBAL */

.theme-custom {
  position: relative;
  margin: 0 auto 60px !important;
  max-width: 100% !important;
}

  .theme-custom .nivoSlider {
    position: relative;
    z-index: 0;
    background: #fff url('loading.gif') 50% 50% no-repeat;
  }

    .theme-custom .nivoSlider img {
      display: none;
      position: absolute;
      top: 0px;
      left: 0px;
    }

    .theme-custom .nivoSlider a {
      display: block;
      border: 0;
    }

  /* BULLET NAVIGATION */

  .theme-custom .nivo-controlNav {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 0;
  }

    .theme-custom .nivo-controlNav a {
      display: inline-block;
      width: 14px;
      height: 14px;
      margin: 0 7px;
      box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
      background-color: #fff;
      font-size: 0;
    }

      .theme-custom .nivo-controlNav a.active {
        background-color: #4ab2f1;
      }

  /* DIRECTIONAL NAVIGATION */

  .theme-custom .nivo-directionNav a {
    display: block;
    width: 40px;
    height: 60px;
    border: 0;
    background: rgba(255,255,255,0.8) url('arrows.png') no-repeat;
    font-size: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }

  .theme-custom a.nivo-prevNav {
    left: 0;
    background-position: left center;
  }

  .theme-custom a.nivo-nextNav {
    right: 0;
    background-position: right center;
  }

  .theme-custom:hover .nivo-directionNav a {
    opacity: 0.9;
  }

  .theme-custom .nivo-directionNav a:hover {
    background-color: rgba(255,255,255,1);
  }

  /* CAPTION */

  .theme-custom .nivo-caption {
    background-color: 333;
  }

    .theme-custom .nivo-caption a {
      color: #fff;
    }

      .theme-custom .nivo-caption a:hover {
        color: #4ab2f1;
      }

  /* THUMBNAILS */

  .theme-custom .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
  }

    .theme-custom .nivo-controlNav.nivo-thumbs-enabled a {
      width: auto;
      height: auto;
      background: none;
      margin-bottom: 5px;
    }

    .theme-custom .nivo-controlNav.nivo-thumbs-enabled img {
      display: block;
      width: 120px;
      height: auto;
    }



.gallery {
  margin: 0 auto 50px;
}

  .gallery .picture-wrapper {
    margin: 0 0 10px;
  }

  .gallery .picture {
    position: relative;
    max-width: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
  }

    .gallery .picture:before {
      content: "";
      display: block;
      padding-top: 60%;
    }

    .gallery .picture img,
    .gallery .picture-thumbs img,
    .variant-picture img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
    }

  .gallery .picture-thumbs {
    overflow: hidden;
    font-size: 0;
  }

    .gallery .picture-thumbs .thumb-item {
      display: inline-block;
      position: relative;
      width: 100px;
      height: 100px;
      margin: 0 5px 10px;
      overflow: hidden;
      cursor: pointer;
    }


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  line-height: 16px;
  color: #fff;
  opacity: 0.95;
}

.bar-notification.success {
  background-color: #4bb07a;
}

.bar-notification.error {
  background-color: #e4444c;
}

.bar-notification.warning {
  background-color: #f39c12;
}

.bar-notification {
  position: relative;
  display: none;
  padding: 15px 25px 15px 10px;
}

  .bar-notification .content {
    margin: 0 10px 0 0;
  }

    .bar-notification .content a {
      color: #fff;
      text-decoration: underline;
    }

  .bar-notification .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 7px;
    background: #fff url('../images/close.png') center no-repeat;
    cursor: pointer;
  }

.popup-notification {
  border-radius: 5px;
  padding: 3px;
  margin: 5px 0;
}

  .popup-notification.success {
    border: 2px rgba( 75,176,122,.5) solid;
  }

  .popup-notification.error {
    border: 2px rgba( 228,68,76,.5) solid;
  }

  .popup-notification.warning {
    border: 2px rgba( 243,156,18,.5) solid;
  }

.noscript {
  border-bottom: 1px solid #333;
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
  color: #444;
}

.ajax-loading-block-window {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url('../images/loading.gif') center no-repeat;
}

.please-wait {
  background: url('../images/ajax-loader-small.gif') no-repeat;
  padding-left: 20px;
  font-size: 14px;
}

.ui-dialog {
  max-width: 90%;
  border: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  overflow: hidden;
  background-color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
}

  .ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
  }

.ui-dialog-titlebar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background-color: #eee;
  padding: 10px 15px;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-width: 0 0 1px;
  border-radius: 0;
  background-image: none;
  padding: 10px 15px !important;
  font-weight: normal;
  cursor: auto !important;
}

  .ui-dialog-titlebar > span {
    float: left;
    font-size: 18px;
    color: #444;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
  }

  .ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    border: none;
    overflow: hidden;
    background: url('../images/close.png') center no-repeat;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    right: 0 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0;
    background: url('../images/close.png') center no-repeat !important;
    padding: 0 !important;
  }

    .ui-dialog-titlebar button span {
      display: none !important;
    }

.ui-dialog-content {
  padding: 15px;
  line-height: 20px;
  /*override jQuery UI styles, do not delete doubled properties*/
  background-color: #fff !important;
  padding: 15px 15px 20px 15px !important;
  color: #777;
}

  .ui-dialog-content .page {
    min-height: 0;
  }

  .ui-dialog-content .page-title {
    min-height: 0;
    margin: 0 0 15px;
    padding: 0px 10px 10px 10px;
    text-align: center;
  }

    .ui-dialog-content .page-title h1 {
      font-size: 24px;
      line-height: 30px;
    }

  .ui-dialog-content .back-in-stock-subscription-page {
    text-align: center;
  }

    .ui-dialog-content .back-in-stock-subscription-page .tooltip {
      margin-bottom: 10px;
    }

    .ui-dialog-content .back-in-stock-subscription-page .button-1 {
      border: none;
      background-color: #4ab2f1;
      padding: 10px 15px;
      font-size: 15px;
      color: #fff;
      text-transform: uppercase;
    }

      .ui-dialog-content .back-in-stock-subscription-page .button-1:hover,
      .ui-dialog-content .back-in-stock-subscription-page .button-1:focus {
        background-color: #248ece;
      }

.eu-cookie-bar-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 320px;
  height: 180px;
  margin: -90px 0 0 -160px;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

  .eu-cookie-bar-notification .text {
    margin-bottom: 20px;
    line-height: 20px;
  }

  .eu-cookie-bar-notification button {
    min-width: 60px;
    margin: 5px 0 10px;
    border: none;
    background-color: #4ab2f1;
    padding: 8px 12px;
    font-size: 14px;
    color: #fff;
  }

    .eu-cookie-bar-notification button:hover,
    .eu-cookie-bar-notification button:focus {
      background-color: #248ece;
    }

  .eu-cookie-bar-notification a {
    display: block;
    color: #4ab2f1;
  }

    .eu-cookie-bar-notification a:hover,
    .eu-cookie-bar-notification a:focus {
      text-decoration: underline;
    }

    

.admin-header-links {
  background-color: #ee4d14;
  text-align: center;
  color: #eee;
}

.admin-header-links * {
  display: inline-block;
  margin: 0 10px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.admin-header-links .impersonate {
  display: inline-block;
}

.admin-header-links .impersonate a {
  background-color: #555;
  padding: 0 15px;
}

.admin-header-links .impersonate a:hover,
.admin-header-links .impersonate a:focus {
  background-color: #666;
}



/* RESPONSIVE */

@media all and (max-width: 1000px) {

  .theme-custom .nivo-directionNav {
    display: none;
  }
}

@media all and (min-width: 1001px) {
  .theme-custom {
    margin: -30px 0 60px;
  }

    .theme-custom .nivo-directionNav {
      display: none; /* remove to use directional navigation */
    }
}


.forgetpassword {
  width: 50% !important; 
  margin: auto;
}

.mb-2{
  margin-bottom: 20px;
}



.no-data, .SuccessMessage {
  margin: 20px auto;
  width: 82%;
  background: #8894A7;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgb(0, 0, 0, 0.25);
  margin-bottom: 40px;
}



.backbtn {
  background: #000;
  color: #fff;
  border: none;
  font-size: 16px;
  margin-top: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  padding: 12px 30px;
}
.backbtn:hover {
    color:#fff !important
}
.enter-address {
  margin-top: 15px;
}
.colorblack {
  color: #000 !important
}
.contact-box .topic-block-body {
  text-align: center;
}
.result {
  text-align: center;
}

#co-payment-info-form table tr td:first-child {
  width: 30%;
}

#co-payment-info-form table tr td:nth-child(2) {
  width: 70%
}

#co-payment-info-form table tr td {
  padding-bottom: 15px
}

#co-payment-info-form table select, #co-payment-info-form table input {
  width: 100% !important;
  height: 40px;
  padding: 6px;
}

#co-payment-info-form table tr:nth-child(4) select {
  width: auto !important;
  width: 100px !important;
}
.address-detail {
  margin-bottom: 15px;
}
.products-wrapper {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
}
.validationMessage {
  color: red;
  padding: 10px 0;
}
.full-description img {
  width: 100%;
  height: auto;
}

.topic-block-body h3 {
  text-align: left
}
.service-about .topic-block-title h2 {
  display: none;
}

