/*.skiptranslate
{
  display: none;
}*/
body
{
  min-height: 100vh!important;
  margin: 0!important;
}
body {
  display: flex;
  flex-direction: column;
}
.navbar-nav
{
  background-color: #941402!important;
/*  box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 12px -5px rgba(33,33,33,.46);*/
}
.navTitle {
  position: relative;
}
#logo
{
  float: left;
}
.flip-card 
{
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}
.homeImageText
{
  /*text-shadow: 2px 2px 5px #000;*/
}
.btn-originalDanger
{
  background-color: #ea1c0d!important;
}
/*.flip-card-inner 
{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.flip-card:hover .flip-card-inner 
{
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back 
{
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-back 
{
  transform: rotateY(180deg);
}*/
.img-hover-zoom {
  /*height: 300px;*/
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}
.carousel-caption
{
  left: 0px!important;
  right: 0px!important;
}
.productImageContainer
{
            width: 200px;
            height: 200px;
            overflow: hidden;
            margin: 0 auto;
             -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.productImageContainer img 
{
            width: 100%;
            transition: 0.5s all ease-in-out;
}
.productImageContainer:hover img
{
     transform: scale(1.5);
}
/*set a border on the images to prevent shifting*/
#gallery_01 img {
    border: 2px solid white;
}
.carouselProducts {
    visibility: hidden;
}
.carouselProducts.slick-initialized {
    visibility: visible;
}
.nextArrowBtn{
    position: absolute;
    z-index: 1000;
    top: 40%;
    right: 0;
    font-size: 50px;
}
.prevArrowBtn{
    position: absolute;
    z-index: 1000;
    top: 40%;
    left: 0;
    font-size: 50px;
}

#logo
{
  width: 80px;
  height: 80px;
}

.navHeaderTitle
{
  font-size: 0.96rem;
}
.mainNavbar
{
  height: 120px!important;
}

/*Change the colour*/
.active img {
    border: 2px solid #333 !important;
}
.card.bg-danger, .card .card-header-danger, .card.card-rotate.bg-danger .back, .card.card-rotate.bg-danger .front 
{
    background: linear-gradient(60deg,#941402,#941402) !important;
}
.navbar .navbar-nav .nav-item .nav-link
{
  text-transform: none!important;
  font-size: 15px
}
.bmd-form-group
{
  padding-top: 0px!important;
}
.bmd-form-group [class^=bmd-label]
{
  position: static!important;
}
.bootstrap-table .fixed-table-toolbar .bs-bars, .bootstrap-table .fixed-table-toolbar .columns, .bootstrap-table .fixed-table-toolbar .search 
{
    display: block!important;
}
.disableTextHighlight 
{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.bs-searchbox input
{
  text-align: center;
}
.toggle
{
  width: 150px!important; 
  height: 18px!important;
}
/*.bootstrap-select.btn-group .dropdown-menu
{
   left: auto!important;
}*/
.customSelect
{
  margin-bottom: 15px!important;
  margin-top: 0px!important;
}
.badge
{
  font-size: 15px;
  margin-bottom: 5px;
}
.bulkCol:hover
{
  transform: scale(0.9);
}
.bulkCol
{
  transition: all .2s ease-in-out; 
}
.selectText
{
    font-size: 20px;
    font-weight: bold;
}
.starIcon
{
  color: gold;
}
.bootstrap-select.btn-group .btn .filter-option {
   text-align: center;   
}
.filter-option {

    font-size: 15px;
}
.dropdown-menu .dropdown-item, .dropdown-menu li>a
{
  font-size: 20px;
  white-space: nowrap;
}
.dropdown-menu a:active, .dropdown-menu a:focus
{
  background-color:lightblue;
}

.dropdown-menu a:hover
{
  background-color:grey;
}

#priceColumn
{
  text-align: right;
}
#durationColumn
{
  text-align: left
}
#dropdownMenuCustom
{
  width: 324px;
}
body
{
  background-color: white;
  overflow-x:hidden;
  margin-bottom: 340px;
}
html
{
  position: relative;
  min-height: 100%;
}
footer
{
/*  position: absolute;*/
  bottom: 0;
  width: 100%;
  min-height: 50px;
  margin-top: 40px;
}
.container
{
	margin-top:107px;
  min-height: 100%;
}
.container-fluid
{
  min-height: 100%;
}
#button {
  display: inline-block;
  background-color: #941402;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: white;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
span.text
{
  font-size: 20px;

}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text
{
  margin-right: 0px!important;
}
/*ul.dropdown-menu li
{
  margin-right: -20px;
}*/
.productFilterBtnGroup
{
  max-width: 1200px;
  overflow-x: scroll;
  position: static;
}
.logoWrapper
{
  margin-top: -20px;
  margin-left: 10px;
  position: relative;
}
.trustBadgeColumn
{
  margin: -40px;
}
@media (min-width: 500px) 
{
  #button 
  {
    margin: 30px;
  }
  .phoneImage
  {
    width:300px;height:500px;
  }
  .phoneImageColumn
  {
    text-align: left;
  }
}
@media (max-width: 540px) 
{
  .productFilterBtnGroup
  {
    max-width: 400px;
  }
  span.text
  {
    font-size: 14px;
  }
  #dropdownMenuCustom
  {
    width: 264px;
  }
  #priceColumn
  {
    text-align: left;
  }
  #durationColumn
  {
    text-align: right;
  }
  .phoneImage
  {
    width:300px;height:600px;
  }
  .phoneImageColumn
  {
    text-align: center;
  }
  .trustBadgeColumn
  {
    margin: -10px;
  }
  body
  {
    margin-bottom: 420px;
  }
  /*.mainNavbar
  {
    height: 96px!important;
  }*/
}
@media (max-width: 360px) 
{
  body
  {
    margin-bottom: 500px;
  }
  .productFilterBtnGroup
  {
    max-width: 320px;
  }
  span.text
  {
    font-size: 10px;
  }
  #dropdownMenuCustom
  {
    width: 223px;
  }
  .logoWrapper
  {
    margin-top: -10px;
      position: relative;
  }
  #logo
  {
    width: 80px;
    height: 80px;
  }
   #productFilters
  {
    margin-bottom: 0px;
    margin-top: 98px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) 
{
  .logoWrapper
  {
    margin-top: -20px;
    margin-left: 20px;
      position: relative;
  }
  .navOptionFirst
  {
    margin-top: 50px
  }
  .navOption
  {
    margin-top: 50px;
  }
  .navOptionText
  {
    font-size: 25px;
  }
}
@media (max-width: 1450px) 
{
  #logo
  {
    width: 80px;
    height: 80px;
  }
  .mainNavbar
  {
    height: 100px!important;
  }
  #productFilters
  {
    margin-bottom: 0px;
    margin-top: 100px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}