/*
##====================================================================##
## @author    : OCdevWizard                                           ##
## @contact   : ocdevwizard@gmail.com                                 ##
## @support   : http://help.ocdevwizard.com                           ##
## @license   : http://license.ocdevwizard.com/Licensing_Policy.pdf   ##
## @copyright : (c) OCdevWizard. Smart Advanced Search Pro Plus, 2018 ##
##====================================================================##
*/
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../smart_advanced_search_pro_plus_fonts/Roboto-Medium.eot');
  src: url('../smart_advanced_search_pro_plus_fonts/Roboto-Medium.woff') format('woff'),
  url('../smart_advanced_search_pro_plus_fonts/Roboto-Medium.ttf') format('truetype'),
  url('../smart_advanced_search_pro_plus_fonts/Roboto-Medium.svg') format('svg');
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../smart_advanced_search_pro_plus_fonts/Roboto-Regular.eot');
  src: url('../smart_advanced_search_pro_plus_fonts/Roboto-Regular.woff') format('woff'),
  url('../smart_advanced_search_pro_plus_fonts/Roboto-Regular.ttf') format('truetype'),
  url('../smart_advanced_search_pro_plus_fonts/Roboto-Regular.svg') format('svg');
}
@font-face {
  font-family: 'Roboto-Thin';
  src: url('../smart_advanced_search_pro_plus_fonts/Roboto-Thin.eot');
  src: url('../smart_advanced_search_pro_plus_fonts/Roboto-Thin.woff') format('woff'),
  url('../smart_advanced_search_pro_plus_fonts/Roboto-Thin.ttf') format('truetype'),
  url('../smart_advanced_search_pro_plus_fonts/Roboto-Thin.svg') format('svg');
}
button.smaspp-call-static-button {
  /* insert there your css style */
}
button.smaspp-call-float-button {
  z-index:2;
  position: fixed;
  right: 25px;
  bottom: 65px;
  padding: 15px;
  background: #2098D1;
  border: none;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  outline: none;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  /* remove it to disable animation effect: start; 
  -webkit-animation-name: smaspp-call-float-button;
  animation-name: smaspp-call-float-button;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
   remove it to disable animation effect: end */
}
@-webkit-keyframes smaspp-call-float-button {
  25% {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  }
  75% {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  }
}
@keyframes smaspp-call-float-button {
  25% {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  }
  75% {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  }
}
button.smaspp-call-float-button:hover {
  -webkit-animation-name: smaspp-call-float-button;
  animation-name: smaspp-call-float-button;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#smaspp-modal-body * {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  box-sizing: content-box;
}
#smaspp-modal-body {
  background: #fff;
  max-width: 400px;
  width: 90%;
  margin: 0 auto !important;
  min-height: 100px;
  position: relative;
}
#smaspp-modal-body .modal-heading {
  text-align: left;
  background-color: #EDEDED;
  font-family: Roboto-Regular, Arial, Tahoma;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  padding: 0 20px;
  position: relative;
  min-height: 50px;
  line-height: 50px;
  overflow: hidden;
}
#smaspp-modal-body .modal-close {
  width: 24px;
  height: 24px;
  background: url(close.png) no-repeat;
  right: 15px;
  top: 13px;
  position: absolute;
  opacity: 0.5;
  cursor: pointer !important;
}
#smaspp-modal-body .modal-body {
  background: #fff;
  padding: 20px;
  overflow: auto;
}
#smaspp-modal-body .modal-footer {
  padding: 17px 20px 17px 20px;
  background-color: #EDEDED;
  position: relative;
  display: inline-block;
  border-top: 1px solid #ddd;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
}
.smaspp-modal-loadmask {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  left: 0;
  top: 0;
}
.smaspp-modal-loadmask-loading {
  background: url(loading.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10001;
  top: 0;
  left: 0;
}
#smaspp-modal-body .modal-body > form .smaspp-module-fields {
  position: relative;
  display: block;
  margin: 5px 0 0 0;
  overflow: hidden;
}
#smaspp-modal-body .modal-body > form .smaspp-module-fields > .center {
  clear: both;
  display: block;
  width: 100%;
}
#smaspp-modal-body .modal-body > form .smaspp-module-fields input[type=text] {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  display: block;
  margin: 0 0 5px 0;
  padding: 2px 5px;
  position: relative;
  width: 100%;
  font-size: 12px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  -webkit-transition: border-color .75s;
  -moz-transition: border-color .75s;
  -o-transition: border-color .75s;
  transition: border-color .75s;
  outline: none;
}
#smaspp-modal-body .modal-body > form .smaspp-module-fields input[type=text]:focus {
  border: 1px solid #5A5F63;
}
#smaspp-modal-body .modal-body > form .smaspp-module-fields .field-heading {
  font-size: 13px;
  color: #333;
  font-family: Roboto-Medium, Arial, Tahoma;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 4px;
}
#smaspp-modal-body .modal-body > form .smaspp-module-fields label {
  cursor: pointer;
}
.smaspp-more-results-button {
  display: inline-block;
  padding: 4px 0 3px !important;
  margin: 0;
  width: 100%;
  outline: none;
  border: 0 !important;
  font-size: 12px;
  font-family: Roboto-Regular, Arial, Tahoma !important;
  text-decoration: none;
  color: #FFF !important;
  background: #3498db;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background .50s;
  -moz-transition: background .50s;
  -o-transition: background .50s;
  transition: background .50s;
  cursor: pointer;
  text-shadow: none !important;
}
.smaspp-more-results-button:hover {
  color: #fff !important;
  background: #2980b9 !important;
  text-shadow: none !important;
}
.smaspp-more-results-button:active {
  color: #fff !important;
  background: #34495e !important;
  text-shadow: none !important;
}
#smaspp-widget-body {
  display: none;
}
#smaspp-modal-body #check-data .table-results,
.smaspp-static-result .table-results,
.smaspp-widget-result .table-results,
.smaspp-load-result .table-results {
  border-collapse: collapse;
  width: 100%;
  margin: 5px 0 5px 0;
}
#smaspp-modal-body #check-data .table-results thead tr td,
.smaspp-static-result .table-results thead tr td,
.smaspp-widget-result .table-results thead tr td,
.smaspp-load-result .table-results thead tr td {
  font-size: 12px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  background: #F6F7F7;
}
#smaspp-modal-body #check-data .table-results tr td,
.smaspp-static-result .table-results tr td,
.smaspp-widget-result .table-results tr td,
.smaspp-load-result .table-results tr td {
  border: 1px solid #EDEDED;
  padding: 3px 5px;
  font-size: 12px;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
  vertical-align: middle;
}
#smaspp-modal-body #check-data .table-results tr td.image,
.smaspp-static-result .table-results tr td.image,
.smaspp-widget-result .table-results tr td.image,
.smaspp-load-result .table-results tr td.image {
  text-align: center;
  width: 10%;
}
#smaspp-modal-body #check-data .table-results tr td.cart,
.smaspp-static-result .table-results tr td.cart,
.smaspp-widget-result .table-results tr td.cart,
.smaspp-load-result .table-results tr td.cart {
  text-align: center;
}
#smaspp-modal-body #check-data .table-results tr td.cart button,
.smaspp-static-result .table-results tr td.cart button,
.smaspp-widget-result .table-results tr td.cart button,
.smaspp-load-result .table-results tr td.cart button {
  width: 100%;
  font-size: 11px;
  line-height: 11px;
  padding: 4px 0px;
  font-family: Roboto-Medium, Arial, Tahoma;
  color: #FFF;
  cursor: pointer;
  border: 0;
  background: #16a085;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background .50s;
  -moz-transition: background .50s;
  -o-transition: background .50s;
  transition: background .50s;
}
#smaspp-modal-body #check-data .table-results tr td.cart button:hover,
.smaspp-static-result .table-results tr td.cart button:hover,
.smaspp-widget-result .table-results tr td.cart button:hover,
.smaspp-load-result .table-results tr td.cart button:hover {
  background: #2ecc71;
}
.smaspp-static-result .table-results tr td.cart button + button,
.smaspp-load-result .table-results tr td.cart button + button {
  margin-top: 1px;
}
#smaspp-modal-body #check-data .table-results tr div.rating,
.smaspp-static-result .table-results tr div.rating,
.smaspp-widget-result .table-results tr div.rating,
.smaspp-load-result .table-results tr div.rating {
  margin: 4px 0;
  text-align: left;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
#smaspp-modal-body #check-data .table-results tr td.name a,
.smaspp-static-result .table-results tr td.name a,
.smaspp-widget-result .table-results tr td.name a,
.smaspp-load-result .table-results tr td.name a {
  color: #0f71c8 ;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
}
#smaspp-modal-body #check-data .table-results tr td.name a b,
.smaspp-static-result .table-results tr td.name a b,
.smaspp-widget-result .table-results tr td.name a b,
.smaspp-load-result .table-results tr td.name a b {
  border-bottom: 1px dotted #0f71c8;
  color: #0f71c8 !important;
}
#smaspp-modal-body #check-data .search-examples {
  margin-bottom: 5px;
}
.smaspp-center-body .search-examples {
  margin-bottom: 0px;
}
#smaspp-modal-body #check-data .search-examples b,
.smaspp-center-body .search-examples b,
.smaspp-widget-result .search-examples b,
#smaspp-page-pody .search-examples b {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  font-family: Roboto-Regular, Arial, Tahoma;
}
#smaspp-modal-body #check-data .search-examples span,
.smaspp-center-body .search-examples span,
.smaspp-widget-result .search-examples span,
#smaspp-page-pody .search-examples span {
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  cursor: pointer;
}
#smaspp-modal-body #check-data .search-examples span:after,
.smaspp-center-body .search-examples span:after,
.smaspp-widget-result .search-examples span:after,
#smaspp-page-pody .search-examples span:after {
  content: &quot;,&quot;;
}
#smaspp-modal-body #check-data .search-examples span:last-child:after,
.smaspp-center-body .search-examples span:last-child:after,
.smaspp-widget-result .search-examples span:last-child:after,
#smaspp-page-pody .search-examples span:last-child:after {
  content: &quot;&quot;;
}
#smaspp-modal-body #check-data .search-examples span:hover,
.smaspp-center-body .search-examples span:hover,
.smaspp-widget-result .search-examples span:hover,
#smaspp-page-pody .search-examples span:hover {
  border-bottom: 1px solid transparent;
}
#smaspp-body-wrapper {
  position: relative;
}
.smaspp-clear-position {
  zoom:1;
  display: none;
}
.smaspp-clear-position:before,
.smaspp-clear-position:after {
  content:&quot;&quot;;
  display:table;
}
.smaspp-clear-position:after {
  clear:both;
}
#smaspp-widget-body {
  width: 100%;
  height: auto;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  background: #fff;
  position: absolute;
  padding: 0px;
  z-index: 10000;
  box-shadow: 0 15px 20px rgba(0,0,0,0.3);
  overflow: hidden;
  display: none;
}
#smaspp-widget-body .smaspp-widget-result {
  padding: 5px 10px 5px 10px;
  display: block;
  position: relative;
}
#smaspp-modal-body #check-data .error-text {
  font-size: 11px;
  color: #DF2E2E;
  font-family: Roboto-Regular, Arial, Tahoma;
  display: block;
  margin: -4px 0 2px;
}
#smaspp-modal-body #check-data .error-style {
  border: 1px solid #DF2E2E !important;
}
.smaspp-center-body .error-text {
  font-size: 11px;
  color: #DF2E2E;
  font-family: Roboto-Regular, Arial, Tahoma;
  display: block;
  margin: 0;
}
.smaspp-center-body .error-style {
  border: 1px solid #DF2E2E !important;
}
.smaspp-center-body .form-group:last-child {
  margin-bottom: 0;
}
.smaspp-fix-alert {
  margin-bottom: 0;
}
.smaspp-center-body .list-group-item:last-child {
  border-bottom: 0;
}
#smaspp-modal-body > .modal-footer > input,
#smaspp-modal-body > .modal-footer > input.close-button-bottom {
  -webkit-appearance: none;
  float: left;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  margin: 0;
  padding: 0px;
  width: 150px;
  outline: none;
  border: 0;
  font-size: 14px;
  font-family: Roboto-Medium, Arial, Tahoma;
  text-decoration: none;
  color: #FFF;
  background: #47c843;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background .50s;
  -moz-transition: background .50s;
  -o-transition: background .50s;
  transition: background .50s;
  cursor: pointer;
}
#smaspp-modal-body > .modal-footer > input.close-button-bottom {
  background: #E94E4E;
}
#smaspp-modal-body > .modal-footer > input.close-button-bottom:hover {
  background: #E81717;
}
#smaspp-modal-body > .modal-footer > input.close-button-bottom:active {
  background: #AA3A3A;
}
#smaspp-modal-body > .modal-footer > input.search-button-bottom {
  background: #47c843;
  float: right;
}
#smaspp-modal-body > .modal-footer > input.search-button-bottom:hover {
  background: #3cb736;
}
#smaspp-modal-body > .modal-footer > input.search-button-bottom:active {
  background: #33933A;
}
.modal-text-danger,
.static-text-danger,
.load-text-danger,
.widget-text-danger {
  font-size: 12px;
  display: block;
  color: #DF2E2E;
  font-family: Roboto-Regular, Arial, Tahoma;
  margin-bottom: 7px;
}
#modal-require-information,
.static-require-information,
.load-require-information {
  font-size: 13px;
  line-height: 13px;
  color: #333;
  font-family: Roboto-Medium, Arial, Tahoma;
}
#modal-require-information a,
.static-require-information a,
.load-require-information a {
  color: #23a1d1;
  padding: 0;
  border: 0;
  background: none;
}
#modal-require-information a:hover,
.static-require-information a:hover,
.load-require-information a:hover {
  color: #2a6496;
  padding: 0;
  border: 0;
  background: none;
}
.info-text-block {
  font-size: 13px;
  line-height: 16px;
  color: #333;
  font-family: Roboto-Medium, Arial, Tahoma;
}
.info-text-block.pos-1 {
  margin: 0px 0 10px 0 !important;
  border-bottom: 1px solid #d9d9d9 !important;
  padding-bottom: 10px !important;
}
#smaspp-widget-body .smaspp-widget-result .info-text-block.pos-1 {
  margin-top: 5px !important;
}
.info-text-block.pos-2 {
  margin: 10px 0 10px 0 !important;
  border-top: 1px solid #d9d9d9 !important;
  padding-top: 10px !important;
}
#smaspp-modal-error,
#smaspp-static-error,
#smaspp-load-error {
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin: 5px 0 5px 0;
  padding: 10px;
  font-family: Roboto-Regular, Arial, Tahoma;
  text-decoration: none;
  color: #FFF;
  text-align: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #DF2E2E;
}
#smaspp-modal-error a,
#smaspp-static-error a,
#smaspp-load-error a {
  color: #fff;
  text-decoration: underline;
}
#smaspp-modal-error a:hover,
#smaspp-static-error a:hover,
#smaspp-load-error a:hover {
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 359px) {
  #smaspp-modal-body {
    width: 295px;
  }
  #smaspp-modal-body > .modal-footer > input,
  #smaspp-modal-body > .modal-footer > input.close-button-bottom {
    width: 100%;
    float: none;
  }
  #smaspp-modal-body > .modal-footer > input + input {
    margin-left: 0;
    margin-top: 6px;
  }
  #smaspp-modal-body > .modal-footer {
    overflow: auto;
     height: auto;
  }
}
@media (min-width: 360px) and (max-width: 414px) {
  #smaspp-modal-body {
    width: 330px;
  }
  #smaspp-modal-body > .modal-footer > input,
  #smaspp-modal-body > .modal-footer > input.close-button-bottom {
    width: 100%;
    float: none;
  }
  #smaspp-modal-body > .modal-footer > input + input {
    margin-left: 0;
    margin-top: 6px;
  }
  #smaspp-modal-body > .modal-footer {
    overflow: auto;
     height: auto;
  }
}
/* animations */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in .mfp-with-anim.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-left .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-from-left.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-from-left.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-from-left.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-left.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-from-left.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-3d-flip .mfp-content {
  perspective: 2000px;
}
.mfp-3d-flip .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-flip.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-flip.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-flip.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-flip.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-flip.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}