@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
*{
	padding:0;
	margin:0;	
	transition: all 0.3s ease 0s;
	}
body {
	transition:none;	
	font-family: 'Open Sans', sans-serif;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
.detail-page {
    margin: 20px 0;
}
.checkbox-new {
    position: relative;
    display: inline-block;
    width: 100%;
}
.checkbox-new input[type="radio"], .checkbox-new input[type="checkbox"] {
    height: 18px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 2px;
    width: 18px;
    z-index: 1;
}
.checkbox-new label::after {
    background: transparent;
    border: 2px solid #a3a3a3;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 18px;
}
.checkbox-new input[type="checkbox"]:checked ~ label::after {
    background-image: url(../images/check-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    border-color: #0dc152;
}
.checkbox-new label {
    color: #17334a;
    font-size: 15px;
    padding: 3px 0 2px 30px;
    margin: 0;
    font-weight: 400;
}
.fillter-inner-box li {
    list-style: none;
    margin: 0 0 10px 0;
    display: inline-block;
    width: 100%;
}
.form-control {
    border: 1px solid #ddd;
    border-radius: 0;
    height: 40px;
    box-shadow: none;
    padding: 6px 15px;
}
.panel-green .panel-heading {
    background-color: #109bc5;
    color: #fff;
    font-size: 18px;
}
.filter-box .panel-body {
    border-bottom: 3px solid #109bc5;
}
.search {
    display: inline-block;
    position: relative;
    width: 100%;
}
.search .fa-search {
    position: absolute;
    right: 15px;
    top: 14px;
    color: #109bc5;
}
a.see-more {
    color: #0dc152;
    font-size: 13px;
    font-style: italic;
}
.detail-box img {
    max-width: 100%;
}
.detail-box {
    border: 1px solid #ddd;
    margin-bottom: 25px;
    border-top: 3px solid #0dc152;
    overflow: hidden;
    position: relative;
}
.detail-box img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.detail-box:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.detail-box .overlay {
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
.detail-box:hover .overlay {
	display: block;
}
.dis-table {
	display: table;
	width: 100%;
	height: 100%;
}
.dis-cell {
	display: table-cell;
	vertical-align: middle;
}
.overlay h3 {
    font-size: 20px;
    color: #ccc;
    text-align: center;
    padding: 0 20px;
    line-height: 39px;
    text-shadow: 0 0 5px #999;
    text-transform: uppercase;
}
ul.pagination-list {
    display: inline-block;
    text-align: center;
    margin: 0;
}
ul.pagination-list li {
    float: left;
    margin: 0 0 0 -1px;
    list-style: none;
}
.pagination-list a.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #fafafa;
    color: #888;
}
ul.pagination-list a:hover, ul.pagination-list a.active {
    background-color: #109bc5;
    color: #fff;
    border-color: #109bc5;
    text-decoration: none;
    font-weight: 600;
}
.pagination-list a {
    border: 1px solid #ebebeb;
    display: inline-block;
    padding: 5px 15px;
    font-size: 12px;
}
.pagination-list a.disabled:hover {
    background-color: #fafafa;
    border-color: #fafafa;
    color: #888;
}

/* === card component ====== 
 * Variation of the panel component
 * version 2018.10.30
 * https://codepen.io/jstneg/pen/EVKYZj
 */
.card{ background-color: #fff; border: 1px solid transparent; border-radius: 6px; }
.card > .card-link{ color: #333; }
.card > .card-link:hover{  text-decoration: none; }
.card > .card-link .card-img img{ border-radius: 6px 6px 0 0; }
.card .card-img{ position: relative; padding: 0; display: table; }
.card .card-img .card-caption{
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
}
.card .card-body{ display: table; width: 100%; padding: 12px; }
.card .card-header{ border-radius: 6px 6px 0 0; padding: 8px; }
.card .card-footer{ border-radius: 0 0 6px 6px; padding: 8px; }
.card .card-left{ position: relative; float: left; padding: 0 0 8px 0; }
.card .card-right{ position: relative; float: left; padding: 8px 0 0 0; }
.card .card-body h1:first-child,
.card .card-body h2:first-child,
.card .card-body h3:first-child, 
.card .card-body h4:first-child,
.card .card-body .h1,
.card .card-body .h2,
.card .card-body .h3, 
.card .card-body .h4{ margin-top: 0; }
.card .card-body .heading{ display: block;  }
.card .card-body .heading:last-child{ margin-bottom: 0; }

.card .card-body .lead{ text-align: center; }

@media( min-width: 768px ){
  .card .card-left{ float: left; padding: 0 8px 0 0; }
  .card .card-right{ float: left; padding: 0 0 0 8px; }
    
  .card .card-4-8 .card-left{ width: 33.33333333%; }
  .card .card-4-8 .card-right{ width: 66.66666667%; }

  .card .card-5-7 .card-left{ width: 41.66666667%; }
  .card .card-5-7 .card-right{ width: 58.33333333%; }
  
  .card .card-6-6 .card-left{ width: 50%; }
  .card .card-6-6 .card-right{ width: 50%; }
  
  .card .card-7-5 .card-left{ width: 58.33333333%; }
  .card .card-7-5 .card-right{ width: 41.66666667%; }
  
  .card .card-8-4 .card-left{ width: 66.66666667%; }
  .card .card-8-4 .card-right{ width: 33.33333333%; }
}

/* -- default theme ------ */
.card-default{ 
  border-color: #ddd;
  background-color: #fff;
  margin-bottom: 24px;
}
.card-default > .card-header,
.card-default > .card-footer{ color: #333; background-color: #ddd; }
.card-default > .card-header{ border-bottom: 1px solid #ddd; padding: 8px; }
.card-default > .card-footer{ border-top: 1px solid #ddd; padding: 8px; }
.card-default > .card-body{  }
.card-default > .card-img:first-child img{ border-radius: 6px 6px 0 0; }
.card-default > .card-left{ padding-right: 4px; }
.card-default > .card-right{ padding-left: 4px; }
.card-default p:last-child{ margin-bottom: 0; }
.card-default .card-caption { color: #fff; text-align: center; text-transform: uppercase; }


/* -- price theme ------ */
.card-price{ border-color: #999; background-color: #ededed; margin-bottom: 24px; }
.card-price > .card-heading,
.card-price > .card-footer{ color: #333; background-color: #fdfdfd; }
.card-price > .card-heading{ border-bottom: 1px solid #ddd; padding: 8px; }
.card-price > .card-footer{ border-top: 1px solid #ddd; padding: 8px; }
.card-price > .card-img:first-child img{ border-radius: 6px 6px 0 0; }
.card-price > .card-left{ padding-right: 4px; }
.card-price > .card-right{ padding-left: 4px; }
.card-price .card-caption { color: #fff; text-align: center; text-transform: uppercase; }
.card-price p:last-child{ margin-bottom: 0; }

.card-price .price{ 
  text-align: center; 
  color: #109bc5;
  font-size: 2.5em;
  text-transform: uppercase;
  line-height: 0.7em; 
  margin: 24px 0 16px;
}
.card-price .price small{ font-size: 0.4em; color: #66a5da; }
.card-price .details{ list-style: none; margin-bottom: 24px; padding: 0 18px; }
.card-price .details li{ text-align: center; margin-bottom: 8px; }
.card-price .buy-now{ text-transform: uppercase; }
.card-price table .price{ font-size: 1.2em; font-weight: 700; text-align: left; }
.card-price table .note{ color: #666; font-size: 1em; }

.img-responsive {
	object-fit: contain;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
}

a.d-block {
    height: 405px;
    overflow: hidden;
    background-color: black;
    display: block!important;
}
.panel {
	border-color: #999;
	background-color: #ededed;
}
.custom-control-label {
	font-size: 13px;
}

.chip {
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 1rem;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    color: rgba(0,0,0,0.6);
    cursor: pointer;
    background-color: #eceff1;
    border-radius: 16px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.chip.chip-lg {
    border-radius: 10px;
}

.waves-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.blue-gradient {
    background: linear-gradient(40deg,#45cafc,#303f9f) !important;
}

.white-text {
	color: #fff !important;
}

.btn-primary, .btn-primary:hover  {
    background-color: #109bc5;
    border : none;
}

a {
    color: #109bc5;
}