@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);

* {
  outline: 0;
  margin: 0;
  padding: 0;
}

body {
  //font-family: 'Oxygen', sans-serif;
  font-family: 'Open Sans', 'sans-serif';
  font-size: 12px;
  line-height: 18px;
  color: #252525;
  font-weight: 400;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}





@media all and (orientation:portrait) {
	header, .carousel-inner > .item {
	  height:15vh;
	  content: '';
	  background: linear-gradient(#C8C9CE, #070707);
	  -webkit-background-size: cover;
	  -moz-background-size:  auto 15vh;
	  background-size:  auto 15vh;
	  background-position: center 100%;
	  -o-background-size:  auto 15vh;	
	}
	
	.carousel-inner > .item a img {
		height:15vh;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media all and (orientation:landscape) {
	header, .carousel-inner > .item {
	  height:50vh;
	  content: '';
	  background: linear-gradient(#C8C9CE, #070707);
	  -webkit-background-size: cover;
	  -moz-background-size:  auto 50vh;
	  background-size:  auto 50vh;
	  -o-background-size:  auto 50vh;	
	}

	.carousel-inner > .item a img {
		height:50vh;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
  
}



.table-aapd {
}
	.table-aapd thead tr {
	  background-color: #C8C9CE;
	  padding: 0;
	  vertical-align: middle;
	  text-align: left;
	  font-size: 104%;
	  color: #4B4E53;
	  border-bottom: none;
	}
	.table-aapd thead tr th{
	  font-weight:bolder;
	  font-size:110%;
	  padding:7px 4px 7px 4px;
	}


/*
header .item {
    height: 50vh; 
    min-height: 300px; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}
*/


/*
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 100%;
    margin: auto;
}
*/


/* CAROUSEL CONTROLS */
.carousel-controls {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
position: absolute;
width: 100%;
top: 43%;
}

 

.carousel-controls a {
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  padding: 10px 14px;
  font-size: 30px;
}

.carousel-controls a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.carousel-control.left, .carousel-control.right {
  background : none;
}


.carousel {
    height: 50vh;
    overflow: hidden;
}
.carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel .next, .carousel .prev {
    left:0;
    opacity:1;
    z-index:1;
}

/* END CAROUSEL CONTROLS */



ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

p {
  font-size: 12px;
  color: #252525;
  font-weight: 400;
  line-height: 18px;
}

h1, h2, h3, h4, h5 {
  font-family: 'Oxygen', sans-serif;
  text-transform: uppercase;
  color: #252525;
  margin-top: 0;
}

h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}

h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
}

/*=== 1.COMMON ===*/
.mainContent {
  margin:0 !important;
  padding:10px 0 0 0 !important;
}

.container {
  width: 100%;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    background-color:#000;
    color:#FFF;
    border:1px solid #000;

    
}

.back-to-top:hover{
  opacity: .7;
  background-color:#000;
  color:#FFF;
}





@media (min-width: 480px) {
  .container {
    width: 450px;
  }
}

@media (min-width: 640px) {
  .container {
    width: 610px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/*
.btn {
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding: 9px 0;
  outline: 0 !important;
}

@media (min-width: 480px) {
  .btn {
    font-size: 15px;
    padding: 13px 0;
  }
}
@media (min-width: 768px) {
  .btn {
    font-size: 12px;
    padding: 8px 0;
  }
}
@media (min-width: 992px) {
  .btn {
    font-size: 14px;
    padding: 12px 0;
  }
}
@media (min-width: 1200px) {
  .btn {
    font-size: 15px;
    padding: 13px 0;
  }
}

*/

.main-wrapper {
  position: relative;
}

a {
  color: #292F3B;
  text-decoration: none !important;
}

a:hover, a:focus {
  color: #a7a7a7;
  outline: 0;
}

.media-left, .media > .pull-left {
  float: left !important;
}


/*================= BUTTONS ==================*/

.btn-image:before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}



.btn-shopping-cart:before{
  background-image : url(/assets/img/btn-shopping-cart.png);
}


/*================= 2. HOME ==================*/
/*=== 2.1 HEADER ===*/
.header {
  background-color: #ffffff;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
}

/*=== 2.1.1 TOPBAR ===*/
.topBar {
  width: 100%;
  display: block;
  min-height: 35px;
  height: auto;
  background-color: #000000;
}
.topBar ul li a {
  padding: 0 3px;
  display: block;
  line-height: 35px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff !important;
}

.topBar ul li a:hover, .topBar ul li a:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0.8);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.topBar ul.pull-right li {
  padding: 0;
  float: left;
}
.topBar ul.pull-right li a {
  font-size: 12px;
  display: inline-block;
}
.topBar ul.pull-right li:first-child span small {
  color: #a7a7a7;
  padding: 0 5px;
}
.topBar ul.pull-right li:first-child span a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topBar ul.pull-right li:first-child span a:hover {
  color: #a7a7a7;
}
.topBar ul.pull-right li:first-child span a:focus {
  color: #d9d9d9;
}
.topBar ul.pull-right li:first-child::after {
  content: "|";
  padding-left: 13px;
  font-size: 16px;
  color: #d9d9d9;
  opacity: .15;
}
.topBar ul.pull-right li:nth-child(2) a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 10px;
}
.topBar ul.pull-right li:nth-child(2) a:hover {
  opacity: .5;
}
.topBar ul.pull-right li:nth-child(2) .dropdown-menu {
  padding: 10px 15px;
  border-radius: 0;
}
@media (max-width: 479px) {
  .topBar ul.pull-right li:nth-child(2) .dropdown-menu {
    width: 280px;
    margin: 0 -65px 0 0;
  }
}
@media (min-width: 480px) {
  .topBar ul.pull-right li:nth-child(2) .dropdown-menu {
    width: 350px;
    margin: 0;
  }
}
.topBar ul.pull-right li:nth-child(2) .dropdown-menu li {
  line-height: 0;
  width: 100%;
}
.topBar ul.pull-right li:nth-child(2) .dropdown-menu li .input-group .form-control {
  box-shadow: none;
  border-radius: 0;
}
.topBar ul.pull-right li:nth-child(2) .dropdown-menu li .input-group .form-control:focus {
  border-color: #A96873;
}
.topBar ul.pull-right li:nth-child(2) .dropdown-menu li .input-group .input-group-addon {
  border-radius: 0;
  background-color: #636466;
  color: #F5F5F5;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-color: #636466;
}
.topBar ul.pull-right li:last-child a {
  background-color: transparent;
  line-height: 35px;
  min-height: 36px;
  font-size: 13px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 479px) {
  .topBar ul.pull-right li:last-child a {
    padding: 0 7px;
  }
}
@media (min-width: 480px) {
  .topBar ul.pull-right li:last-child a {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .topBar ul.pull-right li:last-child a {
    padding: 0 19px;
  }
}
.topBar ul.pull-right li:last-child a i {
  font-size: 18px;
  margin-right: 10px;
}
.topBar ul.pull-right li:last-child a:hover {
  background-color: #9D9FA2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.topBar ul.pull-right li:last-child a:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.topBar ul.pull-right li:last-child ul.dropdown-menu {
  background-color: #9D9FA2;
  //background-color: #A96873;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  border: none;
}
@media (max-width: 479px) {
  .topBar ul.pull-right li:last-child ul.dropdown-menu {
    width: 280px;
  }
}
@media (min-width: 480px) {
  .topBar ul.pull-right li:last-child ul.dropdown-menu {
    width: 300px;
  }
}
.topBar ul.pull-right li:last-child ul.dropdown-menu li:first-child {
  color: #ffffff;
  padding: 10px 0 8px 19px;
  
}
.topBar ul.pull-right li:last-child ul.dropdown-menu li a {
  line-height: 26px;
}
.topBar ul.pull-right li:last-child ul.dropdown-menu li a .media {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

.topBar ul.pull-right li:last-child ul.dropdown-menu li a .media .media-top-cart {
  line-height: 16px;
}

.topBar ul.pull-right li:last-child ul.dropdown-menu li a .media .media-top-cart .gst{
  font-size:11px;
  font-style: italic;
  line-height: 14px;
}
	
.topBar ul.pull-right li:last-child ul.dropdown-menu li a .media .media-body h5 {
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 1px;
  margin:0;
}
.topBar ul.pull-right li:last-child ul.dropdown-menu li a .media .media-body h5 span {
  font-size: 18px;
}
.topBar ul.pull-right li:last-child ul.dropdown-menu li a:hover {
  opacity: .8;
  background-color: transparent;
}
.topBar ul.pull-right li:last-child ul.dropdown-menu li .btn-group {
  padding: 14px 19px;
  
}
.topBar ul.pull-right li:last-child ul.dropdown-menu li .btn-group .btn {
  //border-radius: 0;
  //border:1px solid red;
  //height: 36px;
  margin-right: 10px;
  //line-height: 36px;
  font-size: 13px;
  font-weight: 700;
  //letter-spacing: 1px;
  //background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topBar ul.pull-right li:last-child ul.dropdown-menu li .btn-group button:first-child:hover {
  opacity: .8;
}

/*
@media (max-width: 479px) {
  .topBar ul.pull-right li:last-child ul.dropdown-menu li .btn-group button:first-child {
    width: 135px;
  }
}
@media (min-width: 480px) {
  .topBar ul.pull-right li:last-child ul.dropdown-menu li .btn-group button:first-child {
    width: 149px;
  }
}
.topBar ul.pull-right li:last-child ul.dropdown-menu li .btn-group button:last-child {
  margin-left: 4px;
}
@media (max-width: 479px) {
  .topBar ul.pull-right li:last-child ul.dropdown-menu li .btn-group button:last-child {
    width: 100px;
  }
}
@media (min-width: 480px) {
  .topBar ul.pull-right li:last-child ul.dropdown-menu li .btn-group button:last-child {
    width: 109px;
  }
}
.topBar ul.pull-right li:last-child ul.dropdown-menu li .btn-group button:last-child:hover {
  opacity: .8;
}
*/



/*=== 2.1.2 NAVBAR ===*/
@media (min-width: 768px) {
  .navbar-default.navbar-fixed-top {
    margin-bottom: 31px;
  }
}
.navbar-default.navbar-fixed-top .navbar-header .navbar-brand {
  margin-top: 0;
}
@media (min-width: 480px) {
  .navbar-default.navbar-fixed-top .navbar-header .navbar-brand {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-default.navbar-fixed-top .navbar-collapse {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .navbar-default.navbar-fixed-top .navbar-collapse li a {
    padding: 5px 30px 5px 0;
  }
}

.padding-top {
  padding-top: 57px;
}
@media (min-width: 768px) {
  .padding-top {
    padding-top: 91px;
  }
}

.navbar-fixed-top {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  
}
.navbar-fixed-top .navbar-brand {
  width: 197px;
  height: 31px;
  -webkit-transition: height 0.3s, width 0.3s;
  -moz-transition: height 0.3s, width 0.3s;
  -ms-transition: height 0.3s, width 0.3s;
  -o-transition: height 0.3s, width 0.3s;
  transition: height 0.3s, width 0.3s;
}

.navbar-brand {
  width: auto;
  height: auto;
  -webkit-transition: height 0.3s, width 0.3s;
  -moz-transition: height 0.3s, width 0.3s;
  -ms-transition: height 0.3s, width 0.3s;
  -o-transition: height 0.3s, width 0.3s;
  transition: height 0.3s, width 0.3s;
}
.navbar-brand img {
  max-width: 100%;
}

.navbar-default {
  background-color: #C8C9CE;
  margin-bottom: 0;
  border: none;
}
.navbar-default .container {
  position: relative;
  background-color: #C8C9CE;
}
.navbar-default .navbar-header .navbar-toggle {
  background-color: #A96873;
  border-radius: 0;
  border: none;
  padding: 9px 8px;
  margin-right: 20px;
  margin-top: 11px;
}
.navbar-default .navbar-header .navbar-toggle .icon-bar {
  background-color: #ffffff;
  width: 24px;
  height: 4px;
}
.navbar-default .navbar-header .navbar-brand {
  display: inline-block;
}
@media (min-width: 480px) {
  .navbar-default .navbar-header .navbar-brand {
    padding: 0 15px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-header .navbar-brand {
    padding: 0 15px;
    margin-top: 27px;
  }
}
.navbar-default .navbar-collapse {
  background: #C8C9CE;
}
@media (max-width: 479px) {
  .navbar-default .navbar-collapse {
    max-height: 250px;
  }
}
@media (min-width: 480px) {
  .navbar-default .navbar-collapse {
    max-height: 250px;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    height: auto;
    padding: 0px 0 0;
  }
}
.navbar-default .navbar-collapse li a {
  font-size: 14px;
  color: #252525;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 480px) {
  .navbar-default .navbar-collapse li a {
    padding: 6px 15px;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse li a {
    padding: 5px 30px 5px 0;
  }
}
.navbar-default .navbar-collapse li a:hover, .navbar-default .navbar-collapse li a.focus, .navbar-default .navbar-collapse li a:focus {
  color: #A96873;
}
.navbar-default .navbar-collapse li.dropdown .dropdown-menu {
  box-shadow: none;
  margin-top: 0 !important;
}
.navbar-default .navbar-collapse li.dropdown .dropdown-menu li a {
  font-weight: 300;
  padding: 10px 25px !important;
  text-transform: capitalize;
  width: 100%;
  color: #252525;
  float: left;
}
.navbar-default .navbar-collapse li.dropdown .dropdown-menu li a:hover {
  color: #A96873;
}
@media (max-width: 479px) {
  .navbar-default .navbar-collapse li.dropdown .dropdown-menu {
    position: relative;
    width: 100%;
    float: left;
    border: 0;
    display: block;
  }
}
@media (min-width: 480px) {
  .navbar-default .navbar-collapse li.dropdown .dropdown-menu {
    position: relative;
    width: 100%;
    float: left;
    border: 0;
    display: block;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse li.dropdown .dropdown-menu {
    position: absolute;
    float: left;
    border: 1px solid #ececec;
    display: none;
  }
}
.navbar-default .navbar-collapse li.active a {
  background-color: transparent;
  color: #A96873;
}
.navbar-default .navbar-collapse li.active a:focus, .navbar-default .navbar-collapse li.active a:hover {
  background-color: transparent;
  color: #A96873;
}
.navbar-default .navbar-collapse li.active.dropdown .dropdown-menu li a {
  color: #252525;
}
.navbar-default .navbar-collapse li.active.dropdown .dropdown-menu li a:hover {
  color: #A96873;
}
.navbar-default .navbar-collapse li.dropdown.open a:hover, .navbar-default .navbar-collapse li.dropdown.open a.focus, .navbar-default .navbar-collapse li.dropdown.open a:focus {
  background-color: transparent;
  color: #A96873;
}
.navbar-default .navbar-collapse li.dropdown.open .dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  margin-top: 0 !important;
  min-width: 200px;
  display: block;
}
.navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
  padding: 10px 25px !important;
  font-weight: 300;
  text-transform: capitalize;
  width: 100%;
}
.navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
  float: left;
}
@media (max-width: 479px) {
  .navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
    padding: 10px 12px 10px 0;
  }
}
@media (min-width: 480px) {
  .navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
    padding: 10px 12px 10px 0;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
    padding: 6px 12px 6px 30px;
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
    padding: 10px 12px 10px 30px;
    font-size: 14px;
    
  }
}
.navbar-default .navbar-collapse li.dropdown.megaDropMenu {
  position: static;
  
}
.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu {
  right: 15px;
  margin-top: -5px;
}
@media (max-width: 479px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu {
    left: 0;
    padding: 0;
  }
}
@media (min-width: 480px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu {
    left: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu {
    left: 0;
    right: 0;
    padding: 10px 5px 10px;
    top: auto;
    
  }
}
.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
  width: auto;
  //float: left;
}
@media (max-width: 479px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
    padding-bottom: 10px;
  }
}
@media (min-width: 480px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
    padding-bottom: 40px;
  }
}
.navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #c9c9c9;
  float: left;
}
@media (max-width: 479px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
    padding: 10px 12px 10px 0;
  }
}
@media (min-width: 480px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
    padding: 10px 12px 10px 0;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
    //padding: 10px 12px 10px 25px;
  }
}
@media (max-width: 479px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
    padding: 10px 25px 10px 10px !important;
  }
}
@media (min-width: 480px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
    padding: 10px 25px 10px 10px !important;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
    //padding: 10px 25px !important;
    padding:0 !important;
    //border:1px solid blue;
  }
}
@media (max-width: 479px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo img {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo img {
    width: auto;
  }
}
@media (max-width: 479px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo {
    padding: 0 0 26px 0 !important;
  }
}
@media (min-width: 480px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo {
    padding: 0 0 26px 0 !important;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse li.dropdown.megaDropMenu .dropdown-menu a.menu-photo {
    padding: 26px 0 0 0 !important;
  }
}

.navbar-default .navbar-collapse li.dropdown .dropdown-menu li.active a {
  color: #A96873;
}

.navbar-default .navbar-nav > .open > a {
  background-color: transparent;
  color: #A96873;
}
.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #A96873;
}

body.bodyColor {
  background: #DADADA;
}

body.bodyColor.container {
  padding: 0;
}

@media (min-width: 992px) {
  .container {
    width: 970px !important;
  }

  body.bodyColor .header {
    max-width: 970px;
  }

  body.bodyColor .navbar-fixed-top {
    right: auto;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px !important;
  }

  body.bodyColor .header {
    max-width: 1170px;
  }
}




/*=== 2.2 FOOTER ===*/
/*=== 2.2.1 MAIN FOOTER ===*/
.footer {
  display: block;
  width: 100%;
  padding: 15px 0 15px 0;
  background-color: #252525;
  border-top: 8px solid #94A7AE;
}
@media (max-width: 479px) {
  .footer .footerLink {
    text-align: center;
    margin-bottom: 25px;
  }
}
@media (min-width: 480px) {
  .footer .footerLink {
    text-align: center;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .footer .footerLink {
    text-align: left;
    margin-bottom: 0;
  }
}
.footer .footerLink h5 {
  color: #5f5f5f;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.footer .footerLink ul li {
  color: #acacac;
  font-size: 12px;
  line-height: 20px;
}
.footer .footerLink ul li a {
  color: #acacac;
  font-size: 12px;
  line-height: 20px;
}
.footer .footerLink ul li a:hover {
  color: #7a7a7a;
}
.footer .newsletter {
  display: block;
  text-align: center;
}
@media (min-width: 480px) {
  .footer .newsletter {
    float: none;
    margin: 0 auto;
    margin-bottom: 25px;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .footer .newsletter {
    float: right;
    margin-bottom: 0;
    width: 90%;
  }
}
@media (min-width: 992px) {
  .footer .newsletter {
    width: 75%;
  }
}
.footer .newsletter h4 {
  color: #5f5f5f;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.footer .newsletter h3 {
  color: #acacac;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer .newsletter p {
  color: #acacac;
}
.footer .newsletter .input-group {
  display: block;
  width: 100%;
}

.footer .newsletter .input-group .form-control, .footer .newsletter .input-group .input-group-addon{
  display: inline-block;
  float: left;
  margin-right: 2%;
  border-radius: 0;
  border: none;
  background-color: #3b3b3b;
  height: 35px;
  line-height: 35px;
  padding: 0 14px;
  font-size: 12px;
  color: #999999;
}


.footer .newsletter .input-group .form-control:focus, .footer .newsletter .input-group .input-group-addon:focus {
  box-shadow: none;
}
@media (max-width: 479px) {
  .footer .newsletter .input-group .form-control, .footer .newsletter .input-group .input-group-addon {
    width: 73%;
  }
}
@media (min-width: 480px) {
  .footer .newsletter .input-group .form-control, .footer .newsletter .input-group .input-group-addon {
    width: 73%;
  }
}
@media (min-width: 768px) {
  .footer .newsletter .input-group .form-control, .footer .newsletter .input-group .input-group-addon {
    width: 63%;
  }
}
@media (min-width: 992px) {
  .footer .newsletter .input-group .form-control, .footer .newsletter .input-group .input-group-addon {
    width: 73%;
  }
}
.footer .newsletter .input-group .input-group-addon {
  margin-right: 0;
  height: 35px;
  padding: 0;
  line-height: 29px;
  border: 3px solid #94A7AE;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 479px) {
  .footer .newsletter .input-group .input-group-addon {
    width: 25%;
  }
}
@media (min-width: 480px) {
  .footer .newsletter .input-group .input-group-addon {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .footer .newsletter .input-group .input-group-addon {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .footer .newsletter .input-group .input-group-addon {
    width: 25%;
  }
}
.footer .newsletter .input-group .input-group-addon i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #94A7AE;
}
@media (min-width: 480px) {
  .footer .newsletter .input-group .input-group-addon i {
    margin-left: 7px;
  }
}
@media (min-width: 768px) {
  .footer .newsletter .input-group .input-group-addon i {
    margin-left: 3px;
  }
}
@media (min-width: 992px) {
  .footer .newsletter .input-group .input-group-addon i {
    margin-left: 7px;
  }
}
.footer .newsletter .input-group .input-group-addon:hover {
  background-color: #94A7AE;
  border-color: #94A7AE;
  color: #ffffff;
}
.footer .newsletter .input-group .input-group-addon:hover i {
  color: #ffffff;
}

/*=== 2.2.2 COPY RIGHT ===*/
.copyRight {
  display: block;
  width: 100%;
  min-height: 53px;
  background-color: #101010;
}
.copyRight p {
  color: #acacac;
  margin-bottom: 0;
}
.copyRight a {
  color: #acacac;
}

@media (max-width: 479px) {
  .copyRight p {
    text-align: center;
    line-height: 45px;
    font-size: 8px;
  }
}
@media (min-width: 480px) {
  .copyRight p {
    text-align: center;
    line-height: 45px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .copyRight p {
    text-align: left;
    line-height: 53px;
  }
}
@media (max-width: 479px) {
  .copyRight ul {
    text-align: center;
  }
}
@media (min-width: 480px) {
  .copyRight ul {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .copyRight ul {
    text-align: right;
  }
}
.copyRight ul li a {
  display: block;
  line-height: 53px;
  font-size: 14px;
}

/*=== 2.3 BANNER ===*/
#bannercontainer {
  height : 500px;	
  position: relative;
  visibility: none;
}

.fullscreenbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  //background-color:#F3F3F3;
  background-image: url(/assets/img/home/banner-slider/slider-bg.jpg);
  visibility: inherit;
}



.fullscreenbanner {
  color: #acacac;
  width: 100%;
  position: relative;
}

.slider-caption {


}

.tp-bullets {
  z-index: 99;
}

.tp-caption {
  white-space: normal !important;
  width: inherit;
}
@media (min-width: 768px) {
  .tp-caption {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .tp-caption {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .tp-caption {
    width: 55%;
  }
}

.captionCenterAlign {
  width: auto !important;
  text-align: center !important;
  margin: 0 auto !important;
}

.tp-caption.rs-caption-2, .tp-caption.rs-caption-3 {
	min-width:300px;
	width:600px;
}
.tp-caption.rs-caption-2 {
  text-transform: uppercase;
  color: #013888 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
@media (min-width: 480px) {
  .tp-caption.rs-caption-2 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
@media (min-width: 768px) {
  .tp-caption.rs-caption-2 {
    font-size: 36px !important;
    line-height: 42px !important;
  }
}




.tp-caption.rs-caption-3 {
  text-transform: uppercase;
  color: #E41819 !important;
  font-weight: 300;
  font-size: 12px !important;
  line-height: 18px !important;
}
@media (min-width: 480px) {
  .tp-caption.rs-caption-3 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
@media (min-width: 768px) {
  .tp-caption.rs-caption-3 {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}
.tp-caption.rs-caption-3 small {
  color: #252525 !important;
  font-size: 10px !important;
  line-height: 16px !important;
}
@media (min-width: 480px) {
  .tp-caption.rs-caption-3 small {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}
@media (min-width: 768px) {
  .tp-caption.rs-caption-3 small {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

.tp-caption.rs-caption-4 .btn {
  border: 3px solid #94A7AE;
  color: #252525 !important;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 196px;
  height: 55px;
  line-height: 50px;
  text-align: left;
  text-indent: 32px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 479px) {
  .tp-caption.rs-caption-4 .btn {
    display: none;
  }
}
@media (min-width: 480px) {
  .tp-caption.rs-caption-4 .btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .tp-caption.rs-caption-4 .btn {
    display: block;
    padding: 0 !important;
  }
}
.tp-caption.rs-caption-4 .btn i {
  color: #94A7AE;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tp-caption.rs-caption-4 .btn:hover {
  background-color: #94A7AE;
  color: #ffffff !important;
}
.tp-caption.rs-caption-4 .btn:hover i {
  color: #ffffff;
}

.fullscreenbanner .tp-dottedoverlay.twoxtwo {
  background-image: none !important;
  z-index: 1;
}

.captionCenter .tp-caption.rs-caption-2 {
  text-transform: uppercase;
  color: #704664 !important;
  font-weight: 300;
}
@media (min-width: 480px) {
  .captionCenter .tp-caption.rs-caption-2 {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}
@media (min-width: 768px) {
  .captionCenter .tp-caption.rs-caption-2 {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}
.captionCenter .tp-caption.rs-caption-3 {
  text-transform: uppercase;
  color: #797979 !important;
}
@media (min-width: 480px) {
  .captionCenter .tp-caption.rs-caption-3 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
@media (min-width: 768px) {
  .captionCenter .tp-caption.rs-caption-3 {
    font-size: 36px !important;
    line-height: 42px !important;
  }
}


/*=== 2.4 WHITE SECTION ===*/
.page-header {
  margin: 0 0 17px 0;
  border-bottom: 4px solid #D4D6DD;
}
.page-header h4 {
  margin-bottom: 0;
  text-transform: uppercase;
}

.masking-hover, .imageBox .productImage .productMasking, .whiteSection .featuredProducts .slide .productImage .productMasking, .mainContent .featuredProducts .slide .productImage .productMasking, .productsContent .productBox .productImage .productMasking, .whiteSection .featuredCollection .thumbnail .imageWrapper .masking, .mainContent .featuredCollection .thumbnail .imageWrapper .masking, .productListSingle .media .media-left .maskingImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(71, 186, 193, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.content-center, .imageBox .productImage .productMasking ul, .whiteSection .featuredProducts .slide .productImage .productMasking ul, .mainContent .featuredProducts .slide .productImage .productMasking ul, .productsContent .productBox .productImage .productMasking ul, .masking-btn, .whiteSection .featuredCollection .thumbnail .imageWrapper .masking .viewBtn, .mainContent .featuredCollection .thumbnail .imageWrapper .masking .viewBtn, .productListSingle .media .media-left .maskingImage .viewBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
}

.thumbnail {
  border: none;
  border-radius: 0;
  padding: 0;
}
.thumbnail .caption {
  padding: 20px 0 0 0;
}

.imageBox, .whiteSection .featuredProducts .slide, .mainContent .featuredProducts .slide, .productsContent .productBox {
  height: auto;
  display: block;
  cursor: pointer;
  margin-bottom: 30px;
  border:1px solid #D3D4D6;
}
.imageBox .productImage, .whiteSection .featuredProducts .slide .productImage, .mainContent .featuredProducts .slide .productImage, .productsContent .productBox .productImage {
  position: relative;
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
  min-height: 160px;
  height: 160px;
  
}
.imageBox .productImage img, .whiteSection .featuredProducts .slide .productImage img, .mainContent .featuredProducts .slide .productImage img, .productsContent .productBox .productImage img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  width:auto;
  height: 150px;
  margin: 0 auto;
  
}
.imageBox .productImage:hover img, .whiteSection .featuredProducts .slide .productImage:hover img, .mainContent .featuredProducts .slide .productImage:hover img, .productsContent .productBox .productImage:hover img {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.imageBox .productImage .productMasking ul, .whiteSection .featuredProducts .slide .productImage .productMasking ul, .mainContent .featuredProducts .slide .productImage .productMasking ul, .productsContent .productBox .productImage .productMasking ul {
  width: 157px;
  height: 42px;
}
.imageBox .productImage .productMasking ul li, .whiteSection .featuredProducts .slide .productImage .productMasking ul li, .mainContent .featuredProducts .slide .productImage .productMasking ul li, .productsContent .productBox .productImage .productMasking ul li {
  padding: 0 4px;
}
.imageBox .productImage .productMasking ul li a, .whiteSection .featuredProducts .slide .productImage .productMasking ul li a, .mainContent .featuredProducts .slide .productImage .productMasking ul li a, .productsContent .productBox .productImage .productMasking ul li a {
  width: 42px;
  height: 42px;
  padding: 0;
  text-align: center;
  border:1px solid #95A6AE;
  border-radius: 0px;
  background-color: transparent;
  line-height: 36px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.imageBox .productImage .productMasking ul li a i, .whiteSection .featuredProducts .slide .productImage .productMasking ul li a i, .mainContent .featuredProducts .slide .productImage .productMasking ul li a i, .productsContent .productBox .productImage .productMasking ul li a i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  color: #7C8A8B;
}
.imageBox .productImage .productMasking ul li a:hover, .whiteSection .featuredProducts .slide .productImage .productMasking ul li a:hover, .mainContent .featuredProducts .slide .productImage .productMasking ul li a:hover, .productsContent .productBox .productImage .productMasking ul li a:hover {
  background-color: #ADBFC3;
  border-color: #ADBFC3;
  
}
.imageBox .productImage .productMasking ul li a:hover i, .whiteSection .featuredProducts .slide .productImage .productMasking ul li a:hover i, .mainContent .featuredProducts .slide .productImage .productMasking ul li a:hover i, .productsContent .productBox .productImage .productMasking ul li a:hover i {
  color: #FCFFFF;
}
@media (min-width: 480px) {
  .imageBox .productImage, .whiteSection .featuredProducts .slide .productImage, .mainContent .featuredProducts .slide .productImage, .productsContent .productBox .productImage {
    width: 100%;
    height: auto;
  }
}
.imageBox:hover .productMasking, .whiteSection .featuredProducts .slide:hover .productMasking, .mainContent .featuredProducts .slide:hover .productMasking, .productsContent .productBox:hover .productMasking {
  opacity: 1;
}
.imageBox:hover .productMasking ul, .whiteSection .featuredProducts .slide:hover .productMasking ul, .mainContent .featuredProducts .slide:hover .productMasking ul, .productsContent .productBox:hover .productMasking ul {
  -webkit-animation: itemMove 0.3s linear;
  animation: itemMove 0.3s linear;
}
.imageBox .productCaption, .whiteSection .featuredProducts .slide .productCaption, .mainContent .featuredProducts .slide .productCaption, .productsContent .productBox .productCaption {
  width: 100%;
  display: block;
  padding:0 5px;
  line-height:15px;
  min-height:60px;
  height:60px;
}



.productsContent .productBox .productPrice .input-qty-price{
  margin:0 !important;
  padding:0 !important;
}

.productsContent .productBox .productPrice .input-qty-price .input-group-addon{
  margin:0;
  padding:5px;;
  background-color:#AFBEC5;
  color:#505A63;
  font-weight:800;
}
.productsContent .productBox .productPrice .input-qty-price input {
  text-align: center;
}

.imageBox .productCaption h5, .whiteSection .featuredProducts .slide .productCaption h5, .mainContent .featuredProducts .slide .productCaption h5, .productsContent .productBox .productCaption h5 {
  font-size: 11px;
  text-transform: normal;
  letter-spacing: .3px;
  margin-bottom: 0px;
}
.imageBox .productCaption h3, .whiteSection .featuredProducts .slide .productCaption h3, .mainContent .featuredProducts .slide .productCaption h3, .productsContent .productBox .productCaption h3 {
  color: #A83872;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 2px;
}

.masking-btn, .whiteSection .featuredCollection .thumbnail .imageWrapper .masking .viewBtn, .mainContent .featuredCollection .thumbnail .imageWrapper .masking .viewBtn, .productListSingle .media .media-left .maskingImage .viewBtn {
  width: 196px;
  min-height: 55px;
  border: 3px solid #C8C9CD;
  text-transform: uppercase;
  font-weight: 700;
  color: #70747F;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0;
  border-radius: 0;
  padding: 0;
  line-height: 55px;
}
.masking-btn:hover, .whiteSection .featuredCollection .thumbnail .imageWrapper .masking .viewBtn:hover, .mainContent .featuredCollection .thumbnail .imageWrapper .masking .viewBtn:hover, .productListSingle .media .media-left .maskingImage .viewBtn:hover {
  background-color: #C8C9CD;
  color: #F5FCFF;
}

.whiteSection, .mainContent {
  background-color: #ffffff;
}
@media (max-width: 479px) {
  .whiteSection, .mainContent {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 480px) {
  .whiteSection, .mainContent {
    padding: 90px 0 0 0;
  }
}
@media (min-width: 768px) {
  .whiteSection, .mainContent {
    padding: 90px 0 60px 0;
  }
}
.whiteSection .featuredCollection .thumbnail, .mainContent .featuredCollection .thumbnail {
  cursor: pointer;
}
@media (max-width: 479px) {
  .whiteSection .featuredCollection .thumbnail, .mainContent .featuredCollection .thumbnail {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 480px) {
  .whiteSection .featuredCollection .thumbnail, .mainContent .featuredCollection .thumbnail {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .whiteSection .featuredCollection .thumbnail, .mainContent .featuredCollection .thumbnail {
    margin-bottom: 88px;
  }
}
.whiteSection .featuredCollection .thumbnail .imageWrapper, .mainContent .featuredCollection .thumbnail .imageWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.whiteSection .featuredCollection .thumbnail .imageWrapper img, .mainContent .featuredCollection .thumbnail .imageWrapper img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.whiteSection .featuredCollection .thumbnail:hover .imageWrapper .masking, .mainContent .featuredCollection .thumbnail:hover .imageWrapper .masking {
  opacity: 1;
}
.whiteSection .featuredCollection .thumbnail:hover .imageWrapper img, .mainContent .featuredCollection .thumbnail:hover .imageWrapper img {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.whiteSection .featuredCollection .thumbnail:hover .imageWrapper .viewBtn, .mainContent .featuredCollection .thumbnail:hover .imageWrapper .viewBtn {
  -webkit-animation: itemMove 0.3s linear;
  animation: itemMove 0.3s linear;
}
.whiteSection .featuredCollection .thumbnail .caption h4, .mainContent .featuredCollection .thumbnail .caption h4 {
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.whiteSection .featuredCollection .thumbnail:hover .caption h4, .mainContent .featuredCollection .thumbnail:hover .caption h4 {
  color: #94A7AE;
}
.whiteSection .latestArticles .thumbnail, .mainContent .latestArticles .thumbnail {
  margin-bottom: 30px;
}
.whiteSection .latestArticles .thumbnail h5, .mainContent .latestArticles .thumbnail h5 {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.whiteSection .latestArticles .thumbnail h5 a, .mainContent .latestArticles .thumbnail h5 a {
  font-size: inherit;
  letter-spacing: inherit;
  color: #252525;
}
.whiteSection .latestArticles .thumbnail h5 span, .mainContent .latestArticles .thumbnail h5 span {
  text-transform: capitalize;
  color: #bcbcbc;
}
.whiteSection .latestArticles .thumbnail h5 span a, .mainContent .latestArticles .thumbnail h5 span a {
  color: #bcbcbc;
  text-decoration: underline !important;
}
.whiteSection .latestArticles .thumbnail span, .mainContent .latestArticles .thumbnail span {
  text-transform: capitalize;
  color: #bcbcbc;
  display: block;
  margin-bottom: 10px;
}
.whiteSection .latestArticles .thumbnail span a, .mainContent .latestArticles .thumbnail span a {
  color: #bcbcbc;
  text-decoration: underline !important;
}
.whiteSection .latestArticles .thumbnail img, .mainContent .latestArticles .thumbnail img {
  width: 100%;
}
.whiteSection .latestArticles .thumbnail p, .mainContent .latestArticles .thumbnail p {
  margin-bottom: 0;
}

/*=== 2.5 LIGHT SECTION ===*/
.lightSection {
  background-color: #FFF;
  //height: 125px;
}
.lightSection .partnersLogoSlider .owl-nav {
  display: none;
}
.lightSection .partnersLogoSlider .slide {
  display: table;
  height: 125px;
  width: 100%;
}
.lightSection .partnersLogoSlider .slide .partnersLogo {
  display: table-cell;
  vertical-align: middle;
  text-align: center !important;
}
.lightSection .partnersLogoSlider .slide .partnersLogo img {
  width: auto;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .lightSection .partnersLogoSlider .slide .partnersLogo {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .lightSection .partnersLogoSlider .slide .partnersLogo {
    width: 270px;
  }
}

@-webkit-keyframes itemMove {
  0% {
    top: 55%;
  }
  100% {
    top: 50%;
  }
}
@keyframes itemMove {
  0% {
    top: 55%;
  }
  100% {
    top: 50%;
  }
}
/*=== 3. FORM ===*/
/*=== 3.1 FORM COMMON ===*/
.form-field .form-group .form-control, .form-body .panel .panel-body .form-group .form-control, .signUp .panel .panel-body .form-group .form-control, .lostPassword .panel .panel-body .form-group .form-control, .logIn .panel .panel-body .form-group .form-control, .commentsForm .form-group .form-control, #login .modal-dialog .modal-content .modal-body .form-group .form-control, #signup .modal-dialog .modal-content .modal-body .form-group .form-control, .stepsPage form .form-group .form-control, .profile .form-horizontal .form-group .form-control {
  border-radius: 0;
  background-color: #f0f0f0;
  border: none;
  height: 50px;
  box-shadow: none;
}
.form-field .form-group .form-control:focus, .form-body .panel .panel-body .form-group .form-control:focus, .signUp .panel .panel-body .form-group .form-control:focus, .lostPassword .panel .panel-body .form-group .form-control:focus, .logIn .panel .panel-body .form-group .form-control:focus, .commentsForm .form-group .form-control:focus, #login .modal-dialog .modal-content .modal-body .form-group .form-control:focus, #signup .modal-dialog .modal-content .modal-body .form-group .form-control:focus, .stepsPage form .form-group .form-control:focus, .profile .form-horizontal .form-group .form-control:focus {
  box-shadow: none;
}

.form-field, .form-body .panel .panel-body, .signUp .panel .panel-body, .lostPassword .panel .panel-body, .logIn .panel .panel-body, .commentsForm, #login .modal-dialog .modal-content .modal-body, #signup .modal-dialog .modal-content .modal-body {
  padding: 15px 30px;
}
.form-field .form-group, .form-body .panel .panel-body .form-group, .signUp .panel .panel-body .form-group, .lostPassword .panel .panel-body .form-group, .logIn .panel .panel-body .form-group, .commentsForm .form-group, #login .modal-dialog .modal-content .modal-body .form-group, #signup .modal-dialog .modal-content .modal-body .form-group {
  margin-bottom: 30px;
}
.form-field .form-group label, .form-body .panel .panel-body .form-group label, .signUp .panel .panel-body .form-group label, .lostPassword .panel .panel-body .form-group label, .logIn .panel .panel-body .form-group label, .commentsForm .form-group label, #login .modal-dialog .modal-content .modal-body .form-group label, #signup .modal-dialog .modal-content .modal-body .form-group label {
  font-size: 13px;
}
.form-field .checkbox, .form-body .panel .panel-body .checkbox, .signUp .panel .panel-body .checkbox, .lostPassword .panel .panel-body .checkbox, .logIn .panel .panel-body .checkbox, .commentsForm .checkbox, #login .modal-dialog .modal-content .modal-body .checkbox, #signup .modal-dialog .modal-content .modal-body .checkbox {
  margin: 0 0 30px 0;
}
.form-field .checkbox label, .form-body .panel .panel-body .checkbox label, .signUp .panel .panel-body .checkbox label, .lostPassword .panel .panel-body .checkbox label, .logIn .panel .panel-body .checkbox label, .commentsForm .checkbox label, #login .modal-dialog .modal-content .modal-body .checkbox label, #signup .modal-dialog .modal-content .modal-body .checkbox label {
  font-size: 13px;
}
.form-field .btn-primary, .form-body .panel .panel-body .btn-primary, .signUp .panel .panel-body .btn-primary, .lostPassword .panel .panel-body .btn-primary, .logIn .panel .panel-body .btn-primary, .commentsForm .btn-primary, #login .modal-dialog .modal-content .modal-body .btn-primary, #signup .modal-dialog .modal-content .modal-body .btn-primary {
  border-radius: 0;
  background-color: #94A7AE;
  border: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-field .btn-primary:hover, .form-body .panel .panel-body .btn-primary:hover, .signUp .panel .panel-body .btn-primary:hover, .lostPassword .panel .panel-body .btn-primary:hover, .logIn .panel .panel-body .btn-primary:hover, .commentsForm .btn-primary:hover, #login .modal-dialog .modal-content .modal-body .btn-primary:hover, #signup .modal-dialog .modal-content .modal-body .btn-primary:hover {
  opacity: .9;
}
.form-field .btn-link, .form-body .panel .panel-body .btn-link, .signUp .panel .panel-body .btn-link, .lostPassword .panel .panel-body .btn-link, .logIn .panel .panel-body .btn-link, .commentsForm .btn-link, #login .modal-dialog .modal-content .modal-body .btn-link, #signup .modal-dialog .modal-content .modal-body .btn-link {
  color: #94A7AE;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-field .btn-link:hover, .form-body .panel .panel-body .btn-link:hover, .signUp .panel .panel-body .btn-link:hover, .lostPassword .panel .panel-body .btn-link:hover, .logIn .panel .panel-body .btn-link:hover, .commentsForm .btn-link:hover, #login .modal-dialog .modal-content .modal-body .btn-link:hover, #signup .modal-dialog .modal-content .modal-body .btn-link:hover {
  text-decoration: none;
  color: #4dc8cf;
}

.form-body .panel, .signUp .panel, .lostPassword .panel, .logIn .panel {
  border-radius: 0;
  border: none;
}
.form-body .panel .panel-heading, .signUp .panel .panel-heading, .lostPassword .panel .panel-heading, .logIn .panel .panel-heading {
  border-radius: 0;
  padding: 0 15px;
  height: 60px;
}
.form-body .panel .panel-heading h3, .signUp .panel .panel-heading h3, .lostPassword .panel .panel-heading h3, .logIn .panel .panel-heading h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  color: #ffffff;
  line-height: 60px;
}
.form-body .panel .panel-body, .signUp .panel .panel-body, .lostPassword .panel .panel-body, .logIn .panel .panel-body {
  border: 5px solid #f0f0f0;
  border-top: none;
}
.form-body .panel .panel-body .btn-link span, .signUp .panel .panel-body .btn-link span, .lostPassword .panel .panel-body .btn-link span, .logIn .panel .panel-body .btn-link span {
  color: #797979;
}


/*=== 3.2 FORM SIGN UP ===*/
@media (min-width: 480px) {
  .signUp {
    padding: 45px 0 25px 0;
  }
}
@media (min-width: 480px) {
  .signUp {
    padding: 90px 0 70px 0;
  }
}

/*=== 3.3 FORM LOST PASSWORD ===*/
.lostPassword .panel-body {
  padding: 50px 30px !important;
}
.lostPassword .help-block {
  color: #252525;
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 20px 0;
}
@media (min-width: 480px) {
  .lostPassword {
    padding: 45px 0 25px 0;
  }
}
@media (min-width: 480px) {
  .lostPassword {
    padding: 90px 0 70px 0;
  }
}

/*=== 3.4 FORM LOG IN ===*/
.logIn .btn-default {
  height: 45px;
  padding: 0;
  line-height: 45px;
  border-radius: 0;
  border: none;
  margin: 30px 0 0 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logIn .btn-default.pull-left {
  background-color: #46639f;
}
.logIn .btn-default.pull-right {
  background-color: #d6513e;
}
.logIn .btn-default i {
  margin-right: 5px;
}
.logIn .btn-default:hover {
  opacity: .9;
}
@media (max-width: 479px) {
  .logIn .btn-default {
    width: 100%;
    font-size: 11px;
  }
}
@media (min-width: 480px) {
  .logIn .btn-default {
    width: 48%;
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .logIn .btn-default {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .logIn .btn-default {
    font-size: 14px;
  }
}
@media (min-width: 480px) {
  .logIn {
    padding: 45px 0 25px 0;
  }
}
@media (min-width: 768px) {
  .logIn {
    padding: 90px 0 70px 0;
  }
}



/*=== 3.6 STEPS PAGE FORM ===*/
.stepsPage form {
  margin: 0 -15px;
}
.stepsPage form .form-group {
  margin-bottom: 30px;
}
.stepsPage form .form-group label {
  font-size: 13px;
  display: block;
}
.stepsPage form .form-group textarea.form-control {
  height: 150px;
}
.stepsPage form .checkboxArea {
  float: left;
  margin: 13px 0 50px 0;
}
.stepsPage form .checkboxArea input[type=checkbox]:not(old) {
  width: 20px;
  margin: 0;
  padding: 0;
  font-size: 10px;
  opacity: 0;
}
.stepsPage form .checkboxArea input[type=checkbox]:not(old) + label {
  display: inline-block;
  margin-left: -20px;
  line-height: 20px;
  font-weight: 400;
  font-size: 13px;
}
.stepsPage form .checkboxArea input[type=checkbox]:not(old) + label span {
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: 20px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.stepsPage form .checkboxArea input[type=checkbox]:not(old):checked + label span {
  background-color: #94A7AE;
  border: 1px solid #94A7AE;
}
.stepsPage form .checkboxArea input[type=checkbox]:not(old):checked + label span:before {
  color: #ffffff;
  content: "\f00c";
  font-family: 'FontAwesome';
  display: block;
  font-size: 12px;
  font-weight: normal;
  height: 20px;
  line-height: 17px;
  text-align: center;
  width: 20px;
}

/*=== 4. MODAL ===*/
/*=== 4.1 LOGIN MODAL ===*/
#login .modal-dialog .modal-content, #signup .modal-dialog .modal-content, .quick-view .modal-dialog .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.quick-view .modal-dialog .modal-content .modal-body .media .media-body, .singleProduct .media .media-body {
  overflow: visible;
}
.quick-view .modal-dialog .modal-content .modal-body .media .media-body h2, .singleProduct .media .media-body h2, .quick-view .modal-dialog .modal-content .modal-body .media .media-body h3, .singleProduct .media .media-body h3 {
  font-weight: 700;
  margin-bottom: 7px;
  letter-spacing: 1px;
}
.quick-view .modal-dialog .modal-content .modal-body .media .media-body h3, .singleProduct .media .media-body h3 {
  margin-bottom: 26px;
}


.quick-view .modal-dialog .modal-content .modal-body .media .media-body p, .singleProduct .media .media-body p {
  font-size: inherit;
  line-height: 24px;
  color: #797979;
  margin-bottom: 37px;
}


.quick-view .modal-dialog .modal-content .modal-body .media .media-body .quick-drop, 
.singleProduct .media .media-body .quick-drop,
.quick-view .modal-dialog .modal-content .modal-body .media .media-body .quick-input, 
.singleProduct .media .media-body .quick-input{
  margin: 0 12px 38px 0;
  display: inline;
}
.quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area, .singleProduct .media .media-body .btn-area {
  display: inline;
  width: 100%;
}
.quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary, .singleProduct .media .media-body .btn-area .btn-primary {
  width: 156px;
  height: 40px;
  border-radius: 0;
  border: none;
  background-color: #94A7AE;
  padding: 0 20px;
  line-height: 40px;
  position: relative;
  text-align: left;
  color : #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary i, .singleProduct .media .media-body .btn-area .btn-primary i {
  position: absolute;
  right: 20px;
  top: 11px;
  font-size: 22px;
}
.quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary:hover, .singleProduct .media .media-body .btn-area .btn-primary:hover {
  opacity: .8;
}

#login .modal-dialog, #signup .modal-dialog {
  margin: 10px auto 0 auto;
}
#login .modal-dialog .modal-content .modal-header, #signup .modal-dialog .modal-content .modal-header {
  background-color: #94A7AE;
}
#login .modal-dialog .modal-content .modal-header .modal-title, #signup .modal-dialog .modal-content .modal-header .modal-title {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
#login .modal-dialog .modal-content .modal-header .close, #signup .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  color: #ffffff;
}
#login .modal-dialog .modal-content .modal-header .close:hover, #signup .modal-dialog .modal-content .modal-header .close:hover, #login .modal-dialog .modal-content .modal-header .close:focus, #signup .modal-dialog .modal-content .modal-header .close:focus {
  opacity: .6;
}


@media (max-width: 479px) {
  #login .modal-dialog {
    width: 270px;
  }
}
@media (min-width: 480px) {
  #login .modal-dialog {
    width: 430px;
  }
}
/*
#signup .modal-dialog .modal-body form .btn-primary {
  margin-bottom: 15px;
}
*/




/*=== 4.2 PORDUCT QUICK VIEW MODAL ===*/
@media (max-width: 479px) {
  .quick-view .modal-dialog, .modal-dialog {
    width: 280px;
    margin: 0 auto;
  }
}
@media (min-width: 480px) {
  .quick-view .modal-dialog {
    width: 450px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .quick-view .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .quick-view .modal-dialog {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .quick-view .modal-dialog {
    width: 1030px;
  }
}
.quick-view .modal-dialog .modal-content .modal-body {
  padding: 30px;
}
.quick-view .modal-dialog .modal-content .modal-body .close {
  font-size: 60px;
  font-weight: 300;
  margin: -20px -20px 0 0;
  line-height: 30px;
}
.quick-view .modal-dialog .modal-content .modal-body .media {
  margin-top: 0;
}
@media (min-width: 480px) {
  .quick-view .modal-dialog .modal-content .modal-body .media .media-left {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
@media (min-width: 768px) {
  .quick-view .modal-dialog .modal-content .modal-body .media .media-left {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
@media (min-width: 992px) {
  .quick-view .modal-dialog .modal-content .modal-body .media .media-left {
    padding-right: 40px;
    width: auto;
  }
}
.quick-view .modal-dialog .modal-content .modal-body .media .media-left img {
  width: 100%;
}

/*=== 5. PAGE HEADER ===*/
/*=== 5.1 COMMON HEADER ===*/
@media (max-width: 479px) {
  .pageHeader .col-xs-6 {
    width: 100%;
    padding-top: 10px;
  }
}
@media (min-width: 480px) {
  .pageHeader .col-xs-6 {
    width: 50%;
    padding-top: 0;
  }
}


.mainContent .page-title h2 {
  color: #797979;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .mainContent .page-title h2 {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 480px) {
  .mainContent .page-title h2 {
    font-size: 12px;
    line-height: 40px;
    margin-bottom:20px;
  }
}
@media (min-width: 768px) {
  .mainContent .page-title h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .mainContent .page-title h2 {
    font-size: 30px;
  }
}


.pageHeader ol.breadcrumb {
  background-color: transparent;
  border:none;
  margin:5px 0 0 0;
  padding:0;
}

@media (max-width: 479px) {
  .pageHeader ol.breadcrumb {
    float: left !important;
    min-height: 15px;
  }
}
@media (min-width: 480px) {
  .pageHeader ol.breadcrumb {
    //float: right !important;
    //min-height: 70px;
  }
}
.pageHeader ol.breadcrumb .active {
  color: #252525;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .pageHeader ol.breadcrumb .active {
    font-size: 9px;
  }
}
@media (min-width: 768px) {
  .pageHeader ol.breadcrumb .active {
    font-size: 12px;
  }
}
@media (min-width: 480px) {
  .pageHeader ol.breadcrumb li + li::before {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .pageHeader ol.breadcrumb li + li::before {
    padding: 0 5px;
  }
}
.pageHeader ol.breadcrumb li a {
  text-transform: uppercase;
  color: #969696;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pageHeader ol.breadcrumb li a:hover {
  opacity: .9;
}
@media (min-width: 480px) {
  .pageHeader ol.breadcrumb li a {
    font-size: 9px;
    line-height: 15px;
  }
}
@media (min-width: 480px) {
  .pageHeader ol.breadcrumb li a {
    font-size: 9px;
    //line-height: 70px;
  }
}
@media (min-width: 768px) {
  .pageHeader ol.breadcrumb li a {
    font-size: 12px;
  }
}

/*=== 5.2 ABOUT US HEADER===*/
.aboutUsInfo .page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.aboutUsInfo .page-header h3 {
  text-transform: capitalize;
  font-weight: 400;
}
@media (max-width: 479px) {
  .aboutUsInfo .page-header h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) {
  .aboutUsInfo .page-header h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .aboutUsInfo .page-header h3 {
    margin-bottom: 45px;
  }
}

/*=== 5.3 CART PAGE HEADER ===*/
.pageHeaderImage {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: auto;
  height: 200px;
  background-image: url(../img/products/page-header-image.jpg);
}
.pageHeaderImage .tableBlock {
  display: table;
  height: 200px;
  width: 100%;
}
.pageHeaderImage .tableBlock .tableInner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 73px;
}
.pageHeaderImage .tableBlock .tableInner .page-title h2 {
  color: #fffefe;
  font-weight: 400;
  margin-bottom: 20px;
}
.pageHeaderImage .tableBlock .tableInner .page-title .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}
.pageHeaderImage .tableBlock .tableInner .page-title .breadcrumb li {
  text-transform: uppercase;
  color: #e6e6e6;
}

/*=== 6. SIDEBARS ===*/
.sideBar .panel {
  border-radius: 0;
  border: none;
}
.sideBar .panel .panel-heading {
  background-color: #FFF;
  padding: 0 15px 0 0;
  margin:0 15px 10px 0;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #292F3B;
  border-color:#4F5965;
  letter-spacing: 3px;
}
.sideBar .panel .panel-body {
  border: none;
  padding: 0 15px 0 0;
}
.sideBar .input-group {
  border: 5px solid #f0f0f0;
}
.sideBar .input-group .form-control,
.sideBar .input-group .input-group-addon {
  border: none;
}

.navbar-side-collapse .side-nav li a, .filterNormal .list-unstyled li a {
  font-size: 14px;
  color: #252525;
  line-height: 22px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}

.sub-list-item, .navbar-side-collapse .side-nav li .collapseItem li a, .sidebar-list li a {
  font-size: 13px !important;
  color: #888888;
  width: 100%;
  display: block;
  line-height: 20px;
  //padding: 7px 0 7px 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sub-list-item i, .navbar-side-collapse .side-nav li .collapseItem li a i,  .sidebar-list li a i {
  right: 0;
  left: auto;
  line-height: 20px;
  position: absolute;
}
.sub-list-item:hover, .navbar-side-collapse .side-nav li .collapseItem li a:hover, .sidebar-list li a:hover {
  color: #94A7AE;
}

.navbar-side-collapse {
  padding: 0;
  display: block;
}
.navbar-side-collapse .side-nav {
  width: 100%;
  margin: 0;
}
.navbar-side-collapse .side-nav li {
  width: 100%;
  margin-bottom: 15px;
}
.navbar-side-collapse .side-nav li a {
  background-color: transparent;
  position: relative;
}
.navbar-side-collapse .side-nav li a i {
  font-size: 12px;
  line-height: 22px;
  position: absolute;
  right: 0;
  padding:0 10px;
}
.navbar-side-collapse .side-nav li a:hover {
  color: #94A7AE;
}
.navbar-side-collapse .side-nav li .collapseItem li {
  margin-bottom: 0 !important;
}






.navbar-side-collapse .side-nav li {
  padding: 0;
  margin:0 0 7px 0;
}

.navbar-side-collapse .side-nav li div.bottom-line{
  border-bottom:1px solid #D6DADD;
  padding-left:5px;
}

.navbar-side-collapse .side-nav li li {
  margin:0;
  padding:0 0 6px 15px;
  border:none;
}

.navbar-side-collapse .side-nav li li li {
  margin:0;
  padding:0 0 4px 20px;
  border:none;
}



.filterNormal .list-unstyled {
  width: 100%;
}
.filterNormal .list-unstyled li {
  width: 100%;
}
.filterNormal .list-unstyled li a {
  padding: 10px 0;
}
.filterNormal .list-unstyled li a:hover {
  color: #94A7AE;
}
.filterNormal .list-unstyled li a span {
  margin-left: 10px;
}

.priceRange .progress {
  margin: 20px 0 25px 0;
  height: 4px;
  background-color: #f0f0f0;
  position: relative;
  overflow: visible;
}
.priceRange .progress .progress-bar {
  background-color: #252525;
}
.priceRange .progress .bulet {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 2px solid #252525;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  left: 0px;
  top: -5px;
  position: absolute;
}
.priceRange .progress .bulet.next {
  left: 60px;
}
.priceRange .btn-default {
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-transform: uppercase;
  background-color: #252525;
  border-radius: 0;
  border: none;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 479px) {
  .priceRange .btn-default {
    width: 82px;
    font-size: 14px;
  }
}
@media (min-width: 480px) {
  .priceRange .btn-default {
    width: 82px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .priceRange .btn-default {
    width: 50px;
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .priceRange .btn-default {
    width: 45px;
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .priceRange .btn-default {
    width: 82px;
    font-size: 14px;
  }
}
.priceRange .priceLabel {
  float: right;
  line-height: 30px;
  color: #252525;
}
@media (min-width: 480px) {
  .priceRange .priceLabel {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .priceRange .priceLabel {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .priceRange .priceLabel {
    font-size: 14px;
  }
}

.sidebar-list li a {
  position: relative;
}

.recentBlogPosts .media-heading {
  text-transform: capitalize;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 480px) {
  .recentBlogPosts .media-heading {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .recentBlogPosts .media-heading {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .recentBlogPosts .media-heading {
    font-size: 14px;
  }
}
.recentBlogPosts .media-heading a {
  color: #252525;
}
.recentBlogPosts p {
  color: #797979;
}
.recentBlogPosts p i {
  margin-right: 8px;
}
@media (min-width: 480px) {
  .recentBlogPosts p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .recentBlogPosts p {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .recentBlogPosts p {
    font-size: 14px;
  }
}

.priceRange {
  position: relative;
}
.priceRange .price-slider-inner {
  display: block;
  margin: 15px 0 25px 0;
}
.priceRange .price-slider-inner .amount-wrapper {
  position: absolute;
  bottom: 25px;
  right: 20px;
  font-size: 14px;
  width: 120px;
}
.priceRange .price-slider-inner .amount-wrapper input {
  background-color: transparent;
  border: 0;
  width: 28%;
  font-size: 14px;
  color: #252525;
  font-weight: 700;
  text-align: right;
}
.priceRange .price-slider-inner .ui-widget-content {
  background: none;
  border: 0;
  background-color: #f0f0f0;
  height: 4px;
  clear: both;
  border-radius: 0;
  margin: 0 5px 0 9px;
}
.priceRange .price-slider-inner .ui-widget-content .ui-slider-range {
  background-color: #252525;
  border: none;
  border-radius: 0;
}
.priceRange .price-slider-inner .ui-widget-content .ui-slider-handle {
  border-radius: 50%;
  background: none;
  border: 3px solid #252525;
  background-color: #ffffff;
  top: -6px;
  width: 16px;
  height: 16px;
  outline: none;
}

/*=== 7. PRODUCTS ===*/
/*=== 7.1 PRODUCTS COMMON ===*/
@media (min-width: 768px) {
  .productsContent .productBox .productImage {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .productsContent .productBox .productImage {
    width: 100%;
    height: auto;
  }
}

.filterArea {
  margin-bottom: 30px;
}
.filterArea .btn-group .btn-default {
  height: 30px;
  padding: 0;
  line-height: 25px;
  border-radius: 0;
  border-color: #d0d0d0;
  margin: 0 0 0 5px;
  color: #252525;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 479px) {
  .filterArea .btn-group .btn-default i {
    margin-right: 0;
  }
}
@media (min-width: 480px) {
  .filterArea .btn-group .btn-default i {
    margin-right: 0px;
  }
}
@media (max-width: 479px) {
  .filterArea .btn-group .btn-default span {
    display: none;
  }
}
@media (min-width: 480px) {
  .filterArea .btn-group .btn-default span {
    display: inline-block;
  }
}
.filterArea .btn-group .btn-default:hover, .filterArea .btn-group .btn-default.active {
  background-color: #B1BEC6;
  color: #6F7C82;
  border-color: #B1BEC6;
}
@media (max-width: 479px) {
  .filterArea .btn-group .btn-default {
    width: 40px;
  }
}
@media (min-width: 480px) {
  .filterArea .btn-group .btn-default {
    width: 40px;
  }
}

.productListSingle .media {
  margin-bottom: 50px;
}
.productListSingle .media .media-left {
  position: relative;
  padding-right: 0;
  overflow: hidden;
}
.productListSingle .media .media-left img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display:block;
  margin:0 auto;
}
.productListSingle .media .media-left .maskingImage .viewBtn {
  width: 175px;
  padding: 0;
  line-height: 55px;
}
@media (max-width: 479px) {
  .productListSingle .media .media-left {
    float: none !important;
    display: block;
    margin: 0 0 20px 0;
  }
  .productListSingle .media .media-left img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 480px) {
  .productListSingle .media .media-left {
    float: none !important;
    display: block;
    margin: 0 0 20px 0;
  }
  .productListSingle .media .media-left img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .productListSingle .media .media-left {
    float: left !important;
    margin-right: 30px;
    display: inline-block;
    width: 226px;
  }
  .productListSingle .media .media-left img {
    width: 100%;
    height: auto;
  }
}
.productListSingle .media .media-body .media-heading a {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: inherit;
}
.productListSingle .media .media-body p {
  font-size: 12px;
  color: #888888;
  line-height: 20px;
  margin-bottom: 25px;
}
.productListSingle .media .media-body h3 {
  color: #c5c5c5;
  font-weight: 700;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.productListSingle .media .media-body .btn-group .btn-default {
  border-radius: 0;
  width: 35px;
  height: 35px;
  padding: 0;
  text-align: center;
  margin-right: 7px;
  border-color: #d0d0d0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.productListSingle .media .media-body .btn-group .btn-default i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #888888;
}
.productListSingle .media .media-body .btn-group .btn-default:hover, .productListSingle .media .media-body .btn-group .btn-default:focus {
  background-color: #94A7AE;
  border-color: #94A7AE;
}
.productListSingle .media .media-body .btn-group .btn-default:hover i, .productListSingle .media .media-body .btn-group .btn-default:focus i {
  color: #ffffff;
}
.productListSingle .media:hover .pull-left img {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.productListSingle .media:hover .maskingImage {
  opacity: 1;
}
.productListSingle .media:hover .maskingImage .viewBtn {
  -webkit-animation: itemMove 0.3s linear;
  animation: itemMove 0.3s linear;
}
.productListSingle .media:hover .media-heading, .productListSingle .media:hover h3 {
  color: #94A7AE;
}

/*=== 7.2 SINGLE PRODUCTS ===*/
.singleProduct .media {
  margin-bottom: 70px;
}
@media (max-width: 479px) {
  .singleProduct .media .productSlider {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
@media (min-width: 480px) {
  .singleProduct .media .productSlider {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
@media (min-width: 768px) {
  .singleProduct .media .productSlider {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
@media (min-width: 992px) {
  .singleProduct .media .productSlider {
    width: 489px;
    padding: 0 30px 0 0;
  }
}
.singleProduct .media .productSlider #carousel {
  margin-bottom: 20px;
}
.singleProduct .media .productSlider #carousel .item img {
  width: 100%;
}
.singleProduct .media .productSlider #thumbcarousel .thumb {
  width: 23.35%;
  cursor: pointer;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 479px) {
  .singleProduct .media .productSlider #thumbcarousel .thumb {
    margin-right: 2.1%;
  }
}
@media (min-width: 480px) {
  .singleProduct .media .productSlider #thumbcarousel .thumb {
    margin-right: 2.1%;
  }
}
@media (min-width: 768px) {
  .singleProduct .media .productSlider #thumbcarousel .thumb {
    margin-right: 2.1%;
  }
}
@media (min-width: 992px) {
  .singleProduct .media .productSlider #thumbcarousel .thumb {
    margin-right: 10px;
  }
}
.singleProduct .media .productSlider #thumbcarousel .thumb img {
  width: 100%;
}
.singleProduct .media .productSlider #thumbcarousel .thumb:last-child {
  margin-right: 0;
}
.singleProduct .media .productSlider #thumbcarousel .thumb:hover {
  opacity: .8;
}
.singleProduct .media .productSlider #thumbcarousel .carousel-control {
  display: none;
}
@media (max-width: 479px) {
  .singleProduct .media .media-body {
    display: block;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .singleProduct .media .media-body {
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .singleProduct .media .media-body {
    display: table-cell;
  }
}
.singleProduct .media .media-body .list-inline {
  margin-bottom: 30px;
}
.singleProduct .media .media-body .list-inline li a {
  color: #b4b4b4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.singleProduct .media .media-body .list-inline li a i {
  margin-right: 8px;
}
.singleProduct .media .media-body .list-inline li a:hover {
  opacity: .8;
}
.singleProduct .media .media-body .btn-area {
  margin-bottom: 40px;
}
.singleProduct .media .media-body .tabArea .nav-tabs li a {
  text-transform: uppercase;
  border: none;
  color: #b4b4b4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.singleProduct .media .media-body .tabArea .nav-tabs li a:hover {
  color: #252525;
  background-color: transparent;
}
@media (max-width: 479px) {
  .singleProduct .media .media-body .tabArea .nav-tabs li a {
    font-size: 10px;
    padding: 10px;
  }
}
@media (min-width: 480px) {
  .singleProduct .media .media-body .tabArea .nav-tabs li a {
    font-size: 13px;
    padding: 10px 15px;
  }
}
.singleProduct .media .media-body .tabArea .nav-tabs li.active a {
  color: #252525;
  border-bottom: 1px solid #888888;
}
.singleProduct .media .media-body .tabArea .tab-content {
  padding: 25px 0;
  color: #b4b4b4;
}
.singleProduct .media .media-body .tabArea .tab-content p {
  color: #b4b4b4;
  line-height: 18px;
}
.singleProduct .media .media-body .tabArea .tab-content .list-unstyled {
  padding-left: 15px;
}
.singleProduct .media .media-body .tabArea .tab-content .list-unstyled li {
  list-style-type: square;
}
@media (max-width: 479px) {
  .singleProduct .media .media-body .tabArea {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .singleProduct .media .media-body .tabArea {
    width: 348px;
  }
}

/*=== 7.3 CART PRODUCTS ===*/
.cartListInner .updateArea .input-group .form-control, .cartListInner .updateArea .input-group .input-group-addon, .cartListInner .updateArea .btn {
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  background-color: #ffffff;
  border: 2px solid #d0d0d0;
}

.cartListInner .updateArea .input-group .input-group-addon, .cartListInner .updateArea .btn {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.cartListInner .updateArea, .cartListInner .totalAmountArea, .cartListInner .checkBtnArea {
  display: block;
  float: left;
  padding: 20px 30px;
  width: 100%;
  border-left: 5px solid #f0f0f0;
  border-right: 5px solid #f0f0f0;
  border-bottom: 3px solid #f0f0f0;
}

.cartListInner .table-responsive .table thead tr th, .orderBox .table-responsive .table thead tr th {
  background-color: #94A7AE;
  padding: 0;
  height: 45px;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  padding-left: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}

.cartListInner .table-responsive .table tbody tr td, .orderBox .table-responsive .table tbody tr td {
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 3px solid #f0f0f0;
  border-top: none;
}

.cartListInner .table-responsive .table tbody tr td .close, .orderBox.myAddress .table-responsive .table tbody tr td .close {
  display: inline-block;
  float: left;
  font-size: 35px;
  margin-right: 30px;
  color: #94A7AE;
  opacity: 1;
  line-height: 74px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cartListInner .table-responsive .table tbody tr td .close:hover, .orderBox.myAddress .table-responsive .table tbody tr td .close:hover {
  opacity: .8;
}
@media (min-width: 768px) {
  .cartListInner .table-responsive .table tbody tr td .close, .orderBox.myAddress .table-responsive .table tbody tr td .close {
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  .cartListInner .table-responsive .table tbody tr td .close, .orderBox.myAddress .table-responsive .table tbody tr td .close {
    margin-right: 30px;
  }
}

.cartListInner .table-responsive {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .cartListInner .table-responsive {
    overflow-x: auto;
  }
}
@media (min-width: 768px) {
  .cartListInner .table-responsive {
    overflow-x: visible;
  }
}
.cartListInner .table-responsive .table {
  margin-bottom: 0;
}
.cartListInner .table-responsive .table thead tr {
  border-left: 5px solid #94A7AE;
  border-right: 5px solid #94A7AE;
}
.cartListInner .table-responsive .table thead tr th:last-child {
  border-right: none;
}
@media (max-width: 479px) {
  .cartListInner .table-responsive .table thead tr th:first-child {
    display: none;
  }
}
@media (min-width: 480px) {
  .cartListInner .table-responsive .table thead tr th:first-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .cartListInner .table-responsive .table thead tr th:first-child {
    display: table-cell;
  }
}
.cartListInner .table-responsive .table tbody tr {
  border-left: 5px solid #f0f0f0;
  border-right: 5px solid #f0f0f0;
}
@media (min-width: 480px) {
  .cartListInner .table-responsive .table tbody tr td {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .cartListInner .table-responsive .table tbody tr td {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .cartListInner .table-responsive .table tbody tr td {
    padding-left: 20px;
  }
}
.cartListInner .table-responsive .table tbody tr td .cartImage {
  display: inline-block;
  float: left;
}
/*
.cartListInner .table-responsive .table tbody tr td:nth-child(3) {
  color: #888888;
}
*/
.cartListInner .table-responsive .table tbody tr td input {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #333333;
  font-weight: 700;
  border: 1px solid #e4e4e4;
}
@media (max-width: 479px) {
  .cartListInner .table-responsive .table tbody tr td:first-child {
    display: none;
  }
}
@media (min-width: 480px) {
  .cartListInner .table-responsive .table tbody tr td:first-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .cartListInner .table-responsive .table tbody tr td:first-child {
    display: table-cell;
  }
}
.cartListInner .updateArea .input-group {
  float: left;
}
@media (max-width: 479px) {
  .cartListInner .updateArea .input-group {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) {
  .cartListInner .updateArea .input-group {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cartListInner .updateArea .input-group {
    width: 435px;
    margin-bottom: 0;
  }
}
.cartListInner .updateArea .input-group .form-control {
  margin-right: 10px;
  margin-right: 10px;
  border-color: #e4e4e4;
}
@media (max-width: 479px) {
  .cartListInner .updateArea .input-group .form-control {
    width: 50%;
  }
}
@media (min-width: 480px) {
  .cartListInner .updateArea .input-group .form-control {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .cartListInner .updateArea .input-group .form-control {
    width: 285px;
  }
}
.cartListInner .updateArea .input-group .input-group-addon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cartListInner .updateArea .input-group .input-group-addon:hover {
  opacity: .8;
}
@media (max-width: 479px) {
  .cartListInner .updateArea .input-group .input-group-addon {
    width: 45%;
    font-size: 10px;
  }
}
@media (min-width: 480px) {
  .cartListInner .updateArea .input-group .input-group-addon {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .cartListInner .updateArea .input-group .input-group-addon {
    width: 140px;
  }
}
.cartListInner .updateArea .btn {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  line-height: 36px;
  color: #252525;
}
.cartListInner .updateArea .btn:hover {
  background-color: #94A7AE;
  border-color: #94A7AE;
  color: #ffffff;
}
@media (max-width: 479px) {
  .cartListInner .updateArea .btn {
    width: 100%;
    float: left;
  }
}
@media (min-width: 480px) {
  .cartListInner .updateArea .btn {
    width: 100%;
    float: left;
  }
}
@media (min-width: 768px) {
  .cartListInner .updateArea .btn {
    width: 127px;
    float: right;
  }
}
.cartListInner .totalAmountArea .list-unstyled li {
  font-weight: 700;
  text-align: right;
  margin: 10px 0;
}
.cartListInner .totalAmountArea .list-unstyled li span {
  width: 108px;
  display: inline-block;
  color: #888888;
}
.cartListInner .totalAmountArea .list-unstyled li .grandTotal {
  color: #252525;
}
.cartListInner .checkBtnArea {
  border-bottom-width: 5px;
}
.cartListInner .checkBtnArea .btn-primary {
  width: 176px;
  height: 45px;
  border-radius: 0;
  border: none;
  background-color: #94A7AE;
  padding: 0 20px;
  margin-left:10px;
  line-height: 45px;
  position: relative;
  text-align: center;
  font-weight: 700;
  float: right;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cartListInner .checkBtnArea .btn-primary i {
  margin-left: 10px;
}
.cartListInner .checkBtnArea .btn-primary:hover {
  opacity: .8;
}

/*=== 8. GENERIC CONTENT ===*/
.genricContent h3 {
  margin-bottom: 30px;
  font-weight: 400;
  border:1px solid red;
}
.genricContent p {
  color: #797979;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
.genricContent h4 {
  color: #252525;
  font-weight: 400;
  margin-bottom: 20px;
}

/*=== 9. 404 PAGE ===*/
.input-field, .sideBar .input-group, .notFound .input-group, .commingSoon .blackSection .input-group {
  margin-bottom: 20px;
}
.input-field .form-control, .sideBar .input-group .form-control, .notFound .input-group .form-control, .commingSoon .blackSection .input-group .form-control {
  height: 49px;
  border-radius: 0;
  border-color: #bfbfbf;
  border-right: none;
  padding-left: 20px;
}
.input-field .form-control:focus, .sideBar .input-group .form-control:focus, .notFound .input-group .form-control:focus, .commingSoon .blackSection .input-group .form-control:focus {
  box-shadow: none;
}
.input-field .input-group-addon, .sideBar .input-group .input-group-addon, .notFound .input-group .input-group-addon, .commingSoon .blackSection .input-group .input-group-addon {
  background-color: transparent;
  border-radius: 0;
  border-color: #bfbfbf;
  font-size: 18px;
  color: #252525;
  padding: 6px 20px;
}

.notFound .pageLogo, .commingSoon .blackSection .pageLogo {
  margin-bottom: 100px;
  display: inline-block;
  float: none;
  margin-top: 0;
  padding: 0;
}

.notFound {
  text-align: center;
  padding-bottom: 90px;
}
.notFound h1 {
  color: #94A7AE;
  text-shadow: 8px 8px 1px #dadada;
  margin-bottom: 70px;
}
@media (max-width: 479px) {
  .notFound h1 {
    font-size: 150px;
  }
}
@media (min-width: 480px) {
  .notFound h1 {
    font-size: 200px;
  }
}
@media (min-width: 768px) {
  .notFound h1 {
    font-size: 300px;
  }
}
.notFound h2 {
  color: #333333;
  margin-bottom: 60px;
}
.notFound .btn-default {
  width: 120px;
  height: 42px;
  background-color: #94A7AE;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0;
  line-height: 42px;
  border: none;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.notFound .btn-default:hover {
  opacity: .9;
}

/*=== 10. BLOG ===*/
/*=== 10.1 BLOG FULL WIDTH ===*/
.blogPage .thumbnail {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 3px solid #f0f0f0;
}
.blogPage .thumbnail img {
  margin-bottom: 50px;
}
.blogPage .thumbnail .carousel {
  margin-bottom: 50px;
}
.blogPage .thumbnail .carousel .carousel-inner .item img {
  margin-bottom: 0;
}
.blogPage .thumbnail .carousel .carousel-control {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blogPage .thumbnail .carousel .carousel-control span {
  width: 45px;
  height: 45px;
  background-color: #f0f0f0;
  border-radius: 0;
  display: block;
  line-height: 45px;
  font-size: 15px;
  text-shadow: none;
  color: #252525;
  margin-top: -20px;
}
.blogPage .thumbnail .carousel .carousel-control.right,
.blogPage .thumbnail .carousel .carousel-control.left {
  background-image: none;
}
.blogPage .thumbnail .caption {
  padding-top: 0;
}
.blogPage .thumbnail .caption h5 {
  float: left;
  width: 100%;
  text-transform: capitalize;
}
@media (min-width: 480px) {
  .blogPage .thumbnail .caption h5 {
    margin: 0 0 10px 0;
  }
}
@media (min-width: 768px) {
  .blogPage .thumbnail .caption h5 {
    margin: 30px 0 10px 0;
  }
}
.blogPage .thumbnail .caption .list-unstyled {
  width: 100%;
}
@media (max-width: 479px) {
  .blogPage .thumbnail .caption .list-unstyled {
    display: block;
    margin-bottom: 20px;
    float: left;
  }
}
@media (min-width: 480px) {
  .blogPage .thumbnail .caption .list-unstyled {
    display: block;
    margin-bottom: 20px;
    float: left;
  }
}
@media (min-width: 768px) {
  .blogPage .thumbnail .caption .list-unstyled {
    display: block;
    margin-bottom: 0;
  }
}
.blogPage .thumbnail .caption .list-unstyled li {
  color: #797979;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 480px) {
  .blogPage .thumbnail .caption .list-unstyled li {
    display: inline-block;
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .blogPage .thumbnail .caption .list-unstyled li {
    display: inline-block;
    float: left;
    width: 100%;
  }
}
.blogPage .thumbnail .caption .list-unstyled li a {
  color: #797979;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blogPage .thumbnail .caption .list-unstyled li a:hover {
  opacity: .8;
}
.blogPage .thumbnail .caption .list-unstyled li a i {
  margin-right: 13px;
}
.blogPage .thumbnail .caption .list-unstyled li i {
  margin-right: 13px;
}
.blogPage .thumbnail .caption h3 {
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 32px;
}
.blogPage .thumbnail .caption h3 a {
  color: #252525;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blogPage .thumbnail .caption h3 a:hover {
  opacity: .8;
}
.blogPage .thumbnail .caption p {
  font-size: 14px;
  color: #797979;
  line-height: 22px;
}
.blogPage .thumbnail .caption .list-inline {
  margin: 0 0 20px 0;
  float: left;
}
.blogPage .thumbnail .caption .list-inline li {
  padding: 0 5px 0 0;
  float: left;
}
.blogPage .thumbnail .caption .list-inline li a {
  text-align: center;
  display: block;
  color: red;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blogPage .thumbnail .caption .list-inline li a:hover {
  opacity: .9;
}
@media (max-width: 479px) {
  .blogPage .thumbnail .caption .list-inline li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
@media (min-width: 480px) {
  .blogPage .thumbnail .caption .list-inline li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
@media (min-width: 768px) {
  .blogPage .thumbnail .caption .list-inline li a {
    width: 27px;
    height: 27px;
    line-height: 27px;
  }
}
@media (min-width: 992px) {
  .blogPage .thumbnail .caption .list-inline li a {
    width: 27px;
    height: 27px;
    line-height: 27px;
  }
}
@media (min-width: 1200px) {
  .blogPage .thumbnail .caption .list-inline li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.blogPage .thumbnail .caption .list-inline li:first-child a {
  background-color: #46639f;
}
.blogPage .thumbnail .caption .list-inline li:nth-child(2) a {
  background-color: #0084b4;
}
.blogPage .thumbnail .caption .list-inline li:nth-child(3) a {
  background-color: #c73b6f;
}
.blogPage .thumbnail .caption .list-inline li:last-child a {
  background-color: #36465d;
}
.blogPage .thumbnail .pager {
  background-color: #f0f0f0;
  padding: 20px;
  margin: 36px 0 60px 0;
}
.blogPage .thumbnail .pager li a {
  border-radius: 0;
  background-color: #dedede;
  height: 45px;
  padding: 0;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
  color: #252525;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
}
@media (max-width: 479px) {
  .blogPage .thumbnail .pager li a {
    width: 110px;
  }
}
@media (min-width: 480px) {
  .blogPage .thumbnail .pager li a {
    width: 136px;
  }
}
.blogPage .thumbnail .pager li a:hover {
  opacity: .8;
}
@media (min-width: 480px) {
  .blogPage .pagination {
    margin: 0 0 50px 0;
  }
}
@media (min-width: 768px) {
  .blogPage .pagination {
    margin: 0;
  }
}
.blogPage .pagination li a {
  float: none;
  border-radius: 0;
  padding: 0;
  border: 3px solid #f0f0f0;
  display: inline-block;
  font-size: 18px;
  color: #252525;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 3px;
  text-align: center !important;
}
@media (max-width: 479px) {
  .blogPage .pagination li a {
    width: 35px;
    height: 35px;
    line-height: 30px;
  }
}
@media (min-width: 480px) {
  .blogPage .pagination li a {
    width: 45px;
    height: 45px;
    line-height: 40px;
  }
}
.blogPage .pagination li a span {
  font-size: 24px;
}
@media (max-width: 479px) {
  .blogPage .pagination li a span {
    line-height: 20px;
  }
}
@media (min-width: 480px) {
  .blogPage .pagination li a span {
    line-height: 30px;
  }
}
.blogPage .pagination li a:hover {
  color: #ffffff;
  background-color: #94A7AE;
  border-color: #94A7AE;
}
.blogPage .pagination li.active a {
  color: #ffffff;
  background-color: #94A7AE;
  border-color: #94A7AE;
}

.commentsForm h3, .commentsArea h3 {
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.commentsArea .media {
  margin: 0 0 50px 0;
}
.commentsArea .media a {
  padding-right: 20px;
}
.commentsArea .media .media-body .media {
  margin: 50px 0 0 0;
}
.commentsArea .media .media-body h4, .commentsArea .media .media-body p {
  text-transform: capitalize;
  font-size: 12px;
  margin: 0 0 14px 0;
  display: block;
}
.commentsArea .media .media-body h4 span, .commentsArea .media .media-body p span {
  color: #797979;
  font-weight: 400;
}
.commentsArea .media .media-body h4 span i, .commentsArea .media .media-body p span i {
  margin-right: 12px;
}
.commentsArea .media .media-body p {
  color: #797979;
  line-height: 22px;
}
.commentsArea .media .media-body .btn-link {
  padding: 0;
  color: #797979;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  font-size: 14px;
}
.commentsArea .media .media-body .btn-link:hover {
  color: #94A7AE;
  text-decoration: none;
}

.singleBlog .thumbnail {
  padding-bottom: 0;
}

/*=== 11. ABOUT US ===*/
.aboutUsInfo img {
  width: 100%;
  height: auto;
}
@media (max-width: 479px) {
  .aboutUsInfo img {
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) {
  .aboutUsInfo img {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .aboutUsInfo img {
    margin-bottom: 0;
  }
}
.aboutUsInfo p {
  font-size: 14px;
  color: #797979;
  line-height: 22px;
}
.aboutUsInfo .lead {
  font-size: 15px;
  font-weight: 400;
  color: #252525;
}
.aboutUsInfo .list-unstyled li {
  font-size: 14px;
  color: #797979;
  line-height: 30px;
  padding-left: 18px;
}
.aboutUsInfo .list-unstyled li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: relative;
  left: -10px;
  top: -1px;
  background: #94A7AE;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
@media (min-width: 480px) {
  .aboutUsInfo .list-unstyled {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .aboutUsInfo .list-unstyled {
    margin-bottom: 0;
  }
}

.darkSection h3, .aboutPeople h3, .setp5 .thanksContent h3 {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 25px;
}

.darkSection .thumbnail .caption h5, .aboutPeople .thumbnail .caption h5 {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
  margin-bottom: 16px;
}

.darkSection {
  background-image: url("../img/about-us/store-bg.jpg");
  background-attachment: fixed;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #ffffff;
  padding: 100px 0;
}
.darkSection .thumbnail {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  min-height: 180px;
  margin-bottom: 30px;
}
.darkSection .thumbnail .caption {
  padding: 0;
}
.darkSection .thumbnail .caption address {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  line-height: 22px;
}
@media (min-width: 480px) {
  .darkSection .thumbnail .caption address {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .darkSection .thumbnail .caption address {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .darkSection .thumbnail .caption address {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .darkSection .thumbnail .caption address {
    font-size: 10px;
  }
}
.darkSection .btn-default {
  width: 141px;
  height: 45px;
  background-color: transparent;
  border: 2px solid rgba(172, 224, 227, 0.5);
  border-radius: 0;
  color: #ffffff;
  padding: 0;
  line-height: 45px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.darkSection .btn-default:hover {
  background-color: #94A7AE;
  color: #ffffff;
  border-color: #94A7AE;
}

@media (min-width: 480px) {
  .aboutPeople {
    padding-bottom: 90px;
  }
}
@media (min-width: 480px) {
  .aboutPeople {
    padding-bottom: 60px;
  }
}
.aboutPeople h3 {
  color: #252525;
}
.aboutPeople .thumbnail img {
  width: 100%;
  height: auto;
}
.aboutPeople .thumbnail .caption {
  padding-top: 18px;
}
.aboutPeople .thumbnail .caption h5 {
  color: #252525;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.aboutPeople .thumbnail .caption p {
  font-size: 13px;
}

/*=== 12. STEPS ===*/
/*=== 12.1 STEP # 01 ===*/
.stepsWrapper .innerWrapper {
  border: 5px solid #f0f0f0;
  display: block;
  padding: 30px 30px 0;
  width: 100%;
}
@media (min-width: 480px) {
  .stepsWrapper .innerWrapper.stepsPage {
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .stepsWrapper .innerWrapper.stepsPage {
    margin-bottom: 30px;
  }
}
.stepsWrapper .innerWrapper.stepsPage .cartListInner {
  margin-bottom: 50px;
  float: left;
  display: block;
  width: 100%;
}
.stepsWrapper .innerWrapper.stepsPage .cartListInner .totalAmountArea {
  border-width: 5px;
}
.stepsWrapper .innerWrapper .well {
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 50px;
}
.stepsWrapper .innerWrapper .well .pager {
  margin: 0;
}
.stepsWrapper .innerWrapper .well .pager li a {
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 0;
  height: 45px;
  line-height: 45px;
  background-color: #94A7AE;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.stepsWrapper .innerWrapper .well .pager li a:hover {
  background-color: #94A7AE;
  color: #ffffff;
}
.stepsWrapper .innerWrapper .well .pager li a.hideContent {
  display: none;
}
@media (max-width: 479px) {
  .stepsWrapper .innerWrapper .well .pager li a {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .stepsWrapper .innerWrapper .well .pager li a {
    width: 136px;
    margin: 0;
  }
}
.stepsWrapper .innerWrapper .well .pager li.previous a {
  background-color: #dedede;
  color: #252525;
  margin-bottom: 10px;
}
.stepsWrapper .innerWrapper .well .pager li.previous a:hover {
  background-color: #94A7AE;
  color: #ffffff;
}
.stepsWrapper .innerWrapper .orderBox .table-responsive .table tbody tr td {
  text-transform: capitalize;
}
.stepsWrapper .innerWrapper .orderBox .table-responsive .table tbody tr td .checkboxArea {
  margin: 0;
  float: none;
}

.progress-wizard .progress-wizard-step .progress-wizard-dot:after, .progress-wizard .progress-wizard-step.disabled .progress-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 8px;
}

.progress-wizard {
  padding: 0 15px 50px 15px;
}
.progress-wizard .progress-wizard-step {
  padding: 0;
  position: relative;
}
.progress-wizard .progress-wizard-step .progress-wizard-stepnum {
  color: #252525;
  margin-bottom: 5px;
}
@media (max-width: 479px) {
  .progress-wizard .progress-wizard-step .progress-wizard-stepnum {
    font-size: 10px;
    height: 55px;
  }
}
@media (min-width: 480px) {
  .progress-wizard .progress-wizard-step .progress-wizard-stepnum {
    font-size: 10px;
    height: 36px;
  }
}
@media (min-width: 768px) {
  .progress-wizard .progress-wizard-step .progress-wizard-stepnum {
    font-size: 12px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .progress-wizard .progress-wizard-step .progress-wizard-stepnum {
    font-size: 14px;
  }
}
.progress-wizard .progress-wizard-step .progress-wizard-info {
  color: #999;
  font-size: 14px;
}
.progress-wizard .progress-wizard-step .progress-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #94A7AE;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .progress-wizard .progress-wizard-step .progress-wizard-dot {
    top: 60px;
  }
}
@media (min-width: 768px) {
  .progress-wizard .progress-wizard-step .progress-wizard-dot {
    top: 43px;
  }
}
.progress-wizard .progress-wizard-step .progress {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
  background-color: #f0f0f0;
}
.progress-wizard .progress-wizard-step .progress .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #94A7AE;
}
.progress-wizard .progress-wizard-step.complete .progress .progress-bar {
  width: 100%;
}
.progress-wizard .progress-wizard-step.complete:first-child .progress {
  left: 0;
  width: 100%;
}
.progress-wizard .progress-wizard-step.complete:first-child .progress .progress-bar {
  width: 50%;
}
.progress-wizard .progress-wizard-step.complete:last-child .progress {
  width: 100%;
}
.progress-wizard .progress-wizard-step.complete:last-child .progress .progress-bar {
  width: 100%;
}
.progress-wizard .progress-wizard-step.complete.fullBar .progress .progress-bar {
  width: 100%;
}
.progress-wizard .progress-wizard-step.active .progress .progress-bar {
  width: 50%;
}
.progress-wizard .progress-wizard-step.disabled .progress-wizard-dot {
  background-color: #f0f0f0;
}

/*=== 12.5 STEP # 05 ===*/
.setp5 {
  padding-bottom: 90px;
}
.setp5 .thanksContent {
  border: 5px solid #f0f0f0;
  padding: 50px 30px;
}
.setp5 .thanksContent h2 {
  display: block;
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 55px;
}
@media (min-width: 480px) {
  .setp5 .thanksContent h2 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .setp5 .thanksContent h2 {
    font-size: 30px;
  }
}
.setp5 .thanksContent h2 small {
  display: block;
  margin-top: 14px;
  font-size: 14px;
}
.setp5 .thanksContent h3 {
  color: #252525;
}
.setp5 .thanksContent .thanksInner {
  padding: 30px;
  min-height: 214px;
  border: 3px solid #f0f0f0;
}
.setp5 .thanksContent .thanksInner .tableBlcok {
  display: table;
  height: 154px;
}
.setp5 .thanksContent .thanksInner .tableBlcok address {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}
.setp5 .thanksContent .thanksInner .tableBlcok address span {
  font-weight: 400;
}
.setp5 .thanksContent .thanksInner .tableBlcok address a {
  color: #252525;
  text-decoration: none;
}
.setp5 .thanksContent .thanksInner .well {
  background-color: #94A7AE;
  border: none;
  float: right;
  border-radius: 0;
  margin-bottom: 0;
  text-align: center;
  height: 154px;
  padding: 50px 0 0 0;
}
@media (max-width: 479px) {
  .setp5 .thanksContent .thanksInner .well {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .setp5 .thanksContent .thanksInner .well {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .setp5 .thanksContent .thanksInner .well {
    width: 250px;
  }
}
.setp5 .thanksContent .thanksInner .well h2 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
}
.setp5 .thanksContent .thanksInner .well h2 small {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  margin: 0 0 13px 0;
}

/*=== 13. USER PROFILE ===*/
/*=== 13.1 COMMON PART ===*/
.userProfile .btn-group a, .userProfile .innerWrapper .list-inline li .btn-lg {
  box-shadow: none;
  background-color: red;
  border: none;
  border-radius: 0;
}

.stepsWrapper .innerWrapper.stepsPage .panel, .userProfile .innerWrapper .panel {
  border-radius: 0;
  border: 3px solid #f0f0f0;
  box-shadow: none;
  margin-bottom: 30px;
}
.stepsWrapper .innerWrapper.stepsPage .panel .panel-heading, .userProfile .innerWrapper .panel .panel-heading {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  border-radius: 0;
}
.stepsWrapper .innerWrapper.stepsPage .panel .panel-heading .panel-title, .userProfile .innerWrapper .panel .panel-heading .panel-title {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: capitalize;
}
.stepsWrapper .innerWrapper.stepsPage .panel .panel-body address, .userProfile .innerWrapper .panel .panel-body address {
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 0;
}
.stepsWrapper .innerWrapper.stepsPage .panel .panel-body address strong, .userProfile .innerWrapper .panel .panel-body address strong {
  font-size: 15px;
  font-weight: 400;
}
.stepsWrapper .innerWrapper.stepsPage .panel .panel-body address span, .userProfile .innerWrapper .panel .panel-body address span {
  font-size: 15px;
}
.stepsWrapper .innerWrapper.stepsPage .panel .panel-body address a, .userProfile .innerWrapper .panel .panel-body address a {
  font-size: 15px;
  color: #252525;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.stepsWrapper .innerWrapper.stepsPage .panel .panel-body address a:hover, .userProfile .innerWrapper .panel .panel-body address a:hover {
  opacity: .8;
}
.stepsWrapper .innerWrapper.stepsPage .panel .panel-body address p, .userProfile .innerWrapper .panel .panel-body address p {
  line-height: 24px;
  margin-bottom: 0;
  color: #252525;
}

.userProfile .btn-group {
  margin-bottom: 30px;
  display: block;
}
.userProfile .btn-group a {
  float: none;
  height: 45px;
  padding: 0 20px;
  line-height: 45px;
  color: #252525;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 479px) {
  .userProfile .btn-group a {
    font-size: 10px;
    padding: 0 10px;
    margin: 0 5px 5px 0;
  }
}
@media (min-width: 480px) {
  .userProfile .btn-group a {
    font-size: 10px;
    padding: 0 10px;
    margin: 0 5px 5px 0;
  }
}
@media (min-width: 768px) {
  .userProfile .btn-group a {
    font-size: 11px;
    padding: 0 20px;
    margin: 0 5px 0 0;
  }
}
@media (min-width: 992px) {
  .userProfile .btn-group a {
    font-size: 14px;
  }
}
.userProfile .btn-group a i {
  margin-right: 10px;
}
.userProfile .btn-group a:hover, .userProfile .btn-group a.active {
  background-color: #94A7AE;
  color: #ffffff;
}
.userProfile .innerWrapper {
  width: 100%;
  display: block;
  border: 5px solid #f0f0f0;
  padding: 30px 30px 0 30px;
}
@media (min-width: 480px) {
  .userProfile .innerWrapper {
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .userProfile .innerWrapper {
    margin-bottom: 30px;
  }
}
.userProfile .innerWrapper .alert {
  border: none;
  border-radius: 0;
}
.userProfile .innerWrapper h3 {
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.userProfile .innerWrapper h3 span {
  color: #94A7AE;
}
.userProfile .innerWrapper p {
  font-size: 14px;
  color: #888888;
  line-height: 22px;
  margin-bottom: 45px;
}
.userProfile .innerWrapper .list-inline {
  display: block;
  margin-bottom: 50px;
}
@media (max-width: 479px) {
  .userProfile .innerWrapper .list-inline li {
    padding: 0;
    display: block;
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) {
  .userProfile .innerWrapper .list-inline li {
    padding: 0;
    display: block;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .userProfile .innerWrapper .list-inline li {
    padding: 0 10px 0 0;
    display: inline-block;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .userProfile .innerWrapper .list-inline li {
    padding: 0 20px 0 0;
  }
}
.userProfile .innerWrapper .list-inline li .btn-lg {
  color: #797979;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 479px) {
  .userProfile .innerWrapper .list-inline li .btn-lg {
    width: 100%;
    padding: 47px 0;
    font-size: 16px;
  }
}
@media (min-width: 480px) {
  .userProfile .innerWrapper .list-inline li .btn-lg {
    width: 100%;
    padding: 47px 0;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .userProfile .innerWrapper .list-inline li .btn-lg {
    width: 120px;
    padding: 31px 0;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .userProfile .innerWrapper .list-inline li .btn-lg {
    width: 156px;
    padding: 47px 0;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .userProfile .innerWrapper .list-inline li .btn-lg {
    width: 196px;
    padding: 67px 0;
    font-size: 18px;
  }
}
.userProfile .innerWrapper .list-inline li .btn-lg i {
  display: block;
  margin-bottom: 20px;
}
.userProfile .innerWrapper .list-inline li .btn-lg:hover {
  background-color: #94A7AE;
  color: red;
}
.userProfile .innerWrapper .list-inline li:last-child {
  padding: 0;
}
.userProfile .innerWrapper.singleOrder .orderBox {
  margin-bottom: 0;
}
.userProfile .innerWrapper.singleOrder .btn-group {
  margin-bottom: 30px;
  float: left;
}
.userProfile .innerWrapper.singleOrder .btn-group .btn-default {
  border-radius: 0;
  border: none;
  background-color: #94A7AE;
  padding: 0 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.userProfile .innerWrapper.singleOrder .btn-group .btn-default:hover {
  opacity: .8;
}
@media (max-width: 479px) {
  .userProfile .innerWrapper.singleOrder .btn-group .btn-default {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
  }
}
@media (min-width: 480px) {
  .userProfile .innerWrapper.singleOrder .btn-group .btn-default {
    display: inline-block;
    width: auto;
    margin-right: 5px;
  }
}

.orderBox {
  display: block;
  margin-bottom: 50px;
}
.orderBox h4 {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 20px;
}
.orderBox .table-responsive {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .orderBox .table-responsive {
    overflow-x: auto;
  }
}
@media (min-width: 768px) {
  .orderBox .table-responsive {
    overflow-x: visible;
  }
}
.orderBox .table-responsive .table {
  margin-bottom: 0;
}
.orderBox .table-responsive .table thead tr {
  border-left: 3px solid #94A7AE;
  border-right: 3px solid #94A7AE;
}
@media (max-width: 479px) {
  .orderBox .table-responsive .table thead tr th {
    padding: 10px;
    text-align: center;
    font-size: 12px;
  }
}
@media (min-width: 480px) {
  .orderBox .table-responsive .table thead tr th {
    padding: 10px;
    text-align: center;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .orderBox .table-responsive .table thead tr th {
    padding: 10px 10px 10px 20px;
    text-align: left;
    font-size: 15px;
  }
}
.orderBox .table-responsive .table tbody tr {
  border-left: 3px solid #f0f0f0;
  border-right: 3px solid #f0f0f0;
}
.orderBox .table-responsive .table tbody tr td {
  padding-left: 20px;
  font-weight: 400;
}
.orderBox .table-responsive .table tbody tr td .btn-default {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #d0d0d0;
  padding: 15px 20px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #252525;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.orderBox .table-responsive .table tbody tr td .btn-default:hover {
  background-color: #94A7AE;
  color: #ffffff;
  border-color: #94A7AE;
}
.orderBox .table-responsive .table tbody tr td:last-child {
  text-align: center;
  padding-left: 10px;
}
.orderBox .table-responsive .table tbody tr td:first-child {
  color: #94A7AE;
}
.orderBox .table-responsive .table tbody tr td:first-child .fa {
  color: #252525 !important;
}
.orderBox .table-responsive .table tbody tr td .label {
  border-radius: 0;
  font-size: 12px;
}
.orderBox.myAddress {
  margin-bottom: 10px;
}
.orderBox.myAddress .table-responsive .table tbody tr {
  border: none;
}
.orderBox.myAddress .table-responsive .table tbody tr td:first-child {
  color: #252525;
}
.orderBox.myAddress .table-responsive .table tbody tr td .btn-default {
  padding: 10px 14px;
  border: none;
}
.orderBox.myAddress .table-responsive .table tbody tr:last-child td {
  border: none;
}
@media (max-width: 479px) {
  .orderBox.myAddress.wishList .table-responsive .table thead tr th:first-child {
    display: none;
  }
}
@media (min-width: 480px) {
  .orderBox.myAddress.wishList .table-responsive .table thead tr th:first-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .orderBox.myAddress.wishList .table-responsive .table thead tr th:first-child {
    display: table-cell;
  }
}
.orderBox.myAddress.wishList .table-responsive .table tbody tr td:nth-child(4) {
  color: #94A7AE;
}
.orderBox.myAddress.wishList .table-responsive .table tbody tr td .btn-default {
  border: 1px solid #d0d0d0;
  padding: 15px 20px;
}
@media (max-width: 479px) {
  .orderBox.myAddress.wishList .table-responsive .table tbody tr td:first-child {
    display: none;
  }
}
@media (min-width: 480px) {
  .orderBox.myAddress.wishList .table-responsive .table tbody tr td:first-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .orderBox.myAddress.wishList .table-responsive .table tbody tr td:first-child {
    display: table-cell;
  }
}

/*=== 13.2 PROFILE ===*/
.profile .thumbnail .caption .btn-primary, .profile .form-horizontal .form-group .btn-primary {
  height: 45px;
  font-weight: 700;
  color: #ffffff;
  font-size: 15px;
  border-radius: 0;
  background-color: #94A7AE;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.profile .thumbnail .caption .btn-primary:hover, .profile .form-horizontal .form-group .btn-primary:hover {
  opacity: .8;
}

.profile .orderBox {
  margin-bottom: 30px;
}
.profile .thumbnail img {
  width: 100%;
}
.profile .thumbnail .caption .btn-primary {
  padding: 0;
  line-height: 45px;
}
@media (min-width: 480px) {
  .profile .form-horizontal .form-group {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .profile .form-horizontal .form-group {
    margin-bottom: 30px;
  }
}
.profile .form-horizontal .form-group .control-label {
  padding-top: 0;
}
@media (min-width: 480px) {
  .profile .form-horizontal .form-group .control-label {
    height: 25px;
    line-height: 25px;
  }
}
@media (min-width: 768px) {
  .profile .form-horizontal .form-group .control-label {
    height: 50px;
    line-height: 50px;
  }
}



/*=== 14. SIGNUP ===*/
/*
#signupWizard .step-pane {
  border:none;
  min-height:400px;
}
*/


/*=== 14. COMMING SOON ===*/
.commingSoon {
  text-align: center;
  background: url(../img/comming-soon/comming-soon-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #282828;
}

.commingSoon .blackSection {
  padding: 90px 0;
}
.commingSoon .blackSection .pageLogo {
  margin-bottom: 70px;
}
.commingSoon .blackSection h1 {
  color: #ffffff;
  text-transform: capitalize;
}
.commingSoon .blackSection h1 small {
  display: block;
  font-size: 15px;
  margin: 17px 0 50px 0;
}
.commingSoon .blackSection .input-group {
  margin-bottom: 50px;
}
.commingSoon .blackSection .input-group .form-control {
  background-color: transparent;
  color: #ffffff;
}
.commingSoon .blackSection .input-group a i {
  color: #ffffff;
}
.commingSoon .blackSection .list-inline li a {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.commingSoon .blackSection .list-inline li a:hover {
  color: white;
}

.count-down {
  padding: 0 0 75px 0;
}
.count-down #simple_timer {
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
.count-down #simple_timer .table-cell {
  display: inline-block;
}



// START *NEW CUSTOM*

#shop-cart a.viewBtn.product-quick 
  color : red;
  border: 1px solid red !important;
}



// TOP NAV

#productCat li.dropdown ul.dropdown-menu::before{
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 15px;
    position: absolute;
    top: -9px;
}


#productCat li.dropdown ul.dropdown-menu::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 15px;
    position: absolute;
    top: -8px;
}


#productCat li.dropdown ul.dropdown-menu {
  padding:10px;
  border:1px solid #ABB6B8;
  background-color:#FFFFFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
}


#productCat li.dropdown.megaDropMenu ul.dropdown-menu::before,
#productCat li.dropdown.megaDropMenu ul.dropdown-menu::after{
  border:none;
}


#productCat li.dropdown ul.dropdown-menu li a {
  margin:0 !important;
  padding:0 !important;
  //color:red !important;
}

#productCat li.dropdown ul.dropdown-menu li.listHeading a{
  margin-bottom:10px 5 10px 10px !important;
  padding: 10px 5px 10px 0 !important;

}


#productCat > ul > li > a {
  font-family: 'Oxygen', Arial !important;
  color:#4B4E53 !important;
}



// CART
#my-cart li.dropdown-list div.media {
  
}

#my-cart li.dropdown-list div.media .media-body {
  display:block;
  width:auto;
}

#my-cart li.dropdown-list {
  width:100%;	
  border-bottom:1px solid #D1D6D9;
}

#my-cart li.dropdown-list a {
  width:100%;
  border-bottom:1px solid #D1D6D9;
}


#my-cart li.dropdown-list  a i {
  position:absolute;
  right:0;
  line-height:22px;
  padding: 0 10px;
  display:inline-block;
  
}

#my-cart li.dropdown-list div.media .media-body h5{
  font-size:11px;
}




#my-cart li.dropdown-header {
  font-size: 13px;
  font-weight:bolder;
  letter-spacing: 1px;
  color:#202932;
  background-color:#FFF;
}



// ACCOUNT
.topBar #dropdownMenuAccount {
}

.topBar #dropdownMenuAccount button {
  border:none;
  background-color:transparent;
  color:#FFF;
  margin-top:8px;	
}

.topBar #dropdownMenuAccount.open ul.dropdown-menu li {
  width:100%;
  //border-bottom:1px solid red;
}
.topBar #dropdownMenuAccount.open ul.dropdown-menu li:first-child {
  width:90%;
  //padding-left:10px;
  padding-bottom:5px;
  font-weight:bolder;
  margin-left:10px;
  margin-bottom:5px;
  border-bottom:1px solid #252525;
  letter-spacing: 4px;
}



.topBar #dropdownMenuAccount.open ul.dropdown-menu li a {
  color:#000 !important;
  line-height: 26px !important;
  padding-left:10px !important;
  min-height: 26px !important;
}

.topBar #dropdownMenuAccount.open ul.dropdown-menu li a i {
  font-size:15px;
  line-height: 30px !important;
}

.topBar #dropdownMenuAccount.open ul.dropdown-menu li a:hover {
  clear:both;
  background-color:transparent;
  
  width:100%;
}



#order .btn {
  background-color:#6E757B;
  color:#DDE4EC;
  padding:10px 15px;
}


.navbar-default.navbar-fixed-top {
  background-color:#252525;
}

.navbar-default.navbar-fixed-top .container, .navbar-default.navbar-fixed-top #productCat{
  background-color:#252525;
}


.navbar-default.navbar-fixed-top #productCat > ul > li > a {
  color:#BBBFC2 !important;
}


// multi select

span.multiselect-native-select {
	position: relative
}
span.multiselect-native-select select {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px -1px -1px -3px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important;
	left: 50%;
	top: 30px
}
.multiselect-container {
	position: absolute;
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0
	
}
.multiselect-container .input-group {
	margin: 5px;
}
.multiselect-container>li {
	padding: 0;
	width:100%!important;
}
.multiselect-container>li>a.multiselect-all label {
	font-weight: 700
}
.multiselect-container>li.multiselect-group label {
	margin: 0;
	padding: 3px 20px 3px 20px;
	height: 100%;
	font-weight: 700
}
.multiselect-container>li.multiselect-group-clickable label {
	cursor: pointer
}
.multiselect-container>li>a {
	padding: 0
}
.multiselect-container>li>a>label {
	margin: 0;
	height: 100%;
	cursor: pointer;
	font-weight: 400;
	padding: 3px 0 3px 30px
}
.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
	margin: 0
}
.multiselect-container>li>a>label>input[type=checkbox] {
	margin-bottom: 5px
}
.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
	padding: 3px 20px 3px 40px
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
	margin-left: -20px;
	margin-right: 0
}



// END *NEW CUSTOM*


@media (min-width: 480px) {
  .count-down #simple_timer .table-cell {
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  .count-down #simple_timer .table-cell {
    margin: 0 10px;
  }
}
@media (min-width: 992px) {
  .count-down #simple_timer .table-cell {
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .count-down #simple_timer .table-cell {
    margin: 0 12px;
  }
}
.count-down #simple_timer .table-cell .tab-val {
  font-weight: 700;
  display: block;
  margin-bottom: 25px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #94A7AE;
}
@media (min-width: 480px) {
  .count-down #simple_timer .table-cell .tab-val {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .count-down #simple_timer .table-cell .tab-val {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .count-down #simple_timer .table-cell .tab-val {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .count-down #simple_timer .table-cell .tab-val {
    width: 109px;
    height: 109px;
    line-height: 109px;
    font-size: 45px;
  }
}
.count-down #simple_timer .table-cell .tab-metr {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .count-down #simple_timer .table-cell .tab-metr {
    font-size: 15px;

  }
}




.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

#p_detail li  a { 
	color : #e2121c;
}

.p_category.breadcrumb {
	display:inline-block; 
	margin:0; 
	padding:0;
	background-color:transparent; 
	clear:both;
}
	
	
.page-nav {
	padding-bottom:15px;
}

.table-borderless td,
.table-borderless th {
    border: 0;
    border-top: none !important;
    border-left: none !important;
}



/*================= PRODUCT PAGE ==================*/
.dropdown-menu.pageSizeOption {
  min-width:60px !important;
}

.btn-round-lg{
  border-radius: 22.5px;
}
.btn-round{
  border-radius: 17px;
}
.btn-round-sm{
  border-radius: 15px;
}
.btn-round-xs{
  border-radius: 11px;
  padding-left: 10px;
  padding-right: 10px;
}


.tab-content {
  margin-top:10px;
}
	.tab-content p {
	  margin-bottom:5px !important;
	}
	
	.tab-content ul li span.t{
	  font-weight:700;
	  display: inline-block;
	  width : 150px;
	}
	.tab-content ul li span.c{
	}


.tradeshowbutton { position: absolute !important; right:0;bottom:0; margin:0 0 5px 0; }

@media screen and (max-width:600px) {
		.tradeshowbutton { position: absolute !important; left:5px; top:10px; width:200px; margin:0 0 5px 0; }
	}
	

/*================= DATA TABLE ==================*/
div.dataTables_length label{font-weight:400;float:left;text-align:right; width:100%;}div.dataTables_length select{width:75px}div.dataTables_filter label{font-weight:400;float:right}div.dataTables_filter input{width:16em; margin-left:10px; }div.dataTables_paginate{float:right;margin:0}div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}table.dataTable{clear:both;margin-top:6px!important;margin-bottom:6px!important;max-width:none!important}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_desc_disabled{cursor:pointer}table.dataTable thead>tr>th{padding-right:18px}table.dataTable th:active{outline:0}div.dataTables_scrollHead table{margin-bottom:0!important;border-bottom-left-radius:0;border-bottom-right-radius:0}div.dataTables_scrollHead table thead tr:last-child td:first-child,div.dataTables_scrollHead table thead tr:last-child th:first-child{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}div.dataTables_scrollBody table{border-top:none;margin-top:0!important;margin-bottom:0!important}div.dataTables_scrollBody tbody tr:first-child td,div.dataTables_scrollBody tbody tr:first-child th{border-top:none}div.dataTables_scrollFoot table{margin-top:0!important;border-top:none}table.table-bordered.dataTable{border-collapse:separate!important}table.table-bordered thead td,table.table-bordered thead th{border-left-width:0;border-top-width:0}table.table-bordered tbody td,table.table-bordered tbody th{border-left-width:0;border-bottom-width:0}table.table-bordered td:last-child,table.table-bordered th:last-child{border-right-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.DTTT .btn{color:#333!important;font-size:12px}div.DTTT .btn:hover{text-decoration:none!important}ul.DTTT_dropdown.dropdown-menu{z-index:2003}ul.DTTT_dropdown.dropdown-menu a{color:#333!important}ul.DTTT_dropdown.dropdown-menu li{position:relative}ul.DTTT_dropdown.dropdown-menu li:hover a{background-color:#08c;color:#fff!important}div.DTTT_print_info.modal{height:150px;margin-top:-75px;text-align:center}div.DTTT_print_info h6{font-weight:400;font-size:28px;line-height:28px;margin:1em}div.DTTT_print_info p{font-size:14px;line-height:20px}div.DTFC_LeftFootWrapper table,div.DTFC_LeftHeadWrapper table,div.DTFC_RightFootWrapper table,div.DTFC_RightHeadWrapper table,table.DTFC_Cloned tr.even{background-color:#fff;margin-bottom:0}div.DTFC_LeftHeadWrapper table,div.DTFC_RightHeadWrapper table{margin-bottom:0!important;border-top-right-radius:0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child,div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}div.DTFC_LeftBodyWrapper table,div.DTFC_RightBodyWrapper table{border-top:none;margin:0!important}div.DTFC_LeftBodyWrapper tbody tr:first-child td,div.DTFC_LeftBodyWrapper tbody tr:first-child th,div.DTFC_LeftFootWrapper table,div.DTFC_RightBodyWrapper tbody tr:first-child td,div.DTFC_RightBodyWrapper tbody tr:first-child th,div.DTFC_RightFootWrapper table{border-top:none}div.FixedHeader_Cloned table{margin:0!important}table.DTCR_clonedTable{background-color:rgba(255,255,255,.7);z-index:202}div.DTCR_pointer{width:1px;background-color:#0259C4;z-index:201}div.ColVis{float:right}button.ColVis_Button,ul.ColVis_collection li{position:relative;float:left;margin-right:3px;padding:5px 8px;border:1px solid #999;cursor:pointer;*cursor:hand;font-size:.88em;color:#000!important;white-space:nowrap;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #ccc;-moz-box-shadow:1px 1px 3px #ccc;-ms-box-shadow:1px 1px 3px #ccc;-o-box-shadow:1px 1px 3px #ccc;box-shadow:1px 1px 3px #ccc;background:#fff;background:-webkit-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);background:-moz-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);background:-ms-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);background:-o-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);background:linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0)}.ColVis_Button:hover,ul.ColVis_collection li:hover{border:1px solid #666;text-decoration:none!important;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999;background:#f3f3f3;background:-webkit-linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);background:-moz-linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);background:-ms-linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);background:-o-linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);background:linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4', GradientType=0)}button.ColVis_Button{height:30px;padding:3px 8px}button.ColVis_Button::-moz-focus-inner{border:none!important;padding:0}button.ColVis_Button:active{outline:0}div.ColVis_collectionBackground{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000;z-index:1100}ul.ColVis_collection{padding:8px 8px 4px;margin:0;border:1px solid #ccc;border:1px solid rgba(0,0,0,.4);background-color:#f3f3f3;background-color:rgba(255,255,255,.3);overflow:hidden;z-index:2002;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 3px 5px rgba(0,0,0,.3);-moz-box-shadow:3px 3px 5px rgba(0,0,0,.3);-ms-box-shadow:3px 3px 5px rgba(0,0,0,.3);-o-box-shadow:3px 3px 5px rgba(0,0,0,.3);box-shadow:3px 3px 5px rgba(0,0,0,.3)}ul.ColVis_collection li{position:relative;height:auto;left:0;right:0;padding:.5em;display:block;float:none;margin-bottom:4px;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999;text-align:left}ul.ColVis_collection li.ColVis_Button:hover{border:1px solid #999;background-color:#f0f0f0}ul.ColVis_collection li span{display:inline-block;padding-left:.5em;cursor:pointer}ul.ColVis_collection li.ColVis_Special{border-color:#555;background:#ededed;background:-webkit-linear-gradient(top,#ededed 0,#d6d6d6 77%,#e8e8e8 100%);background:-moz-linear-gradient(top,#ededed 0,#d6d6d6 77%,#e8e8e8 100%);background:-ms-linear-gradient(top,#ededed 0,#d6d6d6 77%,#e8e8e8 100%);background:-o-linear-gradient(top,#ededed 0,#d6d6d6 77%,#e8e8e8 100%);background:linear-gradient(to bottom,#ededed 0,#d6d6d6 77%,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e8e8e8', GradientType=0)}ul.ColVis_collection li.ColVis_Special:hover{background:#e2e2e2;background:-webkit-linear-gradient(top,#d0d0d0 0,#d5d5d5 89%,#e2e2e2 100%);background:-moz-linear-gradient(top,#d0d0d0 0,#d5d5d5 89%,#e2e2e2 100%);background:-ms-linear-gradient(top,#d0d0d0 0,#d5d5d5 89%,#e2e2e2 100%);background:-o-linear-gradient(top,#d0d0d0 0,#d5d5d5 89%,#e2e2e2 100%);background:linear-gradient(top,#d0d0d0 0,#d5d5d5 89%,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e2e2e2', GradientType=0)}span.ColVis_radio{display:inline-block;width:20px}div.ColVis_catcher{position:absolute;z-index:1101}.disabled{color:#999}div.DTTT_container{position:relative;float:right;margin-bottom:1em}@media screen and (max-width:640px){div.DTTT_container{float:none!important;text-align:center}div.DTTT_container:after{visibility:hidden;display:block;content:"";clear:both;height:0}}a.DTTT_button,button.DTTT_button,div.DTTT_button{position:relative;display:inline-block;margin-right:3px;padding:5px 8px;border:1px solid #999;cursor:pointer;*cursor:hand;font-size:.88em;color:#000!important;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #ccc;-moz-box-shadow:1px 1px 3px #ccc;-ms-box-shadow:1px 1px 3px #ccc;-o-box-shadow:1px 1px 3px #ccc;box-shadow:1px 1px 3px #ccc;background:#fff;background:-webkit-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);background:-moz-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);background:-ms-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);background:-o-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);background:linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0)}button.DTTT_button{height:30px;padding:3px 8px}.DTTT_button embed{outline:0}a.DTTT_button:hover,button.DTTT_button:hover,div.DTTT_button:hover{border:1px solid #666;text-decoration:none!important;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999;background:#f3f3f3;background:-webkit-linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);background:-moz-linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);background:-ms-linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);background:-o-linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);background:linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4', GradientType=0)}a.DTTT_disabled,button.DTTT_disabled,div.DTTT_disabled{color:#999;border:1px solid #d0d0d0;background:#fff;background:-webkit-linear-gradient(top,#fff 0,#f9f9f9 89%,#fafafa 100%);background:-moz-linear-gradient(top,#fff 0,#f9f9f9 89%,#fafafa 100%);background:-ms-linear-gradient(top,#fff 0,#f9f9f9 89%,#fafafa 100%);background:-o-linear-gradient(top,#fff 0,#f9f9f9 89%,#fafafa 100%);background:linear-gradient(top,#fff 0,#f9f9f9 89%,#fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0)}button.DTTT_button_collection span{padding-right:17px}button.DTTT_button_collection:hover span{padding-right:17px;background:#f0f0f0}table.DTTT_selectable tbody tr{cursor:pointer;*cursor:hand}table.dataTable tr.DTTT_selected.odd,table.dataTable tr.DTTT_selected.odd td.sorting_1,table.dataTable tr.DTTT_selected.odd td.sorting_2,table.dataTable tr.DTTT_selected.odd td.sorting_3{background-color:#9FAFD1}table.dataTable tr.DTTT_selected.even,table.dataTable tr.DTTT_selected.even td.sorting_1,table.dataTable tr.DTTT_selected.even td.sorting_2,table.dataTable tr.DTTT_selected.even td.sorting_3{background-color:#B0BED9}div.DTTT_collection{width:150px;padding:8px 8px 4px;border:1px solid #ccc;border:1px solid rgba(0,0,0,.4);background-color:#f3f3f3;background-color:rgba(255,255,255,.3);overflow:hidden;z-index:2002;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 3px 5px rgba(0,0,0,.3);-moz-box-shadow:3px 3px 5px rgba(0,0,0,.3);-ms-box-shadow:3px 3px 5px rgba(0,0,0,.3);-o-box-shadow:3px 3px 5px rgba(0,0,0,.3);box-shadow:3px 3px 5px rgba(0,0,0,.3)}div.DTTT_collection_background{z-index:2001}div.DTTT_collection a.DTTT_button,div.DTTT_collection button.DTTT_button,div.DTTT_collection div.DTTT_button{position:relative;left:0;right:0;display:block;float:none;margin-bottom:4px;-webkit-box-shadow:1px 1px 3px #999;-moz-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999}.DTTT_print_info{position:fixed;top:50%;left:50%;width:400px;height:150px;margin-left:-200px;margin-top:-75px;text-align:center;color:#333;padding:10px 30px;background:#fff;background:-webkit-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);background:-moz-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);background:-ms-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);background:-o-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);background:linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);opacity:.95;border:1px solid #000;border:1px solid rgba(0,0,0,.5);-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,.5);-moz-box-shadow:0 3px 7px rgba(0,0,0,.5);-ms-box-shadow:0 3px 7px rgba(0,0,0,.5);-o-box-shadow:0 3px 7px rgba(0,0,0,.5);box-shadow:0 3px 7px rgba(0,0,0,.5)}.DTTT_print_info h6{font-weight:400;font-size:28px;line-height:28px;margin:1em}.DTTT_print_info p{font-size:14px;line-height:20px}table.has-columns-hidden>tbody>tr>td>span.responsiveExpander{background:url(../img/plus.png) no-repeat 5px center;padding-left:32px;cursor:pointer}table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander{background:url(../img/minus.png) no-repeat 5px center}table.has-columns-hidden>tbody>tr.row-detail>td{background:#eee}table.has-columns-hidden>tbody>tr.row-detail>td>ul{list-style:none;margin:0;padding:0}table.has-columns-hidden>tbody>tr.row-detail>td>ul>li>span.columnTitle{font-weight:700}.dt-toolbar{display:block;position:relative;padding:6px 7px 1px;width:100%;float:left;border-bottom:1px solid #ccc;background:#fafafa}.dt-toolbar-footer{background:#fafafa;font-size:11px;overflow:hidden;padding:5px 10px;border-top:1px solid #ccc;-webkit-box-shadow:inset 0 1px #fff;-moz-box-shadow:inset 0 1px #fff;-ms-box-shadow:inset 0 1px #fff;box-shadow:inset 0 1px #fff}.dt-toolbar-footer>:first-child,.dt-toolbar>:first-child{padding-left:0!important}.dt-toolbar-footer>:last-child,.dt-toolbar>:last-child{padding-right:0!important}table.dataTable thead .sorting{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC) no-repeat center right}table.dataTable thead .sorting_asc{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAAB1JREFUCNdjwAkcgPgBAwPjBwYG5h8MDOx/GAgBAKRJBBCQbHkwAAAAAElFTkSuQmCC) no-repeat center right}table.dataTable thead .sorting_desc{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAABxJREFUCNdjIATY/zAwMP9gYGD8AOQ8AGIHnEoBkNkEEEbbutQAAAAASUVORK5CYII=) no-repeat center right}table.dataTable thead .sorting_asc_disabled{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABUVFR8AzIeAAAAAnRSTlMAf7YpoZUAAAAdSURBVAjXY8AJHID4AQMD4wcGBuYfDAzsfxgIAQCkSQQQkGx5MAAAAABJRU5ErkJggg==) no-repeat center right}table.dataTable thead .sorting_desc_disabled{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABUVFR8AzIeAAAAAnRSTlMAf7YpoZUAAAAcSURBVAjXYyAE2P8wMDD/YGBg/ADkPABiB5xKAZDZBBBG27rUAAAAAElFTkSuQmCC) no-repeat center right}table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{background-color:#eee}.dataTables_empty{padding:20px 10px!important;font-size:14px;text-align:center;color:#575757}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px 10px}table.dataTable tfoot>tr>th,table.dataTable thead>tr>th{padding-left:9px!important}table.dataTable tfoot>tr>th input,table.dataTable thead>tr>th input{width:100%!important;font-weight:400}table.dataTable thead>tr>th.hasinput{padding:6px!important}div.dataTables_info{padding-top:9px;font-size:13px;font-weight:700;font-style:italic;color:#969696}.dataTable thead>tr>th{border-left:none!important}.dataTable input[type=checkbox].checkbox,.dataTable input[type=radio].radiobox{left:-999px}table.dataTable thead>tr>th.sorting_disabled{padding-right:9px!important}.dataTables_filter{float:left;}.dataTables_filter .input-group-addon{width:32px;margin-top:0;float:left;height:32px;padding-top:8px}.dataTables_filter .input-group-addon+.form-control{float:left}.dt-toolbar>:first-child .DTTT,.dt-toolbar>:first-child .dataTables_filter>:only-child,.dt-toolbar>:first-child .dataTables_length,.dt-toolbar>:first-child .pagination{float:left!important}.dt-toolbar>:last-child .DTTT,.dt-toolbar>:last-child .dataTables_filter>:only-child,.dt-toolbar>:last-child .dataTables_length,.dt-toolbar>:last-child .pagination{float:right}.dt-toolbar-footer>:first-child .DTTT,.dt-toolbar-footer>:first-child .dataTables_filter>:only-child,.dt-toolbar-footer>:first-child .dataTables_length,.dt-toolbar-footer>:first-child .pagination{float:left}.dt-toolbar-footer>:last-child .DTTT,.dt-toolbar-footer>:last-child .dataTables_filter>:only-child,.dt-toolbar-footer>:last-child .dataTables_length,.dt-toolbar-footer>:last-child .pagination{float:right}body.DTTT_Print{background:#fff!important}.DTTT_Print #main{margin:0!important}.DTTT_PrintMessage{font-size:20px;display:block;width:100%;text-align:center;padding-top:10px;font-weight:700}.DTTT_Print table.dataTable{margin-top:0!important}.DTTT_Print .dataTables_wrapper table{border:1px solid #C7C7C7!important}div.ColVis{margin-bottom:0!important}ul.ColVis_collection{width:127px}ul.ColVis_collection li span{vertical-align:3px}ul.ColVis_collection li label{margin-bottom:0!important}.dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(25%,rgba(255,255,255,.9)),color-stop(75%,rgba(255,255,255,.9)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.9)25%,rgba(255,255,255,.9)75%,rgba(255,255,255,0)100%);background:-moz-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.9)25%,rgba(255,255,255,.9)75%,rgba(255,255,255,0)100%);background:-ms-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.9)25%,rgba(255,255,255,.9)75%,rgba(255,255,255,0)100%);background:-o-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.9)25%,rgba(255,255,255,.9)75%,rgba(255,255,255,0)100%);background:linear-gradient(to right,rgba(255,255,255,0)0,rgba(255,255,255,.9)25%,rgba(255,255,255,.9)75%,rgba(255,255,255,0)100%)}.dataTable tbody .details-control{vertical-align:middle;text-align:center;cursor:pointer}.dataTable tbody .details-control:before{font-family:FontAwesome;content:"\f055";font-size:1.4em;color:#739e73}.dataTable tbody .shown .details-control:before{content:"\f056";color:#a90329}.dataTable tbody .shown+tr>td{padding:0!important}.dataTable tbody .shown{background:rgba(205,209,98,.2)!important}.dataTable tbody .shown>td{background:none!important}.dataTable tbody .shown+tr>td>table>tbody>tr:last-child{border-bottom:1px solid #c2c2c2}.dataTable tbody .shown+tr>td>table tbody tr{background-color:rgba(205,209,98,.05)!important}.dataTable tbody .shown .table>tbody>tr>td{border:none!important}.table-bordered .progress{background:#fff!important;-webkit-box-shadow:0 1px 0 transparent,0 0 0 1px #D6D6D6 inset;-moz-box-shadow:0 1px 0 transparent,0 0 0 1px #D6D6D6 inset;box-shadow:0 1px 0 transparent,0 0 0 1px #D6D6D6 inset}.dataTables_scroll .dataTables_scrollBody,.dataTables_scroll .dataTables_scrollHead,.dataTables_scroll+.dt-toolbar-footer{float:left}.dataTables_scroll+.dt-toolbar-footer{width:100%}.dataTables_scroll .dataTables_scrollHeadInner{margin-top:-6px}.dataTables_scroll .dataTables_scrollHead{background:#f4f4f4}.dropzone.dz-drag-hover{border:5px dashed #ccc}.dropzone{min-height:360px;-webkit-border-radius:3px;border-radius:3px}

/* div.dataTables_filter .icon-prepend { border:1px solid red; } */



