/* Global Style */
:root {
  --main-color: #519DC6;
  --secondary-color: #909090;
  --third-color:#337ab7;

}
.carousel-control-prev-icon,.carousel-control-next-icon{
 text-shadow: 2px 3px 3px #3a3a3a;
 background-color: #010101;
 background-size: 100%, 100%;
 border-radius: 50%;
 /* border: 2px solid black;*/
}

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
  font-family: Roboto,"Helvetica Neue",sans-serif;
  font-size: 14px;
}

.btn-primary {
  color: #fff;
  background: var(--main-color) !important;
  border-color: var(--main-color) !important;
}
.text-primary,.text-muted > p > a,.text-center > p > a,.fText {
  color:var(--main-color) !important;

}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active,.btn-primary.focus{
  background: var(--third-color) !important; 
  box-shadow: 0 0 0 0.2rem rgb(226, 227, 229) !important;
} 
.form-control:focus:not(#sort_by){
  border-color: #545b62 !important;
    box-shadow: 0 0 0 0.2rem rgb(130,138,145,.5) !important;
}

#sort_by:focus{
  border-color: #e2e3e5 !important;
    box-shadow: 0 0 0 0.2rem rgb(226, 227, 229) !important;
}

.header-text {
  color: #1A1A1A; 
  font-size: 1.333em; 
  font-weight: 350; 
  padding-top: 12px;
  padding-left: 25px;
}

.navbar {
  box-shadow: 0 2px 5px -2px rgba(0,0,0,.2);
  padding:0.5rem 0.5rem !important;
}
.portal_header .header-border{
  margin-left :-2px;
}
.portal_header .header-text{
  margin-left :-9px;
}

.navbar-brand img {
  max-width: 180px;
}

.navbar-nav > .active > a {
  color: #1C9EF7 !important;
}
/*.navbar-nav > a {
  color: var(--main-color) !important;

}
*/
#menu-header-menu > li > a {
  color: #1A1A1A !important;
  font-size: 1em;
  font-weight: 300;
  position: relative;
  padding: 10px 10px;
}
.sample_ad {
  font-size: 10px;
}

#menu-header-menu > li > a:hover {
  color: var(--main-color) !important;
}

.dropdown-menu {
  background: #f8f9fa!important;
  font-size: .90rem;
  padding:0;
  margin:0; 
  border:1px solid rgba(0,0,0,.15);
  border-radius:.375rem;
  -webkit-box-shadow:none!important;
  box-shadow:none!important;
  animation :d .15s;
  padding: .5rem 0;
}

.dropdown-item {
  border-radius: 0.2rem;
}

.dropdown-menu > li > a:hover {
  background-color: var(--secondary-color) !important;
  color: #fff;
  background-image: none;
}

.dropdown-menu li:hover > a { 
  background-color: var(--secondary-color);
  color: #000;
  background-image: none;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  /*top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;*/
  left:auto;
  right:0;
  top: 0;
  margin-right:100%;
  background: #f8f9fa!important;
  padding: 8px 10px;
}

.dropdown-submenu > .dropdown-menu li > a {
 color: #000;
 background-image: none;
}

.dropdown-submenu > .dropdown-menu li:hover > a {
  color: #000;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.white-space-normal {
  white-space: normal;
}

#footer-menu .footer-col > h5 {
  font-size: 17.5px;
  color: #212529;
}

#footer-menu .footer-col > h5::after {
  background-color: var(--main-color);
  content: '';
  width: 80%;
  height: 2px;
  display: block;
  bottom: 0;
  left: 0;
}

#footer-menu > li > a {
  color: #1A1A1A;
  font-size: 1em;
  font-weight: 300;
  position: relative;
  padding: 10px 15px;
}

#footer-menu .footer-col > li > a:hover {
  color: #1C9EF7;
}

/* Customize the Carousel */

/* Carousel base class */
.carousel {
  position: relative;
  /*margin: 0;*/
  margin-bottom:30px !important;
  padding: 0;
  background: #333;
  max-height: 700px;
  overflow: hidden;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  text-shadow: 0 2px 4px rgba(0,0,0,0.7);
}

/* Declare heights because of positioning of img element */
/*.carousel-item {
  height: 32rem;
  }*/

  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    /* height: 32rem;*/
  }

  .carousel-item  img { 
    min-width: 100%;
    /* height: 32rem;*/
  }

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.landing-page .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.landing-page h2 {
  font-weight: 400;
}

.landing-page .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* Icon settings */
i.far:not(.text-danger),
i.fas:not(.arrow_crausol),
i.fab {
  color: var(--main-color) !important;
}

/* Product Box */
.accordion .card {
  border: 1px solid rgba(0,0,0,0);
  margin-left: 0;
  margin-right: 0;
}
.accordion .card-header {
  padding: .75rem 0 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,0); 
  border-bottom: 1px solid rgba(0,0,0,0);
  cursor: pointer;
}
.accordion .card-body {
  padding: .25rem 0 1.25rem;
}

.product_details {
  padding-left: 33px !important;
    padding-top: 0px !important;
}

/* Full page search panel */
#searching {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  background-color: rgba(0,0,0, 0.8); /* Black with a little bit see-through */
}
.srch_back{
  /*border-radius: 18% !important;*/
  float: right !important;
}
.search_other h4{
  font-family:sans-serif !important;
}
.search-panel-wp .overlay {
  position: relative;
  margin-top: 35vh;
}

.search-panel-wp .overlay-content {
  position: relative;
  top: 46%;
 /* width: 80%;
 text-align: center;*/
 margin-top: 30px;
 margin: auto;
}

.search-panel-wp .overlay .closebtn {
  position: absolute;
  top: -75px;
  /*left: 45px;*/
  font-size: 60px;
  cursor: pointer;
  color: white;
}
.overlay_input{
  display: block !important;
}
.search-panel-wp .overlay .closebtn:hover {
  color: #ccc;
}

.search-panel-wp .overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  /*width: 80%;*/
  background: white;
}

.search-panel-wp .overlay input[type=text]:hover {
  background: #f1f1f1;
}

.search-panel-wp .overlay button {
  float: left;
  /*width: 20%;*/
  padding: 15px;
  background: var(--main-color);
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.search-panel-wp .overlay button:hover {
  background: #bbb;
}

/*.nav-tabs {
  border-bottom: 1px solid var(--main-color);
}*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color:#ffffff !important;
  background-color: var(--main-color);
  /*border-color: var(--main-color) var(--main-color) #fff;*/
  border-color: var(--main-color);
  padding-left: 5px;
}
/*.nav-tabs .nav-link {
  color:var(--main-color) !important;
}*/ 
.nav-tabs .nav-link {
  color: #FFF !important;
}
#myTab {
  background: var(--secondary-color);
  color: #FFF !important;
}
.display-5 {
  font-size: 3.0rem;
  font-weight: 300;
  line-height: 1.2;
}

.frontpage-header {
  background: var(--main-color);
  width: 100%;
  max-width: 100%;
  text-align: left;
  padding: 1rem;
  color: #ffffff;
  margin-bottom: 2rem;
  margin-top: 1.4rem;
  border-bottom: 1px solid var(--main-color);
  /* border-top: 1px solid #0586b9; */
}
.frontpage-header h2{
  color:#ffffff !important;
  font-family: Georgia;
}
.callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  border-left-color: #0586b9;
}

/* Contact Page*/
.contact-block hr {
  background: var(--main-color);
}

.contact-block i.fa,.mailModal {
  color: var(--main-color) !important;
}

#send_mail label{
  margin-bottom: .1rem !important;
}

/* Ad Option Page*/
.ad_options .result hr {
  background: var(--main-color);
}

.ad_option .filters .accordion .card {
  border: none;
  font-size: .85rem;
}

.ad_option .filters .accordion .card-header {
  padding: .75rem 0 0.50rem;
  margin-bottom: 0;
  background-color: #E2E3E5;
  border: none;
  /*border-bottom: 1px solid #333;*/
  cursor: pointer;
}

.ad_option .filters .card-title {
  font-weight: bold;
}

.ad_option .filters .card-body {
  background-color: #E2E3E5;
  padding-left: 5px;
}

.ad_option .filters .filterItems {
  list-style: none;
  padding: 0;
}

.ad_option #sort_by{
  width: 20%;
}

.ad_option .compare_result {
  font-size: .80rem;
}

.ad_option .compare_result section {
  margin-bottom: 1.8rem;
}

.filter_result p {
  font-size: 0.9375rem;
  font-family: Arial;
}

.filter_result .pricesort span.text-muted{
  font-size: 1.25rem;
  color-rendering: :#3D3B3C !important;
}


/*Search Result*/
.search_result p {
  font-size: 0.9375rem;
  font-family: Arial;
}

.search_result .pricesort span.text-muted{
  font-size: 1.25rem;
  color-rendering: :#3D3B3C !important;
}

.search {
  font-size: .85rem;
}

#footer-infobox {
  font-size: .90rem;
}


/* Product Details */
.product_details h3, h4 {
  font-family: Georgia;
  font-size: 1.5rem;
  color: #3D3B3C;
}
.product_details section {
  margin-bottom: 2rem;
  padding: 5px;
}
.product_details section:first-child {
  margin-top: -26px !important;
}

.what_you_get h5 {
  font-family: Georgia;
  font-size: 1.5rem;
  color: #3D3B3C;
}

.product-template-images {
  max-height:225px;
  width: auto;
  max-width:95%; 
}

.product-distribution-images {
  margin: 2% 0;
  max-height: 316px;
  width: auto;
  max-width: 560px;
  height: auto;
}

/* Responsive CSS*/
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media (min-width: 576px){
  .d-sm-none {
    display: none!important;
  }
}

@media (max-width: 768px){
  .desktop_only_search {
    display: none;;
  }
  .media {
    display: block;
  }
  .media-body {
    margin-top: 10px;
  }
}

@media (min-width: 768px){
  .mobile_only_search {
    display: none !important;
  }

}
@media only screen and (min-width: 992px) {
 #myCarousel .carousel-control-prev{
  left: -72px !important;
}
#myCarousel .carousel-control-next{
  right: -72px !important;
}
.buylink{
  padding:0;
}
.select_buy{
  font-size:0.7rem !important;

}
}
.font-resize{
 font-size: 12px; 
}





@media screen and (max-width: 768px) {
  .nav {
    padding-left:2px;
    padding-right:2px;
  }
  .nav li {
    display:block !important;
    width:100%;
    margin:0px;
  }
  .nav-link{
    text-align: left;
    padding-left: 0;
  }
  .nav-tabs {
    border-bottom: 0;
  }
  .nav-tabs .nav-link.active {
    border-bottom:1px solid var(--main-color)!important;
    margin: 0px;
    border: 0px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  .nav-tabs .nav-link {
    /*color:var(--main-color) !important;*/
    color: #fff !important;
    text-align: center;
  }  
  .contact-block {
    margin-bottom: 45px;
  }
  .bs-example{
    margin: 20px;
  }
  .navbar-toggler{
    padding:.25rem .25rem !important;
    
  }
  .product_details section:first-child{
    margin-top:0px !important;
  }
  .navbar{
    padding:0.5rem 0.5rem;
  }
  #footer-menu .footer-col{
    text-align: center !important;
  }
  #footer-menu .footer-col > h5::after{
    width: 100% !important
  }
  .frontpage-header .display-5{
    font-size:1rem !important;
  }
  .dropdown-submenu > .dropdown-menu{
    margin-right: 0;
  }
  .mobile_only_search{
    margin-left: 4rem !important;
  }
  .d-mt-2{
    margin-top: 0.5rem;
  }
  .ad_option #sort_by{
    width: 37%;
    font-size: 12px;
  }
  .ad_option #sort_label{
   font-size: 12px;
 }
 .font-resize{
   width: 40% !important
 }
 .compare_thumb{
  min-height: 33px;
 }
}
@media only screen and (device-width: 768px) {
  .desktop_only_search {
    /*display: block;*/
  }
  .font-resize{
    width: 65% !important;
  }              
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: var(--main-color)!important;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.custom-alert-box {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 1rem;
  margin-top: 1.4rem;
  
}

.custom-alert-red{
  background: #ff5c73;
  color: #fff !important;
  /* border-top: 1px solid #0586b9; */
}

.custom-alert-yellow{
  background: #ffff00;
  color: #000 !important;
  /* border-top: 1px solid #0586b9; */
}

.custom-alert-green{
  background: #41d081;
  color: #fff !important;
  /* border-top: 1px solid #0586b9; */
}

.mt-30 {
  margin-top: 25px !important;
}

.distribution_zones h4{
  font-size: 0.8125rem !important;
  font-family: Arial;
  border-bottom: 1px solid #dee2e6!important;
  padding: 5px;
}

.distribution_zones .card{
  border: 1px solid #edf2f9 !important;
  border-color: #edf2f9 !important;
  box-shadow:0 0.75rem 1.5rem rgba(18,38,63,.03) !important;
}

.distribution_zones .accordion > .card{
  padding: 15px !important;
  border: 1px solid #edf2f9 !important;
  border-color: #edf2f9 !important;
  box-shadow:0 0.75rem 1.5rem rgba(18,38,63,.03) !important;
}

.product_partner .card {
  border: 1px solid #edf2f9;
  border-color: #edf2f9;
  box-shadow:0 0.75rem 1.5rem rgba(18,38,63,.03);
}

.product_details .card {
  border: 1px solid #edf2f9;
  border-color: #edf2f9;
  box-shadow:0 0.75rem 1.5rem rgba(18,38,63,.03);
}

.similar_product {
  border: 1px solid #edf2f9;
  border-color: #edf2f9;
  box-shadow:0 0.75rem 1.5rem rgba(18,38,63,.03);
  border-radius: .2rem;
}

.top-shadow {
  box-shadow: 0px -1px 2px rgba(0,0,0,.2) !important;
}

#show_list {
  font-size: 1.4rem;
}

.form-group.required label:after {
  content:"*";
  color:red;
  font-weight: bold;
}
.what_you_get h5 a{
  font-size: 19px;
}
.show_compare_icons{
  display: inline-block;
  padding-top: 4px;
}
.custom-control-input:checked~.custom-control-label::before {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgb(226, 227, 229);
}
.partner_image{
    max-height:45px !important;
}
.close-popover{
  cursor: pointer;
}